/* Pomodoro CSS */

        #home-slider .owl-stage {
        transition: 8.0s !important;
        }
 /*
        .logo_pomodoro {
            width: 355px;
        }
*/
        @media only screen and (max-width: 568px) {
            .logointro {
                .logointro {
                    width: 355px;
                }
            }
        }
        /*
        .logo_pomodoro {
            background: url(images/pomodoro-logo-50-light.png) no-repeat;
        }

        .logo_pomodoro.dark {
            background: url(images/pomodoro-logo-50.png) no-repeat;
        }
        */
        .navbar-toggle {
            color: #930e0e;
        }
        section.menu {
            background: none;
        }

        #header {
            position: fixed;
            top:0px;
            left: 0px;
            z-index:1001;
            width: 100%;
            height: 90px;
            background-color: #fff!important;
            box-shadow: 0 1px 3px rgba(0,0,0,0.11);
            padding-top: 20px;
        }

        #header .menu-item a {
            color: #818181;
        }
        #header.overflow {
            top:-100px;
            left: 0px;
            background-color: #fff!important;
            box-shadow: 0 1px 3px rgba(0,0,0,0.11);
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            -webkit-font-smoothing: antialiased;
        }

        
        .section-subtitle {
            margin-bottom: 20px;
        }

        .contact-location {
            color: #e1e1e1;
            font-family: "Open Sans";
            font-size: 14px;
            margin-bottom: 60px;
        }

        .contact-location ol li {
            padding-bottom: 15px;
        }

        #map {
            height: 400px;
        }