/* host site css */
html, body {
		padding: 0px;
	margin: 0px;
color: #333;
font-family: "RobotoDraft","Roboto",sans-serif;
-webkit-font-smoothing: antialiased;
font-size:medium;

	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	/*user-select: none;    */      /* Likely future */ 
	background:#212121; /* 212121 FAFAFA*/
/*	font-family:sans-serif; */
/*	overflow:hidden; */

	/*new 201608 */

	font-family: Oswald, sans-serif;
	background:#FAFAFA;
}
body{
	width:100%;
}
a:link {
  text-decoration: none;
	color: #333;
	font-weight: bold;
}

a:visited {
  text-decoration: none;
	color: #333;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}
wit_iframe_class {

    z-index: 2147483647;
    display: none;
    background: rgba(0, 0, 0, 0.004) none repeat scroll 0% 0%;
    border: 0px none transparent;
    overflow: hidden auto;
    visibility: visible;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;

}

wit_iframe_class2 {
	border:none;
}

header{
	position: fixed;
	width: 100%;
	height: 50px;
	left: 0px;
	top: 0px;
	/* background-color: darkgray; */
	z-index: 5000;
}
.topmenu{
	font-size: large;
	margin-left: 230px;
	/*margin-top:14px; */
	position:fixed;
	z-index: 5000;
	background-color:white;
	width:100%;
	height:35px;
	padding-top:15px;
	top:0px;
}
#logo{
	height:50px;
	position:fixed;
	left:0px;
	background-color:white;
}

#wit_div{
	position: absolute;
	top: 150px;
	width: 100%;
	background-color: white;
	text-align: center;
	height: 100%;
	
}
#header{
	font-size: xx-large;
	/* color: white; */
	text-align: center;
	
	font-family: sans-serif;
	height:50px;
	z-index: 5000;
	background-color: white;
	top: 0px;
	position: fixed;
	
}
.top75{
	top:75px;
}
.absolute{
	position:absolute;
}

.hide{
	display:none;
	visibility:hidden;
	position:fixed;
	height:0px;
}

#main1{
	background-image: url('images/front1.jpg');
	background-repeat: no-repeat;
	background-color: #cccccc;
	background-size: cover; /* Resize the background image to cover the entire container */
	background-position:left;
	position:relative;
	height:500px; 
	width:100%;
	
}
.front1{
	
	width:100%;
	z-index:1;

}
#floattitles{
	text-align:center;
	top:60px;
	position:absolute;
	width:100%;
	
	z-index:1;
}
#floatsubtitle{
	z-index:10;
	position: relative;
	font-size: 2.2vw;
	color:white;
}
#floattitle{
	z-index:10;
	position: relative;
	font-size: 4vw;
	color: #c1ac00;
	font-weight: bold;
	padding-top: 14px;
}
.margin20{
	margin:20px;
}
.font30{
	font-size: 30px;
}
.font25{
	font-size: 25px;
}
.font15{
	font-size: 15px;
}
.belowTopMenu{
	margin-top: 55px;
}
.nowrap{
	white-space: nowrap;
}
.ossect{
	position:relative;
	
	background-color: #1c2229;
	color: white;
	padding-top: 2vw;
	padding-bottom: 60px;
}
.ossect a{
	color:white;
}
.ostitle{
	width:100%;
	text-align:center;
	font-size:5vw;
	padding-left:0px;
	padding-top:20px;
	padding-bottom: 20px;
}
.columns3{
	box-sizing: border-box;
	float:left;
	width:33.33%;
	padding:1vw;
}
.row:after{
	content: "";
	display: table;
	clear:both;
}
.padding20{
	padding:20px;
}
.padding10{
	padding:10px;
}
.paddingTop20{
	padding-top:20px;
}
.marginTop60{
	margin-top:60px;
}
.height300{
	height:300px;
}
.mural1{
	width:100%;
}
.center{
	text-align:center;
}
.bold{
	font-weight:bold;
}
@media screen and (max-width: 1024px) {
	#main1{
		 height:400px; 
	}
 @media screen and (max-width: 800px) {
	#main1{
		 height:300px; 
	}

	#floattitles{
		display:none;
	}

@media screen and (max-width: 600px) {
	#main1{
		 height:200px; 
	}
	.columns3{
		width:100%;
	}
	#mural1{
		display:none;
	}
	#ostitle{
		font-size:7vw;
	}
@media screen and (max-width: 500px) {
	#main1{
		 /* height:100px; */
	}



#main{
	background-color: #c4c4c4;
}