   /* Transparent
/* 
/*.navbar-default {
  background: none;
  border: none;
}*/

body
{
overflow-x: hidden;
font-family: 'Arial Black', sans-serif;
background-image:url(../images/bg.jpg);
 background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {   
    border-color: rgba(229, 103, 23, 0.8);
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 103, 23, 0.6);
    outline: 0 none;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ecf1f3;
}
.header
{
	width:100%;
}
.menu
{
	background-color:#101010;
	/*max-height: 37px;*/
}
.navbar {
    position: relative;
    min-height: 35px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-nav {
    float: right !important;
	padding-top: 4px;
}
.navbar-inverse {
     background-color:#101010 !important;
    border-color: #101010 !important;
}
.logo-section
{
	 background-color:#000;
	margin-top: 30px;
	padding:10px 0 10px 0;
}
.logo-textarea
{
	float:left;
	padding: 20px 35px 0 80px;
    width: 45%;
	    color: #0d7bbf;
}

.logo-textarea strong
{
	font-size:17px;
}
.banner
{
	width:100%;
	margin-top: 30px;
}
.intro-text
{
	width:100%;
	margin-top: 30px;
	color:black;
}
.left-text
{
	    background-image:url(../images/bg.png);
		padding:45px 20px 20px 20px;
		text-align:center;
		background-size:cover;
		display:table;
}
.left-text img
{
	border: 1px solid #dce4e5;
    border-radius: 5px;
	margin-bottom:5px;
}
.right-text
{
	    background: linear-gradient(to bottom, #016385 0%, #d7e0e5 100%);
		padding:20px 20px 20px 20px;
}
.sort-down
{
	background: url(../images/low-arrow.png);
    height: 25px;
    line-height: 29px;
	background-repeat: no-repeat;
    width: 26px;
    overflow: hidden;
	float: right;
}
.topLinksActive {
    color: #75cbff;
    background: url(../images/topLinksActive.gif) no-repeat center top;
    background-color: #101010;
    line-height: 30px;
    height: 30px;
    display: block;
    padding: 0px 18px;
    text-decoration: none;
    float: left;
}
.navbar-nav>li>a:hover {
   color: #75cbff;
    background: url(../images/topLinksActive.gif) no-repeat center top;
    background-color: #101010;
    line-height: 10px;
    height: 30px;
    display: block;
    text-decoration: none;
    float: left;
	}
	.index-link
	{
	background: linear-gradient(to bottom, #ffffff 0%, #d7e0e5 100%);
	margin-top: 30px;
text-align:center;
padding:20px 0 20px 0;	
	}