html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
       margin:0;
       padding:0;
       border:0;
       outline:0;
       font-size:100%;
       vertical-align:baseline;
       background:transparent;
}
body {
       line-height:1;
}

h1, h2, h3, h4, h5, h6, p { padding:0.5em 0px; }

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
       display:block;
}

nav ul {
       list-style:none;
}

blockquote, q {
       quotes:none;
}

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

a {
       margin:0;
       padding:0;
       border:0;
       font-size:100%;
       vertical-align:baseline;
       background:transparent;
	outline:none;
}

ins {
       background-color:#ff9;
       color:#000;
       text-decoration:none;
}

mark {
       background-color:#ff9;
       color:#000;
       font-style:italic;
       font-weight:bold;
}

del {
       text-decoration: line-through;
}

abbr[title], dfn[title] {
       border-bottom:1px dotted #000;
       cursor:help;
}

table {
       border-collapse:collapse;
       border-spacing:0;
}

hr {
   display:block;
   height:1px;
   border:0;
   border-top:1px solid #cccccc;
   margin:1em 0;
   padding:0;
}

input, select {
       vertical-align:middle;
}

body {
	min-height: 100%;
	background: url('../images/background.jpg') no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.background {
	background: rgba(255, 255, 255, 0.68);
	width: 320px;
	box-sizing: border-box;
	padding: 40px 36px;
	height: 100%;
	position: absolute;
}

.logo {
	width: 249px;
	height: 64px;
	background: url('../sprites/sprite.svg') no-repeat;
	background-size: 320px 320px;
	background-position: 0 0;
	margin: 0 auto 120px auto;
	text-indent: -9999px;	
}

p {
	color: rgb(57, 60, 60);
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.2143;
	padding: 0 0 0;
	margin: 0 0 15px;
	font-family: 'Foundry Sterling W01 Bk';
}

p strong {
	font-family:'Foundry Sterling W01 Bd';	
	font-weight: 500;
}

p em {
	font-family:'Foundry Sterling W01 Bk It';
	font-style: normal;
}

p.address,
p.telephone {
	font-size: 14px;
	line-height: 1.2143;
	font-family:'Foundry Sterling W01 Lt';
}

p.address {
	margin-bottom: 10px;
	margin-top: 30px;
	position: relative;
}

p.address:before {
	
	border-top: 2px solid rgb(89, 229, 234);
	content: ' ';
	height: 2px;
	left: 0;
	position: absolute;
	top: -17px;
	width: 22px;
	
}

p.previously {
	
	font-size: 11px;
	line-height: 1.1818;
	margin-top: 77px;
	
}

p a {
	color: inherit;
	text-decoration: none;
}

p a:hover,
p a:focus {
	text-decoration: underline;
}

.small-logo {
	display: none;
	width: 107px;
	height: 107px;
	background: url('../sprites/sprite.svg') no-repeat;
	background-size: 320px 320px;
	background-position: 0 -100px;
	position: absolute;
	left: 60px;
	bottom: 100px;
}

@media (min-width: 540px) {
	
	.background {
		right: 20px;
	}
	
	.small-logo {
		display: block;
		width: 107px;
		height: 107px;
		background: url('../sprites/sprite.svg') no-repeat;
		background-size: 320px 320px;
		background-position: 0 -100px;
		position: absolute;
		left: 60px;
		bottom: 100px;
	}
	
}
