.home-new-v1 {
    font-size: 16px;
    font-weight: 400;
}

.hero-banner {
    background: #505251 url(../images/banners/banner1.jpg) no-repeat center left;
    background-size:cover;
    padding-top: 110px;
    margin-top:100px;
    padding-bottom:0px;
    min-height: 80.6rem;
}

.hero-banner .page-title {
    /*border: 5px solid #fff;*/
    padding: 35px 17px 37px 38px;
    position: relative;
    display: inline-block;
    margin-top: 60px;
}
.hero-banner .page-title span {
    color: #62c400;
}

.hero-banner .page-title h1 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: unset;
    letter-spacing: 5px;
}

.hero-banner .title-logo {
    position: absolute;
    right: 7px;
    bottom: 5px;
}

.hero-banner .subtitle {
    font-size: 2.2rem;
    font-weight: 400;
    display: inline-block;
    margin:0px 0 30px;
    color:#d8d8d8;
}

.hero-banner .btn-green {
    max-width: 320px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
    margin-bottom: 40px;
    width: 100%;
    max-width: 300px;
    color: #fff;
    background-color: #4b9a00;
    font-size: 1.8rem;
    line-height: 2rem;
    padding: 20px;
    text-transform: uppercase;
    min-width: 195px;
    text-align: center;
    font-weight: 600;
}
.hero-banner .btn-green:hover {
    opacity: 1;
    background-color: #62c400;
}
.awards img {
    margin: 15px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.awards p {
    font-style: italic;
    color: #929292;
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 1rem;
}
.button {
    display: inline-block;
    color: #fff;
    line-height: 50px;
    padding: 3px 20px 0;
    border-radius: 4px;
    width: 100%;
    max-width: 256px;
    margin: 0 33px 33px;
    transition: all 0.2s;
}

.button:hover {
    text-decoration: none;
}

.green-border {
    border: 3px solid #01aa41;
}

.green-border:hover {
    background-color: #01aa41;
    color: #fff;
}

.green-border.download:before {
    content: "";
    width: 35px;
    height: 35px;
    margin-right: 9px;
    display: inline-block;
    background: url(/assets/images/icons/icon-set.png) no-repeat 0 0 transparent;
    vertical-align: middle;
}

.orange.buy:before {
    content: "";
    width: 35px;
    height: 35px;
    margin-right: 9px;
    display: inline-block;
    background: url(/assets/images/icons/icon-set.png) no-repeat 0 -90px transparent;
    vertical-align: middle;
}

.orange {
    background-color: #fc4603;
    border: 3px solid #fc4603;
}

.orange:hover {
    background-color: #ff7948;
    border: 3px solid #ff7948;
    color: #fff;
}

.hero-banner .windows-icon {
    display: inline-block;
    padding-left: 40px;
    background: url(/assets/images/windows-icon/windows-icon-small-1.png) no-repeat left 2px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 100;
    color: #fff;
    height: unset;
    margin-left: unset;
    position: relative;
    top: unset;
}

.arrow-to-bottom {
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}

.arrow:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    top: 2px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.arrow-to-bottom.arrow:before {
    transform: rotate(45deg);
}

.section {
    padding: 40px 0;
    background-size: cover !important;
}

.secton-title {
    font-size: 35px;
    font-weight: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-awards {
    background: url(/assets/images/texture-bg/texture3-bg.jpg) no-repeat center 0 #1f955a;
    color: #fff;
}

.thin {
    font-weight: 100;
}

.award-item {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100px;
    overflow: hidden;
    background-color: #eef4fa;
    margin: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.65)
}

.award-item.opswat img,
.award-item.best-plus img {
    width: 65px;
    height: auto;
    vertical-align: middle;
}

.section-features .secton-title {
    margin-bottom: 50px;
}

.flex {
    display: flex;
    flex-wrap: nowrap;
}

.feature-item {
    width: 33%;
    padding: 2%;
    border-right: 1px solid #d4d4d4;
}

.feature-item:last-child {
    border-right: 0;
}

.feature-item-1:before,
.feature-item-2:before,
.feature-item-3:before,
.feature-item-4:before {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(/assets/images/icons/icon-set.png) no-repeat center -170px transparent;
    margin: 20px 0;
}

.feature-item-2:before {
    background-position-y: -260px;
}

.feature-item-3:before {
    background-position-y: -344px;
}

.feature-item-4:before {
    background-position-y: -435px;
}

.section-video {
    background: url(/assets/images/texture-bg/texture3-bg.jpg) no-repeat center 0 #1f955a;
    color: #fff;
    padding: 75px 0 55px;
    width: auto;
    position: relative;
}

.section-video .secton-title {
    margin-bottom: 40px;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 540px;
    max-height: 303px;
}

.list-style-arrow {
    list-style: none;
    text-align: left;
    padding: 0;
}

.list-style-arrow li {
    padding: 0 0 0 40px;
    position: relative;
    margin: 0 0 30px;
}

.list-style-arrow li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    vertical-align: top;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.section-explanation {
    padding: 75px 0 55px;
}

.section-comparison h2 {
    margin-bottom: 60px;
}

.product-block {
    width: 100%;
    max-width: 350px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
    display: inline-block;
    border: 1px solid #e3e3e3;
    margin: 0 0 50px;
}

.product-title {
    padding: 15px;
}

.product-title h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.free .product-title {
    background-color: #de0c0d;
}

.pro .product-title {
    background-color: #e4ae03;
}

.product-img-price {
    padding: 15px 15px 1px;
    background-color: #f7f7f7;
}

.product-img-price p {
    font-size: 16px;
    color: #888888;
}

.product-img-price p span {
    color: #ff4703;
    font-size: 40px;
    font-weight: 300;
}

.product-comment {
    min-height: 70px;
    display: flex;
    align-items: center;
    background-color: #ededed;
    padding: 8px 55px;
}

.product-comment p {
    margin: 0;
    display: inline-block;
    width: 100%;
    color: #888888;
    font-size: 14px;
    line-height: 27px;
    vertical-align: middle;
    box-sizing: border-box;
}

.comparison-list {
    padding: 25px;
}

.comparison-list ul {
    padding: 0;
    list-style: none;
}

.comparison-list li {
    text-align: left;
    color: #5f5e5e;
    line-height: 25px;
    margin: 6px 0;
    display: inline-block;
    width: 100%;
}

.green-check {
    background: url(/assets/images/icons/icon-set.png) no-repeat center -593px transparent;
    display: block;
    float: left;
    width: 25px;
    height: 20px;
    margin-right: 20px;
}

.red-cross {
    background: url(/assets/images/icons/icon-set.png) no-repeat center -657px transparent;
    display: block;
    float: none;
    width: 25px;
    height: 20px;
    margin: 0 auto;
}

.product-block .button.green-border {
    color: #01ac42;
}

.product-block .button.green-border:hover {
    color: #fff;
    text-decoration: none;
}

.product-block .green-border.download:before {
    background-position: 0 -527px;
}

.product-block .green-border.download:hover:before {
    background-position: 0 0;
}


.section-requirements{
    background-color: #22a363;
    color: #fff;
    padding: 20px 0;
    font-weight: 300;
}

.section-requirements .secton-title{
    font-weight: 400;
}

.home-new-v1 #footer{
    background-color: #3a3a3a;
    color: #999999;
    font-size: 16px;
    padding: 40px 0 20px;
    font-weight: 300;
}

.home-new-v1 #footer .footer-menu li a{
    color: #999999;
    font-size: 16px;
    font-weight: 300;
}

.home-new-v1 .sph{
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 20px;
    display: inline-block;
}


.home-new-v1 #footer .social-media li a{
    background: url(/assets/images/icons/icon-set.png) no-repeat 0 -700px transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
}

.home-new-v1 #footer .social-media li.facebook a{
    background-position: 0 -749px;
}

.home-new-v1 #footer .social-media li.google-plus a{
    background-position: 0 -798px;
}

.home-new-v1 #footer .social-media li.twitter a{
    background-position: 0 -700px;
}

.home-new-v1 #footer .social-media li.youtube a{
    background-position: 0 -846px;
}

.home-new-v1 #footer .social-media li.instagram a{
    background-position: 0 -891px;
}

.home-new-v1 #footer .social-media li:hover{
    opacity: 0.8;
}

.home-new-v1 #footer .footer-menu ul{
    margin: 0 0 20px;
    padding: 0;
}

.home-new-v1 #footer .copyright{
    opacity: 0.5;
    font-weight: 300;
}

#main-nav > ul > li.last {
    display: none;
}

#main-nav > ul > li.last > a {
    background-color: #01ac42;
    color: #ffffff;
    border-radius: 4px;
    border-color: #01ac42;
    position: relative;
    padding: 0 20px 0 45px;
    margin-top: -1px;
}

#main-nav > ul > li.last > a::before {
    content: '';
    width: 35px;
    height: 35px;
    background: transparent url("/assets/images/icons/icon-set.png") no-repeat scroll 0 0 / 30px auto;
    position: absolute;
    top: 12px;
    left: 8px;
}

.orange.free-download-btn{
    margin: 0 0 25px;
    color:#fff!important;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
	box-shadow:2px 3px 4px 0 rgba(0, 0, 0, 0.21)
}
.download-new-section{background-image:url('../../images/banner-new-background.jpg');background-size:cover;background-position:center;min-height:588px;padding:33px 15px;color:#fff}
.download-new-section h1{font-size:42px;line-height:1.3;margin:1em 0 0.4em}
.download-new-section p.down-info{font-size:24px;font-weight:200;margin:0 0 25px}
.download-new-section .rating-sec{
    display: inline-block;
    position: relative;
    width: 100%;
	padding:15px 0px 5px;
    float: left;
}
.download-new-section .rating-sec #id_user_review:before{
	content:' ( ';
}
.download-new-section .rating-sec #id_user_review:after{
	content:' ) ';
}
.download-new-section .rating-sec .rating-block .head-title{
    display: inline-block;
    float: left;
    margin-right: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
	}
.download-new-section .rating-sec .rating-image{
    display: inline-block;
    float: left;
    margin-right: 8px;
	padding-top:2px;
}
.download-new-section .rating-sec .rating-block .rating-count{
    display: inline-block;
    float: left;
    padding-top: 0px;
    margin-right: 4px;
    font-size: 15px;
    font-weight: 400;
}
.download-new-section .rating-sec .rating-block .review-link{
	display: inline-block;
    float: left;
	font-size:15px;
    padding-top: 0px;
}
.orange.free-download-btn:hover{color:#fff;text-decoration:none}
.rating-sec{margin:30px 0px 15px;padding: 15px 0px;line-height: 28px;display:block;position:relative}
.rating-sec a,.rating-sec a:hover,.rating-sec a:active,.rating-sec a:focus{color:#fff;text-decoration:underline}
.rating-sec:before{content:'';position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(to right,rgba(255,255,255,0.3),rgba(255,255,255,0));}
.rating-sec:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(to right,rgba(255,255,255,0.3),rgba(255,255,255,0));}
.rating-sec strong{text-transform:uppercase;font-size:20px;font-weight:500}
.rating-sec img{margin-top:-10px}
.download-new-features{
	background:#3a3a3a;
	color:#fff;
	display:block;
	padding:30px 15px;
	text-align:center
}
.download-new-features .col-md-3{background-image:url('../../images/download-feature-border.png');background-repeat:no-repeat;background-position:left center}
.download-new-features .col-md-3:first-child{background:none}
.download-features-icon-box{
	height:100px;
	width:100%;
	display:block;
	text-align:center;
	padding:13px 0px;
}
.download-features-icon-box .img-responsive{
	float:none;
	margin:auto
}
.download-new-suggestion{
	padding:40px;
	text-align:center
}
.download-new-suggestion .col-sm-6{padding:15px 30px}
.download-new-suggestion .col-sm-6 .dns-red{float:right}
.dns-red,.dns-yellow{display:block;width:100%;box-sizing:border-box;float:left;max-width:445px;border-radius:12px;overflow:hidden}
.dns-red{background:#ffeae9}
.dsp-header{padding:23px 15px 20px;font-size:18px;font-weight:400;line-height:1.2;}
.dsp-header strong{width:100%;display:block;font-size:30px;font-weight:500}
.dns-red .dsp-header{background:#fed5d6}
.dns-red .dsp-content{}
.dsp-content p{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    color: #444;
}
.download-new-suggestion .img-responsive{float:none;margin:auto}
.dns-yellow{}
.dns-yellow .dsp-header{background:#ffeac3}
.dns-yellow .dsp-content{background:#fef6e3}
.dns-red .dsp-button{
	display:inline-block;
	margin:37px auto 40px;
	padding:12px 53px;
	background:#fd4604;
	border:1px solid #fd4604;
	border-radius: 5px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	transition:all 0.4s ease;
}
.dns-yellow .dsp-button{
	display:inline-block;
	margin:15px auto 40px;
	padding:12px 53px;
	background:transparent;
	border:1px solid #fd4604;
	border-radius: 5px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fd4604;
	font-size: 14px;
	text-decoration: none;
	transition:all 0.4s ease;
}
.dns-red .dsp-button:hover{background:transparent;border-color: #fd4604;color:#fd4604}
.dns-yellow .dsp-button:hover{background:#fd4604;border-color:#fd4604;color:#fff}
.download-new-tour{
	background:#ebebeb;
	display:block;
	padding:60px 15px;
	width:100%;
	box-sizing:border-box;
	text-align:center
}
.download-new-tour p{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    color: #444;
	margin-bottom:30px
}
.img-center{
	float:none;
	margin:auto}
.download-new-system-requirements{
	padding:50px 15px;
	width:100%;
	display:block;
	}

.download-new-system-requirements h3,
.download-new-system-requirements p{
	color:#fff
	}
.download-new-system-requirements p{
	font-size:16px
}
.download-new-system-requirements .img-responsive{
	float:left
	}
.dnsr-content{
	width:280px;
	float:left;
	padding:15px 0 15px 20px}
.dnsr-border{margin:10px 0px 15px}
.advanced-security-section2{
	padding:50px 15px;
	text-align:center;
}
.advanced-security-section2 h2{
	margin:0 0 40px;
	color:#2c2c2c;
	line-height:1.4
}
.advanced-security-section2 .img-responsive{
	float:none;
	margin:auto
}
.advanced-security-section2 .col-md-4{
	padding:0 30px
}
.advanced-security-section2 p{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    color: #444
}
.advanced-security-section2 h4{
	margin:30px 0;
    font-weight: 600;
    font-size: 21px;
	color:#3a3a3a
}
.download-new-testimonials{
	background:#ebebeb;
	padding:50px 15px;
	text-align:center;
	backface-visibility:hidden
}
.download-new-testimonials h2{
	margin:0 0 40px
}
.download-new-testimonials h3{
	margin:20px 0;
	font-style:italic
}
.download-new-testimonials h4{
	margin:0 0 20px;
	font-size:21px
}
.download-new-testimonials p.testi-content{
	font-size:17px;font-weight: 400;
}
.download-new-testimonials .border-4{
	margin:25px auto;
}
.download-new-testimonials .carousel-control{
	background:transparent!important;
	text-shadow:none;
}
.download-new-testimonials .carousel-control .glyphicon-chevron-left{
	background:url('../../images/download-new-left-arrow.png');
	width:12px;
	height:20px
}
.download-new-testimonials .carousel-control .glyphicon-chevron-right{
	background:url('../../images/download-new-right-arrow.png');	
	width:12px;
	height:20px
}
.download-new-testimonials .carousel-control .glyphicon-chevron-left:before,
.download-new-testimonials .carousel-control .glyphicon-chevron-right:before{
	content:none
}
.banner-link-text{
	font-weight: bold;
	text-decoration: underline;
	color: orange;
	transition:all 0.4s ease;
}
.banner-link-text:focus,
.banner-link-text:hover{
	color:#ffc800;
}
.hero-banner .text-white{
	color:#fff;
	font-size:18px;
	margin:0px 0px 40px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #main-nav > ul > li > a {
        font-size: 12px;
        padding: 0 10px;
    }
	.download-new-system-requirements .img-responsive{
		max-width:50%;
	}
	.dnsr-content{
		width:50%;
	}
}

@media screen and (min-width: 980px) and (max-width: 991px) {
    #main-nav > ul > li > a {
        padding: 0 9px;
		font-size: 13px;
    }
}

@media only screen and (min-width: 992px) {
    .main-header {
        height: 110px;
    }
    .secondary-nav-bg {
        position: relative;
    }
    .secondary-nav-bg:before {
        content: "";
        width: 100vw;
        height: 100%;
        display: block;
        background-color: #000;
        position: absolute;
        left: 0;
    }
    .main-header .topnav li a {
        color: #fff;
        padding: 14px 5px;
        display: inline-block;
    }
    .main-header .topnav li {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }
    .main-header .logo {
        position: relative;
        left: unset;
        top: unset;
        margin-top: 10px;
        display: inline-block;
    }
    .main-header {
        background-color: #fff;
    }
    #main-nav {
        float: right;
        padding-top: 0;
        margin-top: 5px;
    }
    #main-nav>ul>li>a {
        color: #000;
        font-weight: 500;
    }
    .main-header .topnav {
        position: relative;
        right: 20px;
        top: unset;
        margin-top: 5px;
    }
    .main-header .topnav ul {
        margin-bottom: unset;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}

@media only screen and (min-width:993px){
	.download-new-system-requirements{
		background:linear-gradient(to right,#199151 50%,#22a363 50%)
	}
	.download-new-system-requirements .col-md-6:nth-child(1){padding:0 40px 0 0}
	.download-new-system-requirements .col-md-6:nth-child(2){padding:0 0 0 40px}
}
/* Medium Devices, Desktops */


@media only screen and (max-width: 992px) {
    .secton-title{
        margin-top: 30px;
        text-align: center;
    }

    .img-responsive{
        margin: 0 auto;
    }

    .video {
        max-width: 540px;
        margin: 0 auto;
    }
	.download-new-system-requirements .img-responsive{
		float:none;
		max-width:280px;
		margin:auto;
	}
	.download-new-system-requirements{padding:0px}
	.download-new-system-requirements .container-fluid{
		width:100%;
		padding:0
	}
	.download-new-system-requirements .col-md-6:nth-child(1){
		background:#199151;
		padding:40px 15px
	}
	.download-new-system-requirements .col-md-6:nth-child(2){
		background:#22a363;
		padding:40px 15px
	}
	.download-new-system-requirements .col-md-6{
		width:100%;
		clear:both;
		display:block;
		float:left;
		padding:30px 15px
	}
	.dnsr-content{
		float:none;
		margin:auto
	}
}
@media only screen ant (min-width:768px){

.download-new-system-requirements .col-md-6:nth-child(odd){
	padding:0 55px 0 0
	}
.download-new-system-requirements .col-md-6:nth-child(even){
	padding:0 0 0 55px
	}
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .hero-banner
    {
        margin-top:0px;
    }
    .hero-banner .page-title
    {
        padding:29px 0px 37px 0px;
    }
    .hero-banner .page-title h1
    {
        font-size: 35px;
        line-height: 40px;
    }
    .hero-banner .btn-green
    {
        margin-left:0px;
    }
    .section-features .flex{
        flex-wrap: wrap;
    }

    .feature-item{
        width: 100%;
        border: 0;
    }
	.download-new-section{text-align:center}
	.download-new-features .col-md-3{
		background-image:url('../../images/download-feature-border2.png');
		background-position:top center;
		padding:20px
	}
	.download-new-suggestion .col-sm-6 [class^="dns-"]{float:none;margin:auto}
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}


/* Custom, iPhone Retina */

@media only screen and (max-width: 540px) {
	
	.button{
			margin:0px;
	}
	
}



.cta a.btn-green{
	font: 700 20px/20px 'Roboto';
	background-color: #4fa200;
	color: #ffffff;
	padding:20px;
	display: inline-block;
	box-shadow:none;
	border-radius: 4px;
	max-width:425px !important;
	width:100%;
	text-transform: uppercase;
}


.cta a.btn-green:hover,
.cta a.btn-green:focus,
.cta a.btn-green:active {
	background-color: #418302;
	text-decoration:none;
}


.cta a.btn-orange-gra {
    background-color: #f4471a;
    background: linear-gradient(#fd691e, #f4471a);
    color: #ffffff !important;
	font: 700 20px/20px 'Roboto';
	padding: 22px 30px;
	display: inline-block;
	max-width:335px !important;
	width:100%;
	border-radius: 4px;
	marrgin:0;
	transition: all 0.2s;
	text-transform: uppercase;
	text-decoration: none !important;
}

.cta a.btn-orange-gra:hover, 
.cta a.btn-orange-gra:focus, 
.cta a.btn-orange-gra:active {
    background-color: #fd691e;
    background: linear-gradient(#f4471a, #fd691e);
}
