@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'socicon';
    src: url('../font/socicon-webfont.eot');
    src: url('../font/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/socicon-webfont.woff') format('woff'),
         url('../font/socicon-webfont.ttf') format('truetype'),
         url('../font/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}
.socicon {
    font-family: 'socicon' !important;
    font-size: 12px;
}
*{
	margin:0;
}
html {
	height:100%;
}
body{
	height:100%;
	-webkit-overflow-scrolling: touch;
}
img {
  max-width: 100%;
  height: auto;
}
#wrapper {
	display: table;
	height: 100%;
	table-layout:fixed;
	width: 100%;
}
#header {
	height:60px;
	background-color:white;
}
.navbar {
	background-color: #004F99 !important;
}
.navbar.center .navbar-inner {
    text-align: center !important;
}
.navbar.center .navbar-inner .nav {
    display:inline-block !important;
    float: none !important;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  flex-grow: 1;
}


@media (max-width: 600px) {
  .info {
    /* smaller margin on smaller screens */
	padding: 15px;
  }
}
  
.text{
  position: relative;
  text-align: center;
  float: center;
  clear: center;
}    
.text::after {
  content: "";
  position: absolute;
  border-top: 1px solid black;
  left: 49%;
  bottom: -5px;
  margin-left: -15px;
  width: 50px;
  height: 0px;
}
.texts{
  position: relative;
  text-align: left;
  float: left;
  clear: left;
}    
.texts::after {
  content: "";
  position: absolute;
  border-top: 1px solid grey;
  left: 10%;
  bottom: -5px;
  margin-left: -15px;
  width: 190px;
  height: 0px;
}
#content {
	padding-top: 15px;
	
}
#footer {
	display: table-row;
	height:1px;
	background:#004F99;
    color: #cccccc;
    font-size: 12px;
}
.navbar-default div.navbar-collapse{
    border-top:none !important;
    box-shadow:none !important;
}
.navbar {
    z-index: 9999 !important;
}
a:link {
    color: white;
    text-decoration: none;
}
a:visited {
    color: #cccccc;
    text-decoration: none;
}
a:hover {
    color: #cccccc;
}
.jumbotron{
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -15px;
}
#copyright{
    float: left;
}
.socialmedia{
    float: right;
}
#welcome{
	width:100%;
    margin-right: auto;
	margin-left: auto;
    text-align: center;
}
.col-lg-2{
	text-align: center;
}
.navbar-brand {
	position:relative; 
	top:-19px; !important
}
.fbalign{
	width:100%;
	margin-right: auto;
	margin-left: auto;
    text-align: center;
}
.main-container {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -15px;
}
.skyblue {
	background-color: #22c8ff;
}
.deepskyblue {
	background-color: #00bfff;
}
.darkerskyblue {
	background-color: #00a6dd;
}
.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel .item {
	width:100%; 
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
	background-color: #09c;
}
.carousel-caption h3 {
	padding: .5em;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	border-color: #00bfff;
	margin-top: 1em; 
}
/* Animation delays */
.carousel-caption h3:first-child {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.carousel-caption button {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.dtHorizontalExampleWrapper {
max-width: 600px;
margin: 0 auto;
}
#dtHorizontalExample th, td {
white-space: nowrap;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}

#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}
    .thumb{
        margin-bottom: 30px;
    }
        
    .page-top{
        margin-top:85px;
    }
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.modal-header {
    border-bottom: none;
}
.modal-title {
    color:#000;
}
.modal-footer{
    display:none;  
}

/*Scroll To Top*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(67, 67, 245, 0.9) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}