
body {
  font: 400 15px Open Sans, sans-serif;
  line-height: 1.8;
  color: #212121;
}

h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #555555;
  font-weight: 600;
}

h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #757575;
  font-weight: 400;
  margin-bottom: 30px;
}

section {
  padding-top: 35px;
  padding-bottom: 25px;
}

.table {
  font-size: 12px;
}

.jumbotron {
  background-color: #303F9F;
  color: #fff;
  padding: 150px 25px;
  background-position: center;
  margin-bottom: 0px;
}

.container-fluid {
  padding: 60px 50px;
}

.bg-grey {
  background-color: #F0F0F0;
}

.bg-blue, .bg-blue h2, .bg-blue h4 {
  background-color: #303F9F;
  color: #fff;
}

.font-opensans {
  font-family: 'Open Sans', sans-serif;
}

.title-top {
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  color: #333333;
  font-weight: 600;
}

.title {
  font-size: 22px;
  text-transform: uppercase;
  color: #555555;
  font-weight: 700;
}

.title-p {
  color: #757575;
}

.hr-title-top {
  display: block;
  border-top: 2px solid #3F51B5;
  width: 80px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.hr-title {
  display: block;
  border-top: 3px solid #3F51B5;
  width: 50px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.text-colored {
  color: #3F51B5;
}

.text-bg-colored {
  border-left: 8px solid rgb(255, 255, 255);
  border-right: 8px solid rgb(255, 255, 255);
  font-size: 36px;
  padding: 10px 30px 10px 30px;
  color: #fff;
  line-height: 48px;
  background-color: #303F9F !important;
}

.text-bg-white {
  padding: 7px 20px 7px 20px;
  background-color: #fff !important;
  color: #3F51B5;
  opacity: 0.75;
}

.follow-link {
  font-size: 14px;
  color: #303F9F;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.boxes {
  margin-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.logo-small {
  color: #3F51B5;
  font-size: 60px;
  border: 2px solid #3F51B5; 
  border-radius: 5px;
  padding-left: 13px;
  padding-right: 13px;
  margin-left: 15px;
  margin-right: 15px;
}

.logo-small:hover {
  color: #fff;
  background-color: #3F51B5;
}

.logo-x-small {
  color: #3F51B5;
  font-size: 40px;
  border: 2px solid #3F51B5; 
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: 15px;
  margin-right: 15px;
}
.logo-x-small:hover {
  color: #fff;
  background-color: #3F51B5;
}

.logo {
  color: #3F51B5;
font-size: 200px;
}

.logo-footer {
  font-size: 18px;
  padding-right: 5px;
  margin-right: 5px;
}

.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.thumbnail img {
/*  max-width: 100%;*/
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
/*  width: 100%;*/
/*  height: 100%;*/
  margin-bottom: 10px;
}

.thumbnail img:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.pic {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}

.pic img {
  margin-bottom: 10px;
}

.carousel-control.right, .carousel-control.left {
  background-image: none;
  color: #3F51B5;
}

.carousel-indicators li {
  border-color: #3F51B5;
}

.carousel-indicators li.active {
  background-color: #3F51B5;
}

.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}

.item span {
  font-style: normal;
}

.panel {
  border: 1px solid #3F51B5; 
  border-radius:0 !important;
  transition: box-shadow 0.5s;
}

.panel:hover {
  box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.panel-footer .btn:hover {
  border: 1px solid #3F51B5;
  background-color: #fff !important;
  color: #303F9F;
}

.panel-heading {
  color: #fff !important;
  background-color: #3F51B5 !important;
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.panel-footer {
  background-color: white !important;
}

.panel-footer h3 {
  font-size: 32px;
}

.panel-footer h4 {
  color: #aaa;
  font-size: 14px;
}

.panel-footer .btn {
  margin: 15px 0;
  background-color: #303F9F;
  color: #fff;
}

.panel-blue {
  color: #fff !important;
  background-color: #3F51B5 !important;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.box-grey {
  background-color: #fff !important;
  border: 3px solid #E0E0E0 !important;
  padding: 30px !important;
  margin-top: 30px !important;
  border-radius: 5px;
}

.box-grey:hover {
  color: #fff !important;
  background-color: #3F51B5 !important;
  border: 3px solid #3F51B5 !important;
}
.box-grey:hover p, .box-grey:hover h4 {
  color: #fff !important;
  background-color: #3F51B5 !important;
}
.box-grey:hover i {
  color: #fff !important;
  background-color: #3F51B5 !important;
  border: 3px solid #fff; 
}

.box-blue {
  background-color: #3F51B5 !important;
  color: #fff !important;
  border: 3px solid #E0E0E0 !important;
  padding: 30px !important;
  margin-top: 30px !important;
  border-radius: 5px;
}

.box-blue h4, .box-blue h2, .box-blue a {
  color: #fff !important;
}
.box-blue i {
  color: #fff !important;
  border: 1px solid #fff;
}
.box-blue:hover {
  color: #212121 !important;
  background-color: #fff !important;
  border: 3px solid #303F9F !important;
}
.box-blue:hover p, .box-blue:hover h4, .box-blue:hover h2 {
  color: #212121 !important;
  background-color: #fff !important;
}
.box-blue:hover i {
  color: #3F51B5 !important;
  background-color: #fff !important;
  border: 1px solid #3F51B5;
}
.box-blue:hover a {
  color: #3F51B5 !important;
  background-color: #fff !important;
}

.navbar {
  margin-bottom: 0;
  background-color: #fff;
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 1px;
  border-radius: 0;
  font-family: Open Sans, sans-serif;
border-bottom: 1px solid #EEE;
}

.navbar li a, .navbar .navbar-brand {
  color: #303F9F !important;
  font-weight: 600 !important;
}

.navbar .navbar-brand {
  color: #303F9F !important;
  font-family: Open Sans, sans-serif;
  font-weight: 600 !important;
  font-size: 19px;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
  color: #fff !important;
  background-color: #3F51B5 !important;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}

.footer {
  background-color: #303F9F; 
  color: #e0e0e0;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
/*  border-top: 1px solid #b2b2b2; */
  text-decoration: none;
}
.footer h2 {
  color: #e0e0e0;
  font-size: 18px;
  margin-bottom: 5px;
}

.footer a, .footer a:hover, .footer a:visited {
  /*color: #616161;*/
  color: #e0e0e0;
  text-decoration: none;
}

.footer .glyphicon {
  font-size: 9px;
/*  margin-top: 10px; */
/*  margin-bottom: 10px; */
  color: #fff;
}

.footer .fa {
  font-size: 14px;
  margin-bottom: 10px;
  color: #3F51B5;
}

.footer2 {
  background-color: #303F9F; 
  color: #e0e0e0;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
/*  border-top: 1px solid #b2b2b2; */
  text-decoration: none;
}
.footer2 a, .footer2 a:hover, .footer2 a:visited {
  /*color: #616161;*/
  color: #e0e0e0;
  text-decoration: none;
}

.copyright {
  font-size: 11px;
  color: #616161;
}

.scrollToTop {
  display: block;
  opacity: 0.9744;
  background: rgba(0, 0, 0, 0.1);
  font-size: 20px;
  bottom: 20px;
  display: none;
  height: 40px;
  padding: 2px;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  z-index: 99999;
}

.slideanim {
  visibility:hidden;
}

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  visibility: visible;
}

#map {
  width: 100%;
  height: 200px;
  background-color: grey;
  border-top: 1px solid #b2b2b2;
}

.map-small {
  color:#212121;
  width: 100%;
  background-color: grey;
  border-top: 1px solid #b2b2b2;
}


.bg-img-right-bottom {
  background-position: right bottom !important;
}
.bg-no-repeat {
  background-repeat: no-repeat !important;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

@media screen and (max-width: 768px) {
  section {
    margin: 5px;
  }

  .boxes {
    text-align: center;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .boxes-middle {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /*  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }
  .btn-lg {
    width: 100%;
    margin-bottom: 35px;
  }*/
}

@media screen and (max-width: 480px) {
  section {
    padding-top: 20px;
    padding-bottom: 15px;
    margin: 0px;
  }
  .logo {
    font-size: 150px;
  }
  .text-bg-colored {
    border-left: 4px solid rgb(255, 255, 255);
    border-right: 4px solid rgb(255, 255, 255);
    font-size: 20px;
    padding: 5px 10px 5px 10px;
    color: #fff;
    line-height: 26px;
    background-color: #303F9F !important;
  }
  .text-bg-white {
    padding: 4px 12px 4px 12px;
    background-color: #fff !important;
    color: #3F51B5;
    opacity: 0.7;
  }
  .navbar .navbar-brand {
    font-size: 16px;
  }
  
  .box-grey {
    padding: 15px !important;
    margin-top: 30px !important;
  }
  .title-top {
    font-size: 24px;
  }
  .jumbotron p {
    font-size: 18px;
  }
  .box-title {
    font-size: 24px;
  }

  .boxes {
    text-align: center;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .boxes-middle {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

}

.partner {
  padding-top: 35px;
  padding-right: 10px;
}
