.trophy_page {
    text-align: center;
}

.trophy_page{
	word-wrap: break-word;
}
.trophy_page>.margin {
    height: 15px;
}
.trophy_page>a {
    /*text-decoration: underline;*/
    display: inline;

    border-bottom: 1px solid #67af0e;
    color: #67af0e;
    font-family:  Verdana, Geneva, sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.owl_selector{
    margin-top: 5px;
    /*width: 100%;*/
    /*height: 5px;*/
    /*background-color: #ccc;*/
}
.trophy_page:focus>a:visited,
.trophy_page:hover>a:visited,
.trophy_page:focus>a,
.trophy_page:hover>a {
    border-bottom: none;
    text-decoration: none;
    color: #0084c8;
}

.trophy_page>a:visited {
    color: #79ab32;
}

.trophy_img1 {
    width: 210px;
    height: 210px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0px;
    padding: 0px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.trophy_img2 {
    width: 1px;
    height: 1px;
    position: absolute;
    display: block;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.trophy_page:hover>.trophy_img1 {
    display: none;
}

.trophy_page:hover>.trophy_img2 {
    margin: auto;
    width: 210px;
    height: 210px;
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}


#trophy_owl i.next {
    margin-top: -70px;
    right: -17px;
}

#trophy_owl i.prev {
    margin-top: -70px;
    left: -17px;
}
