@font-face {
    font-family: 'open_sans_reg';
    src: url('../font/open-sans.regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans_bold';
    src: url('../font/open-sans.bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.navbarnew{
	*position:relative;
	*z-index:2;
	margin-bottom:20px;
	margin-top: 20px;
	overflow:visible;
	color:#777;
}

.navbarlang{
	margin-bottom:20px;
	margin-top: 20px;
	overflow:visible;
	padding-top: 50px;
	color: #00B4A0;
	font-family: 'open_sans_reg',sans-serif;
	font-size: 13pt;
}

.thumbnails{
	margin-left: -18px;
}

.button{
	width: 70px; 
	height: 26px; 
	background-color: #0047BA; 
	font-family: 'open_sans_reg',sans-serif;
	font-size: 1.2em; 
	color: white;
	text-align: center;
}

.container{
	width: 1070px;
}
	
.span2{
	width: 140px;	
}

.span4{
	width: 332px;
	//height: 214px;
	outline: 0.5pt;
	color: #55585A;
}

.span6{
	width: 514px;
}

.span12{
	width: 1070px;
	position:relative;
}


.span13{
	font-family: "open_sans_reg", sans-serif;
	font-size: 0.95em;
	margin-left: 15px;
}

.span14{
	font-family: 'open_sans_reg', sans-serif;
	font-size: 1.05em;
	color: #00B4A0;
	float: left;
	margin-left: auto;
	float: right;
}

h2{
	font-family: 'open_sans_bold', sans-serif;
	font-size: 2.7em;
}

h4{
	font-family: 'open_sans_reg', sans-serif;
	font-size: 17px;
	color: black;
}
	
.container1{
    width: 30%;
	float: left;
}

.container2{
	float: left;
	width: 70%;
	margin-top: -5px;
	
}

.container3{
	position:absolute; 
	left: 100px; 
	top: 40px; 
	width: 450px;
}

.subcontainer1{
	font-family: 'open_sans_bold', sans-serif; 
	font-size: 3.75em; 
	color: #000000;
	margin-left: 10px;
}

.subcontainer2{
	font-family: 'open_sans_reg', sans-serif; 
	font-size: 2em;
	width: 373px;
	color: #000000;
	line-height:normal;
	margin-left: 10px;
}

.subcontainer3{
	float: left; 
	color: #00B4A0; 
	margin-left: 20px; 
	vertical-align: middle; 
	margin-top: 12px; 
	width: 80%;
}


.box{
	background-color: white; 
	opacity:0.4; 
	position: absolute; 
	left: 0; 
	top: 0; 
	height: 173px; 
	width: 373px; 
	z-index: 0;
}

.caption{
	font-family: 'open_sans_reg',sans-serif; 
	font-size: 0.95em;
}

.navbar-inner {
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.srchTxt{
	height: 28px;
	width: 220px;
	background-color: #DADDDC;
	Opacity: 1;
	font-family: 'open_sans_reg', sans-serif;
	font-size: 1.1em;
	color: #55585A;
	border: none;
    padding-left: 10px;
    box-sizing: border-box;
}

