/*
Change colors in file .scss and compile this file to css to change theme color.
You can copy all this code, paste here http://www.sassmeister.com/ in left area and copy the result code in the right and save it as .css file, this is file is your new theme color.
*/
/*Colors: Main*/
/*Colors: Grayscale*/
/*Colors: Monochrome*/
/*Fonts and helpers*/
@import url(styles.helpers.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800);
/*========================================
GENERAL STYLES
General colors, fonts, and font-size for all pages.
==========================================*/
body {
  color: #454545;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  color: #008ED6;
}

a {
  color: #0a61cc;
}

a:hover, a:active, a:focus {
  color: #0a61cc;
  outline: transparent !important;
}

p {
  line-height: 1.6;
  font-size: 1.1em;
}

.primary-color, .primary-color h1, .primary-color h2, .primary-color h3, .primary-color h4, .primary-color h5, .primary-color h6 {
  color: #008ED6 !important;
}

.primary-color-hover:hover {
  color: #008ED6 !important;
}

.primary-color-bg {
  background-color: #008ED6 !important;
}

.primary-color-bg-hover {
  background-color: #008ED6 !important;
}

.secondary-color, .secondary-color h1, .secondary-color h2, .secondary-color h3, .secondary-color h4, .secondary-color h5, .secondary-color h6 {
  color: #0a61cc !important;
}

.secondary-color-hover:hover {
  color: #0a61cc !important;
}

.secondary-color-bg {
  background-color: #0a61cc !important;
}

.secondary-color-bg-hover {
  background-color: #0a61cc !important;
}

.lighter-color, .lighter-color h1, .lighter-color h2, .lighter-color h3, .lighter-color h4, .lighter-color h5, .lighter-color h6 {
  color: #ffffff !important;
}

.lighter-color-hover:hover {
  color: #ffffff !important;
}

.lighter-color-bg {
  background-color: #ffffff !important;
}

.lighter-color-bg-hover:hover {
  background-color: #ffffff !important;
}

.light-color, .light-color h1, .light-color h2, .light-color h3, .light-color h4, .light-color h5, .light-color h6 {
  color: #fafafa !important;
}

.light-color-hover:hover {
  color: #fafafa !important;
}

.light-color-bg {
  background-color: #fafafa !important;
}

.light-color-bg-hover:hover {
  background-color: #fafafa !important;
}

.gray-color, .gray-color h1, .gray-color h2, .gray-color h3, .gray-color h4, .gray-color h5, .gray-color h6 {
  color: #cccccc !important;
}

.gray-color-hover:hover {
  color: #cccccc !important;
}

.gray-color-bg {
  background-color: #cccccc !important;
}

.gray-color-bg-hover:hover {
  background-color: #cccccc !important;
}

.dark-color, .dark-color h1, .dark-color h2, .dark-color h3, .dark-color h4, .dark-color h5, .dark-color h6 {
  color: #454545 !important;
}

.dark-color-hover:hover {
  color: #454545 !important;
}

.dark-color-bg {
  background-color: #454545 !important;
}

.dark-color-bg-hover:hover {
  background-color: #454545 !important;
}

.darker-color, .darker-color h1, .darker-color h2, .darker-color h3, .darker-color h4, .darker-color h5, .darker-color h6 {
  color: #000000 !important;
}

.darker-color-hover:hover {
  color: #000000 !important;
}

.darker-color-bg {
  background-color: #000000 !important;
}

.darker-color-bg-hover:hover {
  background-color: #000000 !important;
}

/*===============================
YOUR STYLES
Styles for all the content of the page, header, content, footer, specific elements, etc.
=================================*/
/*Contact form messages*/
.form-messages {
  display: none;
  color: #fff;
  padding: 3px;
  border-radius: 2px;
}

#success-message {
  background: #469909;
}

#error-message {
  background: #D94F4F;
}

.color-overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #008ED6;
  opacity: .85;
  width: 100%;
  height: 100%;
}

.color-overlay-dark {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: .85;
  width: 100%;
  height: 100%;
}

.color-overlay-light {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  opacity: .85;
  width: 100%;
  height: 100%;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff url("../images/preload.gif") center no-repeat;
}

#top-spacer {
  width: 100%;
  height: 150px;
  float: left;
}

.big-text {
  font-size: 3.5em;
  font-weight: 100;
  margin-top: 0;
  display: inline-block;
}

.big-title {
  letter-spacing: 2px;
}

.big-title::after {
  display: block;
  width: 30px;
  height: 2px;
  background: #ffffff;
  content: " ";
  margin: 0 auto;
  position: relative;
  top: 20px;
}

.btn {
  font-weight: 600;
  background: #0a61cc !important;
}

.btn:hover {
  background: #ffffff !important;
  color: #0a61cc !important;
}

.contact-input, .contact-textarea {
  padding: 15px;
  border: none;
}

#subscribe-input {
  padding: 12px;
  border: none;
}

.required-label {
  background: #E37474;
  color: #fff;
  font-size: .9em;
}

#scroll-top {
  background: #0a61cc none repeat scroll 0 0;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 2.5em;
  padding: 0 10px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 100;
  opacity: .5;
}

#scroll-top:hover {
  opacity: 1;
}

.parallax-simple {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*Pricing*/
#best-value {
  max-width: 90px;
  position: absolute;
  right: 0;
  top: 0;
}

.package-name {
  border-bottom: 3px solid #ffffff;
}

.pricing-price {
  margin-top: 20px;
  font-size: 2.6em;
  font-weight: bold;
}

.pricing-price span {
  font-size: .65em;
  font-weight: normal;
}

.pricing-row {
  background: rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px;
}

.pricing-row:hover {
  background: rgba(0, 0, 0, 0.12);
}

/*Navigation*/
.navbar-collapse.navbar-ex1-collapse {
  border-color: transparent;
  box-shadow: none;
}

.navbar-default .navbar-nav > li > a {
  color: #eaeaea;
}

.navbar-default {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #0a61cc;
}

.navbar-default {
  background: rgba(0, 0, 0, 0.9);
}

.navbar-brand {
  height: 100%;
}

.navbar-brand img {
  max-width: 200px;
}

/*Fix: Space between header and navigation on mobkvile*/
.shrink .navbar-collapse {
  border: none;
}

.shrink .navbar-header {
  min-height: 40px;
}

.shrink ul.nav.navbar-nav {
  margin-top: 0;
}

/*End Fix: Space between header and navigation on mobile*/
.navbar-nav > li > a {
  padding: 40px 15px;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #ffffff !important;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
  color: #eaeaea;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  box-shadow: 0 -4px #0a61cc inset;
  background: none;
  color: #eaeaea;
}

/*navigation-dropdown*/
.dropdown-menu {
  border: none;
  padding: 0;
  border-radius: 0;
}

.dropdown-menu > li > a {
  padding: 10px 10px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: none;
  color: #0a61cc;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #0a61cc;
  color: #ffffff;
}

/*navigation scrolling shrink*/
.navbar-nav > li > a, .navbar, .navbar-brand img {
  /*Set return animation*/
  transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
}

/*Set scrolling down animation*/
.shrink .navbar-nav > li > a {
  padding: 20px 15px;
  transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
}

.shrink.navbar {
  min-height: 61px;
  max-height: 61px;
  transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
}

.shrink .navbar-brand {
  height: 20px;
  transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
}

.shrink .navbar-brand img {
  max-width: 90px;
  transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
}

/*Hide / Show navigation on scroll*/
.scrolling {
  top: -70px;
  opacity: 0;
  transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}

/*Features*/
.feature:first-child {
  margin-top: 30px;
}

.feature {
  margin-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

.feature:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  transition: all 0.15s ease-in-out 0s;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

/*Testimonials*/
#testimonials p {
  margin: 20px 0;
}

.testimonial-pic {
  border-radius: 90px;
  border: 4px solid #ffffff;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-top: 10px;
  display: inline-block;
}

.testimonial-pic img {
  max-width: 130px;
}

.social-testimonial {
  padding: 0;
  margin: 0;
}

.social-testimonial li {
  list-style-type: none;
  margin: 0;
  display: inline-block;
}

.social-testimonial li a {
  display: block;
  margin-right: 5px;
  font-size: 1.9em;
  color: #0a61cc;
}

.social-testimonial li a:hover {
  color: #008ED6;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #008ED6 !important;
}

/*Footer*/
footer {
  width: 100%;
  float: left;
}

footer p.copy {
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.social {
  padding: 0;
  margin: 0;
}

.social li {
  margin: 0;
  display: inline-block;
}

.social li a {
  font-size: 1.7em;
  display: block;
  padding: 2px;
  width: 40px;
  text-align: center;
  margin-right: 10px;
  opacity: .7;
  transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
}

.social li a:hover {
  opacity: 1;
  background: #008ED6;
  color: #eaeaea;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
}

/*================================================
RESPONSIVE STYLES
==================================================*/
/*Big screens*/
@media only screen and (min-width: 1300px) {
  /* display dropdown menu on hover not on click */
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

/* Portrait Tablet */
/* Landspace Tablet */
/* Portrait Mobile */
@media only screen and (max-width: 767px) {
  /*toggle menu button*/
  .navbar-default .navbar-toggle {
    border-color: transparent;
    margin-top: 30px;
  }
  .shrink .navbar-toggle {
    border-color: transparent;
    margin-top: 12px;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
  }
  .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background: #eaeaea;
  }
  /*navbar links and active item*/
  .navbar-nav > li > a, .shrink .navbar-nav > li > a {
    padding: 12px 15px;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: #0a61cc;
    color: #ffffff !important;
  }
  /*navbar background on mobiles*/
  .navbar-nav {
    background: rgba(0, 0, 0, 0.9);
  }
  /*Header Features*/
  .feature:first-child {
    margin-top: 70px;
  }
  .feature {
    padding-bottom: 40px;
    margin-top: 0px;
    margin-bottom: 60px;
  }
  .feature h3 {
    margin-top: 10px;
  }
}

/* Landscape Mobile */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /*navbar background on mobiles*/
  .navbar-nav {
    background: rgba(0, 0, 0, 0.9);
  }
}
