@charset "utf-8";

/* CSS Document */
/* theme for sgs to modify original bootstrap theme  */
.navbar {
font-size: 110%;
border:1px solid #5dbcd2;
	background-color: #FFF;
	}

.navbar-default .navbar-nav > li > a {	
	  color: #5dbcd2;
	font-weight: bold;
	  	}
	
	.navbar-default .navbar-nav > li > a:hover,	
	.navbar-default .navbar-nav > li > a:focus {
	 color: #F00;
		font-weight: bold;
	 text-decoration: none;
}
	.navbar-default .navbar-nav > .active > a,	
	.navbar-default .navbar-nav > .active > a:hover,	
	.navbar-default .navbar-nav > .active > a:focus {	
     color: #5dbcd2;
		font-weight: bold;
	 	  }

a:link { 
color : #a9759c; 
text-decoration : none; 
} 
a:visited { 
color : #a9759c; 
text-decoration : none; 
} 
a:active { 
color : #a9759c; 
text-decoration : none; 
} 
a:hover { 
color : #F00; 
text-decoration : none; 
} 


.blue a:link { 
color : #FFF;
text-decoration : none; 
} 
.blue a:visited { 
color : #FFF; 
text-decoration : none; 
} 
.blue a:active { 
color : #FFF;
text-decoration : none; 
} 
.blue a:hover { 
color : #FFF;
text-decoration : underline; 
} 

h1 {
font-family: 'Molengo', arial, serif;
font-size : 400%;
color:  #5dbcd2; 
font-weight : bold; 
visibility: visible;
margin-bottom: 0px;
margin-top: 7px; 
} 

h2 {
font-family: 'Molengo', arial, serif;
font-size : 250%; 
color: #5dbcd2; 
font-weight : bold; 
visibility: visible;
margin-top: 0px;
margin-bottom: 0px;
} 


h3 {
font-family: 'Molengo', arial, serif;
font-size : 160%; 
color: #a9759c; 
font-weight : bold; 
visibility: visible;
margin-top: 0px;
margin-bottom: 3px;
} 	

.well {
	border-color: #5dbcd2;
	background-color: #FFF;
	padding-bottom: 10px;
	}	

ul { 
list-style-image: url("../../../images/green_10.png"); 
vertical-align : middle; 
text-align : left; 
line-height : 130%;
}

li {
margin-bottom: 7px;
} 



li {

margin-bottom: 5px;

}


.row { 
	padding-top : 5px;
	font-size: 98%; 
	padding-bottom : 5px;
	text-align : justify; 
	line-height : 130%;
	clear: both; 
}


.break { 

margin-bottom: 5px;

margin-top: 5px; 

border-bottom : 1px dotted #B00; 

clear : both; 

}

.panel-info .panel-heading {
	background-color: #6cc7c2;
}


.jumbotron {
	background-color: #6cc7c2;
	background-position:center;
	background-repeat:no-repeat;
	height: 275px;
	padding: 0px;
	margin-bottom: 4px;

}

.jumbotron h2 {
	font-family: 'Molengo', arial, serif;
	font-size: 550%;
	}

	

.jumbotron .well {
	background:rgba(255,255,255,0.3);
	border-color: #CCC;
	}
 

.fees-table {
	border:1px solid #0065DC;
	}

.fees-table tr {
	text-align: left;
	border-bottom: 1px dotted #0065DC;
	}

.fees-table td {
	padding:5px 5px 5px 5px;
}

.piccyleft { 

float : left;
clear : both;
padding-right : 10px;
margin-bottom: 0px; 
} 

	.piccyright {
    float:right ;
    padding-left : 3px;
	vertical-align: middle;
	}

.blue { 
background-color : #0065DC; 
text-align : center; 
vertical-align : middle; 
color : #FFFFFF; 
padding-top : 7px;
padding-bottom: 7px; 
} 


footer {
	margin-top:10px;
	margin-bottom: 25px;
	font-size: 100%;
}



@media (max-width: 767px) {
	
  .xs-align-left  {
    text-align:left !important ;
  }
	
  .xs-align-center {
    text-align:center !important ;
  }

  .xs-align-center img {
		margin-left:auto;
		margin-right:auto;
	}
	
  .xs-align-right  {
    text-align:right !important ;
  }



}

@media (min-width: 768px) and (max-width: 991px) {
		
  .sm-align-left  {
    text-align:left !important ;
  }
	
  .sm-align-center {
    text-align:center !important ;
  }			

  .sm-align-center > img {
		margin-left:auto;
		margin-right:auto;
	}

  .sm-align-right {
    text-align:right !important ;
  }

  .sm-align-right > img {
		float:right;

	}

}

@media (min-width: 992px) and (max-width: 1199px) {

  .md-align-left  {
    text-align:left !important ;
  }
	
  .md-align-center {
    text-align:center !important ;
  }

  .md-align-center img {
		margin-left:auto;
		margin-right:auto;
	}

  .md-align-right {
    text-align:right !important ;
  }

  .md-align-right > img {
		float:right;
	}

}



@media (min-width: 1200px) {

  .lg-align-left  {
    text-align:left !important ;
  }
	
  .lg-align-center {
    text-align:center !important ;
  }

  .lg-align-center img {
		margin-left:auto;
		margin-right:auto;
	}

  .lg-align-right {
    text-align:right !important ;
  }

  .lg-align-right > img {
		float:right;
	}

}