@font-face
{
	font-family: light;
	src: url("fonts/OpenSans-Light.ttf");
}

@font-face
{
	font-family: lightItalic;
	src: url("fonts/OpenSans-LightItalic.ttf");
}

@font-face
{
	font-family: regular;
	src: url("fonts/OpenSans-Regular.ttf");
}

@font-face
{
	font-family: bold;
	src: url("fonts/OpenSans-Bold.ttf");
}

@font-face
{
	font-family: semiBold;
	src: url("fonts/OpenSans-Semibold.ttf");
}

@font-face
{
	font-family: extra;
	src: url("fonts/OpenSans-ExtraBold.ttf");
}

body
{
	/*padding-top: 140px;*/
}

h3
{
	margin: 20px;
}

h6
{
	font-family: regular;
	color: #005B7F;
	display:inline;
	padding-left: 8px;
}

table.table-bordered > thead > tr > th
{
	border:2px solid white;
	background-color: #EBEBEB;
}

table.table-bordered > tbody > tr > td
{
	border:2px solid white;
	background-color: #EBEBEB;
}

.table-bordered
{
	border-color: white;
}

.tableInput
{
	display: block;
	width: 100%;
	padding: 0;
	border-width: 0;
	margin-left: -15px;
}

.aboutUsText
{
	font-family: light;
	font-size: 1.5em;
}

.aboutUsBlock
{
	font-family: bold;
	font-size: 1.75em;
	color: #005B7F;
	background-color: #EFEFEF;
	padding-left: 50px;
}

.quote1
{
	font-family: light;
	font-size: 2em;
	color: white;
}

.quote2
{
	font-family: bold;
	font-size: 3em;
	color: white;
}

.quote3
{
	font-family: light;
	font-size: 2.5em;
}

.quote4
{
	font-family: light;
	font-size: 2em;
}

.serviceBlock
{
	font-family: semiBold;
	font-size: 1em;
	color: #005B7F;
}

footer
{
	background-color: #003B77;
	color: white;
}

.footerAbove
{
	background-color: #005B7F;
}

.newsHeader
{
	font-family: bold;
}

.newsDate
{
	font-family: light;
}

.newsDesc
{
	font-family: bold;
}

.newsImg
{
	font-family: bold;
	background: linear-gradient(to right, #EC2E39 , #BB222B);
	color: white;
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
}

.accordHead
{
	font-family: bold;
	background: linear-gradient(to right, #EC2E39 , #BB222B);
	color:white;
}

.panel-heading .accordion-toggle:after 
{
    font-family: 'Glyphicons Halflings';
    content:"\e252";
    float: right;
    color: grey;
}
.panel-heading .accordion-toggle.collapsed:after 
{
	content:"\e251";
}

.myBtn
{
	border: 2px solid white;
	background: rgba(255, 255, 255, 0.1);
	color: white;
	font-family: bold;
	font-size: 16px;
	cursor: pointer;
}

.myDefaultBtn:hover
{
	background: white;
	color: black;
}

.myBtnD
{
	border: 2px solid black;
	background: rgba(255, 255, 255, 0.1);
	color: black;
	font-family: bold;
	font-size: 16px;
	cursor: pointer;
}

.myDarkBtn:hover
{
	background:black;
	color: white;
}


.fancyParagraph
{
	font-family: lightItalic;
}

.formInput
{
	margin: 10px;
}

.footerHeader
{
	font-family: bold;
}

.footerSubHeader
{
	font-family: regular;
}

.footerText
{
	font-family: regular;
}

.testimonialHeader
{
	font-family: light;
}

.testimonialDesc
{
	font-family: bold;
}

.services
{
	font-family: bold;
	color: #003B77;
	text-align: center;
}

.thumbnail
{
	position: relative;
	border: 0 none;
}

.caption
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.captionPlain
{
	position: absolute;
	color: white;
	bottom: 50%;
	left: 0;
	width: 100%;
}

.belowBanner
{
	background-color: white;
	color: #003B77;
	padding: 10px;
	font-family: bold;
}

.data-btn
{
    background-color: #ED202E;
    color: white;
    text-align: center;
    text-decoration: none;
	/*margin: 10px;
    display: inline-block;*/
}

.navbar-default
{
	background-color: white;
	margin-bottom: 0px;
	font-family: regular;
}

.navbar-brand
{
	height: auto;
}

.navbar-brand>img
{
	display: inline;
	padding-left: 10px;
	margin-top: -10px;
	padding-bottom: 10px;
}

.navForm
{
	display: inline;
	margin-left: 10px;
}

.navbar-btn
{
    background-color: #005B7F;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	border-radius: 0px;
}

.navbar-btn:link
{
    background-color: #005B7F;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	border-radius: 0px;
}

.navbar-btn:visited 
{
    background-color: #005B7F;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	border-radius: 0px;
}

.navbar-btn:hover
{
    background-color: #40849F;
	color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	border-radius: 0px;
}

.navbar-btn:active
{
    background-color: #005B7F;
	color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	border-radius: 0px;
}

.features
{
	text-align: left;
	color: black;
	font-family: regular;
	padding-left: 0px;
}

/*****************************************************************************************************************************************************************/

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev1{
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  margin-left: 0px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next1 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 100%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next1 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev1:hover,
.next1:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  color: white;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*****************************************************************************************************************************************************************/
