body {
	/*font-family:'Roboto Condensed', sans-serif;
	 background:url(../img/bg.png) fixed repeat; */
}
p {
	font-size:1.2em;
}
div.top {
	position:relative;
	z-index:99;
	color:#fff;
	padding-bottom:15px;
}
ul#icons li a,ul#icons li a:hover {
    padding: 0px 1px 10px 1px !important;
	background:none;
}
ul#cont li {
	padding:0 8px;
}
ul#cont li a {
	text-decoration:none;
	font-size:1.4em;
	font-weight:bold;
	padding:0;
	color:#E0AA66;
	background:none;
}
.top .fa {
	margin:15px auto 0px;
	border-radius:4px;
}
.top .fa-facebook {
	background:#3b5998;
}
.top .fa-twitter {
	background:#55acee;
}
.top .fa-google-plus {
	background:#dd4b39;
}
.top .fa-linkedin {
	background:#007bb5;
}
.top .fa-user {
	background:#EBB27D;
}
/* Note: Try to remove the following lines to see the effect of CSS positioning */
  .affix {
	top: 0;
	width: 100%;
	z-index: 9999 !important;
	background:#008B8B !important;
}
/*
  .affix + .container-fluid {
      padding-top: 70px;
  }*/
nav {
	z-index:555;
	margin-top:0%;
}
.navbar-default {
	background: rgba(255, 255, 255, 0);
	border-color:rgba(0, 0, 0, 0);
	box-shadow:none;
}
.navbar-right {
	float: right !important;
	margin-right: -15px;
	background: darkcyan;
	border-radius:5px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus {
	color:#31708F !important;
}
.navbar-default li.active {
	border-bottom:2px solid orange;
	background:red !important;
	background-image:none !important;
}
.navbar-default li > a {
	color:white !important;
	text-shadow:0px 1px 0px #777;
	letter-spacing:1px;
	font-size:16px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default li.active a:hover {
	background:#31708F !important;
	color:#fff !important;
}
.navbar-brand > img {
	margin-top: -15px;
}
/*i.fa.fa-hourglass {
	font-size:1.8em;
	padding-top:23px;
}
*/
.fa-stack-1x {
	color:white;
}
.breadcrumb-link {
	background:#31708F;
	margin-top:50px;
}
.breadcrumb-link h1 {
	margin-top:10px;
}
.breadcrumb-link h1, .breadcrumb a {
	color:#f5f5f5;
}
.breadcrumb .active {
	color: 	#ecb939;
}
.breadcrumb {
	margin-top:20px;
	padding:0;
	background:#31708F;
}
.main {
	padding-top:60px;
	padding-bottom:70px;
}
.footer {
	padding-bottom:75px;
	padding-top:75px;
	background:#31708F;
	color:#ccc;
}
footer .quick-links ul li a {
	color:#bbb;
	font-size:18px;
	text-decoration:none;
}
.footer .glyphicon {
	color:#bbb;
	padding-right:10px;
}
.footer h3 {
	color:#ccc;
	text-decoration:underline;
}
.footer hr {
	background-color:transparent;
	border-top:1px solid #1f5c7a;
	border-bottom:1px solid #4890b3;
}
.footer a {
	color:#bbb;
}

/* New Css  */
.tophead{width: 100%; height:auto; background: #000; color: #fff; padding: 12px 0; font-family: 'Open Sans', sans-serif; font-size: 13px; font-weight: 300;}
.tophead .tadrs{display: inline-block; padding-left: 0px;}
.tophead ul{margin: 0; padding: 0;}
.tophead ul li{list-style: none; display: inline-block; position: relative;} 
.tophead ul li a{text-decoration: none; color: #fff; padding: 0 30px 0 0; letter-spacing: 1px;}
.tophead ul li a:hover{text-decoration: none; color: #f3e721;} 
.tophead ul li i{color: #4f5dec; font-size: 14px;}
.tophead .flowus{text-align: right; color: #4f5dec; font-weight: bold;}
.tophead .flowus a{ color: #fff; margin:0 5px; }

.inrbnr{background-image: url(../images/banner1.jpg); background-repeat: repeat; padding: 0 0 15px;
    padding: 0 0 30px;
    background-position: center;
}

@media only screen and (max-width:768px){
.tophead{font-size: 12px; text-align: center;}
.tophead ul {  margin: 4px; }
 .tophead ul li a {   padding: 0 8px 0 0;}
.tophead .flowus { text-align: center; }
}

