/* General Reset */
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, hr, button{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:none;
}
ol, ul {list-style:none;}
h1, h2, h3, h4, h5, h6, li {line-height:100%;}
blockquote, q {quotes:none;}
q:before,
q:after {content:"";}
table {border-collapse:collapse; border-spacing:0;}
input,textarea,select{
	font:11px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	padding:0;
	margin:0;
}
textarea{
	overflow:auto;
	resize:none;
}
form,fieldset{border-style:none;}
html{height:100%;}
body{
	color:#333333;
	font:14px/17px Arial, Helvetica, sans-serif;
	background:#666;
	min-width:1000px;
	height:100%;
}
a{
	color:#ff6633;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
a:focus{outline:none;}

/* General settings */
.wrapper{ 
	margin:0 auto;
	width:942px;
}
.wrapper:after {
	content:'';
	display:block;
	clear:both;
}
/*topbar*/
#topbar{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:2;
	height:50px;
	background:url(../images/bgr_topbar.png) repeat-x;
}
#topbar .right{
	float:right;
	padding:6px 0;
}
#topbar .right .search{
	float:left;
	background:url(../images/bgr_seach.png) no-repeat;
	width:163px;
	height:22px;
}
#topbar .right .search input.text{
	background:none;
	border:0;
	padding:4px 5px;
	font-size:11px;
	line-height:14px;
	color:#fff;
	float:left;
	width:130px;
}
#topbar .right .search input.submit{
	float:left;
	padding:0;
	margin:0;
	height:22px;
	width:22px;
	cursor:pointer;
	background:none;
	border:0;
}
#topbar .right .social{
	float:left;
	padding:4px;
}
#topbar .right .social li{
	float:left;
	padding:0 4px 0 0;
}
#topbar ul.menu{
	float:left;
	padding:12px 0;
}
#topbar ul.menu li{
	float:left;
	font-size:11px;
	border-right:1px solid #ccc;
	line-height:10px;
	height:10px;
	margin:0 9px 0 0;
	padding:0 9px 0 0;
}
* html #topbar ul.menu li {line-height:14px;}
#topbar ul.menu li.last{
	border:0;
}
#topbar ul.menu li a{
	color:#fff;
}
/*header*/
#header{
	width:100%;
	margin:-15px 0 0;
	padding:15px 0 0;
	height:55px;
	background:#333333;
}
#logo{
	width:240px;
	height:25px;
	float:left;
	margin:5px 0 0 0;
	cursor:pointer;
	text-indent:-9999em;
	background:url(../images/logo.png) no-repeat;
}
/*menu*/
#menu{
	position:relative;
	z-index:8;
	float:right;
}
#menu li{
	background:url(../images/bgr_menu_item.png) no-repeat 0 8px;
	float:left;
	position:relative;
}
#menu li.first{
	background:none;
}
#menu li a{
	height:60px;
	float:left;
	text-transform:uppercase;
	color:#fff;
	font-size:16px;
	margin:-20px -13px 0 -15px;
	font-weight:bold;
	padding:0 22px 0 3px;
}
#menu li>a{
	position:relative;
	z-index:999;
}
#menu li a span{
	height:28px;
	cursor:pointer;
	float:left;
	padding:32px 4px 0 22px;
}
#menu li.active a,
#menu li a:hover{
	text-decoration:none;
	background:url(../images/bgr_menu_h.png) no-repeat 100% -60px;
}
#menu li.active a span,
#menu li a:hover span{
	background:url(../images/bgr_menu_h.png) no-repeat 0 0;
}
#menu ul .popup{
	display:none;
	position:absolute;
	top:25px;
	width:545px;
	z-index:99;
	left:-12px;
}
#menu ul .top{
	background:url(../images/bgr_menu_d.png) no-repeat 0 0;
	width:545px;
	height:30px;
}
#menu ul .body{
	background:url(../images/bgr_menu_d.png) repeat-y -545px 0;
	width:495px;
	padding:0 30px 0 20px;
	overflow:hidden;
}
#menu ul .bot{
	background:url(../images/bgr_menu_d.png) no-repeat 0 100%;
	width:545px;
	height:30px;
}
#menu ul .social{
	float:right;
        text-align: right;
}
#menu ul ul{
	float:left;
	width:155px;
	padding:0 18px 0 0;
}
#menu ul ul.bigger{
	width:160px;
}
#menu ul ul li{
	float:none;
	background:none !important;
}
#menu ul ul li{
	float:none;
	background:none;
}
#menu ul ul li.first{
	background:none;
}
#menu ul ul li a{
	height: auto;
	float: none;
	display:block;
	text-transform: none;
	color:#000;
	font-size:14px;
	line-height:20px;
	margin:2px 0 4px;
	cursor:pointer;
	font-weight:bold;
	background:url(../images/ico_list.png) no-repeat 12px 8px !important;
	padding:0 0 0 30px;
}
#menu ul ul li a:hover{
	color:#fff;
	background-color:#202020 !important;
}
#menu ul ul li a span{
	height:28px;
	float:left;
	padding:32px 4px 0 22px;
}

/* RIGHT */
#menu ul .popup.popup-right {
  display:none;
  position:absolute;
  top:25px;
  left: -353px;
  width:175px;
  z-index:99;
}

#menu ul .popup.popup-right.whatshappening {
  left: -157px;
  /*
  color : green\9; /* IE8 and below */  
  /**left: -170px; /* IE7 and below */  /*
 _color : orange; /* IE6 */  
}

/* Target all Firefox */ 
@-moz-document url-prefix() { #menu ul .popup.popup-right.whatshappening { 
  left: -161px;
}}

@-moz-document url-prefix() { #menu ul .popup.popup-right { 
	left: -354px;
}}
/* see ie7.css */



#menu ul .popup.popup-right.whatshappening .top {
  background:url(../images/bgr_menu_e.png) no-repeat 0px 0;
  width: 354px;
}

#menu ul .popup.popup-right.whatshappening .body{
  background:url(../images/bgr_menu_e.png) repeat-y -354px 0;
  width:304px;
}

#menu ul .popup.whatshappening .bot{
  background:url(../images/bgr_menu_e.png) no-repeat 0px 100%;
  width:354px;
}

#menu ul .popup.whatshappening .social { /* for IE*/
  float: right;
  /*background-color: #ff0000;*/
  width: 130px; height: 80px; margin: 0; padding: 0;
}

/*.menu-popup-wrapper {
  
}*/

#menu ul .popup.popup-one-column-right {
  display:none;
  position:absolute;
  top:25px;
  left: -7px;
  width:175px;
  z-index:99;
}

#menu ul .popup.popup-one-column-right .top{
  background:url(../images/bgr_menu_d2.png) no-repeat 0px 0;
  width:201px;
  height:30px;
}

#menu ul .popup.popup-one-column-right .body{
  background:url(../images/bgr_menu_d2.png) repeat-y -225px 0;
  width:144px;
  padding:0 30px 0 20px;
  overflow:hidden;
}

#menu ul .popup.popup-one-column-right .bot{
  background:url(../images/bgr_menu_d2.png) no-repeat 0px 100%;
  width:201px;
  height:30px;
}

/*  */

/*featured*/
#featured{
	width:100%;
	background:#333333;
	overflow:hidden;
}
#featured.inner{
	overflow: visible;
}
#slider{
	float:left;
	width:620px;
	height:292px;
	position:relative;
}
#stat{
	text-align:center;
	display:block;
	font-size:18px;
	color:#fff;
	float:left;
	padding:10px 0 28px;
	width:100%;
	font-weight:bold;
	letter-spacing:1px;
}
#stat strong{
	font-size:24px;
	color:#ffcc33;
	font-weight:bold;
}
#nav{
	position:absolute;
	bottom:25px;
	right:15px;
	z-index:999;
}
#nav a{
	float:left;
	background:url(../images/bgr_slider_nav.png) no-repeat 0 0;
	height:9px;
	margin:0 0 0 12px;
	width:9px;
	text-indent:-999em;
}
#nav a.activeSlide,
#nav a:hover{
	background-position:100% 0;
}
#slides .item{
	background:#333333;
	position:relative;
	height:292px;
	width:620px;
}
#slides .item p{
	position:absolute;
	background:url(../images/bgr_caption.png) repeat;
	padding:15px 130px 15px 20px;
	width:470px;
	bottom:0;
	color:#fff;
	font-size:12px;
	left:0;
}
#slides .item a{
	font-weight:bold;
	color:#fed004;
}
#main_social{
	float:right;
	width:302px;
}
#main_social li{
	display:block;
}
#main_social a{
	background:url(../images/btn_main_social.png) no-repeat;
	height:70px;
	margin:0 0 10px;
	color:#fff;
	line-height:24px;
	font-size:24px;
	display:block;
	padding:20px 30px 0 100px;
	overflow:hidden;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
}  
#main_social a.link_2{
	background-position:0 -100px;
	padding:20px 22px 0 22px;
	text-align:left;
}
#main_social a.link_3{
	background-position:0 -200px;
}
#main_social a strong{
	color:#333;
	font-weight:bold;
}
#main_social a:hover {
  background-position: -302px 0;
  text-decoration: none;
}

#main_social a.link_2:hover {
  background-position: -302px -100px;
}

#main_social a.link_3:hover {
  background-position: -302px -200px;
}


/*real_stories*/
#real_stories{
	color:#fff;
	padding:13px 0;
	width:100%;
	overflow:hidden;
	background:#eb6e1f;
}
#real_stories h3{
	font-size:24px;
	color:#fff;
	padding:40px 0 0;
}
#real_stories .more{
	font-size:14px;
	color:#fff;
	padding:0px 0 0 0;
        margin-top: -10px;
}
#real_stories .more a{
	color:#fed004;
	margin:0 20px 0 0;
}
#real_stories .more a.add{
	background:url(../images/ico_plus.png) no-repeat 0 2px;
	padding:0 0 0 20px;
}
#scroller{
	float:right;
	width:680px;
	position:relative;
	z-index:999;
}
#real_stories .items{
	float:left;
}
#scroller a.scroll_prev{
	float:left;
	position:relative;
	z-index:99;
	background:url(../images/bgr_scroller_nav.png) no-repeat 0 0;
	margin:25px 18px 0 0;
	width:21px;
	height:52px;
}
#scroller a.scroll_next{
	float:left;
	background:url(../images/bgr_scroller_nav.png) no-repeat 100% 0;
	width:21px;
	height:52px;
	position:relative;
	z-index:99;
	margin:25px -5px 0 -10px;
}
#real_stories .items li{
	float:left;
	padding:0 16px 0 0;
	width:111px;
	height:111px;
}
/*body*/
#body{
	width:100%;
	padding:0 0 40px 0;
	overflow:hidden;
	/*background: url(../images/bgr_content_white.png) no-repeat 50% 0 transparent;*/
        background: url(../images/bgr_content.png) no-repeat 50% 0 #fbc004;
  }

#body-wrapper {
  	width:100%;
	padding:0; margin: 0;
	/*overflow:hidden;*/
        background-color: #fbc004;
	/*background:url(../images/bg.png) repeat-y 50% 0 #fbc004;*/
}
#main_content{
	float:left;
	width:625px;
}
#main_content h1{
	color:#000000;
	font-size:14px;
	text-transform:uppercase;
	padding:20px 0;
}
#main_content h1 strong{
	font-weight:bold;
	color:#eb6e1f;
}
#main_content .post{
	overflow:hidden;
	padding:0 0 40px;
}
#main_content .post .thumb{
	float:left;
	width:180px;
}
#main_content .post .entry{
	float:left;
	width:440px;
	line-height:17px;
}
#main_content .post .entry h2{
	font-size:24px;
	font-weight:normal;
	line-height:normal;
	padding:0 0 8px;
}
#main_content .post .entry h2 a{
	color:#000;
}
#main_content .post .entry p{
	padding:0 0 12px;
}
#main_content .post .postdata{
	background:url(../images/bgr_dots.png) repeat-x;
	padding:10px 0 0;
	float:left;
	width:100%;
	text-align:right;
	margin:10px 0 0;
	font-size:11px;
	color:#666666;
}
#main_content .post .postdata a{
	margin:0 0 0 5px;
}
#main_content .see_all a{
	float:left;
	background:url(../images/btn_more_2.png) no-repeat 100% -24px;
	padding:0 5px 0 0;
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
}
#main_content .see_all a span{
	float:left;
	height:24px;
	line-height:24px;
	cursor:pointer;
	background:url(../images/btn_more_2.png) no-repeat 0 0;
	padding:0 10px 0 15px;
}
#sidebar{
	float:right;
	width:302px;
}
#sidebar .news_widget{
	width:252px;
	padding:50px 25px 35px;
	background:#000;
	overflow:hidden;
}
#sidebar .widget_partners{
	width:302px;
	padding:50px 0 0;
	overflow:hidden;
}
#sidebar .widget_partners h3{
	color:#1a1a1a;
	font-size:14px;
	text-transform:uppercase;
	padding:0 0 15px;
}
#sidebar .widget_partners h3 strong{
	font-weight:bold;
	color:#eb6e1f;
}
#sidebar .widget_partners .content{
	width:302px;
	background:#000;
	overflow:hidden;
	text-align:center;
	padding:30px 0;
}
#sidebar .news_widget h3{
	text-transform:uppercase;
	font-size:14px;
	color:#fed004;
	padding:0 0 20px;
}
#sidebar .news_widget h3 strong{
	color:#eb6e1f;
}
#sidebar .news_widget .post{
	margin:0 -5px;
	overflow:hidden;
	color:#fff;
	padding:0 0 22px;
}
#sidebar .news_widget .post h2{
	font-size:14px;
	color:#ffcc00;
	padding:0 0 5px;
	line-height:normal;
}
#sidebar .news_widget .post h2 a{
	color:#ffcc00;
}
#sidebar .news_widget .post .date{
	float:left;
	width:48px;
	background:#333333;
	margin:0 12px 0 0;
	height:38px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding:10px 0 0;
	line-height:14px;
	color:#eb6e1f;
}
#sidebar .news_widget .post p{
	margin:0 0 0 60px;
}
#sidebar .news_widget .see_all a{
	float:left;
	background:url(../images/btn_more.png) no-repeat 100% -24px;
	padding:0 5px 0 0;
	font-size:12px;
	margin:10px 0 0 -5px;
	text-transform:uppercase;
	color:#fff;
}
#sidebar .news_widget .see_all a span{
	float:left;
	cursor:pointer;
	height:24px;
	line-height:24px;
	background:url(../images/btn_more.png) no-repeat 0 0;
	padding:0 10px 0 15px;
}
/*footer*/
#footer {
	width:100%;
	margin: -13px 0 0 0;
	padding:15px 0 0;
	height:72px;
	overflow:hidden;
	background:url(../images/bgr_footer.png) no-repeat 50% 0;
}
#footer p{
	color:#999999;
	float:right;
	padding:25px 0 0;
	font-size:12px;
}
#footer ul{
	float:left;
	padding:25px 0 0;
	font-size:12px;
}
#footer ul li{
	float:left;
	font-size:12px;
	border-right:1px solid #cccccc;
	line-height:12px;
	height:12px;
	margin:0 9px 0 0;
	padding:0 9px 0 0;
}
#footer ul li.last{
	border:0;
}
#footer ul li a{
	color:#cccccc;
}
/*inner*/
#box-info {
	width:302px;
	float:right;
	position:relative;
}
#box-info .heading {
	width:278px;
	background:url(../images/bg-transparent.png);
	padding:4px 12px 5px 12px;
	position:absolute;
	top:0;
	left:0;
}
#box-info .bottom-panel {
	width:285px;
	background:url(../images/bg-transparent.png);
	padding:4px 5px 5px 12px;
	position:absolute;
	bottom:0;
	left:0;
}
.slider-holder {
	width:100%;
	overflow:hidden;
	margin:0 0 2px;
}
.image img {display:block;}
#box-info .heading h3 {
	margin:0;
	text-transform:uppercase;
	color:#eb6e1f;
	font-size:14px;
	line-height:16px;
}
#box-info .heading h3 span {color:#fed004;}
.social-panel {
	margin:0;
	padding:0;
	list-style:none;
}
.social-panel li {
	display:inline-block;
	padding:0 10px 0 0;
	color:#efefef;
	font-size:11px;
	vertical-align:middle;
	overflow:hidden;
}
.social-panel .like {padding:0 12px 0 0;}
.social-panel .twitter {padding:0;}
*+ html .social-panel li {display:inline;}
* html .social-panel li {display:inline;}
.social-panel a {
	color:#efefef;
	font-size:11px;
	float:left;
}
.social-panel span {
	float:left;
	padding:10px 3px 0 0;
}
.social-panel img {display:block;}
.tools-info {
	width:100%;
	height:44px;
	padding:0 0 19px;
}
.tools-info .title {
	color:#eb6e1f;
	text-transform:uppercase;
	font-size:14px;
	float:left;
	padding:19px 0 0;
}
.tools-info .title span {color:#fed004;}
.tools-holder {
	float:right;
}
*+ html .tools-holder {width:648px;}
* html 	.tools-holder {width:648px;}
.tools-bar {
	background:#fff;
	float:left;
	height:25px;
	margin:18px 5px 0 0;
}
.bar-holder {
	background:url(../images/bg-bar-l.gif) no-repeat;
	height:15px;
	padding:5px 9px 5px 5px;
}
#keyword-form {
	width:237px;
	float:left;
}
#keyword-form input {
	width:227px;
	background:none;
	border:none;
	float:left;
	color:#66656e;
	font-size:11px;
	padding:1px 10px 1px 0;
}
.all-files {
	float:right;
	background:url(../images/divider01.gif) repeat-y;
	font-size:11px;
	position:relative;
	width:65px;
	height:15px;
	padding:0 0 0 20px;
}
.all-files a.dropdown_toggle{
	color:#66656e;
	background:url(../images/bullet-all.gif) no-repeat 100% 50%;
	padding:0 20px 0 0;
	position:relative;
	display:block;
}
.all-files .options{
	position:absolute;
	left:0;
	height:134px;
	top:20px;
}
.all-files .options ul{
	width:94px;
	background:#fff;
	border-bottom:1px solid #999999;
	height:64px;
}
.all-files .options ul li{
	padding:0;
	margin:0;
	border-bottom:1px solid #f0efef;
}
.all-files .options ul li a{
	display:block;
	height:21px;
	padding:0 0 0 18px;
	line-height:21px;
	color:#666666;
}
.all-files .options ul li a:hover{
	background:#c6c6c6;
	text-decoration:none;
}

.hidden{
	display:none;
}

#date-form {
	width:304px;
	float:right;
}
#date-form .row {
	float:left;
	padding:0 3px 0 0;
}
#date-form .row label {
	display:block;
	color:#999;
	font-size:11px;
}
#date-form .row .text {
	width:106px;
	height:26px;
	background:url(../images/input-date.gif) no-repeat 100% 50%;
	overflow:hidden;
}
#date-form .row .text input {
	width:86px;
	background:none;
	border:none;
	float:left;
	padding:6px 10px;
	text-align:center;
	color:#ccc;
}
#date-form #btn-search {
	width:82px;
	height:28px;
	float:left;
	margin:16px 4px 0 0;
}
.block-holder {
	width:100%;
	background:#000;
}
.block-frame {
	width:942px;
	margin:0 auto;
	padding:21px 0 22px;
	overflow:hidden;
}
.block-frame .heading {
	float:left;
	padding:12px 0 0;
}
.block-frame .heading h2 {
	margin:0;
	font-size:24px;
	line-height:26px;
	color:#fff;
}
.media {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.media li {
	float:left;
	padding:0 0 0 12px;
}
.media a {
	width:49px;
	height:48px;
	background:url(../images/btn-media.gif) no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-99999px;
}
.media .video a {background-position:-66px 0;}
.media .photos a {background-position:0 0;}
.media .all a {background-position:-133px 0;}
.media .video.current a {background-position:-66px -48px;}
.media .photos.current a {background-position:0 -48px;}
.media .all.current a {background-position:-133px -48px;}
.media .video a:hover {background-position:-66px -48px;}
.media .photos a:hover {background-position:0 -48px;}
.media .all a:hover {background-position:-133px -48px;}
.media-holder {
	float:right;
	width:550px;
}
.media-holder .title {
	float:right;
	color:#fff;
	padding:30px 0 0 0;
}
.main-holder {
	width:888px;
	margin:0 auto;
	background:#fff;
	padding:18px 26px 33px 29px;
}
.tab-holder {
	width:100%;
	background:#000;
}
.tab-nav {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:942px;
	margin:0 auto;
}
.tab-nav li {
	float:left;
	padding:0 2px 0 0;
}
.tab-nav a {
	width:145px;
	height:33px;
	padding:5px 5px;
	color:#fff;
	background:#333;
	display:block;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	
}
.tab-nav .active a,
.tab-nav a:hover {
	background:#fff;
	color:#000;
	text-decoration:none;
}
#body .wrapper-frame {
	width:100%;
}
.main-holder h3 {
	margin:0 0 1px;
	color:#eb6e1f;
	text-transform:uppercase;
}
.main-holder h3 span {color:#fbc505;}
.top-panel {
	width:100%;
	overflow:hidden;
	padding:0 0 11px;
}
.sort-holder {
	float:left;
	padding:10px 0 0;
}
.sort-holder .title {
	float:left;
	font-size:12px;
}
.sub-nav {
	margin:0;
	padding:1px 0 0;
	list-style:none;
	float:left;
}
.sub-nav li {
	background:url(../images/divider02.gif) no-repeat 0 2px;
	padding:0 7px;
	float:left;
}
.sub-nav li:first-child {background:none;}
.sub-nav a {
	color:#333;
	font-size:12px;
}
.sub-nav .active a,
.sub-nav a:hover {
	color:#eb6e1f;
	text-decoration:none;
}
* html .paging {width:220px;} 
.paging {float:right;}
.paging ul {
	margin:0;
	padding:2px 0 0;
	list-style:none;
	float:left;
}
.paging ul li {
	float:left;
	padding:0 2px 0 0;
}
.paging ul .active a {
	font-weight:bold;
	color:#000;
	background:none;
	text-decoration:none;
}
.paging ul a {
	font-size:10px;
	display:block;
	background:#f3f3f3;
	padding:4px 6px;
	color:#666;
}
#paging-form2,
#paging-form {
	float:left;
	padding:3px 0 0;
}
#paging-form2 .row-holder input,
#paging-form .row-holder input {
	width:19px;
	border:1px solid #e3e3e3;
	float:left;
	color:#666;
	font-size:10px;
	line-height:12px;
	padding:0 3px 0 5px;
}
#paging-form2 .row-holder,
#paging-form .row-holder {
	padding:2px 6px 0 0;
	float:left;
}
#paging-form2 span,
#paging-form span {
	float:left;
	padding:0 6px;
	font-size:10px;
}
#paging-form2 #all-page2,
#paging-form .total-pages {
	background:#f3f3f3;
	border:none;
	width:21px;
	padding:2px 3px 2px 5px; 
}
#paging-form2 #btn-paging,
#paging-form #btn-paging {
	width:24px;
	height:24px;
	float:left;
}
.list-gallery {
	margin:0 0 1px;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.list-gallery li {
	width:143px;
	float:left;
	padding:0 5px 18px 0;
}
.list-gallery .title-info {
	text-align:center;
	display:block;
	line-height:14px;
}
.list-gallery a {
	display:block;
	position:relative;
	height:1%;
}
.list-gallery .btn-play {
	width:27px;
	height:27px;
	background:url(../images/btn-play.png) no-repeat;
	position:absolute;
	bottom:11px;
	right:12px;
	text-indent:-9999px;
	overflow:hidden;
} 
.main-frame {
	width:100%;
	margin:0 0 32px;
}
.main-frame h3 {
    display: inline;
}
.main-frame .sub-categories {
    display:inline;
    font-weight: bold;
    text-transform:uppercase;
}
.main-frame .sub-categories .current {
    color:#fbc505;
}
.main-frame .sub-categories a{
    color:#333;
}
.main-holder .slogan {
	font-size:12px;
	line-height:15px;
	display:block;
	padding:0 0 0 8px;
}
#slider .image {position:relative;}
#slider .slide-info {
	position:absolute;
	top:220px;
	left:17px;
	font-size:48px;
	line-height:50px;
	color:#fff;
}



.social-wrapper {
  margin: 0; padding: 0;
  display: block; width: 60px; float: right;
}

#content-wrapper {
  background: url('../images/content-wrapper-bg.png') 0 0 repeat-y;
  border-bottom: 1px solid #333;
}

/*#content-wrapper-bottom-bg {
  background: url('../images/content-wrapper-bg.png') 0 0 repeat-y;
}*/


/* inform yourself - facts */
h3.facts {
	background:#E0E0E0 url(../images/ico-fact.png) 5px center no-repeat;
	padding:5px 5px 5px 40px;
	border:1px solid #cccccc;
	color:#333333;
	font-size: 1.1em;
	min-height:28px;
	margin: .8em 0 0
}
h3.facts em {
	font-style:normal;
	text-decoration:underline;
	color:#000;
}
h3.facts:hover {
	background: url(../images/ico-fact.png) 5px center no-repeat;
}
