@charset "utf-8";
.richtext{
    font-size: 17px;
}
a, a:visited {
    color: #0dc8d9;
}
a:hover, a:focus {
    text-decoration: none;
    color: #51DCE8;
}
.error h2 {
    padding-bottom: 5px;
}
.notFoundCircle{
    background-color: #0dc8d9;
    color: #ffffff;
    font-size: 100px;
    text-align: center;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    width: 250px;
    height: 250px;
    margin: 0 auto 25px auto;
    padding-top: 50px;
    -ms-transform: scale(1) rotate(0deg); /* IE 9 */
    -webkit-transform: scale(1) rotate(0deg); /* Chrome, Safari, Opera */
    transform: scale(1) rotate(0deg);
    -webkit-transition: all 3s ease; /* Safari */
    transition: all 3s ease;
}

.notFoundCircle:hover{
    -ms-transform: scale(1.04) rotate(1080deg); /* IE 9 */
    -webkit-transform: scale(1.04) rotate(1080deg); /* Chrome, Safari, Opera */
    transform: scale(1.04) rotate(1080deg);
    -webkit-transition: all 1s ease; /* Safari */
    transition: all 1s ease;
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){

}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){

}
