/* NAVI */

.navbar {
  padding-left: 10%;
  padding-right: 10%;
  width: auto;
}

.dropdown-menu {
  border:1px solid #414C6F;
}

/*LAYOUT */

header {
    position: relative;
    margin-bottom: 1.7em;
}

.element-header {
    font-size: 1.75em;
    letter-spacing: -.015em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 1em;
    padding-top: 1.7em;
    margin-bottom: 0px;
}

.element-subheader {
    font-size: .875em;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
}

.element-header:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  width: 35px;
  background: #414C6F;
}
h2.text-center:after {
  left: 47%;
}

footer figure.image img {
  margin:0;
}
footer a {
  color:white !important;
}
footer ul {
  padding:0;
}
footer li {
  list-style-type: none;
}

.footer-section{
  padding-left:10%;
  padding-right:10%;
}


.frame-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  
}
#content .container {
border: 10px solid #A0A6B7;
}


/* buttons*/
a.btn-info {
  font-size: .875em;
  font-weight: 400;
  font-family: "DIN Next LT W04 Bold",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  letter-spacing: .3px;
  border: 3px solid #414c6f;
  padding: .75em 1.5em;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  cursor: pointer;
  background-color:#414c6f;
  color:#fff;
  margin:0 25px 0 0;
}

a.btn-info:hover {
  
  background-color:#414c6f;
  color:white;
  border-color: #414c6f;
}

a.btn-info:focus{
  
  background-color:#414c6f;
  color:white;
  border-color: #414c6f;
}

.nav-tabs {
  border:none;
}

.nav-tabs > li > a {
  border:none;
  font-size: 1.75em
    background-color: transparent;
  border-bottom: 4px solid #8c8c8c;
  cursor: default;
  line-height:1.75em;
  margin-right: 0px;
}

.nav-tabs > li > a:after {
  font-family: 'Glyphicons Halflings';
  content: "\e258";
  padding:0 10px;
  font-size: 12px;
}

.nav-tabs > li.active > a {
  border:none;
  background-color: #f5f5f5;
  border-bottom: 4px solid #414C6F;
  cursor: default;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border:none;
  background-color: #f5f5f5;
  border-bottom: 4px solid #414C6F;
  cursor: default;
}

.nav-tabs > li > a:hover {
  border:none;
  text-decoration: none;
  background-color: transparent;
  border-bottom: 4px solid #414C6F;
  background-color: #f5f5f5;
  
}

/*
#content ul > li > a {
display: none;
}
#content ul > li > ul > li > a{
display: block;
font-size: 1.75em;
}
#content ul > li > ul > li {
margin-bottom:0;
float:left;
}
#content ul > li > ul > li > a:after {
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
-webkit-font-smoothing: antialiased;
content: "\e258";
padding:0 20px;
}
.frame-type-menu_section {
position:fixed;
z-index:99;
}
*/

/* classes */

.italic {
  font-style: italic;
  font-size: 1.1em;
}
.well {
  font-size: .875em;
  font-weight: 400;
  font-family: "DIN Next LT W04 Bold",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  letter-spacing: .3px;
  border: 3px solid #82b414;
  padding: .75em 1.5em;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  cursor: pointer;
}

ul.list-normal > li {
  font-weight: bold;
  font-size: 1em;
  position: relative;
  text-transform: uppercase;
  line-height: 2em;
  text-decoration: none;
  outline: 0;
  color: #414C6F;
  list-style-type: none;

}



