﻿@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic);

p {
  line-height: 29px;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 40px;
  font-weight: 300;
  color: #292929;
}
h3 {
  font-size: 24px;
    margin-bottom: 0px;
    font-weight: 400;
    color: #292929;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(19, 84, 122, 0.85);
    padding-bottom: 15px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 15px;
  color: #292929;
  text-transform: uppercase;
  font-weight: 500;
}
.btn {
  font-size: 13px;
  border: solid 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  display: inline-block;
  text-transform: uppercase;
}

.btn-white {
    font-size: 13px;
    border: solid 1px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    display: inline-block;
    border-color: rgb(14, 67, 104);
    background: rgb(20, 119, 177);
    font-weight: 500;
    color: #fff !important;
}
.btn-white:hover,
.btn-white:focus {
	background: rgb(42, 138, 194);
}
.btn-fill {
  color: #000; /*DeColourChange;*/
  border: solid 1px #29c7ca;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  display: inline-block;
  text-transform: uppercase;
  background-color: #29c7ca;
}
.btn-fill:hover,
.btn-fill:focus {
  color: #000; /*DeColourChange;*/
  background-color: #26b6b9;
  border-color: #26b6b9;
}
.btn-vs {
  font-size: 13px;
  border: solid 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  display: inline-block;
  border-color: #000; /*DeColourChange;*/
  color: #000; /*DeColourChange;*/
}
.btn-vs:hover,
.btn-vs:focus {
  background-color: #68217a;
  color: #000; /*DeColourChange;*/
  border-color: #68217a;
}
.btn-angular {
  font-size: 13px;
  border: solid 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  display: inline-block;
  border-color: #000; /*DeColourChange;*/
  color: #000; /*DeColourChange;*/
}
.btn-angular:hover,
.btn-angular:focus {
  background-color: #c4473a;
  color: #000; /*DeColourChange;*/
  border-color: #c4473a;
}
.btn-small {
  padding: 0px 10px;
}
.btn-large {
  padding: 15px 40px;
}
.btn-margin-right {
  margin-right: 20px;
}
.intro,
.features-extra,
.sign-up {
  background: rgba(234, 234, 234, 0.78);
}
.features {
  background: #F3F4F8;
}
.navigation {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 999;
  background:#011a2b;
  border-bottom:1px solid #495656;
}
.navigation.fixed {
  position: fixed;
  background-color: #011a2b;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid #495656;
}
.header {
  padding: 23px 0 13px;
  position: relative;
  width: 1170px;
  margin: 0 auto;
  -webkit-transition: padding 300ms ease-in-out;
  -moz-transition: padding 300ms ease-in-out;
  -o-transition: padding 300ms ease-in-out;
  transition: padding 300ms ease-in-out;
}
.header a {
  color: #000; /*DeColourChange;*/
  font-size: 13px;
}
.header a img {
  height: 50px;
  margin-top: -10px;
}
.header a.login {
  margin-right: 20px;
}
.header ul.primary-nav {
  margin: 0 0 0 35px;
  padding: 0;
}
.header ul.primary-nav li {
  display: inline;
}
.header ul.primary-nav li:last-child a {
  padding-right: 10px;
}
.header ul.primary-nav li a {
  color: #000; /*DeColourChange;*/
  padding-right: 10px;
  font-size: 15px;
  margin-top:10px;
}
.header ul.primary-nav li a:hover {
  color: #b4bcc5;
}
.header ul.member-actions li {
  display: inline;
}
.header ul.member-actions li a {
  color: #000; /*DeColourChange;*/
}
.header ul.member-actions li a:hover {
  color: #29c7ca;
}
.header .logo {
  display: inline-block;
}
.header .header-nav {
  display: inline-block;
}
.header .member-actions {
  position: absolute;
  right: 0;
  top: 41px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header-nav.open {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.nav-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999999;
  padding: 10px 35px 16px 0;
  cursor: pointer;
}
.nav-toggle:focus {
  outline: none;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1px;
  background: #000; /*DeColourChange;*/
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav-toggle span:before {
  top: -10px;
}
.nav-toggle span:after {
  bottom: -10px;
}
.nav-toggle .active span {
  background-color: transparent;
}
.nav-toggle .active span:before,
.nav-toggle .active span:after {
  top: 0;
}
.nav-toggle .active span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle .active span:after {
  top: 10px;
  -webkit-transform: translatey(-10px) rotate(-45deg);
  -moz-transform: translatey(-10px) rotate(-45deg);
  -o-transform: translatey(-10px) rotate(-45deg);
  -ms-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
}
.navicon {
  position: absolute;
  height: 26px;
  right: 10px;
  top: 48px;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.hero {
  min-height: 750px;
  background: rgb(0, 30, 51);
  background-size: cover;
  position: relative;
}
/* .hero:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
} */
.hero p.description {
  color: #000; /*DeColourChange;*/
  font-size: 23px;
  font-weight: 200;
  /*margin-bottom: 80px;*/
}
.hero .down-arrow {
  color: #000; /*DeColourChange;*/
  position: absolute;
  bottom: 30px;
  left: 50%;
}
.hero .down-arrow a {
  color: #000; /*DeColourChange;*/
}
.hero .down-arrow a i {
  font-size: 45px;
  font-weight: 200;
}
.hero h1 {
  font-family: 'Roboto', sans-serif, tahoma;
  font-weight: 200;
  color: #000; /*DeColourChange;*/
  /* margin-bottom: 40px; */
}
.hero .hero-content {
  padding-top: 26%;
}
.intro i {
  font-size: 40px;
  color: #011a2b;
  font-weight: lighter;
}
.intro .intro-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
  width: 100%;
}
.intro .intro-content {
  display: inline-block;
  width: 80%;
}
.features {
  position: relative;
}
.features p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.features h3 {
  margin: 0 0 20px 0;
}
.features i {
  font-size: 35px;
  color: #29c7ca;
  font-weight: lighter;
}
.features .feature-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
  width: 35px;
}
.features .feature-content {
  display: inline-block;
  width: 75%;
}
.features .intro-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
}
.features .intro-content {
  display: inline-block;
  width: 80%;
}
.features ul.features-stack {
  margin-top: 50px;
}
.features ul.features-stack li {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #E6E9EA;
}
.features ul.features-stack li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.features .ipad-wrap {
  width: 706px;
  height: 1002px;
  background: url("../img/ipad-device.png") no-repeat center center;
  z-index: 1;
}
.features .iphone-wrap {
  width: 304px;
  height: 620px;
  background: url("../img/iphone6.png") no-repeat center center;
  position: absolute;
  left: 530px;
  bottom: 129px;
  z-index: 2;
}
.features .device-showcase {
  position: absolute;
  bottom: -365px;
  right: 61%;
}
.features-extra {
  position: relative;
  z-index: 3;
}
.features-extra h3 {
  font-weight: 400;
}
.features-extra .btn {
  margin-top: 20px;
}
.features-extra .macbook-wrap {
  position: absolute;
  width: 916px;
  height: 540px;
  background: url("../img/macbook-pro.png") no-repeat center center;
  top: 114px;
  z-index: 4;
  left: 50%;
}
.devices {
  position: relative;
}
.features .responsive-feature-img,
.features-extra .responsive-feature-img {
  display: none;
}
.hero-strip {
  margin-top: 0px;
  background: rgb(0, 30, 51);
  padding-bottom: 190px;
  position: relative;
}
.hero-strip h2 {
  color: #bdbbbb;
  margin: 0 0 20px 0;
  font-weight: 200;
}
.hero-strip p {
  color: #ACB1B4;
}
.hero-strip .btn {
  margin-top: 30px;
  margin-bottom: 30px;
}
.hero-strip .logo-placeholder {
  width: 230px;
  height: 230px;
  position: absolute;
  bottom: -275px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero-strip .logo-placeholder img {
  height: 150px;
}
.blog-intro {
  padding-top: 160px;
  background-color: #000; /*DeColourChange;*/
}
.blog-intro h3 {
  margin-bottom: 70px;
}
.blog-intro .leftcol {
  padding-right: 100px;
  border-right: solid 1px #E6E9EA;
}
.blog-intro .rightcol {
  padding-left: 100px;
}
.blog {
  padding-bottom: 120px;
}
.blog h2 {
  font-size: 15px;
  color: #292929;
  text-transform: uppercase;
  font-weight: bold;
}
.blog h2:after {
  content: " ";
  border: solid 1px #29c7ca;
  display: block;
  width: 75px;
  margin: 25px auto;
}
.blog .btn {
  margin-top: 50px;
}
.blog .posts {
  padding-left: 15px;
}
.blog .posts .img {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.blog .posts .img:nth-child(n) {
  margin-right: 5px;
}
.blog .posts .img:first-child {
  margin-left: -15px;
}
.blog .posts .img:last-child {
  margin-right: 0;
}
.blog .posts .img img {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
}
.blog .overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: #29c7ca;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  text-align: center;
  color: #000; /*DeColourChange;*/
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
}
.blog .overlay-effect .img i {
  font-size: 30px;
}
.blog .overlay-effect .img:hover .overlay {
  height: 100%;
  opacity: .8;
}
.blog .overlay-effect .img:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.blog .overlay-effect .img img {
  -lh-property: 0;
width:-webkit-calc(100% + 40px);
width:-moz-calc(100% + 40px);
width:calc(100% + 40px);
 !important;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  -o-transform: translate3d(-40px, 0, 0);
  -ms-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.blog .overlay-effect .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.blog .overlay-effect .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 47%;
  margin: 0 auto -30px auto;
  font-weight: 300;
}
.blog .overlay-effect .overlay a.expand:hover {
  color: #000; /*DeColourChange;*/
}
.testimonial-slider {
  position: relative;
  background: url("../img/hero.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 150px;
}
.testimonial-slider:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 22, 0.85);
}
.testimonial-slider .avatar {
  width: 82px;
  height: 82px;
  margin: 0 auto;
  vertical-align: middle;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  border: solid 2px #000; /*DeColourChange;*/
  background-color: #000; /*DeColourChange;*/
}
.testimonial-slider .avatar img {
  width: 82px;
  height: auto;
}
.testimonial-slider h2 {
  color: #000; /*DeColourChange;*/
  font-size: 40px;
  font-weight: 200;
  font-style: italic;
  margin: 30px 0;
}
.testimonial-slider p {
  color: #cecece;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 200;
}
.slide-map {
  padding: 0;
  background-color: #292929;
}
.slide-map .map-haeder {
  background-color: #292929;
  height: 150px;
}
.slide-map .map-haeder .map-title {
  font-family: 'Roboto', sans-serif, tahoma;
  font-size: 50px;
  text-align: center;
  color: #000; /*DeColourChange;*/
  padding-top: 60px;
}
.slide-map .map-container {
  position: relative;
  background-color: #292929;
}
.slide-map .map-container .map {
  height: 600px;
  background-color: #292929;
}
.slide-map .map-container .map-overlay-top,
.slide-map .map-container .map-overlay-bottom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 200px;
  z-index: 100;
  background: linear-gradient(to bottom, #212121 0, rgba(33, 33, 33, 0) 100%);
}
.slide-map .map-container .map-overlay-bottom {
  top: auto;
  bottom: 0;
  background: linear-gradient(to top, #212121 0, rgba(33, 33, 33, 0) 100%);
}
.sign-up h3 {
  font-weight: 300;
}
.sign-up .signup-form .form-group {
  margin: 0 auto 10px;
  width: 80%;
}
.sign-up .signup-form .sign-up-btn {
  padding: 15px 0;
  border-radius: 3px;
  width: 80%;
  font-size: 14px;
}
.to-top {
  height: 60px;
  background-color: #011a2b;
}
.to-top .to-top-wrap {
  height: 60px;
  width: 70px;
  position: absolute;
  right: 0;
  text-align: center;
}
.to-top .to-top-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000; /*DeColourChange;*/
  background-color: #2e4351;
}
.to-top .to-top-wrap a:hover,
.to-top .to-top-wrap a:focus {
  background-color: #2e4351;
}
.to-top .to-top-wrap a:hover i,
.to-top .to-top-wrap a:focus i {
  color: #b0bbbb;
}
.to-top .to-top-wrap i {
  font-size: 60px;
  line-height: 60px;
  color: #b0bbbb;
}
.to-top .row {
  position: relative;
}
.footer {
  background-color: rgb(0, 30, 51);
  position: relative;
  border-top: 1px solid #011a2b;
}
.footer .footer-logo {
  margin-top: 70px;
}
.footer .footer-logo img {
  height: 50px;
}
.footer .footer-links {
  margin: 0 0 0px 0;
}
.footer p {
  color: #ACB1B4;
  font-size: 13px;
}
.footer a {
  color: #ACB1B4;
}
.footer a:hover {
  color: #ACB1B4;
}
.footer ul.footer-group {
  padding-top: 25px;
  margin-bottom: 20px;
}
.footer ul.footer-group li {
  display: inline-block;
  margin-right: 30px;
}
.footer ul.footer-group li a {
  font-size: 13px;
}
.footer ul.footer-group li a:hover {
  color: #ACB1B4;
}
.footer ul.footer-group li:last-child {
  margin-right: 0;
}
.footer .social {
  position: absolute;
  background-color: #292929;
  right: 0;
  width: 40%;
  height: 100%;
  padding: 142px 0 0 70px;
}
.footer .social p {
  color: #000; /*DeColourChange;*/
  text-transform: uppercase;
  padding-bottom: 10px;
}
.footer .social a {
  color: #000; /*DeColourChange;*/
}
.footer .social a:hover {
  color: #000; /*DeColourChange;*/
}
.footer .social a i {
  margin-top: 20px;
}
.footer .social a.twitter {
  height: 60px;
  width: 60px;
  background-color: #1AB4EF;
  border-radius: 3px;
  font-size: 22px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}
.footer .social a.twitter:hover,
.footer .social a.twitter:focus {
  background-color: #1590BF;
}
.footer .social a.facebook {
  height: 60px;
  width: 60px;
  background-color: #3B5898;
  border-radius: 3px;
  font-size: 22px;
  display: inline-block;
  text-align: center;
}
.footer .social a.facebook:hover,
.footer .social a.facebook:focus {
  background-color: #324C85;
}
.wp1,
.wp2,
.wp3,
.wp4,
.wp5,
.wp6,
.wp7,
.wp8,
.wp9 {
  visibility: hidden;
}
.wp2 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.bounceInLeft,
.bounceInRight,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight,
.bounceInDown {
  visibility: visible;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
a {
  color: #29c7ca;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
}
a:hover,
a:focus {
  color: #26b6b9;
  text-decoration: none;
}
body {
  font-family: 'Roboto', sans-serif, tahoma;
  font-weight: 300;
  color: rgba(28, 54, 83, 0.6);
  -webkit-text-size-adjust: 100%;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.section-padding {
  padding: 30px 0;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #000; /*DeColourChange;*/
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #000;
  border-radius: 4px;
}
@font-face {
  font-family: 'Pe-icon-7-stroke';
  font-weight: normal;
  font-style: normal;
}
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 20px 0;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 60px;
  margin: -30px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "Pe-icon-7-stroke";
  font-size: 60px;
  font-weight: 200;
  display: inline-block;
  content: '\e686';
  color: #ffffff;
}
.flex-direction-nav a.flex-next:before {
  content: '\e684';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "fontawesome";
  font-size: 20px;
  display: inline-block;
  content: '\f04c';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f04b';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -110px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #5C5F6A;
  background: #5c5f6a;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #000; /*DeColourChange;*/
}
.flex-control-paging li a:hover {
  background: #000; /*DeColourChange;*/
  background: #ffffff;
}
.flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, 0);
  border: solid 2px #000; /*DeColourChange;*/
  cursor: default;
  line-height: 1.2;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    display: none;
  }
  .flex-direction-nav .flex-next {
    display: none;
  }
}
/*------------------------------------------------------------------
[4.1.1. Form Controlls]
*/
.form-control {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  /*Colored Inputs*/
}
.form-control::-webkit-input-placeholder {
  font-weight: 300;
}
.form-control:-moz-placeholder {
  font-weight: 300;
}
.form-control::-moz-placeholder {
  font-weight: 300;
}
.form-control:-ms-input-placeholder {
  font-weight: 300;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border-color: #d1d1d1;
}
.form-control[class*="bg-"]::-webkit-input-placeholder {
  color: #ffffff;
}
.form-control[class*="bg-"]:-moz-placeholder {
  color: #ffffff;
}
.form-control[class*="bg-"]::-moz-placeholder {
  color: #ffffff;
}
.form-control[class*="bg-"]:-ms-input-placeholder {
  color: #ffffff;
}
.form-control.bg-default {
  border-color: #292929;
}
.form-control.bg-default:focus {
  border-color: #212121;
}
.form-control.bg-primary {
  border-color: #29c7ca;
}
.form-control.bg-primary:focus {
  border-color: #26b6b9;
}
.form-control.bg-success {
  border-color: #1dbc9c;
}
.form-control.bg-success:focus {
  border-color: #1aa88b;
}
.form-control.bg-info {
  border-color: #34b5dc;
}
.form-control.bg-info:focus {
  border-color: #39aed1;
}
.form-control.bg-warning {
  border-color: #ffc107;
}
.form-control.bg-warning:focus {
  border-color: #efb608;
}
.form-control.bg-danger {
  border-color: #cd4237;
}
.form-control.bg-danger:focus {
  border-color: #ac372e;
}
.form-control.bg-inverse {
  border-color: #fefefe;
}
.form-control.bg-inverse:focus {
  border-color: #f5f5f5;
}
.form-control.bg-white {
  border-color: #ffffff;
}
.form-control.bg-white:focus {
  border-color: #fafafa;
}
/*Disabled & Read-Only*/
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f6f6f6;
}
/*Validation States*/
.has-success .form-control {
  border-color: #1dbc9c;
}
.has-success .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #1aa88b;
}
.has-success .form-control::-webkit-input-placeholder {
  color: #1dbc9c;
}
.has-success .form-control:-moz-placeholder {
  color: #1dbc9c;
}
.has-success .form-control::-moz-placeholder {
  color: #1dbc9c;
}
.has-success .form-control:-ms-input-placeholder {
  color: #1dbc9c;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #1dbc9c;
}
.has-success .input-group-addon {
  border-color: #1dbc9c;
  color: #1dbc9c;
}
.has-warning .form-control {
  border-color: #ffc107;
}
.has-warning .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #efb608;
}
.has-warning .form-control::-webkit-input-placeholder {
  color: #ffc107;
}
.has-warning .form-control:-moz-placeholder {
  color: #ffc107;
}
.has-warning .form-control::-moz-placeholder {
  color: #ffc107;
}
.has-warning .form-control:-ms-input-placeholder {
  color: #ffc107;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #ffc107;
}
.has-warning .input-group-addon {
  border-color: #ffc107;
  color: #ffc107;
}
.has-error .form-control {
  border-color: #cd4237;
}
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ac372e;
}
.has-error .form-control::-webkit-input-placeholder {
  color: #cd4237;
}
.has-error .form-control:-moz-placeholder {
  color: #cd4237;
}
.has-error .form-control::-moz-placeholder {
  color: #cd4237;
}
.has-error .form-control:-ms-input-placeholder {
  color: #cd4237;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #cd4237;
}
.has-error .input-group-addon {
  border-color: #cd4237;
  color: #cd4237;
}
.has-feedback label ~ .form-control-feedback {
  top: 20px;
  vertical-align: middle;
}
.has-feedback label ~ .form-control-feedback[class*="pe-"] {
  font-size: 27px;
  top: 27px;
}
.has-feedback label ~ .form-control-feedback[class*="fa-"] {
  font-size: 18px;
  top: 31px;
}
.has-feedback label ~ .form-control-feedback[class*="glyphicon-"] {
  font-size: 16px;
  top: 24px;
}
/*Input Group Addon*/
.input-group-addon {
  color: #555;
  background-color: #f3f3f3;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
/*Input With Icon*/
.append-icon {
  position: relative;
}
.append-icon input {
  padding-right: 45px;
}
.append-icon i {
  color: #1b1e25;
  color: rgba(27, 30, 37, 0.6);
  font-size: 14px;
  height: 34px;
  left: auto;
  line-height: 34px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 36px;
}
.append-icon .input-lg ~ i {
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  width: 46px;
}
.append-icon .input-sm ~ i {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.prepend-icon {
  position: relative;
}
.prepend-icon input {
  padding-left: 45px;
}
.prepend-icon span {
  padding-left: 36px;
}
.prepend-icon i {
  color: #1b1e25;
  color: rgba(27, 30, 37, 0.6);
  font-size: 14px;
  height: 34px;
  left: 0;
  line-height: 34px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 36px;
}
.prepend-icon .input-lg ~ i {
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  width: 46px;
}
.prepend-icon .input-sm ~ i {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
/*Input Group With Button*/
.input-group-btn:not(.input-group-lg):not(.input-group-sm) > .btn {
  padding-top: 8px;
  padding-bottom: 7px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: 0;
}
.form-heading {
  display: block;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 300;
  color: #262626;
  margin-bottom: 15px;
}
label {
  font-weight: normal;
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .header {
    width: 90%;
    margin: 0 auto;
  }
  .intro-content {
    display: inline-block;
    width: 60%;
  }
  .hero .hero-content {
    padding-top: 28%;
  }
}
@media screen and (max-width: 991px) {
  .header {
    width: 90%;
    padding-left: 25px;
  }
  .hero .hero-content {
    padding-top: 32%;
  }
  .header-nav {
    position: fixed;
    background-color: #212121;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    -moz-transition: opacity 0.5s, visibility 0s 0.5s;
    -o-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
  }
  .header ul.member-actions {
    position: static;
  }
  .navicon {
    visibility: visible;
  }
  .header .nav-wrapper {
    display: absolute;
  }
  .header nav {
    position: relative;
    top: 45%;
    -moz-transform: translatey(-45%);
    -ms-transform: translatey(-45%);
    -o-transform: translatey(-45%);
    -webkit-transform: translatey(-45%);
    transform: translatey(-45%);
  }
  .header nav ul li a {
    color: #000; /*DeColourChange;*/
    font-size: 25px;
    font-weight: 300;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .header nav ul li {
    margin-bottom: 25px;
  }
  .header nav ul.primary-nav li {
    display: block;
  }
  .header nav ul.member-actions li {
    display: block;
  }
  .header nav a.login {
    margin-right: 0;
  }
  .header nav ul.primary-nav {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .header nav ul.primary-nav li a {
    padding-right: 0;
  }
  .header nav .member-actions {
    position: static;
    padding: 0;
    text-align: center;
  }
  .header nav ul.primary-nav li,
  .header nav ul.member-actions li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    -moz-transform: translate3d(0, -80px, 0);
    -o-transform: translate3d(0, -80px, 0);
    -ms-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    -o-transition: -o-transform 0.5s, opacity 0.5s;
    transition: -webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s, opacity 0.5s;
  }
  .header .header-nav.open ul.primary-nav li,
  .header .header-nav.open ul.member-actions li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .header nav ul.primary-nav li:first-child {
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  .header nav ul.primary-nav li:nth-child(2) {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .header nav ul.primary-nav li:nth-child(3) {
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .header nav ul.primary-nav li:nth-child(4) {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .header nav ul.member-actions li:first-child {
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .header nav ul.member-actions li:nth-child(2) {
    -moz-transition-delay: 0.30s;
    -o-transition-delay: 0.30s;
    -webkit-transition-delay: 0.30s;
    transition-delay: 0.30s;
  }
  .intro-content {
    display: inline-block;
    width: 75%;
    margin-bottom: 30px;
  }
  .last {
    margin: 0;
  }
  .features {
    padding-bottom: 0;
  }
  .features .device-showcase,
  .features-extra .macbook-wrap {
    display: none;
  }
  .features .responsive-feature-img,
  .features-extra .responsive-feature-img {
    display: block;
    width: 85%;
    margin: 15% auto 0;
  }
  .features .responsive-feature-img img,
  .features-extra .responsive-feature-img img {
    width: 100%;
  }
  .hero-strip {
    margin-top: 0;
  }
  .blog-intro .leftcol {
    padding: 0 15px;
    margin-bottom: 15px;
    border-right: none;
  }
  .blog-intro .rightcol {
    padding: 0 20px;
  }
  .footer .social {
    display: none;
  }
  .footer .footer-links {
    margin: 120px 0 120px 0;
  }
}
@media screen and (max-width: 640px) {
  .footer ul.footer-group {
    border-top: none;
  }
  .footer ul.footer-group li a {
    font-size: 13px;
    text-transform: uppercase;
    padding: 20px 0;
    display: block;
    border-bottom: dashed 1px #434343;
  }
  .footer ul.footer-group li {
    display: block;
  }
  .footer ul.footer-group li:last-child {
    margin-right: 30px;
  }
  .footer .footer-links {
    margin: 50px 0 50px 0;
  }
  .footer .footer-logo {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .hero .hero-content {
    padding-top: 41%;
  }
  .hero .btn {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .hero .btn:first-of-type {
    margin-bottom: 20px;
  }
  .hero h1 {
    font-size: 50px;
  }
  .btn-margin-right {
    margin-right: 0px;
  }
  .features .device-showcase-left {
    position: absolute;
    bottom: -392px;
    left: 41%;
    right: auto;
    transform: translateX(-50%);
  }
  .features .ipad-wrap {
    width: 706px;
    height: 1002px;
    background: url("less/img/ipad-device.png") no-repeat center center;
    z-index: 1;
    background-size: 40%;
  }
  .features .iphone-wrap {
    width: 304px;
    height: 617px;
    background: url("less/img/iphone6.png") no-repeat center center;
    position: absolute;
    left: 350px;
    bottom: 129px;
    z-index: 2;
    background-size: 40%;
  }
  .features {
    padding-bottom: 0;
  }
  .down-arrow {
    display: none;
  }
}


.hero {
  min-height: 750px;
  /* background: #3c8dbc !important; */
  background-size: cover;
  position: relative;
}
.navigation.fixed {
  background-color: #13547a !important;
  border-bottom: 1px solid #0e4368 !important;
}
.footer {
  background-color: #13547a;
  border-top: 1px solid #0e4368 !important;
  position: absolute;
    width: 100%;
    bottom: 0;
    padding-top: 10px;
}
/*# sourceMappingURL=app.css.map */
.form-wrapper {
    margin-top: 160px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.13) !important;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 50px;
    border: 1px solid rgba(19, 84, 122, 0.66) !important;
}
