/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,400,700);

html, body {
	color: #5a5a5a;
	margin:0;
	padding:0;
}

body{
    background:#e9eaed;
	}
    
h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans Condensed', sans-serif, sans-serif;
}
	
.container{
	}

.wrapper{
	}

#header{
	border:1px solid #ddd;
	margin-bottom:20px;
}
	
.navbar{
	border-radius:0;
	margin-bottom:0;
	border:none;
    font-family: 'Open Sans Condensed', sans-serif, sans-serif;
	}
    
.navbar > li >a{
    
    }
	

	
.navbar-header{
}

.navbar-default{
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	background-color: #FFF;
}
	
.navbar-brand{
	width:160px;
	height:160px;
	float:left;
	padding:0;
	margin-top:-130px;
	overflow:hidden;
	border:3px solid #eee;
	margin-left:15px;
	background:#333;
	text-align:center;
	line-height:160px;
	color:#fff !important;
	font-size:2em;
    -webkit-transition:  all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition:  all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out ;

}
	
	
.site-name {
	color:#fff;
	font-size:2.4em;
	float:left;
	margin-top:-65px !important;
	margin-left:15px;
    font-family: 'Open Sans Condensed', sans-serif, sans-serif;
}	

.site-description{
	color:#fff;
	font-size:1.3em;
	float:left;
	margin-top:-30px !important;
	margin-left:15px;
}
	
.main-menu{
	position:absolute;
	left:190px;
}
	
.slider, .carousel{
	max-height:360px;
	overflow:hidden;
}
	
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
	position: absolute;
	top: 50%;
	font-size:2em;
	z-index: 5;
	display: inline-block;
}

.carousel-control{
	background-color:transparent;
	background-image:none !important;
}
	
.carousel-control:hover, .carousel-control:focus {
	color: #fff;
	text-decoration: none;
	background-color:transparent !important;
	background-image:none !important;
	outline: 0;
}


	

	
	
@media (max-width: 768px) {
	.navbar-brand{
		max-width: 100px;
		max-height:100px;
		float:left;
		margin-top:-65px;
		margin-left:15px;
		-webkit-transition:  all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition:  all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out ;
	}
	
	.navbar{
		border-radius:0;
		margin-bottom:0;
		border:none;
		}
		
	.main-menu{
		left:0;
		position:relative;
	}
}

@media (max-width: 490px) {
	.site-name{
	color:#fff;
	font-size:1.5em;
	float:left;
	line-height:20px;
	margin-top:-100px !important;
	margin-left:125px;
	}	
.site-description{
	color:#fff;
	font-size:1.3em;
	float:left;
	margin-top:-80px !important;
	margin-left:125px;
	}
}

footer {
	text-align: center;	
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	background-color: #FFF;
}

h2 {
	padding-top: 0px;
	margin-top: 0px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

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

@media (min-width: 992px) {

}


/* Timeline CSS
-------------------------------------------------- */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
  margin-top: -20px;
  margin-bottom: -20px;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	background-color: #FFF;
	left: 50%;
	margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
	width: 40%;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	background-color: #FFF;
}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline > li > .timeline-badge {
	color: #fff;
	max-width: 100px;
	max-height: 100px;
	line-height: 10vw;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -50px;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	overflow: hidden;
}
@media (max-width: 992px) {
	.timeline > li > .timeline-badge {
		width: 10vw;
		height: 10vw;
  		margin-left: calc(5vw*-1);
	}
}


.timeline > li > .timeline-badge img {
	width: 10vw;
	max-width: 100px;
	padding: 0;
	margin: 0;
	float: left;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

/* checkbox */
input[type=checkbox] {
	transform: scale(1.5);
}
