/*   ---jGrowl Themes---   */
/* 'error' here is title of theme*/
div.jGrowl div.error {
    font-size: 14px;
    padding: 20px;
    color: #fff;
    background: #ff7b11;
    border: 2px solid #e00c0c;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 0 #535353;
    opacity: 1;
}
div.jGrowl div.ok {

     font-size: 14px;
    padding: 20px;
    color: #000;
    background: #ebffdd;
    border: 2px solid #35ab01;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 0 #535353;
    opacity: 1;
}
/*    ------------------   */

div.logo {font-size:43px;}
div.logo_white {font-size: 36px;}

.head_logo .logo
{
	background: url(img/logo.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: 50%;
}

.img-crop-center {
margin: 0 auto 20px;
position: relative;
width: 170px;
    height: 170px;
    background-position: center center no-repeat;
	background-size: 100%100%;

border-radius: 100%;
	}


