body
{
	background: #FFFFFF;
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #444444;
}

.footer
{
	background: url(../images/footer-bg.jpg) top center no-repeat #000000;
	color: #FFFFFF;
	padding: 30px 0px 0px 0px;
	line-height: 22px;
}

.footer-bottom
{
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
	padding: 15px;
	font-size: 14px;
}

.footer-bar
{
	background: #393939;
	height: 1px;
}

@media (max-width: 767px) {
	.align-right-center
	{
		text-align: center;
	}
}

@media (min-width: 768px) {
	.align-right-center
	{
		text-align: right;
	}
}


@media (max-width: 767px) {
	.align-left-center
	{
		text-align: center;
	}
}

@media (min-width: 768px) {
	.align-left-center
	{
		text-align: left;
	}
}


@media (max-width: 767px) {
	.float-right-center
	{
		float: none;
		text-align: center;
		margin: 0px auto 10px auto;
	}
}

@media (min-width: 768px) {
	.float-right-center
	{
		float: right;
		margin: 0px 0px 10px 15px;
	}
}


@media (max-width: 767px) {
	.float-left-center
	{
		float: none;
		margin: 0px auto 10px auto;
	}
}

@media (min-width: 768px) {
	.float-left-center
	{
		float: left;
		margin: 0px 15px 10px 0px;
	}
}

.buffer5
{
	height: 5px;
}
.buffer10
{
	height: 10px;
}
.buffer15
{
	height: 15px;
}
.buffer20
{
	height: 20px;
}

.header
{
	background: url(../images/header-bg.jpg) top center no-repeat #000000;
	min-height: 200px;
	padding-top: 24px;
	color: #ffffff;
	font-size: 20px;
}

.header-text-orange
{
	color: #ee7e11;
}

.orange-navline
{
	height: 2px;
	background: #ee811b;
}

.navbar-bg
{
	background: url(../images/navbar-bg.jpg) top center repeat-x;
	height: 47px;
}

@media (max-width: 767px) {
	.button-header
	{
		padding-top: 10px;
	}
}

@media (min-width: 768px) {
	.button-header
	{
		padding-top: 50px;
	}
}

.black
{
	background: #000000;
	padding-top: 19px;
}

.features
{
	padding-top: 25px;
	padding-bottom: 10px;
	font-size: 17px;
	color: #111111;
}
		  
.features img {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.blackbar
{
	height: 19px;
	background: #000000;
}

.text-box {
	padding-top: 35px;
	padding-bottom: 35px;
}

.text-box img {
	display: block;
  height: auto;
  max-width: 100%;
}

.orange-panel
{
	background: #ff7b00;
	color: #ffffff;
	padding: 35px 0px;
	font-size: 16px;
}

.table
{
	font-size: 14px;
	background: #f2f2f2;
}

.orange-dotted
{
	height: 1px;
	border-bottom: 3px dotted #e44d08;
}
/*---heading and links overwriting bootstrap css--------------------------------------------*/	

a {
  color: #ff7b00;
  text-decoration: none;
  font-weight: normal;
}

a:hover,
a:focus {
  color: #ff7b00;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.footer a {
  color: #ff7b00;
  text-decoration: none;
  font-weight: normal;
}

.footer a:hover,
.footer a:focus {
  color: #ff7b00;
  text-decoration: underline;
}

.footer a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.well-sidebar a {
  color: #ff7b00;
  text-decoration: none;
  font-weight: normal;
}

.well-sidebar a:hover,
.well-sidebar a:focus {
  color: #ff7b00;
  text-decoration: underline;
}

.well-sidebar a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


h1{
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 15px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 36px;
  color: #ff7b00;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}


h2,
.h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  color: #034f9d;
  font-family: 'Lato', sans-serif;
}

.orange-panel
h2,
.h2 {
  font-size: 31px;
  font-weight: 600;
  line-height: 30px;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}

h3,
.h3 {
  font-size: 22px;
  line-height: 30px;
  color: #000000;
}

.carousel-caption
h3,
.h3 {
  font-size: 26px;
  color: #ffffff;
}

h4,
.h4 {
  font-size: 20px;
  color: #ff7b00;
  line-height: 27px;
}

h5,
.h5 {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
}

h6,
.h6 {
  font-size: 12px;
}
p {
    margin: 0 0 18px;
}

.carousel-caption
p {
    margin: 0 0 12px;
}

.footer
p {
    margin: 0 0 12px;
}

/*------navigation overwriting bootstrap css------------------------------------------------------------------------*/

.navfull
{
	padding-left: 0px;
	padding-right: 0px;
}

.navbar
{
	position: relative;
	min-height: 47px;
  	margin-bottom: 10px;
	border: 1px solid #033e8d;
	max-width: none !important;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
}

.navbar-nav > li > a {
	line-height: 20px;
	border-right: none;
	text-transform: uppercase;
	font-weight: 700;
}

@media (min-width: 768px) {
	.navbar
	{
	font-size: 15px;
	}
	
	.navbar-nav > li > a {
  	padding-left: 12px;
  	padding-right: 12px;
	}
}

@media (min-width: 992px) {
	.navbar
	{
	font-size: 17px;
	}
	
	.navbar-nav > li > a {
  	padding-left: 23px;
  	padding-right: 23px;
	}
}

@media (min-width: 1200px) {
	.navbar
	{
	font-size: 19px;
	}
	
	.navbar-nav > li > a {
  	padding-left: 31px;
  	padding-right: 31px;
	}
}
 
@media (min-width: 768px) {

  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 14px;
  }
}
 
 .navbar-default {
  background: transparent;
  /*border-color: #0e4270;*/
  border: 0px;
  border-radius: 5px;
  margin: 0px 0px 0px 0px;
  font-family: 'Lato', sans-serif;
}

.navbar-default .navbar-text {
  color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFFFFF;
  background-color: #d14709;
   -moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  -o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  -webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  transition: background 0.3s linear 0s, color 0.3s linear 0s;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background-color: #d14709;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #FFFFFF;
  background-color: #d14709;
}

.nav-divide-bar
{
	width: 1px;
	background: #01122a;
	height: 47px;
}

.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown-menu {
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  background: rgb(209, 71, 9); /* Fallback for older browsers without RGBA-support */
  background: rgba(209, 71, 9, 0.9);
  border: 2px solid #d14709;
  color: #FFFFFF;
  border-radius: 4px;
  text-align: left;
}

.dropdown-menu > li > a {
  padding: 5px 20px;
  font-weight: normal;
  color: #FFFFFF;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #EEEEEE;
  text-decoration: none;
  background-color: #a93805;
   -moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  -o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  -webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  transition: background 0.3s linear 0s, color 0.3s linear 0s;
}


@media (max-width: 767px) {

	 .navbar-default {
 		background: url(../images/navbar-bg.jpg) top center repeat-x #e44d08;
 		border-color: #072b5e;
		text-align: left;
		font-size: 20px;
	}

	.navbar-default .navbar-toggle:hover,
  	.navbar-default .navbar-toggle:focus {
		background-color: #ee7e10;
		color:#FFF;
	}

	.navbar-default .navbar-toggle .icon-bar{
		background-color:#FFF;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu {
    width: auto;
    margin-top: 0;
	background: #d14709;
    border: 0;
    box-shadow: none;
  }
	
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFFFFF;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FFFFFF;
    background-color: #ba3f07;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FFFFFF;
    background-color: #ba3f07;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
  
  .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
}
 
}

/* Buttons */

.btn {
  display: inline-block;
  padding: 7px 16px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
}


.btn-primary {
  color: #111111;
  background-color: #ff7b00;
  border-color: #ff7b00;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #111111;
  background-color: #dd6d05;
  border-color: #dd6d05;
   -moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  -o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  -webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  transition: background 0.3s linear 0s, color 0.3s linear 0s;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}


.btn-white {
  color: #111111;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #111111;
  background-color: #ff7b00;
  border-color: #ff7b00;
   -moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  -o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  -webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  transition: background 0.3s linear 0s, color 0.3s linear 0s;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}


.btn-orange {
  color: #ffffff;
  background-color: #ff7b00;
  border-color: #ff7b00;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  color: #ff7b00;
  background-color: #ffffff;
  border-color: #ffffff;
   -moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  -o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  -webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  transition: background 0.3s linear 0s, color 0.3s linear 0s;
}

.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  background-image: none;
}


.btn-gray {
  color: #ffffff;
  background-color: #222222;
  border-color: #000000;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
   -moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  -o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  -webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
  transition: background 0.3s linear 0s, color 0.3s linear 0s;
}

.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  background-image: none;
}


/* Carousel */

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0;
    left: 15%;
    z-index: 10;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    background: rgba(0, 0, 0, 0.68);
}

@media screen and (min-width: 768px) {
  .carousel-caption {
    right: 65%;
    left: 0%;
    padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
  }
}


.carousel-control.left {
  background-image: none;
  background-repeat: repeat-x;
  filter: none;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
  background-repeat: repeat-x;
  filter: none;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  margin: 1px;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 15px;
}

.carousel-indicators .active {
  width: 17px;
  height: 17px;
  margin: 0;
  background-color: #ffffff;
}

/* Well */

.well-sidebar
{
	/*background-color: #143357;*/
	border: 1px solid #0b2e57;
	border-radius: 8px;
	color: #eeeeee;
	background: url(../images/sidebar-bg.jpg) top left no-repeat #000000;
}

/* Responsive iFrame */

.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.flexible-container iframe,   
.flexible-container object,  
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.col-md-3245 {
display: none;
}
