@import url('metrize.css');
@import url(https://fonts.googleapis.com/css?family=Lato:400,300italic,400italic,300,700);

*
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body
{
	color: #54565b;
	background: #fff;
	font: 18px / 32px sans-serif;
	line-height: 32px;
}

a
{
	color: #C03;
	text-decoration: none;
}

a:hover, a:focus { color: #54565b; }
a:active { color: #930; }

img
{
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

.leftalign { text-align: left; }

.wrap
{
	margin: 0 auto;
	max-width: 1000px;
	overflow: hidden;
	padding-left: 25px;
	padding-right: 25px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}




.mobile-collapse {
    width: auto;
    float: none;
}
.hide-mobile {
    display: none;
}
.nav {
    padding-left: 0%;
}
.nav img {
    display: block;
    height: 50px;
}
.nav
{
	text-transform: uppercase;
	font-family: Lato, sans-serif;
	background: none;
	display: block;
	font: 0 / 0 sans-serif;
	padding: 0 1%;
	top: 100%;
	white-space: nowrap;
}

.nav .menu { display: inline; }

.nav .logo, .nav .lang, .nav .menu-item, .nav .current-menu-item
{
	display: inline-block;
}

.nav .menu-item, .nav .current-menu-item
{
	margin-left: 15px;
}

.nav .lang .menu-item
{
	display: inline-block;
}

.nav a
{
	color: #000;
	letter-spacing: 0.1em;
	font-family: Lato, sans-serif;
	font-size: 12px;
	line-height: 56px;
	font-weight: 700;
}

.nav .menu-item a, .nav .current-menu-item a
{
	padding: 0.5em 0;
}

.nav a:focus, .nav a:hover
{
	color: #C03;
}


@media screen and (min-width: 40.5em) {
	.nav .menu-item a, .nav .current-menu-item a
		{
		padding: 0.5em 1em;
		}
	.nav .menu-item, .nav .current-menu-item
		{
		margin-left: 35px;
		}
}

.head, .head .wrap
{
	position: relative;
	z-index: 15;
}

.head
{
	left: 0;
	right: 0;
	top: 0;
	padding: 1.5em 0 1em 0;
}

.head, .head.toggled { background: #fff; }
.head .wrap { height: 54px; }

.head #nav-meta
{
	text-align: right;
    position: absolute;
    top: 7px;
    right: 0px;
    width: auto;
	border-radius: 10px;
	color: #fff;
	text-transform: uppercase;
	font-family: Lato, sans-serif
}	

#nav-meta ul {
    list-style-image: none;
    list-style-type: none;
    float: right;
    padding-right: 8px;

}
#nav-meta ul li {
    display: inline;
    padding-left: 8px;
    padding-right: 8px;
    float:left;
    position:relative;
}

.current-menu-item a
{
	color: #C03;
}

.logo a, .logo a:focus, .logo a:hover
{
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.nav .lang a, .nav .lang a:focus, .nav .lang a:hover
{
	font-size: 8px;
	margin-left: 1em;
	border: 0;
	padding: 0.2em;
}

h2
{
	font-family: Lato, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:black;
}

h2.title
{
	font-size: 36px;
	line-height: 36px;
	color: #046;
	margin-bottom: 0.5em;
}

.image h2.title
{
	position: absolute;
	font-size: 60px;
	line-height: 60px;
	z-index: 10;
	top: 3rem;
	margin: 0 auto;
	color: #FFF;
	padding: 0.1em;
	border-top: 2pt solid #FFF;
	border-bottom: 2pt solid #FFF;
}

.image .above { top: 120px; }
.image.left { float: left; }


.foot
{
	margin-top: 45px;
	padding: 1em 5em;
	text-align: center;
	background-color: #f2f2f2;
	box-shadow: 0 -1px 0 0 hsla(0, 0%, 50%, .5);
}

.foot .wrap { position: relative; }
.foot a, .foot span { }
.foot a:focus, .foot a:hover { }
.foot .current { color: #5BC4D6; }

.copyright
{
	border-top: 2px solid #484848;
	clear: both;
	color: gray;
	font: 10px / 38px Lato, sans-serif;
	line-height: 30px;
	padding-top: 8px;
	text-transform: uppercase;
}

.section
{
	padding: 0;
	margin-top: 2em;
	text-align: center;
	position: relative;
}

.section p
{
	text-align: left;
}

.image
{
	margin-top: 0;
}

.gray { background: #f2f2f2; }

.section .lead
{
	color: #231f20;
	margin: 0 20px 15px;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.section .content { margin: 0 20px; }


.section#showcase
{
	min-width: 420px;
	max-width: 800px;
	margin: 2em auto;
	padding: 2em;
	color: white;
	
}

#showcase .domainname, #showcase #landing
{
	text-align: center;
	padding: 1rem;
	font-size: 1.4rem;
	line-height: 1.46;
	font-weight: 300;
	background-color: #C03;
	color:white;
	border-width: 2px 0 2px 0;
	border-color: #6f6f6f;
	border-radius: 10px;
	height: 100%;
}

#showcase .salestag
{
	float: left;
	margin: 1rem;
    width: 300px;
}

#showcase .domainname a, #showcase #landing a, #showcase .domainname a:hover, #showcase #landing a:hover,
{
	color: white !important;
}

#showcase .description
{
	text-align: center;
	left: 25%;
	padding: 1rem 0;
	color: #3C1B11;
	font-size: 1.5rem;
}

.hello .description
{
	text-align: center;
	left: 25%;
	padding: 1rem 0;
	color: #3C1B11;
	font-size: 1.5rem;
}

.shoutout
{
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	font-size: 1.5rem;
	padding: 0.5em 1em;
	color: #046;
}

.metanoris
{
	color: #046;
}
