@charset "UTF-8";


* { margin:0; padding:0; }
body { font-family: courier, Courier, 'Courier New', monospace; font-size: 1rem; line-height: 1.3em; background-color: #f0efe9;
}

	
	
::selection {
	background: #000; /* Safari */
	color: #f0efe9;
	}
::-moz-selection {
	background: #000; /* Firefox */
	color: #f0efe9;
}


/*img.center img.centerH{
  display: block;
  margin-left: auto;
  margin-right: auto;
}*/

.oneColFixCtr {
	background-color: #f0efe9;
}
.oneColFixCtrBlack {
	background-color: #101010;
}



.intro {
	display:inline-block;
	width: -webkit-calc(100% - 300px);
    width:    -moz-calc(100% - 300px);
    width:         calc(100% - 300px);
	float:left;
	padding: 100px 150px 150px 150px;
}

.menu {
	margin-top: 20px;
	margin-bottom: 12px;
}

.boxActive {
	display:inline-block;
	padding: 11px;
	cursor: pointer;
	height: max-content;
	margin: 0 0px 8px 0;
	border: 1px solid #000;
}

.box {
	display:inline-block;
	padding: 11px;
	cursor: pointer;
	height: max-content;
	margin: 0 0px 8px 0;
	border: 1px dotted rgba(255, 255, 255, 0%);
	background-color:  rgba(255, 255, 255, 60%);
}

.box:hover{
	border: 1px solid #000;
	background-color:  rgba(255, 255, 255, 0%);
}





.thumbnail_holder {
	display:inline-block;
	margin-left: 0px;
	margin-right: 2px;
	margin-bottom: 10px;
    width: calc(33.333% - 12px);
	background-color: white;
	background-size: contain;
	border: 1px solid rgba(255, 255, 255, 0);
}

.thumbnail_holder:hover {
	border: 1px solid #000;
}

.thumbnailTop {
	margin-left: 16px;
	margin-top: 14px;
    width: calc(100% - 16px);
	text-align: left;
	padding-bottom: calc(100% - 80px);
}


.thumbnail {
	position: relative;
	margin-left: 16px;
	margin-bottom: 0px;
    width: calc(100% - 16px);
	text-align: left;
	padding-bottom: 16px;
}

.lrg
{
	font-size: 3.25rem;
	line-height: 1.1em;
}

.med
{
	font-size: 200%;
	line-height: 1.2em;
}




.oneImage{
	width: 100%;
	margin-bottom: 10px;
}

.oneImage_desk{
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.oneImage_mobile{
	display: none;
}



.fourList{
	display: inline-block;
	vertical-align: top;
	width: 19%;
	margin-right: 24px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.more{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-right: 16px;
	padding-top: 60px;
	padding-bottom: 40px;
}



.callout{
	display: block;
	width: 60%;
	margin-bottom: 60px;
}

.abt_callout{
	display: inline-block;
	vertical-align: top;
	width: 60%;
	margin-top: 40px;
	margin-bottom: 60px;
}

.projectHolder {
	display:inline-block;
	 width: calc(100% - 40px);
	padding: 20px;
	margin: 0px 0 0 0;
	border: 1px solid #000;
}

.projectTitle {
	display:inline-block;
	 width: calc(100% - 20px);
	padding-left: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-top: 40px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color:  rgba(255, 255, 255, 60%);
}



.calloutCase{
	display: block;
	width: 90%;
	margin-bottom: 60px;
	margin-top: 60px;
}

.subDescription{
	display: inline-block;
	vertical-align: top;
	width: 66%;
	padding-left: 17%;
	margin-bottom: 60px;
	padding-top: 60px;
}

.line {
	display:inline-block;
	height: 1px;
	width: 100%;
	margin: 0 0px 0px 0;
	border-bottom: 1px solid #000;
}







.label {
	display:inline-block;
	width: 150px;
	margin-top: 5px;
	float:left;
	font-size: 18px; line-height:22px;
	font-weight: 500;
}

.fullWidth {
	display:inline-block;
	width: 100%;
	float:left;
	padding: 0px;
	margin: 0px;
	background-color: #f0f0f0;
}

.pill {
	display:inline-block;
	float:left;
	padding: 0px;
	font-size: 18px;
	font-weight: 400;
	line-height: 16px;
	border-radius: 56px;
	margin: 40px 40px 0px 0px;
	color: #9F9F9F;
	border: solid 0px #2997ff;
}


.floatMenu {
	position: fixed;
	top: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	
	background-image: url("../img/home/mj.gif");
  background-position: 5px 5px; 
  background-repeat: no-repeat; 
  background-size: 50px;
	background-color: #fff;
	z-index: 100;
}
.floatMenu:hover {
	background-image: url("../img/home/mj.gif");
  background-position: 5px -75px; 
	background-repeat: no-repeat; 
  background-size: 50px;
	cursor: pointer;
	background-color: #A4A4A4;
}


.small{
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}

.lite{
	color: rgba(255, 255, 255, 0.5);
}

.lite2{
	color: #fff;
}

.lite3{
	color: rgba(0, 0, 0, 0.5);
}

.spacer{
	display: block;
	width: 100%;
	height: 150px;
}
.space2{
	display: inline-block;
	width: 100%;
	height: 1px;
}






.oneColFixCtr #container {
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../img/home/bema-rm.png) no-repeat -9999px -9999px;
}

.oneColFixCtrBlack #container {
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


a:focus
{
  -moz-outline: none;
}

a {
text-decoration: none; 
	color: black;
}

a:hover, a:active {
	text-decoration: none; 
	color: black;
}

a.blk {
background-color: #fae3da;
}



a.blk:active, a.blk:hover, a.drk:hover, a.drk:active, a.lgt:hover, a.lgt:active {
	text-decoration: underline;
}




.track1 {
	font-size:24px;
	line-height:28px;
	color: #fff;
	background-color: #000;
	padding: 16px;
}

.track1w {
	font-size:30px;
	line-height:38px;
	font-weight:normal;
	color: #fff;
}

.trackhome {
	font-size:60px;
	font-weight:normal;
	letter-spacing: -1px;
	position: absolute;
	line-height:100px;
}

.trackhome2 {
	font-size:70px;
	line-height:75px;
	font-weight:normal;
	letter-spacing: -1px;
}

.track1b {
	color: #000;
}

.yello {
	color: #f3ca27;
}

.tracknews {
	font-size:22px;
	line-height:26px;
	font-weight:normal;
	padding: 3px;
}

.trackblack {
	color:#000;
	font-size: 24px;
	line-height: 30px;
}

.track2w {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#333;
}

.track2b {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#fff;
}

.track4 {
	font-size:14px;
	line-height:20px;
}

.track5 {
	font-size:30px;
	line-height:38px;
}

.track5w {
	font-size:24px;
	line-height:32px;
	color: #000;
}

.track5abt {
	font-size:48px;
	line-height:54px;
	color: #000;
}



#mainContent {
	height:100%;
}

.onc {
	float:left;
	background-color:#FAFAFA;
	width:140px;
	min-height:50px;
	padding-top:20px;
	padding-left:20px;
}

.des {
	float:left;
	width:250px;
	padding-left:22%;
	padding-top:30px;
}

.whit {
	color:#FAFAFA;
}


.onc2 {
	float:left;
	background-color:#FAFAFA;
	letter-spacing: 0.1em;
	width:140px;
	padding-top:20px;
	padding-left:20px;
}

.des2 {
	float:left;
	background-color:#FAFAFA;
	padding-right:40px;
	padding-top:20px;
	width:760px;
}

.tophead {
	position:fixed;
	top: 0px;
	left: 0px;
	z-index:101;
	width: 100%;
	height: 40px;
	padding-left: 16px;
	padding-top: 22px;
	font-size: 38px;
	background-color: #fff;
}

.lft{
position: absolute;
	top: 9px;
	left: 37px;
	width: 46px;
	height: 46px;
	border-radius: 23px;
	background-color: #fff;
}
.lft:hover{
	background-color: #E8E8E8;
}

.rgt{
	text-align: right;
	float:right;
	margin-right: 56px;
	width: 140px;
}
.rgt:hover{
	text-decoration: underline;
}


.abt {
	float:left;
	padding-left:8%;
	width:91%;
	padding-top: 5%;
	padding-bottom:8%;
	background-color: #262626;
}

.next {
	display:inline-block;
	float:left;
	padding: 40px;
	width: -webkit-calc(100% - 80px);
    width:    -moz-calc(100% - 80px);
    width:         calc(100% - 80px);
	margin-bottom: 16px;
	margin-top: 16px;
	background-color: #f4f4f6;
}

.wwrrkktop {
	display:inline-block;
	float:left;
	text-align: center;
	width: -webkit-calc(100% - 80px);
    width:    -moz-calc(100% - 80px);
    width:         calc(100% - 80px);
	margin-top: 44px;
}

.wwrrkk {
	display:inline-block;
	float:left;
	font-size: 24px;
	text-align: center;
	padding: 40px;
	width: -webkit-calc(100% - 80px);
    width:    -moz-calc(100% - 80px);
    width:         calc(100% - 80px);
	margin:0;
	border-top: 1px solid white;
}


.abt2 {
	display:inline-block;
	float:left;
	padding-left: 8%;
	padding-right: 12%;
	padding-top: 6%;
	padding-bottom: 3%;
	background-color:#4b4b4b;
}


.abt3 {
	display:inline-block;
	float:left;
	padding: 40px;
	width: -webkit-calc(100% - 80px);
    width:    -moz-calc(100% - 80px);
    width:         calc(100% - 80px);
}


.abtabmain {
	display:inline-block;
	float:left;
	width: -webkit-calc(100% - 80px);
    width:    -moz-calc(100% - 80px);
    width:         calc(100% - 80px);	
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 46px;
	margin-bottom: 16px;
	background-color:#f5d12c;
}

.abtab {
	display:inline-block;
	float:left;
	width: -webkit-calc(100% - 80px);
    width:    -moz-calc(100% - 80px);
    width:         calc(100% - 80px);	
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 16px;
	background-color:#f5d12c;
}

.abt-img {
	display:inline-block;
	float:left;
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 2%;
	padding-bottom: 3%;
	background-color:#4b4b4b;
}



.fourcol1 {
	margin-top:0%;
	background-color:#f3aea4;
}


.fourcol {
	position:relative;
	display:inline-block;
	overflow:hidden;
	border:none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	width: 100%;	
}

.fourcol0 {
	margin:0px;
}

.slider {
	margin-top:0px;
	width: 100%;
	margin-bottom: 0px;
}

.twocol {
	display:inline-block;
	float:left;
	border:none;
	width: 50%;
}


.videoWrapper {
	position:relative;
	overflow: hidden;
	display:inline-block;
	width:100%;
	padding-bottom: 43%; /* 16:9 */
	/* padding-bottom: 64%; /* 16:9 */
	height: 0;
	border:none;
	background-color:#000;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none;
}

.videoWrapper16 {
	position:relative;
	overflow: hidden;
	display:inline-block;
	width:100%;
	padding-bottom: 56.3%; /* 16:9 */
	height: 0;
	border:none;
}
.videoWrapper16 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none;
}

.videoWrapper18 {
	position:relative;
	overflow: hidden;
	display:inline-block;
	width:100%;
	padding-bottom: 82.4%; /* 16:9 */
	height: 0;
	border:none;
}
.videoWrapper18 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* MOBILE */

@media only screen and (max-width: 1200px) {
	.intro {
	width: -webkit-calc(100% - 30px);
    width:    -moz-calc(100% - 30px);
    width:         calc(100% - 30px);
	float:left;
	padding: 15px;
}
	
}



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


html {
        -webkit-text-size-adjust: none; }
	
body { }	
	
.intro {
	width: -webkit-calc(100% - 30px);
    width:    -moz-calc(100% - 30px);
    width:         calc(100% - 30px);
	float:left;
	padding: 15px;
}
	
	.callout{
		width: -webkit-calc(100% - 30px);
    width:    -moz-calc(100% - 30px);
    width:         calc(100% - 30px);
	}
	
	
	.abt_callout{
		width: 100%;
	}
	
	.calloutCase{
	width: 100%;
}
	
	.thumbnail_holder{
		width: 100%;
	}
	
	.subDescription{
	width: 100%;
	padding-left: 0;
		margin-left: 0;
}
	
	.fourList{
	width: 95%;
		padding-bottom: 20px;
	
}
	
	.videoWrapper18 {
	width:100%;
	padding-bottom: 130%; /* 16:9 */
	height: 0;
	border:none;
}
	
.oneImage_desk{
	display: none;
}

.oneImage_mobile{
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
	
	.lrg
{
	font-size: 2.25rem;
	line-height: 1.1em;
}
	
	
}

