/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
	font-display: fallback;
  src: url('../fonts/roboto-slab-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
       url('../fonts/roboto-slab-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v7-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
	font-display: fallback;
  src: url('../fonts/roboto-slab-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'),
       url('../fonts/roboto-slab-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v7-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
blockquote p {
	font-size:1.28571em;
}
.form-control, .btn, .navbar, .alert, .list-group {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}
.form-control:focus {
	border-color: #00467f;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #00467f;
	moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #00467f;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #00467f;
}
.button, .button-on {
	font-size: 16px !important;
	margin-bottom: 10px;
	/*text-transform: uppercase;*/
}
.button a {
	color: #fff !important;
	font-weight: bold;
	text-decoration: none !important;
}
.btn-default, .btn-primary, .btn-secondary, .btn-success, .btn-info, .btn-warning, .btn-danger {
	box-shadow:none!important;
	-webkit-box-shadow:none!important;
	-moz-box-shadow:none!important;
}
.btn:active, .btn.active {
	background-image:none;
}
.btn-default, [type="button"], button, .button, [type="submit"].btn-default {
	background-color: #00467f;
	border-color: #00467f;
	border-color: rgba(54,59,63,0.08);
	color: #fff!important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, [type="button"]:hover, [type="button"]:focus, [type="button"]:active, [type="button"].active, button:hover, button:focus, button:active, button.active, .button:hover, .button:focus, .button:active, .button.active, [type="submit"].btn-default:hover, [type="submit"].btn-default:focus, [type="submit"].btn-default:active, [type="submit"].btn-default.active {
	background-color: #00467f;
	border-color: #00467f;
	border-color: rgba(54,59,63,0.08);
	color: #fff!important;
}
.btn-primary, [type="submit"] {
	background-color: #00467f;
	background-repeat: repeat-x;
	border-color: #00467f;
	color: #ffffff!important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, [type="submit"]:hover, [type="submit"]:focus, [type="submit"]:active, [type="submit"].active {
	background-color: #00467f;
	border-color: #00467f;
}
.btn-secondary, [type="reset"] {
	background-color: #00467f;
	background-repeat: repeat-x;
	border-color: #00467f;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, [type="reset"]:hover, [type="reset"]:focus, [type="reset"]:active, [type="reset"].active {
	background-color:#313539;
	border-color:#313539;
}
.btn-success {
	background-repeat:repeat-x;
	background-color:#5cb85c;
	border-color:#5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
	background-color:#53a653;
	border-color:#53a653;
}
.btn-info {
	background-repeat:repeat-x;
	background-color:#5bc0de;
	border-color:#5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
	background-color:#52adc8;
	border-color:#52adc8;
}
.btn-warning {
	background-repeat:repeat-x;
	background-color:#f0ad4e;
	border-color:#f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
	background-color:#d89c46;
	border-color:#d89c46;
}
.btn-danger {
	background-repeat:repeat-x;
	background-color:#d9534f;
	border-color:#d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
	background-color:#c34b47;
	border-color:#c34b47;
}
.btn-link {
	background: none;
	border-color: transparent;
	color: #00467f!important;
}
.btn-link:hover {
	color:#00467f!important;
}
.btn-primary, [type="submit"], .btn-secondary, [type="reset"], .btn-success, .btn-info, .btn-warning, .btn-danger {
	color:#ffffff!important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, [type="submit"]:hover, [type="submit"]:focus, [type="submit"]:active, [type="submit"].active, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, [type="reset"]:hover, [type="reset"]:focus, [type="reset"]:active, [type="reset"].active, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
	color:#ffffff!important;
}
input.btn-xs[type="submit"], input.btn-xs[type="reset"], button.btn-xs[type="submit"], button.btn-xs[type="reset"] {
	padding:1px 5px;
	font-size:0.85714em;
	line-height:1.5;
}
input.btn-sm[type="submit"], input.btn-sm[type="reset"], button.btn-sm[type="submit"], button.btn-sm[type="reset"] {
	padding:5px 10px;
	font-size:0.85714em;
	line-height:1.5;
}
input.btn-lg[type="reset"], button.btn-lg[type="reset"] {
	padding:10px 16px;
	font-size:1.28571em;
	line-height:1.33;
}
.label-primary {
	background: #00467f;
}
.label-success {
	background:#5cb85c;
}
.label-info {
	background:#5bc0de;
}
.label-warning {
	background:#f0ad4e;
}
.label-danger {
	background:#d9534f;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background:#fafafa;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background: #00467f;
}
.form-group .control-label {
	color:#333333;
}
.has-success .form-control {
	border-color:#aedcae;
}
.has-success .form-control:focus {
	border-color:#5cb85c;
	-webkit-box-shadow:0 0 6px #5cb85c;
}
.has-info .form-control {
	border-color:#ade0ef;
}
.has-info .form-control:focus {
	border-color:#5bc0de;
	-webkit-box-shadow:0 0 6px #5bc0de;
}
.has-error .form-control {
	border-color:#eca9a7;
}
.has-error .form-control:focus {
	border-color:#d9534f;
	-webkit-box-shadow:0 0 6px #d9534f;
}
.has-warning .form-control {
	border-color:#f2b969;
}
.has-warning .form-control:focus {
	border-color:#f0ad4e;
	-webkit-box-shadow:0 0 6px #f0ad4e;
}
.navbar-default {
	background:#fafafa;
	border-color:#efeff0;
	border-color:rgba(54, 59, 63, 0.08);
}
.navbar-default .navbar-nav>.active>a {
	background:#eeeeee;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.navbar-inverse {
	background:#00467f;
	border-color:#00467f;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background: #00467f;
}
.alert {
	background-color:#fafafa;
	border-color:#ddd;
	color: #707070;
}
.alert-success {
	background-color:#e7f4e7;
	border-color:#aedcae;
}
.alert-info {
	background-color:#e6f6fa;
	border-color:#ade0ef;
}
.alert-warning {
	background-color:#fdf3e4;
	border-color:#f8d6a7;
}
.alert-danger {
	background-color:#f9e5e5;
	border-color:#eca9a7;
}
.text-muted {
	color: #707070;
}
.text-primary {
	color: #00467f;
}
.text-secondary {
	color:#00467f;
}
.text-success {
	color:#5cb85c;
}
.text-info {
	color:#5bc0de;
}
.text-warning {
	color:#f0ad4e;
}
.text-danger {
	color:#d9534f;
}
.progress {
	background:#fafafa;
}
.progress-bar {
	background: #00467f;
}
.progress-bar-secondary {
	background:#00467f;
}
.progress-bar-success {
	background:#5cb85c;
}
.progress-bar-info {
	background:#5bc0de;
}
.progress-bar-warning {
	background:#f0ad4e;
}
.progress-bar-danger {
	background:#d9534f;
}
.list-group-item p:last-child {
	margin-bottom:5px;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
	background-color: #00467f;
	border-color: #00467f;
	color: #ffffff;
}
.list-group-item {
	border-color:#efeff0;
	border-color:rgba(54, 59, 63, 0.08);
}
.list-group-item:first-child {
	-webkit-border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	-ms-border-radius:2px 2px 0 0;
	-o-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
}
.list-group-item:last-child {
	-webkit-border-radius:0 0 2px 2px;
	-moz-border-radius:0 0 2px 2px;
	-ms-border-radius:0 0 2px 2px;
	-o-border-radius:0 0 2px 2px;
	border-radius:0 0 2px 2px;
}
.panel-footer {
	background:#fafafa;
	border-color:#efeff0;
	border-color:rgba(54, 59, 63, 0.08);
}
.panel-default {
	border-color:#efeff0;
	border-color:rgba(54, 59, 63, 0.08);
}
.panel-default>.panel-heading {
	background-color:#fafafa;
	border-color:#efeff0;
	border-color:rgba(54, 59, 63, 0.08);
}
.panel-primary {
	border-color:#00467f;
}
.panel-primary>.panel-heading {
	background:#00467f;
	border-color:#00467f;
}
.panel-secondary {
	border-color:#00467f;
}
.panel-secondary>.panel-heading {
	background:#00467f;
	border-color:#00467f;
}
.panel-success {
	border-color:#aedcae;
}
.panel-success>.panel-heading {
	background-color:#e7f4e7;
	border-color:#aedcae;
}
.panel-info {
	border-color:#ade0ef;
}
.panel-info>.panel-heading {
	background-color:#e6f6fa;
	border-color:#ade0ef;
}
.panel-warning {
	border-color:#f8d6a7;
}
.panel-warning>.panel-heading {
	background-color:#fdf3e4;
	border-color:#f8d6a7;
}
.panel-danger {
	border-color:#eca9a7;
}
.panel-danger>.panel-heading {
	background-color:#f9e5e5;
	border-color:#eca9a7;
}
.well {
	background:#fafafa;
	border-color:#efeff0;
	border-color:rgba(54, 59, 63, 0.08);
}
::selection {
background-color:#00467f;
color:#ffffff;
}
::-moz-selection {
background-color:#00467f;
color:#ffffff;
}
body {
	color: #595959;
	/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	line-height: 1.75;
}
a {
	color:#00467f;
}
a:hover {
	color:#00467f;
}
a.active, .active a {
	color:#00467f;
}
/*b, strong {
	color:#00467f;
}*/
h1, h2, h3, h4, h5, h6 {
	color:#00467f;
}
pre {
	background-color:#f5f5f5;
	background-color:rgba(0, 0, 0, 0.035);
}
.divider, .list-with-separator li, .border-top, .border-right, .border-bottom, .border-left {
	border-color:#efeff0;
	border-color:rgba(54, 59, 63, 0.08);
}
select:focus, select:active {
	border-color:#00467f;
	box-shadow:0 0 5px #00467f;
	-webkit-box-shadow:0 0 5px #00467f;
	-moz-box-shadow:0 0 5px #00467f;
}
input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, textarea.form-control {
	line-height:1.75;
	font-size:1em;
}
input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus, textarea.form-control:focus {
	border-color:#00467f;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #00467f;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #00467f;
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #00467f;
}
.mobile-navigation {
	background-color:#485D88;
}
.mobile-navigation ul li a {
	color:#d7d8d9;
}
.mobile-navigation ul li a:hover {
	color:#ffffff;
}
.site-header .site-top-menu {
	/*background-color: #0081c6;*/
	background-color: #70A2EA;
	color: #808080;
}
.site-header .site-top-menu ul {
	margin-bottom: 0px !important;
}
.site-header .site-top-menu li.current-menu-item>a {
	color:#00467f;
}
.site-header .site-top-menu a {
	color:#f6fcff;
}
.site-header .site-top-menu a:hover {
	color:#f6fcff;
}
.site-header .site-top-menu-alei
{
	background-color: #9E7934;
	color: #004481;
}
.site-header .site-top-menu-alei ul
{
	margin-bottom: 0px !important;
}
.site-header .site-top-menu-alei li.current-menu-item>a
{
	color: #00467f;
}
.site-header .site-top-menu-alei a
{
	color: #EBEBEB;
}
.site-header .site-top-menu-alei a:hover
{
	color: #FFFFFF;
}
.site-header .site-banner {
	background-color: #1B3D6D;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.08);
	moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.08);
	webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.08);
}
.site-header .site-banner.fixed-site-banner {
	opacity:.95;
	filter:alpha(opacity=95);
}
.site-header .main-navigation .menu>li.menu-item:hover, .site-header .main-navigation .menu>li.current-menu-item,
.main-navigation .menu li.active
{
	background-color:#ffffff;
}
.site-header .main-navigation .menu>li>a {
	color:#d7d8d9;
}
.site-header .main-navigation .menu li.current>a {
	color:#00467f;
}
.site-header .main-navigation .menu li.current-menu-item>a {
	color:#00467f;
}
.site-header .main-navigation .menu li.menu-item:hover>a {
	color:#363b3f;
}
.site-header .main-navigation .menu ul li a {
	color:#707070;
}
.site-header .main-navigation .menu ul li a:hover, .site-header .main-navigation .menu ul li:hover>a {
	color:#00467f;
}
.site-hero a, .site-hero .entry-meta, .site-hero .entry-meta * {
	color:#ffffff;
}
#secondary a, #tertiary a {
	color:#00467f;
}
#secondary a:hover, #tertiary a:hover {
	color:#00467f;
}
#secondary a.active, #secondary .active>a, #tertiary a.active, #tertiary .active>a {
	color:#00467f;
}
#secondary ul li.current-cat>a, #secondary ul li.current_page_item>a, #tertiary ul li.current-cat>a, #tertiary ul li.current_page_item>a {
	color:#00467f;
}
#secondary ul li a, #tertiary ul li a {
	color:#363b3f;
}
#secondary ul li a:hover, #tertiary ul li a:hover {
	color:#00467f;
}
.footer-widgets {
	color:#707070;
}
.footer-widgets a {
	color:#00467f;
}
.footer-widgets a:hover {
	color:#00467f;
}
.footer-widgets a.active, .footer-widgets .active>a {
	color:#00467f;
}
.footer-widgets ul li.current-cat a, .footer-widgets ul li.current_page_item a {
	color:#00467f;
}
.footer-widgets ul li a {
	color:#707070;
}
.footer-widgets ul li a:hover {
	color:#2b2b2b;
}
.cat-tag {
	color:#ffffff;
	background-color:#00467f;
	background-color:rgba(105, 185, 128, 0.9);
}
.cat-tag:hover {
	color:#ffffff;
}
.entry-tags a {
	color:#707070;
}
.entry-tags a:hover {
	color:#ffffff;
}
.site-banner .site-logo a, .main-navigation ul.menu>li.main-menu-toggle {
	color:#707070;
}
.primary-2-secondary a, .secondary-2-primary a:hover, .secondary-2-primary a:hover>*, .gray-2-primary:hover, .gray-2-primary a:hover, .gray-2-primary a:hover *, .current-cat a, .current_page_item a, .pagination-nav .page-numbers.current {
	color:#00467f;
}
.secondary-2-primary a, .primary-2-secondary a:hover, .primary-2-secondary a:hover *, .gray-2-secondary:hover, .gray-2-secondary a:hover, .gray-2-secondary a:hover *, .form-allowed-tags code, .pagination-nav a.page-numbers:hover {
	color:#666666;
}
.gray-2-secondary a, .gray-2-primary, .gray-2-primary a, .gray-icon, .gray-icon i, time, .pagination-nav a.page-numbers, .yt-social-sharing span.show-all-social-services i {
	color:#707070;
}
.inner-wrapper {
	background-color:#ffffff;
}
.yt-social-sharing span.show-all-social-services, .entry-tags a {
	background-color:#fafafa;
}
.entry-tags a:hover {
	background-color:#00467f;
}
.yt-sliding-tabs-header-trigger>span:before {
	border-color:#ffffff;
}
fieldset legend, .wp-caption:before, .boundary-column:before, .site-content[role="main"] article.post, .widget:before, .yt-twitter-profile-wrapper .yt-twitter-profile-body, .slashes-navigation, .slashes-navigation li:before, .pagination-nav .page-numbers:before, .yt-sliding-tabs-header-trigger>span, .post-list-with-thumbnail.vertical li:before, .post-list-with-thumbnail li a span.number:before, .post-page-navigation, .post-page-navigation:before, .comments-area, .comment-body, .yt-font-size-changer span, .yt-impressive-like-button .yt-il-symbol, .yt-impressive-like-button .yt-il-symbol>span, .infinite-scroll #infinite-handle span {
	border-color:#efeff0;
	border-color:rgba(54, 59, 63, 0.08);
}
@media (min-width: 1400px) {
	.boxed-layout.large-display-layout #page, .boxed-layout.large-display-layout .site-banner {
		width:1400px;
	}
	.container {
		width:1370px;
	}
	.site-hero .hero-brick .entry-header h2 {
		font-size:24px;
	}
	.site-hero .hero-brick.hero-brick-large .entry-header h2 {
		font-size:48px;
		line-height:1.25;
	}
	.site-hero .hero-brick .posted-on, .site-hero .hero-brick .entry-category {
		display:block;
	}
}
.site-footer .yt-categories-descendants-widget ul {
	text-transform:uppercase;
}
@media (max-width: 991px) {
	body {
		font-size:16px;
	}
}
.fixed-site-banner .site-banner {
	opacity:.95;
}
h1
{
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1.35;
	margin-bottom: 35px;
	text-transform: none;
}
h2
{
	font-family: 'Roboto Slab', serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1.35;
	margin-bottom: 30px;
	text-transform: none;
}
h3,.widget-title
{
	font-family: 'Roboto Slab', serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1.75;
	margin-bottom: 20px;
	text-transform: none;
}
h4
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1.75;
	margin-bottom: 20px;
	text-transform: none;
}
h5
{
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1.75;
	margin-bottom: 15px;
	text-transform: none;
}
h6
{
	font-family: 'Roboto Slab', serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1.75;
	margin-bottom: 10px;
	text-transform: none;
}
h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong
{
	font-family: 'Roboto Slab', serif;
	font-style: normal;
	font-weight: 700;
}
body {
	/* color: #595959; */
  color:#222;
	/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 1.75;
	text-transform: none;
}
.inner-wrapper {
}
.site-header .site-banner {
}
.site-header ul.menu>li>a,.mobile-navigation ul.menu>li
{
	/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.site-header ul ul.sub-menu>li,.mobile-navigation ul ul.sub-menu>li
{
	/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
}
h2.entry-title
{
	font-family: 'Roboto Slab', serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1.35;
	text-transform: none;
}
h1.page-title,h1.entry-title
{
	font-family: 'Roboto Slab', serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1.35;
	text-transform: none;
}
/*.widget-title
{
	font-family: NovecentoWide;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1.75;
	margin-bottom: 15px;
	text-transform: none;
}*/
#site-hero h2.entry-title
{
	font-family: 'Roboto Slab', serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1.25;
	max-height: 2.5em;
	text-transform: none;
}
.footer-widgets
{
	/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 1.75;
	text-transform: none;
}
.footer-widgets h1, .footer-widgets h2, .footer-widgets h3, .footer-widgets h4, .footer-widgets h5, .footer-widgets h6 {
	/*font-family:NovecentoWide;*/
	font-family: Roboto Slab;
	font-size:14px;
	font-weight:700;
	font-style:normal;
	line-height:1.75;
	letter-spacing:0px;
	text-transform:none;
	margin-bottom:10px;
	color: #000;
}
.site-header .site-top-menu a:hover {
	color: #FFF;
}

.site-mobile-navigation ul li a {
	color:#9b9d9f !important;
}

.site-mobile-navigation ul li a:hover {
	color:#ffffff !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #363b3f;
}