/*
Theme Name: Bimmerpost2015
Theme URI: http://www.bimmerpost.com/
Description: BIMMERPOST 3.0
Version: 2.0
Author: Mark
Author URI: http://www.bimmerpost.com
Tags: blue, custom header, fixed width, two columns, widgets

*/


/* My CSS */


@font-face{   
    font-family: 'Socialfonts';  
    src: url('/wp-content/themes/2015/Socialfonts.eot');  
    src: url('/wp-content/themes/2015/Socialfonts?#iefix') format('embedded-opentype'),  
       url('/wp-content/themes/2015/Socialfonts.woff') format('woff'),  
       url('/wp-content/themes/2015/Socialfonts.ttf') format('truetype'),  
       url('/wp-content/themes/2015/Socialfonts.svg#WebSymbolsRegular') format('svg');  
}  



body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:#fff;
	color:#000;
	padding:0;
	margin:0;
	}

a, a:visited
	{
	text-decoration:none;
	color: #0066cc;
	}

.clear
	{
	clear:both;
	}


.dateHeader
	{
			clear: both;
			margin: 0 0 2% -3%;
			background:rgba(1, 28, 58, 0.05);
			padding: 0;
			position: relative;
			width: 107.5%;
			padding: 0;
	}


				@media screen and (max-width: 768px) {   
				.dateHeader
					{
					background:#f1f1f1;
					margin:0;
					width:100%;
					}
				}
				
	
.dateHeader div
	{
			padding: 1.3% 2%;
			margin: 0;
			font-size: 11px;
			font-family: "Open Sans";
			text-align: left;
			font-weight: 400;
			letter-spacing: 0;
			color: #333;
			float:left;		
	}

				@media screen and (max-width: 586px) {   
				.dateHeader div
					{
    float: none;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #aaa;
    letter-spacing: 0;
    font-family: "helvetica";
        padding-top: 24px;
					}
				}
				
.dateUnitContainer
	{
		text-align:center;
	}
	
.dateUnitContainedONE
	{
		float:left;
		width:30%;
		margin-right:1%;
	}		

.dateUnitContainedAFTER
	{
		float:left;
		width:69%;
	}	
		
.pageTitleDescription
	{
	margin:0 0 0 3%;	
	padding:1% 0 0 0;
	clear:both;
	font-family:Source Sans Pro;
	font-size:18px;
	line-height:24px;
	color:#777;
	width:30%;
	}	
	
					
.pagetitle
	{
	font-family:Source Sans Pro;
	font-weight:200;
	font-size:26px;
	color:#fff;
	padding:1% 0 1% 2%;
	margin:1px 0 0;
	background: #82878D;
	width:87%;
	float:left;
	text-align:left;
	}


		.pagetitle ul
			{
				list-style:none;
				margin:0;
				padding:0;
			}

		.pagetitle li
			{
				float:left;
				margin:0px 20px 0 0;
			}

		.pagetitle li a
			{
				color:rgba(255,255,255,0.6);
			}

		.pagetitle li a:hover
			{
				color:#fff;
			}

		#carsList.pagetitle li			
			{
				margin:-3px 12px 3px 0;
			}	

		#carsList.pagetitle li a		
			{
				font-size:17px;	
			}	

		#pagesList.pagetitle li
			{
				margin: -1px 34px 1px 0;
			}
			
		#pagesList.pagetitle li a		
			{
				font-size:22px;	
			}

			.pagetitleShows li
				{
				font-size:14px;
				margin-right:66px;
				}				
											
.pagetitle1b
	{
	margin:0;
	padding:1% 1% 1% 0px;
	clear:both;
	float:left;
	text-align:right;
	width:10%;
	font-family:Source Sans Pro;
	font-weight:200;
	font-size:26px;
	color:#111;
	}
	
				@media screen and (max-width: 1024px) {   
				.pagetitle1b, .pagetitle, #pagesList.pagetitle li a	
					{
					font-size:20px;
					}
				}	

				@media screen and (max-width: 640px) {   
				.pagetitle1b, .pagetitle, #pagesList.pagetitle li a	
					{
					font-size:15px;
					}
				}	
					
.pagetitle1
	{
	width:530px;
	margin:0px 0px 0px 10px;
	padding:0px 40px 0px 0px;
	clear:both;
	float:left;
	font-family:helvetica,arial;
	font-size:15px;
	line-height:22px;
	color:#4f4f4f;
	}

				@media screen and (max-width: 1440px), screen and (max-height:1000px) {   
				.pagetitle1
					{
					width:302px;
					}
				}	

				@media screen and (max-width: 1280px) {   
				.pagetitle1
					{
					max-width:740px;
					width:auto;
					}
				}

				@media screen and (max-width: 586px) {   
				.pagetitle1
					{
					font-size:12px;
					line-height:18px;
					}
				}
												

.pageTitle3
	{
	font-family:Source Sans Pro;
	font-weight:200;
	font-size:44px;
	color:#618BE4;
	margin:2% 0 0 3%;
	float:left;
	text-align:left;
	letter-spacing:-1px;
	}
		
.topheader
	{

	}


				@media screen and (max-width: 586px) { 
				.topheader
					{
						position:fixed;
						width:100%;
						z-index:9999;
						top:0;
					}   							
				}
							

.toplogo
	{
	clear:both;
	padding:0;
	z-index:9997;
	margin:0 auto;
	max-width:100%;
	display:block;
	width:100%;
	height:55px;
	background:#141414;
	}


.toplogocontain
	{
	margin:0 auto;
	padding:0;
	z-index:9999;
	max-width:1580px;
	height:100%;
	position:relative;
	}	


				
			.toplogocontainLogo
				{
				float:left;
				position:relative;
				height:55px;
				min-width:480px;
				}

					@media screen and (max-width: 586px) {   
					.toplogocontainLogo
						{
						width:90%;
						}	
				}		
				
/*
			.toplogocontainLogo .sticky-wrapper
				{
				float:left;
				}


					@media screen and (max-width: 586px) {   
					.toplogocontainLogo .sticky-wrapper
						{
						display:none;
						}	
				}																						
*/								
			.toplogocontainAds
				{
				width:99%;
				text-align:right;
				}	

				@media screen and (max-width: 1119px) {   
					.toplogocontainAds
						{
						display:none;
						}	
				}
								
				@media screen and (min-width: 1280px) {   
					.toplogocontainAds
						{
						padding:0;
						margin:0;
						display:inline;
						width:728px;
						float:right;	
						}	
				}	


.toplogoSocial
	{
	height: 25px;
	float:right;
	margin: 18px 15px 0px 5px;
	}	

				@media screen and (max-width: 628px) {   
					.toplogoSocial
							{
							display:none !important;
							}
				}
				
				
								
.thepage
	{
	/*max-width:1380px;*/
	max-width:1480px;
	max-width:1510px;
	width:95%;
	margin: 0 auto;
	display:block;
	padding: 0;
	clear:both;
	}
		
				
				@media screen and (max-width: 1280px)  {   
					.thepage
						{
						width:auto;
						}	
				}	

				@media screen and (max-width: 586px)  {   
					.thepage
						{
						margin:55px 0 0 0 !important;
						}	
				}															
				
#homepageThePage
	{
	margin:0 auto;
	}


	.thepageSubPage
	{
		background:#fff;
		position:relative;
	}
					


				
.thepage5header
	{
	max-width:1220px;
	margin: 0 auto;
	padding: 14px 0px 12px 10px;
	clear:both;
	}


.rightcolumn
	{
	float:left;
	width:300px;
	padding:0;
	position:relative;
	margin-top:17px;
	}


				@media screen and (max-width: 1280px) {   
				.rightcolumn
					{
						width:100%;
						/*position:absolute;*/
						top:0;
						left:0;
						right:0;
						margin:30px 0 0;
						height:100px;
						background:#ccc;
					}
				}
				

				@media screen and (max-width: 748px) { 
				.rightcolumn
					{
						height:60px;
						background:transparent;
					}  	
				}


														
.leftcolumn
	{
	float:left;
	width:886px;
	width: calc(100% - 300px - 2.5% - 2px);
	margin: 0 2.5% 0px 0px;
	padding: 0;
	
	border:1px solid #e3e3e3;
	border-top:0;
	background:#e6e7e8;
	}

				@media screen and (max-width: 1280px) {   
				.leftcolumn
					{
						width:100%;
						margin:0;
						border:0;
					}
				}

				
															
.subcatbar
	{
	clear:both;
	width:100%;
	position:relative;
	}

				
.subcatbarInside
	{
	max-width:1580px;
	width:100%;
	margin:0 auto;
	padding:0;
	height:40px;
	position:relative;
	/*border-top:1px solid #004781;*/
	}
	
	.subcatbar.stuck .subcatbarInside
		{
			background:rgba(0,0,0,0.85);
		}

				@media screen and (max-width: 586px)  {   
					.subcatbarInside
						{
						height:auto;
						}	
				}					


.catsLeft
	{
	float:left;
	padding: 11px 0 8px 0;
	margin: 0;
	text-align:center;
	width:100px;
font-family: "open sans";
    font-weight: 300;
    font-size: 12px;
    color: #bbb;
    letter-spacing: 0px;	
	}

				@media screen and (max-width: 586px)  {   
					.catsLeft
						{
						display:none;
						}	
				}					

	.stuck .catsLeft
	{
		margin-top:3px;
	}
	
.current-cat
	{
	color:#417ae2;
	border-bottom:3px solid #b03b3b;
	/*background: #1676DD;	*/	
	}	

.current-cat a
	{
	/*font-weight:700 !important;*/
	/*color:#fff !important;*/
	}	
		
.catscont
	{
	overflow:hidden;
	float:left;
	margin:0;
	color:#a6a6a6;
	width: calc(100% - 516px);
	}	

				@media screen and (max-width: 728px)  {   
					.catscont
						{
						width: calc(100% - 164px);
						}	

				}	

				@media screen and (max-width: 586px)  {   
					.catscont
						{
						margin: 0 0 0 78px;
						}	

				}					

.stuck .catscont
	{
		margin-top:3px;
	}

						
.subcatbar ul
	{
	list-style-type: none; 
	float:left;
	margin:0;
	padding:0;
	width:100%;
	height:40px;
	overflow:hidden;
	}

.subcatbar li
	{
	float:left;
	padding: 11px 0.9% 11px 1% !important;
	}

				
.subcatbar a
	{
		font-family:"open sans";
		font-weight:300;
		font-size:12px;
		color:#bbb;
		letter-spacing:0px;
	}


.stuck.subcatbar a
	{
		color: rgba(255,255,255,0.8);
	}	
	
				
.subcatbar a:hover
	{
	text-decoration:none;
	color:#fff;
	}

.subcatbar span
	{
	padding:0px 13px 0px 13px;
	float:left;
	font-size:11px;
	}


.moreCatsRight
	{
    width: 50px;
    float: left;
    height: 100%;		
	}
.moreCatsRight span
	{
	width: 49px;
	text-align: center;
	font-family: "open sans";
	font-size: 12px;
	color: #bbb;
	font-weight: 300;
	margin-top: 6px;
	cursor: pointer;
	/* height: 28px; */
	padding: 4px 0;
	border: 1px solid #7E7E7E;
	border-radius: 4px;
	}
	
.moreCatsRightMenu
	{
	list-style-type: none;
	background:#1d65b7; position:absolute; display:none; padding:3%; right:0px; margin:40px 0px 0px 0px;
	z-index:9999;
	}	

		.moreCatsRightMenu ul { list-style:none; margin: 3% 0px 22px 3%; padding:0; text-align:center; width:100%;  column-count: 4; column-gap: 20px; -webkit-column-count: 4; -webkit-column-gap: 20px;}
		.moreCatsRightMenu ul ul {  column-count: 1; column-gap: 20px; -webkit-column-count: 1; -webkit-column-gap: 20px;}	

		.moreCatsRightMenu li { margin: 6px 20px; ffloat:left; text-align:left; padding:0 !important; width:30%; display:table; border:0;}
		.moreCatsRightMenu li li { width:90%; margin-left:8%;margin-bottom:3%; }
		.moreCatsRightMenu a, .moreCatsRightMenu a:active, .moreCatsRightMenu a:visited { font-family:Archivo Narrow; clear:both; padding:0px; background: transparent; text-align:left; font-size:19px; color:#fff; font-weight:400; text-transform:none; text-decoration:none; letter-spacing:0; }
		.moreCatsRightMenu a:hover {text-decoration:underline; color:#82aeff;}

.children { display:none; }

	
	
	
.stuck
	{
		position: fixed;
		top: 0;
		z-index: 9998;
	}	


.stuckZeroClass
	{
		position:absolute;
	}			
		
.ads2.stuck
	{
		margin:70px 0px 0px;		
		
	}	

				@media screen and (max-width: 1280px) { 
				.ads2.stuck
					{
						margin:5px auto;
						position:relative;
					}  	
				}
					
				@media screen and (max-width: 748px) { 
				.ads2.stuck
					{
						margin:5px auto;
						position:relative;
					}  	
				}
					
.ads2
	{
	padding:0;
	text-align:center;
	clear:both;
	width:300px;
	height:600px;
	}

				@media screen and (max-width: 1280px) { 
				.ads2
					{
						width:728px;
						height:90px;
						margin:5px auto;
					}  	
				}
				

				@media screen and (max-width: 748px) { 
				.ads2
					{
						width:320px;
						height:50px;
						margin:5px auto;
					}  	
				}
				
.ads2ActualAd
	{
	width:300px;
	height:600px;
	}	

				@media screen and (max-width: 748px) { 
				.ads2ActualAd
					{
						width:320px;
						height:50px;
					}  	
				}
						
						
							
.bimmerpostlogo
	{
	width:65px;
	height:65px;
	z-index:9999 !important;
	float:left;
	margin:0;
	padding:0;
	/*
	box-shadow: rgba(0, 0, 0, 0.70) 0px 0px 60px inset;
	background: rgb(0, 104, 190);	
	*/
	overflow:hidden;
	border-radius:50%;
	top:18px;
	position:relative;
	border: 3px solid rgba(96, 98, 100, 1);
	}

				.bimmerpostlogo img
					{
					/*width:39px;
					height:39px;
					border-radius:20px;
					box-shadow:5px 5px 0px rgba(0,0,0,0.2);*/
					width:65px;
					height:65px;
					}


				@media screen and (max-width: 728px) {   
					.bimmerpostlogo
						{
						    width: 38px;
						    height: 38px;
						    border: none;
						    top: 9px;
						    left: 9px;	
						}

				.bimmerpostlogo img
					{
					width:38px;
					height:38px;
					}


				}	

			
				@media screen and (max-width: 586px) {   
					.bimmerpostlogo
						{
						display:none;
						}

				}	

	

.bimmerpostlogo.scroll-to-fixed-fixed, .bimmerpostlogo.scroll-to-fixed-fixed img
	{
		box-shadow:rgba(0, 0, 0, 0.1) 0px 1px 20px;
		
		width:50px !important;
		height:50px !important;
		
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;		
	}


.bimmerpostlogoTwo
	{	
	float:left;
	margin:11px 0 0 20px;
	-webkit-transform: scale(0.99,1);
	font-family:Coda;
	font-weight:400;
	color:#f0f0f0;
	letter-spacing:-1px;	
	font-size:24px;
	text-transform:capitalize;	
	}				

.bimmerpostlogoTwo a
	{
		color:#fff;
		text-decoration:none;
	}


				@media screen and (max-width: 660px) {   
					.bimmerpostlogoTwo
							{
							font-size: 28px;
							margin-top:9px;
							}
												
				}
				
				@media screen and (max-width: 586px) {   
					.bimmerpostlogoTwo
							{
							color:rgba(255,255,255,0.8);
							margin:10px 0px 0px 60px;	
							}
							
					.bimmerpostlogoTwo a
							{
							color:rgba(255,255,255,0.4);
							}							
							
				}
				
										



.opaquedd
	{
	clear:both;
	position:absolute;
	top:45px;
	left:193px;
	width:640px;
	margin-left:3px;
	background:rgba(0,0,0,0.95);
	padding:0px 0px 20px 0px;
	z-index:9999;
	}

		
.opaqueitem
	{
	float:left;
	width:282px;	
	margin:20px 0px 15px 25px;
	}
		
.opaquetitle
	{
	position:relative;
	padding:20px 10px 10px 15px;
	}

		.opaquetitle span
			{
			font-family:Helvetica,Arial;
			font-size:20px;
			font-weight:700;
			color:#666;
			letter-spacing:-1px;
			}
	
				
.opaqueimage
	{
	width:282px;
	}	

.opaqueimage img
	{
	width:282px;
	height:180px;	
	}	

.opaquedate
	{
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #657B83;
	font-weight:500;
	font-size:11px;

	padding:3px 0px 0px 1px;
	letter-spacing:0;
	}	
			
.opaquetext
	{
	width:269px;	
	padding:10px 0px 0px 0px;
	}	

.opaquetext a
	{
	color:#eee;
	font-size:20px;
	line-height:24px;
	font-weight:700;
	font-family: 'Archivo Narrow','lucida grande',tahoma,verdana,arial,sans-serif;
	letter-spacing:0;
	}	


.optionsBoxCont
	{
		width: 258px;
		float:left;
		margin-left:88px;
	}
	
				@media screen and (max-width: 728px) {   
					.optionsBoxCont
							{
							display:none;
							}
				}				
.optionsBox
	{
		border-bottom:0;
	}

.optionsBox div
	{
	font-family: "Open Sans";
    font-weight: 300;
    font-size: 12px;
    float: left;
    margin: 6px 6px 0 0;
    color: #bbb;
    cursor: pointer;
    letter-spacing: -0.02em;
    padding: 4px 14px;
    /* border-bottom: 3px solid #888; */
    border: 1px solid #888;
    border-radius: 16px;
		
	}

		
	#showallposts.optionsBoxHighlight
		{
				background:#888;	
		}	

	#shownewposts.optionsBoxHighlight
		{
				background:#888;	
		}	
				
			
.optionsBoxHighlight
	{
		color: #fff !important;
	}
	
.firstGroup
	{
	padding: 0;
	margin:0 0 22px 0;	
	background:#000;
	}


	
.secondstorytab
	{
	position:absolute;
	top:4px;
	left:6px;
	font-weight:700;	
	padding: 2px 8px 2px 8px;
	color: #fff;
	font-family: Helvetica;
	font-size: 8px;
	border-radius: 2px;	
	letter-spacing:0;
	}	
	
.secondstory2contain
	{
	margin:0px 0px 0px 0px;
	padding:20px 0px 25px 20px;
	/*border-bottom:5px solid #d7d7d7;*/
	background:#f2f2f2;
	}

				@media screen and (max-width: 586px) {   
				.secondstory2contain
					{
					padding:0;
					background:#fff;
					margin-top:30px;
					}
				}

			
.secondstory2
	{
	float:left;
	position:relative;
	margin:0;
	width:50%;

    height: 0px;
    padding-bottom: 30%; /* proportional scaling */
	}


				@media screen and (max-width: 768px)  {   
					.secondstory2
						{
						padding-bottom:52%;
						}											
				}	
				
				
								
				@media screen and (max-width: 586px) {   
				.secondstory2
					{
						width:auto;
						box-shadow:none;
						float:none;
						margin:0;
						border:0;
						background:#000;			
					}
				}


.secondstory2SMALL
	{
	padding-bottom:22%;
	}


#secondstory23
	{
		clear:both;
	}
	
	
#secondstory1
	{
		width:100%;
		padding-bottom: 72%;
	}

#secondstoryArchive
	{
		float:none;
		width:100%;
		padding-bottom:44%;
	}	
	
				
.secondstoryimgg
	{
	overflow:hidden;	
	float:left;
	width:100%;
	position: absolute;
	top: 0;
	height:100%;
	}		

														
.secondstoryimgg img
	{
	width:100%;
	height:100%;
	}
				
																				

				
.secondstorywords2
	{
	padding:10px 30px 0px 0px;
	overflow:hidden;
	bottom:0px;
	left:0;
	height:110px;
	}

	.mywords2
		{
		font-size:13px;
		color:#8d91a1;
		font-weight:400;
		line-height:18px;	
		font-family:arial;
		padding:8px 0px 0px 2px;
		}

		.mywords2 p
			{
			padding:0;
			margin:0;
			}		


.secondstorywords3
	{
	pointer-events:none;	
	padding:0;
	overflow:hidden;
	bottom:160px;
	left:0;
	right:0;
	top:0;
	position:absolute;
	
	/*extra*/
	/*box-shadow: inset 0 0 160px rgba(0, 0, 0, 0.7);*/
	
	bottom:0;	
	}

				
				@media screen and (max-width: 1280px) {   
				.secondstorywords3
					{
						padding:10px 30px 30px 0px;
					}
				}
					
				@media screen and (max-width: 1024px) {   
				.secondstorywords3
					{
						padding:10px 30px 20px 0px;
						height:auto;
					}
				}

				@media screen and (max-width: 586px) {   
				.secondstorywords3
					{
						right:0;

						height:auto;	
						padding:4% 15% 15px 4%;
						
						
						overflow:visible;				
					}
				}
													


.GradientGrayRed
	{
		background: linear-gradient(to bottom right,rgba(0, 47, 75, 0.5) 30%,rgba(220, 66, 37, 0.4) 100%), radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 70%,rgba(0,0,0,0.6) 100%);
	}	
	

.GradientOrange
	{
		background: 
			radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.5) 85%,rgba(0,0,0,0.6) 100%),
			linear-gradient(to bottom right, rgba(225, 35, 6, 0.3) 20%,rgba(244, 166, 9, 0.0) 100%);
	}	
	

.GradientBluePurple
	{
		background: linear-gradient(to top left, rgba(93, 33, 126, 0.4) 0%,rgba(6, 83, 155, 0.6) 100%);
		background: linear-gradient(to top left, rgba(93, 33, 126, 0.2) 0%,rgba(6, 83, 155, 0.1) 100%);
		background: 
			radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.5) 85%,rgba(0,0,0,0.6) 100%),
			linear-gradient(to top left, rgba(93, 33, 126, 0.4) 20%,rgba(6, 83, 155, 0.1) 100%);
	}								

.GradientBluePurple
	{
		background: 
			radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.5) 85%,rgba(0,0,0,0.6) 100%),
			linear-gradient(to bottom right, rgba(21, 119, 209, 0.4) 0%,rgba(120, 32, 179, 0.5) 100%);
	}
	
.GradientBlue
	{
		background: linear-gradient(to bottom right, rgba(9, 139, 226, 0.7) 0%,rgba(21, 59, 155, 0.1) 100%);
		background: 
			radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.5) 85%,rgba(0,0,0,0.6) 100%),
			linear-gradient(to bottom right, rgba(9, 104, 226, 0.4) 0%,rgba(21, 59, 155, 0.17) 100%);
	}

.GradientSteelyCyan
	{
		background: linear-gradient(to bottom right, rgba(21, 141, 209, 0.3) 0%,rgba(32, 73, 179, 0) 100%);	
		background: 
			radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.5) 85%,rgba(0,0,0,0.6) 100%),
			linear-gradient(to bottom right, rgba(21, 141, 209, 0.1) 0%,rgba(32, 73, 179, 0.1) 70%);
	}	

.GradientEstoril
	{
		background: linear-gradient(to bottom right, rgba(80, 129, 208, 0.6) 0%,rgba(52, 94, 168, 0.1) 100%);	
		background: linear-gradient(to bottom right, rgba(31, 86, 175, 0.7) 0%,rgba(52, 94, 168, 0.3) 100%);
		background: 
			radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.5) 85%,rgba(0,0,0,0.6) 100%),
			linear-gradient(to bottom right, rgba(0, 79, 237, 0.4) 0%,rgba(244, 166, 9, 0.2) 100%);
	}	
	
.GradientOrangeRed
	{
		background: 
			radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.5) 85%,rgba(0,0,0,0.6) 100%),
			linear-gradient(to bottom right, rgba(247, 90, 0, 0.35) 0%,rgba(211, 0, 0, 0.35) 100%);
	}

.GradientBlueGreen
	{
		background: 
			radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.5) 85%,rgba(0,0,0,0.6) 100%),
			linear-gradient(to bottom right, rgba(6, 47, 211, 0.3) 20%,rgba(72, 175, 21, 0.4) 100%);
	}

.GradientPinkOrange
	{
		background: 
			radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.5) 85%,rgba(0,0,0,0.6) 100%),
			linear-gradient(to bottom right, rgba(229, 13, 136, 0.2) 20%,rgba(244, 166, 9, 0.1) 100%);
	}

.GradientRedBlue
	{
		background: 
			radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.5) 85%,rgba(0,0,0,0.6) 100%),
			linear-gradient(to bottom right, rgba(209, 21, 21, 0.7) 0%,rgba(32, 73, 179, 0.5) 100%);
	}

.GradientYellow
	{
		background: 
			radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0.5) 85%,rgba(0,0,0,0.6) 100%),
			linear-gradient(to bottom right, rgba(237, 191, 7, 0.5) 0%,rgba(244, 166, 9, 0.1) 100%);
	}
	

		
.secondstorycounter
	{
	float: left;
	/*margin:5px 10px 0px 10px;	*/
	margin:0 0 0 10px;
	}

				@media screen and (max-width: 586px) { 
				.secondstorycounter
					{
						margin:0px 6px 0px 0px;
					}  	
				}

				
.secondstorycounteritem, .secondstorycounteritem-Top2
	{
	padding:0px 6px 0px 6px;
	color:#000;
	float:right;
	vertical-align:middle;
	}


.secondstorycounteritem
	{
	padding:0;
	width:34px;
	height:30px;
	}
	
	
				@media screen and (max-width: 586px) { 
				.secondstorycounteritem
					{
						font-size:9px;
						color:#888;
					}   							
				}


.secondstorycounteritem span, .secondstorycounteritem-Top2 span
	{
	margin-left:24px;	
	font-family:Helvetica,arial;
	font-size:12px;
	font-weight:400;
	  letter-spacing: 0.05em;
	}

			.secondstorycounteritem-Top2 span
			{
			font-size:10px;	
			}	


				@media screen and (max-width: 586px) { 
				.secondstorycounteritem span, .secondstorycounteritem-Top2 span
					{
						font-size:10px;
					}   							
				}


				.therestpost .secondstorycounteritem span, .therestpost .secondstorycounteritem-Top2 span
					{
						font-size:10px;
							position: absolute;
							left: 0;
							margin: 0;
							right: 0;
							text-align: center;
							top: 15px;						
					}
				
#secondstoryfbcount, #secondstorytwcount, #secondstorycommentcount
	{
		position:relative;
		background:#2d609b;
		/*padding:6px 10px;*/
		padding:0;
		color:#fff;
		margin-right:1px;
	}

		.secondstorycounteritem-Top2#secondstoryfbcount, .secondstorycounteritem-Top2#secondstorytwcount, .secondstorycounteritem-Top2#secondstorycommentcount
			{
				padding:4px;
				border-radius:2px;
			}

				@media screen and (max-width: 586px) { 
				#secondstoryfbcount, #secondstorytwcount, #secondstorycommentcount
					{
						border-radius:0 !important;
						margin-top:0 !important;
						margin-right:0 !important;
					}   							
				}


										
#secondstorytwcount
	{
		background:#00c3f3;	
	}	

#secondstorycommentcount
	{
		background:#bbb;	
	}		
	
		#secondstoryfbcount:before, #secondstorytwcount:before, #secondstorycommentcount:before
			{
				font-family: "Socialfonts";
				content:'\e600';
				position:absolute;
				display:block;
				left:13px;
				top:5px;
				font-size:14px;
			}

		#secondstorytwcount:before
			{
				content:'\e601';
			}

		#secondstorycommentcount:before
			{
				content:'\e604';
			}


				.secondstorycounteritem-Top2#secondstoryfbcount:before, .secondstorycounteritem-Top2#secondstorytwcount:before, .secondstorycounteritem-Top2#secondstorycommentcount:before
					{
						font-size:11px;
						top:5px;
						left:7px;
					}


				#LeftColumn-therestpost #secondstoryfbcount:before, #LeftColumn-therestpost #secondstorytwcount:before, #LeftColumn-therestpost #secondstorycommentcount:before
					{
						font-size:8px;
					}
							
	
				@media screen and (max-width: 586px) { 
				#secondstoryfbcount:before, #secondstorytwcount:before, #secondstorycommentcount:before
					{
						font-size:11px;
						top:5px;
						left:7px;
					}   							
				}
				

.firstpostSOCIALSCORE
	{
	width:60px;
	position:absolute;
	bottom:3%;
	left:2%;
	padding-right:10px;
	padding-bottom:8px;
	border-right:1px solid #2c7bff;
	}

				@media screen and (max-width: 768px) {   
				.firstpostSOCIALSCORE
					{
						bottom:18px;
					}
				}

				@media screen and (max-width: 586px) {   
				.firstpostSOCIALSCORE
					{
						border:0;
						width:auto !important;
						right:10px !important;
						bottom:2.5% !important;
						left: auto !important;
					}
				}					

												

	
.therestpostSOCIALSCORE
	{
	position:absolute;
	right:4px;
	bottom:8px;
	z-index:9000;
	}


				@media screen and (max-width: 586px) {   
				.therestpostSOCIALSCORE
					{
					position:absolute;
					bottom: 2%;
					right: 0;
					margin:0;
					}
				}

#RightColumn-therestpost .therestpostSOCIALSCORE
	{
		display:none;
	}

		.therestpostSOCIALSCORE-Top2
			{
			float:right;
			position: absolute;
			margin: 0;
			right: 10px;
			bottom: 2px;			
			}

						@media screen and (max-width: 586px) {   
						.therestpostSOCIALSCORE-Top2
							{
								right: 0;
								bottom: 2%;
							}
						}


										
.therestpostSOCIALSCORE #thesocialscore, .therestpostSOCIALSCORE-Top2 #thesocialscore, .firstpostSOCIALSCORE #thesocialscore
	{
		color: rgb(127, 192, 76);
		display: inline;
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 26px;
		font-style: normal;
		font-weight: bold;
		
		font-family:Open sans;
		font-weight:400;
		
		height: auto;
		line-height: 33px;
		text-align: center;
		white-space: nowrap;
		width: auto;	
		float:left;	
	}


			.therestpost .therestpostSOCIALSCORE #thesocialscore
				{
					font-size:16px;
					height:24px;
				}	
									
						
			.therestpostSOCIALSCORE-Top2 #thesocialscore
				{
					font-size:20px;
					margin-top:-6px;
				}

						@media screen and (max-width: 586px) {   
						.therestpostSOCIALSCORE #thesocialscore, .therestpostSOCIALSCORE-Top2 #thesocialscore, .firstpostSOCIALSCORE #thesocialscore
							{
								font-size: 14px;
								line-height: 20px;
								display:none;
							}
						}
						
						
			.firstpostSOCIALSCORE #thesocialscore	
				{
					font-size:20px;
					margin:0;
					float:right;
				}



									
.secondstoryposted
	{
	font-size:15px;
	font-family: "Source Sans Pro",tahoma,verdana,arial,sans-serif;
	font-weight:200;
	color:#888;
	padding:4px;
	}	


.secondstory2 .secondstoryposted
	{
	position: absolute;
	bottom: 7px;	
	color: rgba(255,255,255,0.5);	
	}				


				@media screen and (max-width: 768px)  {   
					.secondstory2 .secondstoryposted
						{
						bottom:27px;
						}											
				}	
				
				
						@media screen and (max-width: 586px) {   
						.secondstoryposted
							{
								font-size:14px;
							}
						}

															
.secondstorySMBAR
	{
	padding:10px 0px 0px 0px;
	color:#555;
	font-family: 'lucida grande', tahoma, verdana;
	font-size:11px;
	}
	
.mytitle2
	{
	margin:0;
	padding: 5% 7% 0 7%;
	pointer-events: all;
	}

				@media screen and (max-width: 1280px) { 
				.mytitle2
					{
					height:auto;
					overflow:hidden;
					}  
						
				}

								
.mytitle2 h2
	{
	padding:0;
	margin:0;
	}

				
.mytitle2 a
	{

	text-decoration:none;
	text-transform:none;
	color:#fff;
	font-style: normal;

	
	font-family: 'Open Sans', sans-serif;
	font-size:32px;
	line-height:120%;
	font-weight:800;
	letter-spacing:-2px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.99);
	text-transform:uppercase;
	
	float:left;
	}


												
.mytitle2 a:hover, .mytitle2 h2 a:hover
	{
	text-decoration:underline !important;
	}



				@media screen and (max-width: 768px)  {   
					.mytitle2 a
						{
						font-size:4.2vw;
						}											
				}	
				

				@media screen and (max-width: 586px)  {   
					.mytitle2 a
						{
						font-size:7vw;
						letter-spacing:-1.8px;
						}											
				}	
				
				

/*
.mytitle2words
	{
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 10px;
	color:#999;
	font-size:10px;
	line-height:15px;
	font-family:arial;
	}

.mytitlecom2
	{
	background:#444;
	margin:6px 0px 0px 0px;
	font-size:14px;
	font-family:arial;
	font-weight:700;
	color:#eee;
	padding:1px 3px 1px 3px;
	text-align:center;
	float:left;
	clear:both;
	}

.mytitle2cat, .mytitle2cat a
	{
	color:#555;
	font-size:10px;
	letter-spacing:-1px;
	font-family:helvetica;
	}
*/


.navbarcontainer
	{
		margin:0;
		width: 100%;
		padding:0;
		height:auto;
		background:rgba(60, 60, 60, 1);
		background:rgba(96, 98, 100, 1);
		/*box-shadow:inset 0 3px 3px rgba(0, 0, 0, 0.25);*/
		margin-bottom:20px;
	}


			.navbarcontainer.scroll-to-fixed-fixed
				{
					/*box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px;*/
					z-index:9998 !important;
					/*background:#fff;*/
				}

				@media screen and (max-width: 768px)  {   
					.navbarcontainer
						{
						margin:0;
						}											
				}	
								
								
				@media screen and (max-width: 586px)  {   
					.navbarcontainer
						{
						top:0;
						left:0;		
						position:fixed;
						background:rgba(255,255,255,0.9);
						border-bottom:1px solid rgba(0,0,0,0.2);
						width:100%;
						height:44px;
						z-index: 1;
						display:none;
						}																		
				}	

	
.optbar
	{
	float:left;
	margin:5px 0px 0px 0px;
	max-width:320px;
	}

				
				@media screen and (max-width: 586px) {
					.optbar
						{
						margin: 0;
						position:absolute;
						left:0;
						top:0;
						z-index:9999;
						width:100%;
						}		    	
				}
												
.optbar2
	{
	float:left;
	position:relative;
	}
												
.optbar2 ul
	{
	list-style: none;
	margin:0;
	padding:0px 0px 0px 13px;
	}


		@media screen and (max-width: 586px) {
			.optbar2 ul
				{
				padding:0;
				/*overflow-y:auto;*/
				}		    	
		}


			
										
.optbarli
	{
	float:left;
	margin:1px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	position:relative;
	}

		@media screen and (max-width: 586px) {
			.optbarli
				{
				padding:0;
				margin:0;
				}		    	
		}


					
.optbar2 li a,.newsbar li a:visited, .optbar4 a, #topMore-ddheader, .optbar2 span
	{
	cursor:pointer;
	padding:0;
	color:#525252;
	text-decoration:none;
	padding:0;
	text-transform:uppercase;

							letter-spacing:0px;
							
							font-size:18px;
							
							
							font-family:"Open Sans";
							font-weight:300;
							text-transform:none;
							color:#888;
							
	}

				@media screen and (max-width: 660px) {   
					.optbar2 li a,.newsbar li a:visited, .optbar4 a, #topMore-ddheader, .optbar2 span
							{
							font-size: 16px;
							}
												
				}
				
#topMore-ddheader
	{
	height:35px;	
	}
	
	
				@media screen and (max-width: 586px) {
					.optbar2 li a,.newsbar li a:visited, .optbar4 a, #topMore-ddheader, .optbar2 span, .tinynav
						{						
						font-weight: 400;
						padding: 0;
						font-family: Archivo Narrow;
						margin: 0;
						color: #525252;
						text-transform: none;		
						background:transparent;	
						}		    	
				}

.optbar2 li a:hover
	{
	color:#fff;
	}

				@media screen and (max-width: 586px) {   
				.optbar2 li a:hover
					{
						text-shadow:none;
					}
				}

#social-ddcontent
	{
	background: #2C64C7;
	padding:0;
	margin:24px 0px 0px -98px;
	width:175px;
	}	

		#social-ddcontent ul
			{
			margin:8%;
			}	



		#social-ddheader
			{
				font-family: Open Sans;
				font-size: 16px;
				font-weight: 300;
				color: #888;
			}	
	
			
#topMore-ddcontent
	{
	background:#1f1f1f;	
	padding:0;
	margin:35px 0px 0px -25px;
	width:200px;
	box-shadow:1px 1px 14px rgba(0,0,0,0.4);
	}	

		#topMore-ddcontent ul
			{
			padding:0;
			width:200px;
			}	

		#topMore-ddcontent ul li
			{
			display:block;
			width:200px;
			/*
			border-top:1px solid #444;
			border-bottom:1px solid #222;
			*/		
			border-bottom:1px solid #1a1a1a;
            list-style-type: none;	
			}	


		#topMore-ddcontent ul li a
			{
			display:block;
			padding:18px 30px 18px 30px;
			text-shadow:1px 1px 0px #000;
			width:140px;				
			font-size:12px;
			font-family:arial,helvetica;
			font-weight:700;
			letter-spacing:0;
			color:#fff;
			text-decoration:none;		
			}	
											
#current
	{

	}

#current a, #current a:visited
	{
	color:#fff;
	}


.topSearch
	{
		float: right;
		margin: 10px 15px 0px 0px;
		position:relative;
		cursor:pointer;
		width:500px;
		height:35px;
	}					

					@media screen and (max-width: 1280px) { 
					.topSearch
						{
						position:absolute;
						right:90px;
						width:50%;
						}   							
					}

					@media screen and (max-width: 1100px) { 
					.topSearch
						{
						width:35%;
						}   							
					}

					@media screen and (max-width: 868px) { 
					.topSearch
						{
						width:25%;
						}   							
					}
					
					@media screen and (max-width: 728px) { 
					.topSearch
						{
						width:51px;
						height:38px;
						border-radius:1px;
						background:#3f3f3f;
						
						}   							
					}

					
					@media screen and (max-width: 628px) { 
					.topSearch
						{
						right:0;
						}   							
					}
											
												
					@media screen and (max-width: 586px) { 
					.topSearch
						{
						position:fixed;
						top:0px;
						right:0;
						width:40%;
						margin-top:7px;
						display:none;
						}   							
					}				
			
			.searchGlass {
				margin-top: 2.9em;
				margin-left: 3.5em;
				position: absolute;
				right:15px;
				width: 1.5em;
				height: 0.5em;
				background-color: #1a1a1a;
			
				-webkit-transform: rotate(45deg);
				-moz-transform: rotate(45deg);
				-o-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				border-bottom-right-radius: 0.3em;
				border-top-right-radius: 0.3em;
				font-size:8px;
			}
			
			.searchGlass::before {
				border: 0.4em solid #1a1a1a;
				content: "";
				position: absolute;
				top: -0.84em;
				left: -1.7em;
				display: block;
				width: 1.3em;
				height: 1.3em;
				border-radius: 50%;
			}


						@media screen and (max-width: 586px) { 
						.searchGlass
							{
								font-size:5px;
								margin-top:3.7em;
								right:10px;
							}   							
						}
						
.searchbox
	{
	border-bottom: solid 1px rgba(0, 0, 0, 0.3);
	padding:0px 0px 15px 0px;
	}
	
#searchform {

}


#searchform input[type="text"] {
	border: 0 none;
	font-family:"Source Sans Pro";
	font-weight:200;
	font-size:18px;
    letter-spacing:0;
    color: #fafafa;
    left:0;
    top:0;
    height:100%;
    width:77%;
    padding:6px 20% 6px 3%;
    outline:none;    
	background:#3f3f3f;
    }

				@media screen and (max-width: 1280px) { 
				#searchform input[type="text"] 
					{
						font-size:18px;
					}   							
				}

				@media screen and (max-width: 728px) { 
				#searchform input[type="text"] 
					{
						display:none;
					}   							
				}
				
				@media screen and (max-width: 586px) { 
				#searchform input[type="text"] 
					{
						font-size:14px;
						background:#bebebe;
					}   							
				}
								
#searchform input[type="text"]:focus {
 
    }
    
#searchform input::-webkit-input-placeholder {
    color:    #555760;
}
#searchform input:-moz-placeholder {
    color:    #555760;
}


.searchformDropdown
{
width: 300px !important;
top: 37px !important;
left: -269px !important;
background: rgb(63, 63, 63) !important;
display: inline !important;
position: absolute !important;
padding-left: 10px !important;
box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.23);
border-left: 1px solid red;
border-radius: 4px;
padding-right: 10px !important;
}

.therestcolumn-head
	{
	background:#ffffff;
	margin:0;
	padding:1px 1px 0px 1px;
	border: 3px solid #7f7f7f;
	border-bottom:0;
	width:539px;
	float:left;
	}


.hamburger {
  position: relative;
  width:55px;
  height:55px;
  background:#141414;
}

.hamburger:before {
  content: "";
  position: absolute;
  left: 1.25em;
  top: 1.35em;
  width: 1.08em;
  height: 0.15em;
  background: rgb(226, 23, 23);
  box-shadow: 
    0 0.3em 0 0 rgb(226, 23, 23),
    0 0.6em 0 0 rgb(226, 23, 23);
}


.therestcolumn
	{
	margin:0;
	padding:0;
	}

#thecontent
	{
	margin:0px 0px 4px 0px;	
	border-top:0;
	}


/*	
.therestpostSMbar
	{
	clear:both;
	width:100%;	
	padding:0;
	background:#eaeaea;
	height:25px;
	}

				@media screen and (max-width: 760px) {   
				.therestpostSMbar
					{
					display:none;
					}	
				}
				
				@media screen and (max-width: 586px) {   
				.therestpostSMbar
					{
					display:inline;	
					clear:both;
					padding:4px 10px 4px 2px;
					background:#fff;
					width:100%;
					height:10px;
					margin:0;
					}
				.therestpostSMbar img
					{
					display:none;
					}	
				}
*/



.therestpostTITLE
	{
		width: auto;
		margin: 0;
		top: 0;
		left: 48%;
		right: 0;
		overflow: hidden;
		z-index: 10;
		text-align: left;
		padding: 1% 4%;
		position: absolute;
	}	



				@media screen and (max-width: 586px) {   
				.therestpostTITLE
					{
						right: 0;
						height: auto;
						padding: 4%;
						overflow: visible;
						top: 0;
						position: absolute;					
						width: auto;
						background: transparent;
					}
				}
					


		#RightColumn-therestpost .therestpostTITLE
			{
			bottom:0;
			padding:0 6% 2%;		
			
		    position: absolute;
		    left: 0;
		    top: 0;
		    bottom: 0;
		    background:#fff;		
		    
		    background:rgba(0,0,0,0.5);		
			}	

		#RightColumn-therestpost .therestpostTITLE:hover
			{
			background:transparent;		   
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;		
				
			}	
		
.therestpostCONTENT
	{
		color: #3C3D3F;
		font-size: 14px;
		font-family: "open sans";		
	}								


.therestpost .therestpostCONTENTThumbs
	{
		display:none;
	}


						
	
.therestpostCONTENTThumbs img
	{
	width:141px;
	height:auto;
	margin:5px 0px 0px 5px;
	}


				@media screen and (max-width: 586px) {   
				.therestpostCONTENTThumbs
					{
					display:none !important;
					}
				}	

		
.therestpost
	{
		padding: 0;
		margin: 0 0 4.5%;
		color: #000;
		position: relative;
		height: 0;
		padding-bottom: 34%;
	}



				@media screen and (max-width: 586px) { 
				.therestpost
					{
					margin: 0;
					background:#fff;
					clear:none;
					position:relative;		
					border:0;	
					}  	
				}

.therestpostArchive
	{
		margin:3% 2.5%;
		padding-bottom:28%;
	}		
		
		
		#RightColumn-therestpost .therestpost
			{
			background:transparent;
			border:0;
			padding-bottom:80%;
			box-shadow:none;
			margin: 0 0 1px 0;
			}	


/*
		#RightColumn-therestpost > .therestpost ~ .therestpost {
					margin:4% 10% 4% 22%;
					padding-bottom:69%;
		}
*/

/*
				#RightColumn-therestpost > .therestpost ~ .therestpost .therestpostTITLE {
							padding-left:0;
							padding-right:0;
							top:65%;
				}
*/				
/*
				#RightColumn-therestpost > .therestpost ~ .therestpost h2 a {
							font-size:15px;
				}
*/

/*		
		#RightColumn-therestpost .therestpost + .therestpost:before
			{
				content:'2.';
				font-family:Roboto;
				font-size:32px;
				font-weight:300;
				color:#000;
				position:absolute;
				width:10%;
				height:20px;
				top:0;
				left:-20%;
			}
*/

/*
		#RightColumn-therestpost .therestpost + .therestpost + .therestpost:before
			{
				content:'3.';
			}
*/
		#RightColumn-therestpost .secondstoryposted
			{
			display:none;
			}	

/*
		#RightColumn-therestpost  > .therestpost ~ .therestpost .regulartop
			{
			height:65%;
			}
*/
															
.therestpostONE
	{
	margin: 0 0 4% 0;	
	padding-bottom:28%;
	border:0;
	width:100%;
	}
	
.therestpostTWO
	{
	/*width: calc(50.12% - 2px);*/
	margin: 0 0 4% 0;	
	padding-bottom:26%;
	border:0;
	width:50%;
	float:left;
	}


			.therestpostTWOoverlay
				{
					position:absolute;
					top:0;
					left:0;
					right:0;
					bottom:0;
					background:linear-gradient(135deg,#292484,#B90D4B);
					background:linear-gradient(135deg,#771111,#4A32A8);
					opacity:0.5;
					pointer-events:none;
				}

			.therestpostTWOoverlay2
				{
					position:absolute;
					top:0;
					left:0;
					right:0;
					bottom:0;
					background: linear-gradient(135deg,#417711,#a83279);
					opacity:0.5;
					pointer-events:none;
				}


					
.therestpostTHREE
	{
	width: calc(33.333% - 1px);
	margin: 0 0 4% 0;	
	padding-bottom:34%;
	}

		.therestpostTHREE+.therestpostTHREE+.therestpostTHREE
		{
		    border:0;
		    width:33.333%;
		}


.therestpostFOUR
	{
	width: calc(25% - 1px);
	padding:0;
	padding-bottom:30%;
	float:left;
	background:#000;
	}

		.therestpostFOUR+.therestpostFOUR+.therestpostFOUR+.therestpostFOUR
		{
		    border:0;
		    width:25%;
		}
			
.therestpostFIVE
	{
	width: calc(33.5333% - 1px);
	margin: 0 -0.35% 4% 0;
	padding-bottom:29%;
	float:none;
	display:inline-block;
	}		
	
.therestpostLARGE
	{
	width:47%;	
	margin:0 3% 4% 0;
	padding-bottom:37%;
	}
	
	
#LeftColumn-therestpost
	{	
	padding:0 2%;
	width:70%;
	float:left;
	}

				@media screen and (max-width: 768px)  {   
					#LeftColumn-therestpost
						{
						width:100%;
						padding:0;
						}											
				}	
					
#RightColumn-therestpost
	{
	width: 25%;
	float:left;
	/*margin:3%;*/
	margin: 0 0 0 1%;
	/*background:#cacaca;*/
	}	


				@media screen and (max-width: 768px)  {   
					#RightColumn-therestpost
						{
						display:none;
						}											
				}	
				
					
	
.aHeader
	{
		padding:1% 4%;
		background:#bbb;
		color:#fff;
		font-family:Oswald;
		font-weight:700;
		font-size:22px;
		margin:0;
		text-transform:uppercase;
	}

.aHeaderRed
	{
		background: rgb(240, 54, 54);	
	}
	
.storyHasBeenViewed
	{
		opacity:0.1;
		   transition: opacity .13s ease-in;
   			-moz-transition: opacity .13s ease-in;
   			-webkit-transition: opacity .13s ease-in;		
	}
 
.storyHasBeenViewed:hover
	{
		opacity:1;
		   transition: opacity .13s ease-in;
   			-moz-transition: opacity .13s ease-in;
   			-webkit-transition: opacity .13s ease-in;
	}
	   
    								
.therestpost h2
	{
	color:#000;
	padding:8px 2px 0px 2px;
	margin:0;
	}

				@media screen and (max-width: 586px) { 
				.therestpost h2
					{
					padding:2px 15px 0px 2px;
					line-height:11px;
					}  	
				}


		
.therestpost h2 a
	{
	text-decoration:none;
	color:#303030;
	font-family:"Archivo Narrow";
	font-weight:400;
	font-size:23px;
	line-height:135%;
	letter-spacing:-0.02em;
	
	text-rendering: optimizeLegibility;
	}
	

				@media screen and (max-width: 768px) {   
				.therestpost h2 a
					{
					font-size: 3vw !important;
					}
				}
						
				@media screen and (max-width: 586px) {   
				.therestpost h2 a
					{
					/*font-size: 22px !important;
					line-height: 29px !important;*/
					font-size: 4vw !important;
    				line-height: 4.9vw !important;
					/*text-shadow: 1px 1px 1px #000;	*/
					}
				}
				
				
									
				.therestpost h2 a:hover
					{
					text-decoration:underline;
					}



				#RightColumn-therestpost .therestpost h2
					{
					margin: 0;
					    margin-left: 35%;
					    border-bottom: 1px solid #932F2F;
					    position: absolute;
					    bottom: 10px;
					    padding: 0 10px 5px 0;				
					}
					
				#RightColumn-therestpost .therestpost h2 a
					{
/*
					    font-size: 22px;
					    letter-spacing: -0.03em;
					    color: #FFF;
					    text-shadow: 1px 1px 1px #000;
					    font-family: "Open sans";
					    font-weight: 800;
*/
    font-size: 15px;
    line-height:140%;
    letter-spacing: -0.03em;
    color: #fff;
    /* text-shadow: 1px 1px 1px #000; */
    font-family: "Open sans";
    font-weight: 700;					    
					}


		.indicatorAutoshowTitle
			{
			position:absolute;
			top:4px;
			left:4px;
			padding:4px 12px;
			color:#fff;
			font-family:"Source Sans Pro", Arial;
			font-weight:400;
			font-size:11px;
			border: 1px solid rgba(255, 255, 255, 0.35);
			border-radius:30px;		
box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
background: rgba(0, 0, 0, 0.2);				
			}	


		.secondstory2 .indicatorAutoshowTitle
			{
			padding:2px 12px;
			right:auto;
			}	
			
						@media screen and (max-width: 586px) { 
						.indicatorAutoshowTitle
							{
							font-size:9px;
							}  	
						}
						

			
		.indicatorOfficialTitle
			{
			position:absolute;
			top:4px;
			left:4px;
			padding:4px 12px;
			color:#fff;
			font-family:"Source Sans Pro", Arial;
			font-weight:400;
			font-size:11px;
			border: 1px solid rgba(255, 255, 255, 0.35);
			border-radius:30px;			
			}	


		.secondstory2 .indicatorOfficialTitle
			{
			padding:2px 12px;
			right:auto;
			}	
			
						@media screen and (max-width: 586px) { 
						.indicatorOfficialTitle
							{
							font-size:9px;
							}  	
						}
	

		.indicatorSpiedTitle
			{
			position:absolute;
			left:4px;
			top:4px;
			padding:4px 12px;
			color:#fff;
			font-family:"Source Sans Pro", Arial;
			font-weight:400;
			font-size:11px;
			border: 1px solid rgba(255, 255, 255, 0.35);
			border-radius:30px;
			}						

			

.indicatorContinued
	{
	padding: 32px 0px 0px 0px !important;
	top: -31px !important;		
	}	
	

	
.socialmediabox
	{
		padding:1px 0px 0px 0px;	
		float:right;
		width:100px;
		text-align:right;
	}	

				@media screen and (max-width: 586px) {   
				.socialmediabox
					{
					display:none;
					}
				}
				
.therestpostedwhen
	{
	clear:both;
	color:#333;
	font-family:helvetica;
	font-size:11px;
	font-weight:700;
	letter-spacing:-1px;	
	}

.therestcont
	{
	float:left;
	width:225px;
	padding:8px 0px 0px 20px;
	}

.theresttit
	{
	margin:0;
	padding:0;
	}



	
.mytitlecolor
	{
	font-weight:400;
	letter-spacing:0px;
	margin: 0px 0px 15px 0px;
	font-family:"Open Sans";
	position:relative;
	
	padding: 10px 42px;
	font-size: 38px;
	color: #DBEFFF;
	background: #2a609f;
	}

.mytitlecolor img
	{
	width:55%;
	position:absolute;
	top:0;
	right:0;
	}
	
.subMyTitleColor
	{
	/*font-size:14px;
	background:#eff8ff;
	padding:5px 10px;
	margin:8px 0px 0px 0px;	*/
	font-size: 20px;
	color: #7AA8E2;
	}
	
.colorContainer
	{
	float:left;
	width:485px;
	border:1px solid #69bcff;
	border-radius:5px;
	margin:10px 14px;	
	}
	
.colors
	{
	font-size:14px;
	font-weight:700;
	letter-spacing:-1px;
	margin:35px 0px 15px 15px;
	padding:0;
	display:table;
	}


.colors ul
	{
	list-style:none;
	margin:6px 0px;
	padding:0;
	}

.colors li
	{
	float:left;
	margin:0px 1px 1px 0px;
	padding: 3px 6px 3px 6px;
	/*background:#f8f8f8;*/
	width:190px;
	font-size:14px;
	font-weight:400;
	letter-spacing:0;
	}

.colors li:hover
	{
	text-decoration:underline;
	}
	
.official
	{
	clear:both;
	padding: 10px 15px 10px 15px;
	margin:8px;
	}

.official2b
	{
	clear:both;
	padding: 10px 15px 10px 15px;
	margin:8px;
	background:#d9e7f2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}

.officialtitle
	{
	color:#000;
	font-weight:700;
	letter-spacing:-0px;
	font-family:arial;
	font-size:19px;
	padding-bottom:10px;
	}

.officialtext
	{
	color:#000;
	font-family:arial;
	font-size:14px;
	line-height:15px;
	padding:14px;
	}

				@media screen and (max-width: 930px) {   
				.officialtext
					{
					font-size:10px;
					line-height:12px;
					}
				}	
				
.officialtext a
	{
	text-decoration:none;
	font-size:18px;
	line-height:23px;
	color:#86aedf;
	letter-spacing:0px;
	font-weight:300;
	font-family:"Roboto";
	}

				@media screen and (max-width: 930px) {   
				.officialtext a
					{
					font-size:15px;
					line-height:18px;
					}
				}	
				
.silverbar
	{
	clear:both;
	color:#aaa;
	background:#f9f9f9;
	padding:8px;
	border-radius:8px;
	border:1px solid #eee;
	}

.silverbar a,.silverbar a:visited
	{
	color:#aaa;
	}

.silverbar2
	{
	margin:12px 0px 8px 6px;
	padding: 0;
	color:#888;
	}

.silverbar2 a
	{
	font-family:verdana,arial;
	font-size:10px;
	}


.comments, .comments a, .comments a:hover
	{
	text-decoration:none;
	font-family:arial;
	font-weight:400;
	font-size:10px;
	letter-spacing:0;
	padding:0px 0px 0px 2px;
	margin: 0px 4px 0px 0px;
	position:relative;
	color:#497bb9;
	}

.smallcontent6spy
	{
	border:1px solid #e5e5e5;
	color: #003366;
	font-size:9px;
	font-family:tahoma;
	padding:0px 8px 8px 8px;
	margin: 0px 0px 0px 0px;
	}

.smallcontent6spy ul
	{
	list-style-type:square;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 10px;
	}

.smallcontent6spy li
	{
	margin: 8px 0px 0px 0px;
	}

.smallcontent6spy a, .smallcontent6spy a:visited
	{
	color: #003366;
	}

.smallcontent6spyhdr
	{
	background:#e5e5e5;
	color: #333;
	font-size:10px;
	font-family:tahoma;
	padding:3px 8px 3px 8px;
	margin:0px 0px 0px 0px;
	}

.smallcontent8
	{
	color:#777;
	font-size:16px;		
	line-height:21px;
	margin-top:10px;
	font-family:"Archivo Narrow";
	}

				@media screen and (max-width: 586px) {   
				.smallcontent8
					{
						font-size: 13px;
						line-height: 17px;
						margin-top: 4px;

					}
				}	
				

	
.cotm
	{
	padding:0;
	margin: 0 auto;
	max-width:360px;
	}

.cotm ul
	{
	background:#fff;
	font-size:9px;
	list-style-type: none;
	margin:0;
	letter-spacing:-1px;
	padding:10px;
	}

.cotm li
	{
	padding:0;
	margin:0;
	}

.cotm li a,.cotm li a:visited
	{
	font-size:14px;
	font-weight:700;
	margin-bottom:20px;
	text-decoration:none;
	padding:3px;
	}

.bottomshadowcont
	{
	clear:both;
	margin:0 auto;
	padding:0;
	width:1153px;
	}

.bottomshadow
	{
	margin:0;
	padding:0;
	background: #fff url(./images/bottomshadow1.gif) repeat-x;
	height:15px;
	width:1123px;
	float:left;
	}

.footerads
	{
	text-align:center;
	padding:10px 0px 20px 0px;
	}

.footer {
	margin: 40px 0px 0px 0px;
	width:100%;
	padding:30px 0;
	background:#000;
	font-family: 'Source Sans Pro', Verdana, Arial, sans-serif;
	font-weight:400;
	font-size: 12px;	
	color:rgba(255, 255, 255, 0.3);
	border-top: 3px solid #FFF;
	}

.footer a {
	color:#6892C7;
}		

				@media screen and (max-width: 768px) { 
				.footer
					{
					font-size:13px;
					}  
				}

				@media screen and (max-width: 586px) { 
				.footer
					{
					display:none;
					}  
				}
														
.footercenter
	{
	max-width: 1210px;
	margin: 0 auto;
	}


				@media screen and (max-width: 768px) { 
				.footercenter
					{
					max-width: 768px;
					padding: 0px 20px 0px 20px;
					}  
				}
								

.footerCol
	{
	width:30%;	
	float:left;
	}

.footerCol span
	{
	font-weight:700;
	color:#fff;	
	font-size:14px;
	border-bottom:1px solid #aaa;
	}	

				@media screen and (max-width: 768px) { 
				.footerCol span
					{
					font-size:14px;
					}  
				}
					
.footermain
	{	
	float:left;
	width:750px;
	color:#4a4a4a;
	padding:0px 20px 0px 0px;
	}

				@media screen and (max-width: 768px) { 
				.footermain
					{
					width:auto;
					}  
				}
				
.footermain a
	{
	color:#8a8a8a;
	}


				
.post2
	{
	clear:both;
	margin:0;
	padding:0px 10px 25px 10px;
	font-size:14px;
	letter-spacing:0px;
	font-family:arial;
	color:#000;
	}

.post3left
	{
	width:509px;
	padding-right:20px;
	float:left;
	}

.post3right
	{
	width:509px;
	float:left;
	}

.post3
	{
	padding:0;
	margin:0 auto;
	}

.post3head
	{
	font-weight:700;
	color:#000;
	font-size:15px;
	}

.post3link
	{
	font-size:22px;
	line-height:22px;
	font-weight:700;
	}

.post3contblue
	{
	background: #ebf6ff;
	clear:both;
	padding:10px 10px 18px 10px;
	margin: 6px 0px 6px 0px;
	display: inline-block;
	}

.post3contwhite
	{
	background: #fff;
	clear:both;
	padding:10px 10px 18px 10px;
	margin: 6px 0px 6px 0px;
	display: inline-block;
	}

				
.post
	{
	clear:both;
	margin:0 auto;
	max-width:1300px;
	font-size:17px;
	letter-spacing:-1px;
	font-family:arial;
	color:#000;
	padding:0px 30px 25px 30px;
	}

				@media screen and (max-width: 586px) { 
				.post
					{
					padding:0px 20px 25px 20px;		
					}  	
				}
					
				

					
.post h1
	{
	font-size: 41px;
	color:#ad0000;
	font-family:arial;
	letter-spacing:-2px;
	line-height: 39px;
	font-weight: 700;
	text-decoration:none;
	padding:0;
	margin:0px 0px 11px 0px;
	}

.postbody
	{
	margin:30px 0px 0px 0px;
	padding:0px 0px 45px 0px;
	color:#000;
	font-size:14px;
	font-family:arial;
	}

.postbodystuff
	{
	padding:25px 0px 0px 0px;
	}

.postbodystuff img
	{
	max-width: 630px; 
	width: expression(this.width > 630 ? 630: true);
	}

.postbody h1
	{
	font-size:40px;
	font-family:arial;
	color: #346da8;
	letter-spacing:-2px;
	line-height:39px;
	font-weight:400;
	padding:0;
	margin:0;
	}

.postbodydate
	{
	color:#aaa;
	font-size:12px;
	font-family:arial;
	padding:5px 0px 8px 3px;
	margin:0;
	border-bottom:1px solid #eee;
	}

.postbodyimage
	{
	text-align:center;
	}

.postbodycomments
	{
	border-top:1px solid #ddd;
	font-size:12px;
	color:#111;
	padding:2px 0px 8px 0px;
	clear:both;
	margin:30px 0px 0px 0px;
	}

.postbodycommentsauthor
	{
	float:left;
	font-weight:700;
	font-size:14px;
	letter-spacing:-1px;
	color:#247fb3;
	width:110px;
	text-align:right;
	padding:9px 15px 0px 0px;
	}

.postbodycommentstext
	{
	float:left;
	background: url(./images/commentsbg.gif) top left no-repeat;
	padding:10px 15px 10px 24px;
	width:530px;
	font-weight:400;
	}

.postbodycommentstext img
	{
	width: 9.2em;
 	height: 6.9em;
	}

.postbodydateline
	{
	font-size:10px;
	font-weight:400;
	color:#cfcfcf;
	}

.commentsbar2
	{
	background: url(./images/commentsbar2.gif) top left no-repeat;
	height:23px;
	padding:9px 20px 4px 10px;
	}

.commentsbar2 a
	{
	color:#8f0505;
	font-size:16px;
	letter-spacing:0px;
	font-weight:600;
	float:right;
	}
.quotes
	{
	padding:6px;
	background:#bbb;
	border:1px solid #777;
	font-style:italic;
	font-size:11px;
	margin:0px 8px 0px 8px;
	}

.alignnone
	{
	background:#fff;
	}

.postmetadata
	{
	font-size:15px;
	color:#aaa;
	}

.linkback
	{ 
	background:#eee;
	padding:18px;
	font-size:19px;
	letter-spacing:-1px;
	font-weight:700;
	}

.linkback a
	{
	text-decoration:underline;
	}

.linkbackcomment
	{
	color:orange;
	font-size:23px;
	}

.pfcunit
	{
	width:194px;
	padding:0px 10px 0px 0px;
	float:left;
	font-size:13px;
	letter-spacing:0px;
	}

.pfchead
	{
	font-size: 15px; 
	font-weight:700; 
	color:#a2a2a2;
	font-family:arial;
	letter-spacing:-1px;
	}


		.large img
			{
			width:100%;
			height:100%;
			}




.large
	{
	padding:0;
	margin:0px 0px 0px 0px;
	position:absolute;
	top:0;
	z-index:-1;
	overflow:hidden;
	height:70%;
	border-bottom: 1px solid rgb(111, 111, 111);
	
	}
		

/*
				@media screen and (max-width: 1280px) { 
				.large
					{
					height:455px;
					width:100%;
					}  
						
				}

				@media screen and (max-width: 768px) { 
				.large
					{
					height:385px;
					margin:0;	
					width:100%;				
					}  	
				}

*/

				@media screen and (max-width: 586px) { 
				.large
					{
					width:100%;
					height:355px !important;
					margin:0 auto;				
					}  	
				}



																							
.large2
	{
	padding:0;
	margin:20px auto 0px auto;
	position:relative;
	width:1230px;
	height:430px;
	}

		.large2 img
			{
			width:100%;
			height:100%;
			}

		

				@media screen and (max-width: 1280px) { 
				.large2
					{
					height:455px;
					width:100%;
					}  
						
				}

				@media screen and (max-width: 768px) { 
				.large2
					{
					height:385px;
					margin:0;	
					width:100%;				
					}  	
				}

				@media screen and (max-width: 586px) { 
				.large2
					{
					width:100%;
					height:280px;
					margin:0;				
					}  	
				}

	


.regular
	{
	float:left;
	width:265px;
	padding:0px 0px 0px 10px;
	}


.regulartop
	{
	padding:0;
	width: 48%;
	height: 100%;
	top:0;
	position:absolute;
	}

																	
		.regulartop img
			{
			width:100%;
			height:100%;
			}			


				@media screen and (max-width: 658px) {   
				.regulartop
					{
						height:100%;
					}
				}
				

		#RightColumn-therestpost .regulartop
			{
			height:100%;
			width:100%;
			top:0;	
			}	


.arcbody
	{
	clear:both;
	margin:0px 0px 14px 0px;
	display:block;
	padding:0;
	border:1px solid #c8c8c8;
	background:#fff;
	position:relative;
	}

						@media screen and (max-width: 586px) { 
						.arcbody
							{
								height:170px;
								margin:2.5%;
							}  	
						}
						
.arcbody2
	{
	clear:both;
	margin:0px 0px 15px 0px;
	display:block;
	padding:18px;
	border-bottom:1px solid #eaeaea;
	border-top:1px solid #eaeaea;
	width:695px;
	}

.arcimg
	{
	float:left;
	width:30%;
	height:195px;
	}

						@media screen and (max-width: 586px) { 
						.arcimg
							{
								height:110px;
							}  	
						}
						
	.arcimg img
		{
			width:100%;
			height:100%;
		}

.arcimg2
	{
	width:695px;
	height:295px;
	position:relative;
	}

.arctxt
	{
	float:left;
	width:63%;
	margin:2.7% 3% 0 3%;
	}

						@media screen and (max-width: 586px) { 
						.arctxt
							{
								margin-bottom:5%;
								overflow: hidden;
								height: 127px;
							}  	
						}
						
						
				
.arctxt2
	{
	float:left;
	width:500px;
	padding:8px 15px 8px 15px;
	background: url(./images/black2.png);
	position:absolute;
	bottom:10px;
	right:0;
	}

.arctit2
	{
	font-size:23px;
	line-height:31px;
	letter-spacing:-1px;
	color:#000;
	font-family:"Open sans";
	font-weight:700;
	}

						@media screen and (max-width: 586px) { 
						.arctit2
							{
								font-size: 17px;
								line-height: 23px;
							}  	
						}
						


.arctit2 a
	{
	color:#000;
	}

.arctit2 a:hover
	{
	text-decoration:underline;
	}

.arctit3
	{
	font-size:22px;
	letter-spacing:-1px;
	color:#000;
	font-family:Helvetica;
	font-weight:700;
	}

.arctit3 a
	{
	color:#fff;
	}

.trending
	{
	clear:both;
	margin:8px 10px 8px 12px;
	padding:5px 5px 5px 5px;
	background:#eee;
	color:#1c445d;
	font-size:16px;
	letter-spacing:-1px;
	font-family:arial;
	font-weight:500;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.trendingbar
	{
	background:#dedede;
	height:10px;
	margin-top:13px;
	padding:0;
	}

.trendingheader
	{
	background: #1b5891;
	padding:4px;
	margin:0px 0px 5px 0px;
	font-size:12px;
	letter-spacing:0px;
	font-weight:500;
	color:#fff;
	font-family:Helvetica;
	width:272px;
	}

.trendingitem
	{
	position:relative;
	float:left;
	margin: 0px 10px 0px 0px;
	}

.trendingtitle
	{
	background: url(./images/black2.png);
	padding:6px 10px 6px 10px;
	color:#fff;
	font-size:10px;
	font-weight:500;
	position:absolute;
	bottom:0px;
	left:0px;
	width:115px;
	letter-spacing:0;
	font-family:arial;
	}

.trendingblock
	{
	float:left;
	background:#f12b2a;
	color:#fff;
	padding:1px 3px 1px 3px;
	font-size:14px;
	font-family:impact;
	letter-spacing:-1px;
	font-weight:500;		
	}


.futurebmwnext
	{
	padding:15px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background:#fff6d5;
	color:#000;
	font-family:Helvetica;
	font-size:24px;
	letter-spacing:-1px;
	}

.futuretitle
	{
	padding:15px 0px 0px 0px;
	color:#666;
	font-family:arial;
	font-weight:500;
	font-size:16px;
	letter-spacing:-1px;
	}

.futurethird
	{
	padding:3px 0px 0px 0px;
	color:#bbb;
	font-family:arial;
	font-weight:500;
	font-size:10px;
	}


.futureheader
	{
	color:#000;
	font-family:arial;
	font-weight:700;
	letter-spacing:-1px;
	font-size:20px;
	}

.futurecontain
	{
	float:left;
	width:164px;
	padding:10px 20px 10px 20px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;

	background:#eee;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}


.bottomads
	{
	text-align:center;	
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 30px;
	background: #ccc;
	clear:both;
	}

				@media screen and (max-width: 586px) { 
				.bottomads
					{
					padding:0;
					background:transparent;
					}   							
				}
				
	
.bottomadsActualAd
	{
	width:728px;
	height:90px;
	margin:0 auto;	
	}	

				@media screen and (max-width: 746px) { 
				.bottomadsActualAd
					{
						width:320px;
						height:50px;
					}  	
				}


	.postAd
		{
		position:absolute;
		top: 20px;
		right: 2%;
		}


		.postAdActualAd
			{
			width:728px;
			height:90px;
			margin:0 auto;	
			}	

				@media screen and (max-width: 1200px) { 
				.postAd
					{
						top:0;
					}	
				.postAdActualAd
					{
						width:300px;
						height:250px;
					}  	
				}		
				@media screen and (max-width: 1024px) { 
				.postAdActualAd
					{
						width:320px;
						height:50px;
					}  	
				}		
		
		
		
.topads
	{
	text-align:center;	
	padding: 0;
	margin: 30px 10px;
	}


				@media screen and (max-width: 786px) { 
				.topads
					{
					margin:20px 0;
					}   							
				}
					
	
.topadsActualAd
	{
	width:100%;
	height:90px;
	margin:0 auto;	
	}	

				@media screen and (max-width: 1000px) { 
				.topadsActualAd
					{
						width:728px;
						height:90px;
					}  	
				}
				
				@media screen and (max-width: 746px) { 
				.topadsActualAd
					{
						width:320px;
						height:50px;
					}  	
				}

										
/*FACEBOOK FIX*/

#fb-root {
  display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}


	
/* TOP NAVBAR */
.navunit {float:left; margin:0px; padding:0px; z-index:9999;}
.navunit a, .navunit a:visited {text-align:center; width:23px; padding-top:0px; font-weight:bold; cursor:pointer; color: #777; font-family: arial; font-size: 12px; float:left; text-decoration: none;}

.navunit-sm {float:left; margin:0px; padding:0px; z-index:9999;}
.navunit-sm a, .navunit-sm a:visited {text-align:center; width:25px; padding-top:0px; font-weight:bold; cursor:pointer; color: #777; font-family: arial; font-size: 12px; float:left; text-decoration: none;}

.dropdown {/*float:left; padding-right:0px; margin:0px; position:absolute;*/ margin:0px; z-index:9999; }
.dropdown dl {margin:0px; padding:0px;}
.dropdown dt {text-align:center; padding-top:0px; cursor:pointer; color: #777; font-family: arial; font-size: 12px; float:left; text-decoration: none;}
.dropdown dt:hover {margin:0px; color:#2786c2;color:#007eff;}
.dropdown dd {position:absolute; overflow:hidden; width:365px; display:none; z-index:500; opacity:0; margin-top:28px; margin-left:-180px; padding:0px;}
.dropdown ul { border:0px solid #eeeeee; list-style:none; margin:0px; padding:0px;}
.dropdown li {display:inline; margin:0px; padding:0px;}
/*.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding: 22px 15px 0px 15px; color:#efefef; text-decoration:none; background: url(/forums/bar69/bar-bg-2.png) repeat-y; width:365px; height: 106px; margin:0px; z-index:9999;}
.dropdown a:hover {text-decoration:none; background:url(/forums/bar69/bar-bg-2-h2.png); color:#fff;}
*/
.dropdown .underline {border-bottom:0px solid #2f2f2f; padding: 5px 0px 15px 0px; font-size:10px; font-family: arial; text-decoration: none;}
.dropdown .underline:hover {border-bottom:0px solid #2253b9;}




.children { margin:4% 0 0 0 !important;}
.children a { font-size:16px !important; color:rgba(255,255,255,0.7) !important;}

.forum {float:left; position: relative; padding-right:0px; margin:0px; z-index:9999;}
.forum dl {margin:0px; padding:0px;}
.forum dt {text-align:center; cursor:pointer; float:left; text-decoration: none;}
.forum dt:hover {margin:0px; color:#fff;}
.forum dd {position:absolute; overflow:hidden; display:none; z-index:500; opacity:0; margin-top:34px; margin-left:42px; padding:0px;}
.forum ul { border:0px solid #eeeeee; list-style:none; margin:0px; padding:0px;}
.forum li {display:inline; margin:0px; padding:0px;}

#forum-ddheader {float:left; padding:0px 2px 0px 2px; margin:0px; font-size:23px; color:#a9c2e4; letter-spacing:-1px;}
#forum-ddheader:hover {color:#fff; }
#forum-ddheader a:hover {text-decoration:underline;}


#forum-ddcontent { position:absolute; width:800px; height:600px; display:none; opacity:0; margin-top:34px; left:-143px; padding:0px 0px 0px 10px; }
#forum-ddcontent ul { list-style:none; margin:0px; padding:0px; text-align:center; }
#forum-ddcontent li { margin:0px; float:left; text-align:center; padding:0px 10px 0px 10px; font-size:12px; font-family:helvetica; color:#aaa; letter-spacing:-1px;}
#forum-ddcontent dl { float:left; padding:0px 7px 0px 7px; }

#one-ddcontent { background: url(./images/black3.png) top left; position:absolute; width:520px; height:600px; display:none; opacity:0; margin-top:34px; left:-38px; padding:0px 0px 0px 10px; }

#two-ddcontent { background: url(./images/black3.png) top left; position:absolute; width:520px; height:600px; display:none; opacity:0; margin-top:45px; left:30px; padding:0px 0px 0px 10px; }
#two-ddcontent li { margin:0px; float:left; text-align:center; padding:15px 10px 15px 10px; font-size:18px; font-family:helvetica; color:#aaa; letter-spacing:-1px;}
#two-ddcontent li a, #two-ddcontent li a:active, #two-ddcontent li a:visited { margin:0; padding:0; float:left; text-align:center; font-size:18px; font-family:helvetica; letter-spacing:-1px;}
.dropdown3 .underline {border-bottom:1px solid #444; padding: 5px 0px 15px 0px; font-size:10px; font-family: arial; text-decoration: none; width:600px;}

#forum2-ddcontent a, #forum2-ddcontent a:active, #forum2-ddcontent a:visited 
	{ 
	color:red;
	font-family:arial;
	font-weight:700;
	letter-spacing:-1px;
	font-size:10px; 
	}

#forum2-ddcontent a, #forum2-ddcontent a:active, #forum2-ddcontent a:visited { color:#b6b6b6; }
#forum-ddcontent a:hover {text-decoration:none; color:#82aeff;}


.myforumsmain
	{
	clear:both;
	padding:24px 10px 24px 20px;
	margin:0;
	background: url(./images/forumnav3b.png) top left no-repeat; 
	}


.myforumsmain a
	{
	color:#aaa;
	text-decoration:none;
	font-family:helvetica;
	font-weight:700;
	font-size:28px;
	}

.myforumssub
	{
	padding:4px 15px 4px 15px;
	float:left;
	color:#bbb;
	font-size:14px;
	letter-spacing:-1px;
	font-family:lucida sans;
	text-transform:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin:0px 8px 0px 0px;
	}

.myforumssub a:link, .myforumssub a:visited, .myforumssub a:visited:active, .myforumssub font
	{
	color:#222;
	font-size:28px;
	font-weight:700;
	font-family:arial,helvetica,arial;
	letter-spacing:-2px;
	}


.myforumssubsub
	{

	}

/* PFC */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding:33px 0px 0px 31px;
left: 0px;
top:0px;
visibility: hidden;
color: black;
text-decoration: none;
background: url('./images/cotm-bg.png') no-repeat center;
width:259px;
height:137px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -20px;
left: 85px; /*position where enlarged image should offset horizontally */

}



.navigation {
	clear:both;
	margin:5px 0px 0px;
	background: #C5C5C5;
	padding:20px 10px 15px 14px;
	}

				@media screen and (max-width: 586px) {   
				.navigation
					{
						padding-left:30px;
					}
				}	
				
.wp-pagenavi a, .wp-pagenavi a:link {
	text-decoration: none;
	color: #0066cc;
	font-weight:500;
	color:#777;
	font-family:Roboto;
	padding:2px 8px 3px;
	background:#efefef;
	font-size:15px;
	margin:2px;
	border:1px solid #bbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.wp-pagenavi a:hover {	
	color:#fff;
	background:#000;
	border:1px solid #444;
}

.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #0066cc;
	background-color: #FFFFFF;

padding:2px 8px 2px 8px;
}


.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #0011bb;
padding:1px 15px 1px 0px;
font-size:15px;
font-weight:600;
font-family:Roboto;
color:#555;
letter-spacing:0px;



}


.wp-pagenavi span.current {

	text-decoration: none;
	color: #0066cc;
	font-weight:500;
	color:#fff;
	font-family:Roboto;
	padding:2px 8px 3px;
	background:#3C75D0;
	font-size:15px;
	margin:2px;
	border: 1px solid #314F90;
	
		border-radius:3px;

}


.wp-pagenavi span.extend {
	padding: 2px 3px 2px 3px; 
	margin: 2px;	
	font-size:18px;
	font-weight:700;
	font-family:helvetica;
	color:#555;
}



				

				@media screen and (max-width: 586px) {   
				.wp-pagenavi .pages
					{
					display:none;
					}

				.wp-pagenavi .extend
					{
					display:none;
					}
					
				.wp-pagenavi .first
					{
					display:none;
					}
						
				.wp-pagenavi .last
					{
					display:none;
					}
															
				.wp-pagenavi .page
					{
					display:none;
					}
				}
				

.official2
	{
	background:#194372;
	width:250px;
	height:255px;
	float:left;
	margin:0px 10px 10px 0px;
	border-radius:2px;
	}

.official2 img
	{
	width:250px;
	height:165px;
	}
	
						
/* My CSS */

/* POP UP BUBBLE */

.bubbleInfo { position: relative; float:left;}
.popup 
	{    
	position: absolute;    
	display: none; /* keeps the popup hidden if no JS available */

	background: url(images/cotm-bg2.png) no-repeat;
	padding:15px 30px 45px 23px;
	margin:0px 0px 0px -10px;

	color:#fff;
	font-family:arial;
	letter-spacing:-1px;
	font-size:15px;
	font-weight:700;

	width:224px;
	}

.popup img
	{
	padding:0px 0px 6px 0px;
	}


.popupright
	{    
	position: absolute;    
	display: none; /* keeps the popup hidden if no JS available */

	background: url(images/cotm-bg3.png) no-repeat;
	padding:15px 30px 45px 23px;
	margin:0px 0px 0px -30px;

	color:#fff;
	font-family:arial;
	letter-spacing:-1px;
	font-size:15px;
	font-weight:700;

	width:224px;
	}


/* LIGHTWEIGHT MENU */


.toggleMenu {
    display:  none;
    padding: 10px 15px;
    color: #fff;
}
.navNew {
    list-style: none;
     *zoom: 1;
     position: relative;
}
.navNew:before,
.navNew:after {
    content: " ";
    display: table;
}
.navNew:after {
    clear: both;
}
.navNew ul {
    list-style: none;
    width: 9em;
}
.navNew a {
    padding: 10px 15px;
    color:#fff;
    *zoom: 1;
}
.navNew > li {
    float: left;
    z-index: 200;
}
.navNew > li > a {
    display: block;
    padding:0px 56px 15px 0px;
}

				@media screen and (max-width: 1440px), screen and (max-height:1000px) { 
				.navNew > li > a 
					{
					padding:0px 55px 15px 0px;
					}
				}
				
		.navNew > li.drop > a:after
			{
			content:'';
			width:10px;
			height:7px;
			right: 38px;
			top: 10px;
			position:absolute;
			display: block;	
			z-index:9999;
			background: url(./images/downarrow.png) no-repeat top left;
			background-size:10px 7px;
			}

				@media screen and (max-width: 1440px), screen and (max-height:1000px) {  
				.navNew > li > a:after
					{
					right:35px;
					}
				}

				@media screen and (max-width: 586px) {  
				.navNew > li > a:after
					{
					right:15px;
					top:18px;
					}
					
				.navNew > li.drop > a:after
					{
						right:10px;
					}	
				}
													
					
.navNew li ul {
    position: absolute;
    left: -9999px;
    z-index: 100;
    /*background:#404040;*/
    background:#1d65b7;
    width:175px;
	/*box-shadow: 0px 2px 16px rgba(0,0,0,0.3); */
	
		background: #4C4F54;
		padding: 8%;	
}


		@media screen and (max-width: 586px) {
			.navNew li ul 
				{
				padding:3% 8%;
				}		    	
		}
		
.navNew li li a {
    display: block;
    position: relative;
    z-index:100;
    color:#fff;
    font-size:12px;
    font-family:arial,helvetica;
    font-weight:700;
    
    font-family:Open Sans;
    font-weight:400;
    font-size:14px;
    
    letter-spacing:0;
    padding:12px 20px 12px 20px;
    margin:0;
}

		@media screen and (max-width: 586px) {
			.navNew li li a 
				{
				padding:6px;
				}		    	
		}
		
.navNew li li li a {
    z-index:200;
}


.navNew li {
    position: relative;
}
.navNew > li.hover > ul {
    left: 0;
}
.navNew li li.hover ul {
    left: 100%;
    top: 0;
}


.navNew li ul li a:hover
		{
		background:rgba(0,0,0,0.4);
		}
					
		.navNew li ul li a.parent:after
		{
					content:'';
					width:12px;
					height:12px;
					right:10px;
					top:14px;
					position:absolute;
					display: block;	
					z-index:9999;
					background: url(./images/rightarrow.png) no-repeat top left;
					background-size:12px 12px;
		}

@media screen and (max-width: 586px) {
	.navNew{
		top:-56px;
		left:55px;
		display:none;
	}
    .navNew > li {
       /* float: none;*/
    }
	.navNew > li > a 
	{
		background:#E21717;
		padding:15px;
		width:160px;
		color:#fff;	
	}    
    .navNew ul {
        display: block;
        width: 100%;
    }
   .navNew > li.hover > ul , .navNew li li.hover ul {
        position: static;
        overflow-y:overlay;
        width:160px;
    }
}	
	




.otTitle{
	font-family:"Open Sans";
	color:#000;
	font-size:21px;
	letter-spacing:-0.01em;
	border-bottom:1px solid #ccc;
}

.otContainer{
	padding:0 0 4% 6%;
}
.officialGenTitle {  
	font-size:14px;
	font-weight:300;
	font-family:"Archivo Narrow",Helvetica;
	color:#194372;
	padding:4px 30px;
	margin:20px 0px 15px 0px;
	border-bottom:3px solid #6b9ad0;
	box-shadow:0px 2px 2px rgba(0,0,0,0.15);
	
		background: rgb(250,250,250); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(223,223,223,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(223,223,223,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(223,223,223,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(223,223,223,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(223,223,223,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(223,223,223,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */

	
}

/*****************************************************
* This will adjust styles for all navigation tabs
* less of course the select box used for mobile 
* navigation. The .current styles will apply only to 
* the current tab.
*
* You may use this section to create navigation for
* mobile devices if you set mobileNavigation: false
* Be sure to edit media queries for larger devices below
* I have included an example below in comments.
*
* .currentCrossLink refers to external crosslinking.
*******************************************************/
.liquid-nav
	{
		background: #a3a3a3;
		padding:6px 10px 6px 10px;		  
	}
.liquid-slider-wrapper .liquid-nav a {
  color: #3e3e3e;
  padding: 6px 12px;  
  margin:5px;
  font-size:14px;
  font-family:"Source Sans Pro";
  font-weight:400;
}


.liquid-slider-wrapper .liquid-nav .current, .liquid-slider-wrapper .liquid-nav a:hover {
	border-radius: 2px;
	background-color: rgba(44, 129, 240, 1);
	color:#fff;
	text-shadow:none;
	position:relative;
}

.liquid-slider-wrapper .liquid-nav .current:after {
	top: 95%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: rgba(44, 129, 240, 1);
	border-width: 8px;
	margin-left: -8px;
}

/*
.liquid-slider-wrapper .liquid-nav a:hover {
	font-size:105%;

}
*/

.currentCrossLink {
  font-weight: bold;
}
.liquid-slider-wrapper .liquid-nav ul {  
  padding:0;
  /* Do not edit below this line */
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden;
}
.liquid-slider-wrapper .liquid-nav ul li {
  /* Do not edit below this line */
  display: inline;
}
.liquid-slider-wrapper .liquid-nav ul li a {
 
  /* Do not edit below this line */
  display: block;
  float: left;
  text-decoration: none;
}
/*****************************************************
* Mobile Menu
* This will adjust styles for selectbox styles. I have
* included a simple example to create a custom select
* box.
*******************************************************/
.liquid-slider-wrapper .liquid-nav {
  overflow:hidden;
  clear:both;
}
.liquid-slider-wrapper .liquid-slider-select-box {  
  /* Delete these if you want the standard select box.
     Also delete the rules below */

  width: 100%;
  height: 35px;
  overflow: hidden;
  background: url(../img/menu.png) no-repeat right #ddd;
  
}
.liquid-slider-wrapper .liquid-slider-select-box select {  
  /* If you want the standard select box, use 
  width:100%
  And delete the rest of the styling here */

  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none;
  background: transparent;
  padding: 5px;
  font-size: 110%;
  border: 1px solid #bbb;
  height: 35px;
  cursor:pointer;
}

/******************************************************
* Arrows
* This section refers to both the non-graphical and 
* graphical navigation arrows. 
*
* Some settings will be overwritten when using the 
* responsive setting.
*******************************************************/
.liquid-slider-wrapper .liquid-nav-left, .liquid-slider-wrapper .liquid-nav-right {
  /* Do not edit below this line */
  float: left;
}
.liquid-slider-wrapper .liquid-nav-left a, .liquid-slider-wrapper .liquid-nav-right a {
  /* non-graphical arrows */
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;
  /* Do not edit below this line */
  display: block;
  text-align: center;
  text-decoration: none;
}
.liquid-slider-wrapper .liquid-nav-left-arrow, .liquid-slider-wrapper .liquid-nav-right-arrow {
  cursor: pointer;
  /* Do not edit below this line */
  float: left;
}
.liquid-slider-wrapper .liquid-nav-left-arrow a, .liquid-slider-wrapper .liquid-nav-right-arrow a {
  /* Do not edit below this line */
  display: block;
}
.liquid-slider-wrapper .liquid-nav-left, .liquid-slider-wrapper .liquid-nav-left-arrow {
  /* Do not edit below this line */
  clear: both;
}
.liquid-slider-wrapper .liquid-nav-right-arrow {
  width: 25px;
  height: 25px;
  background: url(../img/arrow.png) no-repeat top right;
  margin-top: 50px;
  margin-right: 5px;
  /* Do not edit below this line */
  position:relative;
}
.liquid-slider-wrapper .liquid-nav-left-arrow {
  width: 25px;
  height: 25px;
  background: url(../img/arrow.png) no-repeat top left;
  margin-top: 50px;
  margin-left: 5px;
  /* Do not edit below this line */
  position:relative;
}
.liquid-slider-wrapper .liquid-nav-left-arrow:hover {
  /* Left graphical arrows hover */
  background: url(../img/arrow.png) no-repeat bottom left;
}
.liquid-slider-wrapper .liquid-nav-left-arrow:active {
  /* Left graphical arrows click */
  margin-top: 55px;
}
.liquid-slider-wrapper .liquid-nav-right-arrow:hover {
  /* Right graphical arrows hover */
  background: url(../img/arrow.png) no-repeat bottom right;
}
.liquid-slider-wrapper .liquid-nav-right-arrow:active {
  /* Right graphical arrows click */
  margin-top: 55px;
}
.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px;
}

/******************************************************
* Responsive Styles
* Here are the main responsive styles. This mostly 
* covers the arrows, and most of the settings can be
* applied above.
*******************************************************/
.liquid-responsive .liquid-slider {
  /* Do not edit below this line */
  width: 100%;
  margin: 0;
}
.liquid-responsive .liquid-slider .panel .panel-wrapper {
  padding: 10px;
}
.liquid-responsive .liquid-nav-left {
  /* Left non-graphical arrows */
  /* Do not edit below this line */
  position: absolute;
  left: 0;
  z-index: 1;
}
.liquid-responsive .liquid-nav-left a {
  /* Left non-graphical arrows */
  background: #9A9A9A;
  width: 80px;
}
.liquid-responsive .liquid-nav-left a:hover {
  /* Left non-graphical hover */
  background: #747474;
}
.liquid-responsive .liquid-nav-right {
  /* Right non-graphical arrows */
  /* Do not edit below this line */
  position: absolute;
  right: 0;
  z-index: 1;
}
.liquid-responsive .liquid-nav-right a {
  /* Right non-graphical arrows */
  background: #9A9A9A;
  width: 80px;
}
.liquid-responsive .liquid-nav-right a:hover {
  /* Right non-graphical arrows hover */
  background: #747474;
}
.liquid-responsive .liquid-nav-left-arrow {
  /* Do not edit below this line */
  position: absolute;
  left: 0;
  z-index: 1;
}
.liquid-responsive .liquid-nav-right-arrow {
  /* Do not edit below this line */
  position: absolute;
  right: 0;
  z-index: 1;
}

/******************************************************************
* Larger Mobile Devices
* This is for devices like the Galaxy Note or something that's 
* larger than an iPhone but smaller than a tablet. 
******************************************************************/
@media only screen and (min-width: 481px) {
  .liquid-slider-wrapper .liquid-slider .panel img{
    /* Example */
    /*
    width:24%;
    margin:2px;
    */
  }

}

/******************************************************************
* Tablet & Smaller Laptops
* This will include tablets and some netbooks.
******************************************************************/
@media only screen and (min-width: 768px) {
  .liquid-slider-wrapper .liquid-slider .panel img{
    /* Example */
    /*
    width:24%;
    */
  }
  .liquid-responsive .liquid-slider .panel .panel-wrapper {
    padding: 20px 0px;
  }
}

/******************************************************************
* DESKTOP 
* This is the average viewing window. So Desktops, Laptops, and 
* in general anyone not viewing on a mobile device. Here's where
* you can add resource intensive styles.
******************************************************************/
@media only screen and (min-width: 1030px) {
  

}

/******************************************************************
* LARGE VIEWING SIZE 
* This is for the larger monitors and possibly full screen viewers.
******************************************************************/
@media only screen and (min-width: 1240px) {
  

}

/******************************************************************
* RETINA (2x RESOLUTION DEVICES)
* This applies to the retina iPhone (4s) and iPad (2,3) along with 
* other displays with a 2x resolution. You can also create a media
* query for retina AND a certain size if you want. Go Nuts.
******************************************************************/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {
  

}	
	