@font-face{
  font-family: 'Neutra';
  src: url("../css/fonts/neutradisplaytitling.ttf");
  /* IE9 Compat Modes */
  src: url("../css/fonts/neutradisplaytitling.ttf") format("truetype"); 
}

@font-face{
  font-family: 'Century G';
  src: url("../css/fonts/CenturyG.ttf");
  /* IE9 Compat Modes */
  src: url("../css/fonts/CenturyG.ttf") format("truetype"); 
}

@font-face{
  font-family: 'Railway';
  src: url("../css/fonts/Railway.otf");
  /* IE9 Compat Modes */
  src: url("../css/fonts/Railway.otf") format("opentype"); 
}

@font-face{
  font-family: 'Typo Grotesk';
  src: url("../css/fonts/grotesk.otf");
  /* IE9 Compat Modes */
  src: url("../css/fonts/grotesk.otf") format("opentype"); 
}

@font-face{
  font-family: 'Typo Grotesk Black';
  src: url("../css/fonts/groteskblack.otf");
  /* IE9 Compat Modes */
  src: url("../css/fonts/groteskblack.otf") format("opentype"); 
}


@font-face{
  font-family: 'Tw Cen MT';
  src: url("../css/fonts/tw-cen-mt.ttf");
  /* IE9 Compat Modes */
  src: url("../css/fonts/tw-cen-mt.ttf") format("truetype"); 
}

html{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  font-size: 16px;
  background: #ffffff;
  color: #ffffff;
  background: url('../img/bg.png');
  background-color: #0a4e78;
  font-family: "Railway", sans-serif; 
  overflow-x: hidden;
}


.text-orange {
  color: #e08427; }

.text-brown {
  color: #a4613c; }

.text-lightbrown {
  color: #744124; }

.text-brown4 {
  color: #582d0d; }

.text-brown5 {
  color: #895023; }

.text-brown7 {
  color: #804214; }

.row.full {
  width: 100%;
  max-width: 100%; }

.header {
  position: fixed;
  width: 100%;
  top:0;
  z-index: 1000;
  background-color: #cfd0d2;
  border-bottom: solid #0a4e78;
  border-bottom-width: 5px;
  padding: 10px 0px;      
}

.header .logo {
  display: inline-block;
  width: 300px;
  height: 110px;
  background: url("../img/logo.png") no-repeat left top;
  margin: 10px auto;
  text-indent: -9999px; }
  
.header .top-bar.expanded {
  background: #cfd0d2 !important;
  width: 100%;
  text-align: center;
}

.header li a img.link-icon {
  width: 40px;
}

.top-bar.expanded .title-area {
  background: #cfd0d2 ;
}

a.nav-active {
    color:white;
}

.post-div {
  position: relative;
  bottom: 150px;
}

#contact .button {
  background: #008CBA;
}

#contact .button:hover {
  background: #007095;
}

#contact .google-map {
  max-width: 100%;
  height: 15em;}

section.footer div.footer-social {
  margin:20px 0;
}

ul.custom-inline-list {
  list-style-type: none; text-align: center
}

ul.custom-inline-list li {
  display: inline-block;
  padding: 0 10px;
}

div.ptc ul.custom-inline-list li {
  display: inline-block;
  padding: 10px 10px;
}

/* Header Styles */
.header {
  height: 150px;
}

a.navbar-brand {
  padding-top: 0;
}

nav.navbar {
  background-color: transparent;
  border: none;
}

nav.navbar ul.navbar-nav {
  margin-top: 30px;
}
nav.navbar ul.navbar-nav li a {
  font-family: "Typo Grotesk", sans-serif;
  font-weight: bolder;
  font-size: 1.4em;
  background-color: transparent !important;
  color: #0a4e78;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} 

nav.navbar ul.navbar-nav li a:hover {
  color: white;
} 
nav.navbar ul.navbar-nav li a:focus {
  color: white;
} 

nav.navbar ul.navbar-nav li a.active {
  color: white;
} 

nav.navbar ul.navbar-nav li a.nav-active {
  color: white;
} 

nav.navbar ul.navbar-nav.navbar-right a{
  padding: 0 5px;
} 

.navbar-collapse.collapse.in {
  border: none;
  background:rgb(207, 208, 210);
}

.navbar-collapse.collapse.in ul.nav.navbar-nav {
  /*margin-top: 60px;*/
}

.navbar-collapse.collapse.in ul li a{
  text-align: center;
}

.navbar-collapse.collapse.in ul.navbar-nav.navbar-right{
  margin-top: 0;
} 
  .navbar-collapse.collapse.in ul.navbar-nav.navbar-right{
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: rgb(10, 78, 120);
  } 
  .navbar-collapse.collapse.in ul.navbar-nav.navbar-right li{
    display: inline-block;
  } 

/* TOGGLE BUTTON */
.navbar-default .navbar-toggle {
  margin-top: 50px;
  border: none;
}

button.navbar-toggle.collapsed {
  margin-top: 50px;
  border: none;
}

.header nav .navbar-toggle .icon-bar {
  background-color: white;
}

button.navbar-toggle.collapsed:hover {
  background-color: transparent;
}

/* Slider */

/* Page Styles */
hr.hr-full {
  width: 100%;
  margin: 20px 0;
  color: white;
}

#home.banner {
  margin-right: 0;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

#home.banner p {
  color: #ffffff;
  text-shadow: 1px 1px #000000;
  font-family: "Railway", sans-serif;
  font-size: 3em;
  line-height: 1.2;
  position: absolute;
  bottom: 20%;
  left: 5%;
}

#about p {
  font-size: 1.3em;
  font-family: "Tw Cen MT";
  line-height: 1.2;
}

#about .about-title {
  padding-top: 30px;
  margin-bottom: 20px;
  font-family: "Tw Cen MT";
  font-weight: bold;
  text-align: center;
  color: #12c3f4;
}

#about .about-title span {
  color: #78d2f7;
}

/* CONTACT FORM */
.contacts .contact-form {
  background-color: #91afc1;
  padding: 5px 15px;
}

/* FOOTER CSS*/
.footer {
  padding: 20px 50px;
  background-color: rgba(0,0,0,0.8);
  text-align: center;
  margin-top: 20px;
}

.footer .custom-inline-list {
  padding-top: 20px;
  font-size: 1.3em;
}

.footer hr.hr-footer {
  width: 80%;
  border: solid #008CBA;
  border-width: 1px;
  margin: 0 auto;
}

.footer h5 {
  /*font-family: "Century G";*/
  text-align: center;
  color: #4aa3da;
  line-height: 1em;
}

.footer p {
  line-height: 1em;
  font-size: 1.1em;
  color: #4aa3da;
}

.footer .ptc ul {
  /*font-family: "Century G";*/
  color: #4aa3da;
  line-height: 1em;
  font-size: 0.9em;
}

.blue.btn {
  background: #008CBA;
  border-radius:0;
}

.blue.btn:hover {
  background: #007095;
}

.modal-content {
  border-radius: 0;
  background-color: rgba(29, 88, 124, 0.8);
  overflow: hidden;
}
.modal-dialog {
  border-radius: 0;
  overflow: hidden;
}

.modal-body {
  /*overflow: hidden;*/
}

p.desc {
  margin-bottom: 20px;
}
p.desc span{
  color: #12c3f4;
  font-weight: bold;
  font-style: italic
}

p.desc span span{
  color: #78d2f7;
}

#team h3 {
  color: #ffffff;
  font-family: "Typo Grotesk Black";
}

#team p {
  /*font-family: "Century G";*/
}

#team h4, h6 {
  color: #cdcdcd;
  font-family: "Railway", sans-serif;
  line-height: 1em;
}

.services h3 {
  color: #ffffff;
  font-weight: bold;
  font-family: "Tw Cen MT";
  text-align: center;
}

.services p {
  /*font-family: "Century G";*/
  font-size: 1.2em;
}

.services h5 {
  color: #ffffff;
  font-weight: bolder;
  font-family: "Tw Cen MT";
  font-size: 1.3em;
}

.services ul {
  margin-top: 15px;
  /*font-family: "Century G";*/
  font-size: 1em;
}

.services ul li {
  list-style-image: url('../img/bulleta.png');
}

.contacts p {
  padding-top: 10px;
  font-size: 1.2em;
}
