<!DOCTYPE HTML>
<!--
	Fractal by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
	<head>
		<title>atlblogs.com is for sale</title>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1" />
<base href="https://www.namesilo.com/parking/t/5/">
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.viewport.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>

        <script type="application/ld+json">
            [{
                "@context": "https://schema.org",
                "@type": "BreadcrumbList",
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "name": "Namesilo",
                        "item": {
                            "@id": "https://www.namesilo.com/"
                        }
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "name": "Marketplace",
                        "item": {
                            "@id": "https://www.namesilo.com/marketplace"
                        }
                    },
                    {
                        "@type": "ListItem",
                        "position": 3,
                        "name": "atlblogs.com",
                    "item": {
                        "@id": "https://www.namesilo.com/marketplace/buynow/atlblogs.com"
                    }
                }
            ]
        }]
        </script>

<script type="text/javascript">

var doc = document.documentElement;
doc.setAttribute('data-useragent', navigator.userAgent);

$(window).on("load resize scroll",function(e){

    if($('#nsCredit').is(":below-the-fold")) {
        //alert('yes');
        $("#header").css("height", "auto");
    } else {
        //alert('no');
        $("#header").css("height", "100vh");
    }

});

</script>

<link rel="stylesheet" type="text/css" href="assets/css/font-awesome.min.css">

<style type="text/css">

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 360px) {

		html, body {
			min-width: 320px;
		}

	}

	body {
		background: #4a98e6;
	}

	body.is-loading *, body.is-loading *:before, body.is-loading *:after {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}

/* Type */

	html {
		font-size: 16pt;
        color: #ffffff;
	}

    #nsCredit {
        font-size:9pt;
        margin-top:50px;
    }

    .payPlanText {
        font-size:10pt;
    }

		@media screen and (max-width: 1680px) {

			html {
				font-size: 13pt;
			}

		}

		@media screen and (max-width: 1280px) {

			html {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 360px) {

			html {
				font-size: 11pt;
			}

		}

	body {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		line-height: 1.5em;
		letter-spacing: -0.015em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		text-decoration: none;
		border-bottom: dotted 1px;
	}

	a:hover {
		border-bottom-color: transparent !important;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1 {
		font-weight: normal;
		line-height: 1em;
		margin: 0 0 1em 0;
		letter-spacing: -0.0125em;
	}

    h2 {
        font-size:1.5em;
		font-weight: normal;
		line-height: 1em;
		margin: 0 0 1em 0;
		letter-spacing: -0.0125em;
        font-style:italic;
	}

/* Button */

	button, .button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		border-radius: 6px;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-weight: bold;
		height: 2.85em;
		line-height: 2.95em;
		padding: 0 1.75em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		button.icon,
		.button.icon {
			padding-left: 1.35em;
		}

			button.icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

	@media screen and (max-width: 480px) and (orientation: portrait) {

		button,
		.button {
			padding: 0;
		}

	}

	button,	.button {
		background-color: transparent;
		color: #ffffff !important;
		box-shadow: inset 0 0 0 2px #ffffff;
	}

		button:hover,
		.button:hover {
			background-color: rgba(144, 144, 144, 0.075);
		}

		button:active,
		.button:active {
			background-color: rgba(144, 144, 144, 0.15);
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

	.icon {
		color: #ffffff;
	}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top-style: solid;
				border-top-width: 1px;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1.5em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0 !important;
				}

				ul.icons li .icon:before {
					font-size: 1.75rem;
				}

			ul.icons.major li {
				padding: 0 2.5em 0 0;
			}

				ul.icons.major li .icon:before {
					font-size: 2.75rem;
				}

			@media screen and (max-width: 736px) {

				ul.icons.major li {
					padding: 0 1.25em 0 0;
				}

					ul.icons.major li .icon:before {
						font-size: 1.75rem;
					}

			}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

	@media screen and (max-width: 480px) and (orientation: portrait) {

		ul.actions {
			margin: 0 0 2em 0;
		}

			ul.actions li {
				padding: 1em 0 0 0;
				display: block;
				text-align: center;
				width: 100%;
			}

				ul.actions li:first-child {
					padding-top: 0;
				}

				ul.actions li > * {
					width: 100%;
					margin: 0 !important;
				}

					ul.actions li > *.icon:before {
						margin-left: -2em;
					}

	}


	ul.alt > li {
		border-top-color: #e6e6e6;
	}

/* Section/Article */

	header p {
		position: relative;
		margin: 0 0 1.5em 0;
	}

		@media screen and (max-width: 736px) {

			header p br {
				display: none;
			}

		}

/* Header */

	#header {
        /*padding: 0 0 0 2.5em;*/
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		height: auto;
        display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}

    html[data-useragent*='MSIE 10.0'] #header {
        display: block;
    }


		#header button,	#header .button {
			background-color: transparent;
			color: #ffffff !important;
		}

			#header button:hover, #header .button:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}


			#header button:active, #header .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

		#header ul.alt > li {
			border-top-color: rgba(255, 255, 255, 0.25);
		}

		#header a {
			color: inherit;
			border-bottom-color: rgba(255, 255, 255, 0.5);
			color: #ffffff;
		}

		#header strong, #header b {
			color: #ffffff;
		}

		#header blockquote {
			border-left-color: rgba(255, 255, 255, 0.25);
		}

		#header code {
			background: rgba(255, 255, 255, 0.075);
			border-color: rgba(255, 255, 255, 0.25);
		}

		#header hr {
			border-bottom-color: rgba(255, 255, 255, 0.25);
		}

		#header h1 {
			font-size: 3.25em;
			font-weight: bold;
			margin-bottom: 0.5em;
		}

		#header p {
			font-size: 1.5em;
			line-height: 1.35em;
		}

			#header p br {
				display: inline;
			}

		#header .content {
			-moz-transition: opacity 0.5s ease, -moz-transform 1s ease;
			-webkit-transition: opacity 0.5s ease, -webkit-transform 1s ease;
			-ms-transition: opacity 0.5s ease, -ms-transform 1s ease;
			transition: opacity 0.5s ease, transform 1s ease;
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			opacity: 1;
			text-align: right;
			margin: 0 4em 0 0;
		}

		#header .content > :last-child {
			margin-bottom: 0;
		}

		@media screen and (max-width: 980px) {

			#header {
                /*display:none;*/
				min-height: 0;
                font-size:11pt;
			}

			#header .content {
				margin: 0em 4em 0 0;
			}

		}

		@media screen and (max-width: 980px) and (orientation: portrait) {

			#header {
                /*display:none;*/
				padding: 6em 3em 4em 3em ;
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
			}

			#header .content {
				display: block;
				width: 100%;
				text-align: center;
				margin: 0 0 2em 0;
			}

		}

		@media screen and (max-width: 736px) {

            #header {
                /*display:none;*/
            }

			#header h1 {
				font-size: 2em;
			}

			#header p {
				font-size: 1em;
				line-height: inherit;
			}

		}

		@media screen and (max-width: 736px) and (orientation: landscape) {

			#header {
				padding: 2em 2em 0.1em 2em;
                /*display:none;*/
			}

			#header .content {
				margin: 0 2em 2em 0;
			}

		}

		@media screen and (max-width: 736px) and (orientation: portrait) {

			#header {
                /*display:none;*/
				padding: 3em 1.5em 1em 1.5em;
			}

		}

	@media screen and (max-width: 480px) and (orientation: landscape) {

		#header {
            /*display:none;*/
			padding: 2em 1.5em 0.1em 1.5em;
		}

		#header .actions {
			font-size: 0.8em;
		}

	}

	@media screen and (max-width: 480px) and (orientation: portrait) {

		#header {
            /*display:none;*/
			padding: 2em 1em 0.1em 1em;
		}

	}

	body.is-mobile #header {
		background-attachment: scroll, scroll;
	}

	body.is-loading #header .content {
		-moz-transform: translateX(2em);
		-webkit-transform: translateX(2em);
		-ms-transform: translateX(2em);
		transform: translateX(2em);
		opacity: 0;
	}

	@media screen and (max-width: 980px) and (orientation: portrait) {

		body.is-loading #header .content {
			-moz-transform: none;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
			opacity: 1;
		}

	}

</style>

	<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
	<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->

	</head>
	<body id="top">

		<!-- Header -->
			<header id="header">
				<div class="content">
					<h1>atlblogs.com is for sale!</h1>
                    <ul class="actions">
                        
                                                    <li><a href="https://www.namesilo.com/cart.php?marketplace_id=ZmRmBQZkZmNmZQZkZmNmZN==no88pno05873o40945o092p033o366rq&wsmb=1" class="button icon fa-shopping-cart scrolly">Buy now  for $350</a></li>
                        
                                                    <li><a href="https://www.namesilo.com/OfferCounter?auction=ZmRmBQZkZmNmZQZkZmNmZN==no88pno05873o40945o092p033o366rq" class="button icon fa-check-square scrolly">Make an Offer</a></li>
                        
					</ul>
					<p>
                                                                                <div id="nsCredit" class="icon fa-shield"> Sold securely via NameSilo</div>
<br />
	<a href="https://www.namesilo.com/" target="_blank">Search & Register Domains Names at NameSilo</a>
				</div>
			</header>



	</body>
</html>
