/* Generated by less 2.5.1 */
html,
* {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
body {
  padding-top: 70px;
  /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}
.os-animation {
  opacity: 0;
}
.os-animation.animated {
  opacity: 1;
}
body {
  overflow-x: hidden;
}
p {
  font-family: 'LatoLatinWebLight', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #4d4d4d;
  margin-bottom: 20px;
}
p.bigblue {
  color: #1f91e9;
  font-size: 22px;
}
p.small {
  font-size: 15px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #bf2e1a;
  outline: none;
}
a.tel,
a.tel:visited {
  /*for small screens */
  color: #fff;
  text-decoration: none;
}
a.tel:hover,
a.tel:focus {
  color: #fff;
}
@media screen and (min-width: 28.5em) {
  /* for larger screens */
  a.tel,
  a.tel:visited,
  a.tel:hover,
  a.tel:active {
    background: none;
    cursor: default;
    text-decoration: none !important;
  }
  a.tel,
  a.tel:focus {
    color: #fff;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'LatoLatinWeb', Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 42px;
  color: #bf2e1a;
  margin: 0 0 20px 0;
  position: relative;
}
h2 {
  font-size: 30px;
}
h3 {
  color: #1f91e9;
  font-size: 24px;
  margin-bottom: 20px;
}
.img-centered {
  margin: 0 auto;
}
.img-rounded {
  border-radius: 20px;
}
.img-red-border {
  border: 10px solid #bf2e1a;
  margin-bottom: 15px;
}
.img-translucent-border {
  margin-bottom: 15px;
  border: 6px solid #ffffff;
  border: 6px solid rgba(255, 255, 255, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}
.img-shadow {
  -webkit-box-shadow: 5px 5px 23px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 5px 5px 23px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 5px 5px 23px 0px rgba(0, 0, 0, 0.45);
}
.vpadded-sm {
  padding: 20px 0;
}
.toppadded-sm {
  padding: 40px 0 0 0;
}
.bottompadded-sm {
  padding: 0 0 20px 0;
}
.text-primary {
  color: #1f91e9;
}
@media (min-width: 768px) {
  .vpadded-sm,
  .toppadded-sm,
  .bottompadded-sm {
    padding: 0;
  }
}
ul.checklist {
  font-size: 18px;
}
ul.checklist li {
  list-style-type: none;
  padding-left: 30px;
  margin-bottom: 12px;
  position: relative;
}
ul.checklist li:before {
  content: '\f058';
  font-family: 'FontAwesome';
  color: #52c605;
  left: -7px;
  top: -4px;
  font-size: 22px;
  position: absolute;
}
.navbar-default {
  background: #ffffff;
  border-bottom: 3px solid #eeeeee;
}
.navbar-default .navbar-brand {
  height: auto;
  padding: 5px 15px;
  text-align: right;
  overflow: hidden;
  box-sizing: border-box;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: #1376c2;
}
.navbar-default .navbar-brand img {
  max-width: 180px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-default .navbar-toggle {
  background-color: #1f91e9;
  border-color: #1f91e9;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #1f91e9;
}
.navbar-default .nav {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 14px;
}
.navbar-default .nav li a {
  font-size: 13px;
  line-height: 19px;
  color: #444444;
  padding: 10px 8px;
}
.navbar-default .nav li a i {
  color: #eeeeee;
  font-weight: normal;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: #111111;
  outline: none;
}
.navbar-default .navbar-nav > .active > a {
  border-radius: 3px;
  color: white;
  background-color: #1f91e9;
}
.navbar-default .navbar-nav > .active > a.register {
  color: white;
  border-radius: 3px;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #1376c2;
}
.navbar-toggle {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .navbar-default .nav {
    padding-top: 14px;
  }
  .navbar-default .nav li a {
    font-size: 16px;
    padding: 10px 15px;
  }
}
@media (min-width: 1200px) {
  .navbar-default {
    padding: 5px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-default .nav {
    padding-top: 30px;
  }
  .navbar-default .navbar-brand {
    padding: 0 15px;
    width: 362px;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-default .navbar-brand img {
    max-width: 332px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-default.navbar-shrink {
    padding: 0;
  }
  .navbar-default.navbar-shrink .nav {
    padding-top: 14px;
  }
  .navbar-default.navbar-shrink .navbar-brand {
    padding: 5px 15px;
  }
  .navbar-default.navbar-shrink .navbar-brand img {
    max-width: 180px;
  }
  .navbar-fixed-top {
    padding: 5px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-fixed-top .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-fixed-top.navbar-shrink {
    padding: 0;
  }
  .navbar-fixed-top.navbar-shrink .nav {
    padding-top: 14px;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}
.navbar {
  font-family: 'LatoLatinWeb', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav {
  letter-spacing: 1px;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}
header {
  background-color: #1f91e9;
  background-image: url('/img/hero-background.jpg');
  background-repeat: none;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: white;
  position: relative;
}
header .container {
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}
header img {
  display: block;
  margin-top: 20px;
}
header h1 {
  background: #bf2e1a;
  color: #fff;
  padding: 5px 10px;
  margin-left: 0px;
}
header p {
  font-family: 'LatoLatinWeb', Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #fff;
  margin-bottom: 18px;
}
img.img-blue-border {
  border: 4px solid #1f91e9;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.3);
}
footer {
  background-color: #444444;
  background-image: url('/img/footer-background.jpg');
  background-repeat: none;
  background-attachment: scroll;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: white;
  position: relative;
}
footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .container ul li {
  margin-bottom: 8px;
  line-height: 15px;
}
footer .container a {
  color: #fff;
}
footer .container img.footer-penguins {
  position: absolute;
  right: 15px;
  top: -50px;
}
footer .container span {
  display: block;
}
.sm-margin-bottom {
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  header .container {
    padding-top: 120px;
    padding-bottom: 40px;
    text-align: left;
  }
  header .container h1 {
    padding: 10px 20px;
    margin-left: -20px;
  }
  header .neg-vert {
    margin-top: 0px;
  }
  .sm-margin-bottom {
    margin-bottom: 10px;
  }
  footer .container img.footer-penguins {
    right: 0px;
  }
  footer .container span {
    display: inline;
  }
}
@media (min-width: 991px) {
  header .neg-vert {
    margin-top: -40px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 38px;
  }
  h1:before,
  h1:after {
    top: 5px;
  }
  h2 {
    font-size: 26px;
  }
  p.bigblue {
    font-size: 16px;
  }
}
.carousel .item .bignum {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
  animation-duration: .7s;
}
.carousel .item img {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
  animation-duration: .3s;
}
.carousel-controls-header {
  position: absolute;
  bottom: -10px;
  width: 100%;
  margin: 0 auto;
  font-size: 30px;
}
.carousel-controls-header .left {
  position: absolute;
  left: 5px;
  color: #fff;
  opacity: 0.4;
  z-index: 10;
}
.carousel-controls-header .right {
  position: absolute;
  right: 5px;
  color: #fff;
  opacity: 0.6;
  z-index: 10;
}
.carousel-controls-header a:hover,
.carousel-controls-header a:active {
  opacity: 0.8;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media (min-width: 768px) {
  header {
    min-height: 600px;
  }
}
section {
  padding: 80px 0;
  position: relative;
}
section.gray {
  background: #eeeeee;
  border-top: 1px solid #c8c8c8;
}
section.blue {
  background: #1f91e9;
}
section.blue p {
  color: #fff;
}
section.blueice {
  background-color: #1f91e9;
  background-image: url('/img/hero-background.jpg');
  background-repeat: none;
  background-attachment: scroll;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: white;
  padding: 10px 0 10px 0 !important;
}
section.blueice h1 {
  color: #fff;
  margin: 20px 0;
}
@media (min-width: 1200px) {
  section.blueice {
    padding: 30px 0 10px 0 !important;
  }
}
section.no-top-padding {
  padding-top: 0px;
}
section.success {
  background: #bf2e1a;
  color: white;
}
section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
  color: #1f91e9;
  outline: none;
}
section.intro .container {
  min-height: 350px;
}
.outer-glow {
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.3);
}
.voffset {
  padding-bottom: 2px;
}
.voffset1 {
  padding-bottom: 5px;
}
.voffset2 {
  padding-bottom: 10px;
}
.voffset3 {
  padding-bottom: 15px;
}
.voffset4 {
  padding-bottom: 30px;
}
.voffset4top {
  padding-top: 30px;
}
.voffset5 {
  padding-bottom: 40px;
}
.voffset6 {
  padding-bottom: 60px;
}
.voffset7 {
  padding-bottom: 80px;
}
.voffset8 {
  padding-bottom: 100px;
}
.voffset9 {
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}
ul.clsToggleList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.clsToggleList > li {
  background: #fff;
  border: 1px solid #efefef;
  margin-bottom: 10px;
}
.clsToggleList::after,
.clsToggleList::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clsToggleList::after,
.clsToggleList::before {
  content: '';
}
.toggle-content {
  padding: 10px;
}
.toggle-trigger {
  display: block;
  font-size: 18px;
  padding: 10px 72px 10px 10px;
  position: relative;
  text-decoration: none;
  color: #1f91e9;
}
.toggle-trigger:hover,
.toggle-trigger:active,
.toggle-trigger:focus {
  color: #0e5a94;
  text-decoration: none;
}
.toggle-trigger::before,
.toggle-trigger::after {
  /* arrow icon on the right */
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  height: 2px;
  width: 13px;
  background: #1f91e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.toggle-trigger::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 32px;
}
.toggle-trigger::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.clsToggleList .content-visible {
  -webkit-box-shadow: 0 0 5px 1px #B8B8B8;
  box-shadow: 0 0 5px 1px #B8B8B8;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.content-visible .toggle-trigger {
  background: #d9ecfb;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.content-visible .toggle-trigger::before {
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content-visible .toggle-trigger::after {
  color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.clsToggleList ul,
ul.clsToggleList ol {
  font-size: 100%;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #bf2e1a;
  background: white;
  border: solid 2px white;
}
.carousel-controls {
  position: absolute;
  top: 30px;
  width: 100%;
  margin: 0 auto;
  font-size: 40px;
}
.carousel-controls .left {
  position: absolute;
  left: 0px;
  color: #fff;
  opacity: 0.2;
}
.carousel-controls .right {
  position: absolute;
  right: 15px;
  color: #fff;
  opacity: 0.2;
}
.carousel-controls a:hover,
.carousel-controls a:active {
  opacity: 0.4;
}
@media (min-width: 767px) {
  .carousel-controls {
    top: 30px;
  }
  .carousel-controls .left {
    left: -20px;
  }
  .carousel-controls .right {
    right: -5px;
  }
}
.field-half-width {
  width: 50%;
  min-width: 200px;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
section.footer {
  color: white;
  background: #1f91e9;
  padding-top: 50px;
  padding-bottom: 20px;
}
section.footer h3 {
  margin-bottom: 30px;
}
section.footer p {
  color: white;
}
section.footer .footer-above {
  padding-top: 50px;
  background-color: #1f91e9;
}
section.footer .footer-col {
  margin-bottom: 50px;
}
section.footer .footer-below {
  padding: 25px 0;
  background-color: #1584d9;
}
section.footer a {
  color: #fff;
}
section.footer a:hover {
  text-decoration: underline;
  color: #fff;
}
.testimonial p {
  font-family: 'LatoLatinWebLight', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-style: italic;
}
.testimonial p.author {
  font-family: 'LatoLatinWeb', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.testimonial p.author:before {
  content: "– ";
}
.testimonial-author {
  color: #1f91e9;
  font-style: italic;
}
.testimonial-author span {
  font-style: normal;
  color: #bf2e1a;
  display: block;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn {
  font-family: 'LatoLatinWeb', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.btn.btn-rounded-red {
  background-color: #bf2e1a;
  color: white;
  font-weight: bold;
  border-radius: 50px;
  font-size: 16px;
  white-space: normal;
}
.btn.btn-rounded-red i {
  font-size: 20px;
  padding-left: 8px;
}
.btn.btn-rounded-red:hover,
.btn.btn-rounded-red:active {
  background-color: #a92917;
}
.btn.btn-rounded-white {
  background-color: #fff;
  color: #1f91e9;
  font-weight: bold;
  border-radius: 50px;
  font-size: 16px;
  white-space: normal;
}
.btn.btn-rounded-white i {
  font-size: 20px;
  padding-left: 8px;
}
.btn.btn-rounded-white:hover,
.btn.btn-rounded-white:active {
  background-color: #eeeeee;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
  top: 0;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #1f91e9;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #1f91e9;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
/* Webfont: LatoLatin-Bold */
@font-face {
  font-family: 'LatoLatinWeb';
  src: url('/fonts/LatoLatin-Bold.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/LatoLatin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/LatoLatin-Bold.woff2') format('woff2'), /* Modern Browsers */ url('/fonts/LatoLatin-Bold.woff') format('woff'), /* Modern Browsers */ url('/fonts/LatoLatin-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
/* Webfont: LatoLatin-BoldItalic */
@font-face {
  font-family: 'LatoLatinWeb';
  src: url('/fonts/LatoLatin-BoldItalic.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/LatoLatin-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/LatoLatin-BoldItalic.woff2') format('woff2'), /* Modern Browsers */ url('/fonts/LatoLatin-BoldItalic.woff') format('woff'), /* Modern Browsers */ url('/fonts/LatoLatin-BoldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
/* Webfont: LatoLatin-Italic */
@font-face {
  font-family: 'LatoLatinWeb';
  src: url('/fonts/LatoLatin-Italic.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/LatoLatin-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/LatoLatin-Italic.woff2') format('woff2'), /* Modern Browsers */ url('/fonts/LatoLatin-Italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/LatoLatin-Italic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: LatoLatin-Light */
@font-face {
  font-family: 'LatoLatinWebLight';
  src: url('/fonts/LatoLatin-Light.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/LatoLatin-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/LatoLatin-Light.woff2') format('woff2'), /* Modern Browsers */ url('/fonts/LatoLatin-Light.woff') format('woff'), /* Modern Browsers */ url('/fonts/LatoLatin-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: LatoLatin-LightItalic */
@font-face {
  font-family: 'LatoLatinWebLight';
  src: url('/fonts/LatoLatin-LightItalic.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/LatoLatin-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/LatoLatin-LightItalic.woff2') format('woff2'), /* Modern Browsers */ url('/fonts/LatoLatin-LightItalic.woff') format('woff'), /* Modern Browsers */ url('/fonts/LatoLatin-LightItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: LatoLatin-Regular */
@font-face {
  font-family: 'LatoLatinWeb';
  src: url('/fonts/LatoLatin-Regular.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */ url('/fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/LatoLatin-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
