.fl_left {
    float: left
}
.fl_right {
    float: right
}
.over_hide {
    overflow: hidden;
}
.content.responsive {
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

#profile .left.own {
    width: 83%;
    float: right;
}
#profile .right.own {
    width: 15%;
    float: left;
}
.theater {
    background: #222;
    padding: 10px 0;
    overflow: hidden;
}
.theater .content.responsive {
    padding: 0;
}
.theater .rounded_avatar {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.theater .info_section {
    width: 40%;
    float: left;
}
.theater .video_section {
    width: 60%;
    float: right;
}
.theater .info_section a {
    color: #fff;
    font-size: 24px;
    font-family: 'Lato';
    float: left;
}
.theater .info_section a span {
    margin-top: 38px;
    float: left;
}
.theater .avatar_section {
    overflow: hidden;
}
.theater .video_description {
    clear: both;
    color: #fff;
    margin-top: 20px;
}
.theater .video_description h2 {
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    font-family: 'Lato';
}
.theater a.free_download {
    background: #95c029;
    display: block;
    padding: 7px 15px;
    color: #fff;
    font-size: 18px;
    font-family: 'Lato';
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.theater .share img {
    width: 50%
}
.margintop30 {
    margin-top: 30px;
}
.view_count {
    color: #fff;
    margin-right: 10px;
}


/**********************MEDIA QUERIES***************************/
/*
@media (min-width: 1900px) {
    .content.responsive {
        max-width: 1605px;
    }
}
@media (max-width: 1339px) {
    .content.responsive {
        max-width: 1070px;
    }
}
@media (max-width: 1090px) {
    .content.responsive {
        max-width: 950px;
    }
    #profile .left.own {
        width: 75%;
    }
    #profile .right.own {
        width: 23%;
    }
}*/
#SeeMoreShowMeVal1 {
    clear: both;
}
#profile .main-title.menu a {
    color: #222;
}
#profile .main-title a:hover,
#profile .main-title.menu a.active {
    background-color: #AAAAAA;
    text-decoration: none;
    color: #fff;
}
#profile .main-title {
    border-bottom: 0 none;
}

@media (max-width: 1024px) {
    .content.responsive {
        width: 900px;
    }
}
