/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}
strong {font-weight: bold;}
a {text-decoration: none;}
/* GLOBALS */
html {min-height: 100%;}
body {background: #ffffff; font-family: 'Cinzel', serif; overflow-x: hidden; text-align: center; color: #ffffff;}
.clear {clear: both;}
.full_width {width: 100%;}
.container {width: 1170px; margin: 0 auto; position: relative;}

.spaced-xsmall {padding: 30px 0px;}
.spaced-small {padding: 40px 0px;}
.spaced-big {padding-top: 50px; padding-bottom: 100px;}

.row .half {width: 50%;}
.row .one-third {width: 33.33333333333333%;}
.row .two-thirds {width: 66.66666666666666%;}
.row .three-quarters {width: 75%;}
.row .one-quarter {width: 25%;}
.row .pull-left {float: left; text-align: right;}
.row .pull-right {float: right; text-align: left;}
.row .pull-left > .row-container {padding-right: 30px;}
.row .pull-right > .row-container {padding-left: 30px;}

section.bg {background: url(images/bg.jpg) no-repeat center top; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
section.bg img {max-width: 100%; height: auto;}

header .logo {margin: 0 auto; display: inline-block;}
header .logo img {max-width: 100%; height: auto; display: block;}

.content .new {border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff;}
.content .new h1 {font-size: 65px; line-height: 100px; color: #ffffff; letter-spacing: 2px;}
.content .new h1 span {display: block; font-size: 100px;}

.contact .text ul {font-size: 18px; line-height: 32px; font-family: Arial;}
.contact .text ul li.big {font-size: 32px; padding-bottom: 20px; font-weight: bold; text-transform: uppercase;}
.contact .text ul li a {color: #ffffff;}

footer {background: #3648e0; position: absolute; left: 0px; bottom: 0px; width: 100%;}
footer span {display: block; font-size: 15px; line-height: 24px; font-family: Arial;}