/* Add here all your css styles (customizations) */

/*GENERAL STYLES - ALL PAGES*/
.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}

.center {
    text-align: center;  
}

.horizontal-centered
{  
  left:50%;    
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.veritical-centered 
{ 	   
    vertical-align:middle;
}


/*PAGE STYLES*/

a.bluelink
{
    font-weight: bold;
    color: #3498db; /*blue*/    
}

a.bluelink:hover, i.bluelink:hover
{
   color: #3498db;
   text-decoration: underline;
}

h2 > a, a:hover {
    color: #555;
    text-decoration: none;
}

/*INDEX PAGE*/

.homepage-main-title
{ 
    /*background-color: #F8F8FF !important;*/
    background-color: #FDFDFD !important;    
    text-align: center;    
    padding-top: 20px;   
}

.homepage-main-title .img-responsive {
    margin: 0 auto;
}

.homepage-main-title > h1
{    
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
    color: #ed008c;
}


/*bullet list*/
.pinkbullet li { 
	margin-bottom: 6px;
}
.pinkbullet li i { 
	color: #ed008c; 
	font-size: 13px;
	min-width: 15px;
	margin-right: 8px;
	text-align: center;
	position: relative; 
}
.pinkbullet li:hover i, 
.bullet li:hover a { 
	color: #777;
}
.pinkbullet li:hover a:hover {
	text-decoration: none;
}

.red {
    color: #ed008c !important;
}
