header>.video-part button{
	background: url('../images/priceofpiracy-banner.jpg') 0 0 no-repeat;
	cursor: auto;
}



header>.logo {
    padding-top: 53px;
    width: 1300px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

header>.logo h1 {
	text-align: right;
	padding-right: 40px;
	padding-top: 120px;
}

.what-malware .left>div:first-child {
	background: #161616;
}

.dark p {
	font-size: 22px;
	line-height: 28px;
	color: #DBDBDB;
	transform: translateY(50%);
}

.dark p:after {
	content: "";
    width: 54px;
    height: 3px;
    background: #fff;
    display: block;
    transition: all .5s;
    margin-bottom: .6em;
    position: relative;
    top: 16px;
}

.h3-type.dark:hover{
	background: #161616 !important;
}

.fact {
	/*background: #F05A21 !important;*/
	background: #8c2c1c !important;
}

.fact h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 22px;
	line-height: 21px;
	letter-spacing: 0;
}

.fact p {
	font-size: 29px;
	line-height: 35px;
	color: #fff !important;
}

.fact .read-more {
	border-color: #fff;
}

.fact {
	position: relative;
}

.fact .hover-state {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all .5s;
	z-index: 9;
}

.fact .normal-state {
	transition: all .5s;
}

.fact:hover .hover-state {
	opacity: 1;
}

.fact:hover .normal-state {
	opacity: 0;
}

.dou-type {
	color: #DBDBDB;
}

.dou-type {
	font-size: 16px;
}

.dou-type span {
	font-family: 'proximanova-regular';
	font-size: 16px !important;
}

.download-malware .left {
	background: #8c2c1c !important;
}

.fact p.big {
	font-size: 42px;
	line-height: 40px;
}

.fact p.medium {
	font-size: 22px;
	line-height: 28px;
}

.list h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	color: #8c2c1c;
	letter-spacing: 0;
}

.list {
	color: #DBDBDB;
}

.list ul {
	margin-top: 30px;
}

.list ul li:before {
	content: '•';
	margin-right: 5px;
	display: inline-block;
}

.list ul li {
	font-size: 16px;
	line-height: 22px;
	display: flex;
	margin-bottom: 20px;
}

.list {
	background: #272727;
}

.list h4:after {
    content: "";
    width: 54px;
    height: 3px;
    background: #fff;
    display: block;
    transition: all .5s;
    margin-bottom: .6em;
    position: relative;
    top: 16px;
}

.list:hover {
	background: #000 !important;
}

.main-vi-01 {
    background: url(../images/adthumbnail.png) center center no-repeat;
    background-size: cover;
}

.video-parts button span i {
	font-style: normal;
	font-family: 'proximanova-regular';
	font-size: 24px;
	line-height: 30px;
}

.video-parts button span {
	font-size: 24px;
	line-height: 30px;
	font-family: 'proximanova-light';
	color: #fff;
}

.effect-piracy .left {
	background-color: #fff;
}

.link {
	background-color: #fff;
}

.link p.intro {
	color: #444444;
	font-size: 22px;
	line-height: 28px;
}

.link:hover {
	background-color: #fff !important;
}

.h3-type.link:hover p {
	color: #444 !important;
}

.h3-type.link:hover .read-more {
	border-color: #444 !important;
}

.h3-type.link:hover .read-more p {
	color: #444 !important;
}

.link h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	color: #8c2c1c;
	letter-spacing: 0;
}

.link .read-more p {
	font-size: 12px;
	line-height: 16px;
	color: #444;
	font-family: 'proximanova-regular';
}

.fact .read-more p {
	font-size: 12px;
	line-height: 15px;
}

.fact .hover-state p.big {
	font-size: 42px;
	line-height: 40px;
}

.fact.h3-type:hover {
	background-color: #8c2c1c !important;
}

.effect-piracy .right {
	background: #000;
}

.last-row .left {
	background: #444;
}

.last-row .left>div:first-child {
	background: #444;
}

.last-row .right {
	background-color: #8c2c1c !important;
}

.fact p.bigger {
	font-size: 38px;
	line-height: 36px;
}

a.growthops:hover svg path {
	fill: #fff;
}

.pic-type.link:hover p {
	color: #fff !important;
}

.pic-type.link:hover h4 {
	color: #fff !important;
}

.pic-type.link p, .pic-type.link h4 {
	position: relative;
	z-index: 9;
}

@media (max-width: 1300px){
	header>.video-part iframe {
		height: 511px;
	}
}

@media (max-width: 920px){
	header>.video-part button {
		background-size: cover;
		background-position: top center;
	}
	header>.video-part iframe {
		height: 45vh;
	}
	header>.logo {
		width: 100%;
	}
}

@media (max-width: 700px){
	.dark p {
		transform: unset;
	}
}

@media (max-width: 620px){
	header>.video-part iframe {
		height: 45vh;
	}
}

@media (max-width: 420px){
	header>.logo {
		padding-left: 20px;
		padding-top: 23px;
	}
	header>.logo h1 {
		padding-left: 0px;
	}
	header>.logo img {
		min-width: auto;
	}
}

.hover-master:before {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -30px;
    left: -929px;
    transition: all .5s;
    border-right: 450px solid transparent;
    border-left: 450px solid transparent;
    border-top: 300px solid transparent;
    border-bottom: 300px solid transparent;
    border-left-color: #161616;
    border-bottom-color: #161616;
    z-index: 0;
}

.hover-master:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -30px;
    transition: all .5s;
    right: -929px;
    border-right: 450px solid transparent;
    border-left: 450px solid transparent;
    border-top: 300px solid transparent;
    border-bottom: 300px solid transparent;
    border-right-color: #161616;
    border-top-color: #161616;
    z-index: 0;
}

.fact:hover .hover-master:after {
	right: -30px;
}

.fact:hover .hover-master:before {
	left: -30px;
}

.list a ul li {
	color: #DBDBDB;
}

.read-more-link {
	min-height: auto;
	margin-top: 30px;
}

.read-more-new {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.read-more-new:hover {
	color: #fff;
}

.dark .read-more-new p {
	line-height: inherit;
}

.dark .read-more-new p:after {
	display: none;
}

body>div>div>div>div {
	min-height: 320px;
}

@media screen and (max-width: 1300px){
	body>div>div>div>div {
		min-height: 265px;
	}
}

@media screen and (max-width: 768px){
	body>div>div>div>div {
		min-height: 300px;
	}
}

@media screen and (max-width: 650px){
	body>div>div>div>div {
		min-height: 265px;
	}
}

@media screen and (max-width: 380px){
	body>div>div>div>div {
		min-height: 320px;
	}
}

.download-malware .left {
	background: #000 !important;
}

.effect-piracy .left {
	background: #8c2c1c !important;
}


.download-malware .right-2:nth-child(1) {
	right: 0 !important;
	width: 650px;
}

.download-malware .right-2:nth-child(1).list ul li {
	margin-bottom: 10px;
}

.effect-piracy .left .fact {
	right: 0 !important;
	width: 650px;
}
.effect-piracy .right .list {
	width: 650px;
}

.effect-piracy .right .list ul li {
	margin-bottom: 10px;
}
.what-malware.last-row {
	width: 100%;
}

.what-malware.last-row .right {
	background: #444 !important;
}

.prefooter {
	background: #444 !important;
	color: #fff;
	padding: 30px 0;
	min-height: 300px;
}

.prefooter p {
    font-size: 29px;
    line-height: 35px;
    text-align: center;
}

.prefooter-container {
	width: 80% !important;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

/*.what-malware.last-row .dou-type {
	position: absolute;
}*/
/*
.effect-piracy .left {
	width: 100%;
}

.effect-piracy .fact {
	width: 650px !important;
}

.effect-piracy .list {
	width: 650px !important;
	left: 0;
}*/


/*.effect-piracy .left {
	width: 100%;
}

.effect-piracy .list, .effect-piracy .fact {
	float: left;
}*/

/*.effect-piracy .left {
	width: 325px;
	float: none;
}

.effect-piracy .right-2.list {
	width: 975px;
	float: none;
	left: 325px;
}*/

@media screen and (max-width: 1330px){
	.download-malware .right-2:nth-child(1) {
		right: 0;
		width: 100%;
	}
}


body>div>div>div>div>a:before {
	border-left-color: #8c2c1c;
    border-bottom-color: #8c2c1c;
}

.hover-master:after {
	border-right-color: #fff;
    border-top-color: #fff;
}

body>div>div>div:not(.dou-type):hover p {
	color: #000 !important;
}

body>div>div>div:not(.dou-type):hover .read-more p {
	color: #000 !important;
}

body>div>div>div:not(.dou-type):hover .read-more {
	border-color: #000 !important;
}

header>.lines>.line-222 {
	background-color: #8c2c1c;
}

footer .line-center {
	background-color: #8c2c1c;
}

body .effect-piracy .fact:hover p, body .effect-piracy .fact:hover .read-more p {
	color: #fff !important;
}

body .effect-piracy .fact:hover .read-more {
	border-color: #fff !important;
}

body .what-malware .right-1:hover p {
	color: #DBDBDB !important;
}

.list {
	background: #000;
}

@media screen and (max-width: 1300px){
	.flicks-logo {
		width: 50%;
	}
} 

@media screen and (max-width: 660px){
	.flicks-logo {
		width: 50%;
	}
} 