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

p { 
	    font-size: 15px; /*12px*/
	line-height: 140%;
	margin-bottom: 15px;
}

body {
	background-image:none;
	background-repeat:repeat-x;
	background-color:#f2f2f2;
}

#wrapper {
	width:100%;
	margin-top:0px;
}

#header {
	display:none;
}
#nav {
	display:none;
}

#imageHeader {
	display:none;
}

#mobilelogo {
	display:block;
	padding:5%;
	color:#97040c;
	font-weight:bold;
	text-align:center;
}
#mobileheader {
	display:block;
}

#breadcrumbs {
	display:none;
}
#content {
	margin-top:0px;
	clear:both;
	width:90%;
	padding:5%;
}

.coltwo {
    width: 100%;
    border-top: 1px solid #999;
    clear:both;
    padding: 20px 0px 20px 0px;
}

.colthree {
    width: 100%;
    border-top: 1px solid #999;
    clear:both;
    padding: 20px 10px 20px 0px;
    margin-bottom: 20px;
}

#footer p {
	font-size: 16px;
}

#footer-left {
	width:100%;
	clear:both;
	margin-bottom:0px;
	color:#97040c;
	font-size:11px;
}

#footer-right {
	width: 100%;
	clear:both;
	text-align:left;
	margin-bottom:0px;
}

/* RESPONSIVE MENU */

nav:not(.mm-menu)
{
	display: none;
}

.responsivemenu {
	background: #133880;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 45px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 45px;
	padding: 0px;
}
.responsivemenu.fixed
{
	/*position: fixed;
	top: 0;
	left: 0;*/
}
.responsivemenu a
{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	display: block;
	width: 40px;
	height: 40px;
position: relative;
	top: 0;
	left: 10px;
}

.menu > li {
	height: 100%;
}

/* END RESPONSIVE MENU */


h1 { 
	    font-size: 24px; /*24px*/ 
	color: #999;
	margin-bottom:20px;
}

h2 { 
	font-size: 18px; /*21px*/ 
	margin-bottom:15px;
	color: #133880;
	clear:both;
	}

h3 {  
 font-size: 16px; /*18px*/ 
	margin-bottom: 10px;
	color: #999;
	
}

table {
	width:100%;
	font-size:16px;
}


input[type="text"] { 
	background-color: #FFF;
	border: 1px solid ;
	border-color:#CCC;
	padding: 10px;
	margin: 3px 0px 3px 0px;
	width: 95%;
	color:#000; 
}
	
input[type=checkbox] {
 width: 44px; height: 44px;
 -webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px;
 border: 1px solid #bbb;
}	

/*input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  width: 100%; height: 40px;
  line-height: 40px; font-size: 17px;
  border: 1px solid #bbb;
}
*/
input[type=submit] {
 -webkit-appearance: none; -moz-appearance: none;
 display: block;
 margin: 1.5em 0;
 font-size: 1em; line-height: 2.5em;
 color: #333;
 font-weight: bold;
 height: 2.5em; width: 100%;
 background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
 border: 1px solid #bbb;
 -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}


textarea{ background-color: #FFF;
	border: 1px solid ;
	border-color:#CCC;
	padding: 7px;
	margin: 3px 0px 3px 0px;
	width: 95%;
	color:#000;
}

}




img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}