@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
/*@import url(http://fonts.googleapis.com/css?family=Glegoo);*/
body {
  font-family: 'Roboto', sans-serif;
  color: #001a3c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
    color: #1a58b0;
    font-weight: 600;
}
p {
  font-family: 'Roboto', sans-serif;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}
h2 {
  font-size: 26px;
}
a {
  color: #538cdc;
}
a:hover {
  text-decoration: none;
  color: #999;    
}
.section-heading {
  text-align: center;
  margin-bottom: 65px;
}
.section-heading p {
  font-size: 14px;
  font-weight: 300;
  color: #727272;
  line-height: 20px;
}
.title {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 300;
  color: #5A2118;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.img-resp {
    display: inline-block;
    max-width: 100%;
}
header .img-resp {
    padding: 15px 90px;
    width: 560px;
}
footer#footer {
    position: fixed;
    bottom: 0px;
    text-align: center;
    display: block;
    width: 100%;
    color:#fff;
    background: #333;
}
p.copyright {
    margin: 7px;
}
.btn-primary {
    color: #fff;
    background-color: #1b58af;
    border-color: #052e67;
}
.you{position:relative;padding-bottom:56.25%;padding-top:10px;height:0;overflow:hidden}
.you iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid #1a58b0}

.panel {
    border-radius: 0px;
}
.panel-group {
    margin-bottom: 0px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    background-color: #f7faff;
}
.panel-default>.panel-heading {
    color: #001a3c;
    background-color: #f7faff;
    border-color: #ddd;
}
.panel-body {
    padding: 15px;
    color: #001a3c;
}
.panel-body {
    padding: 15px;
    color: #001a3c;
    font-weight: 400;
}
.panel-body p {
    font-weight: 400;
}
.panel-title {
    font-size: 15px;
}
.h1, h1 {
    font-size: 35px;
}
td {
	padding-left: 8px;
	padding-top: 5px;
	padding-right: 8px;
}
th {
	
}