﻿@import "https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900";
body {
    background-color: #e5f5f4;
    font-family: "Nunito","Helvetica Neue",sans-serif;
    font-weight: 400;
}

html, body {
    height: 100%;
    width: 100%;
}
*::-moz-selection {
    background: #009d95 none repeat scroll 0 0;
    color: #fff;
}
.navbar-default {
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
    padding: 0 15px;
    font-family: "Nunito","Helvetica Neue",sans-serif;
    border-bottom: 1px solid #254f4d;
    box-shadow: 0 10px 6px -6px #254f4d;
}
.navbar-nav > li > a.login {
    background: #009d95 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff!important;
    margin: 10px 5px 0;
    padding: 6px 15px;
}

.navbar-default .navbar-header .navbar-brand {
    color: #003e3b;
    font-family: "Nunito","Helvetica Neue",sans-serif;
    padding: 5px 10px;
    font-weight:bold;
}
.bonga-logo {
    width:40px;
    height:40px
}
.navbar-default .navbar-nav > li > a {
    color: #005e59;
    font-size:15px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #35726f;
    background-color: #ccebe9;
}
.navbar-nav > li > a.login:hover {
    background: #32b0aa none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff !important;
    margin: 10px 5px 0;
    padding: 6px 15px;
}

.dropdown {
    display: inline-block;
    position: relative;
}
.dropdown-content {
    background-color: #009d96;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    display: none;
    margin-top: 9px;
    min-width: 210px;
    padding: 20px 15px;
    position: absolute;
    z-index: 1;
}
.dropdown-large {
    position: static!important;
}
.dropdown-menu-large {
    border: 1px solid #35726f;
    box-shadow: none;
    padding: 0;
    width: 100%;
    background: #f8fafa;
}
.dropdown-menu .first {
    color: #009d95;
    display: block;
    padding: 40px 0;
    text-decoration: none;
}

.view-content {
    height:100%;
}
h1.intro-header {
    font-size: 50px !important;
}
.home-banner {
    background-image: url('../images/backimage.jpg')
}

div.home {
    min-height: 100%;
}

    div.home.homev3 {
        background-position: center center;
        background-size: cover;
        color: #003e3b;
        min-height: 100%;
        position: relative;
        text-align: center;
        width: 100%;
    }

div.home {
    background-position: center center;
    background-size: cover;
    color: white;
    min-height: auto;
    position: relative;
    text-align: center;
    width: 100%;
}


div.home.homev3 .header-contented {
    padding: 100px 15px;
    position: relative;
    text-align: center;
    width: 100%;
}
div.home.homev3 .header-contented {
    padding: 0 50px;
    position: absolute;
    top: 52%;
    transform: translateY(-52%);
}
#signup-container {
    bottom: 10%;
    left: 0;
    margin: auto;
    position: absolute;
    width: 100%;
}
#signup-container .btn {
    background: #35726f none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    color: #fff;
    font-size: 13px;
    max-width: 200px;
    padding: 10px 20px;
    text-shadow: none;
}
.scrollDown {
    bottom: 3%;
    margin: auto;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
div.home.homev3 .header-contented .header-contented-inner h1 {
    margin-bottom: 10px;
    margin-top: 0;
}
#mainArea {
    background: #fff none repeat scroll 0 0;
}
section.intro, section.footer {
    padding: 40px 0;
}
.features {
    margin-top: 80px;
    overflow: hidden;
}
.text-white{
    color:#fff;
}
.footer {
    padding-bottom: 80px;
}
.text-intro {
    color: #35726f;
}
.footer {
    background: #35726f none repeat scroll 0 0;
    color: #fff;
    padding-bottom: 10px;
    border-top: 2px solid #254f4d;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #49807d;
    color: #fff;
}
.custom-icon {
    background: #666;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    border: 1px solid #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.46);
    color: #fff;
    display: table-cell;
    font-size: 15px;
    height: 30px;
    padding: 10px;
    text-align: center;
    transition: .5s;
    vertical-align: middle;
    width: 30px;
}

.custom-icon:hover {
    background: rgba(0, 0, 0, 0.6);
}

.fix-editor {
    display: none;
}

.icon-wrapper {
    display: inline-block;
}
/*----------- Social Media ----------*/
/* entypo */

a { 
   text-decoration: none;
}
ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#sticky-social {
   left: 0;
   position: fixed;
   top: 150px;
}
#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
}
#sticky-social a span {
   line-height: 35px;
   left: -120px;
   position: absolute;
   text-align:center;
   width:100px;
}
#sticky-social a:hover span {
    left: 100%;
    transition: left 0.3s;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00aced; }

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span { background: #dd4b39; }  

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span { background: #007bb6; }  

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span { background: #517fa4; }  

#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span { background: #eb4924; }  

#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span { background: #cc2127; }  

#sticky-social a[class*="flickr"],
#sticky-social a[class*="flickr"]:hover,
#sticky-social a[class*="flickr"] span { background: #ff0084; }  

#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span { background: #32506d; }
/*--------------------------------*/

.bonga-accent {
    color: #cc3367
}
hr.bonga-line {
    display: block;
    margin: 0 auto;
    height: 10px;
    background: url(../images/line.png) no-repeat center top;
    border: 0;
}
img.page-scroll-img{height:50px;width:50px;}