

@font-face
{
	font-family: myuifont_thin;
	src: url('fonts/Roboto-Thin.ttf');
	
}
@font-face
{
	font-family: myuifont_light;
	src: url('fonts/Roboto-Light.ttf');
	
}

@font-face
{
	font-family: myuifont;
	src: url('fonts/Roboto-Light.ttf');
	
}

BODY {
 
	
	margin:0px;
}
h1 {
    
	font-family: myuifont_thin,century gothic, arial;
	color:#000;
}

h2 {
    
	font-family: myuifont_thin,century gothic, arial;
	color:#000;
}

h3 {
    
	font-family: myuifont_thin,century gothic, arial;
	color:#000;
}


/* kind of font and size relating to the basic tags */
TD {
    
	font-size:  15px ;
	font-family: myuifont,century gothic, arial;
	COLOR: #6C7A89;
}
P {
	font-size:  15px ;
	font-family: myuifont ,century gothic, arial;
	COLOR: #6C7A89;
}
DIV {
	font-size:  15px ;
	font-family: myuifont ,century gothic, arial;
	COLOR: #6C7A89;
	
}
FONT {
	
	font-family: myuifont,century gothic, arial;
}


HR {
	border:solid 1px #ffffff;	
	border-top:solid 1px #cccccc;	
}


/* property of basic hyperlinks*/
A {
	COLOR: #000000;
	CURSOR: pointer;
	font-size:  16px ;
	font-family: myuifont,century gothic, arial;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #22A7F0;
	TEXT-DECORATION: none
}

A:active {
	COLOR: #000000
}

#menu{
	background:rgba(255,255,255,0.90);
	position:fixed;
	left:0px;
	top:0px;
	position:fixed;
	width:100%;
	border:0px solid #ff0000;
	float:left;
	height:50px;
	z-index:100;	
}

#menu_logo
{
	float:left;
	padding:5px;
	margin-left:5px;
}

#menu_company_name
{
	float:left;
	font-size:25px;
	padding:8px;
}


#menu_mobile
{
	float:right;
	margin:0px;
	height:50px;
	width:50px;
	background:#508326;
	
}
#menu_mobile_icon{
	
	margin:12px;
	color:#fff;
}

#menu_link{
	top:50px;
	float:left;
	width:100%;
	left:0px;
	padding:0px;
	position:absolute;
	background:#508326;
	
	
}


.sub_item_container
{
	font-size:10px;
	line-height:-6px;
	text-align:center;
	width:80px;
	color:#BDC3C7;
}



.fa_container
{
	width:24px;
	
	text-align:center;
}

.parallax-container
{
	height:auto;
	float:left;
	width:100%;
}

.container_grey
{
	min-height:200px;
	padding:30px 0px 30px 0px;
	height:auto;
	float:left;
	width:100%;
	background:#ECF0F1;
	
}

.container
{
	min-height:200px;
	padding:30px 0px 30px 0px;
	height:auto;
	float:left;
	width:100%;
	
}


.container_c1
{
	float:left;
	width:78%;
	padding:1%;
	margin-left:10%;
	border:0px dotted #cccccc;
	margin-bottom:50px;
	
}

.container_c2_left
{
	float:left;
	width:78%;
	padding:1%;
	clear:both;
	margin-left:10%;
	margin-bottom:50px;
}

.container_c2_right
{
	float:left;
	width:78%;
	padding:1%;
	clear:both;
	margin-left:10%;
	margin-bottom:50px;
}



#img
{
	width:500px;
}

#tabs-container
{
	width:100%;
	border:0px solid #ff0000;
	position:static;
	text-align:center;
}

.tabs-menu {
    
	
	width:100%;
    float:left;
    
	border:0px solid #ff0000;
}

.tabs-menu td {
	list-style-type: none;
    height: 30px;
    line-height: 19px;
    
    margin-right: 10px;
    background-color: none;
	
	
    
}

.tabs-menu td.current {
    position: relative;
    background-color: #fff;
    font-size:10px;
    z-index: 5;
	
}

.tabs-menu td a {
    
    border:0px solid #ff0000;
    color: #BDC3C7;
	
	font-size:12px;
	text-align:center;
	font-size:10px;
    text-decoration: none;
	white-space:nowrap;
	
}

.tabs-menu .current a {
    color: #22A7F0;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    border-radius:5px;
    margin-bottom: 20px;
    
	clear:both;
}

.tab-content {
    
    padding: 10px;
    display: none;
	
}

#tab-1 {
 display: block;   
}
