.cv-container
{
	font-size: 0;
	margin: auto;
	width: 90%;
	max-width: 1400px;
	/*padding: 30px 0;*/
	box-sizing: border-box;
}

.cv-container-inner
{
	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: calc((95.6%)/3);
    width: -webkit-calc((95.6%)/3);
    width: -moz-calc((95.6%)/3);
    width: -o-calc((95.6%)/3);;
	box-sizing: border-box;
	padding: 24px;
    border: 1px #d7d7d7 solid;
    margin-top: 30px;
	-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:nth-child(3n+2){
    margin: 30px 2.15% 0 2.15%;
}

.cv-row:hover
{
    background-color: #f3f3f3;
    cursor: pointer;
}

.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
{
    font-family: 'proxima_novabold';
    font-size: 24px;
    color: #000;
	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;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.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%;
	z-index: 1;
}

.cv-container .pager
{
	width: 100%;
    padding-bottom: 70px;
}


/*ARTICLE START*/

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

.cv-art-title
{
    font-size: 32px;
    font-weight: normal;
    color: #494949;
	line-height: 30px;
	padding-bottom: 35px;
}

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

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

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

.cv-art-text p
{
    font-size: 17px;
    line-height: 30px;
	margin-bottom: 30px;
}

.cv-art-top
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 57px;
}


.cv-art-tittle-wrapper
{
    width: 80%;
    box-sizing: border-box;
    padding-right: 20px;
}

.cv-art-btn-wrapper
{
    
}

.button.cv-art-btn
{
/*    background-color: #f1f1f1;
    border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
    color: #000;*/
    padding: 17px 32px 17px 32px;
}

.button.cv-art-btn > i
{
    font-size: 13px;
    margin-left: 25px;
}

.cv-fb
{
    margin: 10px 0 10px 0;
    float:right;
}

@media all and (max-width: 500px){
    .cv-art-top
    {
        flex-direction: column;
        align-items: center;
    }


    .cv-art-tittle-wrapper
    {
        order: 2;
        width: 100%;
    }
    
    .cv-art-tittle-wrapper > h2.title
    {
        font-size: 36px;
    }

    .cv-art-btn-wrapper
    {
        order:1;
        margin-bottom: 50px;
    }
}

/*ARTICLE END*/

@media all and (max-width: 1200px){

	.cv-row
	{
		width: 48.925%;
	}
    
    .cv-row, .cv-row:nth-child(3n+2)
    {
        margin: 30px 0 0 0;
    }
    
    .cv-row:nth-child(odd)
    {
        margin: 30px 2.15% 0 0;
    }
    
}


@media all and (max-width: 768px){

	.cv-row
	{
		width: 100%;
	}
    
    .cv-row, .cv-row:nth-child(odd)
    {
        margin: 30px 0 0 0;
    }
}