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, font, 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  {
margin:0;
outline:0 none;
padding:0;
list-style:none;
border:none;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
} 

body {
	padding:0px;
	margin:0px;
	font-family:'Futura', Arial, Helvetica, sans-serif;
	color:#6e6e6e;
	text-align:left;
	font-size: 15px;
}

::-moz-selection { background: #C01918; color: #fff; text-shadow: none; }
::selection { background: #C01918; color: #fff; text-shadow: none; }

.clear {
	clear:both;
}

a:hover, a > :hover {
	color: #C01918;
}

a, a > * {
	color: #C01918;
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

@font-face {
    font-family: 'Futura';
    src: url('fonts/futural_0-webfont.eot');
    src: url('fonts/futural_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futural_0-webfont.woff') format('woff'),
         url('fonts/futural_0-webfont.ttf') format('truetype'),
         url('fonts/futural_0-webfont.svg#futura_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'OR';
    src: url('fonts/ostrich-regular-webfont.eot');
    src: url('fonts/ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ostrich-regular-webfont.woff') format('woff'),
         url('fonts/ostrich-regular-webfont.ttf') format('truetype'),
         url('fonts/ostrich-regular-webfont.svg#ostrich_sansmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OB';
    src: url('fonts/ostrich-black-webfont.eot');
    src: url('fonts/ostrich-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ostrich-black-webfont.woff') format('woff'),
         url('fonts/ostrich-black-webfont.ttf') format('truetype'),
         url('fonts/ostrich-black-webfont.svg#ostrich_sansblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

.clear::after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
}

.wrap {
	position:relative;
	width:915px;
	margin:0 auto;
}

#header {
	height:99px;
	border-bottom:1px solid #c6c6c6;
	margin-bottom:20px;
}

#logo {
	background:url(../img/sprite.png) no-repeat top left;
	width:300px;
	height:53px;
	float:left;
	margin-top:37px;
}

#logo a {
	width:300px;
	height:53px;
	display:block;
}

#menu {
	float:right;
}

#menu li {
	display:inline-block;
}

#menu li:first-child a {
	margin-left:0;
}

#menu li a {
	color:#9d9d9c;
	font-size:50px;
	font-family:'OR';
	line-height:132px;
	margin-left:37px;
	padding:0 10px;
	display:block;
	height:99px;
}

#menu li a:hover {
	color:#fff;
	background:#b2b2b2;
}

#menu li.active a {
	color:#fff;
	background:#B41918;
}

#content_left {
	float:left;
	width:590px;
}

#content_right {
	float:right;
	width:290px;
}

#slides {
	width:478px;
	margin-left:53px;
}

.block_title {
	height:72px;
	background:#b2b2b2;
	font-family:'OB';
	line-height:75px;
	padding-left:20px;
	font-size:34px;
	margin-bottom:20px;
}

.block_title a {
	color:#fff;
	padding-right:30px;
	background:url(../img/sprite.png) no-repeat 166px -64px;
}

.news_item {
	display:block;
	padding:20px 40px 20px 20px;
}

.news_item:hover {
	background:#ededed url(../img/arrow.png) no-repeat 242px center;
}

.news_item_title {
	color:#000;
	font-family:'OB';
	font-size:30px;
	display:block;
	line-height:95%;
}

.news_item:hover .news_item_title {
	color:#b41918;
}

.news_date {
	color:#878787;
	font-size:14px;
	font-family:'Futura';
}


.divider {
	background:#D4D4D4;
	height:2px;
	margin:10px 0;
}

#footer {
	background:#000;
	line-height:70px;
	height:84px;
	color:#706f6f;
	font-family:'Futura';
	font-size:14px;
	margin-top:30px;
}

#footer span {
	float:right;
}

#social {
	margin:20px 0;
}

#social a {
	display:inline-block;
	height:50px;
	width:52px;
	background-color:#000;
	margin-left:3px;
}

#fb {
	background:url(../img/sprite.png) no-repeat 0 -154px!important;
	margin-left:0!important;
}

#tw {
	background:url(../img/sprite.png) no-repeat -59px -154px!important;
}

#yt {
	background:url(../img/sprite.png) no-repeat -119px -154px!important;
}

#vm {
	background:url(../img/sprite.png) no-repeat -179px -154px!important;
}

#nl {
	background:url(../img/sprite.png) no-repeat -239px -154px!important;
}

#fb:hover {
	background:url(../img/sprite.png) no-repeat 0 -204px!important;
	margin-left:0!important;
}

#tw:hover {
	background:url(../img/sprite.png) no-repeat -59px -204px!important;
}

#yt:hover {
	background:url(../img/sprite.png) no-repeat -119px -204px!important;
}

#vm:hover {
	background:url(../img/sprite.png) no-repeat -179px -204px!important;
}

#nl:hover {
	background:url(../img/sprite.png) no-repeat -239px -204px!important;
}

.list_item h3 a, .article_item h3 {
	color:#b41918;
	font-size:50px;
	display:block;
	margin:10px 0;
	font-family:'OB';
}

.list_item h3 a span, .article_item h3 span {
	color:#b2b2b2;
}

.list_item {
	margin-bottom:30px;
}

.video {
	margin-bottom:10px;
}

.movie_link {
	color:#878787;
	font-size:30px;	
	font-family:'OB';
	display:inline-block;
	padding:5px;
	margin-right:30px;
	margin-bottom:14px;
}

.movie_link:hover {
	background:#ededed;
}

.text {
	margin-left:15px;
}

.article_item .text {
	margin-left:0;
}

.pagination li {
	display:inline-block;
	line-height:30px;
	height:30px;
	padding-left:6px;
}

.pagination li a {
	color:#7f7f7f;
	font-size:14px;
}

.pagination li a.active {
	color:#7f4aa0;
}

.article_item .summary {
	font-weight:bold;
}

.summary {
	font-size:18px;
}

.body {
	margin:20px 0;
}

.summary a, .body a {
	font-weight:bold;
}

.summary a:hover, .body a:hover {
	text-decoration:underline;
}

.body p {
	margin:5px 0;
}

form input {
	height:35px;
	border: 1px solid #b4b4b4;
	line-height: 35px;
	padding: 0 10px;
	width: 229px;
	box-shadow: 0 1px 3px #aaa inset;
	font-family: Roboto;
	font-size: 15px;
}

form input, form textarea {
	float:left;
}

.captchaline img {
	border: 0;
	margin-top: 6px;
	float: left;
	margin-right: 14px;
}

label.error {
	clear: both;
	display: block;
	color:#B41918;
}

form textarea {
	border: 1px solid #b4b4b4;
	padding: 10px;
	width: 229px;
	box-shadow: 0 1px 3px #aaa inset;
	font-family: Roboto;
	font-size: 15px;
	height:120px;
}

.form_line {
	margin-bottom:5px;
}

.btn {
	border:none!important;
	background:#B41918;
	color:#000;
	padding:10px;
	text-transform:uppercase;
   font-family: 'OB';
	font-size:27px;
	display:block;
	margin:10px 0 0 0;
	text-align:center;
	width:140px;
	cursor:pointer;
}

#mailinglist_form .btn {
	height: 39px;
	line-height: 44px;
	padding: 0;
}

.main_label {
	float:left;
	display:inline-block;
	width:144px;
	vertical-align:top;
	padding-right:10px;
	font-style:16px;
}

.title {
	font-size:40px;
	font-family: 'OB';
	color:#B41918;
}

.paypal {
	margin-top:40px;
	text-align:center;
}

.paypal input[type=image] {
	width:120px;
	border:none;
	float:none;
	box-shadow:none;
	height:26px;
}

.paypal select {
	width:200px;
	display:block;
	margin:20px auto 20px;
}

.store .summary {
	margin-top:85px;
}

.body p {
	margin:6px 0;
}

.body h2 {
	margin:18px 0 7px;
}

.store .image {
	margin-top:40px;
	margin-right:30px;
	max-width:250px;
	float:left;
}

#paypal_link {
	margin:0 auto;
	display:inline-block;
	width:253px;
}
.store_item .store_image {
	float:left;
	margin:0 30px 0;
}

.store_item_info {
	width:50%;
	float:left;
}
