/* kreon-regular - latin */
@font-face {
    font-family: 'Kreon';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/kreon-v32-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/kreon-v32-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/kreon-v32-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/kreon-v32-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/kreon-v32-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/kreon-v32-latin-regular.svg#Kreon') format('svg'); /* Legacy iOS */
}
/* kreon-700 - latin */
@font-face {
    font-family: 'Kreon';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/kreon-v32-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/kreon-v32-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/kreon-v32-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/kreon-v32-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/kreon-v32-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/kreon-v32-latin-700.svg#Kreon') format('svg'); /* Legacy iOS */
}
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;
  font: normal 14px arial,sans-serif;
}

.row {
  margin-left:0px;
  margin-right:0px;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  margin-top:50px;
  padding-top:20px;
  padding-bottom:20px;
}


/* Custom page CSS
-------------------------------------------------- */

#wrap > .container {
  padding: 0px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer {
  background-color:#414141;
}

#footer a {
  color:#efefef;
}

#footer .text-muted {
    color: #ccc;
}

h1,h2,h3,h4 {
  font-family: 'Kreon', serif;
  vertical-align:middle;
}

.lead {
    margin-bottom: 10px;
}

header {

/*	background: url('../img/KvE-iT.png') no-repeat left 0px fixed; 
*/
/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;

	background-size: auto;
	height: 100px;

  background: #f16251;
  height:550px;
  color:#000000;
*/
}

header h1,header h2,header h3 a,header a,header a:hover {
  color:#101010;
  font-weight:800;
  text-decoration:none;
}

header h3 {
  font-family: 'Kreon', serif;
  background: #ffcc33;
  padding:10px;
  border-radius:3px;
  font-size:34px;
  padding:12px 10px 6px 10px;
}

header .dropdown-menu {
  top:74px;
  background: #ffcc33;
  border-width:0;
}

h1 {
  font-size:50px;
}

#nav {
  width: 100%;
  position:static;
  top:-32px;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
}

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }
}

.navbar-nav {
  margin: 1px 1px; 
}  
  
/* customize nav style */
.navbar-custom {
    background-color: #2e2e2e;
	font-weight:700;
    text-transform:uppercase;
    border-width:0;
}
.navbar-custom  .navbar-nav>li>a {
	color: #ddd;
}
.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
	background-color: #000;
}
.navbar-custom .dropdown-menu{
	right:0;
}
.navbar-custom .navbar-nav>.dropdown>a .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle {
	outline:0;
}

.divider {
	height:40px;
}

.panel {
	border-width: thin;
}

.panel a {
	color: #1f4e8a;
}

@media (max-width: 768px) {
	header {
/*		height: 95px;
*/	}
	h1 {
	font-size:30px;
	}
	h2 {
	font-size:20px;
	}
	.divider {
	height:10px;
	}
	.lead {
    font-weight:bold;
	}
	.header-image {
		height: 80px;
	}
}

#map-canvas {
  	width: 100%; 
  	height: 300px;
	margin: 0;
	padding: 15px;
}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #ffd204; /*#ffcc33;*/
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
   padding-left: 0;
   margin-bottom: 0;
   list-style: none;
   border-radius: 50%;
}
.scroll-top a:link,.scroll-top a:visited{
  color: #222;
  position: relative;
  display: block;
  padding: 10px 15px;
} 
 

section {
  color: #ffffff;
  min-height: 640px;
  height: auto !important;
  height: 100%;
  padding-top:100px;
}

#section2-content, #section4-content{
	padding:20px;
	background-color:rgba(5,5,5,.7);
}

#section4-content .img-responsive {
    margin: 0 auto;
}

.bg-2 {
	background: url('../img/keyboard1.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-3 {
	
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-4 {
	background: url('../img/home1.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-5 {
	padding-top:30px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20,20,20,0.2)),to(rgba(255,255,255,0)), color-stop(1,#000));
}
