
/* Global styles */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500&display=swap');
*{
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html{
    height:100%;
    min-width:320px;
}

body {
    height: 100%;
    min-width: 320px;
    margin: 0;
    font: 400 14px/1.2 'Quicksand', sans-serif;
}

p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

a {
    color: #45688E;
    text-decoration: underline;
}

a:hover {
    color: #2d4b6c;
}

a.hl {
    font-weight: bold;
}

form {
    display: inline;
}

label {
    cursor: pointer;
}

input, textarea, select {
    font: 400 12px/1.2 'Quicksand', sans-serif;
}

.control input, .control textarea, .control select, .common_input {
    padding: 10px;
    background-color: #666;
    color: #fff;
    resize: none;
    outline: none;
    border-radius: 10px;
    border: none;
}

.button input {
    vertical-align: middle;
}

.g_clear {
    clear: both;
    font-size: 0;
    height: 0;
}

.g_hidden {
    display: none;
}

.g_hint {
    font-size: 11px;
}

.block_header {
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

@media(max-width: 479px){
    .block_header{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media(max-width: 479px){
    .content-wrapper .block_header.second{
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

aside .block_header{
    /*margin-bottom: 0;*/
    text-align: center;
}

.block_header a{
	color:#033453;
}

.block_sub_header {
    margin-bottom: 10px;
}

@media(max-width: 479px){
	.block_sub_header{
		font-size: 13px;
	}
}

.block_sub_header .links {
    margin-left: 10px;
}

.block_sub_header .links a{
    text-decoration: none;
    font-weight: bold;
    border-radius: 20px;
    background-color: #d8d8d8;
    color: #000;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
    font-size: 12px;
}

@media screen and (min-width: 1025px){
    .block_sub_header .links a:hover{
        background-color: #4782B0;
        color: #fff;
    }
}

.block_content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0 -10px;
}

@media(max-width: 1024px){
    .block_content{
        margin: 0 -6px;
    }
}

.content-wrapper aside .block_content{
    margin: 0;
}

.content-wrapper aside .block_content.avatar{
    margin: 0 auto 20px;
}

@media(max-width: 768px){
    .content-wrapper aside .block_content.avatar{
        margin-bottom: 15px;
    }
}

.content{
    width: 100%;
    min-width: 1px;
}

.content-wrapper aside .block_content span{
    background-color: #4782B0;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 20px;
    text-align: center;
}

@media(max-width: 1024px){
    .content-wrapper aside .block_content span{
        font-size: 13px;
    }
}

.pagination .block_content{
    display: block;
}

.block_content p, .text_content p {
    margin-bottom: 8px;
    margin-top: 16px;
}

.text_content p{
    margin: 15px 0;
}

.box-wrap .text_content .block_content{
    margin: 0;
}

.text_content ol{
    list-style-type: upper-latin;
}

.block_content p.topmost, .text_content p.topmost {
    margin-top: 0;
}

.block_content .label {
    margin-bottom: 3px;
    color: #000000;
    padding-left: 5px;
}

.block_content .control {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block_content .control_group {
    margin-bottom: 10px;
}

.block_content .control_group .item {
    float: left;
    margin-bottom: 5px;
}

.block_content .button {
    padding-top: 3px;
}

aside .block_content .button{
    padding-top: 0;
}

.block_content .button .ajax_wait {
    padding-left: 5px;
}

.block_content .field_error {
    margin: 5px 0;
    color: #fb6549;
    font-size: 11px;
}

.block_content .message_error {
    margin: 0 5px 10px 5px;
	padding: 5px;
	background: #B7CBDB;
	color: #000000;
}

.block_content .message_info {
    margin: 0 5px 10px 5px;
    padding: 5px;
    background: #DFE1F1;
    color: #2D3996;
}

/*îòìåòêà new*/

#newalarm{
    width: 40px;
    height: 40px;
    background: url(../images/newalarm2.png) no-repeat;
    position:relative;
    top: 87px;
    left: 626px;
}

#newalarm1{
    width: 40px;
    height: 40px;
    background: url(../images/newalarm2.png) no-repeat;
    position:relative;
    top: 47px;
    left: 750px;
}

.gameblock{
    width: 100%;
    text-align: center;
}

.gameblock embed{
    width: 100%;
}

.game_item {
	width: 20%;
}

@media(max-width: 1450px){
    .game_item{
        width: 25%;
    }
}

@media(max-width: 1150px){
    .game_item{
        width: 33.333%;
    }
}

@media(max-width: 850px){
    .game_item{
        width: 50%;
    }
}

@media(max-width: 400px){
    .game_item{
        width: 100%;
    }
}

@media(max-width: 560px){
    .game_item img + span{
        display: none;
    }
}

@media(max-width: 400px){
    .game_item img + span{
        display: block;
    }
}

.block_content_game{
    padding: 5px 1px 10px 1px;
    color: #000000;
}

.game_item .imgstyle{
	display: block;
    width: 100%;
}

.game_item .image{
    margin-bottom: 10px;
}

.game_item .rating{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
}

.game_item h2{
	margin-bottom:3px;
}

.index_medium{
	margin:10px auto;
	width:728px;
}

/* Layout styles */

/*#placenta{
	width:1002px;
	margin:5px auto;
}*/

#placenta{
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    overflow: hidden;
}

#placenta.open aside{
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#placenta.open .dots{
    background-color: #ff8b1a;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#placenta.open .dot{
    background-color: #000;
}

@media(max-width: 375px){
    #placenta.open .dots{
        background-color: transparent;
    }
    #placenta.open .dot{
        background-color: #ff8b1a;
    }
}

.container{
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 15px;
}

@media(max-width: 768px) {
    .container{
        padding: 0 10px;
    }
}

#top_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

@media(max-width: 768px){
	#top_menu{
		display: none;
	}
}

#top_menu.user .name{
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

#top_menu a {
    text-decoration: none;
    white-space: nowrap;
    color: #010101;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: .35px;
    border-radius: 20px;
    background-color: transparent;
    display: inline-block;
    padding: 12px 19px;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
}

#top_menu .full {
    margin-left: 3px;
    background-color: #ff8b1a;
}

@media (min-width: 1024px) {
    .header-area #top_menu a:hover {
        background-color: #4782B0;
        color: #fff;
    }
}
@media(max-width: 479px){
	.logo-holder {
		margin-right: 10px;
	}
}

.logo-holder img{
    width: 300px;
    display: block;
}

@media(max-width: 639px){
	.logo-holder img{
	    width: 290px;
	}
}

@media(max-width: 479px){
	.logo-holder img{
	    width: 232px;
	}
}

@media(max-width: 375px){
	.logo-holder img{
	    width: 200px;
        padding-top: 5px;
	}
}

.center-block .search{
    width: 100%;
}

#top_menu span {
    font-weight: bold;
    color: #666666;
}

@media(max-width: 768px){
    header{
        border-bottom: 1px solid #4782B0;
        position: relative;
    }
}

header #advertising {
	float:left;
    height: 100px;
	width:695px;
	background: #FBFBFE url("http://i.homexvideo.com/images/logo1.gif") left top no-repeat;
}
header #advertising img {
    border: none;
}

.logo-holder a{
    display: block;
}

.nav-holder {
    background-color: #666;
}

@media(max-width: 768px){
    .nav-holder{
		position: absolute;
		top: 100%;
		left: 0;
		-webkit-transform: translate3d(-260px, 0, 0);
		-ms-transform: translate3d(-260px, 0, 0);
		-o-transform: translate3d(-260px, 0, 0);
		transform: translate3d(-260px, 0, 0);
		-webkit-transition: -webkit-transform .5s;
		-o-transition: transform .5s;
		transition: transform .5s;
		width: 250px;
		z-index: 5;
        border-radius: 0 0 10px 0;
    }
}

@media(max-width: 768px){
    .nav-holder .container{
		padding: 0;
    }
}

header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media(max-width: 768px){
    header nav{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.header.open .nav-holder{
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.header.open .burger{
    background-color: #ff8b1a;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header.open .burger-brick{
    background-color: #000;
}

@media(max-width: 375px){
    .header.open .burger{
        background-color: transparent;
    }
    .header.open .burger-brick{
    	background-color: #ff8b1a;
    }
}

.member-mobile{
    display: none;
}

@media(max-width: 768px){
    .member-mobile{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .member-mobile.user{
    	display: block;
    }
}

.member-mobile a{
	text-align: center;
}

@media(max-width: 768px){
    .member-mobile a{
        background-color: #4782B0;
    }
}

@media(max-width: 768px){
	.member-mobile.user .name{
		color: #fff;
		padding: 10px;
		font-size: 13px;
		display: block;
        text-align: center;
        background-color: #4782B0;
	}
}

@media(max-width: 768px){
    .member-mobile.user a{
        background-color: transparent;
    }
}

.user-list{
	position: absolute;
	top: -webkit-calc(100% + 7px);
    top: calc(100% + 7px);
	right: 0;
	z-index: 5;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #666;
	overflow: hidden;
	display: none;
}

#top_menu .user-list a{
	width: 100%;
	border-radius: 0;
}

.btn-user{
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	outline: none;
	border: none;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #666;
	cursor: pointer;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

@media(max-width: 768px){
	.btn-user{
		display: none;
	}
}

@media screen and (min-width: 1025px){
	.btn-user:hover{
		background-color: #4782B0;
	}
}

.btn-user img{
	width: 100%;
	height: 100%;
}

.btn-user.active{
	background-color: #4782B0;
}

.btn-user svg{
	fill: #fff;
	width: 20px;
	height: 24px;
}

.member-mobile .full{
	background-color: #ff8b1a;
	color: #010101;
}

header nav a {
	color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: .35px;
    display: inline-block;
    padding: 17px 20px;
    background: transparent;
    border-radius: 0;
    -webkit-transition: background .3s;
    transition: background .3s;
    text-decoration: none;
}

@media(max-width: 1150px){
    header nav a{
        padding: 15px;
    }
}

@media(max-width: 1024px){
    header nav a{
        padding: 10px;
        font-size: 13px;
    }
}

@media(max-width: 768px){
    header nav a{
        width: 100%;
        text-align: center;
    }
}

header nav a#item_m_a:hover, nav a#item_m_a.selected {
	color:#FBFBFD;
	background:#4782B0 url(../images/newalarm3.png) no-repeat;
}

header nav a#item_m:hover, nav a#item_m.selected {
	background:#4782B0;
	color:#FBFBFD;
}

header nav a#item_yellow {
	border:#4782B0 solid 1px;
	background:#fce804;
	color:#386384;
}

header nav a#item_yellow:hover, nav a#item_upload.selected {
	border:#4782B0 solid 1px;
	background:#4782B0;
	color:#fce804;
}

.header-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
}

@media(max-width: 768px){
	.header-area {
		padding: 10px 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
	}
}

@media(max-width: 375px){
    .header-area {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.header-area .col{
	display: none;
}

@media(max-width: 768px){
	.header-area .col {
		display: flex;
		align-items: center;
	}
}

.header-area .center-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 750px;
    width: 100%;
    padding: 0 10px;
}

@media(max-width: 768px){
	.header-area .center-block{
        padding: 10px;
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        z-index: 5;
        max-width: 100%;
        background-color: #fff;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
	}
}

.header-area.active .center-block{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.header-area.active .btn-search{
    fill: #ff8b1a;
}

.main{
    padding: 45px 0;
    display: block;
}

@media(max-width: 1024px){
    .main{
        padding: 25px 0;
    }
}

@media(max-width: 768px){
    .main{
        position: relative;
        padding: 20px 0 0;
        margin-bottom: 20px;
    }
}

#text_menu {
    float:right;
    width: 140px;
    padding-top: 8px;
    font-size: 11px;
    text-align:right;
    color: #666666;
}

#text_menu a {
    color: #666666;
}

#data_categ {
    width: 1020px;
    margin: 10px auto;
}

#center_block{
    width: 940px;
    float: left;
    background: #dfe1f1;
    border: 1px solid #5f67a3;
    margin-bottom: 1px;
}

/*#center_col {
	width: 1002px;
	float:left;
	background: #F7F7F7;
	border: 1px solid #4782B0;
}
*/

section {
/*    width: 820px;
    float: left;
	background: #F7F7F7;
	border: 1px solid #4782B0;*/
    width: 100%;
}

/*.center_col{
	width: 1002px;
	background: #F7F7F7;
	border: 1px solid #4782B0;
}*/

/*#related_videos_col {
    width: 100%;
	background: #F7F7F7;
    border: 1px solid #4782B0;
    margin-bottom: 1px;
	margin-top:8px;
}*/

aside{
	width: 220px;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media(max-width: 768px){
    aside{
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: translate3d(260px, 0, 0);
        -ms-transform: translate3d(260px, 0, 0);
        -o-transform: translate3d(260px, 0, 0);
        transform: translate3d(260px, 0, 0);
        -webkit-transition: -webkit-transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        width: 250px;
        z-index: 5;
        margin-left: 0;
        background-color: #fff;
        border-radius: 0 0 0 10px;
        -webkit-box-shadow: 0 0 10px rgba(15,16,17,.17);
        box-shadow: 0 0 10px rgba(15,16,17,.17);
        padding: 10px 20px 20px;
        height: 100%;
        overflow-y: auto;
    }
}

@media(max-width: 479px){
    aside{
        padding: 10px 10px 20px;
    }
}

aside .block_content .more{
    background-color: #ff8b1a;
    color: #010101;
    display: block;
    text-decoration: none;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

@media screen and (min-width: 1025px){
    aside .block_content .more:hover{
        background-color: #666;
        color: #fff !important;
    }
}

footer {
    height: 1px;
    display: table-row;
}

.footer-holder{
    border-top: 10px solid #010101;
    padding: 40px 0;
    text-align: center;
}

@media(max-width: 768px){
    .footer-holder{
        padding: 25px 0;
    }
}

.footer-holder .logo-holder{
    display: inline-block;
}

footer nav {
    text-transform: uppercase;
    margin-top: 20px;
}

@media(max-width: 768px){
    footer nav {
        margin-top: 10px;
    }
}

footer nav a {
    font-weight: 500;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 15px;
    color: #010101;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

@media(max-width: 479px){
    footer nav a{
        padding: 5px;
    }
}

@media screen and (min-width: 1025px){
    footer nav a:hover {
        background-color: #ff8b1a;
        color: #000;
    }
}

footer .info {
    width: 530px;
    float: left;
    color: #000000;
    font-family: Microsoft Sans Serif;
    font-size: 10px;
    text-align: right;
    margin: 10px 0;
}

footer .info a {
    color: #0D1D91;
    text-decoration: underline;
}

footer .copyright {
    font-size: 12px;
    margin-top: 20px;
    font-weight: 500;
}

@media(max-width: 768px){
    footer .copyright {
        margin-top: 10px;
    }
}

footer .copyright a{
    text-decoration: none;
}

@media screen and (min-width: 1025px){
    footer .copyright a:hover{
        text-decoration: underline;
    }
}

/* List videos block styles */

.length_in {
	padding:3px;
	position: absolute;
	left: 10px;
    bottom: 10px;
	font-size: 12px;
    background-color: hsla(0, 0%, 100%, .8);
	border-radius: 12px;
	-moz-border-radius: 12px;
    padding: 6px 10px;
    letter-spacing: .3px;
    color: #000;
}

.block_content .item a {
	position: relative;
    border-radius: 10px;
    padding: 10px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    display: block;
    text-decoration: none;
}

@media(max-width: 1024px){
    .block_content .list_25 .item a,
    .block_content .list_20 .item a,
    .block_content .list_16 .item a{
        padding: 0 6px 12px;
    }
}

aside .box-wrap .item{
    margin-bottom: 5px;
}

aside .box-wrap .item:last-child{
    margin-bottom: 0;
}

aside .block_content .item{
	padding: 0;
	border-radius: 0;
	width: 100%;
}

@media screen and (min-width: 1025px){
	aside .block_content .item:hover a{
		color: #fff;
	}
}

.list_videos .list_50 .item {
/*	height:245px;
	margin: 3px auto;
	border: #DAE1E8 1px solid;
	background-color: #F7F7F7;
	position: relative;
	width: 242px;
	font-size: 11px;*/
}

.list_videos .item_small {
	margin: 0px auto;
	width: 182px;
	padding: 2px;
	font-size: 11px;
}

.list_videos .image {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.game_item .image{
    position: relative;
    padding-top: 75%;
}

.list_videos .image .thumb,
.game_item .image .thumb{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    border-radius: 10px;
}

/*.list_videos .private, .list_videos .premium {
    background-color: #45688E;
}*/

.list_videos .image a {
    display: block;
    color: #777;
}

@media screen and (min-width: 1025px){
    .block_content .item a:hover {
        -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, .1);
        box-shadow: 0 0 27px rgba(0, 0, 0, .1);
    }
    .block_content .item a:hover .title{
        color: #ff8b1a;
    }
}

.list_videos .image img {
    display: block;
    border: 0;
    width: 100%;
}

.list_videos .info {
	padding: 10px 0 0;
}

/*@media(max-width: 400px){
   .list_videos .info{
        padding: 5px;
   } 
}*/

.list_videos .info h2 {
    /*text-align: center;
    display: block;
    overflow: hidden;
    height: 40px;*/
    font-size: 13px;
}

@media(max-width: 400px){
   .list_videos .info h2 {
        height: auto;
   } 
}

.block_content .item .title{
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    text-decoration: none;
    color: #4782B0;
}

.list_videos .list_50 .info h2 {
    text-align: center;
    display: block;
    overflow: hidden;
    height: 20px;
    font-size: 13px;
    white-space: normal;
}

.list_videos .info .length {
    color: #000000;
    font-weight: bold;
    text-align: right;
}

.list_videos .info .added {
    float: left;
}

.list_videos .info .added span {
    /*color: #2D3996;*/
    font-weight: bold;
    font-size: 10px;
}

.list_videos .info .rating {
    text-align: right;
}

.list_videos .options,
.list_albums .options {
    position: absolute;
    top: 20px;
    left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff8b1a;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #010101;
}

@media(max-width: 1024px){
    .list_videos .options,
    .list_albums .options{
        top: 10px;
        left: 16px;
    }
}

.list_videos .options label,
.list_albums .options label {
    font-weight: bold;
    color: #010101;
    font-size: 12px;
    text-transform: capitalize;
}

.list_videos .options input {
    vertical-align: middle;
}

.list_videos .options a {
    font-weight: bold;
}

.list_videos .actions {
    padding-top: 15px;
}

.botton {
	font-weight: bold;
    border-radius: 20px;
    background-color: #d8d8d8;
    color: #000;
    text-decoration: none;
    -webkit-transition: color .3s,background-color .3s;
    -o-transition: color .3s,background-color .3s;
    transition: color .3s,background-color .3s;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
}

.botton:last-child{
    margin-left: 0;
}

.botton:hover {
	background-color:#4782B0;
	color:#ffffff;
}

.list_16{
	width: 16.66%;
}

@media(max-width: 1200px){
    .list_16{
        width: 20%;
    }
}

@media(max-width: 1024px){
    .list_16{
        width: 25%;
    }
}

@media(max-width: 639px){
    .list_16{
        width: 33.333%;
    }
}

@media(max-width: 479px){
    .list_16{
        width: 50%;
    }
}

.list_20{
	width:25%;
}

@media(max-width: 1024px){
    .list_20{
        width: 33.333%;
    }
}

@media(max-width: 639px){
    .list_20{
        width: 50%;
    }
}

@media(max-width: 375px){
    .list_20{
        width: 100%;
    }
}

.list_25{
	width:16.66%;
}

.list_33{
	width: 25%;
}

@media(max-width: 1024px){
    .list_33{
        width: 33.333%;
    }
}

@media(max-width: 639px){
    .list_33{
        width: 50%;
    }
}

@media(max-width: 400px){
    .list_33{
        width: 100%;
    }
}

.list_50{
	float:left;
	/*width:50%;*/
}

.content-wrapper .list_25{
    width: 25%;
}

@media(max-width: 1024px){
    .content-wrapper .list_25{
        width: 33.333%;
    }
}

@media(max-width: 639px){
    .content-wrapper .list_25{
        width: 50%;
    }
}

@media(max-width: 400px){
    .content-wrapper .list_25{
        width: 100%;
    }
}

/*.content-wrapper.second .block_content{
    margin: 0;
}
*/
.content-wrapper.second aside{
    width: 250px;
}

.content-wrapper aside.spot-aside{
    width: 340px;
}

aside.spot-aside .block_content div{
    margin-bottom: 10px;
}

@media(max-width: 1024px){
    aside.spot-aside{
        display: none;
    }
}

.left_top{
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

@media(max-width: 768px){
    .left_top{
        font-size: 18px;
    }
}

@media(max-width: 479px){
    .left_top{
        font-size: 16px;
        width: 100%;
    }
}

@media screen and (min-width: 1025px){
    .content_source_view .info_row a:hover{
        color: #ff8b1a;
    }
}

.content_source_view .block_content h2{
    margin-bottom: 10px;
}

.content_source_view .block_content .info_row{
    width: 100%;
    margin-bottom: 10px;
}

.read_story{
    line-height: 1.4;
    font-weight: 400;
}

.right_top{
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

@media(max-width: 479px){
    .right_top{
        margin: 10px 0 0;
    }
}

@media(max-width: 479px){
    .right_top .search,
    .right_top .control,
    .search .control input{
        width: 100%;
    }
    .search form{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

.list_categories .block_content_categories .info{
    display: none;
}

.list_categories:last-child .box-wrap{
    margin-bottom: 0;
}

.sort-wrap {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 140px;
    position: relative;
}


.btn-dropdown {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 8px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #666;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: background-color .3s, color .3s, -webkit-border-radius .3s;
    transition: background-color .3s, color .3s, -webkit-border-radius .3s;
    -o-transition: border-radius .3s, background-color .3s, color .3s;
    transition: border-radius .3s, background-color .3s, color .3s;
    transition: border-radius .3s, background-color .3s, color .3s, -webkit-border-radius .3s;
}

.btn-dropdown.current {
    background-color: #ff8b1a;
    color: #010101;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.btn-dropdown.current svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #010101;
}

@media screen and (min-width: 1025px) {
    .btn-dropdown:hover {
        background-color: #ff8b1a;
        color: #010101;
    }
    .btn-dropdown:hover svg{
        fill: #010101;
    }
}

.btn-dropdown .text {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 8px;
}

.btn-dropdown svg {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-transition: fill .3s, -webkit-transform .3s;
    transition: fill .3s, -webkit-transform .3s;
    -o-transition: transform .3s, fill .3s;transition: transform .3s, fill .3s;transition: transform .3s, fill .3s, -webkit-transform .3s;
    width: 10px;
    height: 10px;
    fill: #fff;
}

.dropdown {
    text-transform: capitalize;
    background-color: #666;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-box-shadow: 0 6px 40px rgba(24, 24, 24, 0.16);
    box-shadow: 0 6px 40px rgba(24, 24, 24, 0.16);
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.dropdown .item:last-child a {
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.dropdown a {
    display: block;
    padding: 8px 5px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    text-decoration: none;
}

@media (max-width: 1150px) {
    .dropdown a {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media screen and (min-width: 1025px) {
    .dropdown a:hover {
        background-color: #ff8b1a;
        color: #010101;
    }
}

aside .block_content a{
    color: #fff;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    padding: 10px;
    width: 100%;
    border-radius: 20px;
    background-color: #666;
    text-align: center;
    margin-bottom: 5px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

aside .block_content .item a{
    border-radius: 20px;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

@media (max-width: 1024px){
    aside .block_content a{
        font-size: 13px;
    }
}

/*aside .block_content a:last-child{
    margin-bottom: 0;
}*/

@media screen and (min-width: 1025px){
    aside .block_content a:hover{
        background-color: #ff8b1a;
        color: #010101 !important;
    }
}

aside .block_content .item-link{
    width: 100%;
}

.content-wrapper .block_header{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

@media(max-width: 479px){
    .content-wrapper .block_header{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media(max-width: 768px){
    .content-wrapper aside .block_header{
        text-align: center;
    }
}

.content-wrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
}

.burger, .dots{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    padding: 0;
    background-color: #4782B0;
    outline: none;
    padding: 6px;
    border: none;
    display: none;
    will-change: transform;
    -webkit-transition: color .5s, -webkit-transform .5s;
    transition: color .5s, -webkit-transform .5s;-o-transition: color .5s, transform .5s;
    transition: color .5s, transform .5s;
    transition: color .5s,transform .5s, -webkit-transform .5s;
}

.btn-search{
	fill: #4782B0;
	padding: 0;
	border: none;
	background-color: transparent;
    outline: none;
	display: none;
    height: 32px;
}

@media(max-width: 768px){
	.btn-search{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
	}
}

@media(max-width: 375px){
    .btn-search{
        height: 24px;
    }
}

@media(max-width: 375px){
	.btn-search svg{
		width: 20px;
		height: 20px;
	}
}

.burger{
    left: 0;
    margin-right: 37px;
}

.dots{
    right: 0;
    -ms-align-items: center;
    align-items: center;
    margin-left: 15px;
}

@media(max-width: 768px){
    .burger,
    .dots{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

@media(max-width: 375px){
    .burger,
    .dots{
        background-color: transparent;
        padding: 0;
    }
}

.dot{
    height: 4px;
    width: 4px;
    display: block;
    border-radius: 50%;
    background-color:  #fff;
}

@media(max-width: 375px){
	.dots{
		width: 10px;
		height: 24px;
	}
}

@media(max-width: 375px){
	.dot{
		background-color: #4782B0;
	}
}

@media(max-width: 479px){
	.burger{
		margin-right: 10px;
	}
}

@media(max-width: 375px){
	.burger{
		width: 20px;
		height: 20px;
		-webkit-box-pack: initial;
		-ms-flex-pack: initial;
		justify-content: initial;
	}
}

.burger-brick{
    display: block;
    width: 100%;
    height: 2px;
    background-color:  #fff;
}

@media(max-width: 375px){
	.burger-brick{
		background-color: #4782B0;
		height: 3px;
		margin-top: 5px;
	}
	.burger-brick:first-child{
		margin-top: 0;
	}
}

@media screen and (min-width: 1025px){
    .burger-brick:hover{
        .burger-brick{
            background-color:#ff8b1a;
        }
    }
}

/* List albums block styles */

.list_albums .item {
/*	margin:3px auto;
    width: 125px;
    padding: 2px;*/
    font-size: 10px;
}

.list_albums .private {
    background-color: #000;
}

/*.list_albums .image {
	height:160px;
    width: 120px;
    border: 1px solid #45688E;
}*/

.list_albums .image {
    position: relative;
    padding-top: 133%;
}

.list_albums .image a {
    color: #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list_albums .image img {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.list_albums .info {
    padding-top: 5px;
}

.list_albums .info h2 {
    display: block;
    overflow: hidden;
    font-size: 13px;
    white-space: nowrap;
}

.list_albums .info .rating {
    margin-top: 8px;
}

.list_videos .info .rating{
    margin-left: auto;
}

.list_albums .info_row.cols,
.list_videos .info_row.cols{
    margin-top: 5px;
}

.list_albums .info .added span {
    color: #386384;
    font-weight: bold;
}

.list_albums .options input {
    vertical-align: middle;
}

.list_albums .options a {
    font-weight: bold;
}

.list_albums .actions {
    padding-top: 10px;
}

/* List categories block styles */

a.categ_list{
text-transform:capitalize;
}

.list_categories .list_25 {
    width: 16.66%;
}

@media(max-width: 1150px){
	.list_categories .list_25 {
	    width: 20%;
	}
}

@media(max-width: 1024px){
	.list_categories .list_25 {
	    width: 25%;
	}
}

@media(max-width: 768px){
	.list_categories .list_25 {
	    width: 33.333%;
	}
}

@media(max-width: 479px){
	.list_categories .list_25 {
	    width: 50%;
	}
}

.list_categories .item .image a {
    display: block;
    color: #777;
}

.list_categories .item .image img {
    display: block;
    border: 0;
    width: 100%;
}

/* List tags block styles */

.list_categories .image{
	position: relative;
	padding-top: 75%;
}

.list_categories .image .thumb {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.list_categories .info {
    padding: 10px 0 0;
}

.list_categories .value{
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
     font-size: 13px;
}

.list_categories .value svg{
	width: 18px;
	margin-right: 5px;
	fill: #666;
}

_:-ms-fullscreen, :root .list_categories .value svg {
    height: 20px;
}

.list_categories .info h2{
	overflow: hidden;
	margin-right: 5px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
}

.list_categories .info{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.list_tags .item {
    float: left;
    width: 137px;
    padding: 5px;
    font-size: 11px;
}

.list_tags .item h2 {
    padding-bottom: 4px;
    font-size: 14px;
    text-align: center;
}

.list_tags .item .info {
    padding: 2px;
    line-height: 18px;
    text-align: center;
}

/* List comments block styles */

.list_comments .comment_row {
/*    padding: 5px;
    background: #D1E0EB;
    color: #45688E;
    margin-bottom: 2px;
	border:1px solid #45688E;*/
    padding: 0 5px 10px;
    width: 50%;
}

@media(max-width: 1024px){
    .list_comments .comment_row{
        width: 100%;
    }
}

.list_comments .comment_row .avatar {
    width: 102px;
    height: 82px;
    float: left;
    /*background: #111;*/
}

/*.list_comments .comment_row .avatar img {
    border: 1px solid #45688E;
}*/

.list_comments .comment_row h2 {
    display: block;
    padding-left: 110px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.list_comments .comment_row .anonymous_user {
    color: #474747;
}

.list_comments .comment_row p {
    display: block;
    padding-left: 110px;
    font-size: 12px;
}

/* List members block styles */

.list_members .item {
	margin: 4px auto;
    width: 25%;
	/*width: 152px;*/
	font-size: 11px;
}

.list_members .item{
    width: 20%;
}

@media(max-width: 1300px){
    .list_members .item{
        width: 25%;
    }
}

@media(max-width: 910px){
    .list_members .item{
        width: 33.333%;
    }
}

@media(max-width: 639px){
    .list_members .item{
        width: 50%;
    }
}

.list_members .item h2 {
    display: block;
    overflow: hidden;
    padding-bottom: 4px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}

.list_members .item .image a {
    display: block;
    color: #777;
}

.list_members .item .image img {
    display: block;
    border: 0;
}

.list_members .info {
    padding: 2px;
    line-height: 18px;
}

.list_members .info span {
    color: #2D3996;
    font-weight: bold;
}

/* List messages block styles */

.list_messages .message {
	box-shadow: 0 0 10px rgba(15,16,17,.17);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    margin-bottom: 10px;
}

.list_messages .message .delete {
    width: 30px;
    height: 52px;
    padding-top: 30px;
    float: left;
}

.list_messages .message .avatar {
    width: 102px;
    height: 82px;
    float: left;
    margin-right: 10px;
}

.list_messages .message .avatar img {
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .6);
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .6);
    border: 1px solid #fff;
}

/*.list_messages .message .text {
    width: 596px;
    padding-left: 10px;
    float: left;
}
*/
.list_messages .message h2 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #386384;
}

.list_messages .message .content {
    margin-top: 8px;
    margin-bottom: 8px;
}

.list_messages .actions {
    padding-top: 10px;
}

/* List members blog block styles */

.list_members_blog .text_content {
    padding: 0 5px;
}

.list_members_blog .entry {
	margin-bottom: 10px;
}

.sidebar-box + .list_members.list_members_blocks{
    margin-top: 10px;
}

#delete_entries_form{
    width: 100%;
}

.list_members_blog .entry .delete {
    width: 30px;
    height: 52px;
    padding-top: 30px;
    float: left;
}

.list_members_blog .entry .avatar {
    width: 102px;
    height: 82px;
    float: left;
    background: #111;
}

.list_members_blog .entry .avatar img {
    border: 1px solid #000;
}

.list_members_blog .entry .text {
    width: 596px;
    padding-left: 10px;
    float: left;
}

.list_members_blog .entry h2 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.list_members_blog .entry .content {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 15px;
}

.list_members_blog .actions {
    padding-top: 10px;
}

.list_members_blog .add_entry {
    margin-top: 16px;
    box-shadow: 0 0 10px rgba(15,16,17,.17);
    border-radius: 10px;
    padding: 20px;
    width: 100%;
}

.list_members_blog .control textarea {
    width: 99%;
}

/* List members events block styles */

.list_members_events .event {
    margin-bottom: 5px;
    line-height: 1.5;
}

.list_members_events .event:last-child{
    margin-bottom: 0;
}

/* Pagination block styles */

.pagination {
    /*padding: 8px 3px;*/
    margin-top: 30px;
    text-align: center;
}

@media(max-width: 1024px){
    .pagination{
        margin-top: 10px;
    }
}

.pagination a {
    width: 38px;
    height: 38px;
    background: #666;
    color: #fff;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

@media(max-width: 639px){
    .pagination a{
        display: none;
    }
}

.pagination span {
    width: 38px;
    height: 38px;
    font-size: 14px;
    background: #666;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    opacity: .5;
    pointer-events: none;
}

.pagination .current{
    background: #4782B0;
    opacity: 1;
}

@media(max-width: 639px){
    .pagination .current,
    .pagination .next,
    .pagination .prev{
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.pagination svg{
    fill: #fff;
}

.pagination .jump{
    color: #666;
    background: transparent;
    font-size: 20px;
}

@media screen and (min-width: 1025px){
    .pagination a:hover {
        background: #ff8b1a;
        color: #ffffff;
    }
    .pagination a.jump,
    .pagination span.jump{
        color: #4782B0;
        background: transparent;
    }
}


/* Tags cloud block styles */

/*.tags_cloud a {
    line-height: 18px;
}*/

.tags_cloud .box-wrap:last-child{
    margin-bottom: 0;
}

/* Search block styles */

/*.search .control, .search .button {
    float: left;
    padding: 2px;
}*/

.search .control input {
    width: 100%;
    border-radius: 20px;
    background-color: #666;
    color: #fff;
    font-size: 14px;
    letter-spacing: .35px;
    border: none;
    padding: 0 72px 0 20px;
    height: 40px;
    line-height: 40px;
    outline: none;
    margin: 0;
}

.search form{
    display: block;
    position: relative;
}

aside .search form{
    width: 100%;
}

aside .search form input{
    width: 100%;
    height: 40px;
    padding: 0 45px 0 10px;
    outline: none;
    border: none;
    background-color: #666;
    color: #fff;
    border-radius: 20px;
}

.search .control{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.search .button{
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 62px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #4782B0;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
}

.search .button .btn{
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    fill: #fff;
    -webkit-transition: fill .3s;
    transition: fill .3s;
}

@media (min-width: 1024px){
    .search .button:hover {
        background-color: #ff8b1a;
        color: #010101;
    }
    .search .button:hover .btn{
        fill: #010101;
    }
}

.add-comment{
    text-decoration: none;
    margin-left: 5px;
}

@media screen and (min-width: 1025px){
    .global_comments .add-comment:hover .text{
        color: #4782B0;
    }
    .add-comment:hover svg{
        fill: #4782B0;
    }
}

.global_comments .add-comment .text{
    color: #ff8b1a;
    text-transform: uppercase;
}

.add-comment svg{
    fill: #ff8b1a;
    margin-left: 3px;
}

.search .button .btn svg{
	width: 22px !important;
	height: 22px !important;
}

aside .search .button{
    width: 50px;
}

/* Search members block styles */

.search_members .control input, .search_members .control select {
    width: 100%;
}

.search_members,
.list_members_events,
.community-outer .list_comments{
    box-shadow: 0 0 10px rgba(15,16,17,.17);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.list_members_events .block_content{
    margin: 0;
}

.community-outer .list_comments .block_content{
    margin: 0 -5px;
}

.community-outer .list_members_blocks,
.community-outer .list_albums,
.community-outer .list_videos,
.community-outer .list_members_events{
    margin-bottom: 30px;
}

.community-outer .block_content .control_group{
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.community-outer .block_content .control_group:last-child{
    margin-bottom: 0;
}

.community-outer .block_content .control_group input{
    margin: 0 5px 0 0;
}

.members-cols{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.members-cols .control{
    margin-bottom: 0;
}

.members-cols .col{
    width: 20%;
    padding: 0 5px 10px;
}

@media (max-width: 1200px){ 
    .members-cols .col{
        width: 25%;
    }
}

@media (max-width: 1024px){ 
    .members-cols .col{
        width: 33.333%;
    }
}

@media (max-width: 768px){ 
    .members-cols .col{
        width: 50%;
    }
}

@media (max-width: 540px){ 
    .members-cols .col{
        width: 100%;
    }
     .members-cols .col:last-child{
        padding-bottom: 0;
     }
}

.members-cols .symbol{
    margin: 0 5px;
}

.members-cols .col.second{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.members-cols .button{
    padding-top: 0;
    margin-left: 5px;
}

/* Videos, Albums, Models, CS comments block styles */

.global_comments .control textarea, .global_comments .control input {
    width: 99%;
}

.global_comments .info_row {
    margin-bottom: 15px;
    color: #000000;
}

* html .global_comments .info_row {
    height: 100%;
}

/*.global_comments .info_row span {
    color: #45688E;
}
*/
.global_comments .info_row img {
    border: none;
}

.global_comments .info_row .actions{
    margin-top: 10px;
}

.global_comments .add_comment {
    margin-bottom: 8px;
    width: 100%;
    padding: 20px;
    box-shadow: 0 0 10px rgba(15,16,17,.17);
    border-radius: 10px;
}

.global_comments .comments_list {
    margin-bottom: 8px;
    width: 100%;
}

.global_comments .comment_row {
    -webkit-box-shadow: 0 0 10px rgba(15,16,17,.17);
    box-shadow: 0 0 10px rgba(15,16,17,.17);
    border-radius: 10px;
    background-color: #fff;
    padding: 25px 20px;
    margin-bottom: 30px;
}

@media(max-width: 479px){
    .global_comments .comment_row{
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1025px){
    .comments_list a:hover{
        color: #ff8b1a;
    }
}

.global_comments .comment_row .avatar {
    width: 102px;
    height: 82px;
    float: left;
}

.comment_row .avatar img{
    width: 100px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .6);
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .6);
    border: 1px solid #fff;
}

.global_comments .comment_row h2 {
    display: block;
    padding-left: 110px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.global_comments .comment_row .anonymous_user {
    color: #474747;
}

.global_comments .comment_row p {
    display: block;
    padding-left: 110px;
    font-size: 12px;
}

/* Video view block styles */

.video_view .cs {
background: #DFE1F1;
text-align: center;
border: 1px solid #5F67A3;
display: block;
padding: 5px;
}

.cs a{
float: left;
display: block;
}

.cs a:hover {
color:#2D3996;
}

.cs a span{
width: 325px;
text-align: left;
font-size: 1.1em;
font-weight: bold;
margin:0px;
display:block;
}

.cs a img{
margin-right:10px;
}

.video_view .player {
    text-align: center;
    position: relative;
    width: 100%;
    padding-top: 54.5%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    background-color: #000;
}

.video_view .player iframe{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.player_text{
	color:#fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    z-index: 2;
}

.player_text a{
	color: #ff8b1a;
}

@media screen and (min-width: 1025px){
    .player_text a:hover{
        color: #4782B0;
    }
}

.video_view h2 {
    margin: 0 0 8px 0;
    color: #2D3996;
    font-size: 16px;
}

.video_view h3 {
    margin: 0 0 8px 0;
    font-size: 12px;
    font-weight: normal;
}

.video_view .rating_container {
    cursor: pointer;
}

.video_view .info_row {
    margin: 0 8px 8px 0;
    color: #000000;
}

* html .video_view .info_row {
    height: 100%;
}

.video_view .info_row span {
    color: #45688E;
}

.video_view .info_row img {
    vertical-align: top;
    border: none;
}

.video_view .info_row .col_1 {
    width: 370px;
    float: left;
}

.video_view .info_row .col_2 {
    float: left;
}

.video_view .send_to_friend, .video_view .add_to_favourites {
    margin-bottom: 8px;
    width: 100%;
    padding: 20px;
    box-shadow: 0 0 10px rgba(15,16,17,.17);
    border-radius: 10px;
    text-align: center;
}

.video_view .control textarea, .video_view .control input {
    width: 99%;
}

/* List members block styles */

.list_members_blocks .item{
	font-size: 12px;
}

.list_members_blocks .item .image {
	margin-right: 8px;
    background-color: #000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 1024px){
    .list_members_blocks .item .image{
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}

@media (max-width: 479px){
    .list_members_blocks .item .image,
    .main .sidebar-content .item .image{
        width: 120px;
        height: 120px;
        line-height: 120px;
        margin: 0 0 8px 0;
    }
}

@media (max-width: 479px){
    .main .sidebar-content .item .title{
        text-align: center;
    }
}

.list_members_blocks .item .text{
    min-width: 1px;
}

@media (max-width: 479px){
    .list_members_blocks .item .text{
        text-align: center;
    }
}

.list_members_blocks .item .image img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.list_members_blocks .item .online {
	background:url(/images/online.png) no-repeat;
	width:48px;
	height:18px;
	position:absolute;
	right: 182px;
	top: 8px;
}

.list_members_blocks .item h2{
overflow: hidden;
}

/* Video edit block styles */

.video_edit .block_content {
    margin-left: 15px;
    margin-right: 15px;
}

.video_edit .player {
    margin-bottom: 10px;
    padding: 3px;
    background: #111;
    text-align: center;
}

.video_edit .info_row {
    margin-bottom: 8px;
}

* html .video_edit .info_row {
    height: 100%;
}

.video_edit .info_row span {
    color: #2D3996;
    font-weight: bold;
}

.video_edit .info_row img {
    vertical-align: top;
}

.video_edit .info_row .col_1 {
    width: 370px;
    float: left;
}

.video_edit .info_row .col_2 {
    float: left;
}

.video_edit .control input, .video_edit .control textarea, .video_edit .control select {
    width: 99%;
}

.video_edit .control_group .item {
    width: 160px;
}

.video_edit .control_upload {
    margin-bottom: 10px;
}

.video_edit .control_upload input {
    vertical-align: middle;
}

.video_edit .uploader_popup {
    border: 2px solid #000;
}

.video_edit .uploader_progress {
    overflow: hidden;
    border: 2px solid #000;
    background: #191a1b;
}

.video_edit .uploader_progress .progress_bar {
    height: 15px;
    margin: 2px;
    background: #000;
    font-size: 11px;
    color: #5e6060;
    white-space: nowrap;
    line-height: 15px;
    text-indent: 5px;
}

/* Album view block styles */

.album_view .cs {
    padding-top: 5px;
    padding-bottom: 10px;
    background: #111;
    text-transform: uppercase;
    text-align: center;
}

.album_view .cs a img {
    border: 0;
}

.album_view .main_photo {
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
    width: 100%;
}

.album_view .main_photo img{
    max-width: 100%;
    border-radius: 10px;
}

.album_view h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    width: 100%;
}

.album_view h3 {
    margin: 0 0 10px 0;
    font-weight: normal;
    width: 100%;
}

.album_view .rating_container {
    cursor: pointer;
}

.album_view .info_row {
    margin-bottom: 10px;
    color: #000000;
    width: 100%;
}

.album_view .info_row:last-child{
    margin-bottom: 0;
}

.info_row .btn{
    font-size: 12px;
    padding: 8px 20px;
    display: inline-block;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #666;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
    text-decoration: none;
}

@media screen and (min-width: 1025px){
    .content .info_row .btn:hover{
        color: #010101;
        background-color: #ff8b1a;
    }
}

* html .album_view .info_row {
    height: 100%;
}

.album_view .info_row span {
    margin-right: 5px;
    font-weight: 500;
}

.album_view .info_row img {
    vertical-align: top;
    border: none;
}

/*.album_view .info_row .col_1 {
    width: 370px;
    float: left;
}

.album_view .info_row .col_2 {
    float: left;
}*/

.info_row.cols{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info_row.cols .col{
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #666;
}

.info_row.cols .col:last-child{
    margin-right: 0;
}

.info_row.cols svg{
    margin-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    fill: #666;
}

.album_view .send_to_friend,
.album_view .add_to_favourites{
    margin-bottom: 8px;
    padding: 7px 20px;
    border-radius: 15px;
    font-size: 12px;
}

.album_view .add_to_favourites{
    background-color: #666;
    color: #fff;
    text-align: center;
    width: 100%;
}

.album_view .block_content .control,
.add_comment .control{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.album_view .control textarea, .album_view .control input {
    width: 99%;
}

.album_view .send_to_friend{
    padding: 0;
    width: 100%;
    max-width: 800px;
}

/* Album images block styles */

/*.album_images .item {
    float: left;
    padding: 10px 12px;
}*/

.album_images .item .image a {
    color: #777;
}

.album_images .item .image img {
    border-radius: 10px;
    display: block;
}

/*STORY BLOCK*/

.story_item{
    -webkit-box-shadow: 0 0 10px rgba(15,16,17,.17);
    box-shadow: 0 0 10px rgba(15,16,17,.17);
    border-radius: 10px;
    background-color: #fff;
    padding: 25px 20px;
    margin-bottom: 30px;
    width: 100%;
}

@media(max-width: 479px){
    .story_item{
        margin-bottom: 20px;
    }
}

.story_item a{
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

@media screen and (min-width: 1025px){
    .story_item a:hover{
        color: #ff8b1a;
    }
}

.title_story,
.story_item .viewed{
    margin-bottom: 10px;
}

.story_item .rating,
.block_content .rating{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block_content .rating{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.story_item .info a{
    margin-left: 5px;
}

.story_item .info{
    line-height: 1.4;
}

.story_item .rating img,
.block_content .rating_container img,
.game_item .rating img{
    margin: 0 2px;
}

.story_item .rating .text,
.block_content .rating .text,
.game_item .rating .text{
    margin-right: 5px;
}

.story_item .rating img + span,
.block_content .rating_container + span,
.game_item img + span{
    margin-left: 5px;
}

.block_content .g_hint{
    width: 100%;
}

/* Album edit block styles */

.album_edit .main_photo {
    margin-bottom: 10px;
    padding: 5px;
    background: #111;
    font-size: 18px;
    text-align: center;
}

.album_edit .block_content {
    margin: 0;
}

.album_edit .info_row {
    margin-bottom: 8px;
}

* html .album_edit .info_row {
    height: 100%;
}

.album_edit .info_row span {
    color: #2D3996;
    font-weight: bold;
}

.album_edit .info_row img {
    vertical-align: top;
}

.album_edit .info_row .col_1 {
    width: 370px;
    float: left;
}

.album_edit .info_row .col_2 {
    float: left;
}

.album_edit .image_item .image {
    float: left;
    padding: 5px 12px 10px 0;
}

.album_edit .image_item img {
    border: 1px solid #000;
}

.album_edit .image_item .options {
    width: 500px;
    float: left;
    padding: 5px 12px 0 0;
}

.album_edit .image_item .control {
    margin-bottom: 0 !important;
}

.album_edit .control input, .album_edit .control textarea, .album_edit .control select, .album_edit .images textarea {
    width: 99%;
}

.album_edit .control_group .item {
    width: 160px;
}

/* Logon block styles */

.logon .block_content {
    max-width: 500px;
    margin: 0 auto;
}

.logon .control input {
    width: 99%;
}

/* Signup block styles */

.signup .block_content {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.signup table.sms_bill {
    width: 100%;
    border-collapse: collapse;
    background: #191a1b;
    color: #5e6060;
}

.signup table.sms_bill td {
    border: 1px solid #303334;
    padding: 5px;
}

.signup table.sms_bill tr.header td {
    font-weight: bold;
    color: #bbb;
}

.signup .control input {
    width: 99%;
}

.signup .control select {
    width: 32.4%;
}

.signup .control .full_size{
    width: 99%;
}

/* Invite block styles */

.invite_friend .block_content {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.invite_friend .control input, .invite_friend .control textarea {
    width: 99%;
}

/* Feedback block styles */

.feedback .block_content {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.feedback .control input, .feedback .control textarea {
    width: 99%;
}

/* Helper menu block styles */

/*.helper_menu a {
    display: block;
    padding: 3px 0 3px 23px;
    margin: 1px 0;
    background: #D1E0EB url("http://i.homexvideo.com/images/arrow_orange.gif") 10px 8px no-repeat;
    border: 1px solid #45688E;
    text-decoration: none;
}

.helper_menu a:hover {
    background: #709dbe url("http://i.homexvideo.com/images/arrow_orange.gif") 10px 8px no-repeat;
	color:#FFFFFF;
}

.helper_menu span {
    display: block;
    padding: 6px;
    margin: 1px 0;
    font-weight: bold;
}*/

/* Member menu block styles */

.sidebar-box{
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(15,16,17,.17);
    box-shadow: 0 0 10px rgba(15,16,17,.17);
    padding: 25px 20px;
}

@media(max-width: 768px){
    .sidebar-box{
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 10px;
    }
}

.sidebar-box .block_content .item{
    margin-bottom: 5px;
}

.sidebar-box .block_content .item:last-child{
    margin-bottom: 0;
}

.member_menu .avatar {
    text-align: center;
}

 .member_menu .avatar{
    position: relative;
    padding-top: 50%;
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 150px;
}

@media(max-width: 768px){
     .member_menu .avatar{
        background-color: transparent;
     }
}

@media(max-width: 479px){
     .member_menu .avatar{
        padding-top: 52%;
     }
}

.member_menu .avatar img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .6);
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .6);
    border: 1px solid #fff;
}

@media(max-width: 768px){
    .member_menu .avatar img{
        border: none;
    }
}

.member_menu span {
    display: block;
    padding: 6px;
    font-weight: bold;
}

/* Member profile view block styles */

.box-wrap{
    margin-bottom: 30px;
}

@media(max-width: 479px){
    .box-wrap{
        margin-bottom: 20px;
    }
}

.content .box-wrap:last-child{
    margin-bottom: 0;
}

.content .album_view .box-wrap,
.content .album_images .box-wrap,
#video_info_col .box-wrap{
    margin-bottom: 30px;
}

@media(max-width: 479px){
    .content .album_view .box-wrap,
    .content .album_images .box-wrap,
    #video_info_col .box-wrap{
        margin-bottom: 20px;
    }
}

.box-wrap .block_content .item-link{
    margin-bottom: 5px;
}

.box-wrap .block_content .item-link:last-child{
    margin-bottom: 0;
}

.box-wrap .block_content{
    -webkit-box-shadow: 0 0 10px rgba(15,16,17,.17);
    box-shadow: 0 0 10px rgba(15,16,17,.17);
    border-radius: 10px;
    background-color: #fff;
    padding: 25px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

@media(max-width: 479px){
    .box-wrap .block_content{
        padding: 20px 15px;
    }
}

@media screen and (min-width: 1025px){
    .content .box-wrap a:hover{
        color: #ff8b1a;
    }
}

@media(max-width: 479px){
    .box-wrap .right_top{
        width: 100%;
    }
}

.member_profile_view .info_row{
    width: 33.333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    padding: 0 5px;
    margin-bottom: 12px;
    text-transform: capitalize;
}

@media(max-width: 1150px){
    .member_profile_view .info_row{
        margin-bottom: 10px;
        font-size: 15px;
    }
}

@media(max-width: 1024px){
    .member_profile_view .info_row{
        width: 50%; 
    }
}

@media(max-width: 639px){
    .member_profile_view .info_row{
        width: 100%;
        margin-bottom: 7px;
    }
}

.member_profile_view .info_row span{
    color: #4782B0;
    margin-right: 5px;
}

.member_profile_view .add_to_friends, .member_profile_view .send_message {
    margin: 8px 0;
    box-shadow: 0 0 10px rgba(15,16,17,.17);
    border-radius: 10px;
    padding: 20px;
    width: 100%;
}

.member_profile_view .block_sub_header {
    font-size: 11px;
}

.member_profile_view .block_sub_header .button {
    padding-top: 10px;
    padding-bottom: 5px;
}

.actions{
    width: 100%;
}

.actions a{
    text-decoration: none;
    text-transform: uppercase;
    color: #ff8b1a;
}

@media(max-width: 375px){
    .actions a{
        display: block;
    }
}

.actions a:first-child{
    margin-right: 10px;
}

@media(max-width: 375px){
    .actions a:first-child{
        margin: 0 0 10px 0;
    }
}

@media screen and (min-width: 1025px){
    .actions a:hover .text{
        color: #4782B0;
    }
    .actions a:hover svg{
        fill: #4782B0;
    }
}

.actions svg{
    fill: #ff8b1a;
    margin-left: 3px;
}

.member_profile_view .control textarea {
    width: 99%;
}

.member_profile_view .actions img {
    border: none;
}

/* Member profile edit block styles */

.member_profile_edit .block_content {
    max-width: 500px;
    margin: 0 auto;
}

.form2{
	width: 100%;
}

.member_profile_edit .control input, .member_profile_edit .control textarea, .member_profile_edit .control select.full_size {
    width: 99%;
}

/* Message details block styles */

/*.message_details .message {
    padding: 5px;
}
*/

.message input{
    cursor: pointer;
}

.message_details .block_content{
    margin: 0;
}

.message_details .message .avatar {
    width: 102px;
    height: 82px;
    float: left;
    margin-right: 10px;
    /*background: #111;*/
}

.message_details .block_header{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media(max-width: 479px){
    .message_details .block_header{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}


.message_details .message .avatar img {
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .6);
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .6);
    border: 1px solid #fff;
}

/*.message_details .message .text {
    width: 596px;
    padding-left: 10px;
    float: left;
}*/

.message_details .message h2 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    /*color: #fff;*/
}

.message_details .message .content {
    margin-top: 8px;
    margin-bottom: 8px;
}

.message_details .send_message {
    margin-top: 16px;
    box-shadow: 0 0 10px rgba(15,16,17,.17);
    border-radius: 10px;
    padding: 20px;
    width: 100%; 
}

.message_details .control textarea {
    width: 99%;
}

/* Global stats block styles */

.global_stats ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    font-size: 12px;
    list-style: square outside;
}

.global_stats ul li {
    padding-bottom: 5px;
}

/* Top referers block styles */

.top_referers .item {
    float: left;
    width: 242px;
    padding: 2px;
    font-size: 13px;
}

.top_referers .image {
    background: #000;
    border: 1px solid #000;
}

.top_referers .image a {
    display: block;
    color: #777;
}

.top_referers .image img {
    display: block;
    border: 0;
}

.top_referers .info {
    padding: 2px;
    line-height: 18px;
}

.top_referers .info h2 {
    display: block;
    overflow: hidden;
    font-size: 13px;
    white-space: nowrap;
}

#counter {
    width: 940px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}


/*Top list*/

.globaltop {
    width:194px; 
    float:left; 
    margin: 5px 0px 5px 0px; 
    padding:0;
}

.globaltop li {
    padding-bottom: 3px; 
    margin-bottom: 3px; 
    font-weight:normal; 
    font-size:12px; 
    text-align:left; 
    text-indent:3px; 
    white-space:nowrap; 
    overflow:hidden; 
    border-bottom:1px dotted #1d1d1c;
}

.toplist {
    width:1006px;
    border: 1px dashed #5f67a3;
    padding:10px;
    font-family: Arial, Helvetica, sans-serif;
    color:#000000;
    background-color:#FBFBFD;
}

.toplist td{
    border:2px dashed #FBFBFD;
}

.toplist a{
    text-decoration: none;
    font-weight: bold;
}

.toplist a:hover {
    background-color: #dfe1f1;	
	color: #2d3996;
}

#barContainer {
	clear:both;
	width:600px;
	margin:0 0 10px 0px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottompright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	-khtml-border-top-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#barContainer a{
	text-decoration:none;
}
.btnEffect {
	float:left;
	padding:5px 20px;
	margin:0 2px;
	background-image:url(../images/bar1.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-shadow:0 1px 0 #ffcc00;
	color: #2D3996;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottompright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-khtml-border-bottom-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.btnEffect:hover {
	background-image:url(../images/bar2.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-shadow:0 1px 0 #333;
	color: #fff;
}
#barContainer p{
	clear:both;
	padding:5px 0 0 0;
	text-align:center;
	font-size:16px;
}

.content .content_source_view .box-wrap{
    margin-bottom: 30px;
}

@media(max-width: 479px){
    .content .content_source_view .box-wrap{
        margin-bottom: 20px;
    }
}

.content_source_comments.global_comments .block_content{
    margin: 0;
}

.content_source_view .info_row .btn{
    margin-bottom: 4px;
}

.video-spots{
    width: 300px;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media(max-width: 1024px){
   .video-spots{
        display: none;
   } 
}

#video_info_col .block_content{
    margin: 0;
}

.video-info{
    padding: 20px;
    box-shadow: 0 0 10px rgba(15,16,17,.17);
    border-radius: 0 0 10px 10px;
    width: 100%;
    margin-bottom: 20px;
}

.info-inner {
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #000;
}

@media(max-width: 910px){
   .info-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
   } 
}

@media screen and (min-width: 1025px){
    .video-info .info_row .sponsor:hover,
    .link-modal:hover{
        color: #ff8b1a;
    }
}

.video-menu{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    position: relative;
}

@media(max-width: 910px){
    .video-menu{
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.raiting-wrap{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 10px;
}

@media(max-width: 910px){
    .raiting-wrap{
        margin: 0 0 10px 0;
    }
}

.raiting-wrap .info_row{
    margin: 0;
}

.video-menu .info_row span{
    display: block;
}

.title-comment{
    margin-top: 10px;
}

.video-info .label{
    margin: 0 8px 8px 0;
}

@media(max-width: 479px){
    .video-info .label{
        width: 100%;
        padding-left: 0;
        margin-right: 0;
    }
}

.video-info .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block_content.second{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.button .botton{
    border: none;
    cursor: pointer;
    outline: none;
}

.video-menu .g_hint{
    position: absolute;
    top: -15px;
    right: 10px;
    text-align: right;
}

@media(max-width: 910px){
    .video-menu .g_hint{
        top: auto;
        bottom: -10px;
        right: auto;
        left: 0px;
        text-align: left;
    }
}

.form1{
    width: 100%;
}

.list_members_blocks .links{
    margin-left: 0;
    display: inline-block;
}

.list_members.list_members_blocks .links{
    margin-top: 5px;
}

.list_members_blocks .list_33{
    width: 16.66%;
}

@media(max-width: 1350px){
    .list_members_blocks .list_33{
        width: 20%;
    }
}

@media(max-width: 1150px){
    .list_members_blocks .list_33{
        width: 25%;
    }
}

@media(max-width: 768px){
    .list_members_blocks .list_33{
        width: 33.333%;
    }
}

@media(max-width: 539px){
    .list_members_blocks .list_33{
        width: 50%;
    }
}

.list_members_blocks .added{
    margin-top: 5px;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list_members_blocks .added span{
    font-weight: bold;
    font-size: 11px;
    margin-left: 5px;
}

.list_members_blocks .added svg {
    margin-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    fill: #666;
}

.list_members_blocks .list_33 a,
.list_members_blocks .sidebar-content .item a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media(max-width: 479px){
.list_members_blocks .list_33 a,
.list_members_blocks .sidebar-content .item a{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.community-outer .list_videos .private,
.community-outer .list_videos .premium{
    background-color: transparent;
}

.feedback .block_content .control{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feedback .block_content .g_hint{
    margin-top: 5px;
}

.private-text,
.premium-text,
.disabled-text{
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    background-color: #ff8b1a;
    color: #010101;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: bold;
    border: 1px solid #010101;
    text-transform: uppercase;
    font-size: 12px;
}

.community-outer .list_videos .list_20{
    width: 20%;
}

@media(max-width: 1024px){
    .community-outer .list_videos .list_20{
        width: 25%;
    }
}

@media(max-width: 1024px){
    .community-outer .list_videos .list_20{
        width: 33.333%;
    }
    .community-outer .list_videos .list_20 .item a{
        padding: 0 6px 12px;
    }
}

@media(max-width: 1024px){
    .community-outer .list_videos .list_20{
        width: 50%;
    }
}

@media(max-width: 400px){
    .community-outer .list_videos .list_20{
        width: 100%;
    }
}

.member_menu .block_header{
    margin: 10px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#delete_videos_form,
#delete_albums_form{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.actions.button{
    text-align: center;
}

.list_videos .options input,
.list_albums .options input{
    margin: 0 5px 0 0;
}

@media(max-width: 839px){
    #delete_albums_form .list_16{
        width: 33.333%;
    }
}

@media(max-width: 768px){
    #delete_albums_form .list_16{
        width: 25%;
    }
}

@media(max-width: 639px){
    #delete_albums_form .list_16{
        width: 33.333%;
    }
}

@media(max-width: 479px){
    #delete_albums_form .list_16{
        width: 50%;
    }
}

.control.birth-date{
	margin: 0 -5px;
}

.control.birth-date .select2{
	width: 31% !important;
	margin: 0 5px;
}

.control.birth-date select{
	opacity: 0;
}

.file-control{
	position: relative;
}

.file-control .file{
	position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 2;
    padding: 0 10px;
    line-height: 35px;
}

.file-label {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    padding: 4px 16px;
    color: #fff;
    background-color: #4782B0;
    border-radius: 5px;
    cursor: pointer;
    z-index: 2;
}

.member_profile_edit .block_content p{
	margin-top: 0;
}

.member_profile_edit .block_content .control,
.album_edit .block_content .control,
.list_members_blog .block_content .control,
.send_message .control{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.album_edit{
	margin: 0 auto;
	max-width: 500px;
}

.block_content .g_hidden{
	display: none;
}

.list_messages .block_header{
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media(max-width: 479px){
    .list_messages .block_header{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.list_messages .block_header .symbol,
.message_details .symbol{
	margin: 0 5px;
	color: #4782B0;
}

.list_messages .block_header .active{
	color: #ff8b1a;
}

.list_messages .block_header a,
.message_details .block_header a{
	text-decoration: none;
	color: #4782B0;
}

@media screen and (min-width: 1025px){
    .list_messages .block_header a:hover,
    .message_details .block_header a:hover{
        color: #ff8b1a;
    }
    .message a:hover{
    	color: #ff8b1a;
    }
}

.list_messages .block_content,
.list_members_blog .block_content{
	margin: 0;
}

#delete_messages_form{
	width: 100%;
}

aside .sidebar-content .item a{
    color: #666;
    background-color: transparent;
}

.content-wrapper aside .sidebar-content span{
    padding: 0;
    background-color: transparent;
    color: #666;
    font-weight: 400;
    font-size: 11px;
    margin-bottom: 0;
    border-radius: 0;
    text-transform: initial;
    width: auto;
    margin-left: 5px;
    text-align: left;
}

.sidebar-content .item .added{
    font-size: 11px;
}

@media(max-width: 479px){
    .sidebar-content .item .image{
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: 0 8px 0 0;
    }
}

.sidebar-content .item .title{
    text-align: left;
}