

/* -------------------------------------------------------------------------- */

/* ----- MOBILE STYLES START ----- */
@media (max-width: 768px) {


    #wpadminbar {
        display: none;
    }

	
.alignleft {
	float: none;
	clear: both;
	display:block;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
	max-width: 320px;
}
.alignright {
	float: none;
	clear: both;
	display:block;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
	max-width: 320px;
}
.aligncenter {
	display:block;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
	max-width: 320px;
}
.wp-caption {
	max-width: 320px !important;
}

img {
   max-width: 320px !important;
   height: auto;
}
iframe {
   max-width: 320px !important;
   height: auto;
}


.clear_10 {
	height: 10px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_20 {
	height: 20px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_50 {
	height: 50px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_70 {
	height: 60px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_90 {
	height: 60px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
	
	
	/*
input {
	float: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 8px;
	clear: both;
	-webkit-appearance: none;
}
input[type=text] {
	width: 220px;
	height: 24px;
	font-size: 13px;
	border: 1px solid #000;
}
input[type=text]:focus {
	border: 1px solid #000090;
}
input[type=password] {
	width: 220px;
	height: 24px;
	font-size: 13px;
	border: 1px solid #000;
}
input[type=password]:focus {
	border: 1px solid #000090;
}
input[type=email] {
	width: 220px;
	height: 24px;
	font-size: 13px;
	border: 1px solid #000;
}
input[type=email]:focus {
	border: 1px solid #000090;
}
select {
	width: 220px;
	height: 24px;
	font-size: 18px;
	border: 1px solid #000;
	margin-top: 8px;
}
select:focus {
	border: 1px solid #000090;
}
textarea {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	width: 300px;
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 8px;
}
textarea:focus {
	border: 1px solid #000090;
}
.form_left {
	width: 320px;
	float: none;
	clear: both;
}
.form_right {
	width: 320px;
	float: none;
	clear: both;
}*/



.container {
	max-width: 320px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	width:;
}
.header_container {
	max-width: 320px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	width:;
	height:110px;
	margin-bottom: 20px;
}
.header {
	max-width: auto;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	width: 320px;
	height: 0px;
	margin-bottom: 20px;
}
.header_left {
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	width: auto;
	padding: 0px;
	float: none;
	text-align: center;
	margin-top: 5px;
}
.header_right {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: auto;
	padding: 0px;
	float: none;
	text-align: center;
	margin-top: 5px;
}
.header_right {
	position: absolute;
    top: 0;
    z-index: 999999;
    right: 20px;
}
.content_container {
	max-width: 320px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	width:;
	margin-bottom: 20px;
	z-index: 10;
	position: relative;
}
.content {
	max-width: 320px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	width: 320px;
	margin-top: 0px !important;
	margin-bottom: 0px;
	padding: 0px;
}

.nav {
	height: 27px;
	width: 638px;
	float: right;
	margin-top: 54px;
	color: #000000;
	display: none;
}
.nav_search {display: none;}

.mobile_nav {
	display: block;
	position: relative;
	z-index: 999;
}
#slidedownmenu {
	display: block;
	position:absolute;
	width:100%;
	height:350px;
	top:-350px;
	left:0;
	z-index: 9999;
}
.handle {
	display: none;
}
.mobile_nav_spacer {
	height: 80px;
	width: auto;
	clear: both;
}
.mobile_nav_btn {
	width: auto;
	height: 30px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	margin-left: 5px;
	margin-bottom: 1px;
	clear: both;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 99999;
	text-transform: uppercase;
	border: 1px solid #000000;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #ea2227;
	z-index: 999;
	position: relative;
}
.mobile_nav_btn a {
	color: #ffffff;
	text-decoration: none;
}
.mobile_nav_btn a:visited {
	color: #ffffff;
	text-decoration: none;
}
.mobile_nav_open {
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	margin-left: 5px;
	margin-bottom: 1px;
	clear: both;
	color: #ffffff !important;
	text-decoration: none !important;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	border: 1px solid #000000;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #ea2227;
	z-index: 990;
	width: 300px;
	height: 30px;
	display: block;
	position: relative;
	margin-top: -50px;
}

/* 4 COLUMN LAYOUT START */
.col4_1wide {
	max-width: 320px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	width:;
	margin-bottom: 30px;
	float: none;
	clear: both;
}
.col4_2wide {
	max-width: 320px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	width:;
	margin-bottom: 30px;
	float: none;
	clear: both;
}
.col4_3wide {
	max-width: 320px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	width:;
	margin-bottom: 30px;
	float: none;
	clear: both;
}
.col4_4wide {
	max-width: 320px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	width:;
	margin-bottom: 30px;
	float: none;
	clear: both;
}
.col4_spacer {
	margin-bottom: 0px;
	float: none;
	width: 200px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
}
/* 4 COLUMN LAYOUT END */






/* 3 COLUMN LAYOUT START */
.col3_1wide {
	max-width: 320px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	width: ;
	margin-bottom: 30px;
	float: none;
	clear: both;
}
.col3_2wide {
	max-width: 320px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	width:;
	margin-bottom: 30px;
	float: none;
	clear: both;
}
.col3_3wide {
	max-width: 320px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	width:;
	margin-bottom: 30px;
	float: none;
	clear: both;
}
.col3_spacer {
	margin-bottom: 0px;
	float: none;
	width: 200px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
}
/* 3 COLUMN LAYOUT END */





/* ADDITIONAL COLUMN LAYOUTS START */
.col1_1narrow {
	max-width: 320px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	width: ;
	margin-bottom: 30px;
	float: none;
	clear: both;
}
.col1_1wide {
	max-width: 320px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	width: ;
	margin-bottom: 30px;
	float: none;
	clear: both;
}
/* ADDITIONAL COLUMN LAYOUTS END */


.footer_container {
	max-width: auto;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	padding: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer {
	clear: both;
	width: auto;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
}


.marginleft175 {
	margin-left: 0px;
}


.top_header {
	height: auto;
	width: 100%;
	background-color: #ffffff;
	padding-top: 20px;
	background: none;
}
.header_container {
	padding-top: 70px;
	margin-bottom: 0px;
	border: none;
	background: none;
	height: 0px;
}
.header_item {
	margin-right: 0px;
	float: none;
	text-align: left;
	font-size: 14px;
    margin-top: 10px;
    padding-left: 90px;
	width: 240px;
}
.header_item a:link {
	text-decoration: none;
	color: #515355;
}
.header_item a:visited {
	text-decoration: none;
	color: #515355;
}
.header_item a:hover {
	text-decoration: none;
	color: #515355;
	opacity: 0.7;
}
.header_item img {
	height: 16px;
	width: auto;
    vertical-align: baseline;
}
.header_right img {
	height: 22px;
	width: auto;
	margin-top: -3px;
}

.logo {
    margin-top: 10px;
    margin-bottom: 0px;
}
.header .header_left {
	position: absolute;
	top: 0px;
}
.header .header_right {
	display: none;
}
.top_header .header .header_right {
	display: block;
	text-align: left;
	margin-top: -30px;
	padding-left: 72px;
}
.hero {
	width: 140% !important;
    min-width: 100% !important;
    max-width: 140% !important;
    height: auto;
    margin: 0px !important;
    margin-top: 50px !important;
    left: -20%;
}
.hero img {
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	margin: 0px !important;
	height: auto;
}
#mobile_spacer {
	height: 260px !important;
}

/*.hero {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	display: block;
	clear: both;
	float: none;
	text-align: center;
	left: auto;
	height: auto;
}
.hero img {	
	width: 140% !important;
	max-width: 140% !important;
	height: auto;
	margin-left: -20% !important;
}*/


.parallax-container {
	max-width: 100%;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	width: 100%;
	height: auto;
	background-color: #666;
}
.grid_top_left {
	width: 159px;
}
.grid_top_right {
	width: 159px;
}
.grid_bottom_left {
	width: 159px;
}
.grid_bottom_right {
	width: 159px;
}
.grid_top_left h3 {
    font-size: 40px;
    line-height: 42px;
}
.grid_top_right h3 {
    font-size: 40px;
    line-height: 42px;
}
.grid_bottom_left h3 {
    font-size: 40px;
    line-height: 42px;
}
.grid_bottom_right h3 {
    font-size: 40px;
    line-height: 42px;
}

.footer form .col4_1wide {
	margin: 0px;
}
.footer form .col4_1wide input {
	margin: 0px !important;
	width: 276px !important;
}
.footer form textarea {
	margin: 0px !important;
	width: 276px !important;
}

#mg-wprm-wrap ul li {
    background-image: none !important;
	padding-left: 0px !important;
}
#wprmenu_bar .menu_title a {
    text-decoration: none;
    color: #fff;
    font-weight: 600 !important;
	top: 0px !important;
}
#mg-wprm-wrap li.menu-item a {
	font-weight: 700 !important;
	padding-bottom: 8px !important;
}

.flex-viewport {
    width: 200px !important;
    margin-left: 60px !important;
}
.flex-direction-nav .flex-nav-prev a {
	margin-left: 0px !important;
}
.flex-direction-nav .flex-nav-next a {
	margin-right: 0px !important;
}

.hero .flex-viewport {
    width: 100% !important;
    margin-left: 0px !important;
}
.metaslider iframe.vimeo, .metaslider .youtube iframe {
   margin-left: auto !important;
   margin-right: auto !important;
   left: 0 !important;
   width: 100% !important;
   left: 25% !important;
}

.mob_subnav {
	display: block;
	width: 320px;
}

h6 a:link, h6 a:visited{
   clear: both;
    display: block;
    text-align: center;
    margin-top: 0px !important;
}

/* TABLE STYLES START */
table {
	margin-bottom: 10px;
	border: none !important;
	border-collapse: collapse;
	width: 100%;
	text-align: center;
     font-size: 13px;
}
td {
    padding: 2px;
	max-width: 320px;
	overflow-x: auto;

}
th {
    background-color: #949598!important;
    color: white;
    vertical-align: baseline;
    padding: 2px 0px;
    text-align: center;
}
/* TABLE STYLES END */

/* ----- MOBILE STYLES END ----- */

}