@CHARSET "UTF-8";
/* CSS Document */

/**********************************
	Responsive navbar-brand image CSS
	- Remove navbar-brand padding for firefox bug workaround
	- add 100% height and width auto ... similar to how bootstrap img-responsive class works
	***********************************/

/*@font-face {*/
	/*font-family: Roboto;*/
	/*src: url('../fonts/Roboto-Regular.ttf');*/
/*}*/

@font-face {
	font-family: Open_Sans;
	src: url('../fonts/Open_Sans/OpenSans-Regular.ttf');
}


html{
	/*border:solid 10px #FF9900;*/
    min-height:100%;/* make sure it is at least as tall as the viewport */
    position:relative;
}	
	
body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Open_Sans', sans-serif;
	background-color: #CCCCCC;
	height:100%;
	width: 99%;
}

.container {
	width: 100%;
	margin: 0px;
	/*padding: 0px;*/
	/*padding-left:5px;*/
	/*padding-right:5px;*/
}
.navbar {
	background-color: #FAFAFA;
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.navbar .navbar-nav {
    display: inline-block;
    float: left;
	margin-left:156px;
}

.navbar .navbar-collapse {
    text-align: center;
}

#navbar1 {
	position: relative;
}

.navbar-brand {
	padding: 0px;
	width: 150px;
	height: 110px;
}
.navbar-brand>img {
	padding: 5px;
	/*width: 100%;*/
	height: 100%;
	margin: 0px;
}
.navbar-nav li a {
	font-size: 15px;
	line-height: 100px;
	width: 100px;
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 5px;
	margin-btm: 4px;
	background-color: #F0F0F0;
}

.navbar-nav li a .collapse {
	color:#35C841;
	text-decoration: underline;
}
.navbar-nav li a:hover {
	background-color: #E7E7E7 !important;
}

.navbar-right {
	width: 140px;

}

.dropdown-menu {
	background-color: #fafafa;
	padding: 0px;
	width: 140px;
	max-width: 140px;
	min-width: 110px;
	margin-left: 2px;
	top: 155px;
	/*height: auto;*/
	/*border: solid 2px #0000CC;*/
}
.sub_menu_li {
	/*width: 130px;*/
	padding:0px;
	margin:0px;
	/*height: 30px;*/

}
.dropdown-menu li a {
	text-align: left;
	padding: 5px;
	line-height: 16px;
	/*line-height: 22px;*/
	width: 132px;
	background-color: #e7e7e7;
	margin:3px;
}

.dropdown-menu li a:hover {
	background-color: #b7b7b7;
}
.sm_logo img {
	display:none;	
}

.navbar {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.navbar-alignit .navbar-header {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;/*height: 150px;*/
}

.navbar-nav>li>.dropdown-menu {
	z-index: 9999;
}

.left_column {
	border: 2px none #CC6600;
	height: 100%;
	width: 330px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-color: inherit;
}

.mainbody {
	/*position: relative;*/
}

.main_content {
	min-height:300px;
	margin-left:-5px;
	margin-right:0px;
}

#lang_flags {
	position: absolute;
	bottom: 1px;
	right: 15px;
	text-align: right;
	width: 96px;
}

#lang_flags #lang {
	height: 30px;
	/*border: solid 1px #0099FF; margin-left: 1px;*/
}
#lang_link:hover {
	cursor:pointer;
}

.navbar.navbar-default #navbar1 #lang_flags #lang a {
	width: 25px;
	/*height: 20px;*/
	line-height: 20px;
	text-align: center;
	margin:0px;
	padding-right: 3px;
	background-color: #fafafa;
	/*border: solid 1px #ff0000;*/
}

.current_lang {
	font-weight: bold;
}

.divider {
	height: 3px;
	width:100%;
	display:block; /* for use on default inline elements like span */
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-top: 0px;
	overflow: hidden;
	background-color: #FAFAFA;
}

.project_info {
	background-color: transparent;
	font-size: 15px;
}

#long_desc {
	font-size: 15px;
}

#page_title {
	color: #335A80;
	font-size: 20px;
	margin-bottom: 30px;
}
@media (max-width : 1160px) {

	#lang_flags {
		width: 30px;
	}
}
@media (max-width : 1130px) {
	.navbar .navbar-nav {
		margin-left:60px;
	}

	.left_column {
		width: 188px;
	}
}
@media (max-width : 1030px) {
	.navbar .navbar-nav {
		margin-left:5px;
	}

	.left_column {
		display: none;
	}

	.main_content {
		margin-left: 183px;
	}

}
@media (max-width : 974px) {
	.navbar-nav li a {
		width: 95px;
	}
}

@media (max-width : 400px) {
	.navbar-brand {
		display:none;
	}
	.sm_logo img {
		display:block;
		margin-left:auto;
		margin-right:auto;
		width:90%;
	}
}