@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

/* =common */
	html, body {
		margin: 0;
		padding: 0;
	}
	h1 {
		margin: 1.2em 0 0.8em;
		font-size: 2em;
		font-weight: normal;
		line-height: 120%;
	}
	h2 {
		/*margin: 1em 0 1em;*/
		/*margin: 1em 0 0.5em;*/
			margin: 1.2em 0 0.3em;
		font-size: 1.2em;
			font-size: 1.5em;
		font-weight: bold;
		line-height: 120%;
	}
	h3 {
		margin: 1em 0 0.7em;
		font-size: 1.142857em;
	}
	h4 {
		margin: 0 0 0.5em;
		font-size: 0.9em;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	p {
		margin: 0 0 1em;
	}
	ul {
		margin: 0 0 1em;
		padding: 0;
		list-style-type: none; 
	}
		ul.list li {
			padding-left: 10px;
			background: transparent url(../img/bg-bullet01.png) no-repeat 0 8px;
		}

	ol {
		margin: 0 0 1em;
		padding-left: 35px;
	}
	ol ol {
		margin: 0;
	}
	a {
		/*color: #007dc9;*/
		color: #333;
			color: #c9252c;
		text-decoration: none;
		overflow: hidden;
	}
	a:hover {
		color: #002949;
		text-decoration: underline;
	}
	form {
		margin-bottom: 1em;
	}
	fieldset {
		margin: 0 0 1em;
		padding: 0;
		border: none;
	}
	legend {
		display: block;
		width: 100%;
		margin: 1em 0;
		padding: 1em 0 0;
		font-size: 1.1em;
		font-weight: bold;
		color: #4f7831;
		border-bottom: 1px solid #acacac;
		/* background: #fee; */
	}
	label {
		/* float: left;
		display: block;
		width: 168px;
		margin-right: 20px;
		padding: 3px 0;
		font-size: 1em;
		line-height: 140%;
		text-align: right;
		color: #555;
		cursor: pointer; */
		display: block;
		font-size: 0.8571em;
		line-height: 160%;
	}
	.rowWrap label {
		/* float: none;
		display: inline;
		width: auto;
		margin-right: 0px; */
	}
	.required {
		color: #f07a14;
	}
	input.txt, textarea, select {
		padding: 3px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		background: #fff;
		border: 1px solid #999;
		/*border-radius: 3px;*/
	}
	input.txt {
		width: 95%;
	}
	textarea {
		width: 95%;
		height: 80px;
		overflow: auto; /* remove ie's default scrollbar */
	}
	input.txt:hover, textarea:hover, select:hover,
	input.txt:focus, textarea:focus, select:focus {
		 border: 1px solid #333; 
	}
	option {
		background-color: transparent;
	}
	form .formrow {
		padding: 0 0 5px ;
form	}
	form .formrow:hover label {
		/* color: #4f7831; */
	}
	button {
		width: 40%;
		height: 30px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8751em;
		font-weight: bold;
		color: #ccc;
		background-color: #666;
		border: 0;
		cursor: pointer;
		/*border-radius: 3px;*/
	}
	button:hover {
		color: #fff;
		background-color: #333;
	}
	input.txt, button {
		vertical-align: middle;
	}

	.validationError {
		display: inline-block;
		margin-top: 0.5em;
		padding: 0.2em 0.5em;
		color: #fff;
		background-color: #900;
		/*border-radius: 3px;*/
	}

	img {
		border: 0;
	}
	
	.last {
		margin-right: 0 !important;
	}
	
	.clr:after {
		content:".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		font-size:0;
		line-height:0;
	}
/* =common */

/*.home a {
	color: #fff;
	text-decoration: none;
		overflow: hidden;
}*/

.home h1, .home h2 {
	/*color: #fff;*/
}

html {
	height: 100%;
	/*background-color: #767f7a;*/
	/*background: #767f7a url(../img/background01.png) 0 0;*/
}
body {
	height: 100%;
	font-family: 'Roboto', Arial, "Helvetica", sans-serif;
	font-size: 87.5%;
	color: #68696b;
	line-height: 160%;

	background: #949599 url(../img/bg-body2.png) repeat-x left top;
}
	/*body.home {
		background: #949599 url(../img/bg-body-home---.png) repeat-x left top;
	}*/

#wrap {
	width: 960px;
	margin: 0 auto;
}
	#wrapALT {
		/*width: 960px;*/
		margin: 0 auto;
	}

/* sliding menu START */

	#page {
		position: relative; /* Set the position property so z-index will apply */
		z-index: 20; /* Make sure this is higher than #menu */

		background: #949599 url(../img/bg-body2.png) repeat-x left top;

		height: 100%;
	}
		/*body.home #page {
			background: #949599 url(../img/bg-body-home---.png) repeat-x left top;
		}*/
	
	#menuToggle {
		display: none;
		position: absolute;
		top: 40px;
		right: 5px;
		width: 30px;
		height: 30px;
		text-indent: -9999em;
		cursor: pointer;
		/*background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><g fill='#fff'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></g></svg>");*/
		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMCAzMCc+PGcgZmlsbD0nI2M5MjUyYyc+PHJlY3Qgd2lkdGg9JzMwJyBoZWlnaHQ9JzYnLz48cmVjdCB5PScyNCcgd2lkdGg9JzMwJyBoZWlnaHQ9JzYnLz48cmVjdCB5PScxMicgd2lkdGg9JzMwJyBoZWlnaHQ9JzYnLz48L2c+PC9zdmc+"); /* red */
		/*background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMCAzMCc+PGcgZmlsbD0nIzMzMDA2Nic+PHJlY3Qgd2lkdGg9JzMwJyBoZWlnaHQ9JzYnLz48cmVjdCB5PScyNCcgd2lkdGg9JzMwJyBoZWlnaHQ9JzYnLz48cmVjdCB5PScxMicgd2lkdGg9JzMwJyBoZWlnaHQ9JzYnLz48L2c+PC9zdmc+");*/ /* purple */
		/*background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMCAzMCc+PGcgZmlsbD0nIzAwMCc+PHJlY3Qgd2lkdGg9JzMwJyBoZWlnaHQ9JzYnLz48cmVjdCB5PScyNCcgd2lkdGg9JzMwJyBoZWlnaHQ9JzYnLz48cmVjdCB5PScxMicgd2lkdGg9JzMwJyBoZWlnaHQ9JzYnLz48L2c+PC9zdmc+");*/ /* black */
		/*background-image: url(../img/menutoggle.svg);*/
		background-size: contain;
		opacity: 0.85;
		z-index: 2;
	}

	.hamburger {
		fill: #00f;
	}

	#menuMobile {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		width: 240px;
		height: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		background: #000;
		z-index: 10; /* Make sure the z-index is lower than the #page */
	}
		#menuMobile .menuHeader, #menuMobile h2 {
			display: block;
			padding: 0.5em 1.5em;
			font-size: 1em;
			font-weight: normal;
			color: #777;
			background-color: #333;
		}
		#menuMobile ul {
			margin-bottom: 0;
		}
		#menuMobile a {
			display: block;
			padding: 0.5em 1.5em;
			font-size: 1.2em;
			color: #aaa;
		}
		#menuMobile a:hover, #menuMobile li.active a {
			color: #fff;
			background-color: #111;
			text-decoration: none;
		}
		#menuMobile li li {
			padding-left: 1em;
			font-size: 0.875em;
		}
		#menuMobile li.active li a {
			color: #aaa;
			background-color: transparent;
		}
		#menuMobile li.active li.active a {
			color: #fff;
			background-color: #111;
		}

	.animating #menuMobile, .menu-visible #menuMobile {
		display: block;
	}

	.animating #page {
		transition: transform .25s ease-in-out;
		-webkit-transition: -webkit-transform .25s ease-in-out;
	}

	.animating.left #page {
		transform: translate3d( -240px, 0, 0 );
		-webkit-transform: translate3d( -240px, 0, 0 );
	}

	.animating.right #page {
		transform: translate3d( 240px, 0, 0 );
		-webkit-transform: translate3d( 240px, 0, 0 );
	}

	.menu-visible #page {
		right: 240px;
	}

/* sliding menu END */

header {
	position: relative;
	width: 960px;
	height: 150px;
		height: 180px;
			/*height: 220px;*/
	margin: 0 auto;
	background-color: transparent;
	/*box-shadow: 0 0 10px #333;*/
	z-index: 2;
}

header h2 {
	float: left;
	width: 230px;
		width: 290px;
	height: 90px;
		height: 130px;
	margin: 25px 0 0;
		margin: 0 0 0;
	z-index: 1;
}
	header h2 a { /* logo */
		display: block;
		width: 230px;
			width: 290px;
		height: 90px;
			height: 130px;
		margin: 0;
		text-indent: -999em;
		background: transparent url(../img/bg-logo-2020.png) no-repeat 0 0;
		/*background-size: contain;*/
		z-index: 1;
	}


#tagline {
	position: absolute;
	top: 55px;
		top: 60px;
	left: 250px;
		left: 310px;
	width: 420px;
		width: 310px;
	font-family: 'Roboto Condensed', Arial, "Helvetica", sans-serif;
	font-size: 1.2em;
		font-size: 1em;
	line-height: 1.2;
	color: #68696b;
}

nav {
	/*clear: both;*/
	position: absolute;
	left: 0;
	bottom: -1px;
}

#mainMenu {
	/*display: table;*/
	width: 100%;
	margin: 0;
	padding: 0;
	/*background-color: #9cb5c1;*/
	/*border-top: 1px solid #c4d98c;*/
}

	#mainMenu li {
		/*display: table-cell;*/
		float: left;
		margin-right: 2px;
		text-transform: uppercase;
		/*font-size: 1.2em;*/
			font-size: 1em;
		/*background: #222;*/
		background: #002949;
	}
		#mainMenu li:last-child {
			margin-right: 0;
		}
	#mainMenu a {
		display: block;
		/*padding: 0 0.7em;*/
		padding: 0 0.8em; /* test menu update */ 
		width: 100px;
		width: auto; /* test menu update */
		height: 40px;
		line-height: 40px;
		font-family: 'Roboto Condensed', Arial, "Helvetica", sans-serif;
		text-align: center;
		/*color: #aaa;*/
		color: #fff;
		/*border-right: 1px #d5e6ed solid;*/
		/*border-right: 1px #c4d98c solid;*/
		/*text-shadow: 0 0 3px #333;*/
	}
	#mainMenu a:hover, #mainMenu li.active a {
		/*color: #fff;*/
		background-color: #c9252c;
		text-decoration: none;
	}

	#mainMenu ul {
		display: none;
	}

	#mainMenu>li:hover ul {
		display: block;
		position: absolute;
		left: auto;
		top: 40px;
		box-shadow: 0 1px 2px #666;
	}
	#mainMenu>li:hover li {
		display: block;
		float: none;
		margin-right: 0;
		background-color: #fff;
		border-bottom: 1px #999 dotted;
	}
		#mainMenu>li:hover li:last-child {
			border-bottom: 0;
		}
	#mainMenu>li:hover li a {
		color: #68696b;
		background-color: #fff;
	}
	#mainMenu>li:hover li a:hover {
		/*font-weight: 700;*/
		color: #002949;
		background-color: #fff;
	}

#logo {
	z-index: 2;
	/*background-color: rgba(255,0,0, 0.5);*/
}
.backgroundsize #logo a {
	
}
header .social {
	position: absolute;
	top: 140px;
	right: 0;
}
	header .social li {
		float: left;
		/*margin-left: 10px;*/
			margin-left: 5px;
		width: 32px;
			width: 24px; /* test menu update */
		height: 32px;
			height: 24px; /* test menu update */
		/*background-color: #c9252c;*/
		border-radius: 50%;
	}
	header .social a {
		display: block;
		width: 32px;
			width: 24px; /* test menu update */
		height: 32px;
			height: 24px; /* test menu update */
		text-indent: -9999em;
		border-radius: 50%;
	}
	#buttonFB, #buttonTW, #buttonYT, #buttonLI, #buttonIN {
		background: transparent url(../img/bg-social.png) no-repeat 0 0;
		background: transparent url(../img/bg-social2019.png) no-repeat 0 0; /* test menu update */
	}
	#buttonTW { /* Twitter */
		background-position: -32px 0;
		background-position: -24px 0; /* test menu update */
	}
	#buttonYT { /* YouTube */
		background-position: -64px 0;
		background-position: -48px 0; /* test menu update */
	}
	#buttonLI { /* LinkedIn */
		background-position: -96px 0;
		background-position: -72px 0; /* test menu update */
	}
	#buttonIN { /* Instagram */
		background-position: -128px 0;
		background-position: -96px 0; /* test menu update */
	}

#searchForm {
	position: absolute;
	top: 45px;
		top: 55px;
	right: 0;
	width: 125px;
		width: 193px;
		height: 38px;
	padding-left: 35px;
	border: 1px #949599 solid;
	background: #fff url(../img/bg-search2.png) no-repeat 6px center;
	z-index: 5;
}
	#searchForm input {
		padding: 10px 5px;
		color: #68696b;
		background-color: transparent;
		border: 0;
	}

#mainPicBlock {
	position: relative;
}

#herotext {
	position: absolute;
	bottom: 0;
	padding: 0.6em 1.2em;
	font-family: 'Roboto Condensed', Arial, 'Helvetica', sans-serif;
	font-size: 1.42857em; /* 20px */
	font-weight: 400;
	line-height: 1.25;
	color: #fff;
	background-color: #000;
	background-color: rgba(0,0,0, 0.5);
	z-index: 1000;
}

#mainPic {
	position: relative;
	/*width: 98%;*/
	/*max-width: 1600px;*/
	width: 100%;
	margin: 0 auto;
	/*background: #48274d url(../img/mainpic-background.png) no-repeat center center;*/
	background-color: #000;
	/*box-shadow: 0 0 10px #000;*/
	z-index: 1;
}
	#mainPic img {
		display: block;
		width: 100%;
	}

	.inner #mainPic {
		/*min-height: 150px;*/
	}


#content {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 1.5em;
	background-color: #fff;
	/*box-shadow: 0 0 10px #333;*/
	border-top: 1px #949599 solid;
	z-index: 1;
}
	.home #content {
		color: #68696b;
		border-top: 0;
		/*background-color: #000;*/
	}

#contentWrap {
	width: 95%;
	margin: 0 auto;
}

#mainCont {
	float: left;
	width: 66%;
}
	.galleryPage #mainCont {
		width: 100%;
	}
	.articlesPage #mainCont {
		width: 100%;
	}
	.locationsPage #mainCont {
		width: 100%;
	}

/*h1 {
	font-weight: 300;
	color: #666;
}*/
#mainCont h1{
	font-size: 1.6em;
	font-weight: 300;
	color: #666;
}

h2 {
	/*color: #666;*/
	font-weight: 300;
	color: #c9252c;
}
	#mainCont h2 {
		font-size: 1.142857em;
		font-weight: 700;
		color: #002949;
	}
	
	h2 a {
		color: #666;
	}
	#secCont h2 a {
		color: #c9252c;
	}
	#secCont h2 a:hover {
		text-decoration: none;
	}

h3 {
	color: #666;
}

.blue {
	color: #002949 !important;
}
.red {
	color: #c9252c !important;
}
.allcaps {
	text-transform: uppercase !important;
}

.welcomeBlock {
	margin: 1.3em 0;
	font-size: 1.4286em;
	font-weight: 300;
	line-height: 1.4;
}

p .hilite {
	color: #c9252c;
}

.testimonial {
	font-style: italic;
	color: #002949;
} 

img.intext {
    box-shadow: 0px 0px 5px #777;
}
img.aleft {
    float: left;
    margin: 3px 15px 15px 0px;
}
img.aright {
    float: right;
    margin: 3px 0px 15px 15px;
}

img.responsive {
	max-width: 100%;
	height: auto;
}
img.fullWidth, img.fullwidth {
	width: 100%;
	height: auto;
}

.flexibleCont {
	position: relative;
	margin: 1.5em auto;
	max-width: 614px;
	padding-bottom: 56.25%;
	/*padding-top: 30px;*/
	height: 0;
	overflow: hidden;
}
.flexibleCont iframe,
.flexibleCont object,
.flexibleCont embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

video {
	width: 100%;
	height: auto;
}

.inpageGallery li {
	display: inline-block;
	width: 30%;
	margin: 1.2%;
	text-align: center;
}
.inpageGallery img {
	width: 100%;
	height: auto;
}

.latest-projects {

}
	.latest-projects li {
		float: left;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 2em;
	}
	.latest-projects li:nth-child(2n+0) {
		margin-right: 0;
		/*background-color: #f00;*/
	}
	.latest-projects a {
		display: block;
		width: 100%;
		color: #333;
	}
	.latest-projects img {
		display: block;
		width: 100%;
		height: auto;
	}
	.latest-projects span {
		display: block;
	}

.credit {
	font-style: italic;
}

.homeList li {
	margin-bottom: 0.3em;
	padding-bottom: 0.3em;
	border-bottom: 1px #666 dotted;
}
	.homeList li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}

.articlePicCont {
	margin: 1em 0;
}

.separator {
	/*text-indent: -9999em;*/
	height: 0;
	color: transparent;
	border-bottom: 1px #ccc dotted;
}

.fotorama {
	background-color: #002949;
}

.galleryPage .fotorama {
	padding: 2px;
	box-shadow: 0 0 5px #777;
}

.articleList li {
	padding-bottom: 1em;
	border-bottom: 1px dotted #ccc;
}
	.articleList li:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

.articleImg {
	float: left;
	width: 14.25%;
	padding-top: 0.5em;
}
	.articleImg img {
		max-width: 100%;
		height: auto;
		box-shadow: 0px 0px 5px #777;
	}
.articleDta {
	float: right;
	width: 83%;
}

.articleLinks li {
	padding: 0;
	border: 0;
}

.articleCredit,
.articleURL,
.articlePDF {
	
}
	.articleCredit {
		font-style: italic;
	}
	.articleCredit:before,
	.articleURL:before,
	.articlePDF:before {
		display: inline-block;
		width: 16px;
		height: 16px;
		content: ".";
		margin-right: 4px;
		vertical-align: text-top;
		text-indent: -9999em;
		background-color: transparent;
		background-image: url(../img/icn-articles.png);
		background-repeat: no-repeat;
	}

	.articlePDF:before {
		background-position: 0 0;
	}
	.articleURL:before {
		background-position: -16px 0;
	}
	.articleCredit:before {
		background-position: -32px 0px;
	}

.gallerySelectorHeader {
	margin-bottom: 1em;
	/*background-color: #fcc;*/
}

.galleryToggle {
	float: right;
	padding: 0.2em 1em;
	font-size: 1em;
	font-weight: bold;
	color: #eee;
	background-color: #999;
	border-radius: 3px;
	box-shadow: 0 0 3px #777;
}
	.galleryToggle:hover {
		color: #fff;
		background-color: #333;
		text-decoration: none;
	}

.gallerySelector {
	margin:0 0 1em;
}
	.gallerySelector li {
		/*float: left;*/
		display: inline-block;
			vertical-align: top;
		width: 14.25%;
		margin-right: 2.89%;
			margin-bottom: 1em;
		overflow: visible;
	}
		.gallerySelector li:nth-child(6n+0) {
			margin-right: 0%;
			/*background-color: #f00;*/
		}
	.gallerySelector a {
		display: block;
		color: #666;
		overflow: visible;
	}
		.gallerySelector a:hover {
			position: relative;
			/*top: -3px;*/
			color: #000;
			text-decoration: none;
		}
	.gallerySelector img {
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 0.3em;
		box-shadow: 0 0 5px #777;
	}
		.gallerySelector a:hover img {
			position: relative;
			top: -2px;
			box-shadow: 0 2px 5px #777;
			z-index: 100;
			/*outline: 1px #fff solid;*/
		}
	.gallerySelector span {
		display: block;
		font-size: 0.92857em;
		line-height: 1.2;
	}

#locationsMapWrap {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 0 1em;
	padding-bottom: 56.25%; /* 16/9 */
	overflow: hidden;
}
#locationsMap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#mainCont .mapInfoWindow h2 { /* Google Maps InfoWindow */
	margin: 0 0 0.25em;
	font-size: 1.1em;
		font-size: 1em;
	font-weight: bold;
		font-weight: normal;
	color: #68696b;
}
.mapInfoWindow p {
	margin: 0 0 0.25em;
	margin: 0;
	line-height: 1.2;
}

.projectSelector ul {
	float: left;
	width: 30%;
	margin-right: 3%;
}
	.projectSelector li {
		margin: 0;
		padding: 0;
		line-height: 1.4;
	}
	.projectSelector a {
		display: inline-block;
		line-height: 1;
		color: #68696b;
		text-decoration: none;
	}
	.projectSelector a:hover {
		font-weight: 700;
		color: #002949;
	}
	.projectSelector a:hover:before {
		content: ">";
		display: inline-block;
		position: relative;
		top: -1px;
		margin-right: 3px;
	}
		.projectSelector li.hasDetails a:after {
			content: ' ';
			display: inline-block;
			margin-left: 0.5em;
			width: 10px;
			height: 10px;
			color: #fff;
			background: #c9252c url(../img/bg-additional-info.png) no-repeat 50% 50%;
			border-radius: 50%;
		}

.projectList ul {
	float: left;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 0;
}
.projectList a {
	color: #68696b;
}

#mainMenu #mm_anniversary a {
	height: auto;
	padding: 10px 5px;
	line-height: 1.2;
}
#mainMenu #mm_partnerprogram a {
	height: auto;
	padding: 10px 5px;
	line-height: 1.2;
}
.anniversaryPage h1 {
	font-size: 1.6em;
	font-weight: 300;
	color: #666;
}
.anniversaryPage .intro {
	font-weight: bold;
	color: #002949;
}
.anniversaryPage h2 {
	font-size: 1.142857em; /*16px*/
	font-weight: bold;
	color: #c9252c;
}
.anniversary {
	margin: 1.5em 0;
}
	.anniversary li {
		float: left;
		width: 48.6842%;
		margin-right: 2.63158%;
		margin-bottom: 1.5em;
	}
	.anniversary li:nth-child(2n) {
		margin-right: 0;
	}
	.anniversary img {
		display: block;
		width: 100%;
		min-width: 100%;
		height: auto;
	}

.pagination {
	margin-top: 0;
	padding-top: 0;
}
	.pagination li {
		display: block;
		float: left;
		margin-right: 5px;
		background-color: #fff;
		border: 1px solid #949599;
	}
	.pagination li a, .pagination li.current {
		display: block;
		padding: 5px 10px;
	}
	.pagination li.current {
		background-color: #eee;
	}
	.pagination li.current, .pagination li.current:hover {
		border: 1px solid #002949;
		background-color: #002949;
		color: #fff;
	}
	.pagination li:hover {
		border: 1px solid #002949;
		background-color: #002949;
		color: #fff;
	}
	.pagination li:hover a {
		text-decoration: none;
		color: #fff;
	}

#secCont {
	float: right;
	width: 30%;
}
	.galleryPage #secCont {
		display: none;
	}
	.articlesPage #secCont {
		display: none;
	}
	.locationsPage #secCont {
		width: 100%;
	}

#secCont h2 {
	font-size: 1.6em;
	font-weight: 300;
}
#secCont h2:first-child {
	/*margin: 1.7em 0 1.1em;*/
}
	.locationsPage #secCont h2:first-child {
		margin: 1em 0 0.5em;
	}


.subMenu {
	margin-bottom: 0;
}
	.subMenu li {
		line-height: 1.2;
		border-bottom: 1px dotted #68696b;
	}
		#menuMobile .subMenu li {
			border: 0;
		}

	.subMenu li:last-child {
		/*border-bottom: 0;*/
	}

	.subMenu a {
		position: relative;
		display: block;
		padding: 8px 5px;
		color: #68696b;
		text-decoration: none;
	}
	.subMenu a:hover, .subMenu .active a {
		padding-left: 12px;
		font-weight: 700;
		color: #002949;
		/*background-color: #eee;*/
	}
	.subMenu a:hover:before, .subMenu .active a:before {
		position: absolute;
		top: 10px;
		left: 0;
		content: ">";
		width: 8px;
		height: 10px;
		line-height: 10px;
		/*background-color: #f00;*/
	}
	.subMenu li.hasDetails a:after {
		content: ' ';
		display: inline-block;
		margin-left: 0.3em;
		width: 10px;
		height: 10px;
		color: #fff;
		background: #c9252c url(../img/bg-additional-info.png) no-repeat 50% 50%;
		border-radius: 50%;
	}
	.keyHasDetails strong {
		color: #002949;
	}
	.keyHasDetails span {
		color: #c9252c;
		font-style: italic;
	}
	.keyHasDetails span:before {
		content: ' ';
		display: inline-block;
		margin-right: 0.2em;
		width: 10px;
		height: 10px;
		color: #fff;
		background: #c9252c url(../img/bg-additional-info.png) no-repeat 50% 50%;
		border-radius: 50%;
	}

.locationsPage .subMenu li {
	display: inline-block;
	width: 30%;
	margin-right: 2%;
	line-height: 1.4;
	vertical-align: top;
	border-bottom: 0;
}

.projectDescriptionBlock p {
	margin-bottom: 0.25em;
}
.projectDescriptionBlock a {
	padding: 3px 5px;
	font-weight: bold;
	color: #fff;
	background-color: #c9252c;
}
	.projectDescriptionBlock a:hover {
		background-color: #c9252c;
		text-decoration: none;
	}

.callNow {
	font-size: 1.5em;
	font-weight: bold;
}

footer {
	margin-bottom: 2em;
	color: #5c7e99;
	background-color: #002949;
	/*box-shadow: 0 0 10px #333;*/
}

#wrapALT footer {
	width: 960px;
	margin: 0 auto;
}

#footerWrap {
	width: 95%;
	margin: 0 auto;
	padding: 1em 0;
}

footer a {
	color: #fff;
}
	footer a:hover {
		color: #fff;
	}


#footerBlockB {
	float: left;
	font-size: 0.8571429em;
	/*color: #ccc;*/
}

#designedBy {
	float: right;
	font-size: 0.8571429em;
}

#designedBy a {
	text-transform: uppercase;
	color: #fff;
}

/*  contence related */
	
	#benchmark {
		position: absolute;
		top: 5px;
		right: 5px;
		padding: 5px 10px;
		font-weight: bold;
		background: #fff;
		border: 1px solid #999;
	}

	.manage {
		/*float: right;
		display: block;
		width: 40px;
		margin-top: 3em;*/
		position: absolute;
		top: 2em;
		right: 0;
	}
		#mainCont, #secCont {
			position: relative;
		}

	a.edit, a.delete, a.addchild, a.send {
		float: left;
		display: block;
		width: 16px;
		height: 16px;
		margin: 0 1px 0 0;
		text-indent: -999em;
		line-height: 0;
	}
	a.edit {
		background: transparent url(../img/icn-edit.png) no-repeat center center;
	}
	a.delete {
		background: transparent url(../img/icn-delete.png) no-repeat center center;
	}
	a.addchild {
		background: transparent url(../img/icn-add.png) no-repeat center center;
	}
	a.send {
		background: transparent url(../img/icn-send.png) no-repeat center center;
	}
	
/*  contence related */

#viewportWidth span {
	display: none;
}

/* ========================== */
/* ===== iPad portrait ====== */
/* ========================== */
/* a */
@media screen and (min-width: 601px) and (max-width: 784px) { /*-- nothing here --*/
	#viewportWidth {
		background-color: #afa;
	}
	#viewportWidth #v-a {
		display: inline;
	}
}

/* ========================== */
/* ========= fluid ========== */
/* ========================== */
/* b */
@media screen and (min-width: 301px) and (max-width: 980px) {
	#viewportWidth {
		background-color: #faa;
	}
	#viewportWidth #v-b {
		display: inline;
	}

	#wrap {
		width: 98%;
		margin: 0 auto;
	}

	#wrapALT {
		width: 98%;
		margin: 0 auto;
	}

	header {
		width: 100%;
	}

	#content {
		width: 100%;
	}

	#wrapALT footer {
		width: 100%;
	}

	#footerWrap {
		width: 95%;
	}

}

/*@media screen and (max-width: 850px) {*/
@media screen and (max-width: 915px) {
	#mainMenu a {
		padding: 0 0.7em;
		width: auto;
		text-align: left;
	}
}

@media screen and (max-width: 915px) {
	#tagline {
		top: 55px;
		width: 230px;
	}
}

/*@media screen and (min-width: 675px) and (max-width: 750px) {*/
/*@media screen and (min-width: 675px) and (max-width: 780px) {*/
@media screen and (min-width: 675px) and (max-width: 840px) {
	#searchForm {
		width: 90px;
	}

	#mainMenu a {
		padding: 0 0.4em;
	}

	header .social li {
		/*margin-left: 3px;*/
		margin-left: 2px;
	}
}

/* c */
@media screen and (min-width: 301px) and (max-width: 871px) {
	#viewportWidth #v-c {
		display: inline;
	}

	#mainCont {
		width: 55%;
	}

	#secCont {
		width: 40%;
	}

}

/* d */
@media screen and (min-width: 301px) and (max-width: 751px) { /*-- nothing here --*/
	#viewportWidth #v-d {
		display: inline;
	}
}

/* e */
@media screen and (min-width: 301px) and (max-width: 451px) {  /*-- nothing here --*/
	#viewportWidth #v-e {
		display: inline;
	}
}

@media screen and (max-width: 720px) {
	
	header .social {
		position: absolute;
		top: 145px;
		right: 0;
	}
		header .social li {
			float: left;
				margin-left: 5px;
			width: 24px;
			height: 24px;
			border-radius: 50%;
		}
		header .social a {
			display: block;
			width: 24px;
			height: 24px;
			text-indent: -9999em;
			border-radius: 50%;
		}
		#buttonFB, #buttonTW, #buttonYT, #buttonLI, #buttonIN {
			background: transparent url(../img/bg-social-mobile.png) no-repeat 0 0;
		}
		#buttonTW { /* Twitter */
			background-position: -24px 0;
		}
		#buttonYT { /* YouTube */
			background-position: -48px 0;
		}
		#buttonLI { /* LinkedIn */
			background-position: -72px 0;
		}
		#buttonIN { /* Instagram */
			background-position: -96px 0;
		}

}

/* ========================== */
/* ========= MOBILE ========= */
/* ========================== */
/* f */
/*@media screen and (max-width: 675px) {*/
@media screen and (max-width: 760px) {
	#viewportWidth {
		background-color: #aaf;
	}
	#viewportWidth #v-f {
		display: inline;
	}

	body {
		background-color: #fff;
		background-image: none;
	}

	#page {
		background-color: #fff;
		background-image: none;
	}

	#menuMobile #searchForm {
		position: static;
		margin: 5px 0 5px 5px;
		background-color: #fff;
		color: #000;
	}

	#menuToggle {
		display: block;
	}

	#mainCont,
	#secCont {
		float: none;
		width: 100%;
		padding-top: 1px;
		margin-bottom: 1em;
	}

	header {
		height: 110px;
		width: 95%;
	}

	header h2 {
		/*margin-top: 10px;*/
		/*width: 100%;
			width: 70%;*/
			width: 215px;
			height: 90px;
	}
		header h2 a { /* logo */
			display: block;
			width: 100%;
			height: 100%;
			background-image: url(../img/bg-logo-2020-mobile.png);
			/*
			background-position: left center;
			background-repeat: no-repeat;
			background-size: contain;*/
		}

	header .social {
		display: none;
	}

	#tagline {
		/*display: none;*/
		top: 32px;
		left: 230px;
		width: 230px;
	}

	#mainMenu {
		display: none;
		border-top: 0;
		background-image: none;
	}

	#mainMenu li {
		/*float: none;*/
		width: 50%;
		/*width: 33.33333%;*/
	}
		#mainMenu li a {
			/*width: 100%;*/
			height: 30px;
			padding: 0;
			line-height: 30px;
			text-align: center;
			background-image: url(../img/bg-mainmenu.jpg);
			border: 1px #c4d98c solid;
				border: 1px #5d2066 solid;
		}

	#content {
		border-top: 0;
	}

	h1 {
		margin: 0.7em 0;
	}
	
	img.aleft {
		width: 40%;
		height: auto;
	}
	img.aright {
		width: 40%;
		height: auto;
	}

	.gallerySelector li {
		/*width: 22%;*/
		width: 30%;
		/*margin-right: 4%;*/
		margin-right: 5%;
		margin-bottom: 1em;
	}
		.gallerySelector li:nth-child(3n+0) {
			margin-right: 0%;
		}

		.gallerySelector li:nth-child(6n+0) {
			margin-right: auto;
		}

	.locationsPage .subMenu li {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	#locationsMapWrap {
		padding-bottom: 75%;
	}

	.projectSelector ul {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}

	.projectList ul {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}

	footer {
		width: 95%;
		margin: 0 auto 2em;
	}

}

/* g */
@media screen and (max-width: 530px) {
	#viewportWidth #v-g {
		display: inline;
	}

	#tagline {
		left: 220px;
		width: 180px;
		font-size: 0.9em;
		line-height: 1;
	}

}

@media screen and (max-width: 500px) {
	#viewportWidth #v-g {
		display: inline;
	}
	
	header {
		height: auto;
	}

	#tagline {
		clear: both;
		position: static;
		left: auto;
		width: 100%;
		margin: 1em 0;
		font-size: 0.9em;
		line-height: 1;
	}

	.anniversary li {
		float: none;
		width: 100%;
		margin-right: 0;
	}

}