body .activity-list{padding-left:0}
body .activity-list::before {content:none}
body .activity-list h3{margin-left:0}
.activity-list .item,.striped-list .item:last-child,.widget_activity_list .item,.widget_activity_list .item:last-child {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 10px;
    padding: 10px;
}

.activity-list .item .icon,.widget_activity_list .item .icon {
    padding: 2px;
    border: 1px solid #999;
    position: relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 8px;
}

.activity-list .item .icon .activity-arrow,.widget_activity_list .item .icon .activity-arrow {
    width: 7px;
    height: 12px;
    position: absolute;
    top: 5px;
    right: -7px;
    z-index: 2;
    background: url("/templates/default/images/comment_arrow.png") no-repeat
}

.activity-list .item .images {
    margin: 15px 0 0 0;
}

.widget_activity_list .item .images {
    margin: 15px 0 0 -48px
}

.widget_activity_list .item .details {
    line-height: 18px
}

.activity-list .item .images .image,.widget_activity_list .item .images .image {
    margin: 0 2px 2px 0;
    line-height: 0
}

.activity-list .item .images.is_ava .image,.activity-list .item .images.is_ava .image img,.widget_activity_list .item .images.is_ava .image,.widget_activity_list .item .images.is_ava .image img {
    width: 100%;
    max-width: 360px
}

.widget_activity_list h4 {
    margin-bottom: 10px;
    font-weight: 700
}

.striped-list .item .title-multiline {
    font-size: 13px;
    margin-right: 0;
    width: calc(100% - 90px);
}

.action_feed_block {
    list-style: none;
    margin: 15px -10px -10px;
    padding: 5px;
    clear: both;
    overflow: hidden;
    border-top: 1px solid #ccc;
    background: #f9f9f9;
    border-radius: 0 0 3px 3px;
}

.action_feed_block li {
    float: left;
    width: 33.3%;
    text-align: center;
    line-height: 34px;
    color: #444;
    cursor: pointer;
    -moz-opacity: .6;
    -ms-opacity: .6;
    filter: alpha(opacity=60);
    -khtml-opacity: .6;
    -o-opacity: .6;
    -webkit-opacity: .6;
    opacity: .6
}

.action_feed_block li.afb_repost {
    cursor: no-drop
}

.action_feed_block li.afb_repost.share_allowed {
    cursor: pointer;
    -moz-opacity: 1;
    -ms-opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.action_feed_block li img {
    vertical-align: middle;
	display: inline-block;
}

.action_feed_block li.acb_ready {
    cursor: progress;
    -moz-opacity: 1;
    -ms-opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.action_feed_block li.acb_ready.loaded {
    cursor: pointer
}

.feed_comment_list {
    border-top: 2px solid #e2e2e2;
    position: relative;
    margin: 8px -10px 0;
    padding: 8px 10px 0;
    display: none;
}

.feed_comment_list:before {
    content: " ";
    width: 0;
    height: 0;
    border: 8px solid;
    position: absolute;
    top: -18px;
    left: 48%;
    border-color: transparent transparent #e2e2e2
}

.feed_comment_list .fcl_loading {
    padding-top: 8px;
    text-align: center
}

.feed_comment_list .feed_comment {
    line-height: 18px;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
}

.feed_comment_list .feed_comment:nth-last-child(2) .feed_right_info, body .activity-list h3{border:none}

.feed_comment_list .feed_comment .icon {
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
    flex-basis: 32px;
    height: 32px;
}

.feed_comment_list .feed_comment .icon img {
    border-radius: 50%
}

.feed_comment_list .feed_comment .title {
    line-height: 18px;
    font-size: 13px;
    float: none
}

.feed_comment_list .feed_comment .title span {
    color: #a9a6a6;
    font-size: 12px
}

.feed_comment_list .feed_comment .text {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    color: #555
}

.fcl_form_add {
    line-height: 14px;
    margin: 0;
    position: relative;
}

.fcl_form_add .fcl_button_add.fcl_disabled {
    cursor: no-drop;
    background: #ccc
}

.fcl_nocomments {
    border: 1px solid #ddd;
    margin-bottom: 8px;
    text-align: center;
    background: #eee;
    display: none
}

.tool-container.tool-top.toolbar-is_feed_block {
    height: 38px;
    min-width: 73px;
    border-radius: 0;
    text-align: center
}

.toolbar-is_feed_block .tool-items {
    display: inline-block
}

.toolbar-is_feed_block .tool-item {
    width: 32px;
    height: 32px;
    padding: 3px 0 3px 3px
}

.toolbar-is_feed_block .tool-item:hover {
    background: 0 0
}

.toolbar-is_feed_block .tool-item:last-child {
    padding-right: 3px;
    color: #e4e4e4;
    line-height: 32px;
    font-family: monospace
}

.toolbar-is_feed_block .tool-item:last-child:hover {
    color: #fff
}

.toolbar-is_feed_block .tool-item img {
    -moz-opacity: .9;
    -ms-opacity: .9;
    filter: alpha(opacity=90);
    -khtml-opacity: .9;
    -o-opacity: .9;
    -webkit-opacity: .9;
    opacity: .9;
    vertical-align: middle
}

.toolbar-is_feed_block .tool-item img:hover,.feed_add_buttons .feed_add_buttons_right a.feed_add_ready,.fcl_buttons .fcl_buttons_right a.feed_add_ready{
    -moz-opacity: 1;
    -ms-opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.activity-list .item .details {
    line-height: 16px;
    font-size: 12px;
}

.activity-list .item.is_shared_data {
    border: none;
    border-radius: 0;
    clear: both;
    margin-top: 15px;
    border-left: 2px solid #d6d6d6;
    padding: 0px 10px
}

.activity-list .item>p {
    clear: both;
    margin-top: 15px;
	line-height: 22px
}

.tool-container .tool-item,.feed_comment_list .feed_comment .title a,.activity-list .item a.author{
    text-decoration: none
}

.activity-list .item {
    overflow: visible;
    position: relative;
}

.nyroModalYoutube{width:600px;height:340px;position: relative;}
.nyroModalYoutube iframe,
.feed_videos_print iframe,
.nyroModalYoutube object,
.feed_videos_print object,
.feed_videos_print embed,
.nyroModalYoutube embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.feed_imgs_print{
	clear: both;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	overflow: hidden;
	line-height: 0;
}

.feed_videos_print{
	clear: both;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	overflow: hidden;
	line-height: 0;
}
.feed_videos_print a{display:block;width: 100%;
    height:315px;
    overflow: hidden;
    position: relative;
}
.feed_videos_print a:after{
	content:"\25ba";position:absolute;color: #fff;font-size: 16px;background: rgba(255, 0, 0, 0.74);border-radius: 5px;
    top: 43%;
    left: 43%;
    padding: 20px;
}
.feed_videos_print a:hover:after{background:red}
.feed_videos_print a img{width: 100%;position: absolute;top: -70px;max-width: none;}
.feed_videos_print a span{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: linear-gradient(to top,rgba(0, 0, 0, 1) 0,rgba(0, 0, 0, 0) 100%);
    padding: 10px;
    line-height: normal;
    z-index: 1;
    font-size: 14px;
}
.feed_videos_print.video_count_2 a{
    width: 49%;
    height: 220px;
    margin-right: 5px;
    float: left;
}
.feed_videos_print.video_count_2 a:nth-child(2){margin-right:0}
.feed_videos_print.video_count_2 a:after{padding:16px}
.feed_videos_print.video_count_2 a img{
    width: 130%;
    top: -55px;
}




.feed_videos_print.video_count_3 a:nth-child(2){
    width: 49%;
    height: 220px;
    margin:5px 5px 0 0;
    float: left;
}
.feed_videos_print.video_count_3 a:nth-child(3){
    width: 50%;
    height: 220px;
    margin:5px 0 0 0;
    float: left;
}
.feed_videos_print.video_count_3 a:nth-child(n+2):after{padding:16px}
.feed_videos_print.video_count_3 a:nth-child(n+2) img{width: 130%;top: -45px;}

.feed_videos_print.video_count_4 a:nth-child(2),.feed_videos_print.video_count_4 a:nth-child(3){
    width: 32%;
    height: 140px;
    margin:5px 5px 0 0;
    float: left;
}
.feed_videos_print.video_count_4 a:nth-child(4){
    width: 34%;
    height: 140px;
    margin:5px 0 0 0;
    float: left;
}
.feed_videos_print.video_count_4 a:nth-child(n+2):after{padding:16px;margin: -15px 0 0;}
.feed_videos_print.video_count_4 a:nth-child(n+2) img{width: 120%;top: -35px;}



.feed_videos_print.video_count_5 a:nth-child(1),.feed_videos_print.video_count_5 a:nth-child(2){
    width: 49%;
    height: 220px;
    margin:0 5px 5px 0;
    float: left;
}
.feed_videos_print.video_count_5 a:nth-child(1) img,.feed_videos_print.video_count_5 a:nth-child(2) img{
    top: -50px;
    width: 130%;
}
.feed_videos_print.video_count_5 a:nth-child(n+3){
    width: 32%;
    height: 140px;
    margin: 0 5px 0 0;
    float: left;
}
.feed_videos_print.video_count_5 a:nth-child(5){
    width: 33%;
    height: 140px;
    margin:0;
    float: left;
}
.feed_videos_print.video_count_5 a:nth-child(n+3):after{padding:16px;margin: -15px 0 0;}
.feed_videos_print.video_count_5 a:nth-child(n+3) img{width: 120%;top: -35px;}

.get_ajax_poll{clear: both;border: 1px solid #eee;margin-top: 10px;padding: 10px;}
.feed_poll_radio{cursor: pointer;margin: 0 0 10px;line-height:17px}
.feed_poll_radio:first-child{
    margin-top: 0;
}
.feed_poll_radio:before {
    display: block;
    content: '';
    float: left;
    background: url("../img/dev_radio.png") 0 0 no-repeat;
    width: 14px;
    margin: 1px 7px 1px 0;
    height: 14px
}

.feed_poll_radio:hover:before {
    background-position: 0 -28px
}
.feed_poll_label{overflow: hidden}
.f_show_poll_result .feed_poll_radio:before{content:none}
.f_show_poll_result .feed_poll_radio{border: 1px solid #ddd;position: relative;cursor: default;}
.f_show_poll_result .feed_poll_label{height: 25px;line-height: 24px;}
.f_show_poll_result .feed_poll_label:after{content: attr(data-count);position: absolute;right: 6px;top: 1px;height: 25px;}
.f_show_poll_result .feed_poll_label span{display:block;padding-left:8px}
.f_show_poll_result .feed_poll_radio.iVotedItem .feed_poll_label span:nth-child(1):after{content:" \2714";color:tomato}
.f_show_poll_result .feed_poll_label span.feed_poll_progress{
    background: #eee;
    display: block;
    height: 27px;
    margin-top: -25px;
    width: 0;
    padding-left: 3px;
}
.feed_imgs_shared_print{
    clear: both;
    margin-top: 10px;
}

.feed_comment .default_avatar{border-radius:50%;line-height:32px;font-size:20px}
.get_ajax_poll legend{
    width: auto;
    font-size: 14px;
    margin: 0;
    border: 1px solid #eee;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
}
.get_ajax_poll *,.f_share_block *{-webkit-box-sizing: content-box !important;-moz-box-sizing: content-box !important;box-sizing: content-box !important}

.activity-list .item.item_distinction{border-color: #ffcc80;}
.activity-list .item.item_distinction .details .date{color: #eca131;}
.is_item_content{margin-bottom:0}
.is_item_content img{max-width:100%}
.is_item_content embed,.is_item_content object,.is_item_content iframe{width:100%}
.activity-list .item.item_distinction .details span{
    font-size: 12px;
    color: #6b6b6b;
}

.activity-list .item .actions{
    visibility: visible !important;
    list-style: none;
    float: right;
    margin:0;
    color: #666;
    display: grid;
	overflow: visible;
}
.activity-list .item .actions > li{
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}
.activity-list .item .actions li ul{
    margin: 0;
    list-style: none;
    right: 3px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    position: absolute;
    visibility: hidden;
    min-width: 110px;
    max-width: 120px;
    background: #fff;
    z-index: 4;
    border: 1px solid #c5d0db;
    padding: 8px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-opacity:0;
	-ms-opacity:0;
	filter:alpha(opacity=0);
	-khtml-opacity:0;
	-o-opacity:0;
	-webkit-opacity:0;
	opacity:0;
    pointer-events: none;
}
.activity-list .item .actions li ul:after,.activity-list .item .actions li ul:before {
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    bottom: 100%;
    right: 15px;
}

.activity-list .item .actions li ul:before {
    border-width: 6px;
    margin: 0 -6px;
    border-bottom-color: #c5d0db
}

.activity-list .item .actions li ul:after {
    border-width: 5px;
    margin: 0 -5px;
    border-bottom-color: #fff
}

.activity-list .item .actions li:hover ul{
    visibility: visible;
    -moz-opacity:1;
	-ms-opacity:1;
	filter:alpha(opacity=100);
	-khtml-opacity:1;
	-o-opacity:1;
	-webkit-opacity:1;
	opacity:1;
    -webkit-filter: none;
    filter: none;
    display: block!important;
    top: 35px;
    pointer-events: auto;
    text-align: left;
}

.activity-list .item .actions li ul li{line-height:24px}
.activity-list .item .actions li ul li:first-child{
    margin-top: -5px;
}
.activity-list .item .actions li ul li:last-child{
    margin-bottom: -5px;
}
.activity-list .item .actions li ul li a{
    text-decoration: none;
    color: #6b8d9c;
    display:block;
    font-size: 14px;
}
.activity-list .item .actions li ul li:hover a{color:#444}

.feed_comment_list .feed_comment .title a.feed_delete_comment{padding:0 5px}
.feed_comment_list .feed_comment .title a.feed_delete_comment img{width:13px;vertical-align:text-top}
.feed_ext_pages{
    border-top: 1px solid #ffcc80;
    margin: 10px -10px -10px;
    padding: 0 10px;
    text-align: right;
}
.feed_ext_pages a{text-decoration:none;font-size: 14px;}
.feed_ext_pages a:hover{text-decoration:underline;color:#444}


ins.play-gif{
	position: absolute;
	font-family: Arial, sans serif;
	width: 50px;
	height: 50px;
	line-height: 52px;
	text-align: center;
	background: #222;
	font-size: 18px;
	color: #fff;
	border-radius: 50%;
	opacity: .9;
	border: 4px solid #fff;
	cursor:pointer;
	text-decoration: none;
}

ins.play-gif:hover{
	opacity:.5;
}

.gifplayer-wrapper{
	position:relative;
	display: inline-block;
}

.spinner {
	height:50px;
	width:50px;
	margin:0px auto;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-25px;
	margin-left:-25px;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-left:6px solid rgba(256,256,256,.15);
	border-right:6px solid rgba(256,256,256,.15);
	border-bottom:6px solid rgba(256,256,256,.15);
	border-top:6px solid rgba(256,256,256,.8);
	border-radius:100%;
}

@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
	from {-o-transform: rotate(0deg);}
	to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}
.get_ajax_gif{clear:both;margin-top:10px;line-height:0}

.feed_comment_like{float:right;margin-top: -20px;padding: 4px 0 4px 4px;cursor: pointer;}
.feed_comment_like img{vertical-align:sub;display: inline-block}
.load_more_activity.is_more_pressed,.load_more_activity.is_more_disable {
    background: #eee
}

.load_more_activity {
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
	cursor:pointer
}

.activity-list .item .images { overflow: hidden; margin:10px 0 0; }
.activity-list .item .images .image {
    float:left; margin-right:2px;
    display:block; overflow: hidden;
}
.activity-list .item .images .image img {
    width: 100%; display: block;
}
.activity-list .item .images .image.more {
    background: #ecf0f1;
    text-align: center;
    line-height: 64px;
    font-size:18px;
}
.activity-list .item .images .image.more a {
    display:block; width: 64px; height:64px; overflow: hidden;
    color:#7f8c8d;
    text-decoration: none;
}
.activity-list .item .images .image.more a:hover {
    color:#2c3e50;
}
.is_feed_widget img.emojione{width: 20px;vertical-align:sub;}

.is_feed_content img{max-width:100%}

textarea.fcl_input_add{
	width: 100%;
    display: block;
    padding: 9px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    overflow: hidden;
    background: 0 0;
    position: relative;
    outline: 0;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	height: 38px;
    overflow: hidden;
}
body .activity-list .item>p img{width:100%}

.is_feed_content {
	-webkit-transition: color .85s;
	-o-transition: color .85s;
	transition: color .85s;
	clear: both;
    margin-top: 15px;
    line-height: 22px;
}
.is_feed_content .mrc-btn-wrap {
	display: block;
    margin: 0;
}
.is_feed_content .mrc-shadow {
	pointer-events: none;
	position: absolute;
	height: 100px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, #fff), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, #fff 14%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(bottom, #fff 14%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, #fff 14%, rgba(0, 0, 0, 0) 100%);
}
.is_feed_content .mrc-btn-wrap button{
    background: none;
    border: none;
    padding: 0;
    color: #2196F3;
    border-bottom: 1px dashed #2196F3;
    outline: none;
    -webkit-appearance: none;
}

.feed_right_info{
	flex-basis: calc(100% - 44px);
    border-bottom: 1px solid #eee;
}
.feed_comm_footer{
    font-size: 12px;
    padding: 4px 0 5px;
}
.feed_comm_footer span{
    padding-right: 8px;
    color: #939393;
}
.feed_comm_footer a{cursor: pointer;}
section.container .feed_polls_block .polls_question_box input{width: 179px !important;height: 16px;}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.mentions-input-box textarea,.mentions-input-box textarea:focus {font-size: 14px !important}
}

@-moz-document url-prefix(){
	.feed_add_buttons .feed_add_buttons_right a.feed_button_add {min-width: 86px}
	#addPhotoToFeed.feed_photo_loading {width:auto}
}

@media (min-width:960px) and (max-width:1024px){
	.feed_videos_print.video_count_5 a:nth-child(1), .feed_videos_print.video_count_5 a:nth-child(2){height:200px}
	.feed_videos_print.video_count_5 a:nth-child(n+3),.feed_videos_print.video_count_4 a:nth-child(n+2){height:120px}
	.feed_videos_print.video_count_3 a:nth-child(n+2),.feed_videos_print.video_count_2 a{height:200px}
	.feed_videos_print a span{font-size:12px}
	.feed_videos_print.video_count_5 a:nth-child(n+3) img,.feed_videos_print.video_count_4 a:nth-child(n+2) img{top:-25px}
	.feed_videos_print.video_count_3 a:nth-child(n+2) img,.feed_videos_print.video_count_2 a img{top:-35px}
}
@media (min-width:860px) and (max-width:960px){
	.feed_videos_print.video_count_5 a:nth-child(n+3) img,.feed_videos_print.video_count_4 a:nth-child(n+2) img{top:-15px}
	.feed_videos_print.video_count_5 a:nth-child(1) img, .feed_videos_print.video_count_5 a:nth-child(2) img,.feed_videos_print.video_count_3 a:nth-child(n+2) img,.feed_videos_print.video_count_2 a img{top:-30px}
	.feed_videos_print a img{top:-60px}
	.feed_videos_print.video_count_3 a:nth-child(2),.feed_videos_print.video_count_3 a:nth-child(3),.feed_videos_print.video_count_2 a{height:200px}
}
@media (min-width:768px) and (max-width:860px){
	.feed_videos_print a span{font-size:12px}
	.feed_videos_print.video_count_5 a:nth-child(n+3),.feed_videos_print.video_count_4 a:nth-child(2),.feed_videos_print.video_count_4 a:nth-child(3),.feed_videos_print.video_count_4 a:nth-child(4){height:120px !important}
	.feed_videos_print a img{top:-40px}
	.feed_videos_print a{height:300px}
	.feed_videos_print.video_count_3 a:nth-child(2),.feed_videos_print.video_count_3 a:nth-child(3),.feed_videos_print.video_count_2 a{height:180px}
}
@media (max-width:768px){
	.feed_videos_print.video_count_2 a{height:200px}
	.feed_videos_print.video_count_4 a:nth-child(2), .feed_videos_print.video_count_4 a:nth-child(3), .feed_videos_print.video_count_4 a:nth-child(4){height:120px}
	.feed_videos_print.video_count_5 a:nth-child(5),.feed_videos_print.video_count_5 a:nth-child(4),.feed_videos_print.video_count_5 a:nth-child(3){height:130px}
}

@media (max-width:720px){
	.feed_videos_print a{height:280px}
	.feed_videos_print.video_count_4 a:nth-child(n+2) img{top:-30px}
	.feed_videos_print.video_count_4 a span,.feed_videos_print.video_count_5 a span{font-size:12px}
	.feed_videos_print.video_count_4 a:nth-child(1) span,.feed_videos_print.video_count_5 a:nth-child(1) span,.feed_videos_print.video_count_5 a:nth-child(2) span{font-size:14px}
	.feed_videos_print.video_count_5 a:nth-child(1) img, .feed_videos_print.video_count_5 a:nth-child(2) img{top:-40px}
}

@media (max-width:640px){
	.feed_videos_print a{height:250px}
	.feed_videos_print.video_count_2 a{height:180px}
	.feed_videos_print.video_count_2 a img{top:-40px}
	.feed_videos_print.video_count_3 a:nth-child(n+2) img{top:-35px}
	.feed_videos_print.video_count_3 a:nth-child(3),.feed_videos_print.video_count_3 a:nth-child(2){height:200px}
	.feed_videos_print.video_count_4 a{
		width: 49% !important;
		float: left;
		height: 150px !important;
		margin: 5px 5px 0 0 !important;
	}
	.feed_videos_print.video_count_4 a:nth-child(2),.feed_videos_print.video_count_4 a:nth-child(4){margin-right:0}
	.feed_videos_print.video_count_4 a img{top: -30px !important}
	.feed_videos_print.video_count_4 a:after{padding:16px;margin: -15px 0 0;}
	.feed_videos_print.video_count_4 a span{font-size:14px}
	.feed_videos_print.video_count_5 a:nth-child(1) img, .feed_videos_print.video_count_5 a:nth-child(2) img{top:-35px}
	.feed_videos_print.video_count_5 a:nth-child(1), .feed_videos_print.video_count_5 a:nth-child(2){height:200px}
	.feed_videos_print.video_count_5 a:nth-child(5), .feed_videos_print.video_count_5 a:nth-child(4), .feed_videos_print.video_count_5 a:nth-child(3){height:120px}
	.feed_videos_print.video_count_5 a:nth-child(n+3) img{top:-20px}
}

@media (max-width:580px){
	.feed_videos_print a{height:230px}
	.feed_videos_print a img{top:-50px}
	.feed_videos_print.video_count_2 a,.feed_videos_print.video_count_3 a:nth-child(2),.feed_videos_print.video_count_3 a:nth-child(3){width:48%;height:160px}
	.feed_videos_print.video_count_2 a img{top:-30px}
	.feed_videos_print.video_count_4 a{width: 48% !important}
	.feed_videos_print.video_count_5 a:nth-child(1), .feed_videos_print.video_count_5 a:nth-child(2){width:48%}
	.feed_videos_print.video_count_5 a:nth-child(n+3) span{max-height:35px}
	.feed_videos_print.video_count_5 a:nth-child(n+3) img,.feed_videos_print.video_count_5 a:nth-child(1) img, .feed_videos_print.video_count_5 a:nth-child(2) img{top:-15px}
}

@media (max-width:540px){
	.feed_videos_print a{height:200px}
	.feed_videos_print.video_count_2 a,.feed_videos_print.video_count_3 a:nth-child(2),.feed_videos_print.video_count_3 a:nth-child(3){height:150px}
	.feed_videos_print.video_count_4 a{height:130px !important}
	.feed_videos_print.video_count_4 a img{top: -20px !important;}
	.feed_videos_print.video_count_4 a span{font-size:12px !important}
	.feed_videos_print.video_count_5 a:nth-child(n+3) img, .feed_videos_print.video_count_5 a:nth-child(1) img,.feed_videos_print.video_count_5 a:nth-child(2) img{width:135%}
	.is_instantvideo_feed{width:100%}
}

@media (max-width:480px){
	.feed_videos_print a{height:180px}
	.feed_videos_print.video_count_2 a,.feed_videos_print.video_count_3 a:nth-child(2),.feed_videos_print.video_count_3 a:nth-child(3){width:100%;height: 200px;margin: 0 0 5px 0;}
	.feed_videos_print.video_count_2 a:nth-child(2){margin-bottom:0}
	.feed_videos_print.video_count_3 a:nth-child(2){margin-top:5px}
	.feed_videos_print.video_count_2 a img{top: -60px;}
	.feed_videos_print.video_count_3 a:nth-child(n+2) img{top:-50px}
	.feed_videos_print.video_count_4 a,.feed_videos_print.video_count_5 a{width:100% !important;height:200px !important}
	.feed_videos_print.video_count_4 a img, .feed_videos_print.video_count_5 a img{top: -40px !important;}
	.feed_videos_print.video_count_4 a span,.feed_videos_print.video_count_5 a span{font-size:14px !important}
	.feed_videos_print.video_count_5 a:nth-child(n+3){margin:0 0 5px 0}
	.is_instantvideo_feed{height:270px}
}

@media (max-width:440px){
	.feed_videos_print a{height:160px}
	.feed_videos_print a:after{top:35%}
	.feed_videos_print.video_count_2 a{width:100%;height:180px;margin: 0 0 5px 0;}
	.feed_videos_print.video_count_2 a img{top: -50px;}
	.feed_videos_print.video_count_3 a:nth-child(n+2) img{top:-45px}
	.feed_videos_print.video_count_3 a:nth-child(2), .feed_videos_print.video_count_3 a:nth-child(3){height:180px}
	.feed_videos_print.video_count_4 a, .feed_videos_print.video_count_5 a{height:180px !important}
	.feed_videos_print.video_count_4 a img, .feed_videos_print.video_count_5 a img{top: -35px !important;}
	.is_instantvideo_feed{height:250px}
	.nyroModalYoutube{width:600px;height: 240px;position: relative;}
	.nyroModalYoutube iframe,
	.feed_videos_print iframe,
	.nyroModalYoutube object,
	.feed_videos_print object,
	.feed_videos_print embed,
	.nyroModalYoutube embed {position: absolute;top: 0;left: 0;width: auto;height: 100%;}
}

@media (max-width:360px){
	.feed_videos_print a img{top:-30px;width:110%}
	.feed_videos_print a:after{top:30%}
	.feed_videos_print.video_count_2 a{height:170px}
	.feed_videos_print.video_count_3 a:nth-child(2), .feed_videos_print.video_count_3 a:nth-child(3){height:160px}
	.feed_videos_print.video_count_4 a{height:160px !important}
	.feed_videos_print a:after{padding:16px}
	.is_instantvideo_feed{height:220px}
}
