.cv-filter-wrap
{
	background: #48556e;
	width: 100%;
	text-align: center;
	margin: auto;
	padding: 45px 5%;
}

.cv-filter
{
	padding: 5px 20px;
	display: inline-block;
}

.cv-filter input
{
	vertical-align: middle;
}

.cv-container
{
	font-size: 0;
	margin: auto;
	width: 90%;
	max-width: 1440px;
	padding: 30px 0;
}

.cv-container-inner
{
	margin: -12px -20px;
	display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.cv-row
{
	font-size: 16px;
	width: 33%;
	display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	padding: 12px 20px;
}

.cv-row-bottom
{
	width: 100%;
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
}

.cv-row .cv-likes
{
	font-weight: 600;
}

.cv-row h2
{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.cv-row h2 a
{
	font-size: 22px;
	line-height: 26px;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.cv-row h2
{
	padding-bottom: 25px;
}

.cv-row .movie
{
	width: 100%;
	padding-bottom: 56%;
	position: relative;
	margin-bottom: 25px
}

.cv-row iframe
{
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.cv-text
{
	padding-bottom: 15px;
	min-height: 52px;
}

.like-video
{
	display: inline-block;
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.movie a
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.cv-bottom
{
	padding-bottom: 35px;
	border-bottom: 1px solid #ddddde;
}

/*ARTICLE START*/

.cv-art-container
{
	width: 90%;
	max-width: 1440px;
	margin: auto;
}

.cv-art-title
{
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 35px;
}

.art-movie
{
	position: relative;
	width: 100%;
	padding-bottom: 56%;
	margin-bottom: 35px;
}

.art-movie iframe
{
	position: absolute;
	width: 100%;
	height: 100%;
}

.cv-art-text
{
	margin-bottom: 30px;
}

.cv-art-likes
{
	font-weight: 600;
	margin-right: 35px;
}

.cv-art-bottom
{
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #ddddde;
}

.cv-art-bottom .like-video:after
{
	top: 5px;
}

.art-socjal > div{
	float: left;
	height: 30px;
}

.art-socjal > div.fb{
	width:125px;
}

.art-socjal > div.tw{
	width:80px;
}

.art-socjal > div.gp{
	width:80px;
}

/*ARTICLE END*/

@media all and (min-width: 1025px) and (max-width: 1280px){
	.cv-filter input
	{
		max-width: 200px;
	}
}

@media all and (min-width: 320px) and (max-width: 1024px){
	.cv-filter-wrap
	{
		padding: 45px 2.1%;
		margin: 15px -2.1% 55px;
	}
	
	.cv-row
	{
		font-size: 15px;
	}
	
	.cv-art-title
	{
		font-size: 20px;
	}
	
	.art-container
	{
		margin-top: 20px
	}
	
	.art-container
	{
		font-size: 15px;
	}
}

@media all and (min-width: 320px) and (max-width: 960px){
	.cv-filter-wrap {
		padding: 45px 4.4%;
		margin: 15px -4.4% 55px;
	}
}
@media all and (min-width: 320px) and (max-width: 950px){
	.cv-row h2 a
	{
		font-size: 20px;
	}
	
	.cv-row
	{
		width: 50%;
	}
	
	.cv-filter
	{
		margin: 0;
	}
}

@media all and (min-width: 320px) and (max-width: 767px){
	.cv-filter-wrap {
		padding: 45px 4.9%;
		margin: 15px -4.9% 55px;
	}
	
	.cv-row
	{
		font-size:14px;
	}
	
	.cv-art-title
	{
		font-size: 20px;
	}
	
	.art-container
	{
		font-size:14px;
	}
}

@media all and (min-width: 320px) and (max-width: 640px){
	.cv-filter input
	{
		margin: 0;
	}
	
	.cv-filter
	{
		margin: 0;
		width: 100%;
	}
	
	.cv-filter > *
	{
		margin: 10px 0;
		width: 100%;
	}
	
	.cv-filter .i-s-holder
	{
		width: 100%;
	}
}

@media all and (min-width: 320px) and (max-width: 600px){
	.cv-container
	{
		margin: -12.5px 0px;
	}

	.cv-row
	{
		width: 100%;
		padding: 12.5px 0;
	}
}