/* 
TEMPLATE NAME : Skapp - APP Landing Page
VERSION : 1.2
CREATED : 1 May 2017
LAST UPDATE : 15 May 2017
AUTHOR : Saerox
URL : http://themeforest.net/user/Saerox
*/
/* -----------------------------------------------------------
TABLE OF CONTENTS:
--------------------------------------------------------------
01) General
02) Helper Class
03) Section
04) Button & Text
05) Header
-------------------------------------------------------------
------------------------------------------------------------*/
/*-----------------------------------------
1) General
--------------------------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
::-moz-selection {
  color: #fff; 
  background: #06cefc;
}
::selection {
  color: #fff; 
  background: #06cefc;
} 
body {
  width: 100%;
  height: 100%;
  font-family: Century Gothic, sans-serif;
}

html {
  width: 100%;
  height: 100%;
}
body {
  background-color: #fff;
  color: #a4b1bf;
  font-size: 16px;
  line-height: 1.7;
}
a {
  color: #242f35;
  text-decoration: none;
  -webkit-transition: ease .6s;
     -moz-transition: ease .6s;
      -ms-transition: ease .6s;
       -o-transition: ease .6s;
          transition: ease .6s;
}
a:hover {
  text-decoration: none;
  color: #06cefc;
}
a:focus {
  outline: none;
  color: #999;
  text-decoration: none;
}
ol,ul,li{
  list-style:none;
}
iframe {
  border: none;
  width: 100%;
}
img { 
  max-width: 100%; 
}
*:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Century Gothic, sans-serif;

}

h2 {
  word-break: break-word;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url('../../images/loader-01.gif');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  margin: -40px 0 0 -100px;
}
.os-animation{
  opacity: 0;
}
.os-animation.animated{
  opacity: 1;
}
.go-top {
  background: rgb(25,171,214);
  background: -webkit-linear-gradient(left,     rgba(25,171,214,1) 35%, rgba(30,200,252,1) 100%);
     background: -moz-linear-gradient(left,     rgba(25,171,214,1) 35%, rgba(30,200,252,1) 100%);
          background: linear-gradient(to right, rgba(25,171,214,1) 35%, rgba(30,200,252,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06cefc', endColorstr='#1ec8fc',GradientType=1 );
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  position: fixed;
  bottom: 1em;
  right: 1em;
  text-decoration: none;
  font-size: 24px;
  text-align: center;
  line-height: 48px;
  display: none;
  transition: 0.5s;
  background-size: 200% auto;
  z-index: 10000;
}
.go-top:hover,
.go-top:focus {
  background-position: right center;
  color: #fff;
}
.bg-image {
  background: url('../../images/geometric-bg.png') repeat fixed;
}
.bg-gradient {
  background: rgb(54,209,220);
  background: -webkit-linear-gradient(left,     rgba(54,209,220,1) 0%, rgba(91,134,229,1) 100%);
     background: -moz-linear-gradient(left,     rgba(54,209,220,1) 0%, rgba(91,134,229,1) 100%);
          background: linear-gradient(to right, rgba(54,209,220,1) 0%, rgba(91,134,229,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36d1dc', endColorstr='#5b86e5',GradientType=1 );
}
.bg-gradient-01 {
  background: rgb(239,239,187);
  background: -webkit-linear-gradient(left,     rgba(239,239,187,1) 0%, rgba(212,211,221,1) 100%);
     background: -moz-linear-gradient(left,     rgba(239,239,187,1) 0%, rgba(212,211,221,1) 100%);
          background: linear-gradient(to right, rgba(239,239,187,1) 0%, rgba(212,211,221,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefbb', endColorstr='#d4d3dd',GradientType=1 );
}
.boxed-layout {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  position: relative;
}
.boxed-layout::after, .boxed-layout::before {
  content: "";
  display: table;
}
.boxed-layout::after {
  clear: both;
}
.boxed-layout .navbar {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width:767px) {
  .boxed-layout {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  .boxed-layout .navbar {
    width: 100%;
    margin: 0;
  }
}
/*-----------------------------------------
02) Helper Class
--------------------------------------------------*/
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.vc {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.np {
  padding: 0!important;
}
.pb-0 {
  padding-bottom: 0!important;
}
.pb-30 {
  padding-bottom: 30px!important;
}
.nm {
  margin: 0!important;
}
.mt-30 {
  margin-top: 30px!important;
}
.mt-50 {
  margin-top: 50px!important;
}
.mr-10 {
  margin-right: 10px!important;
}
.mb-0 {
  margin-bottom: 0!important;
}
.mb-15 {
  margin-bottom: 15px!important;
}
.mb-30 {
  margin-bottom: 30px!important;
}
.mb-50 {
  margin-bottom: 50px!important;
}
.ml-10 {
  margin-left: 10px!important;
}
/*-----------------------------------------
03) Section
--------------------------------------------------*/
.section-title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.section-title .subtitle {
  color: #40545a;
  font-size: 80px;
  font-weight: 700;
  left: 50%;
  line-height: 1;
  opacity: 0.07;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-title-01 {
  text-align: left;
  position: relative;
  z-index: 1;
}
.section-title-01 .subtitle {
  color: #40545a;
  font-size: 80px;
  font-weight: 700;
  left: 0;
  line-height: 1;
  opacity: 0.07;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
.section-title h2, .section-title-01 h2 {
  color: #40545a;
  font-size: 38px;
  font-weight: 400; 
  margin-bottom: 15px;
}
hr.hr-title { 
  background: rgb(25,171,214);
  background: -webkit-linear-gradient(left,     rgba(25,171,214,1) 35%, rgba(30,200,252,1) 100%);
     background: -moz-linear-gradient(left,     rgba(25,171,214,1) 35%, rgba(30,200,252,1) 100%);
          background: linear-gradient(to right, rgba(25,171,214,1) 35%, rgba(30,200,252,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06cefc', endColorstr='#1ec8fc',GradientType=1 );
  width: 160px;
  height: 2px;
  border: 0;
  padding: 0; 
  color: #06cefc; 
  text-align: center; 
  margin-bottom: 50px;
} 
hr.hr-title-01 { 
  background: -webkit-linear-gradient(left,     rgba(25,171,214,0) 0%, rgba(25,171,214,1) 50%, rgba(25,171,214,0) 100%);
     background: -moz-linear-gradient(left,     rgba(25,171,214,0) 0%, rgba(25,171,214,1) 50%, rgba(25,171,214,0) 100%);
          background: linear-gradient(to right, rgba(25,171,214,0) 0%, rgba(25,171,214,1) 50%, rgba(25,171,214,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0006cefc', endColorstr='#0006cefc',GradientType=1 );
  width: 220px;
  border: 0; 
  height: 2px;  
  text-align: center; 
  margin-bottom: 50px;
} 
hr.hr-title-02 { 
  background: rgb(25,171,214);
  background: -webkit-linear-gradient(left,     rgba(25,171,214,1) 35%, rgba(30,200,252,1) 100%);
     background: -moz-linear-gradient(left,     rgba(25,171,214,1) 35%, rgba(30,200,252,1) 100%);
          background: linear-gradient(to right, rgba(25,171,214,1) 35%, rgba(30,200,252,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06cefc', endColorstr='#1ec8fc',GradientType=1 );
  width: 160px;
  border: 0; 
  height: 2px;  
  margin-left: 0; 
  margin-bottom: 50px;
} 
hr.hr-title-03 { 
  background: rgb(245,78,162);
  background: -webkit-linear-gradient(left,     rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
     background: -moz-linear-gradient(left,     rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
          background: linear-gradient(to right, rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54ea2', endColorstr='#ff7676',GradientType=1 );
  width: 160px;
  border: 0; 
  height: 2px;  
  margin-left: 0; 
  margin-bottom: 50px;
}
hr.hr-title-04 { 
  background: rgb(245,78,162);
  background: -webkit-linear-gradient(left,     rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
     background: -moz-linear-gradient(left,     rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
          background: linear-gradient(to right, rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54ea2', endColorstr='#ff7676',GradientType=1 );
  width: 160px;
  height: 2px;
  border: 0;
  padding: 0; 
  color: #06cefc; 
  text-align: center; 
  margin-bottom: 50px;
} 
hr.hr-icon:after { 
  content: "∞"; 
  display: inline-block; 
  position: relative; 
  top: -34px; 
  font-size: 40px; 
  padding: 0 0.25em; 
  background: #fff; 
  color: #40545a;
}
hr.hr-icon-dark:after { 
  content: "∞"; 
  display: inline-block; 
  position: relative; 
  top: -34px; 
  font-size: 40px; 
  padding: 0 0.25em; 
  background: #273b41; 
  color: #fff;
}
hr.hr-icon-dark-light:after { 
  content: "∞"; 
  display: inline-block; 
  position: relative; 
  top: -34px; 
  font-size: 40px; 
  padding: 0 0.25em; 
  background: #586c72; 
  color: #fff;
}
.white-bg {
  background: #fff;
  padding: 120px 0;
  display: block;
}
.grey-bg {
  background: #edf4f6;
  padding: 120px 0;
  display: block;
}
.blue-bg {
  background: #06cefc;
  padding: 120px 0;
  display: block;
}
.dark-light-bg {
  background: #586c72;
  padding: 120px 0;
  display: block;
}
.dark-bg {
  background: #273b41;
  padding: 120px 0;
  display: block;
}
.gradient-bg {
  background: rgb(255,255,255);
  background: -webkit-linear-gradient(top,       rgba(255,255,255,1) 0%, rgba(233,240,242,1) 70%);
     background: -moz-linear-gradient(top,       rgba(255,255,255,1) 0%, rgba(233,240,242,1) 70%);
          background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(233,240,242,1) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9f0f2',GradientType=0 );
  padding: 120px 0;
  display: block;
}
.gradient-bg-01 {
  background: rgb(245,78,162);
  background: -webkit-linear-gradient(-45deg, rgba(245,78,162,1) 10%, rgba(255,118,118,1) 100%);
     background: -moz-linear-gradient(-45deg, rgba(245,78,162,1) 10%, rgba(255,118,118,1) 100%);
          background: linear-gradient(-45deg, rgba(245,78,162,1) 10%, rgba(255,118,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54ea2', endColorstr='#ff7676',GradientType=1 );
  padding: 120px 0;
  display: block;
}
.dark-bg h2, .dark-light-bg h2, .blue-bg h2 {
  color: #fff;
}
.color-text {
  color: #06cefc;
}
.gradient-text {
  background: rgb(85,98,112);
  background: -webkit-linear-gradient(left,     rgba(85,98,112,1) 0%, rgba(0,201,255,1) 70%);
     background: -moz-linear-gradient(left,     rgba(85,98,112,1) 0%, rgba(0,201,255,1) 70%);
          background: linear-gradient(to right, rgba(85,98,112,1) 0%, rgba(0,201,255,1) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40545a', endColorstr='#06cefc',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text-01 {
  background: rgb(25,171,214);
  background: -webkit-linear-gradient(left,     rgba(25,171,214,1) 35%, rgba(30,200,252,1) 100%);
     background: -moz-linear-gradient(left,     rgba(25,171,214,1) 35%, rgba(30,200,252,1) 100%);
          background: linear-gradient(to right, rgba(25,171,214,1) 35%, rgba(30,200,252,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06cefc', endColorstr='#1ec8fc',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text-02 {
  background: rgb(245,78,162);
  background: -webkit-linear-gradient(left,     rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
     background: -moz-linear-gradient(left,     rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
          background: linear-gradient(to right, rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54ea2', endColorstr='#ff7676',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*-----------------------------------------
04) Button & Text
--------------------------------------------------*/
.normal-btn {
  display: inline-block;
  background: #06cefc;
  border: 2px solid #06cefc;
  border-radius: 35px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 13px 60px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.normal-btn:hover,
.normal-btn:focus {
  background: #fff;
  color: #06cefc;
}
.dark-btn {
  display: inline-block;
  background: #40545a;
  border: 2px solid #40545a;
  border-radius: 35px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 13px 60px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.dark-btn:hover,
.dark-btn:focus {
  background: #fff;
  color: #06cefc;
}
.gradient-btn {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  display: inline-block;
  text-decoration: none;
  border-radius: 35px;
  padding: 13px 60px;
  margin: 20px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.gradient-btn span {
  flex: 1 1 auto;
  background: rgb(85,98,112);
  background: -webkit-linear-gradient(left,     rgba(85,98,112,1) 0%, rgba(0,201,255,1) 100%);
     background: -moz-linear-gradient(left,     rgba(85,98,112,1) 0%, rgba(0,201,255,1) 100%);
          background: linear-gradient(to right, rgba(85,98,112,1) 0%, rgba(0,201,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40545a', endColorstr='#06cefc',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s;
  background-size: 200% auto;
  text-transform: uppercase;
}
.gradient-btn:hover,
.gradient-btn:focus {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.gradient-btn:hover span,
.gradient-btn:focus span {
  background-position: right center;
}
.gradient-btn-01 {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  display: inline-block;
  text-decoration: none;
  border-radius: 35px;
  padding: 13px 60px;
  margin: 20px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.gradient-btn-01 span {
  flex: 1 1 auto;
  background: rgb(245,78,162);
  background: -webkit-linear-gradient(left, rgba(245,78,162,1) 0%,rgba(255,118,118,1) 100%);
     background: -moz-linear-gradient(left, rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
          background: linear-gradient(to right, rgba(245,78,162,1) 0%,rgba(255,118,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54ea2', endColorstr='#ff7676',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s;
  background-size: 200% auto;
  text-transform: uppercase;
}
.gradient-btn-01:hover,
.gradient-btn-01:focus {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.gradient-btn-01:hover span,
.gradient-btn-01:focus span {
  background-position: right center;
}
.gradient-btn-02 {
  background: rgb(25,171,214);
  background: -webkit-linear-gradient(left,     rgba(25,171,214,1) 0%, rgba(30,200,252,1) 100%);
     background: -moz-linear-gradient(left,     rgba(25,171,214,1) 0%, rgba(30,200,252,1) 100%);
          background: linear-gradient(to right, rgba(25,171,214,1) 0%, rgba(30,200,252,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06cefc', endColorstr='#1ec8fc',GradientType=1 );
  display: inline-block;
  text-decoration: none;
  border-radius: 35px;
  padding: 13px 60px;
  margin: 20px 0;
  transition: 0.5s;
  background-size: 200% auto;
}
.gradient-btn-02 span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.gradient-btn-02:hover,
.gradient-btn-02:focus {
  background-position: right center;
}
.gradient-btn-03 {
  background: rgb(245,78,162);
  background: -webkit-linear-gradient(left,     rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
     background: -moz-linear-gradient(left,     rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
          background: linear-gradient(to right, rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54ea2', endColorstr='#ff7676',GradientType=1 );
  display: inline-block;
  text-decoration: none;
  border-radius: 35px;
  padding: 13px 60px;
  margin: 20px 0;
  transition: 0.5s;
  background-size: 200% auto;
}
.gradient-btn-03 span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.gradient-btn-03:hover,
.gradient-btn-03:focus {
  background-position: right center;
}
.pink-btn {
  display: inline-block;
  background: #f54ea2;
  border: 2px solid #f54ea2;
  border-radius: 35px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 13px 60px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.pink-btn:hover,
.pink-btn:focus {
  background: #fff;
  color: #f54ea2;
}
.orange-btn {
  display: inline-block;
  background: #ff7676;
  border: 2px solid #ff7676;
  border-radius: 35px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 13px 60px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.orange-btn:hover,
.orange-btn:focus {
  background: #fff;
  color: #ff7676;
}
/*-----------------------------------------
05) Header
--------------------------------------------------*/
.navbar-default {
  background: transparent;
}
.navbar-fixed-top .navbar-collapse, 
.navbar-fixed-bottom .navbar-collapse {
  max-height: 100%;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
  background: transparent;
  color: #e3e3e3;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #303f44;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #06cefc;
  background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #06cefc;
  background-color: #1a242f;
}
.navbar-default .navbar-toggle {
  border: 0 none;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
.logo {
  width: 54px;
}
.navbar-nav {
  float: right;
}
.navbar-nav > li {
  padding-top: 15px;
}
.navbar-nav > li > a {
  font-family: Century Gothic, sans-serif;
    font-size: 13px; 
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #e3e3e3;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #e3e3e3;
}
.navbar-dark.top-nav-collapse {
  background: #05233b!important;
}
.navbar-blue.top-nav-collapse {
  background: #05233b!important;
}
.navbar-gradient.top-nav-collapse {
  background: rgb(25,171,214);
  background: -webkit-linear-gradient(left,     rgba(25,171,214,1) 35%, rgba(30,200,252,1) 100%);
     background: -moz-linear-gradient(left,     rgba(25,171,214,1) 35%, rgba(30,200,252,1) 100%);
          background: linear-gradient(to right, rgba(25,171,214,1) 35%, rgba(30,200,252,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06cefc', endColorstr='#1ec8fc',GradientType=1 );
}
.navbar-gradient-01.top-nav-collapse {
  background: rgb(245,78,162);
  background: -webkit-linear-gradient(left,     rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
     background: -moz-linear-gradient(left,     rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
          background: linear-gradient(to right, rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54ea2', endColorstr='#ff7676',GradientType=1 );
}
.navbar-gradient-01.top-nav-collapse .navbar-nav > li > a:hover, 
.navbar-gradient-01.top-nav-collapse .navbar-nav > li > a:focus {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
}
.navbar-gradient-01.top-nav-collapse .navbar-nav > .active > a, 
.navbar-gradient-01.top-nav-collapse .navbar-nav > .active > a:hover, 
.navbar-gradient-01.top-nav-collapse .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
}
.navbar-default.navbar-blue .navbar-nav > li > a:hover, 
.navbar-default.navbar-blue .navbar-nav > li > a:focus {
  color: #06cefc;
}
.top-nav-collapse .logo {
  width: 40px;
  margin-top: -12px;
}
.top-nav-collapse .navbar-nav > li {
  font-size: 14px;
  padding-top: 0;
}
.top-nav-collapse .navbar-nav > li > a {
  color: #fff;
}
.navbar .dropdown-menu {
  background: white;
  border: 0 none;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.navbar .dropdown-menu > li > a {
  font-family: Century Gothic, sans-serif;
    font-size: 11px;
  padding: 8px 14px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: rgba(64, 84, 90, 0.05);
  color: #06cefc;
}

@media (min-width:767px) {
  .navbar {
    padding: 10px 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
       -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
            transition: background .5s ease-in-out,padding .5s ease-in-out;
  }
  .top-nav-collapse {
    padding: 0;
  }
}

@media screen and (max-width: 480px){
  .parallax {
    background-attachment: scroll!important;
    background-position: top!important;
    -webkit-background-size: auto!important;
       -moz-background-size: auto!important;
            background-size: auto!important;
  }
  .go-top {
    display: none!important;
  } 
  .navbar-default .navbar-nav > .open > a, 
  .navbar-default .navbar-nav > .open > a:hover, 
  .navbar-default .navbar-nav > .open > a:focus {
    color: #06cefc;
  }
  .navbar-collapse {
    background: #fff;
    padding: 0;
  }
  .navbar .logo {
    width: 40px;
    margin-top: -12px;
  }
  .navbar .navbar-nav > li {
    padding: 0;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
  }
  .navbar-nav {
    float: none;
    margin: 0;
  }
  .navbar .navbar-nav > li > a {
    color: #303f44;
    padding: 15px 0 15px 10px;
  }
  .navbar .navbar-nav > li > a:hover,
  .navbar .navbar-nav > li > a:focus {
    color: #06cefc;
  }
  .navbar .open .dropdown-menu {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    width: 100%;
  }
  .navbar .open .dropdown-menu > li > a {
    border-top: 1px solid #f0f0f0;
    padding-left: 20px;
  }
}