.navbar-default {
    background-color: #fff;
    border-color: #fff;
    margin-bottom: 0px;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-fixed-top-bg {
    background-color: #fff;
    box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);
}
.logoMObile{
    max-width: 20%;
    margin-top: -16px;
}
.navbar-nav > li > a {
    padding-top: 24px;
    padding-bottom: 25px;
}
.navbar-fixed-top .navbar-nav > li > a {
    padding-top: 23px;
    padding-bottom: 25px;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    font-size: 19px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #878787;
    /*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
    background-color: transparent;
}
.header-pricing{
    background-color:#0094e4;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-pricing h4{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}


#logo{
    /*background: #fff;*/
    /*border-: 1px solid #000;*/
    position: relative;
    z-index: 0;
    max-width: 200px;
    padding: 10px;
    /*     padding-bottom: 10px;*/
}
.logo-no-fixed img{
    max-width: 65%;
    transition: all 0.3s ease-in-out 0s;
}
.logo-fixed img{
    max-width: 30% !important;
    transition: all 0.3s ease-in-out 0s;
}
header{
    height: 68px;
    background-color:#fff;
    border-color: #fff;
    box-shadow:0 8px 28px 2px rgb(128, 128, 128)
}
.nav > li > a, .nav > li > a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 24px 14px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
}
.tipeIt {
    height: 220px;
}