.map {
    min-width: 600px;
    min-height:600px;
    width: 100%;
    height: 100%;
}

.custom-bullet li {
    display: block;
}

.custom-bullet li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    position: relative;
    margin-right: 10px;
    top: 3px;
    color: #ccc;
}

body {
    font-family : 'Roboto', sans-serif;
    font-size   : 17px;
    line-height : 1.7em;
    color       : #353e55;
    font-weight : 100;
    background  : #ffffff;
    border      : 10px solid #fff;
}

/* --------------------------------------
 * Global Typography
 *------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin : 0 0 15px;
    color  : #0e1555;
}

h1 {
    font-size   : 36px;
    line-height : 1.2em;
    font-weight : 700;
}

h2 {
    font-size   : 30px;
    line-height : 1.5em;
    font-weight : 400;
}

h3 {
    font-size   : 24px;
    line-height : 1.5em;
    font-weight : 300;
}

h4 {
    font-size   : 18px;
    line-height : 1.5em;
    font-weight : 300;
}

h5 {
    font-size   : 16px;
    line-height : 1.5em;
    font-weight : 500;
}

h6 {
    font-size   : 15px;
    line-height : 24px;
}

/* --------------------------------------
 * LINK STYLE
 *------------------------------------------*/
a {
    color              : #fd367e;
    text-decoration    : none;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
}

a,
a:active,
a:focus,
a:active {
    text-decoration : none;
    outline         : none
}

a:hover,
a:focus {
    text-decoration : none;
    color           : #999999;
}

p {
    margin-bottom : 20px;
}

p.lead {
    font-size   : 19px;
    line-height : 1.7em;
}

ul {
    margin     : 0;
    padding    : 0;
    list-style : none;
}

/*Button Style*/
.btn {
    padding        : 10px 30px;
    margin-bottom  : 0;
    font-size      : 16px;
    border-radius  : 0;
    font-weight    : 500;
    border-width   : 2px;
    text-transform : uppercase;
}

.btn-lg {
    font-size : 18px;
    padding   : 15px 30px
}

/*btn-primary*/
.btn-primary {
    background-color : #fd367e;
    border-color     : #fd367e;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
    background   : transparent;
    color        : #fd367e;
    border-color : #fd367e;
}

/*btn-default*/
.btn-default {
    color            : #ffffff;
    background-color : transparent;
    border-color     : #ffffff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus {
    background-color : transparent;
    color            : #fd367e;
    border-color     : #fd367e;
}

button:focus,
.btn:focus,
.btn:active:focus {
    outline : none;
}

/* --------------------
 * Section Background
 * -------------------*/

.gray-bg {
    background-color : #f0f1f3;
    border-top       : 1px solid #eeeeee;
    border-bottom    : 1px solid #eeeeee;
}

.white-bg {
    background-color : #ffffff;
}

/* --------------------
 *  main Wrapper
 * -------------------*/
#main-wrapper {
    background : #ffffff;
    overflow   : hidden;
}

/*-----------------------------
 * NAVIGATION & HEADER STYLE
 *-------------------------------*/

.header {
    position : absolute;
    left     : 15px;
    right    : 15px;
    top      : 40px;
    z-index  : 9;
}

/*Logo*/
.navbar-brand {
    padding : 10px;
    height  : auto;
    margin  : 5px 0 !important;
}

@media (max-width : 768px) {
    .navbar-brand {
        width : 200px;
    }

    .navbar-brand img {
        max-width : 100%;
        height    : auto;
    }
}

/*navbar*/

.navbar {
    border-radius  : 0;
    padding        : 30px 0;
    background     : transparent;
    margin         : 0;
    font-size      : 15px;
    text-transform : uppercase;
}

@media (max-width : 768px) {
    .navbar {
        padding : 10px;
    }
}

/*navbar toggle*/
.navbar-toggle {
    margin        : 5px 0;
    padding       : 11px 10px;
    background    : transparent;
}

.navbar-toggle:hover {
    color: #fff;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

/*Navigation Style*/

.main-menu .navbar-right {
    margin-right : -15px;
}

.main-menu .nav li a {
    color       : #ffffff;
    font-weight : 500;
    padding     : 15px 0 15px 30px;
}

.main-menu .nav li a:hover,
.main-menu .nav li.active a {
    color      : #fd367e;
    background : transparent;
}

.main-menu .nav li a:focus {
    background : transparent;
}

@media (max-width : 991px) {
    .main-menu .nav li a {
        padding-left : 15px;
    }
}

@media (max-width : 768px) {
    .main-menu .nav li {
        text-align : center;
    }

    .main-menu .nav li a {
        padding : 5px 0;
        color: #0e1555;
    }

    .navbar-collapse {
        margin-top : 10px;
        background: #fff;
    }
}


/* Sticky Menu */
.sticky-nav {
    position           : fixed;
    right              : 0;
    left               : 0;
    top                : 0px;
    z-index            : 999;
    background         : #ffffff !important;
    padding            : 5px 0;
    box-shadow         : 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-transition : all .5s ease-in-out;
    -moz-transition    : all .5s ease-in-out;
    transition         : all .5s ease-in-out;
}

.sticky-nav .nav li a {
    color : #0e1555;
}

.sticky-nav .navbar-toggle .icon-bar{
    background: #333;
}

@media (max-width: 768px) {
    .sticky-nav{
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*-------------------
 * Jumbotron
 *-------------------*/

.jumbotron {
    background            : url(../images/dentist.jpeg);
    background-size       : cover;
    padding               : 0;
    //top: 100px;
    margin                : 0;
    height                : 100vh;
    max-height            : 500px;
    vertical-align        : middle;
    position              : relative;
    //background-attachment : fixed;
    background-repeat     : no-repeat;
    background-position   : center center;
    overflow              : hidden;
    text-align: center;
}

.jumbotron .content {
    color             : #ffffff;
    position          : absolute;
    top               : 30%;
    left              : 0;
    right             : 0;
    height            : 30%;
    width             : 100%;
   // margin            : 0 auto;
   // padding           : 0 10%;
   // transform         : translateY(-50%);
    -webkit-transform : translateY(-50%);
    -moz-transform    : translateY(-50%);
}

.jumbotron .content h1 {
    color       : #ffffff;
    font-weight : bold;
}

.jumbotron .content p.lead {
    font-size   : 24px;
    line-height : 1.5em;
    color       : rgba(255, 255, 255, .7);
}

.jumbotron .content .event-date {
    font-size     : 24px;
    margin-bottom : 40px;
}

.jumbotron .btn {
    margin-top : 40px;
}

@media (max-width : 600px) {
    .jumbotron .content {
        min-height : auto;
    }

    .jumbotron .content h1 {
        font-size : 26px;
    }

    .jumbotron .content p.lead {
        font-size : 15px;
    }
}

/*---------------------------
 * Section Wrapper
 *---------------------------*/
.section-wrapper {
    padding : 100px 0;
}

/*---------------------------
 * Section Title
 *---------------------------*/
.section-title {
    margin-bottom : 60px;
    text-align    : center;
}

.section-title h1 {
    margin-bottom : 5px;
}

.section-title p {
    font-size : 18px;
    color     : #888888;
}

/* ----------------------------------------------
 * About Event
 *-----------------------------------------------*/
.about-event .lead {
    font-size   : 19px;
    line-height : 1.7em;
}

.about-event address {
    font-size   : 15px;
    color       : #888888;
    line-height : 1.8em;
}

.about-event address strong {
    color : #353e55;
}


.page-nav-point {
    height: 50px;
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */
#preloader {
    background : #ffffff;
    bottom     : 0;
    left       : 0;
    position   : fixed;
    right      : 0;
    top        : 0;
    z-index    : 9999;
}

#status,
.status-mes {
    background-image    : url(../img/preloader.gif);
    background-position : center;
    background-repeat   : no-repeat;
    height              : 200px;
    left                : 50%;
    margin              : -100px 0 0 -100px;
    position            : absolute;
    top                 : 50%;
    width               : 200px;
}

.status-mes {
    background : none;
    left       : 0;
    margin     : 0;
    text-align : center;
    top        : 65%;
}