@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

@font-face { font-family: "Ionicons"; src: url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1"); src: url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg"); font-weight: normal; font-style: normal; }

body {
  padding: 0;
  margin: 0;
  background: #FFF;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}

*:focus {
  outline: none;
}

/*=========================
  Navigation
 ================= */

 .navbar {
  min-height: 75px;
  background: #00436e;
  padding: 0 50px;
  margin-bottom: 0;
}

#site-navigation {
  height: 75px;
  color: #FFF;
}

.navbar-default {
  border-color: #a8c403;
}

#site-navigation a {
  color: #FFF;
}

#site-navigation ul {
  padding-top: 5px;
}

#site-navigation img {
  width: 70px;
  height: auto;
}

#site-navigation .acv {
  background-color: transparent;
  border: 1px solid rgba(168, 196, 3, 0.6);
  border-radius: 10px;
}

#mobile-menu-btn {
  margin-top: 22px;
  border-color: #a8c403;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}

.navbar-collapse {
  width: 100%;
  padding: 0;
  margin: 0;
}

.dropdown ul {
  background-color: #00436e;
  width: 100%;
}

.navbar-default .navbar-collapse {
    border: none !important;
}

/*=========================
  Footer
 ================= */

.site-footer {
  width: 100%;
  height: auto;
  margin-top: 25px;
  background: #00436E;
  padding: 20px 55px 10px 55px;
  color: #FFF;
}

.site-footer a {
  text-decoration: none;
  color: #FFF;
}

.site-footer img,
.site-footer ul,
.site-footer p,
.frame {
  display: inline-block;
  vertical-align: middle;
}

.site-footer img {
  width: 60px;
  height: auto;
}

.site-footer ul {
  list-style-type: none;
}

.social-media {
  padding-left: 10px;
}

.site-footer li {
  display: inline;
  margin: 0 5px;
}

.site-footer i {
  font-size: 25px;
  color: #FFF;
  padding-top: 8px;
}

.frame {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #a8c403;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s;
}

.footer-nav {
  padding-left: 0px;
  margin-top: 11px;
}

.footer-nav li {
  margin: 0 10px;
}

#copyright {
  font-size: 11px;
  margin-bottom: 0;
}

.fb:hover {
  background: #3b5998;
  border: 1px solid #3b5998;
  transition: background 0.3s;
}

.twt:hover {
  background: #1b98e4;
  border: 1px solid #1b98e4;
  transition: background 0.3s;
}

.linked:hover {
  background: #0077b5;
  border: 1px solid #3b5998;
  transition: background 0.3s;
}


/*=========================
  Helper Classes
 ================= */

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

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

.align-center {
  text-align: center;
  padding-top: 10px;
}

.banner {
  position: relative;
  width: 100%;
  height: 325px;
  margin: 0;
  background: url('../img/4-min.jpg') no-repeat center;
  background-size: cover;
  background-color: #00436e;
}

.banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 67, 110, 0.5);
}

.railways_b {
  background: url('../img/2-min.jpg') no-repeat center center;
  background-size: cover;
}



.contact_b {
  background: url('../img/rail.jpeg') no-repeat center 63%;
  background-size: cover;
}

.locations_b {
  background: url('../img/StockSnap_TSQJEUO5BF.jpg') no-repeat center 70%;
  background-size: cover;
}

.clearfix {
  content: '';
  display: block;
  clear: both;
}

.section,
.section-background {
  width: 100%;
  padding: 60px 0;
  height: auto;
  background: #FFF;
  position: relative;
}

#scale_text {
  font-size: 18px;
  line-height: 28px;
  margin: 30px 0;
}

.btn {
  padding: 15px 30px;
  border: 2px solid #00436e;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  color: #00436e;
  margin: 15px auto;
  border-radius: 0;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.btn:hover {
  color: #FFF;
  border: 2px solid #00436e;
}

.btn:before {
  content: "";
  position: absolute;
  background: #00436e;
  bottom: 0;
  left: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: left 0.1s ease-in;
  transition: left 0.1s ease-in;
}

.btn:hover:before {
  left: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 1s ease-in;
}

.fade-in {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 1s ease-in;
}

.alt-header {
  color: #a8c403;
  margin: 20px auto;
}

.full {
  height: 80vh;
  padding: 25vh 10px;
}

/*=========================
  Carousel
 ================= */

.main_ {
	 width: 100%;
 	height: 90vh;
  position: relative;
}

.main_ {
  width: 100%;
  height: 90vh;
  position: relative;
}

.item {
  width: 100%;
  height: 90vh;
  text-align: center;
}

.item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 67, 110, 0.4);
}


.mainImg {
  background: url('../img/2-min.jpg') no-repeat center center;
  background-size: cover;
}

.caption {
  position: absolute;
  width: 75%;
  height: 240px;
  margin: auto;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #FFF;
}

.caption h1 {
  font-size: 55px;
  letter-spacing: 2px;
  margin: 20px auto;
}

.caption p {
  font-size: 22px;
  font-weight: 300;
  margin: 20px auto;
}

.caption .btn {
  margin: 15px auto;
  background: transparent;
  color: #FFF;
  border: 2px solid #FFF;
  border-radius: 0;
  padding: 15px 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}

/*=========================
  Contact Form
 ================= */

input, textarea {
  border-radius: 0;
   -webkit-appearance: none;
}

.section form {
  margin: 25px auto;
  padding: 15px 0;
}

.section input {
  width: 80%;
  height: 50px;
  border: 1px solid #00436e;
  font-weight: 300;
  padding-left: 5px;
  display: block;
  margin: 10px auto;
}

.section textarea {
  width: 80%;
  height: 200px;
  border: 1px solid #00436e;
  margin: 20px auto;
  display: block;
  padding-left: 5px;
}

.section input:nth-child(1),
.section input:nth-child(2) {
  width: 39%;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}

.section input[type="submit"] {
  background: #a8c403;
  border: none;
  font-size: 14px;
  color: #00436e;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.contact_info {
  padding: 0 10px;
  color: #00436e;
  margin: 0 auto;
}

.contact_info p {
  margin: 25px;
  display: inline-block;
  vertical-align: middle;
}

.contact_info i {
  font-size: 22px;
  color: #a8c403;
  margin: 0 10px 0 0;
}

/*=========================
  Clients Grid
 ================= */

.clients {
  list-style-type: none;
  padding: 0;
  margin: 50px 0;
  min-height: 400px;
}

.clients li {
  float: left;
  width: 20%;
  padding: 0 15px;
  margin: 0;
  height: 220px;
  line-height: 220px;
}

.clients img {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  height: auto;
}


/*=========================
  Locations Map
 ================= */

#map-canvas {
  margin: 40px 0;
}


#map-canvas, #side-bar {
  height: 500px;
  width: 100%;;
}

 .scrollFix {
  line-height: 1.35;
  overflow: hidden;
  white-space: nowrap;
}

.map .section_header {
  margin: 0 auto;
}

/*=========================
  Other styles
 ================= */

.section-background {
  height: 600px;
  position: relative;
}

.section-background:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 112, 177, 0.8);
}

.services-entry {
  width: 100%;
  height: auto;
  padding: 0;
}

.entry {
  padding: 0;
  cursor: pointer;
}

.entry:hover {
    background-size: 110%;
    transition: all .3s ease-in-out;
    overflow: hidden;

}

#railways_s{
  background: url('../img/francisco-casero-234.jpg') no-repeat center center;
	background-size: cover;
}

#railways_p {
  background: url('../img/francisco-casero-234.jpg') no-repeat center fixed;
  background-size: cover;
}

#railways_s:hover:before {
  background: rgba(168, 196, 3, 0.7);
	transition: 0.5s ease-in-out;
}

.service_img {
  width: 100%;
  height: 600px;
  background-size: cover;
  position: relative;
}

.service_img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#railways_s:before {
  background: rgba(168, 196, 3, 0.6);
  transition: 0.5s ease-in-out;
}

#marine_s:before {
  background: rgba(0, 112, 177, 0.5);
  transition: 0.5s ease-in-out;
}

#marine_s {
  background: url('../img/jason-patrick-schuller-2939.jpg') no-repeat center center;
    background-size: cover;

}

.entry_inner {
  position: absolute;
  top: 34%;
  width: 100%;
  height: auto;
  padding: 0;
  color: #FFF;
  text-align: center;
}

.entry_inner i {
  font-size: 45px;
  margin: 12px auto;
}

.entry_inner h3 {
  margin: 12px auto;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.entry_inner p {
  margin: 12px auto;
  font-size: 24px;
  line-height: 32px;
  width: 80%;
}

.section-background img {
  width: 50px;
  height: auto;
  margin: 20px auto;
}

.section p {
  text-align: left;
}

#about p {
  text-align: center;
}


.section_header {
  margin: 0 auto 20px auto;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  color: #00436e;
}

.section_header:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #00436e;
  margin: 15px auto 0 auto;
}

.cta {
  padding: 60px 55px;
  color: #00436e;
}

.cta h2 {
  font-size: 20px;
  color: #a8c403;
}

.cta p {
  font-size: 35px;
  margin: 20px 0;
  width: 60%;
}

.section_content {
  position: absolute;
  text-align: center;
  width: 100%;
  color: #FFF;
  left: 0;
}

.section-background .section_header {
  color: #a8c403;
}

.section_content p {
  width: 85%;
  margin: 10px auto;
  font-size: 18px;
  line-height: 28px;
}

#intro {
  letter-spacing: 2px;
  color: #a8c403;
}

.section-background .section_header:after {
  background: #a8c403;
}

#detail {
  padding: 35px 0 25px 0;
}

#detail h3 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 20px auto;
}

.block p:last-child {
  margin: 20px auto;
  font-weight: 300;
}

.marine_products {
  padding: 60px 50px;
}

.marine_products h3 {
  color: #a8c403;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 17px;
}

.marine_products p {
  color: #00436e;
  margin: 20px auto;
  text-align: center;
  font-size: 16px;
}

/*=========================
  Responsiveness
 ================= */

@media all and (min-width: 2400px) {

  .banner {
    height: 600px !important;
  }

  .about .section {
    margin-bottom: 125px;
  }

  .entry_inner p {
    width: 50%;
  }

}

@media screen and (min-width: 1800px) {

  .banner {
    height: 400px;
  }

}


@media screen and (max-width: 1024px) {

  .caption {
    height: 245px;
  }

  .caption h1 {
    font-size: 45px;
  }

  .cta p {
    width: 85%;
  }

  .section_content p {
    width: 100%;
    font-size: 16px;
  }

  #detail {
    padding-left: 15px;
    padding-right: 15px;
  }

  .clients li {
    width: 25%;
  }

}

@media screen and (max-width: 1005px) {

  .site-footer {
    padding: 20px 10px 10px 10px;
  }

  .footer-nav {
    padding-left: 10px;
  }
}

@media screen and (max-width: 830px) {

  .section-background {
    height: 650px;
  }

}

@media screen and (max-width: 768px) {

  .navbar {
    padding: 0;
  }

  .caption h1 {
    font-size: 35px;
  }

  .caption p {
    font-size: 18px;
  }

  .section-background {
    padding: 35px 10px;
  }

  .section p {
    text-align: center;
  }

  .cta {
    padding: 35px 10px;
  }

  .cta p {
    font-size: 30px;
    width: 95%;
    text-align: left;
  }

}

@media screen and (max-width: 767px) {

  .navbar ul {
    margin: 0;
    text-align: center;
  }

  .navbar-collapse {
    position: absolute;
    top: 70px;
  }

  #site-navigation .acv {
    border: none;
  }

  #site-navigation .acv a {
    color: #a8c403;
  }

  .site-footer .row {
    text-align: center;
  }

  .center-small {
    text-align: center !important;
  }

  #railways_p,
  #marine_p {
    height: 1000px;
    background-attachment: initial;
  }

  .clients li {
    width: 33.333%;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    font-size: 16px;
  }

}

@media screen and (max-width: 630px) {

  #railways_p,
  #marine_p {
    height: 1100px;
  }

}

@media screen and (max-width: 550px) {

  .caption {
    width: 90%;
  }

  .carousel-control {
    display: none;
  }

  .caption h1 {
    font-size: 25px;
  }

  .caption p {
    font-size: 18px;
  }

  .clients li {
    width: 50%;
  }

}

@media screen and (max-width: 480px) {

  .section input:nth-child(1),
  .section input:nth-child(2) {
    width: 90%;
    display: block;
    margin: 10px auto;
  }

  .section input,
  .section textarea {
    width: 90%;
  }

  #railways_p,
  #marine_p {
    height: auto;
    background: #00436e;
    height: 1300px;
    padding: 50px 10px;
  }

  .cta p {
    font-size: 22px;
    width: 100%;
  }

  .banner {
    height: 200px;
  }

  .site-footer {
    padding: 20px 0 10px 0;
  }

  .site-footer img {
    margin-bottom: 20px;
  }

  .footer-nav {
    margin: 10px auto 20px auto;
    padding-left: 0;

  }

  .footer-nav li {
    margin: 0 3px;
  }

  .clients img {
    width: 65%;
  }

  .section_header {
    padding: 0 10px;
  }

}
