body {
	font-family: Roboto;
	font-size: 14px;
	color: #444;
}

.clr {
	clear: both;
}

.heading-thin {
	font-family: Roboto;
}

/*Nav*/
.nav {
	font-family: Roboto;
}
.nav-topbar .nav > li > a {
	font-size: 14px;
}

.dropdown-menu > li > a {
	white-space: normal;
	font-weight: 300;
}

.main-navbar-nav li > .dropdown-menu {
	min-width: 240px;
}

.main-navbar-nav .dropdown-mega .dropdown-menu .menu-list {
	margin-bottom: 0;
}

.main-navbar-nav > li > a {
	text-transform: uppercase;
} 


@media screen and (min-width: 993px){
	.main-navbar-nav .dropdown:hover > .dropdown-menu .dropdown:hover .dropdown-menu {
		left: 240px;
	}
}


.navbar-toggle .icon-bar {
	height: 4px;
    width: 26px;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #fff;
}

.navbar-default .navbar-toggle {
	padding: 16px 10px;	
	position: absolute;
	right: 15px;
}

@media screen and (min-width: 993px){
	.navbar-shrinkable {
		top: 50px;
	}
	.navbar-fixed-top.shrink-active {
		top: 0;
	}
}

/*Page header*/
.page-header .page-title {
	font-family: Roboto;
	font-size: 24px;
}

/*Breadcrumbs*/
.breadcrumb > li + li:before  {
	color: #cecece;
}


/*Feedback*/
.feedback {
	padding: 0 25px;
}

.feedback h4 {
	font-size: 14px;
    font-weight: 500;
    font-family: Roboto;
}

.feedback p {
	font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 24px;

}

/*Call-to-action*/
.cta-2-columns .heading {
	font-family: Roboto;
}

/*News*/
.latest-news-footer .title {
	font-family: Roboto;
	font-weight: 400;
}

/*OwlCarousel*/ 
.owl-controls button {
	background: none;
	border: none;
	padding: inherit;
}
.owl-controls button:focus {
	outline: none;
}

blockquote {
	font-size: inherit;
}





