
/*menu animating nav  */

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 6px) ;
    transform: rotate(-45deg) translate(-4px, 6px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -8px) ;
    transform: rotate(45deg) translate(-4px, -8px) ;
}

/*---new for omy */


.profile-pic img {
    font-size: 48px;
    height: 200px;
    width: 200px;
    margin: 3px;
    border-radius: 100%;
    line-height: 110px;
    text-align: center;
    background: #90A4AEfff;
    color: #97d64e;
    border: 3px solid #90A4AEfff;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    float: left;
    margin-right: 25px;
        border: 3px solid white;
}

#profile {
    /* background: url(../images/trani.png) center top repeat-x; */
    margin-top: -219px;
}


#profile h2 {
       font-size: 24px;
    margin-top: 119px;
    color: #25323c;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 5px;
}
.padding-top-75{
	padding-top: 75px;
}

#profile .i-color i {

 
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  margin-right: 9px;
  color: #195b92;
}

/*------------------------------------open hourse-------------------*/