@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;lang=en");
/*
 *
 *   INSPINIA Landing Page - Responsive Admin Theme
 *   Copyright 2014 Webapplayers.com
 *
*/
/* GLOBAL STYLES
-------------------------------------------------- */
body {
  color: #676a6c;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
}
span.navy {
  color: rgb(27,117,187);
}
p.text-color {
  color: #676a6c;
}
a.navy-link {
  color: rgb(27,117,187);
  text-decoration: none;
}
a.navy-link:hover {
  color: #17a185;
}
section p {
  color: #aeaeae;
  font-size: 13px;
}
address {
  font-size: 13px;
}
h1 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 200;
}
.navy-line {
  width: 60px;
  height: 1px;
  margin: 60px auto 0;
  border-bottom: 2px solid rgb(27,117,187);
}

.form-group {
    margin-bottom:10px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 101;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-default.navbar-scroll {
  background-color: #fff;
  border-color: #fff;
  padding: 15px 0;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-default .nav li a {
  color: #000;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.navbar-nav > li > a {
  padding-top: 25px;
  border-top: 6px solid transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  /*border-top: 6px solid #1ab394;*/
}
.navbar-default .navbar-nav > li > a:hover {
  color: rgb(27,117,187);
}
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
}
.navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
  background: transparent;
  color: inherit;
}
.navbar-scroll #logo1
{
    display:block!important;
}
.navbar-scroll #logo2
{
    display:none!important;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  /*background: #17a185;*/
  color: #fff;
}
.navbar-default .navbar-brand {
  color: #fff;
  height: auto;
  display: block;
  font-size: 14px;
  /*background: #1ab394;*/
  background:transparent;
  padding: 15px 20px 15px 20px;
  border-radius: 0 0px 5px 5px;
  font-weight: 700;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-scroll.navbar-default .nav li a {
  color: #676a6c;
}
.navbar-scroll.navbar-default .nav li a:hover {
  color: #1ab394;
}
.navbar-wrapper .navbar.navbar-scroll {
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #e7eaec;
  border-radius: 0;
}
.nav > li > a {
  padding: 15px 10px 15px 10px;
}
.navbar-scroll .navbar-nav > li > a {
  padding: 15px 10px;
}
.navbar.navbar-scroll .navbar-brand {
  margin-top: 10px;
  border-radius: 5px;
  font-size: 12px;
  padding: 10px;
  height: auto;
}

.navbar-fixed-top {
    border:0!important;
}
.page-scroll {
background-color: rgba(255,255,255,0)!important;
}


.nav > li.active {
border-left: 0;
background: transparent;
}

.navbar-default .nav > li > a:focus {
color: black;
}
.navbar-default .nav > li > a:focus:hover {
color: #1ab394;
}

/* Sections
------------------------- */
.services {
  padding-top: 60px;
}

.services h1 {
  font-weight: 500;
  margin:15px 0 45px;
  font-size: 35px;
}
.services h2 {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 500;
}

.services .col-sm-3
{
    padding: 0 14px;
}

.features-block {
  margin-top: 40px;
}
.features-text {
  margin-top: 40px;
}
.features small {
  color: #1ab394;
}
.features h2 {
  font-size: 18px;
  margin-top: 5px;
}
.features-text-alone {
  margin: 40px 0;
}
.features-text-alone h1 {
  font-weight: 200;
}
.features-icon {
  color: rgb(38,169,224);
  font-size: 40px;
}
.navy-section {
  margin-top: 60px;
  background: #1ab394;
  color: #fff;
  padding: 20px 0;
}
.gray-section {
  background: #f4f4f4;
  margin-top: 60px;
}

.testimonials {
  background-color: rgb(38,169,224);
  background-image: url('../img/avatar_all.png');
}	


.testimonials-text {
    font-size:25px;
}
/*
.testimonials {
  background-color: #FFF;
  background-image: url('../img/avatar_all.png');
  color:black;
}


.testimonials-text {
    font-size:25px;
}*/
.big-icon {
  font-size: 56px;
}
.features .big-icon {
  color: #1ab394;
}
.contact {
  background-image: url('../img/states.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: 60px;
  background-size: auto 95%
}

/* PACE PLUGIN
-------------------------------------------------- */
.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace-inactive {
  display: none;
}
