/*! 1024 style */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	/* Style adjustments for viewports that has a screen width of 1024px and above (Desktop View / iPad Landscape View) */
	.page-top-jumbo-video iframe,
	.youtube-flex-content iframe {
		width: 940px;
		height: 529px;
	}
	
	.header-logo img {
		width: 170px;
	}
}

@media only screen and (min-width: 468px) and (max-width: 991px) {
		/*Tagit bort  and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) då Gecko tagit bort stödet */

	/* High-res styles go here */
	body {
		font-size: 14px;
	}


  
	.container, .jumbotron .container {
		max-width: none !important;
	}
	
	.col-md-4 {
 		width: 50%;
 		float: left;
 	}
	
	.col-md-8 {
		width: auto !important;
	}
	
	h3, .h3 {
		font-size: 14px;
	}

	.box-post-image {
		height: 100px;
	}
	 
	.col-md-8 {
		width: 60%;
		float: left;
	}

	.page-sidebar {
		width: 100%;
		/*margin-left: -15px;
		margin-right: -15px;*/
		padding-left: 0px;
		padding-right: 0px;
	}
	.sidebar-item {
		float: left;
		width: 50%;
		padding: 15px;
		padding-left: 30px;
		padding-right: 0px;
	}

	.sidebar-item:first-child {
		padding-left: 0px;
	}	

	.horizontal-divider-lines {
		position: absolute !important;
		top: 60px !important; 
		width: 5px !important;
		border-left: 1px solid #000 !important;
		border-right: 1px solid #000 !important;
		border-top: none !important;
		border-bottom: none !important;
		right: 33.3333333% !important;
		bottom: 30px !important;
		height: auto !important;
		display: none;
	}
}