/*
#menu-primary-menu .menu-item {
    padding-right: 0;
}
li#menu-item-5:before {
    top: 4px;
    position: relative;
}
#menu-primary-menu .menu-item.icon-radio {
    border: none !important;
    position: relative;
}
#menu-primary-menu .menu-item.icon-radio:after {
    position: absolute;
    content: "";
    top: 14px;
    left: 0;
    width: 1px;
    height: 26px;
    background: #474747;
}
.search-form {
    right: 300px;
}
.search-form .search-field {
    border-bottom-color: #414140 !important;
    width: 270px;
}
.search-form .search-field:focus {
    outline: none;
}
.fa-search::before {
    color: #fff !important;
}
.col-md-12 hr {
    width: 80%;
    border-color: #363636;
}
#menu-social-links-menu .menu-item {
    width: 39px !important;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background: #3c3c3c;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 10px 4px;
}
#menu-social-links-menu .menu-item a:hover {
    text-decoration: none;
}
.col-md-2.col-center.join-us {
    font-size: 17px;
    color: #959595;
    font-weight: 600;
}
.copyright p {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #a0a0a0;
}
.pluto_circle {
    opacity: .8;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}

.pluto_circle:hover {
    opacity: 1;
}
.pluto_circle:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    z-index: 0;
    border-radius: 50%;
    overflow: hidden;
}
.pluto_circle h2 {
    position: relative;
    z-index: 3;
}
.pluto_circle .date {
    position: relative;
    z-index: 1;
}

/* sizes */

.pluto_circle.size-one{
    width: 200px;
    height: 200px;
}
.pluto_circle.size-one .date{
    display: none;
}
.pluto_circle.size-two{
    width: 250px;
    height: 250px;
}
.pluto_circle.size-three{
    width: 350px;
    height: 350px;
}
.pluto_circle.size-four{
    width: 450px;
    height: 450px;
}
.pluto_circle.size-five{
    width: 550px;
    height: 550px;
}

.btn-default {
    position: absolute;
    bottom: 3%;
    left: 40%;
    z-index: 1;
    text-indent: -9999px;
    border: none;
    background: url(images/music-play-btn.png)no-repeat center center/cover;
    width: 20%;
    height: 20%;
}

.btn-default:hover{
    background-color:transparent;
    border: none; 
}*/