/*
* Home of Happy Brands
* www.homeofhappybrands.nl
* 5/24/2013
*/

/* #Basic
================================================== */

body 														{background: #060606;font-family: 'Open Sans', sans-serif;color: #131313;}
.ambience 													{width: 100%;height: 318px;position: absolute;display: block;}
a{cursor: pointer;}
img{-webkit-user-select:none;
-webkit-touch-callout:none;}
/* #Header
================================================== */

.header 													{width: 100%;height: 318px;background: url(../img/header.png) 0 bottom repeat-x; position: relative;}
.header .container 											{height: 318px;width: 980px;margin: 0 auto;}
.logo 														{width: 188px;height: 248px;text-align: center;padding: 70px 0 0; float: left;}
.aty{															color:#B1D235;}
.menu 														{float: left;width: 780px;height: 118px;padding: 201px 0 0;}
	.menu .top 													{width: 780px;height: 40px;color: #fff;}
	.menu .top .title 											{float: left;color: #fff;font-size: 14px;padding: 10px 0;height: 20px;}
	.menu .top .search 											{float: right;}
	.menu .top .search input 									{background: #403e3e;color: #bcbcbc;font-size: 12px;border: none;padding: 4px;margin: 8px 5px 6px;height: 17px;width: 152px;}
	.menu .top .search .icon-search 							{position: absolute;margin-top: 12px;margin-left: -25px;color: #BCBCBC;}
	.menu .top .social 											{float: right;}
	.menu .top .social ul 										{float: right;padding: 0;margin: 0;}
	.menu .top .social ul li 									{padding: 0;margin: 8px 5px;float: left; list-style-type: none;height: 24px;}

.menu .middle 												{width: 782px;height: 46px;}
	.menu .middle ul 											{padding: 0;list-style-type: none;margin: 0;float: right;}
	.menu .middle ul li 										{float: left;border-left: 1px solid #d6a703;}
	.menu .middle ul li.act										{background: #d4a702;border-bottom:1px solid #d4a702;}
	.menu .middle ul li:last-child 								{padding: 3px 5px 2px;border-right: 1px solid #d6a703;}
	.menu .middle ul li a 										{display: block;transition:0.3s;color: #0a0a0a;text-decoration: none;font-size: 12px;padding: 14px 6px 13px;}
	.menu .middle ul li a:hover 								{color: #0a0a0a;text-decoration: underline;background: #e4b702;}
	.menu .middle ul li i 										{color: #0a0a0a;text-decoration: none;font-size: 12px;padding: 14px 9px;}
	.menu .middle .extra:hover 								{cursor:pointer;color: #0a0a0a;text-decoration: none;background: #e4b702;}
	.menu .middle .extra ul 									{display: none;margin-top: 2px;background: #FFFFFF;position: absolute;z-index:9999;}
	.menu .middle .extra:hover ul {display: block;}
	.menu .middle .extra ul li{float: none;height: auto;width: auto;border:none;border-bottom: 1px solid #CECECE;padding: 0;margin: 0;}
	.menu .middle .extra ul li a{transition:0.3s;color: #131313;font-size: 11px;padding: 10px;display: block;}
	.menu .middle .extra ul li a:hover{background: #F9F9F9;}
	.menu .middle .extra ul .act{background: #F9F9F9;}

.menu .bottom 												{width: 780px;height: 31px;}
.menu .bottom ul 											{padding: 0;list-style-type: none;margin: 0;float: right;background: #111;height: 31px;}
.menu .bottom ul li 										{float: left;padding: 2px 12px;}
.menu .bottom ul li a 										{color: #bcbcbc;font-size: 12px; text-decoration: none;}
.menu .bottom ul li a:hover 								{color: #fff;}
.menu .bottom ul li .act{color: #fff;}
/* #Content
================================================== */

.content 													{width: 100%;overflow: auto}
.content .container 										{position: relative;z-index:2;margin: 0 auto;width: 980px;overflow: auto;background: url(../img/bg_content.png) 0 0 repeat-y;}
.content .pasfoto 											{padding: 9px;border:1px solid #cecece;float:left; margin-right: 10px;}
.content .main 												{float: left;width: 560px;padding: 10px;}

.content .article 											{width: 560px;margin-bottom: 10px;}
.content .article a 										{color:#000;}
.content .article .description 								{background: #1f1f1f;border-radius: 3px 3px 0 0; color: #fff;padding: 10px 10px;	}
.content .article .title 									{font-size: 18px;padding: 10px 10px;background: #fbfbfb;background: -moz-linear-gradient(top,  #fbfbfb 0%, #e8e8e8 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#e8e8e8));background: -webkit-linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);background: -o-linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);background: -ms-linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);background: linear-gradient(to bottom,  #fbfbfb 0%,#e8e8e8 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e8e8e8',GradientType=0 );}
.content .article .spelersnaam 								{margin: -10px 0 10px -10px;font-size: 20px;padding: 10px 20px 10px 10px;width: 530px;background: #fbfbfb;background: -moz-linear-gradient(top,  #fbfbfb 0%, #e8e8e8 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#e8e8e8));background: -webkit-linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);background: -o-linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);background: -ms-linear-gradient(top,  #fbfbfb 0%,#e8e8e8 100%);background: linear-gradient(to bottom,  #fbfbfb 0%,#e8e8e8 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e8e8e8',GradientType=0 );}
.content .article .btn 										{float: left;margin-top: 10px; color: #1f1f1f;background: #ffd503;font-weight: 600;padding: 10px;text-decoration: none;}

.content .article .text 									{background: #fff;padding: 10px;font-size: 12px;line-height: 21px;overflow: auto;}
.content .article .text .image 								{background-position: 50px auto !important;border:1px solid #cecece;background-size:170px auto !important;width: 168px;margin: 0 10px 0 0;height: 102px; display: block;float: left;}
.content .article .text .player 							{height: 180px;}
.content .article .text .box 								{padding: 9px 19px 9px 9px;border:1px solid #cecece;background: #f9f9f9;float: left;  height:84px; overflow:hidden;	}
.content .article .text img 								{max-width:540px; }

.content .article .title 									{overflow:auto;}
.content .article .title .date 								{background: #1F1F1F;border:1px solid #111111;border-radius:3px;padding: 3px;color: #fff; display: block;float: right;font-size: 12px;}
.content .article .title .name 								{width: 460px;display: block;float: left;}

.content .article .list 									{color: #777; display: block;}
.content .article .list ul 									{list-style-type: none;padding: 0;margin: 0;}
.content .article .list ul li 								{border-top: 1px solid #000;}
.content .article .list ul li a 							{transition:0.3s;background: #1f1f1f; color: #fff; text-decoration: none; font-size: 12px; display: block; padding: 10px 10px;}
.content .article .list ul li a:hover 						{background: #111;}
.content .article .list ul li a .date 	 					{float: right; color: #777;}

.content .article .socialshare 								{padding: 12px 0 0;display: block;float: right;width: 140px;}
.content .article .addthis_toolbox 							{width: 64px;}
.content .article .detail 									{background: #111;color: #fff;font-size: 12px;height: 37px;font-weight: 600;}
.content .article .detail .amount 							{height: 17px;float:left;font-weight: bold;background: #ffd503;padding: 10px;color: #1f1f1f;}
.content .article .detail .amount a 						{text-decoration: none;}

.content .article .detail .less a 							{border-radius:0 3px 3px 0;float:left;padding: 10px;color: #1f1f1f;text-decoration: none;background: #ffd503;}
.content .article .detail .readmore 						{background: #1F1F1F;width: 116px;margin: -5px 0 0 438px;position: absolute;display: block;}
.content .article .detail .read 							{color: #fff; float: right;padding: 10px;}
.content .article .detail .more 							{float: right;background: #ffd503;padding: 10px;color: #1f1f1f;text-decoration: none;}
.content .article .detail .reactions 						{padding: 10px;float:left;color: #fff;}
.content .article .detail .reactions a 						{color: #fff;text-decoration: none;}



.content .article .end 										{height: 33px;width: 100%;background:#1f1f1f;border-radius:0 0 3px 3px;border-top:1px solid #111;	}
.content .article .end .less a 								{background: none repeat scroll 0 0 #FFD503;border-radius: 3px 3px 3px 3px;color: #1F1F1F;float: left;font-size: 12px;padding: 5px 10px;text-decoration: none;margin: 5px 0 0 5px;}
.content .article .end .more a 								{background: none repeat scroll 0 0 #FFD503;border-radius: 3px 3px 3px 3px;color: #1F1F1F;float: right;font-size: 12px;padding: 5px 10px;text-decoration: none;margin: 5px 5px 0 0;}

.content .article .end-different 										{height: 23px;width: 100%;background:#111;border-radius:0 0 3px 3px;border-top:1px solid #111;	}


.content input 												{width: 250px;padding: 5px;border:1px solid #cecece;border-radius: 3px;float: left;margin-bottom: 10px;}
.content select 											{width: 262px;padding: 5px;border:1px solid #cecece;border-radius: 3px;float: left;margin-bottom: 10px;}
.content label 												{width: 210px;margin-right: 20px;display: inline-block;float: left;}
.content textarea 											{width: 250px;height: 200px;padding: 5px;border:1px solid #cecece;border-radius: 3px;float: left;margin-bottom: 10px;}
.content fieldset 											{padding: 20px;}
.content .button 											{width: 262px !important;}

.content .overlay{position: absolute;margin: -735px 0 0;z-index:1;background: url(/img/bgoverlay.pngx);	background-attachment:fixed;	width: 100%;height: 735px;}

/* #Sidebar
================================================== */

.sidebar 													{background: url(../img/sidebar.jpg);padding: 10px;width: 180px;float: left;min-height: 834px;}
.sidebar .widget 											{margin-bottom: 10px;}
.sidebar .widget .title 									{margin-bottom: 10px;background: #fff url(../img/widget-title.jpg) top right no-repeat;height: 18px;width: 160px;border-radius: 3px;font-size: 13px;padding: 6px 10px;}
.sidebar .widget_ads										{background-color:white; border-radius:5px; padding:5px;	text-align:center;	}
.sidebar .widget_ads2										{background-color:white; border-radius:5px; padding:5px;	text-align:center;	}
.sidebar .widget_ads iframe 								{border:0; overflow:hidden;}

.sidebar .widget #result 									{font-size: 11px;border-radius: 3px;}
.sidebar .widget #result .results 							{background: #fff;}
.sidebar .widget #result .results .result-box 				{list-style-type: none;padding: 0;margin: 0;}
.sidebar .widget #result .results .result-box				{height: 80px;background: #ffffff;background: -moz-linear-gradient(top,  #ffffff 0%, #e0e0e0 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0));background: -webkit-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%);background: -o-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%);background: -ms-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%);background: linear-gradient(to bottom,  #ffffff 0%,#e0e0e0 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );}
.sidebar .widget #result .results .result-box:first-child 	{border-radius: 3px 3px 0 0;}
.sidebar .widget #result .results .result-box:last-child 	{border-radius: 0 0 3px 3px;}
.sidebar .widget #result .image 							{background-size:cover !important;display: block;height: 62px;width: 50px;border-radius: 3px 0 0 3px}
.sidebar .widget #result .score 							{background: #1F1F1F;color: #FFF; font-size: 11px;padding: 5px; display: block;}
.sidebar .widget #result .scores 							{background: #F4C402;color: #111;padding: 3px;border-radius:3px;float:right;margin-top: -9px;font-size: 12px;width: 42px;text-align: center;}
.sidebar .widget #result .text 								{display: block;padding: 7px;height: 41px;text-align: center;font-size: 12px;line-height: 20px;}
.sidebar .widget #result .tabs 								{background: #111;border-radius:0 0 3px 3px;display: block;padding: 10px 10px 15px 0;height: 3px;}
.sidebar .widget #result .tabs ul 							{margin: 0;padding: 0;list-style-type: none;}
.sidebar .widget #result .tabs ul li a 						{width: 25px;height: 8px;background: #403e3e; display: block;float: left;margin-left: 10px;}
.sidebar .widget #result .tabs ul .ui-tabs-active a 		{background:#f4c402;}



.sidebar .widget #program 									{padding: 0;margin: 0;list-style-type: none;background: #111;border-radius: 3px;}
.sidebar .widget #program .game 							{display: block;line-height: 20px;background: #1f1f1f;height: 73px;padding: 7px 0 0;text-align: center;color: #fff;font-size: 12px;}
.sidebar .widget #program .game:first-child 				{border-radius: 3px 3px 0 0;}
.sidebar .widget #program .game:last-child 					{border-radius: 0 0 3px 3px;border-bottom: none;}
.sidebar .widget #program .game .date 						{margin: 10px 0 0;color: #fff;background: #111;display: block;padding: 5px 0;font-size: 11px;line-height: 13px; height: 15px;}
.sidebar .widget #program .tabs 							{display: block;padding: 10px 10px 15px 0;height: 3px;}
.sidebar .widget #program .tabs ul 							{margin: 0;padding: 0;list-style-type: none;}
.sidebar .widget #program .tabs ul li a 					{width: 25px;height: 8px;background: #403e3e; display: block;float: left;margin-left: 10px;}
.sidebar .widget #program .tabs ul .ui-tabs-active a 		{background:#f4c402;}

.sidebar .widget .topplayer 								{border-radius:3px;}
.sidebar .widget .topplayer .player 						{text-decoration: none; display: block;line-height: 16px;background: #1f1f1f;border-bottom: 1px solid #111;padding: 10px;text-align: left;color: #fff;font-size: 12px;}
.sidebar .widget .topplayer .player:hover 					{background: #111;}
.sidebar .widget .topplayer .player .amount 				{float:right;}
.sidebar .widget .topplayer .category 						{display: block;line-height: 16px;background: #1f1f1f;border-bottom: 1px solid #111;padding: 10px;text-align: left;color: #fff;font-size: 14px;}
.sidebar .widget .topplayer .category:first-child 			{border-radius: 3px 3px 0 0;}
.sidebar .widget .topplayer .player:last-child 				{border-radius: 0 0 3px 3px;}

.sidebar .widget .socials 									{width: 160px;background: #191919;display: block;overflow: auto;border-radius: 3px 3px 0 0;padding: 0 10px;}
.sidebar .widget .socials ul li a 							{color: #111; text-decoration: none;}

.sidebar .widget .socials ul 								{margin: 0;padding: 0;list-style-type: none;width: 160px;height: 24px;}
.sidebar .widget .socials ul li								{float: left;padding: 5px 10px;background: #FFD503;margin-right: 10px;width: 14px;text-align: center;}

.sidebar .widget .social 									{background: #fff; overflow:hidden;}

.sidebar .widget .end 										{display: block;height: 3px;padding: 10px 10px 10px 0;background: #111;border-radius: 0 0 3px 3px}
.sidebar .widget .social .youtube .name 					{padding: 10px;display: block;font-size: 13px;}
.sidebar .widget .social .youtube .date 					{padding: 10px 10px 0;display: block;font-size: 11px;}
.sidebar .widget .social .youtube .text 					{padding: 5px 10px 10px;display: block;font-size: 12px;}

.sidebar .widget .social .facetweet 						{padding:10px;height: 612px;}
.sidebar .widget .social .facetweet iframe 					{width: 160px !important;min-width: 160px !important;}
.sidebar .widget .social .facetweet .name 					{display: block;font-size: 13px;margin-bottom: 10px;}

.sidebar .widget .social .facebook 							{padding: 10px;}
.sidebar .widget .social .facebook iframe 					{width: 160px !important;}
.sidebar .widget .social .facebook .name 					{display: block;font-size: 13px;margin-bottom: 10px;}

.sidebar .widget .social .twitter  							{font-size: 11px;padding: 10px;line-height: 19px;}
.sidebar .widget .social .twitter iframe 					{min-width: 160px !important;}
.sidebar .widget .social .twitter .name 					{display: block;font-size: 13px;margin-bottom: 10px;}
.sidebar .widget .social .tweet  							{}
.sidebar .widget .social .tweet a 							{color: #777;}
.sidebar .widget .social .tweet ul  						{margin: 0;padding: 0;list-style-type: none;}
.sidebar .widget .social .tweet ul li 						{margin-top: 10px;vitesse.at3.vps.hohb.nl background: none repeat scroll 0 0 #F9F9F9;border: 1px solid #CECECE;padding: 9px;}
.sidebar .widget .social .tweet_time 						{font-size: 11px;color: #777;}

.sidebar .widget .button 									{width: 160px !important;border-radius:3px;background: #1F1F1F;color: #fff;font-size: 13px;padding: 10px;margin-bottom: 5px;}
.sidebar .widget .button:last-child 						{margin-bottom: 0;}
.sidebar .widget .button a 									{color:inherit;text-decoration: none;}

.sidebar .widget .leftmenu 									{width: 180px !important;border-radius:3px;background: #1F1F1F;color: #fff;font-size: 13px;padding: 0;margin-bottom: 5px;}
.sidebar .widget .leftmenu a 								{color:#bcbcbc;text-decoration:none; border-bottom:1px solid #333;  display:block;padding:5px 10px;}
.sidebar .widget .leftmenu a:last-child 					{	border-bottom:0px;}
.sidebar .widget .leftmenu a.act 							{color:#fff;}

/* #Footer
================================================== */

.footer 													{width: 100%; background: #222221 url(../img/footer.jpg) 0 0 repeat-x;color: #fff;font-size: 13px;line-height: 20px;}
.footer .container 											{width: 980px;margin: 0 auto;overflow: auto;padding-bottom: 20px;		}
.footer .title 												{font-size: 14px;padding: 10px 0;display: block;height: 22px;margin-bottom: 10px;}
.footer .title .line 										{border-bottom: 1px solid #ffc506;padding: 10px 0px;}

.footer .left 												{width: 400px;margin-right: 20px;float:left;margin-left: 20px;}
.footer .left .image 										{float:left;margin-right: 20px;}
.footer .left .image img 									{height: 118px;width: 118px;border:1px solid #191918;}

.footer .center 											{width: 250px;margin-right: 20px;float:left;}
.footer .center ul 											{list-style-image: url(../img/list.jpg);padding-left:20px;}
.footer .center ul li a 									{padding-top: 13px;display: block; color:#fff;text-decoration: none;}
.footer .center ul li a:hover 								{text-decoration: underline;}
.footer .center ul li:first-child a 						{padding-top: 0;}

.footer .right 												{width: 250px;margin-right: 20px;float:left;text-decoration: none;}
.footer .right a   											{color: #fff;}
.footer .right ul 											{margin: 0;padding: 0;list-style-type: none;}
.footer .right ul li 										{margin-top: 13px;}

/* #Other
================================================== */

.speler table 												{float:none;}
.speler hr 													{width: 540px;float: left;border-color:#cecece;border-top:1px solid #cecece;border-bottom: none;border-left: none;border-right:none;margin: 10px 0;}

.old a 														{display: inline-block; float:left;width: 200px;height: 20px;}

.topscores table 											{min-width: 265px;}

.programmabig 												{border: 1px solid #dddddd; padding: 10px;margin-bottom: 10px;float: left;width: 520px;text-align: center;height: 144px;}
.programmabig img 											{height: 64px;width: auto;text-align: center;}


.spelerslijst 												{width: 100%;}

.player-introduction .btn									{position: absolute;margin-top: 119px !important;}
.player-introduction .box 									{width: 340px;}

table, td, tr, th 											{border-color:#cecece;font-size: 12px;}
td 															{padding: 2px 10px;}

.topscores 													{border:1px solid #cecece; float: left;width: 265px;font-size: 12px;margin-top: 10px !important;}
.topscores td, .topscores th 								{border-right:1px solid #cecece; border-bottom:1px solid #cecece;}
.topscores th 												{text-align: left;padding: 0 10px;}
.topscores tr:nth-child(even) 								{background: #f8f8f8;}
.topscores .r 												{text-align: right;}

.stand 														{width: 540px !important;}
.stand .cl 													{text-align: left;padding-left: 10px;}
.stand .r 													{text-align: right;}
.stand th 													{text-align: center !important;}

.spelerslijst th  											{border-color:#cecece !important;}
.spelerslijst td 											{padding: 10px;height: 40px;border-color:#cecece !important;}
.spelerslijst img 											{text-align: center;}
.spelerslijst tr 											{border-color:#cecece !important;}
.spelerslijst tr:nth-child(even) 							{background: #f8f8f8;}
.ui-accordion-header-icon 									{display: none;}
.speler p 													{display: block;}

.programmabig 												{cursor: pointer;margin: 0 15px 10px 0;padding: 5px;text-align: center;}
.clearfix:after 											{clear: both;content: ".";display: block;height: 0;line-height: 0;visibility: hidden;}
.programmabig div div 										{float: left;width: 173px;}

#accordion  												{border:1px solid #cecece;padding: 10px;}
#accordion h3 												{cursor:pointer;font-size: 14px;padding: 10px;margin: 0;border: 1px solid #111111;margin-top: -1px;background: #1F1F1F;color: #fff;}
#accordion h3 span 											{float: right;font-weight: normal;font-size: 11px;background: #111;padding: 2px;width: 18px;text-align: center;border-radius: 3px;}
#accordion ul 	 											{padding: 0;margin: 0;list-style-type: none;border-left:1px solid #cecece;border-right:1px solid #cecece;background:#E8BA02;padding: 10px;height:auto !important;}
#accordion ul li 											{padding: 10px;background: #fff;border:1px solid #cecece;margin-top: -1px;height: 21px}
#accordion ul li:hover 										{background: #F9F9F9;}
#accordion .ui-accordion-header-active 						{background: #111;}

.copyright 													{background: #191917;width: 100%;color: #777777;text-align: center;font-size: 11px;padding: 7px 0;}
.copyright a  												{color: #999; text-decoration: none;}
.copyright a:hover{color: #fff;}

.teamplayer 												{list-style-type: none;margin: 0;padding: 0;margin-left: 2px;}
.teamplayer li 												{float: left;width: 127px; margin-right: 10px;margin-bottom: 10px;}
.teamplayer li:nth-child(4n+4) 								{margin-right: 0;}
.teamplayer .photo 											{width: 127px;height: 200px;display: block;background-size:cover !important;border-radius:3px 3px 0 0;}
.teamplayer .name 											{width: 121px;vertical-align:middle;display:table-cell; height: 44px;border-top:3px solid #E6B800;background: #1F1F1F;color: #fff;padding: 5px 3px;border-radius: 0 0 3px 3px;text-align: center;font-size: 11px;}

.teamnav {list-style-type: none;margin: 0;padding: 0;padding: 10px;background: #1f1f1f;overflow: auto;border-radius: 3px;margin-bottom: 10px;}
.teamnav li{float: left;margin-right: 10px;display: block;background: #E9BB03;padding: 2px 4px;border-radius: 3px;}
.teamnav li:last-child{float: right;margin-right: 0;}
.teamnav li a{text-decoration: none;font-weight: 600;}
.dvolgende{display: none;}
.teampage .vorige{display: none;}
.vorige{display: none;}

.frgt{				float:right;		}

.slider{																					}
.slider_item{												height:120px; width:170px;	 	 display:block;	text-align:center;		 }

.slider2{													margin:20px 0 0 0;					background-color:white;		background-color:white;		text-align:center;				}
.slider2_item{												height:60px; width:560px;	 	float:left;	 display:block;	text-align:center;	}
.poll{height: 340px !important;font-size: 12px;padding: 10px 10px 0 !important;width: 180px;box-sizing: border-box;}
.poll a{color:#777;}
.poll a:hover{color: #131313;}
.poll-item{height: 18px;margin: 0 !important;padding: 0 !important;}
.poll-item{-webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2); box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2);border:1px solid #CC9004;min-width: 20%;margin: 5px 0 10px;padding: 5px;box-sizing: border-box;background: #eabc04; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhYmMwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGIxMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #eabc04 0%, #d8b104 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eabc04), color-stop(100%,#d8b104)); background: -webkit-linear-gradient(top, #eabc04 0%,#d8b104 100%); background: -o-linear-gradient(top, #eabc04 0%,#d8b104 100%); background: -ms-linear-gradient(top, #eabc04 0%,#d8b104 100%); background: linear-gradient(to bottom, #eabc04 0%,#d8b104 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eabc04', endColorstr='#d8b104',GradientType=0 );}
.poll strong{float: left;display: block;margin: 0 0 5px;}
.poll .polls{margin: 5px 0;}
.poll .polls div{
	font-weight: bold;
}
.poll-item{
	font-weight: normal;
	font-size: 11px;
	margin: 4px 0 4px !important;
}
.paging{padding:5px;font-size:12px;}
.paging a{display:inline-block;padding:1px 5px;background-color:#000;color:#fff !important;text-decoration:none;border-radius:3px;}
.paging a:hover, .paging a.active{background-color:#f4c402;color:#000 !important;};

/* Micro clearfix solution, just add the class and it's fixed! */
.cf 															{zoom: 1; }
.cf:before,
.cf:after 														{content: ""; display: table;}
.cf:after 														{clear: both;}

.marked{padding:10px 0;}

.news_gallery{text-align:center;}

.news_gallery a{
	display:inline-block;
	width:170px;
	height:150px;
	overflow:hidden;
	vertical-align:middle;
	background-color: #ddd;
	text-decoration:none;

	float:left;
	margin:0 5px 0 0;
}

.news_gallery a .icon-play{
	position: absolute;
	top:18px;
	left:20px;
}

.news_gallery a.gallery_first{
	background-color: transparent;
	width:540px;
	height:auto;
	display:block;
}


.twitter-timeline{height:453px;}



.gallery:hover .viewh{			display:block;	}
.gallery .viewh{				background-color:red;	height:100%;	background-color:rgba(234, 188, 4, 0.5);	 display:none; 	}
.gallery .viewh i{			color:white;	font-size:25px;		margin:60px 0 0 0; }
.gallery_first{				height:300px !important;	background-position:center center;	}
.gallery_first .viewh i{			color:white;	font-size:25px;		margin:140px 0 0 0; }
