@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700);

body {
  font-family: 'Oxygen', sans-serif !important;
  background:#ddd !important;
  color:#555;
}

a {
  color:#2896D8;
  text-decoration:none;
}

a:hover {
  color:#2896D8;
  text-decoration:underline;
}

h1 {
  font-family: 'Oxygen', sans-serif !important;
  font-weight:700;
}

h2 {
  font-family: 'Oxygen', sans-serif !important;
  font-weight:700;
}

h4 {
  font-family: 'Oxygen', sans-serif !important;
  text-align:justify;
  padding: 0 20px;
  line-height:1.25 !important;
}

.navbar {
  background-color:rgba(40,150,216,0.8);
  height:60px;
  width:100%;
  font-weight:700;
  left:0;
  border:none;
  border-radius:0px;
}

.navbar-nav {
  padding-top:5px;
}

.navbar-brand {
  padding-top:20px;
}

.navbar .navbar-nav > li:focus {
  background:red;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #11549C;
}

.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
  background-color: #11549C;
}

.dropdown-menu {
  background:#eee;
}

.dropdown-menu > li > a {
  background:#eee;
}

.bs-docs-section {
  margin-top:10px !important;
}

.modal-header {
  background:#2896D8;
  color:#eee;
}

.modal-title {
  font-size:25px;
  font-weight:700;
}

.modal-body {
  background:#ddd;
  color:#222;
  padding:40px;
}

.modal b {
  color:#11549C;
}

.input-group-addon {
  min-width:50px;
  background:#11549C;
  color:#000;
  text-shadow:0 1px 0 #999;
  border:none;
  box-shadow:0 1px 1px rgba(0, 0, 0, 0.4);
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  background-color:#007197;
  background-image:
  -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(17,84,156)),
	color-stop(1, rgb(40,150,216))
	);
  background-image:
  -moz-linear-gradient(
	center bottom,
	rgb(17,84,156) 0%,
	rgb(40,150,216) 100%
	);
}

#left {
  min-width:50px;
  background:#F7931A;
  background-image:
  -webkit-gradient( 
        linear, 
        left bottom, 
        left top, 
        color-stop(0, rgb(226,124,1)), 
        color-stop(1, rgb(250,181,0)) 
        );
  background-image:
  -moz-linear-gradient(
	center bottom,
	rgb(226,124,1) 0%,
	rgb(250,181,0) 100%
	);
}

.feature {
  text-align:center;
  padding-bottom:20px;
  letter-spacing: 1px;
}

.feature i {
  color:#2896D8;
}

.btn {
  height:42px;
}

a.list-group-item:first-child, a.list-group-item:first-child:hover, a.list-group-item:first-child:focus {
  background:none;
  color:#444;
  border: none;
  border-radius: 0px;
}
a.list-group-item, a.list-group-item:last-child {
  background:#ccc;
  color:#333;
  border: none;
  border-radius: 0px;
}

a.list-group-item:hover,a.list-group-item:focus {
  color: #fff;
  text-decoration:none; 
  background-color:#2896D8;
}

.btn-flat {
	border:1px solid rgba(0, 0, 0, 0.3);
	color:#FFFFFF;
	text-shadow:0 -1px 0 #444;
	font-size:13px;
	display:inline-block;
	margin:8px 0;
	text-align:center;
        text-decoration:none;

}

.btn-flat:hover {
	background-color:#0081ab;
	background-image:
	-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(40,150,216)),
		color-stop(1, rgb(40,150,216))
	);
	background-image:
	-moz-linear-gradient(
		center bottom,
		rgb(40,150,216) 0%,
		rgb(40,150,216) 100%
	);
	text-decoration:none;
}


.btn-flat a {
  color:#fff;
  text-decoration:none;
  
}

.btn-ft-blue {
  background-color:#2896D8 ;
  color:#FFFFFF;
  text-shadow:0 -1px 0 #444;
  padding:0 20px;
  margin:0 12px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#007197;
	background-image:
	-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(17,84,156)),
		color-stop(1, rgb(40,150,216))
	);
	background-image:
	-moz-linear-gradient(
		center bottom,
		rgb(17,84,156) 0%,
		rgb(40,150,216) 100%
	);
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.55);
	-moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.55);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.55);
}
.btn-ft-blue:hover {
	background-color:#0081ab;
	background-image:
	-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(40,150,216)),
		color-stop(1, rgb(40,150,216))
	);
	background-image:
	-moz-linear-gradient(
		center bottom,
		rgb(40,150,216) 0%,
		rgb(40,150,216) 100%
	);
	text-decoration:none;
}
.btn-ft-red {
  background-color:#FCAC36 ;
  padding:0 20px;
  margin:0 14px;
  border-radius:5px;
  background-image:
  -webkit-gradient( 
        linear, 
        left bottom, 
        left top, 
        color-stop(0, rgb(226,124,1)), 
        color-stop(1, rgb(250,181,0)) 
        );
  background-image:
  -moz-linear-gradient(
	center bottom,
	rgb(250,181,0) 0%,
	rgb(250,181,0) 100%
	);
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.55);
	-moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.55);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.55);
}
.btn-ft-red:hover {
	background-color:#0081ab;
	background-image:
	-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(250,181,0)),
		color-stop(1, rgb(250,181,0))
	);
	background-image:
	-moz-linear-gradient(
		center bottom,
		rgb(250,181,0) 0%,
		rgb(250,181,0) 100%
	);
	text-decoration:none;
}
.btn-ft-yellow {
  background-color:#11549C ;
  width:35%;
  float:right;
  margin-top:-5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#007197;
	background-image:
	-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(17,84,156)),
		color-stop(1, rgb(40,150,216))
	);
	background-image:
	-moz-linear-gradient(
		center bottom,
		rgb(17,84,156) 0%,
		rgb(40,150,216) 100%
	);
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.55);
	-moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.55);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.55);
}
.btn-ft-yellow:hover {
	background-color:#0081ab;
	background-image:
	-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(40,150,216)),
		color-stop(1, rgb(40,150,216))
	);
	background-image:
	-moz-linear-gradient(
		center bottom,
		rgb(40,150,216) 0%,
		rgb(40,150,216) 100%
	);
	text-decoration:none;
}
.btn-ft-green {
  background-color:#66CC33 ;
  padding:0 20px;
  margin:0 12px;
  border-radius:5px;
}
.btn-ft-green:hover {
  background-color:#69BE30 ;
  color:#eee;
}




input { 
  background: #eee;
  height:42px;
  outline: none;
  padding: 10px;
  color: #222;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid rgba(0,0,0,0.3);
  box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
  transition: box-shadow .5s ease;
}

select { 
  background: #eee;
  height:42px;
  outline: none;
  padding: 10px;
  color: #222;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid rgba(0,0,0,0.3);
  box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
  transition: box-shadow .5s ease;
}