/*
	Разработка шаблонов для DataLife Engine
	------------------	
	Author:	ThemeSkeleton
	------------------
	Website: http://themeskeleton.com/
	------------------	
	E-mail: themeskeleton@gmail.com
	------------------
	Skype: ThemeSkeleton
	------------------
	ICQ: 722880
	------------------
*/

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 } ol, ul { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } table { border-collapse: collapse; border-spacing: 0 }
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary { display: block; }

html { min-height: 100%; position: relative; }
html, html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

@import 'https://fonts.googleapis.com/css?family=Roboto:400,700,700i,900,900i|Open+Sans:300,400,600&subset=cyrillic';

body {background-color:#ee2050; }

body, select, input, textarea, button { 
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #24273e;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #24273e;
}

a { outline: none; color: #3394e6; text-decoration: none; }
	a:hover { text-decoration: underline; }
	
.offpage {
    background-color: #24273e;
    margin: 5% 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 80%;
}
.eror {
    margin-top: 10%;
}
.eror h1 {
    color: #fff;
    font-size: 34px;
    margin: 0;
}

.eror h2 {
    color: #fff;
    font-size: 18px;
    margin-top: 2%;
    line-height: 14px;
}