#header-outer[data-format="centered-menu"] header#top .span_9 .sf-menu{
	text-align: right!important;
}

body:not(.material) header#top nav > ul > li:not(#social-in-menu) > a{
	margin-left: 12px;
    margin-right: 12px;
}

body #slide-out-widget-area .inner .off-canvas-menu-container li.menu-item a{
	font-size: 25px;
    line-height: 40px;
    font-weight: 500;
    border-bottom: 1px solid RGBA(255,255,255,0.2);
    display: block;
}

.google-maps {
    position: relative;
    padding-bottom: 45%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#start_clock_h1{
	font-size: 60px;
}

@media only screen and (max-width:999.9px){

	html body:not(.material) header#top #logo {
	    margin-top: 0px!important;
	}
		header#top #logo img.default-logo {
			height: 45px!important;
			top: 0;
		}	

	body #slide-out-widget-area .inner .off-canvas-menu-container li.menu-item a {
    	font-size: 21px;
		line-height: 52px;
    }

	#start_clock_h1{
		font-size: 40px;
		line-height: normal;
	}
	
	.circle-dashboard .circle-dash, .circle-dashboard .circle-tripdash{
		width: 90px;
		height: 90px;
		font-size: 1.1em;
		margin: 10px 2%;
		background-color: RGBA(0,0,0,0.1);
		border-color: #ffffff;
	}
	.circle-dashboard .circle-dash_title{
		margin-top: 13px;
		font-size: 80%
	}
	.circle-dash .circle-digit{
		font-size: 150%;
	}
	
}