@font-face {
    font-family: 'gothamblack';
    src: url('../fonts/gotham-black-webfont.eot');
    src: url('../fonts/otham-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-black-webfont.woff2') format('woff2'),
         url('../fonts/gotham-black-webfont.woff') format('woff'),
         url('../fonts/gotham-black-webfont.ttf') format('truetype'),
         url('../fonts/gotham-black-webfont.svg#gothamblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gotham-book-webfont.eot');
    src: url('../fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-book-webfont.woff2') format('woff2'),
         url('../fonts/gotham-book-webfont.woff') format('woff'),
         url('../fonts/gotham-book-webfont.ttf') format('truetype'),
         url('../fonts/gotham-book-webfont.svg#gothambook') format('svg');
    font-weight: normal;
    font-style: normal;
}
.maxWidth{
  width: 100%;
  height: auto;
}

.red{
  color: red;
}

body{
  font-family: 'gothambook', sans-serif;
}

h1, h2, h3, h4, h5, h6{
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 120%;
}

ul, ol{
  text-align: left;
}

ul li{
  /* list-style: none; */
}

ul li:before {
    /* font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 0 0 -15px;
    color: #000; */
}

:focus {
  outline: none !important;
}

a, a:hover, a:active, a:focus a:visited{
  color: #000;
  text-decoration: underline;
}

nav a{
  text-decoration: none;
}

nav{
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
}
nav ul li:before{
  display: none;
}

.navbar-inverse .navbar-nav > li > a{
  color: #fff;
}

.navbar-inverse{
  border: none;
}

.navbar .container{
  position: relative;
}

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

.navlogos{
  position: absolute;
  left: 40px;
}

.submenuItems{
  padding-left: 20px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
  max-height: none;
}

.carousel{
  margin-top: 101px;
}

.carousel .item img{
  width: 100%;
  height: auto;
}

.carousel .item::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  opacity: 0.4;
}

.carousel-caption{
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  bottom: auto;

}

.carousel-caption h1{
  font-size: 52px;
}

.carousel-caption a, .carousel-caption a:hover, .carousel-caption a:visited, .carousel-caption a:focus, .carousel-caption a:active{
  color: #fff;
}

.logotab{
  padding: 30px 20px;
  background-color: #fff;
  width: 200px;
  display: inline-flex;
  margin: 0 5px;

  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.logotab img{
  width: 100%;
  height: auto;
}

.maincontent{
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

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

.HomePage .maincontent img{
  width: 80%;
  height: auto;
}

.infobanner{
  width: 100%;
  background-color: #eee;
  padding: 40px 0;
  text-align: center;
}

.infobanner a{
  text-decoration: none;
}

.phone{
  margin: 0;
}

.phone a, .phone a:visited, .phone a:active, .phone a:focus, .phone a:hover{
  color: #000;
}

.feature{
  text-align: center;
}

footer{
  width: 100%;
  padding: 40px 0;
  background: #333;
  color: #fff;
  font-size: 16px;
}

footer a, footer a:visited, footer a:active, footer a:focus, footer a:hover{
  color: #fff;
}

.footercontact{
  font-size: 18px;
}

.footercontent{
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: auto;
}

.footersocial{
  font-size: 28px;
}

.footersocial img{
  width: 100%;
}

.mfaa img{
  width: 50%;
  height: auto;
  float: right;
}

.credits{
  font-size: 12px;
}

.address{
  font-size: 12px;
}

.contactinfo{
  white-space: nowrap;
}

.footerlogo{
  margin-bottom: 10px;
}

.intro{
  text-align: center;
  margin-top: 40px;
  font-size: 24px;
}

.headerphone{
  color: #fff;
  text-align: right;
  padding: 10px 0;
  font-size: 22px;
}

.headerphone a{
  color: #fff;
}

.contactform{
  text-align: center;
  background-color: #111;
  color: #fff;
  padding: 40px 0;
}

.contactform input, .contactform textarea{
  width: 100%;
  margin-bottom: 10px;
  color: #000;
  border: none;
  padding: 10px;
  background-color: rgba(230, 231, 232 1);
}

.Actions{
  position: relative;
}

.Actions .btn{
  width: 200px;
  background-color: #fff;
  float: none;
  color: #000;
}

.Actions .btn:hover{
  background-color: #333;
  color: #fff;
}

.col-image img{
  width: 80%;
  height: auto;
  margin-bottom: 20px;
}

.agri .navbar-inverse, .agri .contactform{
  background-color: rgba(116, 189, 76, 1);
}

.lending .navbar-inverse, .lending .contactform{
  background-color: rgba(18, 124, 193, 1);
}

.card-header{
  border-top: 1px solid #fff;
  padding: 20px;
}

.card-header a{
  color: #fff;
  text-decoration: none;
}

.card-header h3{
  margin: 0;
}

.card-header h3 span{
  font-size: 16px;
  display: block;
  padding-left: 25px;
}

.card-block{
  padding: 0 20px 10px;
}

.teammembers{
  background-color: #999;
  color: #fff;
  text-align: left;
}
.indicator{
  float: left;
  padding: 5px 20px 0 0;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1550px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .footerlogo{
    display: block;
  }

  .carousel-caption h1{
    font-size: 32px;
  }

  .footersocial img{
    width: 20%
  }

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

  .carousel{
    margin-top: 0;
  }


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

.navbar{
  position: relative;
  min-height:none;
  margin-bottom: 0;
}

.navlogos{
  position: absolute;
  left: 0;

}

.logotab{
  width: 100px;
  padding: 20px;
}

.navbar-collapse{
  border: none;
  padding-top: 20px;
}

.headerphone{
  text-align: inherit;
}

.maincontent img{
  width: 50%;
  height: auto;
}

.maincontent [class^="col"]{
  margin-bottom: 20px;
}

.footersocial img{
  width: 50%
}

}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {


.footersocial img{
  width: 100%
}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
