html {
  -webkit-font-smoothing: antialiased;
}



body{
	font-family: 'Lato', sans-serif !important;font-variant-ligatures: none;
}

.navbar {
    background-color: transparent;
    background-image: url(/img/menuBg.png);
    border-color: #e7e7e7;
}



.skiplink * {
	height: 0 !important;
	width: 0 !important;
	font-size: 0 !important;
	position: absolute;
	top: -20px;
	z-index: -99;
    color: white !important;
}





.small-border {
	height: 1px;
    width: 120px;
    background: #ccc;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.btn-arrow-right:after, a.btn-arrow-right:after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 10px;
}






.border-deco .text-item {
    display: inline-block;
    border: solid 1px rgba(255,255,255,0.4);
    border-left: none;
    border-right: none;
    background-color: rgba(0, 0, 0, 0.62);
    padding: 20px;
    color: #FFF;
    line-height: 35px;
}


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






/* === Filter of Background === */
.bg-filter,
.bg-filter-v1,
.bg-filter-v2 {
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.bg-filter-v2 {
  background: rgba(0, 0, 0, 0.75);
}
.bg-filter {
  background: rgba(0, 0, 0, 0.7);
}
.bg-filter-v1 {
  background: rgba(0, 0, 0, 0.45);
}
/* Useful Classes for background images */
@media (min-width: 768px) {
  .bg-fixed {
    background-attachment: fixed !important;
  }
}
.bg-center {
  background-position: center !important;
}
.bg-centerTop {
  background-position: center top !important;
}
.bg-centerTop70 {
  background-position: center 70% !important;
}
.bg-cover {
  background-size: cover !important;
}
.bg-contain {
  background-size: contain !important;
}
.bg-norepeat {
  background-repeat: no-repeat !important;
}
.bg-repeat {
  background-repeat: repeat;
}




.testimonials-v1 .item span.testimonials-slide {
    padding: 15px;
    color: #8a8a8a;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    background: #f8f8f8 url(/img/corners-blue.png) no-repeat right bottom;
}

.testimonials-v1 .carousel-info {
    overflow: hidden;
    padding-top: 15px;
    background: url(/img/arrow-testimonials.png) no-repeat 83px 0;
}

.testimonials-v1 span.testimonials-name {
    color: #0da3e2;
    font-size: 16px;
    font-weight: 300;
    margin: 23px 0 7px 10px;
    display: block;
}

























.content-center {
    text-align: center;
}

.content h1 strong, .content h2 strong, .content h3 strong, .content h4 strong {
  color: #83b6ff;
}

/* h1-h6 */
.content h1, .content h2 {
  font: 400 37px "PT Sans Narrow", Arial, sans-serif;
  margin: 0 0 10px;
  text-transform: uppercase;
  text-align: center;
}
.content h1:after, .content h2:after {
  z-index: 2; 
  content: " "; 
  display: block;
  padding-top: 7px;
  border-bottom: 2px solid #b7bbbf;
  width: 73px;
  margin: 0 auto;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: white;
    background-color: #3276b1;
    border-color: #2a6496;
}