/* Website Styles */

html, body {
   font-family: 'lato',helvetica,sans-serif;
   margin: 0;
   padding: 0;
   height: 100%;
   width: 100%;
   border: 0;
   font-size: 18px;
   -webkit-font-smoothing: antialiased;

}

::selection {color: #ffffff; background:#e77914;}
::-moz-selection {color: #ffffff; background:#e77914;}

hr {
    clear: both;
	margin: 0px 0px 25px 0px;
    padding-top: 30px;
    border-bottom: 2px dashed #ccc;
	border-top: 0px;
	background-color: transparent;
}

.clear {
	clear: both;
}


a, a:active, a:focus {
	outline: none;
}

a:link { color: #093487; font-family: 'lato',helvetica,sans-serif; font-size: 18px; text-decoration: none; font-weight: normal; }
a:visited { color: #093487; font-family: 'lato',helvetica,sans-serif; font-size: 18px; text-decoration: none; font-weight: normal; }
a:hover { color: #0045cc; font-family: 'lato',helvetica,sans-serif; font-size: 18px; text-decoration: none; font-weight: normal;}
a:active { color: #093487; font-family: 'lato',helvetica,sans-serif; font-size: 18px; text-decoration: none; font-weight: normal; }



/*---------- HEADER STYLES ------------------------------------------------------------------------------ */

h1 {

	margin: 0px 0 5px 0;
    color: #000000;
    text-align: center;
    font-size: 20px;
	font-weight: bold;
	line-height: 150%;
	font-family: 'lato',helvetica,sans-serif;
}

h2 {
	margin: 0px 0px 0px 0px;
    font-family: 'lato',helvetica,sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #4e4e4e;
    text-align: center;
}

h3 {
    margin: 0px 0 25px 0;
    font-family: 'open sans',helvetica,sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #5c5c5c;
    text-align: left;
}

h4 {
    margin: -20px 0 25px 0;
    font-family: 'open sans',helvetica,sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #5c5c5c;
    text-align: left;
}

h5 {
    margin: 30px 0 10px 0;
    font-family: 'open sans',helvetica,sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: #999999;
    text-align: left;
}

.display {
    padding-top: 60px;
    padding-bottom: 15px;
}

.navigation {
    margin: 20px auto 0px auto;
}

.nav_links{
    text-align: center;
}

.divider {
    height: 0px;
    border-bottom: 1px solid silver;
    width: 100%;
    margin-top: 20px;
}

.title {

    padding: 20px 0px 25px 0px;
    background-color: #d3d3d3;
}

.centre {
    text-align: center;
}

.design {
    margin-top: 30px;
}

/*---------------------------------------------------------------------------------------------- */
/*---------- TABLET LANDSCAPE ------------------------------------------------------------------------------ */

@media screen and (max-width: 1199px) {



	.maximage-wrapper {
		height: 635px;
	}



}

/*---------------------------------------------------------------------------------------------- */
/*---------- TABLET PORTRAIT ------------------------------------------------------------------------------ */

@media screen and (max-width: 991px) {


	.maximage-wrapper {
		height: 700px;
	}




}

/*---------------------------------------------------------------------------------------------- */
/*---------- SMARTPHONE LANDSCAPE ------------------------------------------------------------------------------ */

@media screen and (max-width: 767px) {


	.maximage-wrapper {
		height: 296px;
	}



}

/*---------------------------------------------------------------------------------------------- */
/*---------- SMARTPHONE PORTRAIT ------------------------------------------------------------------------------ */

@media screen and (max-width: 480px) {


	.maximage-wrapper {
		height: 500px;
	}




}

 /* Custom, iPhone Retina */
@media screen and (max-width:  320px) {




}
