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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ececec;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000C64;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover,
a:focus {
  color: #FDC300;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: 1px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #005ca9;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h1 {
  font-size: 36px;
  margin-top: 40px;
  margin-bottom: 30px;
}

h2 {
  font-size: 46px;
  margin-top: 30px;
  margin-bottom: 30px;

}
h3 {
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 500;
}
h4 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}

p {
  margin: 0 0 30px;
}

.align-center{
text-align: center;
}

.align-left{
text-align: left;
}
.align-right{
text-align:right;
}
.align-justify{
text-align: justify;
}

@-ms-viewport {
  width: auto !important;
}
div,
section,
article,
span,
li,
a,
a:focus,
a:active,a:active,
input:focus,
textarea:focus,
input:active,
textarea:active {
  outline: transparent !important;
}

a {color: #005ca9}

a:hover,
a:focus {
  text-decoration: none;
  outline: transparent !important;
}
ul {
  padding: 0;
}
li {
  list-style: inside;
}

.red {
  color:#e3000f
}

.list {
  font-size: 20px;
  line-height: 38px;
}
.pre-header {
  padding: 10px 0 8px;
}

.pre-header .pull-right {
  font-size: 15px;
  padding: 26px 46px 0 0;
  text-align: right;
}
.navbar-header .headtext {
  padding-bottom: 15px;
  padding-top: 15px;
  line-height: 20px;
  color:#fff;
}

.header-img h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  line-height: 54px;
}

.navbar-brand {
  margin-left: 0!important;
  padding: 3px;
}
.navbar-inverse {
    background-color: #e3000f;
    border-color: #cc6600;
}

.navbar-inverse .navbar-brand {
    color: #fff
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
	transition:all ease-in-out 0.2s;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
	background:#FFF;
	transition:all ease-in-out 0.2s;
}

.navbar-right {
     margin-right: 0px;
}

.navbar {
  margin-bottom: 0;
  min-height:30px;
}

.header-img {
  background-image: url("../images/header_dipa.jpg");
  background-size: cover;
  background-position: top center;
  padding: 170px 0 30px 0;
}

.trenner {
	background:#e3000f;
	padding:4px 0;
	width:100%;
}
.logo {
	position: absolute;
	padding: 25px;
	background: rgba(240, 234, 208,0.8);
	top:10%;
	right:15%;
	}


.text_back {
	background: #fff;
  padding-bottom: 30px;
}

footer {
  background: #e3000f;
  padding: 20px;
  color: #fff;

}

footer a {
  color: #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
footer a:hover {
  color: #fdc300;
}

p.copyright {
  font-size: 12px;
  margin-top: 20px;
}