div.container {
	width: 100%;
	}


div#gridwrap {
	width: 100%;
	margin: 0 0;
	padding: 0 0;
	}


.grid {
	list-style: none;
	margin: 0 20px 0 20px;
	padding: 0 0 0 1px;
}

.grid li {
	position: relative;
	display: block;
	float: left;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0;
font-size: 0;
line-height: 0;
}

.grid-item { width: 300px;
height: 220px;
}

.grid-item2 { width: 610px; 
height: 450px;
}

.grid-text {
	font-size: 16px !important;
	line-height: 22px !important;
	height: auto !important;
	margin-bottom: 30px !important;}	
	
.grid-text:hover {
	cursor: default;}
	
.grid-text h1 {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
	}	
	

@media only screen
and (max-width: 958px) {

.grid {
	padding: 0 0 0 0;}

.grid li {
	margin-bottom: 1%;
	margin-left: 0.5%;
	margin-right: 0.5%
}

.grid-item2 {
width: 49%; 
}
.grid-item {
width: 49%;
height: auto;
}

#normnav ul {
	margin: 0 20px;
	text-align: center;}


}



@media screen and (max-width: 650px) {

.grid-item2 {
width: 48%; 
}
.grid-item {
width: 48%;
}	
	
	.grid li {
	margin-bottom: 2%;
	margin-left: 1%;
	margin-right: 1%;
}

}

@media screen and (max-width: 500px) {
	
	.grid li {
	margin-bottom: 20px;
	margin-left: 2%;
	margin-right: 2%;
}
	
	.grid-item2 {
width: 96%; 
}
.grid-item {
width: 96%;
height: auto;
}
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;
}

.grid li a,
.grid li img {
	outline: none;
	border: none;
	width: 100%;
	height: auto;
}

.grid-item img {
	width: 100%;
	height: auto;}

.grid.effect-1 li.animate {
	-webkit-animation: fadeIn 0.1s ease forwards;
	-moz-animation: fadeIn 0.1s ease forwards;
	animation: fadeIn 0.1s ease forwards;
}

@-webkit-keyframes fadeIn {
	to { opacity: 1; }
}

@-moz-keyframes fadeIn {
	to { opacity: 1; }
}

@keyframes fadeIn {
	to { opacity: 1; }
}

}