/*
Theme Name: NordVPN Gyzmo
Theme URI: https://nordvpn.com/
Description: NordVPN v2 Design
Version: 1.0
Author: NordVPN
Author URI: https://nordvpn.com/
*/

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}

img.ajax-loader {
	display: block;
	margin: 25px auto;
}

.slide-button-content {
	position: relative;
}

.join_us_now:hover {
	color: white;
}

.dropdown-desktop {
	margin-top: -1px;
}

.forgot_password_container>.mgm_message{
	display: none;
}

.mgm_message_error {
	font-weight: 400 !important;
	max-width: 410px !important;
	margin: 20px auto !important;
}

.h2-tag-fix-for-content {
	padding-bottom: 0 !important;
	margin-bottom: 10px !important;
	font-size: 30px !important;
}

.unprotected-for-link {
	border: 0 !important;
	background: none !important;
	margin-left: 4px !important;
	background-color: #f00 !important;
	padding: 5px 10px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	outline: 0 !important;
	color: white !important;
	font-size: 11px !important;
	padding-bottom: 3px !important;
	height: auto !important;
	width: auto !important;
}
#lostpasswordform {
	display: block;
	margin: 0 auto;
	max-width: 410px;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
	border: 1px solid #b4b4b4;
	margin-bottom: 30px;
}
#lostpasswordform h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	padding-bottom: 0;
	margin-top: -10px;
}

.unprotected-pricing {
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	/*color: rgb(94, 171, 227);*/
	line-height: 32px;
}

.shaddow-button-before
{
	margin-top: 4px;
	position: absolute;
	float: left;
	top: 0;
	bottom: 0;
	left: -5000px;
	width: 0px;
	border-left: 5000px solid rgba(1, 0, 0, 0.5);
	border-right: 5000px solid transparent;
	transform: skew(0, -45deg);
	-webkit-transform: skew(0, -45deg);
	z-index: -1;
}

.shaddow-button-after
{
	position: absolute;
	float: left;
	left: 0px;
	right: 0px;
	bottom: -5000px;
	height: 0px;
	border-bottom: 5000px solid rgba(1, 0, 0, 0.5);
	border-top: 5000px solid transparent;
	transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
	width: inherit;
	z-index: -1;
	margin-right: 4px;
}

.top-container {
	min-height: 26px;
	width: 100%;
	background-color: #191919;
	text-align: right;
}

.top-container > .content {
	color: white;
	font-size: 11px;
	padding: 3px 10% 2px 10%;
}

.content > .seperator {
	padding: 0 6px;
}

.entry > .not-secured {
	margin-left: 4px;
	background-color: #ff0000;
	padding: 2px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.affiliate_box {
	display: none;
}

.affiliatesub_box {
	display: none;
}

html body iframe[name=google_conversion_frame] { visibility:hidden; height:0 !important; }

.entry > .secured {
	margin-left: 4px;
	background-color: #00b827;
	padding: 2px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wpcf7-mail-sent-ok{
	clear: both;
}
.top-bar-section > ul {
	margin-top: 3px;
}
.top-bar-section > ul > li:hover > a {
	font-weight: 400 !important;
	color: #650d57 !important;
}

.forgot_password_container > .mgm_message{
	margin-bottom: 20px;
}

.forgot_password_container {
	margin: 0 auto 200px auto;
	width: 600px;
}

.button.mgm-lostpassword-button{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 16px;
	background-image: url(images/but_reg.jpg);
	background-repeat: repeat-y;
	background-size: cover;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: background-image 0.5s ease-in-out;
	padding: 10px 85px;
	z-index: 99;
	margin-bottom: 20px;
	color: #fff;
}

.button.mgm-lostpassword-button:hover{
	background-image: url(images/trial_but_hov.png);
}


.below-top-container {
	/*min-height: 93px;*/
	background-color: white;
}

.below-top-container > .below-top-content {

	margin: 30px 8%;
}

.below-top-content > .menu-container {
	float: right;
}

.below-top-content > .logo-container {
	float: left;
	margin-top: 10px;
}

.menu-container > .menu {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 10px;
}

.menu > li {
	display: inline-block;
	margin: 0 13px;
}

.menu > li a {
	text-decoration: none;
	color: black;
	font-weight: 300;
	font-size: 15px;
}

.slide-container {
    border-bottom: 5px solid rgb(29, 29, 29);
	background-image: url('images/slide-backgrounds/home/new-york-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: -1px;
	/*height: 60%;*/
}

.slide-container > .slide-content {
	float: left;
	padding: 7%;

	position: relative;
	top: 5px;
	overflow: hidden;
	z-index: 1;
}

.slide-content > .top-title {
	font-weight: 100;
	font-size: 92px;
    line-height: 92px;
	color: white;
}

.slide-content > .bottom-title {
	font-weight: 600;
	font-size: 92px;
	color: white;
    line-height: 92px;
}

.slide-button-container {
	margin-top: 34px;
	display: inline-block;
	padding: 14px 50px;
	text-decoration: none;
	color: white;
	font-size: 24px;
	font-weight: 800;
	background-image: url(images/trial_but.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	transition: background-image 0.5s ease-in-out;

	position: relative;
	top: 3px;
}

a.slide-button-container:hover {
    color: white;
	background-image: url(images/trial_but_hov.png);
}

.software-container {
	position: relative;
	padding-top: 3%;
}

.software-container img {
	position: absolute;
	right: 0;
	width: 40%;
	max-width: 680px;
}

.scroll-down {
	font-size: 16px;
	display: inline-block;
	color: white;
	font-weight: 300;
	text-decoration: underline;
}

.scroll-down:hover {
	color: white;
}

.scroll-down > .header-arrow-down {
	position: relative;
	margin-right: 8px;
}

.scroll-down-container {
	margin-left: 8px;
	position: relative;
	top: 20px;
}

.main-title {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 135px;
	margin-bottom: 80px;
	text-align: center;
}

h1 {
	color: #000f38;
	font-weight: 100;
	font-size: 52px;
}

.seperator {
	margin: 0 auto;
}

.seperator > .seperator-dot {
	position: relative;
	float: right;
	/*left: 4px;*/
	bottom: 5px;
	background-image: url('images/divider-dot.png');
	width: 10px;
	height: 10px;
}

.seperator > .seperator-dot:nth-child(1) {
	float: left;
	top: 5px;
	right: 4px;
	left: 0;
}

.seperator > .seperator-line {
	float: left;
	width: 100%;
	height: 1px;
	background-color: #000f38;
}

.main-content {
	width: 80%;
	margin: 0 auto;
}

.vpn-benefits {
	margin-top: 100px;
}

.vpn-benefits > .vpn-benefits-entry {
	float: left;
	width: 30%;
	margin: 0 3%;
	text-align: center;
	margin-bottom: 70px;
}

.vpn-benefits > .vpn-benefits-entry:nth-child(1) {
	margin-left: 0;
	margin-right: 0;
}

.vpn-benefits > .vpn-benefits-entry:nth-last-child(1) {
	float: right;
	margin-left: 0;
	margin-right: 0;
}

.vpn-benefits-img {
	height: 160px;
}

.vpn-benefits-entry > .title {
	color: black;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 25px;
}

.vpn-benefits-entry > .description {
	color: black;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	line-height: 26px;
	margin: 0 auto;
}

.acf-input-wrap input, textarea {
	height: auto !important;
	padding: 10px 8px !important;
	border-radius: 0 !important;
	border: 1px solid #b4b4b4;
	box-shadow: none;
}

.label {
	background-color: transparent;
}

.acf_postbox p.label label {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 15px !important;
}

.more {
	float: right;
	height: 38px;
	background-color: #29abe2;
	padding-right: 20px;

	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.more > .text {
	margin-top: 9px;
	margin-left: 24px;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: white;
}

.more > .arrow-more {
	margin-top: 11px;
	margin-left: 30px;
	float: left;
	background-image: url('images/arrow-more.png');
	width: 10px;
	height: 19px;
}

p, pre {
	margin: 0;
}

.mountains-divider {
	background-image: url('images/mntn.png');
	background-repeat: repeat-x;
	height: 128px;
	margin: 120px 0 40px 0;
	width: 100%;
}

.footer-mountains-divider {
	margin-top: 50px;
	background-image: url('images/footer-mountains.png');
	background-repeat: repeat-x;
	height: 55px;
	width: 100%;
}

.msg:last-child{
	border-bottom: none;
}

.ten-facts-title {
	margin-bottom: 40px;
}

td.center {
	text-align: center;
}

.ten-facts-title > .ten-facts-img {
	margin-top: 14px;
	float: left;
	background-image: url('images/ten_facts.png');
	width: 128px;
	height: 119px;
}

.ten-facts-title > .ten-facts-text {
	margin-left: 25px;
	max-width: 900px;
	float: left;
	font-size: 52px;
	font-weight: 100;
	color: #0badc0;
    line-height: 100%;
	margin-top:  40px;
}

.ten-facts-container-entry {
	margin-top: 40px;
	float: left;
	min-height: 250px;
}

.ten-facts-container-entry-content {
	/*float: left;*/
	max-width: 353px;
	/*width: 55%;*/
	margin-left: 150px;
	margin-right: 20px;
}

.ten-facts-container {
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 40px;
}


.ten-facts-container-entry > .ten-facts-container-entry-img {
	float: left;
}

.ten-facts-container-entry-content > .title {
	margin-bottom: 14px;
	float: left;
	color: #010101;
	font-size: 24px;
	font-weight: 300;
}

.ten-facts-container-entry-content > .description {
	float: left;
	font-size: 16px;
	font-weight: 400;
	min-height: 110px;
}

.ten-facts-container-entry-content > .link {
	margin-top: 22px;
	float: left;
	color: #2392d1;
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
}

.ten-facts-container-entry.left {
	float: left;
	margin-right: 1%;
	/*clear: both;*/
}

.ten-facts-container-entry.right {
	float: right;
	margin-left: 1%;
}

.testimonial-container {
	padding-bottom: 40px;
	margin-top: 100px;
}

.testimonial-content {
	width: 80%;
	margin: 0 auto;
}

.testimonial-title-container {
	padding: 40px 0;
	max-width: 953px;
	margin: 0 auto;

}

.testimonial-title-baloon {
	float: left;
	background-image: url('images/testimonial-baloon.png');
	width: 119px;
	height: 91px;
}

.comment-list {
	border-top: 1px solid rgb(234, 234, 234);
	border-bottom: 1px solid rgb(234, 234, 234);
	padding: 10px 0;
	margin: 6px 0;
}

.comment-list img {
	display: inline-block !important;
	padding-bottom: 0 !important;
}

.vcard {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}

.comment-meta.commentmetadata a {
	font-size: 14px;
	color: #061f4d;
}

.comment-meta.commentmetadata {
	float: right;
}

.comment-list p {
	clear: both;
	padding: 10px;
}

.testimonial-title-text {
	padding-top: 15px;
	padding-left: 130px;
	color: white;
	font-size: 43px;
	font-weight: 100;
    line-height: 100%;
}

.more-testimonials {
	margin-left: 24px;
	float: right;
	font-size: 14px;
	font-weight: 400;
	color: white;

}

.more-testimonials:hover {
	color: white;
}

.testimonial-container {
	max-height: 540px;
	background-image: url('images/slide-backgrounds/testimonial-new-york.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.testimonial-entry {
	float: left;
	width: 30%;
	text-align: center;
}

.testimonial-entry:nth-child(even) {
	margin: 0 5%;
}

.testimonial-entry > .testimonial-title {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 300;
	color: white;
}

.testimonial-entry > .testimonial-text {
	/*text-align: center;*/
	/*width: 330px;*/
	font-size: 16px;
	font-weight: 400;
	color: white;
	min-height: 85px;
}

.testimonial-entry img {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	width: 100px;
	display: block;
	margin: 20px auto;
}

.testimonial-entry > .testimonial-author {
	font-size: 16px;
	font-weight: 400;
	color: white;
}

.talk-about-us-container {
	display: none;
	background-image: url('images/pattern.png');
}

.talk-about-us-inner-container {
	margin: 0 auto;
	width: 80%;
	padding: 50px 0;
}

.talk-about-us-title {
	margin-left: 30px;
	display: inline-block;
	background-color: #3384d8;
	color: white;
	font-weight: 300;
	font-size: 24px;
	padding: 6px 20px;

	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.talk-about-us-box-content {
	text-align: center;
	background-color: white;
	min-height: 120px;

	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;

}

.talk-about-us-prev, .talk-about-us-next {
	margin-top: 45px;
	/*margin-left: 20px;*/
	/*margin-right: 20px;*/
	width: 5%;
}

.talk-about-us-prev:hover, .talk-about-us-next {
	cursor: pointer;
}

.talk-about-us-prev {
	float: left;
}

.talk-about-us-next {
	float: right;
}

.owl-talk-about-us-box {
	float: left;
	top: 20px;
	width: 90% !important;
	min-height: 120px;
}

.time-content > .time-1, .time-2 {
	font-size: 52px;
	font-weight: 300;
	background-color: white;
	padding: 5px 25px;
	margin: 0 2px;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    line-height: 100%;
}

.time-seperator {
	display: inline-block;
	color: white;
	font-size: 52px;
	vertical-align: top;
	margin: 15px 12px 0px 12px;
}


.time-content > .time-text {
	position: relative;
	top: -1px;
	font-size: 14px;
	font-weight: 100;
	color: white;
	line-height: 24px;
}

.valid-container > li {
	width: 24%;
	float: left;
	font-size: 18px;
	font-weight: 300;
	background-image: url(images/valid.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 35px;
	padding-top: 9px;
	padding-bottom: 11px;
}

.valid-container > li:nth-child(4n+4) {
	width: auto;
}

.footer-container {
	background-color: #272727;
}

.footer-container > .footer-content {
	width: 80%;
	margin: 0 auto;
	/*margin-left: 20%;*/
	padding: 20px 0;
}

.footer-content-entry {
	float: left;
}

.footer-content-entry > .title {
	padding-bottom: 20px;
	color: white;
	font-weight: 100;
	font-size: 24px;
}

.footer-content-entry-content {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-content-entry {
	border-left: 1px solid #5d5d5d;
	padding-left: 12px;
	width: 25%;
}

.footer-content-entry:nth-child(4) {
	width: auto;
}

.footer-content-entry-content > li a {
	color: white;
	font-size: 13px;
	font-weight: 300;
}

.footer-content-entry-content > li:hover {
	text-decoration: underline;
}

.footer-copyright-container {
	font-size: 11px;
	color: white;
	margin-top: 40px;
}

.footer-copyright-container > .copyright a {
	color: white;
}

.footer-copyright-container > .copyright a:hover {
	text-decoration: underline;
}

.footer-copyright-container > .slogan {
	margin-bottom: 3px;
}

.page-title-container {
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	position: relative;
	bottom: 28px;
	z-index: -999999999;
}

.page-title-content {
	text-align: center;
	padding: 1px 0;
}

.page-title-content > h1 {
    font-family: 'Roboto', sans-serif;
	color: white;
	font-size: 52px;
	font-weight: 400;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
}

.what-is-vpn-block-container {
	display: inline-block;
}

.what-is-vpn-block-container-out {
	margin-top: 100px;
	margin-bottom: 70px;
	text-align: center;
}

.what-is-vpn-image {
	float: left;
}

.what-is-vpn-text-container {
	text-align: left;
	max-width: 700px;
	margin-left: 400px;
	margin-top: 12px;
}

.what-is-vpn-text-container > .title {
	font-size: 42px;
	font-weight: 100;
	margin-bottom: 25px;
}

.what-is-vpn-text-container > .description {
	font-size: 15px;
	font-weight: 300;
}

.narrowcolumn{
	margin: 0 auto;
	width: 600px;
}

.mgm_form > div > p > input[type=button],
.mgm_form > div > p > input[type=submit] {
}

button, .button {
	color: #fff;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f3c434; /* Old browsers */
	background: -moz-linear-gradient(top, #f3c434 0%, #f0b602 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3c434), color-stop(100%,#f0b602)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3c434 0%,#f0b602 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3c434 0%,#f0b602 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3c434 0%,#f0b602 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f3c434 0%,#f0b602 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c434', endColorstr='#f0b602',GradientType=0 ); /* IE6-9 */
}

.subscription_options_box{
	display:none !important;
}

#commentform > p #submit {
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 16px;
	background-image: url(../images/trial_but.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	float: left;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	transition: background-image 0.5s ease-in-out;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: white;

	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f3c434;
	background: -moz-linear-gradient(top, #f3c434 0%, #f0b602 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3c434), color-stop(100%,#f0b602));
	background: -webkit-linear-gradient(top, #f3c434 0%,#f0b602 100%);
	background: -o-linear-gradient(top, #f3c434 0%,#f0b602 100%);
	background: -ms-linear-gradient(top, #f3c434 0%,#f0b602 100%);
	background: linear-gradient(to bottom, #f3c434 0%,#f0b602 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c434', endColorstr='#f0b602',GradientType=0 );
}

.valid-container {
	display: none;
}

.social-button {
	display: inline-block;
}

#postcom {
    color: white;
}

.social-buttons-container {
    margin-bottom: 12px;
}

.top-bar {
	background-color: white;
	/*height: 48px !important;*/
	min-height: 48px;
}

.top-bar-section li:not(.has-form) a:not(.button) {
	font-family: 'Roboto', sans-serif;
	background-color: white;
	color: black;
	font-weight: 300;
	font-size: 15px;

	-moz-transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
	background-color: white;
	color: #2b5386 !important;
	font-weight: 300 !important;
}

.top-bar {
	width: 90%;
	background-color: white;
	margin: 30px auto;
}

.top-bar .title-area {
	margin: 0;
	padding: 0;
}

.top-bar .toggle-topbar a {
	color: black;
}

.title-area li a img {
	/*position: relative;*/
	/*bottom: 6px;*/
}

.top-bar.expanded .title-area {
	background-color: white;
}

.top-bar .toggle-topbar a{
	background-image: url('images/responsive-menu.png');
	width: 30px;
	height: 29px;
	margin-top: 12px;
}

@-webkit-keyframes topbar-dropdown {
	0% {
		-webkit-transform: translateY(-100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		opacity: 1.0;
	}
}

@-moz-keyframes topbar-dropdown {
	0% {
		-moz-transform: translateY(-100%);
		opacity: 0;
	}

	100% {
		-moz-transform: translateY(0);
		opacity: 1.0;
	}
}

@-ms-keyframes topbar-dropdown {
	0% {
		-ms-transform: translateY(-100%);
		opacity: 0;
	}

	100% {
		-ms-transform: translateY(0);
		opacity: 1.0;
	}
}

@keyframes topbar-dropdown {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1.0;
	}
}

nav.top-bar {
	transition: height .33s ease;
}
.top-bar.expanded {
	height: 310px;
	transition: height .33s ease;
}

.top-bar.expanded .toggle-topbar a:hover {
	outline: 0;
}

.top-bar .title-area {
	position: relative;
	z-index: 1;
}
.top-bar-section > ul {
	z-index: 0;
}

.expanded .top-bar-section > ul {
	-webkit-animation: topbar-dropdown 0.2s ease-in-out;
	-moz-animation: topbar-dropdown 0.2s ease-in-out;
	-ms-animation: topbar-dropdown 0.2s ease-in-out;
	animation: topbar-dropdown 0.2s ease-in-out;
}

.top-bar-section ul li > a {
	padding: 6px 0;
	padding-left: 10px;
}

.call-to-action-btn {
	padding: 2px 0;
	display: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 20px;
	width: 100%;
	background-image: url(images/trial_but.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	text-align: center;
	transition: background-image 0.5s ease-in-out;
}

.call-to-action-btn:hover {
	color: white;
	background-image: url(images/trial_but_hov.png);
}

.top-bar-section ul li {
	background: white;
}

.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
	color: black;
}

.back h5 a {
	background-color: rgb(255, 243, 221) !important;
	font-weight: 400 !important;
}

.top-bar-section ul li:hover:not(.has-form) > a {
	background-color: white !important;
	color: black !important;
}

#starttrial {
	text-decoration: none;
	color: white;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 24px;
	background-image: url(images/trial_but.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 40px auto;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	transition: background-image 0.5s ease-in-out;
	padding: 10px 50px;
}
#starttrial:hover {
	background-image: url(images/trial_but_hov.png);
}

.starttrial-mobile-link {
	display: none;
}

@media screen and (max-width: 880px) {
	.call-to-action-btn {
		display: inline-block;
	}
	.top-bar-section li:not(.has-form) a:not(.button) {
		border-bottom: 1px solid rgb(238, 238, 238);
	}
	.top-bar-section li:not(.has-form) a:not(.button):hover {
		background-color: rgb(252, 252, 252);
	}
}

@media screen and (min-width: 768px) {
	.top-bar-section > ul {
		position: initial;
		z-index: initial;
	}
}

@media (max-width: 440px) {
	.content > .seperator {
		display: inline-block;
	}
	.content > .seperator-second {
		display: none;
	}
	.content > .entry:nth-child(2) {
		display: inline-block;
		/*margin: 0;*/
		/*margin-top: 10px;*/
	}
	.content > .entry:nth-child(6) {
		clear: both;
	}
	.content > .entry {
		display: block;
		font-size: 13px;
		font-weight: 300;
		margin: 2px 0;
	}
	.content > .mobile-index {
		display: none;
	}
	.content > .mobile-index-f {
		display: inline-block;
	}
    #user_ip, #user_isp {
	    font-weight: 500;
    }
    .not-secured {
	    font-weight: 400;
    }
    .starttrial-mobile-link {
	    display: block;
	    clear: both;
    }
}

@media (max-width: 660px) {
	.top-container {
		text-align: center;
	}
	.top-container > .content {
		padding: 2px 4%;
	}
}
@media (max-width: 320px) {
	.entry > span {
		font-size: 11px;
	}
	.content > .entry {
		margin: 2px 0;
	}
}
@media (max-width: 754px) {
	.time-seperator {
		display: none !important;
	}
}

@media (min-width: 1700px) {
	/*.ten-facts-container {*/
		/*width: 90%;*/
		/*margin: 0 auto;*/
	/*}*/
}

@media (max-width: 1530px) {
	.valid-container > li {
		width: 20%;
	}
	
	.valid-container > li:nth-child(4n+4) {
		width: 20%;
	}

	
}

@media (max-width: 1465px) {
	.software-container {
		padding-top: 5%;
	}
}
@media (max-width: 1360px) {
	.ten-facts-container-entry-content > .title {
		min-height: 48px;
	}
}

@media (max-width: 1350px) {
	.ten-facts-container-entry {
		width: 48%;
	}
	.ten-facts-title > .ten-facts-img {
		margin: 0 auto;
		float: none;
	}
	.ten-facts-title > .ten-facts-text {
		float: none;
		text-align: center;
		margin-left: 0;
		max-width: none;
	}
}

@media (max-width: 1230px) {
	.software-container {
		display: none;
	}
	.testimonial-title-baloon, .testimonial-title-text {
		float: none;
		margin: 0 auto;
	}
    .testimonial-title-text {
	    text-align: center;
	    padding-left: 0;
    }

}

@media (max-width: 1060px) {
	.valid-container > li {
		width: 100%;
		float: none;
	}

	.testimonial-container {
		max-height: none;
	}
}

@media (max-width: 990px) {
	.below-top-container > .below-top-content {
		margin: 30px 1%;
	}
}

@media (max-width: 1000px) {
	.ten-facts-container-entry-content {
		float: none;
		margin: 0 5%;
		min-height: 250px;
		width: auto;
	}
	.ten-facts-container-entry-img {
		margin: 0 auto;
		margin-bottom: 20px;
		float: none !important;
	}
	.ten-facts-container-entry {
		text-align: center;
	}
    .ten-facts-container-entry-content > .link, .ten-facts-container-entry-content > .description, .ten-facts-container-entry-content > .title {
	    float: none;
    }
	.ten-facts-container-entry-content > .description {
		margin-bottom: 10px;
	}
}

@media (max-width: 600px) {
	.ten-facts-container-entry {
		float: none !important;
		width: 96%;
		margin: 40px 2%;
		clear: both;
		min-height: 0;
	}
	.ten-facts-container-entry-content {
		margin: 0 auto;
	}
	.ten-facts-container-entry-content {
		min-height: 0;
	}
}

@media (max-width: 860px) {
	.vpn-benefits-entry > .title {
		min-height: 48px;
	}
	.below-top-content > .logo-container, .below-top-content > .menu-container  {
		float: none;
	}
	.below-top-container>.below-top-content {
		text-align: center;
	}
	.testimonial-entry, .testimonial-entry:nth-child(even) {
		float: none;
		width: 100%;
		margin: 50px 0;
	}
	.footer-content-entry {
		width: 100%;
		float: none;
		margin-bottom: 50px;
		text-align: center;
	}
    .footer-content-entry {
	    border: none;
    }
	.footer-content-entry-content > li {
		margin: 6px 0;
	}
	.footer-content-entry-content > li a {
		font-size: 16px;
	}
	.footer-copyright-container {
		text-align: center;
	}
}

@media (max-width: 700px) {
	.vpn-benefits > .vpn-benefits-entry {
		float: none;
		width: 100%;
		width: 100%;
	}
	.vpn-benefits-entry > .description {
		max-width: none;
		text-align: center;
	}
}

@media (max-width: 680px) {
	.ten-facts-container-entry > .ten-facts-container-entry-img {
		float: none;
	}
	.ten-facts-container-entry-content {
		float: none;
		max-width: none;
		margin-left: 0;
		text-align: center;
	}
    .ten-facts-container {
	    text-align: center;
    }
	.ten-facts-container-entry-content > .title, .ten-facts-container-entry-content > .link, .ten-facts-container-entry-content > .description {
		margin: 10px 0;
		float: none;
	}
}

@media (max-width: 600px) {
	.menu > li {
		display: block;
		margin: 14px 13px;
	}
	.ten-facts-container-entry > .ten-facts-container-entry-img {
		float: none;
	}
	.ten-facts-container-entry-content {
		float: none;
		max-width: none;
		margin-left: 0;
		text-align: center;
	}
}

@media (max-width: 500px) {
	.page-title-content > h1 {
		margin-top: 42px;
		font-size: 28px;
	}
	.page-title-container {
		margin-bottom: 0;
	}
}

@media (max-width: 445px) {
	/*.desktop-version-dropdown {*/
		/*display: none;*/
	/*}*/
	/*.has-dropdown {*/
		/*display: block;*/
	/*}*/
	.slide-content > .top-title {
		font-size: 60px;
		line-height: 50px;
	}
	.slide-content>.bottom-title {
		font-size: 66px;
		line-height: 62px;
	}
    h1 {
	    font-size: 32px;
    }
	.main-title {
		margin-top: 80px
	}
	.slide-container > .slide-content {
		padding: 7% 3%;
	}
}




*:focus {outline:none !important;}
*::-moz-focus-inner {border:0 !important;}
