body {
  background-color: #F8F8F8; }

h1 {
  color: #FDFDFD;
  font-family: "Helvetica bold", Helvetica, Arial, sans-serif;
  color: #082e59;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0; }

h2 {
  color: #9b9b9b;
  font-family: "Helvetica",Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .4;
  margin-top: 10;
  padding-left: 30px; }

h3 {
  color: #9b9b9b;
  font-family: "Helvetica",Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .4;
  margin-top: 10;
  padding-left: 30px; }

a:link {
  color: none; }

a:hover {
  color: darkslateblue; }

a:visited {
  color: lightpink; }

p {
  color: #707070;
  font-family: "Helvetica", sans-serif;
  font-size: 19pt;
  font-weight: 300;
  letter-spacing: .4;
  margin-top: 30;
  max-width: 800px;
  float: right; }

img {
  max-width: 100%;
  margin-top: 25px;
  
  margin-right: 30px; }

.owl-Carousel {
  max-width: 1400px;
margin-left: 0px;}

.owl-pagination {
  position: absolute;
  right: 0;
  top: -50px; }



header h1, h2 {
  display: inline-block; }

header h1 {
  color: #FDFDFD;
  font-family: "Helvetica bold", Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600; }

header h2 {
  font-size: 15px;
  font-weight: 200;
  padding-left: 30px; }

/* Override Default Grid */
/* setup Neat breakpoints */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  margin-bottom: 25pts;
  padding-top: 2rem;
    padding-left: 30px;
  max-width: 100%; }
  .row:after {
    clear: both;
    content: "";
    display: block; }
  .row p {
    color: #707070;
    font-family: "Helvetica", sans-serif;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: .5;
      line-height: 1.3;
    margin-top: 30;
    max-width: 100%;
    float: right; }

@media screen and (min-width: 800px) {
    .row p {
    color: #707070;
    font-family: "Helvetica", sans-serif;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: .5;
      line-height: 1.3;
    margin-top: 30;
    max-width: 50%; }
  .image-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .column-50 {
    width: 50%;
    padding: 10px; } 
  .column-25 {
        width: 25%;
        padding: 10px;}}

.item {
  background: #ccc;
  padding: 1rem;
  width: calc(133.33333% - 46.66667px);
  float: left;
  margin-left: 20px; }
  @media only screen and (min-width: 580px) {
    .item {
      width: calc(50% - 30px);
      float: left;
      margin-left: 20px; } }
  @media only screen and (min-width: 768px) {
    .item {
      width: calc(33.33333% - 26.66667px);
      float: left;
      margin-left: 20px; } }

.other item {
  background: #ccc;
  padding: 2rem;
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }
  @media only screen and (min-width: 768px) {
    .other item {
      width: calc(25% - 25px);
      float: left;
      margin-left: 20px; } }

.container {
  position: relative; }

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.middle {
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; }

.container:hover .image {
  opacity: .1; }

.container:hover .middle {
  opacity: 2; }

.move-it {
    padding-top: 3rem;
    padding-bottom: 120px;
    max-width: 1400px;
    margin:0 auto;
}
.centered {
    max-width: 1400px;
    margin: 0 auto;
}
.text {
  color: #9b9b9b;
  font-family: "Helvetica",Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .4;
  text-align: left; }

header {
  background-color: #fff;
  padding: 0.25em 30px;
  position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  background-size: 100%; }

.on-bottom{
   bottom: 0px;

}

hr {
    margin-left: auto;
    max-width: 1400;
    
}
footer {
  background-color: #F8F8F8;
  height: 80px;
    padding-left:30px;
  width: 100%;
    bottom:0;
    left:0;
  padding-top: 0px;
    margin-top:0px;
    position: fixed;}

footer h2, h3, h4 {
  color: black;
  font-family: "Helvetica",Arial, sans-serif;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: .4;
  margin-top: 2px;
  margin-bottom: 0px;
  padding-right: 20px; }

footer h2, h3, h4 {
  display: inline-block; }