/* genericons */

@font-face {
	font-family: 'genericons';
	src: url('../fonts/genericons/genericons.eot');
	src: url('../fonts/genericons/genericons.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/genericons/genericons.woff') format('woff'),
		 url('../fonts/genericons/genericons.ttf') format('truetype'),
		 url('../fonts/genericons/genericons.svg#genericons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.genericon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: 'genericons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}

.genericon-facebook-alt:before { content: "\f204"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-twitter:before { content: "\f202"; }


/* main
================================================================================= */

#main {
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 25px;
}


/* main-article
================================================================================= */

.main-article {
	float: left;
	width: 62.499999995%; /* 745px */
}

.rtl .main-article {
	float: right;
}


/* entry-header:
================================================================================= */

/* title */

.entry-header .title {
	font-size: 35px;
	line-height: 1.333333333333em;
	font-weight: 600;
	padding: 0.8888888888889em 0 0 0;
	margin: 10px 0 0.8333333333333em 0;
}

.entry-header .title:after {
	top: 0;
}

.entry-header .title-url {
	color: inherit;
}

.entry-header .title-url:hover {
	color: #ff1919;
	text-decoration: none;
}

/* breadcrumbs */

.entry-header .breadcrumbs {
	font-size: 14px;
	line-height: 1.65em;
	font-weight: 300;
	color: #a0a3a7;
	margin: 0 0 1.65em 0;
}

.entry-header .breadcrumbs a {
	color: #a0a3a7;
}


/* content:
================================================================================= */

.entry-content {
	font-size: 18px;
	line-height: 1.666666666667em;
	letter-spacing: 0.25px;
}

/* more-link */

.entry-content .more-link {
	white-space: nowrap;
}

/* alert */

.entry-content .alert {
	text-align: center;
	padding: 2em;
	font-weight: 600;
	clear: both;
	background: #ffffb6;
}

.entry-content h2 {
	font-size: 24px;
	line-height: 1.25em;
	font-weight: 600;
	margin-bottom: 1.25em;
}

.entry-content h2 strong {
	font-weight: 600;
}

.entry-content h3 {
	font-size: 23px;
	font-size: 1.15rem;
	line-height: 1.35em;
	margin-bottom: 1em;
}

.entry-content h2,
.entry-content h3 {
	font-weight: 600;
}

.entry-content h3 {
	font-weight: bold;
}

.entry-content p+h2,
.entry-content ul+h2,
.entry-content ol+h2,
.entry-content p+h3,
.entry-content ul+h3,
.entry-content ol+h3 {
	padding-top: 1.666666666667em;
}

.entry-content strong {
	font-weight: bold;
}

.entry-content em {
	font-style: italic;
}

.entry-content blockquote {
	font-style: italic;
	margin-bottom: 1.666666666667em;
	position: relative;
	padding: 45px 35px;
}

.entry-content blockquote:last-child {
	margin-bottom: 0;
}

.entry-content blockquote:before,
.entry-content blockquote:after {
	content: '';
	display: block;
	width: 87px;
	height: 76px;
	background: center no-repeat;
	position: absolute;
}

.entry-content blockquote:before {
	top: 0;
	left: 0;
	background-image: url('../images/bg-blockquote-blog-open.png');
}

.entry-content blockquote:after {
	right: 0;
	bottom: 0;
	background-image: url('../images/bg-blockquote-blog-close.png');
}

.entry-content p,
.entry-content ul,
.entry-content ol {
	margin-bottom: 1.666666666667em;
}

.entry-content li {
	margin-bottom: 0.8333333333335em;
}

.entry-content h2:last-child,
.entry-content h3:last-child,
.entry-content p:last-child,
.entry-content ul:last-child,
.entry-content ol:last-child,
.entry-content li:last-child {
	margin-bottom: 0;
}

.entry-content ul,
.entry-content ol {
	margin-left: 1.388888888889em;
}

.rtl .entry-content ul,
.rtl .entry-content ol {
	margin-left: 0;
	margin-right: 1.388888888889em;
}

.entry-content ul li {
	list-style: none;
	position: relative;
	padding: 0 0 0 33px;
}

.rtl .entry-content ul li {
	padding: 0 33px 0 0;
}

.entry-content ul li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #ff1919;
	position: absolute;
	top: 0.8333333333335em;
	left: 0;
	margin-top: -4px;
}

.rtl .entry-content ul li:before {
	left: initial;
	right: 0;
}

.entry-content ol li {
	list-style: decimal;
}

.entry-content li ul,
.entry-content li ol {
	margin-top: 0.8333333333335em;
}

.entry-content .wp-caption {
	margin-bottom: 1.666666666667em;
}

.entry-content .wp-caption img {
	display: block;
	margin-bottom: 0.8333333333335em;
}

.entry-content .wp-caption-text {
	font-style: italic;
}

.entry-content img.aligncenter {
	margin: 0 auto;
	display: block;
}

.entry-content img.alignone {
	display: block;
}

.entry-content div.aligncenter {
	margin: 0 auto;
}

.entry-content div.aligncenter img,
.entry-content div.alignone img {
	display: block;
}

.entry-content .alignleft,
.rtl .entry-content .alignright {
	float: left;
	margin: 0.4166666666668em 1.666666666667em 1.666666666667em 0;
}

.main-article .entry-content .align-sc {
	margin-bottom: 1.3em;
}

.entry-content .alignright,
.rtl .entry-content .alignleft {
	float: right;
	margin: 0.4166666666668em 0 1.666666666667em 1.666666666667em;
}

.entry-content .gallery {
	overflow: hidden;
	margin-bottom: 1.666666666667em;
}

.entry-content .gallery dl,
.entry-content .gallery img,
.entry-content .gallery a {
	display: block;
	width: 150px;
}

.entry-content .gallery img {
	padding: 0;
	background: none;
}

.entry-content .gallery dl {
	float: left;
	margin: 10px 0 0 10px;
}

.entry-content .gallery dl:nth-child(-n+5) {
	margin-top: 0;
}

.entry-content .gallery dl:nth-child(5n+1) {
	margin-left: 0;
	clear: both;
}

.entry-content .gallery .wp-caption-text {
	padding: 3px 0 0 0;
	font-size: 12px;
	line-height: 1.2em;
}

.entry-content .p-webinar-popup {
	text-align: center;
	font-weight: 600;
	color: #fff;
	display: block;
	background: #43464b;
	padding: 30px;
}

.entry-content .p-webinar-popup a {
	text-decoration: underline;
}




/* share-list
================================================================================= */

.entry-share {
	padding: 20px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border: solid #f2f2f2 1px;
	border-left: 0;
	border-right: 0;
	margin: 50px 0 75px 0;
}

.share-list {
	font-size: 14px;
	line-height: 1.714285714286em;
	letter-spacing: 0.25px;
	color: #fff;
}

.entry-share .share-list {
	display: flex;
	align-items: center;
}

.share-list .share {
	border-radius: 2.5em;
	margin: 5px 0 0 0;
}

.share-list .share:first-child {
	margin-top: 0;
}

.entry-share .share-list .share {
	margin: 0 0 0 5px;
}

.rtl .entry-share .share-list .share {
	margin: 0 5px 0 0;
}

.entry-share .share-list .share:first-child {
	margin-left: 35px;
}

.rtl .entry-share .share-list .share:first-child {
	margin-left: 0;
	margin-right: 35px;
}

.share-list .url {
	display: flex;
	align-items: center;
	width: 90px;
	padding: 9px 20px;
	color: inherit;
	text-decoration: none;
}

.share-list .genericon {
	font-size: 21px;
	line-height: 1em;
	margin: 0 10px 0 0;
}

.rtl .share-list .genericon {
	margin: 0 0 0 10px;
}

.share-list .facebook {
	background: #6788ce;
}

.share-list .twitter {
	background: #29c5f6;
}

.share-list .linkedin {
	background: #3a9bdc;
}

.share-list .googleplus {
	background: #e75c3c;
}

#shares {
	position: absolute;
	left: 50%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.rtl #shares {
	left: initial;
	right: 50%;
}


/* entry-zzz:
================================================================================= */

.entry-zzz {
	margin: 0 0 20px 0;
}

.entry-zzz-url {
	display: block;
	position: relative;
}

.entry-zzz-url:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/bg-zzz-2.png') center no-repeat;
	background-size: cover;
	z-index: 1;
}

.entry-zzz-url:hover:after {
	z-index: 3;
}

.entry-zzz-img {
	position: relative;
	z-index: 2;
}


/* entry-list:
================================================================================= */

.entry-list .post {
	padding: 70px 0 30px 0;
	border-top: solid #e5eef1 1px;
}

.entry-list .post:first-child {
	border-top: 0;
	padding-top: 0;
}

.entry-list .post:last-child {
	padding-bottom: 0;
}


/* entry-nav:
================================================================================= */

.entry-nav {
	overflow: hidden;
	border-top: solid #e5eef1 1px;
	padding: 70px 0 0 0;
	margin: 30px 0 0 0;
	font-size: 18px;
	
	line-height: 1.6em;
}

.entry-nav .next {
	float: left;
}

.entry-nav .prev {
	float: right;
}

.entry-nav a {
	display: block;
	color: #6a7071;
	padding: 10px 35px;
	background-repeat: no-repeat;
	position: relative;
}

.entry-nav .next a {
	padding-left: 50px;
}

.entry-nav .prev a {
	padding-right: 50px;
}

.entry-nav a:hover {
	background: #ff1919;
	color: #fff;
}

.entry-nav a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	background: center no-repeat;
	width: 8px;
	height: 100%;
}

.entry-nav .next a:after {
	background-image: url('../images/bg-entry-nav-next.png');
	left: 30px;
}

.entry-nav .next a:hover:after {
	background-image: url('../images/bg-entry-nav-next-hover.png');
}

.entry-nav .prev a:after {
	background-image: url('../images/bg-entry-nav-prev.png');
	right: 30px;
}

.entry-nav .prev a:hover:after {
	background-image: url('../images/bg-entry-nav-prev-hover.png');
}


/* main-aside:
================================================================================= */

.main-aside {
	float: right;
	width: 28.5%;
}

.rtl .main-aside {
	float: left;
}

.widget {
	margin: 0 0 50px 0;
}

.widget:last-child {
	margin-bottom: 0;
}



/* optin */

.widget-optin {
	background: #fbfcfd;
	text-align: center;
	border: solid #f2f2f2 1px;
	padding: 35px 20px;
	font-size: 14px;
	line-height: 1.714285714286em;
	letter-spacing: 0.25px;
}

.widget-optin-2 {
	padding-right: 40px;
	padding-left: 40px;
}

.widget-optin .title {
	font-size: 28px;
	line-height: 1.285714285714em;
	font-weight: 600;
	margin: 0 auto 0.5em auto;
	max-width: 320px;
}

.widget-optin .description {
	font-size: 24px;
	line-height: calc(32/24);
	font-weight: 300;
	max-width: 225px;
	margin: 0 auto 0.8333333333333em auto;
}

.widget-optin .field {
	margin: 0 0 10px 0;
}

.widget-optin .field:last-child {
	margin: 0 0 30px 0;
}

.widget-optin .btn {
	padding: 10px 15px;
}

.widget-optin .privacy {
	color: #a0a3a7;
	margin-top: 15px;
}

.widget-optin-2 .np-form {
	margin-bottom: 0;
}

.widget-optin-2 ul {
	text-align: left;
	padding-top: 1em;
}

.widget-optin-2 li {
	list-style: none;
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 12px 0;
	color: #f2f2f2;
}

.widget-optin-2 li:last-child {
	margin-bottom: 0;
}

.widget-optin-2 li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #f2f2f2;
	position: absolute;
	top: 0.875em;
	left: 0;
	margin-top: -3px;
}

.widget-optin .visitors {
	text-transform: uppercase;
	font-weight: 600;
	color: #a0a3a7;
	padding-top: 20px;
}

.widget-optin .number {
	display: block;
	font-size: 30px;
	line-height: calc(43/30);
	color: #43464b;
	margin: 0 0 0.05em 0;
}

/* about */

.widget-about {
	background: #fbfcfd;
	border: solid #f2f2f2 1px;
	font-size: 14px;
	line-height: 1.714285714286em;
	letter-spacing: 0.25px;
}

.widget-about .img,
.widget-about .text {
	padding: 40px;
}

.widget-about .img {
	border-bottom: solid #f2f2f2 1px;
	padding-top: 15px;
	padding-bottom: 0;
}

.widget-about .photo {
	margin: 0 auto;
}

.widget-about .text {
	padding-top: 35px;
	padding-bottom: 35px;
	font-weight: 300;
	color: #707378;
}

.widget-about p {
	margin-bottom: 1.75em;
}

.widget-about p:last-child {
	margin-bottom: 0;
}

.widget-about .title {
	font-size: 22px;
	line-height: 1.664285714em;
	padding: 0.5909090909091em 0 0 0;
	margin: 0 0 0.5em 0;
	font-weight: 700;
	color: #43464b;
}

.widget-about .title:after {
	width: 40px;
	top: 0;
}

.widget-about .btn-wrap {
	text-align: center;
}

.widget-about .btn {
	padding: 7px 20px;
	min-width: 135px;
	font-size: inherit;
	line-height: inherit;
}



span.headingorange {
    color: #ff1919;
    font-size: 24px;
    font-weight: 700;
}



/* search */

.widget-search {
	position: relative;
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}

.widget-search .form {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.widget-search input {
	margin: 0;
	border: 0;
}

.widget-search .text {
	width: 100%;
}

.widget-search .text::-webkit-input-placeholder {
	color: #d3d4d6;
}
.widget-search .text:-moz-placeholder {
	color: #d3d4d6;
}

.widget-search .text::-moz-placeholder {
	color: #d3d4d6;
}

.widget-search .text:-ms-input-placeholder {  
	color: #d3d4d6;
}

.widget-search .submit {
	width: 33px;
	height: 28px;
	background: url('../images/bg-search.png') right center no-repeat;
	cursor: pointer;
}

/* tabs */

.widget-tabs {
	font-size: 14px;
	line-height: 1.75em;
	letter-spacing: 0.25px;
}

.widget-tabs a {
	display: block;
}

.widget-tabs .title,
.widget-tabs .urls-item {
	font-size: 18px;
	line-height: 1.666666666667em;
	font-weight: 700;
}

.widget-tabs .title {
	margin-bottom: 20px;
}

.widget-tabs-js .title {
	display: none;
}

.widget-tabs .list {
	border: solid #f2f2f2 1px;
	padding: 45px;
}

.widget-tabs-js .list {
	padding-top: 31px;
	margin-top: -1px;
	position: relative;
	z-index: 1;
}

.widget-tabs .tab {
	margin-bottom: 45px;
}

.widget-tabs-js .tab {
	margin-bottom: 0;
}

.widget-tabs .tab:last-child {
	margin-bottom: 0;
}

.widget-tabs .menu-item {
	list-style: none;
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 12px 0;
	color: #f2f2f2;
}

.widget-tabs .menu-item:last-child {
	margin-bottom: 0;
}

.widget-tabs .menu-item:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #f2f2f2;
	position: absolute;
	top: 0.875em;
	left: 0;
	margin-top: -3px;
}

.widget-tabs .urls {
	display: flex;
	justify-align: space-between;
	text-align: center;
	position: relative;
	z-index: 2;
}

.widget-tabs .urls-item {
	cursor: pointer;
	padding: 1.277777777778em 20px;
	width: 50%;
	border: solid #f2f2f2 1px;
	color: #d3d4d6;
	background: #fbfcfd;
}

.widget-tabs .urls-item:last-child {
	border-left: 0;
}

.widget-tabs .urls .active {
	background: #fff;
	border-bottom: solid #fff 1px;
	font-weight: bold;
	color: inherit;
}

/* newsletter */

.widget-newsletter,
.widget-webinar {
	background: #fbfcfd;
	border: solid #f2f2f2 1px;
	padding: 50px 20px;
	text-align: center;
}

.widget-newsletter .title,
.widget-webinar .title {
	font-size: 36px;
	line-height: 1.027777777778em;
	font-weight: 600;
	padding: 0.5em 0 0.75em 0;
}

.widget-newsletter .title:after,
.widget-webinar .title:after {
	width: 40px;
	left: 50%;
	margin-left: -20px;
	top: 0;
}

.widget-newsletter .description,
.widget-webinar .description {
	max-width: 250px;
	margin: 0 auto 2em auto;
	font-weight: 300;
	color: #707378;
}

.widget-newsletter .field {
	margin-top: 10px;
}

.widget-newsletter .field:first-child {
	margin-top: 0;
}

.widget-newsletter .btn {
	margin-top: 30px;
}


/* domain-check
================================================================================= */

.np-domain-check {
	padding: 30px;
	background: #f8f8f8;
	border: solid #f2f2f2 1px;
	position: relative;
	margin-bottom: 1.666666666667em;
}

.np-domain-check .title {
	margin-bottom: 1em;
}

/* cols */

.np-domain-check .cols {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.np-keyword-check .cols {
	margin-bottom: 0;
}

.np-domain-check .field-p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	width: 50%;
}

.np-domain-check .cols .field-p-name {
	padding-left: 0px;
	width: 65%;
}

.np-domain-check .cols .field-p-tld,
.np-domain-check .cols .field-p-submit  {
	padding-right: 0px;
	width: 35%;
}

.np-domain-check .cols .btn {
	padding-top: 19px;
	padding-bottom: 19px;
	width: 100%;
	display: block;
}

/* submit */

.np-domain-check .field-p-submit {
	margin-bottom: 0;
}

/* list */

.np-domain-check .info-list {
	column-count: 2;
	column-gap: 20px;
}

.np-domain-check .info-list a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}

.np-domain-check .submit {
	width: 100%;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1.75em;
	margin-bottom: 0;
}

/* info */

.np-domain-check .info {
	padding-top: 1.666666666667em;
	display: none;
}

@media only screen and (max-width: 1200px) {
	
	#shares .share-list .genericon {
		font-size: 16px;
		margin-right: 5px;
	}
	
	.rtl #shares .share-list .genericon {
		margin-right: 0;
		margin-left: 5px;
	}
	
	#shares .share-list .url {
		width: 70px;
		padding: 7px 10px;
	}
	
}

@media only screen and (max-width: 960px) {
	
	#main {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.main-article,
	.rtl .main-article,
	.main-aside,
	.rtl .main-aside {
		float: none;
		width: auto;
		max-width: 700px;
		margin: 0 auto;
	}
	
	.entry-header .title {
		font-size: 30px;
	}
	
	.main-aside {
		padding-top: 40px;
	}
	
	.widget img {
		margin-right: auto;
		margin-left: auto;
	}
	
	.widget-optin .title,
	.widget-optin .description,
	.widget-search,
	.widget-webinar .description {
		max-width: none;
	}
	
	#shares {
		display: none;
	}
	
}


@media only screen and (max-width: 767px) {
	
	.entry-content {
		font-size: 16px;
		line-height: 1.75em;
		letter-spacing: 0;
	}
	
	.entry-share .url {
		width: auto;
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.entry-share .share-list .genericon {
		margin-right: 5px;
	}
	
	.rtl .entry-share .share-list .genericon {
		margin-right: 0;
		margin-left: 5px;
	}
	
}


@media only screen and (max-width: 479px) {
	
	#main {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.entry-header .title {
		font-size: 27px;
	}
	
	.entry-content h2,
	.entry-content h3 {
		font-size: 20px;
	}
	
	.widget-optin .title,
	.widget-optin .description,
	.widget-about .title,
	.widget-webinar .title {
		font-size: 21px;
	}
	
	.widget-tabs-js .list {
		padding: 30px 20px;
	}
	
	.entry-share {
		display: block;
	}
	
	.entry-share .entry-subtitle {
		margin-bottom: 10px;
	}
	
	.entry-share .share-list .share:first-child {
		margin-left: 0;
	}
	
	.rtl .entry-share .share-list .share:first-child {
		margin-right: 0;
	}
	
	.np-domain-check {
		padding: 20px 10px;
	}
	
	.np-domain-check .cols,
	.np-domain-check .cols .field-p {
		display: block;
		margin-bottom: 10px;
	}
	
	.np-keyword-check .cols {
		margin-bottom: 0;
	}
	
	.np-domain-check .cols .field-p-name,
	.np-domain-check .cols .field-p-tld,
	.np-domain-check .cols .field-p-submit {
		width: 100%;
	}
	
	.np-domain-check .cols .btn {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.np-domain-check .cols .field-p:last-child {
		margin-bottom: 0;
	}
	
	.np-domain-check .field-p {
		padding: 0;
	}
	
	.np-domain-check .info-list {
		column-count: 1;
		column-gap: 0;
	}
	
}