﻿html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;background-color: #FFFFFF;}
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	}

@media screen and (min-width:468px) and (orientation: landscape)  { 
header {
	top: 0px;
	position: fixed;
	}
}
@media screen and (min-width: 28px) and (max-width: 467px){
header {
	top: 0px;
	position: fixed;
	}
	
}

header {
	width: 100%;
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	z-index: 99999;
	position: fixed;
	}

section{
	width: 100%;
	position: relative;
	margin: auto;
	z-index: 99997;
	background-color: #FFFFFF;
	top:70px;
	}

.news {
	width: 98%;
  	text-align: center;
	margin: auto;
	display: block;
	visibility: visible;
	padding: 0px 1%;
}
.news-item {
	width: 33%;
	height:auto;
	min-width: 270px;
	margin: auto;
	position: relative;
	text-align: center;
	display: inline-block;
}

.news-item a {
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 22px;
	font-family: Lato, Calibri, Arial, sans-serif;
	text-transform: uppercase;
	margin: 2px 0px;
	text-decoration: none;
}
.news-item a:hover {
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #00ffff;
	font-size: 22px;
	font-family: Lato, Calibri, Arial, sans-serif;
	text-transform: uppercase;
	margin: 2px 0px;
	text-decoration: none;
}



.view-one {
	overflow: hidden;
	position: relative;
	cursor: default;
	border: 1px solid #DD0408;
}
.view-one img {
	width: 100%;
	height: auto;
    display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;

}

footer {
	display: block;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	top :100px;
	}
