/*
Theme Name: Tubemobile
Theme URI: http://mytubepress.com/
Author: mytubepress
Author URI: http://mytubepress.com/
Description: TubeMobile is a WordPress theme with a web app look developed for video tube sites.
Version: 1.1.9
Text Domain: tubemobile
Domain Path: /languages/
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    outline: 0;
}
a {
  text-decoration: none;
}

label {
  display: block;
  margin: 0 0 4px 1px;
}
.inline{
  display: inline-block;
}
.inline + .inline{
  margin-left:15px;
}
.controls label {
    display: inline-block;
    width: 90px;
    height: 20px;
    text-align: center;
    vertical-align: top;
    padding-top: 40px;
}
.controls input {
    display: block;
    margin: 0 auto -40px;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
span.help-block {
	line-height: 26px;
	float: right;
}
.lazy {background: url("awpt/css/images/previewloader.gif") center center no-repeat;}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  font-size: 10px;
  padding: 2px 3px 2px 3px;
  color: green;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  font-size: 10px;
  padding: 1px 3px 1px 3px;
}
.label-danger[href]:hover,
.label-danger[href]:focus {

}
input#search_query {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #f8f8f8;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:     #f8f8f8;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:     #f8f8f8;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:     #f8f8f8;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:     #f8f8f8;
}
fieldset,
img {
    border: 0
}
video,
img,
object,
embed {
    vertical-align: bottom;
}
.fluid_video_wrapper {
    width: 100%;
    max-width: 100%;
    height: 0;
}
.fluid_video_wrapper {
    padding-top: 56.25%;
}
.the_description {
    padding: 8px 3px;
}
video,
object,
embed {
    background: #000;
}
iframe#preview_code {
    width: 100%;
    min-height: 360px;
    border: none;
    overflow-x: auto;
    overflow-y: hidden;
    resize:both;
}
.mb_outer_div, .mb_outer_div iframe, .mb_outer_div embed, .mb_outer_div object {top: 0 !important;left: 0!important;right: 0!important;bottom: 0!important;width: 100% !important;}

#awpt-submit-video-form .textarea_comment textarea, #awpt-submit-video-form textarea#embed_code {
    outline: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000 !important;
    min-height: 150px;
    padding: 5px !important;
}
#awpt-submit-video-form textarea#embed_code {
  height: 80px !important;
}
#awpt-submit-video-form .textarea_comment  {
    padding:0 !important;
}
form#awpt-submit-video-form .field_form {
  float: left;
  width: 100%;
}
form#awpt-submit-video-form {
  float: left;
  clear: none;
  display: block;
  padding: 2px 1em 0 0;
}

#awpt-submit-video-form .radio input[type=radio]{
  float: left;
  width: 30%;
}
#awpt-submit-video-form [type=radio]:checked ~ .radio {
  background: black;
  border-bottom: 1px solid white;
  z-index: 2;
}
#awpt-submit-video-form [type=radio]:checked ~ label ~ .content {
  z-index: 1;
}
#awpt-submit-video-form .label {
  width: 100%;
}
#awpt-submit-video-form .radio{
  font-size:15px;
  position:relative;
  display: table-cell;
  float: left;
  margin-right: 20px;
}
#awpt-submit-video-form .radio input{
  cursor: pointer;
  position:absolute;
  width:100%;
  height:100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal
}
ol,
ul {
    list-style: none
}
caption,
th {
    text-align: left
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}
q:before,
q:after {
    content: ''
}
a * {
    cursor: pointer
}
input,
textarea {
    outline: 0
}
html {
    min-width: 320px;
    height: 100%
}
body {
    font: 12px/14px Arial, Helvetica, sans-serif;
    position: relative;
    min-width: 320px;
    height: 100%;
    color: #fff;
}
body.slidemenu-push-toright {
    overflow-x: hidden;
    z-index: 1;
}
.slidemenu-push-toright .topbar-dialog {
    display: none !important;
}
/*
body.slidemenu-push-toright .slidemenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}
*/
body.slidemenu-push-toright .mask {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .7
}
body.slidemenu-push-toright .panel_sort, body.slidemenu-push-toright .search_container {
    z-index: 100;
}
.mask .search_container {
    z-index: 9999;
}
body.open .search_middle {
    opacity: .7;
}
body.open_filter {
    overflow-x: hidden
}
body.open_filter .filter_slide {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}
a {
    color: #fff
}

button, input[type="button"], a.button, input#rt_media_comment_submit, a.ac-reply-cancel, .ac-reply-content input[type="submit"], #buddypress .dir-form .item-list-tabs ul li#group-create-nav a, #buddypress .dir-form .item-list-tabs ul li#groups-all {
    outline: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding:7px;
    line-height: 26px;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
    padding:0;
    border:0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*::-moz-selection {
    color: #fff;
    background: #0b9cfb
}
*::selection {
    color: #fff;
    background: #0b9cfb
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #443d3d
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    color: #443d3d
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #443d3d
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #443d3d
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
    outline-width: 0;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent
}
input:focus:-ms--placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent
}
input.placeholder,
textarea.placeholder {
    color: #443d3d !important
}
input,
textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px ; opacity: 0}
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}
.container:before,
.header .holder:before,
.item_radio:before,
.slidemenu .col .box_avatar:before,
.search_result:before,
.quality ul:before,
.thumbs ul:before,
.filter_box:before,
.thumbs_list:before,
.thumbs_result .overlay:before,
.rated_box:before,
.box_capcha:before,
.col_field:before,
.box_name .inner_cols:before,
.block_avatar:before,
.block_avatar .info .row:before,
.intro_tools:before,
.intro_tools .sub_btn form:before,
.profile_edit .rcheked_box:before,
.box_information .hold .row .title:before,
.box_items .wrap:before,
.box_items .wrap .item .tools:before,
.user_inform .hold:before,
.user_inform .avatar .sub_btn form:before,
.footer_holder:before,
.copy ul:before,
.buttons ul:before {
    display: table;
    clear: both;
    content: ''
}
.container:after,
.header .holder:after,
.item_radio:after,
.slidemenu .col .box_avatar:after,
.search_result:after,
.quality ul:after,
.thumbs ul:after,
.filter_box:after,
.thumbs_list:after,
.thumbs_result .overlay:after,
.rated_box:after,
.box_capcha:after,
.col_field:after,
.box_name .inner_cols:after,
.block_avatar:after,
.block_avatar .info .row:after,
.intro_tools:after,
.intro_tools .sub_btn form:after,
.profile_edit .rcheked_box:after,
.box_information .hold .row .title:after,
.box_items .wrap:after,
.box_items .wrap .item .tools:after,
.user_inform .hold:after,
.user_inform .avatar .sub_btn form:after,
.footer_holder:after,
.copy ul:after,
.buttons ul:after {
    display: table;
    clear: both;
    content: ''
}
.vpage_premium_bar {
    margin: 20px auto
}
.vpage_premium_bar a {
    font-family: Arial;
    font-size: 12px;
    display: block;
    width: 100%;
    padding: 9px 0 7px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #0077cb
}
.vpage_premium_bar .ico_prem {
    width: 15px;
    height: 14px;
    vertical-align: middle;
    background-position: -350px -250px;
    position: relative;
    top: -2px;
    right: 5px
}
.wrapper_content {
    position: relative;
    z-index: 1;
    min-height: 100%
}
.wrapper {
    position: relative;
    top: 0;
    right: 0
}
.container {
    margin: 0 auto
}
.mask {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    -webkit-transition: opacity .3s, width 0 .3s, height 0 .3s;
    -moz-transition: opacity .3s, width 0 .3s, height 0 .3s;
    -o-transition: opacity .3s, width 0 .3s, height 0 .3s;
    transition: opacity .3s, width 0 .3s, height 0 .3s;
    opacity: 0;
    background-color: #000
}
.header {
    position:relative;
    z-index: 101;
    top: 0;
    right: 0;
    left: 0;
    padding: 0 10px;
    overflow: hidden;
    background: #1a1a1b;
    color: #d3d4d3;
}
.fixed-header {
  position: fixed;
  z-index: 0;
  display: block;
}
.header .holder {
    position: relative;
    overflow: hidden;

    padding: 10px 0
}
.header .logo_align {
    padding: 16px 0;
    text-align: center
}
.header .logo_align .logo {
    display: inline-block;
    float: none;
    vertical-align: top
}
.logo {
    float: left;
    overflow: hidden;
}
.logo img{
    height: 47px;
}
.logo a {
    display: block;
    width: 100%;
    height: 100%
}
img#output {
  display: block;
  max-width: 320px;
  height: auto;
  margin-top: 8px;
}
#video_preview {
  display: none;
}
#loading {
  display: none;
  text-align: center;
  margin: 0 auto;
}
/*
#loading img {
    max-width: 700px;
    height: auto;
    margin: 0 auto;
}
*/
.btn_menu, .messagge_menu {
    float: right;
    margin-top: 5px;
    padding: 4px;
    cursor: pointer;
    font-size: 28px;
    /*z-index: 99999999999;*/
}
.messagge_menu {
    font-size: 25px;
    margin-top: 6.3px;
    margin-right: 6px;
}

.badge[data-badge]:after{
    position: absolute;
    height:17px;
    font-weight: bold;
    top:6px;
    right:60px;
    width:18px;
    text-align: center;
    line-height: 16px;;
    font-size: 9px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    font-weight: 900;
    border-radius: 50%;
    font-family: Impact, Charcoal, sans-serif;
    content:attr(data-badge);
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.topuz {
  position: relative;
  display: block;
  margin: 0 auto;
}
.topuz .topbar-dialog {
	display: none;
	margin: 0 auto;
  float: right;
  background-color: #fff;
  border-bottom: 1px solid #e4e6e8;
  box-shadow: 0 2px 2px rgba(12, 13, 14, 0.2);
  color: #2f3337;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
  font-size: 12px;
  z-index: 999;
  position: absolute;
  top: -73px;
  right: 0;
}
.dialog_triangle {
	position: absolute;
  right: 9%;
	margin-right: 16px;
	margin-top: -14px;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 7px 14px 7px;
   border-color: transparent transparent #ffffff transparent;
}
.topuz .topbar-dialog .child-content-loading {
    padding-top: 10px;
    text-align: center;
}
.topbar-dialog a {
    color: #0077cc;
    text-decoration: none;
}
.topbar-dialog a:visited {
    color: #18529a;
}
.topbar-dialog a:hover {
    color: #015490;
    text-decoration: none;
}
.topbar-dialog.help-dialog a:visited, .topbar-dialog.siteSwitcher-dialog a:visited {
    color: #0077cc;
}
.topbar-dialog .button {
    color: #fff;
}
.topbar-dialog .related-links {
    color: #848d95;
}
.topbar-dialog .related-links a, .topbar-dialog .related-links a:visited {
    color: #0077cc;
    margin-left: 10px;
}
.topbar-dialog.inbox-dialog .modal-content .message-text, .topbar-dialog.modInbox-dialog .modal-content .message-text {
    width: 313px;
}
.topbar-dialog.inbox-dialog, .topbar-dialog.modInbox-dialog, .topbar-dialog.achievements-dialog {
    width: 375px;
}
.topbar-dialog.inbox-dialog .modal-content, .topbar-dialog.modInbox-dialog .modal-content, .topbar-dialog.achievements-dialog .modal-content {
    max-height: 390px;

    overflow-x: hidden;
    overflow-y: auto;
}
.topbar-dialog.inbox-dialog .modal-content .timestamp, .topbar-dialog.modInbox-dialog .modal-content .timestamp, .topbar-dialog.achievements-dialog .modal-content .timestamp {
    color: #9199a1;
}
.topbar-dialog.inbox-dialog .inbox-item > a, .topbar-dialog.modInbox-dialog .inbox-item > a, .topbar-dialog.achievements-dialog .inbox-item > a {
    display: block;
}
.topbar-dialog.inbox-dialog .inbox-item .site-icon, .topbar-dialog.modInbox-dialog .inbox-item .site-icon, .topbar-dialog.achievements-dialog .inbox-item .site-icon {
    display: inline-block;
}
.topbar-dialog.inbox-dialog .inbox-item .item-content, .topbar-dialog.modInbox-dialog .inbox-item .item-content, .topbar-dialog.achievements-dialog .inbox-item .item-content {
    display: inline-block;
    width: 313px;
}
.topbar-dialog.inbox-dialog .inbox-item .item-content .item-header, .topbar-dialog.modInbox-dialog .inbox-item .item-content .item-header, .topbar-dialog.achievements-dialog .inbox-item .item-content .item-header {
    color: #848d95;
}
.topbar-dialog.inbox-dialog .inbox-item .item-content .item-creation, .topbar-dialog.modInbox-dialog .inbox-item .item-content .item-creation, .topbar-dialog.achievements-dialog .inbox-item .item-content .item-creation {
    float: right;
}
.topbar-dialog.inbox-dialog .inbox-item .item-content .item-location, .topbar-dialog.modInbox-dialog .inbox-item .item-content .item-location, .topbar-dialog.achievements-dialog .inbox-item .item-content .item-location {
    margin: 4px 0;
}
.topbar-dialog.inbox-dialog .inbox-item .item-content .item-summary, .topbar-dialog.modInbox-dialog .inbox-item .item-content .item-summary, .topbar-dialog.achievements-dialog .inbox-item .item-content .item-summary {
    color: #2f3337;
}
.topbar-dialog.inbox-dialog .inbox-item.inbox-se-link, .topbar-dialog.modInbox-dialog .inbox-item.inbox-se-link, .topbar-dialog.achievements-dialog .inbox-item.inbox-se-link {
    text-align: center;
}
.topbar-dialog.inbox-dialog.anon, .topbar-dialog.achievements-dialog.anon {
    width: 275px;
}
.topbar-dialog.inbox-dialog.anon .modal-content, .topbar-dialog.achievements-dialog.anon .modal-content {
    min-height: 200px;
    padding: 13px 20px;
}
.topbar-dialog.inbox-dialog.anon .huge-button-container, .topbar-dialog.achievements-dialog.anon .huge-button-container {
    text-align: center;
}
.topbar-dialog.inbox-dialog.anon .huge-button, .topbar-dialog.achievements-dialog.anon .huge-button {
    padding: 3% 0;
    width: 35%;
}
.topbar-dialog.help-dialog {
    width: 215px;
}
.topbar-dialog.help-dialog .modal-content {
    max-height: none;
}
.topbar-dialog.help-dialog .item-summary {
    color: #2f3337;
    display: block;
    margin-top: 4px;
}
.topbar-dialog.help-dialog a {
    display: block;
}
.topbar-dialog.review-dialog {
    width: 215px;
}
.topbar-dialog.review-dialog .modal-content {
    max-height: none;
}
.topbar-dialog.review-dialog .modal-content li > a {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
}
.topbar-dialog.review-dialog .modal-content li > a:visited {
    color: #07c;
}
.topbar-dialog.review-dialog .modal-content li > a .-title {
    flex-grow: 2;
}
.topbar-dialog.review-dialog .modal-content li > a .-indicator {
    background: rgba(12, 13, 14, 0.05) none repeat scroll 0 0;
    border-radius: 2px;
    color: #848d95;
    display: inline-block;
    font-size: 11px;
    padding: 3px 5px;
}
.topbar-dialog ul {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}
.topbar-dialog ul li {
    line-height: 1.3;
    list-style: outside none none;
    margin-left: 0;
}
.topbar-dialog .header {
    align-items: center;
    background-color: #eff0f1;
    box-sizing: border-box;
    clear: both;
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    position: relative;
    width: 100%;
}
.topbar-dialog .header h3 {
    color: #6a737c;
    display: inline-block;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}
.topbar-dialog .header h3 a {
    color: inherit;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
    font-size: inherit;
}
.topbar-dialog .header .-right {
    color: #9fa6ad;
}
.topbar-dialog .header .-right a {
    color: #07c;
}
.topbar-dialog #edit-pinned-sites, .topbar-dialog #cancel-pinned-sites {
    float: right;
}
.topbar-dialog .modal-content {
    box-sizing: border-box;
    margin: 1px 0;
    max-height: 300px;
    padding: 10px 7px;
    position: relative;
    width: 100%;
}
.topbar-dialog .modal-content li {
    border-bottom: 1px solid #eff0f1;
    margin-bottom: 0;
    padding-bottom: 0;
}
.topbar-dialog .modal-content li .rep-score {
    color: #848d95;
    float: right;
    font-size: 12px;
}
.topbar-dialog .modal-content li:hover {
    background-color: #f7f8f8;
}
.topbar-dialog .modal-content li > * {
    padding: 7px 3px;
}
.topbar-dialog .modal-content li > a {
    display: block;
}
.topbar-dialog .modal-content li > a.pinned-site-link {
    display: inline-block;
}
.topbar-dialog .modal-content li:last-child {
    border-bottom: medium none;
}
.topbar-dialog .modal-content .message-text {
    display: inline-block;
}
.topbar-dialog .modal-content .message-text h4 {
    color: inherit;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 0;
}
.topbar-dialog .unread-item {
    background-color: #f0fbff;
}
.topbar-dialog .site-icon {
    display: inline-block;
    height: 16px;
    margin-right: 5px;
    vertical-align: top;
    width: 16px;
}
.topbar-dialog .inbox-item > a > .site-icon {
    margin-right: 2px;
}
.topbar-dialog .site-title, .topbar-dialog .site-title:visited {
    color: #2f3337;
}
.topbar-dialog .site-filter-container {
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
}
.topbar-dialog .site-filter-input {
    background-color: #fff;
    background-image: url("../../img/share-sprite-new.svg?v=78be252218f3"), none;
    background-position: -267px -90px !important;
    background-repeat: no-repeat;
    border: 1px solid #c8ccd0;
    box-shadow: 0 1px 2px #eff0f1 inset, 0 0 0 #fff;
    box-sizing: border-box;
    color: #9fa6ad;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
    font-size: 13px;
    height: 26px;
    padding-bottom: 3px;
    padding-left: 24px !important;
    padding-right: 3px;
    padding-top: 3px;
    transition: all 0.15s ease-in-out 0s;
    width: 100%;
}
.topbar-dialog .site-filter-input:hover {
    border-color: rgba(0, 149, 255, 0.5);
    box-shadow: 0 1px 2px #e4e6e8 inset, 0 0 2px rgba(0, 119, 204, 0.1);
}
.topbar-dialog .site-filter-input:focus {
    border-color: #0095ff;
    box-shadow: 0 2px 2px #fafafb inset, 0 0 5px rgba(0, 119, 204, 0.5);
    color: #3b4045;
    outline: 0 none;
}
.topbar-dialog .pinned-site-editor-container {
    width: 100%;
}
.topbar-dialog .pinned-site-editor-container input[type="submit"] {
    background-color: #2f3337;
    background-image: none;
    border: 1px solid #0c0d0e !important;
    border-radius: 3px;
    box-shadow: 0 2px 1px rgba(12, 13, 14, 0.3), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    color: #fff;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
    font-size: 100% !important;
    font-weight: normal;
    margin: 0;
    padding: 0.3em 0.6em;
    text-decoration: none;
    text-shadow: none;
}
.topbar-dialog .pinned-site-editor-container .site-filter-input {
    color: #0c0d0e;
    margin-left: 10px;
    width: 275px;
}
.topbar-dialog .pinned-site-editor-container #save-pinned-sites-btn {
    float: right;
    margin-bottom: 5px;
    margin-right: 7px;
}
.topbar-dialog .pinned-site-editor-container #reset-pinned-sites {
    float: right;
    line-height: 25px;
    margin-right: 10px;
}
.topbar-dialog .pinned-site-editor-container .found-sites {
    background-color: #fff;
    border: 1px solid #e4e6e8;
    left: 10px;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    width: 275px;
    z-index: 1200;
}
.topbar-dialog .pinned-site-editor-container .found-sites li:hover {
    cursor: pointer;
    font-weight: bold;
}
.topbar-dialog .pinned-site-editor-container .found-sites li.already-pinned-site {
    background-color: #f6fcff;
    cursor: default;
    font-weight: normal;
}
.topbar-dialog .pinned-site-editor-container .remove-pinned-site-link {
    float: right;
}
.topbar-dialog .header {
    background: transparent !important;
}
.topbar-dialog .pinned-site-editor-container .remove-pinned-site-link a {
    background-color: #eff0f1;
    border-radius: 15px;
    color: #9199a1;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
    font-weight: bold;
    line-height: 1;
    padding: 0 5px 2px;
}
.topbar-dialog .pinned-site-editor-container .remove-pinned-site-link a:hover {
    background-color: #848d95;
    color: #fff;
}
.topbar-dialog .pinned-site-editor-container .sortable li {
    cursor: move;
}
.topbar-dialog .pinned-site-editor-container .siteSwitcher-drag-handle-container {
    float: left;
    margin: 3px 5px 0 0;
    padding: 0;
}
.topbar-dialog .pinned-site-editor-container .siteSwitcher-drag-handle-container .siteSwitcher-drag-handle {
    border: 1px dotted #9199a1;
    display: inline-block;
    height: 20px;
    width: 1px;
}
.btn_menu .fa-bars {
    width: 27px;
    height: 18px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    transform: rotateZ(0);
    background-position: -50px 0;
}
.btn_upload {
    margin-right: 10px;
    margin-left: 10px;
    float: right;
}
.btn_upload {
    font-size: 12px;
    line-height: 28px;
    display: inline-block;
    min-width: 86px;
    margin-right: 20px;
    margin-top: 8px;
    padding: 0 5px;
    -webkit-transition: background .2s ease-in-out,color .3s,border-color .3s;
    -moz-transition: background .2s ease-in-out,color .3s,border-color .3s;
    -o-transition: background .2s ease-in-out,color .3s,border-color .3s;
    transition: background .2s ease-in-out,color .3s,border-color .3s;
    text-align: center;
    vertical-align: top;
    text-transform: uppercase;
    color: #b1b1b1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: transparent;
}
.posting {
    background: #868686 none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #000;
    display: none;
    margin: 0;
    padding:2px 0 2px 0;
    text-align: center;
    width: 99.5%;
}
	.posting a{
    color: #000;
    text-decoration: none;
}
.posting a:hover{
    color: #000;
    text-decoration: underline;
}
#votemsg {
    display: none;
}

.search_container {
    margin: 0 -10px;
    padding: 10px;
}
.search_middle {
    position: relative;
    height: 30px;
    margin: 0 auto;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}
.search_middle.open_box .wrap {
    padding: 0;
    border-right: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2
}

.search_middle.open_box .ico_arrow_min {
    right: 6px;
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg)
}
.select_search {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    color: #404040;
    font-size: 28px;
}
.drop_search {position:absolute;z-index:999;top:55px;left:0;display:none;text-align:center;}
.drop_search span {display:block;padding:0 0 4px;}

.select_search:hover .drop_search {display:block;}
.select_search .fa-caret-down {font-size: 23px !important;margin-left: 6px;margin-bottom: 8px !important;}

.select_search {
	position: absolute;
	left: 0;
    float: left;
    overflow: hidden;
    width: 55px;
    height: 30px;
    cursor: pointer;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    background: #f9f9f9
}
.select_search .wrs {
    position: relative;
    z-index: 11;
    display: block;
    height: 30px;
    margin: 0;
    padding: 0 1px;
    text-align: center;
    background: #f9f9f9
}
.ico_arrow_bottom {
    position: absolute;
    right: 60px;
    bottom: -7px;
    width: 11px;
    height: 7px;
    background-position: -150px -50px
}
.search_middle .input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    padding: 0 0 0 0px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px
}
.search_middle .search_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: none;
    color: #fff;
    font-size: 16px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.search_middle .search_btn .ico_search_min {
    width: 14px;
    height: 14px;
    background-position: 0 0
}
.search_middle .text {
    font: 12px/14px Arial, Helvetica, sans-serif;
    width: 100%;
    height: 30px;
    padding: 0 28px 0 5px;
    color: #443d3d;
    border: 0;
    background: #f9f9f9
}
.search_middle .text::-ms-clear {
    display: none
}
.search_middle .drop_search {
    position: absolute;
    z-index: 10;
    top: 30px;
    left: 0;
    display: none;
    overflow: hidden;
    width: 55px;
    height: 30px;
    text-align: center;
    border: 1px solid #c2c2c2;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    background: #ececec
}
.search_middle .drop_search span {
    display: block;
    height: 28px;
    border: 1px solid #f9f9f9
}
.search_middle .drop_search .ico_search_photo,
.search_middle .drop_search .ico_search_video {
    margin: 6px 8px 0 0
}

.item_content {
    font-size: 11px;
    line-height: 22px;
    display: inline-block;
    width: 50%;
    padding: 0 0 10px 10px;
    vertical-align: middle
}
.item_content a {
    display: block;
    padding: 0 10px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #36363a
}
.item_radio .iradio.checked {
    background-position: -100px -350px
}
.item_radio label {
    float: left;
    width: 90%
}
.item_radio label.selected {
    color: #0077cb
}
.clear {
    clear: both;
}
.clear_result {
    font-size: 0;
    line-height: 32px;
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #1a1a1b
}

.slidemenu {
    position: absolute;
    z-index: 100;
    top: 11px;
    right: 0;
    z-index: 100;
    display: none;
    overflow: auto;
    width: 240px;
    height: 100%;
    padding: 0 0 48px;
    -webkit-transition: -webkit-transform .25s ease 0;
    -moz-transition: -moz-transform .25s ease 0;
    -o-transition: -o-transform .25s ease 0;
    transition: transform .25s ease 0;
    -webkit-transform: translateX(240px);
    -moz-transform: translateX(240px);
    -ms-transform: translateX(240px);
    -o-transform: translateX(240px);
    transform: translateX(240px);
     -webkit-overflow-scrolling: touch;
    }
    .slidemenu-left {
        right: -240px;
    }
    .slidemenu-left.slidemenu-open,
    .slidemenu-left body, .slidemenu-left .header {
        right: 0
    }
    .slidemenu-push-toright {
        left: -240px
    }
    .slidemenu-push-toright .slidemenu {
       display: block;
    }
    .slidemenu-push-toright .header .search_container, .slidemenu-push-toright .header .logo, .slidemenu-push-toright .header .messagge_menu {
       opacity: 0.5
    }
    .slidemenu-push-toright  .btn_menu  {
       color: #BB1313;
    }
.slidemenu-push-toright .header,
.slidemenu-push-toright .search_container {
    position:relative;
    background: transparent !important;
}
.slidemenu-push-toright .header,
.slidemenu-push-toright .search_container {
    position:relative;
    background: transparent !important;
}
    .slidemenu-right {
        left: -240px
    }
    .slidemenu-right.slidemenu-open,
    .slidemenu-right body {
        left: 0
    }
    .slidemenu-push-toleft {
        left: 240px
    }
    .slidemenu-push-toleft .slidemenu {
        left: 240px
    }
    body, .header {
        overflow-x: hidden;
        position: relative;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .slidemenu {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
.slidemenu .wrap_holder {
    padding-bottom: 50px;
}
.slidemenu .col {
    margin: 10px 0 0;
}
.burimi .slidemenu {
    z-index: -10 !important;
}
.slidemenu .col:first-child {
    margin: 0;
    padding: 0;
    background: none
}
.slidemenu .col.top {
    padding: 10px;
    text-align: center;
    border-top: 0;
    background: none
}
.slidemenu .col.top li {
    font-size: 12px;
    line-height: 32px;
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: top;
}
.slidemenu .col.top li:first-child {
    margin: 0;
}
.slidemenu .col.top li a {
    padding: 0 10px;
    opacity: 0.6;

}
.slidemenu .col .box_avatar {
    margin: -10px;
    padding: 10px;
    text-align: left
}
.slidemenu .col .box_avatar .ava {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle
}
.slidemenu .col .box_avatar .ava img,
.slidemenu .col .box_avatar .ava a {
    display: block
}
/*
.slidemenu .col .box_avatar .ava img {
    width: 60px;
    height: 60px;
}
*/
.slidemenu .col .box_avatar .box_wrap {
    display: inline-block;
    vertical-align: middle
}
.slidemenu .col .box_avatar span {
    font-size: 12px;
    display: block;
    overflow: hidden;
    max-width: 160px;
    white-space: nowrap;
    text-transform: uppercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #fff !important;
}
.slidemenu .col .box_avatar .out {
    font-size: 12px;
    line-height: 32px;
    display: block;
    margin: 4px 0 4px;
    padding: 0 10px;
}
.slidemenu .col .box_avatar .out .fa {
    font-size: 18px;
    position: relative;
    top: 3px;
}
.slidemenu .col .box_avatar .out span {
    display: inline-block;
    vertical-align: middle;
}
.slidemenu .col li {
    line-height: 37px;
    position: relative;
    margin: 0 15px;
    text-transform: uppercase;
}
.slidemenu .col li:first-child {
    border: 0;
}
.slidemenu .col li.open .drop {
    display: block
}
.slidemenu .col li a {
    display: block;
    outline: 0;
}
.slidemenu .col li .wrap_text {
    position: relative;
}
.slidemenu .col li a {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    color: #d3d4d3;
}
/*
.upload_btn {
    font-size: 42px;
    color: #fff;
    position: absolute;
    top: 16px;
    right: 16px;
}
*/
.slidemenu .col li span.view_prf {
    max-width: 58%;
    white-space: nowrap
}
.slidemenu .col a.edit {
    font-size: 8px !important;
    right: 0 !important;
    top: 9px;
    position: absolute;
    padding:0 4px 5px 4px !important;
    line-height: 8px !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
}
.slidemenu li .yll {
  display: block;
  position: absolute;
  top: 0px;
  left: -14px;
  line-height: 16px;
  height: 16px;
  padding: 0 5px;
  font-family: Arial, sans-serif;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  border: 1px solid;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
}

.slidemenu li .yll a {
  background: #67c1ef;
  border-color: #30aae9;
  background-image: -webkit-linear-gradient(top, #acddf6, #67c1ef);
  background-image: -moz-linear-gradient(top, #acddf6, #67c1ef);
  background-image: -o-linear-gradient(top, #acddf6, #67c1ef);
  background-image: linear-gradient(to bottom, #acddf6, #67c1ef);
}

.slidemenu li .yll.green {
  background: #77cc51;
  border-color: #59ad33;
  background-image: -webkit-linear-gradient(top, #a5dd8c, #77cc51);
  background-image: -moz-linear-gradient(top, #a5dd8c, #77cc51);
  background-image: -o-linear-gradient(top, #a5dd8c, #77cc51);
  background-image: linear-gradient(to bottom, #a5dd8c, #77cc51);
}

.slidemenu li .yll.yellow {
  background: #faba3e;
  border-color: #f4a306;
  background-image: -webkit-linear-gradient(top, #fcd589, #faba3e);
  background-image: -moz-linear-gradient(top, #fcd589, #faba3e);
  background-image: -o-linear-gradient(top, #fcd589, #faba3e);
  background-image: linear-gradient(to bottom, #fcd589, #faba3e);
}

.slidemenu li .yll.red {
  background: #fa623f;
  border-color: #fa5a35;
  background-image: -webkit-linear-gradient(top, #fc9f8a, #fa623f);
  background-image: -moz-linear-gradient(top, #fc9f8a, #fa623f);
  background-image: -o-linear-gradient(top, #fc9f8a, #fa623f);
  background-image: linear-gradient(to bottom, #fc9f8a, #fa623f);
}
#wpadminbar {
    display: none !important;
}
.user-menu ul.col li a .fa {
    top: 3px;
    position: relative;
    right: 3px;
    font-size: 20px;
}
.slidemenu ul.col li a ._mi {
    top: 0;
    position: relative;
    left: -5px;
    font-size: 22px;
}
.rotate{
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.rotate.down{
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.main {
    padding: 0px 10px 0
}
.main .holder {
    margin: 10px auto 0
}
.main .holder p{
    padding: 10px 4px 14px 5px;
}
.main .holder.open .show_more em {
    padding-bottom: 1px;
    border-bottom: 0
}
.main .holder.open .ico_more {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}
@media screen and (max-width: 420px) {
    .main .holder {
        width: auto
    }
}
.addtoany_content {
    display: none;
}
.spots {
    margin: 0;
    padding: 10px 0 0;
    text-align: center;
    display: none;
}
.spots_middle {
    margin-top: 20px
}
.spots.nobg {
    background: none
}
.spots .spot {
    margin: 0 0 0 -5px
}
.spots .spot .wrap_spots {
    display: table;
    width: 100%;
    table-layout: fixed
}
.spots .spot .spot_inner {
    display: table-cell;
    padding: 0 0 0 5px;
    vertical-align: top
}
.head-spot {
    padding-bottom: 20px;
}
@media screen and (max-width: 2000px) {
    .spots span {
        display: inline-block !important;
        width: 300px;
        vertical-align: top
    }
}
@media screen and (max-width: 520px) {
    .spots .spot .spot_inner {
        display: block
    }
    .spots .spot .spot_inner:first-child {
        display: none
    }
}
.spots .spot .spot_inner img {
    display: block;
    width: 100%;
    height: auto
}
.spots span {
    font-size: 10px;
    line-height: 14px;
    display: block;
    text-align: right;
    color: #d3d4d3
}
@media screen and (max-width: 639px) {
    .spots span {
        display: inline-block;
        width: 300px;
        vertical-align: top
    }
}
.search_result {
    margin: 20px 0 0;
    padding: 10px;
    background: #1a1a1b
}
.search_result.drop_sort {
    position: relative;
    z-index: 3;
    margin: 0
}
.search_result .title {
    float: left;
}
.search_result .title em {
}
span.edit_post_link {
    float: right
}
.drop{
    position:absolute;
    z-index:2;
    top:100%;
    right:0;
    display:none;
    overflow:hidden;
    width:100px;
    -webkit-border-bottom-right-radius:4px;
    -moz-border-radius-bottomright:4px;
    border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-bottomleft:4px;
    border-bottom-left-radius:4px;
    background:#484848
}
.drop .row{
    position:relative;
    z-index:1;
    display:block;
    padding:7px 14px;
    border-top:1px solid #1a1a1b
}
.drop .row span{
    font-size:12px;
    line-height:14px;
    display:inline-block;
    vertical-align:top
}
.drop .row:after{
    position:absolute;
    z-index:-1;
    top:0;
    right:0;
    left:0;
    width:0;
    height:100%;
    content:'';
    -webkit-transition:width .3s ease-in-out;
    -moz-transition:width .3s ease-in-out;
    -o-transition:width .3s ease-in-out;
    transition:width .3s ease-in-out;
    background:#313131
}
.drop .row:before{
    position:absolute;
    top:10px;
    left:3px;
    width:7px;
    height:7px;
    content:'';
    -webkit-transition:opacity .3s;
    -moz-transition:opacity .3s;
    -o-transition:opacity .3s;
    transition:opacity .3s;
    display:none;
    background:url(../images/sprite.png) no-repeat;
    background-position:-500px -350px
}
.drop .row:hover:after{
    width:100%
}
.drop .row:hover:before{
    display:block
}
.drop .row.selected:after{
    width:100%;
    background:#313131 !important
}
.performer-az-item{
    width: 50%;
    display: inline-block;
    float: left;
}
.panel_sort {
    font-size:0;
    position:relative;
    display: block;
    right:0;
    float: left;
    top: 14px;
    width: 100%;
    margin-top: -41px;
    z-index: 102;
}
.panel_sort.inner .row{
    padding:7px 10px
}
.panel_sort.inner .row:before{
    display:none
}
.panel_sort.inner .title_filter{
    font-size:12px;
    line-height:24px;
    display:inline-block;
    padding-right:8px;
    vertical-align:middle
}
.panel_sort.inner .button_sort{
    font-size:12px;
    line-height:14px;
    display:table-cell;
    height:24px;
    padding:5px 10px;
    cursor:pointer;
    float: left;
    vertical-align:middle;
    color:#fff;
    border:0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background:#484848
}
.panel_sort.inner .button_sort:hover{
    background:#6c6c6c
}
.panel_sort.inner .button_sort:active{
    -webkit-box-shadow:inset 0 0 0 1px #0077cb;
    -moz-box-shadow:inset 0 0 0 1px #0077cb;
    box-shadow:inset 0 0 0 1px #0077cb
}
.panel_sort.inner .button_sort.selected {
    background:#0077cb
}
.panel_sort.inner .sort_main{
    position:relative;
    display:inline-block;
    float:none;
    padding:5px 35px 5px 10px;
    vertical-align:middle
}
.sort_main.selected{
    background:#0077cb
}
.panel_sort.inner .sort_main:not(.istablet):active,.panel_sort.inner .sort_main.opened:active{
    -webkit-box-shadow:inset 0 0 0 1px #0077cb;
    -moz-box-shadow:inset 0 0 0 1px #0077cb;
    box-shadow:inset 0 0 0 1px #0077cb
}
.panel_sort.inner .sort_main:not(.istablet):hover,.panel_sort.inner .sort_main.opened:hover{
    background:#6c6c6c
}
.panel_sort.inner .sort_main:not(.istablet):hover i.fa,.panel_sort.inner .sort_main.opened:hover i.fa{
    font-size: 16px;
    z-index: 2;
}
.panel_sort.inner .sort_main:not(.istablet):hover:after,.panel_sort.inner .sort_main.opened:hover:after {
    position:absolute;
    top:0;
    right:0;
    width:25px !important;
    font-size: 0;
    height:100%;
    content: '';
    z-index: 1;
    -webkit-border-top-left-radius:0;
    -moz-border-radius-topleft:0;
    border-top-left-radius:0;
    -webkit-border-top-right-radius:3px;
    -moz-border-radius-topright:3px;
    border-top-right-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    -moz-border-radius-bottomright:3px;
    border-bottom-right-radius:3px;
    -webkit-border-bottom-left-radius:0;
    -moz-border-radius-bottomleft:0;
    border-bottom-left-radius:0;
    background:#0077cb !important;
}
/*
.panel_sort.inner .col_button_group{
    margin-right:10px;
}
*/
.panel_sort.inner .col_button_group:last-child{
    margin:0
}
.sort_main{
    font-size:0;
    position:relative;
    float:right;
    height:24px;
    min-width: 82px;
    padding:5px 24px 5px 14px;
    cursor:pointer;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background:#484848
}
.sort_main .wrap {
    display:table-cell;
}
.sort_main .wrap .title{
    font-size:12px;
    margin-top: -20px;
    line-height:14px;
    display:table-cell;
    overflow:hidden;
    width:100%;
    white-space:nowrap;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis
}
.sort_main .wrap i.fa {
    display: block;
    position: absolute;
    right: 8px;
    top: 4px;
    font-size: 16px;
    color: #fff !important;
    -webkit-transition:-webkit-transform .4s ease-in-out;
    -moz-transition:-moz-transform .4s ease-in-out;
    -o-transition:-o-transform .4s ease-in-out;
    transition:transform .4s ease-in-out;
}
.sort_main:not(.istablet):hover,.sort_main.opened:hover{
    -webkit-border-top-left-radius:3px;
    -moz-border-radius-topleft:3px;
    border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px;
    -moz-border-radius-topright:3px;
    border-top-right-radius:3px;
    -webkit-border-bottom-right-radius:0;
    -moz-border-radius-bottomright:0;
    border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;
    -moz-border-radius-bottomleft:0;
    border-bottom-left-radius:0;
}
.sort_main:not(.istablet):hover .drop,.sort_main.opened:hover .drop {
    display:block;
}
.sort_main:hover i.fa , .sort_main:hover i.fa {
    -webkit-transform:rotateZ(-180deg);
    -moz-transform:rotateZ(-180deg);
    transform:rotateZ(-180deg);
    font-size: 16px;
}
.sort_main .drop {
    top:24px;
    right:0;
    left:0;
    width:auto
}
.sort_main_comments .drop{
    top:-58px;
    right:0;
    left:0;
    width:auto;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
}
.sort_main_comments:hover{
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px
}
.field_choice{
    font-size:0;
    float:right;
    overflow:hidden;
    margin-left:25px;
    position: relative;
    right: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}

.gender_sort {
    float: right;
}
.panel_sort.inner .button_sort, .panel_sort.inner .sort_main, .panel_sort.inner .col_button_group:last-child {
	margin-right: 10px;
}
.gender_sort .field_choice {
    margin: 0 !important;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.gender_sort .field_choice:first-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.gender_sort .field_choice:last-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.field_choice .btn_choice{
    font-size:12px;
    display:inline-block;
    height:24px;
    margin:0;
    line-height: 25px;
    padding:0 10px;
    cursor:pointer;
    -webkit-transition:background .3s;
    -moz-transition:background .3s;
    -o-transition:background .3s;
    transition:background .3s;
    vertical-align:top;
    text-transform:uppercase;
    color:white;
    border:0;
    background:#484848
}
.field_choice .btn_choice:hover{
    background:#585858
}
.field_choice .btn_choice.selected{
    cursor:default;
    background:#0077cb
}
.buttons_item{
    padding:16px 0;
    text-align:center
}
.buttons_item .btn_list{
    font-size:12px;
    display:inline-block;
    margin:0 0 0 25px;
    padding:6px 15px;
    cursor:pointer;
    -webkit-transition:border-color .3s;
    -moz-transition:border-color .3s;
    -o-transition:border-color .3s;
    transition:border-color .3s;
    vertical-align:top;
    text-transform:uppercase;
    color:#fff;
    border:1px dashed #4d4d4d;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background:#000
}
.buttons_item .btn_list:first-child{
    margin:0
}
.buttons_item .btn_list:hover{
    border-color:#999
}
.buttons_item .btn_list.selected{
    border:1px solid #0077cb;
    background:#0077cb
}

.quality {
    float: right
}
.quality li {
    line-height: 30px;
    float: left;
    overflow: hidden;
    height: 30px;
    margin: 0 0 0 10px
}
.quality li.selected a {
    background: #0077cb
}
.quality li a {
    display: block;
    padding: 3px 8px;
    text-align: center;
    background: #1a1a1b
}
.quality li a em {
    line-height: 14px;
    display: block;
    text-transform: uppercase
}
.quality li a span {
    font-size: 10px;
    line-height: 10px;
    display: block
}
.btn {
    margin: 20px 0 0;
    text-align: center
}
.btn a {
    font-size: 12px;
    line-height: 36px;
    display: inline-block;
    min-width: 114px;
    margin: 0 0 0 10px;
    padding: 0 5px;
    text-align: center;
    vertical-align: top;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #cb0000
}
.btn a:first-child {
    margin: 0
}
.thumbs {
    overflow: hidden;
    margin: 18px 0 0
}
.thumbs ul {
    margin-left: -2px
}
.thumbs .th span {
    position:absolute;
    z-index:3;
    right:0;
    bottom:0;
    left:0;
    height:22px;
    text-align:center;
}

.thumbs .desc span .title {
  padding: 3px 6px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #000;
  position: absolute;
  bottom: 0;
  z-index: 102;
  display: block !important;
  width: 100%;
  background: rgba(0, 0, 0, .7);
}
.thumbs .th .toolbar{
    position:absolute;
    z-index:7;
    top:0px;
    right:0;
    left:0;
    overflow:hidden;
    height:18px;
    padding:0;
}
.thumbs .th .toolbar .rate_thumb {
    float:left;
    padding:0 10px;
    background:rgba(0,119,203,.7);
    opacity: 0.7;
}
.thumbs .th .toolbar .rate_thumb em {
    font-size:11px;
    line-height:18px;
    display:inline-block;
    vertical-align:middle
}
.thumbs .th .toolbar .time_thumb {
    float:right;
    overflow:hidden;
}
.thumbs .th .toolbar .time_thumb em {
    font-size:11px;
    line-height:18px;
    display:inline-block;
    padding:0 6px;
    vertical-align:middle;
    background:#000;
    background:rgba(0,0,0,.7)
}
.thumbs .th .toolbar .view_thumb{
    float:right
}
.thumbs .th .toolbar .view_thumb .ico_view{
    width:10px;
    height:10px;
    margin:0 4px 0 0;
    vertical-align:middle;
    background-position:-100px -500px
}
.thumbs .th .toolbar .view_thumb em{
    font-size:11px;
    line-height:18px;
    display:inline-block;
    vertical-align:middle
}
.thumbs .th .quality{
    display:inline-block;
    padding:5px 8px;
    line-height: 9px;
    vertical-align:middle;
    background:#cb0000;
    background:rgba(203,0,0,.7)
}
.thumbs .post-views {
	text-align: center;
  right: 0;
	padding: 4px;
  position: absolute;
  bottom: 18px;
  opacity: 0.6;
}
.thumbs .post-views .number {
	display: block !important;
	font-size: 16px !important;
  font-weight: bold;
  color: #000 !important;
}
.thumbs .post-views .txt {
	display: block !important;
	font-size: 10px !important;
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
}
.taxonomy-item .taxonomy-name,
.taxonomy-item .taxonomy-videos {
	display: block;
	position: absolute;
}
.taxonomy-item .taxonomy-name {
	left: 0;
	bottom: 10px;
	width: 100%;
	padding: 5px 70px 5px 15px;
	font-size: 14px;
	line-height: 18px;
}
.taxonomy-item .taxonomy-videos {
	width: 50px;
	height: 50px;
	text-align: center;
  float: right;
  margin-right: 2px;
	padding-top: 8px;
  position: relative;
  z-index: 101;
  margin-top: -60px;
}
.taxonomy-item .taxonomy-videos .number {
	display: block !important;
	font-size: 16px !important;
	line-height: 18px;
  font-weight: bold;
  color: #000 !important;
}
.taxonomy-item .taxonomy-videos .txt {
	display: block;
	font-size: 10px !important;
	line-height: 10px;
	padding-top: 2px;
  color: #000;
  text-transform: uppercase;
}
.taxonomy-item .taxonomy-name {
	color: #fff;
	background: rgba(0,
	0,
	0,
	0.6);
}
.taxonomy-item .taxonomy-videos, .thumbs .post-views {
	color: #231f20;
	background: #fff;
	border-radius: 0;
	box-shadow: 0 2px 3px rgba(0,
	0,
	0,
	0.3);
}
.taxonomy-item .taxonomy-videos .count {
	font-weight: 600;
}
/*
.thumbs .th:hover .toolbar {
    top:-20px;
}
*/
@media screen and (max-width: 480px) {
    .thumbs ul {
        margin-left: 0
    }
}
.thumbs li {
    float: left;
    width: 25%;
    padding: 2px 0 0 2px
}
@media screen and (max-width: 480px) {
    .thumbs li {
        display: block;
        width: 100%;
        padding: 2px 0 0 2px
    }
    .thumbs li:first-child {
        margin: 0
    }
}

.th {
    position: relative;
    z-index: 1;
    display: block
}
.th img {
    display: block;
    width: 100%;
    height: auto
}
.th .desc .time {
    float: right
}

.form_select .select2-container {
    width: 100%
}
.pagination {
    font-size: .001px;
    margin: 20px 0 20px;
    text-align: center
}
.pagination li {
    font-size: 12px;
    display: inline-block;
    overflow: hidden;
    margin: 0 0 0 9px;
    vertical-align: top;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.pagination li:first-child {
    margin: 0
}
.pagination li.skip a {
    padding: 10px 6px
}
.pagination li a {
    display: block;
    padding: 10px 9px;
    background: #0077cb
}
.pagination li span {
    display: block;
    min-width: 30px;
    padding: 10px 0;
    background: #1a1a1b
}
.pagination li em {
    display: inline-block;
    vertical-align: top
}
.pagination li .ico_arrow_prev {
    width: 6px;
    height: 11px;
    margin: 1px 3px 0 0;
    background-position: -200px -200px
}
.pagination li .ico_arrow_next {
    width: 6px;
    height: 11px;
    margin: 1px 0 0 3px;
    background-position: -250px -200px
}
.pagination li a.current {
    background: #1a1a1b;
}
.terms {
    margin: 20px 0 0
}
.terms h2 {
    text-transform: uppercase
}
.terms .box {
    margin: 20px 0 0
}
.terms h3 {
    margin: 20px 0 0
}
.terms p {
    line-height: 26px;
    margin: 20px 0 0
}
.terms p:first-child {
    margin: 0
}
.contain {
    font-size: 0;
    margin: 20px 0 0
}
.contain .item {
    width: 149px;
    margin: 0 0 2px
}
.contain .item a {
    display: block
}
.contain .item img {
    display: block
}
.watch {
    position: relative;
    margin: 0;
}

.watch video {
    display: block !important;
}
.v-overlay {
    z-index: 101;position: absolute;top: 50%;left: 50%;margin-left: -150px;text-align: center;background: transparent;margin-top: 6%
}
.video_lek_times {
	float: right;
	margin-top: -5px;
   margin-right: -5px;
   font-size: 17px;
   background:red;
   padding: 2px 8px 4px 8px;
   line-height: 16px;
}
.continue_watch a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 5px 15px 4px;
    text-transform: uppercase;
    vertical-align: top;
    margin-top: 13px !important;
    z-index: 101;
}
@media screen and (max-width: 560px) {
.v-overlay {
    top: 10%;
}
}
@media screen and (max-width: 480px) {
.v-overlay {
    top: 1%;
}
}
#jwplayer {
	width: 100%;height: 100%;position: relative;
}
.video-container {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
}
#v-player {
  position: relative;
  display: block;
}
.report-form {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.5);
  padding: 13px;
  bottom: 0;
  display: none;
}
.flag-reason {
    margin: 10px 0 0;
    padding: 10px;
    float: right;
    width: 30%;
}
.flag-reason label {
  line-height: 28px;
}
.report-form .btn-pd-sm, .flag-reason label {
  transition: transform .2s; /* Animation */
  margin-right: 3px;
}
.report-form .btn-pd-sm:hover, .flag-reason label:hover {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
#a2apage_dropdown {
  display: none !important
}
.btn-pd {
    margin-top: 4px;
    display: inline-block;
    padding: 8px 20px !important;
    vertical-align: top;
    text-transform: uppercase;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.textarea-wrapper {
  width: 70%;
  margin-top: 20px;
  float: left;
}
.textarea-wrapper textarea {
  width: 100%;
  font-family: inherit;
  color: #ccc;
  font-size: 100%;
  border: none;
  border-radius: 3px;
  min-height: 160px;
  padding: 8px;
}
.crf_message {
    padding: 4% 3%;
    text-align: left;
    font-size: 120%;
    line-height: 120%;
    display: none;
}
.small {
    max-height: 30px;
    min-height: 16px;
    overflow:hidden;
}
.big {
    height: auto;
}
.desc_more {
    width: 100%;
    text-align: center;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video,
.video-container .flowplayer,
.video-js-box,
.sh5vp-video-box,
.sh5vp-video,
.video-js {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
.mejs-container {
    width: 100%!important;
    height: auto!important;
    padding-top: 57%
}
.mejs-controls button {
    display: block !important;
    z-index: ;
    background: #fff !important;
}
.mejs-overlay,
.mejs-poster {
    width: 100%!important;
    height: 100%!important
}
.wp-video {
    width: 100%!important;
    height: 100%!important
}
.video_list {
   margin: -2px 0 0 -2px
}
.video_list .item {
    float: left;
    width: 50%;
    padding: 2px 0 0 2px;
}
.rated_box {
    position: relative;
    z-index: 1;
    margin: 20px 0 0
}
.rated_box .block {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: table;
    width: 100%;
    padding: 0 0 0 88px
}
.rated_box .block li,.rated_box .block .simplefavorite-button {
    line-height: 30px;
    display: table-cell;
    padding-left: 10px !important;
    text-align: center;
    vertical-align: top;
    text-transform: uppercase;
}
.rated_box .block li a {
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #1a1a1b;
    width: 100%;
    border: 0;
}

.rated_box .block .simplefavorite-button {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    left: 10px;
}

.rated_box .block li.share_rate a {
    background: #0077cb;
}
.rated_box .block li.share_rate span.at-icon-wrapper {
   display: none !important;
}
.rated_box .block .ico_heart, .rated_box .block i {
	font-size: 18px;
    display: inline-block;
    color: #fff;
    width: 22px;
    height: 19px;
    vertical-align: middle;
    background-position: -200px -350px
}
.rate {
    position: relative;
    z-index: 1;
    float: left
}
.rate li {
    float: left;
    margin: 0 10px 0 0
}
.rate li a {
    display: block;
    width: 39px;
    height: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
.rate .like a {
    background: #cb0000
}
.rate .like .ico_like {
	color: #fff;
	font-size: 18px;
    width: 16px;
    height: 19px;
    margin: 5px 0 0 10px;
    background-position: -50px -100px
}
.rate .dislike a {
    background: #0077cb
}
.rate .dislike .ico_dislike {
    font-size: 18px;
    width: 16px;
    height: 19px;
    margin: 5px 0 0 10px;
    background-position: -100px -100px
}
.tools_cat {
    font-size: 0;
    margin: 20px 0 0
}
.tools_cat a {
    font-size: 11px;
    line-height: 21px;
    display: inline-block;
    margin: 1px 1px 0 0;
    padding: 0 10px;
    vertical-align: top;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #1a1a1b
}
.tools {
    margin: 20px 0 0
}
.tools p {
    font-size: 11px;
    margin: 12px 0 0
}
.tools p:first-child {
    margin: 0
}
.tools p a {
    color: #cb0000
}
.wrap {
    margin: 20px 0 0;
    text-align: center
}
.show_more {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    margin-bottom: 15px;
}
.show_more .ico_more {
    width: 9px;
    height: 9px;
    margin: 2px 7px 0 0;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    transform: rotateZ(0);
    background-position: -150px -100px
}
.show_more em {
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    color: #e1e1e1;
    border-bottom: 1px dotted #e1e1e1
}
.section_drop {
    display: none
}
.section_drop .heading {
    margin: 18px 0 0
}
.section_drop .heading h3 {
    text-transform: uppercase
}
.share_tools {
    overflow: hidden;
    margin: 0 0 20px
}
.share_tools span {
    line-height: 32px;
    float: left;
    margin: 0 13px 0 0
}
.share_tools .share_holder {
    float: left
}
.at-share-btn-elements a.at-icon-wrapper {
    max-width: 30px;
}
.comment-reply-link {
    display: none !important;
}
input.comment-text {
    font: 12px/14px Arial, Helvetica, sans-serif;
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    background: #fff;
    width:50%;
    float: left;
}
.textarea_comment {
    font: 12px/14px Arial, Helvetica, sans-serif;
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    background: #fff
}
.textarea_comment textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    height: 32px;
    padding: 0;
    resize: none;
    color: #646464;
    border: 0;
    background: none
}
.add_comments {
    margin: 10px 0 0
}
.add_comments p {
    font-size: 12px
}

.comments {
    padding: 10px;
}

.comments .holder_name {
    font-size: 10px;
    color: #cb0000
}

.comment_heading {
    float: right;
    margin-top: -23px;
}

.comments textarea {
    font: 12px/16px Arial, Helvetica, sans-serif;
    width: 100%;
    height: 16px;
    padding: 0;
    resize: none;
    color: #443d3d;
    border: 0;
    background: none
}

ol.commentlist {
    margin: 10px 5px;
}
.commentlist .comment-body {
    padding: 10px;
    margin: 10px 0;
    position: relative
}
.comment-body a.comment-reply-link {
    position: absolute;
    top: 10px;
    right: 10px
}
ol.commentlist li {
    list-style: none;
    float: left;
    width: 100%;
}
ol.commentlist img.avatar {
    padding: 5px;
    float: left;
    display: block;

    width: 64px;
    height: 64px
}
ol.commentlist .comment-author {
    line-height: 25px
}
.btn_comment {
    padding: 18px 0;
    text-align: center
}
.btn_comment input {
    display: inline-block;
    padding: 8px 20px;
    vertical-align: top;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #0077cb;
}
.footer {
    margin: 5px 0 0
}
.footer_spots {
    text-align: center
}
.footer_spots .spot {
    padding-bottom: 0
}
.footer_spots .item_box {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 20px 0 16px;
    vertical-align: top
}
.footer_spots .wrap_spots h3 {
    font-weight: normal;
    font-size: 10px;
    padding: 0;
    width: 300px;
    margin: 0;
    margin: 5px auto 0;
    text-align: right;
    color: #d3d4d3
}
.footer_spots .item_box .wrap {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0 10px 0 0;
    table-layout: fixed
}
.footer_spots .item_box .wrap .spot_inner {
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top
}
@media screen and (max-width: 520px) {
    .footer_spots .item_box .wrap .spot_inner:first-child {
        display: none
    }
}
.footer_spots .item_box .wrap .spot_inner img {
    display: block;
    width: 100%;
    height: auto
}
.footer_spots .item_box h3 {
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 0 0 10px;
    text-align: left
}
.contain_bottom {
    padding: 20px 10px
}
.contain_bottom .container {
    position: relative;
    z-index: 1
}
.contain_bottom .btn {
    margin: 0
}
.contain_bottom .btn_top {
    font-size: .001px;
    line-height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #0077cb
}
.contain_bottom .btn_top .ico_arrow_top {
    width: 7px;
    height: 10px;
    margin: 12px 3px 0 0;
    background-position: -300px -200px
}
.contain_bottom .btn_top span {
    font-size: 12px;
    display: inline-block;
    vertical-align: top
}
.footer_bottom {
    padding: 30px 0;
    margin-top: 10px;
    background: #1a1a1b
}
.footer_holder {
    margin: 0 auto
}
@media screen and (max-width: 665px) {
    .footer_holder {
        width: auto;
        text-align: center
    }
}
.footer_holder.no_btn {
    width: 100%
}
.footer_holder.no_btn .buttons {
    display: none
}
.footer_holder.no_btn .copy {
    display: block;
    float: none;
    margin: 0;
    text-align: center
}
.footer_holder.no_btn .copy ul {
    display: inline-block;
    vertical-align: top
}
.copy {
    float: left
}
@media screen and (max-width: 665px) {
    .copy {
        float: none;
        margin: 20px 0 0
    }
}
@media screen and (max-width: 665px) {
    .copy ul {
        display: inline-block;
        vertical-align: top
    }
}
.copy li {
    float: left;
    margin: 0 0 0 20px
}
.copy li:first-child {
    margin: 0
}
.copy li a {
    text-decoration: underline;
    color: #a5a5a5
}
.copy p {
    font-size: 11px;
    margin: 5px 0 0;
    color: #a5a5a5
}
.buttons {
    float: right
}
@media screen and (max-width: 665px) {
    .buttons {
        float: none
    }
}
@media screen and (max-width: 665px) {
    .buttons ul {
        font-size: 0;
        display: inline-block;
        vertical-align: top
    }
}
.buttons li {
    line-height: 32px;
    float: left;
    overflow: hidden;
    margin: 0 0 0 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.buttons li:first-child {
    margin: 0
}
@media screen and (max-width: 665px) {
    .buttons li {
        font-size: 12px;
        display: inline-block;
        margin: 0 0 0 10px;
        vertical-align: top
    }
}
.buttons li a {
    display: block;
    padding: 0 10px;
    background: #cb0000
}
.headline_form {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 37px;
    padding: 0 0 0 13px;
    background: #000
}
.headline_form h2 {
    line-height: 37px;
    text-transform: uppercase
}
.headline_form .close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    border: 0;
    background: none;
    background: #cb0000
}
.headline_form .close .ico_close {
    width: 20px;
    height: 20px;
    background-position: -294px -43px
}
.field_form {
    padding: 20px 13px;
}

.field_form .col {
    margin: 33px 0 0
}
.field_form .col:first-child {
    margin: 0
}
#at-expanded-menu-container button, .video-container button {
   background: transparent !important;
}
label span {
   font-size: 10px !important;
}
.field_form .input, #buddypress .input {
    font-size: 12px;
    width: 100%;
    outline: 0;
    height: 26px;
    margin: 0 0 8px 0;
    padding: 5px 10px;
    -webkit-transition: border .3s ease-in-out;
    -moz-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
    color: #646464 !important;
    border: 1px solid #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}
.field_form .input, #buddypress .input {
    font-size: 12px;
    width: 100%;
    outline: 0;
    margin: 0 0 8px 0;
    padding: 5px 10px;
    -webkit-transition: border .3s ease-in-out;
    -moz-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
    color: #646464;
    border: 1px solid #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff
}
.field_form input.input:focus {
    outline: 0 !important;
    position: relative;
    float: left;
    clear: both;
}
.field_form .box_capcha {
    overflow: hidden;
    margin: 20px 0 0
}
.field_form .box_capcha .input_code {
    overflow: hidden;
    margin: 13px 0 0
}
.field_form .box_capcha .input_code input {
    margin: 0
}
.field_form .box_capcha .text {
    font-size: 11px;
    overflow: hidden;
    margin: 17px 0 0
}
.field_form .box_capcha .text a {
    position: relative;
    z-index: 1;
    text-decoration: underline
}
.field_form .holder {
    margin: 20px 0 0
}
.field_form .holder p {
    font-size: 11px;
    margin: 6px 0 0
}
.field_form .holder p:first-child {
    margin: 0
}
.field_form .holder p a {
    position: relative;
    z-index: 1;
    text-transform: uppercase
}
.select_field {
    margin: 20px 0 0
}
.capcha {
    float: left;
    width: 170px;
    margin: 0 20px 0 0
}
.forgot-link {
    margin-top: 15px !important;
}
.agreement {
    margin: 20px 0 0
}
.agreement p {
    font-weight: normal
}
.agreement span {
    font-size: 10px;
    display: block;
    color: #6d6d6d
}
.agreement .wrap {
    overflow: hidden;
    text-align: left
}
.agreement label {
    line-height: 16px;
    display: block;
    overflow: hidden;
    margin: 12px 0 0
}
.agreement label:first-child {
    margin: 0
}
.agreement label a {
    position: relative;
    z-index: 1;
    text-decoration: underline
}
.form_title {
    font-weight: bold
}
.btn_block {
    margin: 20px 0 0;
    text-align: center
}
.btn_block input, .btn_block input {
    display: inline-block;
    min-width: 150px;
    height: 36px;
    cursor: pointer;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    vertical-align: top;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #cb0000
}
.ch_box {
    float: left;
    margin: 0 10px 0 0;
}
.icheckbox.checked {
    background-position: -350px -50px
}
.modal-open {
    overflow: hidden
}
.fade {
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0
}
.fade.in {
    opacity: 1
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    padding: 10px !important;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    min-width: 298px;
    margin: 0 auto;
    border: 1px solid #3c3c3c;
    z-index: 999999999999999999999999 !important;
}
.modal-content {
    outline: 0;
    z-index: 9999;
    color: #ccc !important;
}
.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100% !important;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}
.modal-backdrop.in {
    opacity: .9;
    filter: alpha(opacity=90)
}
#login, #register, #forgot_password, #subscribe-box{
    display: none;
    position: fixed;
    z-index: 102;
}
.tb_recaptcha {
	margin-left: 14px !important;
}
span.close i {
	line-height: 20px;
	font-size: 18px;
	margin-left: 2px;
}

.modal-dialog-center {
    position: absolute;
    top: 50%;
    left: 50%
}
.powered_by {position: absolute;top: -9999px;left: -9999px;}
.addthis_toolbox a.at300b,
.addthis_toolbox a.at300m {
    float: left;
    margin: 0 7px
}
.custom_images {
    margin-left: 33px
}
.posting {
    margin: 10px 5px 10px 5px;
    display: none;
    padding: 10px 0;
    text-align: center;
    background: #cb0000;
    color: #fff;
    border:none !important;
}
.rate li a {
    position: relative;
    z-index: 1
}
.unsubscribe {
    background: #0077cb !important
}
a#back-to-top {
	z-index: 9999;
    position: fixed;
    bottom: 0px !important;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}
a#back-to-top i {
    color: #fff !important;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    display: block;
}
a#back-to-top.show {opacity: 1;display: block;}
.notifications__item {
    background: #cb0000 none repeat scroll 0 0;
    color: #fff;
    margin: 20px auto;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
}
.rtm-lightbox-container a, .rtm-lightbox-container {
    color: #000 !important;
}
a.rtmedia-comment-link {}
.mce-toolbar-grp button{background: none !important;}
span.mce-txt {color: #000 !important;}
