@media only screen and (min-device-width: 780px) {
	div {
margin: 0;
position: relative;
}

#fullblock {
    width: 98%;
    height: auto;
    margin: 0px;
    padding: 0;
    border: inherit;
    text-align: center;
}

#halfblock {
    width: 49.5%;
    margin: 0px;
    border: none;
	vertical-align: middle;
}


	
	#thirdblock {
    width: 31%;
    height: auto;
    margin: 0px;
    padding: 1%;
    border: inherit;
}

	form * {
	font-size: 1.1em;
	color:black;
		text-align: left;
}
	

#page > #halfblock {
height: auto;
padding: 0;
}


#main > #halfblock {
    height: 1px;
    padding: 0 0 50% 0;
    overflow: hidden;    
}

.front #halfblock > img, .front #splitblock > img {
position: absolute;
width:  101%;
height: auto;
top: 0;
left:  0;
	display:block;
}

.front #halfblock a h2, .front #halfblock a p, .front #splitblock a h2, .front #splitblock a p {
	color: white;
	display: block;
	position: relative;
	z-index: 100;
	width: 75%;
	padding-left: 10%;
	text-shadow: 2px 2px 2px gray;
}

.front #halfblock h2 {
	padding-top: 10%;
}

#splitblock > img {
margin-top: -10%;
}

#splitblock {
width: 100%;
height: 1px;
padding: 0 0 50% 0;
margin: 0;
    overflow: hidden;
        border: inherit;
}


} /* -------------------------------------------end desktop--------------------------------*/	


#category-details {
width: 100%;
height: auto;
padding: 2% 0;
margin: 30px 0;
color: white;
background: black;
}

#category-details #list {
width: 98%;
height: auto;
margin: 0 auto 0 auto;
color: white;
background: black;
}

#category-details #list img, #nav-below img {
width: auto;
height: 15px;
margin: 15px 5px 0 0;
background: black;
vertical-align: top;
}

#newscategories img.inline {
width: auto !important;
height: 15px  !important;
margin: 0 5px 10px 0;
vertical-align: top;
-webkit-filter: invert(0.5);
filter: invert(50%);
-o-filter:invert(50%);
-ms-filter: invert(50%); 
}

#newscategories span {
margin-bottom: 20px;
}

#category-details a, #category-details p {
color: white;
vertical-align: top;
margin-bottom: 10px;
}

.left {
text-align: left;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

#circle {
width:  90%;
height: auto;
margin: 0 auto;
}

div img {
max-width: 100%;
}

form table td:first-of-type {
		text-align: right;
}

.left {
	text-align: left !important;
}

input[type=radio], input[type=checkbox] {
	height: 20px;
	width: 20px;
}



