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

body, p, li, dt, dd {font-family: font-family: "Mplus 1p"; font-weight: 400;}
h1, h2, h3, h4, h5, h6 {font-family: "Rounded Mplus 1c";font-weight: 500;}

.footer .headline {font-family: "Rounded Mplus 1c";font-weight: 500;} 

.social-share ul {margin: 0; padding: 0;}
.social-share ul li {
list-style: none;
display: inline-block;
}

.social-share ul li a i {
height: 30px;
width: 30px;
line-height: 30px;
font-size: 15px;
border-radius: 50%;
margin: 3px;
border: 1px solid #fff;
-webkit-transition: all 0.4s;
transition: all 0.4s;
color: #fff;
}

.social-share ul li a i:hover, .social-share ul li a i:focus {
border: 1px solid #2bd600;    
color: #2bd600;
}

.dl-horizontal dt {font-weight: bold;}
.career dt, .career dd {margin-bottom: 10px;}

.spacer			{ height: 100px; }
.spacer-medium	{ height: 50px;  }
.spacer-small	{ height: 25px;  }
.spacer-tiny	{ height: 12px;  }



/*================================
mail form
=============================== */

.bs-callout{ margin: 20px 0;
padding: 20px;
border-left: 3px solid #eee;
}

.bs-callout h2, .bs-callout h3{ margin-top: 0; }
.bs-callout h4{ margin-top: 0; margin-bottom: 5px; }
.bs-callout p:last-child{ margin-bottom: 0; }

.bs-callout-default{
background-color: #f8f8f8;
}

.bs-callout-info{
background-color: #f4f8fa;
border-color: #5bc0de;
}
.bs-callout-info h4{ color: #5bc0de; }

.bs-callout-danger{
background-color: #fdf7f7;
border-color: #d9534f;
}
.bs-callout-danger h4{ color: #d9534f; }

.bs-callout-warning{
background-color: #fcf8f2;
border-color: #f0ad4e;
}
.bs-callout-warning h4{ color: #f0ad4e; }

