/* #Media Specifications
================================================== */

/* Smaller than standard 1200 */
@media only screen and (max-width: 1299px) {
}

/* Small Screen size to standard 1200 */
@media only screen and (min-width: 1000px) and (max-width: 1299px) {
	
	.gallery-05 li {
		width: -webkit-calc(100% / 4 - 30px);
		width: -moz-calc(100% / 4 - 30px);
		width: calc(100% / 4 - 30px);
	}
	.map {
		width: 274px;
	}
}

/* Smaller than standard 960 */
@media only screen and (max-width: 999px) {
}

/* Tablet Portrait size to standard 960 */
@media only screen and (min-width: 768px) and (max-width: 999px) {
	html,
	body,
	footer,
	.push {
		height: auto;
	}
	.wrapper {
		margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	}
	.logos {
		float: none;
		padding: 5px 0 0;
		width: 100%;
		text-align: center;
	}
	.facebookWidget {
		float: none;
		padding: 0;
		width: 100%;
		clear: both;
		text-align: center;
	}
	.copyright {
		float: none;
		padding: 0 0 5px;
		text-align: center;
	}
	.logos ul {
		padding: 0;
		text-align: center;
	}
	.logos ul li {
		padding: 5px;
		margin: auto;
		display: inline-block;
		float: none;
		width: auto;
	}
	.copyright ul {
		text-align: center;
	}
	.copyright ul li {
		margin: auto;
		float: none;
		display: inline-block;
	}
	header {
		width: 200px;
	}
	.subHeader h1,
	.subHeader h1 a,
	.subHeader h1 a:visited {
		font-size: 24px;
		line-height: 30px;
	}
	.subHeader h2 {
		font-size: 9px;
	}
	nav,
	#Content {
		width: -webkit-calc(100% - 200px);
		width: -moz-calc(100% - 200px);
		width: calc(100% - 200px);
	}
	nav ul li a,
	nav ul li a:visited {
		margin: 0 5px;
		font-size: 11px;
	}
	.content {
		padding: 20px;
	}
	.gallery {
		margin: -15px 0 0 -15px;
		list-style: none;
	}
	.gallery li {
		margin: 15px 0 0 15px;
	}
	.gallery-02 li {
		width: -webkit-calc(100% / 1 - 15px);
		width: -moz-calc(100% / 1 - 15px);
		width: calc(100% / 1 - 15px);
	}
	.gallery-03 li {
		width: -webkit-calc(100% / 3 - 15px);
		width: -moz-calc(100% / 3 - 15px);
		width: calc(100% / 3 - 15px);
	}
	.gallery-04 li {
		width: -webkit-calc(100% / 3 - 15px);
		width: -moz-calc(100% / 3 - 15px);
		width: calc(100% / 3 - 15px);
	}
	.gallery-05 li {
		width: -webkit-calc(100% / 3 - 15px);
		width: -moz-calc(100% / 3 - 15px);
		width: calc(100% / 3 - 15px);
	}
	
}

/* Tablet Portrait size to standard 1200 */
@media only screen and (min-width: 768px) and (max-width: 1299px) {
}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
	.logo {
		position: fixed;
		background: rgba(51, 51, 51, 0.5);
		top: 0;
		left: 0;
		right: 0;
		padding: 0;
	}
	.logo a {
		float: left;
		width: 200px;
		left: 50%;
		margin-left: -210px;
		position: relative;
		padding: 5px 0;
	}
	.logo a img {
		height: 50px;
	}
	#NavigationTrigger {
		float: right;
		width: 60px;
		height: 60px;
		background: url(../images/nav.png) right no-repeat;
		right: 50%;
		margin-right: -210px;
		display: block;
		text-indent: -9999px;
		position: relative;
		cursor: pointer;
	}
	nav {
		position: absolute;
		margin-top: 60px;
		right: 50%;
		width: 420px;
		margin-right: -210px;
	}
	nav ul {
		display: none;
	}
	nav ul:before {
		display: none;
	}
	nav ul li {
		width: 100%;
		text-align: right;
	}
	nav ul ul {
		position: relative;
		width: 100%;
		padding: 5px 0;
	}
	nav ul li:hover ul {
		display: none;
	}
	header {
		width: 100%;	
	}
	.subHeader {
		width: 420px;
		padding-top: 70px;
	}
	ul.formList li.label {
		width: 100%;
		text-align: left;
		padding: 3px 0 0;
	}
	ul.formList li.field {
		width: 100%;
		padding: 0 0 3px;
	}
	ul.formList li.button,
	ul.formList li.noLabel {
		width: 100%;
		margin-left: 0%;
	}
	#Content {
		width: 100%;
	}
	.content {
		padding: 20px;
	}
	.gallery {
		margin: -10px 0 0 -10px;
		list-style: none;
	}
	.gallery li {
		margin: 10px 0 0 10px;
	}
	
	.twoColumns {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
	.map {
		width:  100%;
	}
}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.gallery-02 li {
		width: -webkit-calc(100% / 1 - 10px);
		width: -moz-calc(100% / 1 - 10px);
		width: calc(100% / 1 - 10px);
	}
	.gallery-03 li {
		width: -webkit-calc(100% / 2 - 10px);
		width: -moz-calc(100% / 2 - 10px);
		width: calc(100% / 2 - 10px);
	}
	.gallery-04 li {
		width: -webkit-calc(100% / 2 - 10px);
		width: -moz-calc(100% / 2 - 10px);
		width: calc(100% / 2 - 10px);
	}
	.gallery-05 li {
		width: -webkit-calc(100% / 2 - 10px);
		width: -moz-calc(100% / 2 - 10px);
		width: calc(100% / 2 - 10px);
	}
}

/* Mobile Portrait Size to Mobile Landscape Size  */
@media only screen and (max-width: 479px) {
	.logo a {
		margin-left: -150px;
	}
	#NavigationTrigger {
		margin-right: -150px;
	}
	.subHeader {
		width: 300px;
	}
	nav {
		width: 300px;
		margin-right: -150px;
	}
	
	.gallery-02 li {
		width: -webkit-calc(100% / 1 - 10px);
		width: -moz-calc(100% / 1 - 10px);
		width: calc(100% / 1 - 10px);
	}
	.gallery-03 li {
		width: -webkit-calc(100% / 1 - 10px);
		width: -moz-calc(100% / 1- 10px);
		width: calc(100% / 1 - 10px);
	}
	.gallery-04 li {
		width: -webkit-calc(100% / 1 - 10px);
		width: -moz-calc(100% / 1 - 10px);
		width: calc(100% / 1 - 10px);
	}
	.gallery-05 li {
		width: -webkit-calc(100% / 2 - 10px);
		width: -moz-calc(100% / 2 - 10px);
		width: calc(100% / 2 - 10px);
	}
}