body {
	font-family: 'ProximaNova-Light',Proxima Nova,'Helvetica Neue',Helvetica,sans-serif;
	font-size: 16px;
	overflow: visible;
	-webkit-font-smoothing: subpixel-antialiased;
	padding-top: 50px;
	line-height: 1.428571429;
	color: #202020;
	background-color: white;
}

a {
	color: #202020;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #157ffb;
	text-decoration: none;
}

h4 {
	overflow: visible;
	-webkit-font-smoothing: antialiased;
	line-height: 1.428571429;
}


/* Sidebar with navbar-fixed-top */
.group, .subgroup, .page-header, .bs-docs-header, .carousel {
	padding-top: 50px;
	margin-top: -50px;
}

/* Sidebar without navbar-fixed-top for small devices */
@media (max-width: 568px) {
	.group, .subgroup, .page-header, .bs-docs-header {
		padding-top: 0px;
		margin-top: 0px;
	}
}

.vletter {
	color: sienna;
	font: bold;
	font-size: 36px;
}

.siennah {
	color: sienna;
} 

.divider {	 
	margin: 60px 0;
}

@media (min-width: 480px) {	
	.data {
		font-size: 24px;
		line-height: 1.4;
		margin-bottom: 1.5em;
		text-align: center;
	}
	
	.col-sm-5, .col-sm-7, .col-sm-6, .col-md-4, .col-md-8, .col-md-3 {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 1.5em;
	}
	
	.equator .col-sm-8 {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 1.5em;
	}
}

.read_more_container a {
	/*color: #0088cc;*/
	color: #777;
	font-weight: inherit;
	border-bottom: 1px solid #eee;
	
	-webkit-transition: color .15s ease-out, border-bottom-color .15s ease-out;
		 -moz-transition: color .15s ease-out, border-bottom-color .15s ease-out;
		 -o-transition: color .15s ease-out, border-bottom-color .15s ease-out;
			transition: color .15s ease-out, border-bottom-color .15s ease-out;
}

.read_more_container a:hover {
	color: #157ffb;
	border-bottom-color: #157ffb;
}

.paragraph p {
	margin-bottom: 30px;
}

.diagram img {
	margin-top: 10px;
	margin-bottom: 20px;
	box-shadow: 0 0 20px black;
}
.png-shadow {
-webkit-filter: drop-shadow(0 0 10px #000);  
filter: drop-shadow(0 0 10px #000);
box-shadow: none !important;
}
.equator-img {
	margin-bottom: 40px;
	margin-top: 20px;
}

.equator-text {
	margin-top: 30px;
}


.morenews {
	margin-bottom: 20px;
	text-align: right;
}

/* What's New page */
.news li,
.news p {
	font-size: 16px;
}

.news h4 {
	font-size: 18px;
}

.news h2 {
	margin-top: 0px;
	padding-bottom: 10px;
}

.post-data p {
	font-size: 12px;
	/*text-align: right;*/
	color: sienna;
}

.btn-margin {
	margin-bottom: 82px;
}

links {
	list-style-type: upper-roman;
}

img{
	background:transparent;
}

.n li {
	font-size: 14px;
}

.n {
	border-left: 1px dashed #999;
	padding-left: 10px;
}

.logo img {
	height: 55px;
	float: left;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
}

.table-striped th {
	color: #157ffb;
}

.table-striped caption {
	font-size: 14px;
}

@media (max-width:768px){
	.table-striped {
		font-size: 0.5em;
	}
}


/********************* navbar ***********************/
.navbar-default .navbar-nav > li > a {
    color: #202020;
}
.navbar-default {
	/*background-color: #F6F7FB;*/
	background-color: white;
	/*box-shadow: 0 0 30px #E2E2E2;*/
}

@media (min-width: 768px) {
.navbar-nav > li > a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus  {
	color: white !important;
	background-color: #157ffb;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: white;
	background-color: #157ffb;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: white;
	background-color: #157ffb;
}

.navbar-brand {
	height: 40px;
	margin-top: -10px;
}


/********************* footer ***********************/

footer {
	padding: 40px 0;
	color: #777;
	border-top: 1px solid #ddd;
}

footer a, footer span {
	color: #777;
	display: inline-block;
}

footer .col-lg-9 a {
	margin: 10px 15px;
	font-size: 15px;
}

footer .col-lg-3 span {
	margin: 10px 15px;
	font-size: 15px;
}


/********************* bs-docs ***********************/

.bs-docs-sidebar {
	position: static;
	margin-bottom: 20px;
	margin-top: 20px;
}

.bs-docs-sidebar.hidden-print.affix-top, 
.bs-docs-sidebar.hidden-print.affix-bottom {
	font-weight: normal;
	color: #999;
}

.bs-docs-sidebar .nav>li>a {
	color: #999;
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding: 4px 20px;
}

.bs-docs-sidebar .nav>li>a:hover,
.bs-docs-sidebar .nav>li>a:focus {
	background-color: transparent;
	border-left: 1px solid #157ffb;
	color: #157ffb;
	padding-left: 19px;
	text-decoration: none;
}

.bs-docs-sidebar .nav>.active>a,
.bs-docs-sidebar .nav>.active:hover>a,
.bs-docs-sidebar .nav>.active:focus>a {
	background-color: transparent;
	border-left: 2px solid #157ffb;
	color: #157ffb;
	font-weight: 700;
	padding-left: 18px;
}

.bs-docs-sidebar .nav .nav {
	display: none;
	padding-bottom: 10px;
}

.bs-docs-sidebar .nav .nav>li>a {
	font-size: 13px;
	font-weight: 400;
	padding-bottom: 1px;
	padding-left: 30px;
	padding-top: 1px;
}

.bs-docs-sidebar .nav .nav>li>a:hover,
.bs-docs-sidebar .nav .nav>li>a:focus {
	padding-left: 29px;
}

.bs-docs-sidebar .nav .nav>.active>a,
.bs-docs-sidebar .nav .nav>.active:hover>a,
.bs-docs-sidebar .nav .nav>.active:focus>a {
	font-weight: 500;
	padding-left: 28px;
}

/* 992 or greater */
@media (min-width:992px) {
	/* hide all (inactive) nested list */
	.bs-docs-sidebar .nav ul.nav {
	display: none;			 
	}
	
	/* show active nested list */
	.bs-docs-sidebar .nav>.active>ul.nav {
	display: block;			 
	}
	
	.bs-docs-sidebar.affix
	{
	position: fixed;
	top: 40px;
	color: #999;
	width: 262px;
	}
	
	.bs-docs-sidebar.affix-bottom
	{
	position: absolute;
	}
	
	.bs-docs-sidebar.affix-bottom .bs-docs-sidenav,
	.bs-docs-sidebar.affix .bs-docs-sidenav {
	margin-bottom: 0;
	margin-top: 0;
	}
}

@media (max-width:991px) {
	.bs-docs-sidebar {
		visibility: hidden;
	}
}

@media (max-width:568px){	
	.navbar-fixed-top {
		position: absolute;
	}
}

.bs-docs-section h3, 
.bs-docs-section h4 {
	color: #0553ad; 
}

.back-to-top {
	margin-top: 10px;
	margin-left: 10px;
	padding: 4px 10px;
	font-size: 13px;
	font-weight: 500;
	color: #999
}


/********************* featured ***********************/

#featured {
	width: 100%;
	height: auto;
	padding: 10px 0;
	/*background: white;*/
	background: #f7fafa;
	padding-top: 60px;
	box-shadow: 0 0 30px #E2E2E2;
}

#featured .row a:hover,
#featured .row a:focus {
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}

#featured .row a:hover li,
#featured .row a:focus li{
	color: #464d55;
}

.featured-container {
	background: white;
	padding: 10px;
	height: 210px;
	border: 1px solid #E2E2E2;
	box-shadow: 0 0 30px #E2E2E2;
	/*display: table-cell;
	vertical-align: middle;*/
	font-size: 16px;
}

.featured-container h4 {
	text-align: center;
	font-size: 16px;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 400;
}

.featured-container li {
	font-size: 14px;
}

.featured-container p {
	text-align: center;
}

.featured-container .post-data {
	font-size: 12px;
	position: absolute; 
	bottom: 0; 
	right: 10;
	color: sienna;
}

@media (max-width:320px){
	.featured-container {	
		height: 250px;
	}
}

@media (min-width:321px) and (max-width:767px){
	.featured-container {	
		height: 170px;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.featured-container {	
		height: 300px;
	}
}

@media (min-width:1200px){
	
}


/********************* carousel ***********************/

#header {
	position: relative;
	width: 100%;
	height: 400px;
	padding-top: 180px;
	-webkit-background-size: cover !important;
		 -moz-background-size: cover !important;
		-ms-background-size: cover !important;
		 -o-background-size: cover !important;
			background-size: cover !important;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(50,66,90,.45);
}

.carousel-indicators li {
	border: 1px solid #157ffb;
}

.carousel-indicators .active {
	background-color: #157ffb;
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .carousel-heading {
	line-height: 1;
	font-family: league_gothic_regular;
	letter-spacing: 0;
}

.btn-md {
	color: white;
	border-color: #777777;
	background-color: #777777;
}

.btn-md:hover { 
	color: #157ffb;
	border-color: white;
	background-color: white; 
}

@media (max-width:767px){	
	.carousel-caption .carousel-heading {
		font-size: 32px;
		margin-bottom: 5px
	}
	
	.carousel-caption p {
		font-size: 16px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}
	
	.btn-md {
		font-size: 10px;
		margin-bottom: 80px;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.carousel-caption p {
		font-size: 28px;
		line-height: 1.4
	}
	
	.carousel-caption .carousel-heading {
		font-size: 50px;
		text-shadow: 1px 1px 0 #000
	}
	
	.btn-md {
		font-size: 12px;
		margin-bottom: 80px;
	}
}

@media (min-width:1200px){
	.carousel-caption p {
		font-size: 32px;
		line-height: 1.4
	}
	
	.carousel-caption .carousel-heading {
		font-size: 82px;
		text-shadow: 1px 2px 0 #000
	}
	
	.btn-md {
		font-size: 20px;
		margin-bottom: 40px;
	}
}

@media screen and (min-width:768px) {
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}
}
.row_min {
	margin-top: 0.3em;
	margin-bottom: 0.3em !important;
}
.btn-theme-colored {
	color: #fff;
	background-color: #a0522d;
	border-color: #9d3606;
}
.btn-theme-colored:focus,
.btn-theme-colored.focus {
	color: #fff;
	background-color: #c47048;
	border-color: #c64d14;
}
.btn-theme-colored:hover {
	color: #fff;
	background-color: #c47048;
	border-color: #c64d14;
}
.fileform { 
	color: #999;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #ccc;
	font-size: 14px;
	border-radius: 4px;
	height: 34px;
	overflow: hidden;
	padding: 4px 2px 2px 12px;
	position: relative;
	text-align: left;
	width: 100%;
} 
.fileform .selectbutton { 
	background-color: #a0522d;
	border-color: #9d3606;
	border-radius: 4px;
	color: #ffffff;
	float: right;
	font-size: 14px;	
	line-height: 20px;
	overflow: hidden;
	padding: 2px 6px;
	text-align: center;
	vertical-align: middle;
}
.fileform #attach_file{
	cursor: pointer;
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	-moz-opacity: 0; 
	filter: alpha(opacity=0); 
	opacity: 0; 
	font-size: 150px; 	
	height: 30px; 
	z-index:20;
}
.fileform #fileformlabel { 
	background-color: #ffffff;
	float: left;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
}
.center-form {
	margin: 0 auto;	
	float: none;
}

.tables_td{	
	border: 1px solid #ccc; 
	border-top: 1px solid #ccc !important; 
}
.padding_t {
	padding: 5px 0px 5px 0px;
}
.tables_td_left{
	padding: 5px 0px 5px 0px;
	border: 1px solid #ccc !important; 
	border-left: 1px solid #ccc !important; 
	border-right: none !important; 
}
.tables_td_leftb{
	padding: 5px 0px 5px 0px;
	border: 1px solid #ccc !important; 
	border-left: 1px solid #ccc !important; 
	border-right: none !important; 
	border-bottom: none !important;
}
.tables_in TD, TH {
	border: none; 
}
.span_td {
	padding: 10px;
}

.width_table {
	width: 20%;
}
.oraparser-main {
	background:#f9f8f2;
}
label.error {
	color: sienna;
	font-size: 14px;
}
.contact a{
	margin: 10px 5px !important;
}
.contact img{
	width: 20px;
}
