h3,
h4,
h5 {
	color: #0b4a7e;
}

a {
	color: #0b4a7e;
}

section.page-top a { 
	color: #fff;
}

a:hover {
	color: #0d5391;
}

a:active {
	color: #093963;
}

.alternative-font {
	color: #0b4a7e;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
	background-color: #0b4a7e;
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0b377a;
	background-image: -moz-linear-gradient(top, #0b4a7e, #0b217a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0b4a7e), to(#0b217a));
	background-image: -webkit-linear-gradient(top, #0b4a7e, #0b217a);
	background-image: -o-linear-gradient(top, #0b4a7e, #0b217a);
	background-image: linear-gradient(to bottom, #0b4a7e, #0b217a);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0b4a7e', endColorstr='#ff0b217a', GradientType=0);
	border-color: #0b217a #0b217a #050e34;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #ffffff;
	background-color: #0b217a;
}

.btn-primary:active,
.btn-primary.active {
	background-color: #07144b \9;
}

.btn-secondary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #bdd773;
	background-image: -moz-linear-gradient(top, #bdd773, #668b00);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdd773), to(#668b00));
	background-image: -webkit-linear-gradient(top, #bdd773, #668b00);
	background-image: -o-linear-gradient(top, #bdd773, #668b00);
	background-image: linear-gradient(to bottom, #bdd773, #668b00);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdd773', endColorstr='#ff668b00', GradientType=0);
	border-color: #668b00 #668b00 #92ba21;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary[disabled] {
	color: #ffffff;
	background-color: #668b00;
}

.btn-secondary:active,
.btn-secondary.active {
	background-color: #07144b \9;
}

body.boxed div.body {
	border-top-color: #0b4a7e;
}

section.highlight {
	background-color: #0b4a7e;
	border-color: #093963;
}

section.page-top h2 {
	border-bottom-color: #96b04d;
}

section.toggle label {
	color: #0b4a7e;
	border-left-color: #0b4a7e;
}

section.toggle input[type="checkbox"]:checked ~ label {
	background-color: #78b9f3;
	border-color: #0b4a7e;
}

section.page-top.custom-product {
	background-color: #093963;
	border-top-color: #0b4a7e;
}

div.feature-box div.feature-box-icon {
	background-color: #0b4a7e;
}

ul.timeline li div.featured-box div.box-content {
	border-top-color: #0b4a7e;
}

a.thumb-info span.thumb-info-type {
	background-color: #0b4a7e;
}

a.thumb-info span.thumb-info-action-icon {
	background-color: #0b4a7e;
}

.thumbnail span.zoom {
	background-color: #0b4a7e;
}

div.thumb-info-social-icons a {
	background-color: #0b4a7e;
}

.inverted {
	background-color: #0b4a7e;
}


div.tabs ul.nav-tabs a,
div.tabs ul.nav-tabs a:hover {
	color: #0b4a7e;
}

div.tabs ul.nav-tabs a:hover {
	border-top-color: #0b4a7e;
}

div.tabs ul.nav-tabs li.active a {
	border-top-color: #0b4a7e;
	color: #0b4a7e;
}

div.tabs ul.nav-tabs a.rappr,
div.tabs ul.nav-tabs a.rappr:hover {
	color: #4B6600;
}

div.tabs ul.nav-tabs a.rappr:hover {
	border-top-color: #4B6600;
}

div.tabs ul.nav-tabs li.active a.rappr {
	border-top-color: #4B6600;
	color: #4B6600;
}

ul.list.icons li i {
	color: #0b4a7e;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #AAA;
	-webkit-box-shadow: 0 0 8px 2px #ebebeb;
	-moz-box-shadow: 0 0 8px 2px #ebebeb;
	box-shadow: 0 0 8px 2px #ebebeb;
}

header nav ul.nav-main ul.dropdown-menu,
header nav ul.nav-main li.dropdown.open a.dropdown-toggle,
header nav ul.nav-main li.active a,
header nav ul.nav-main li.dropdown:hover a {
	color: #FFF;
	background-color: #0b4a7e !important;
}

header nav ul.nav-main ul.dropdown-menu li:hover > a {
	background-color: #0f61a9 !important;
}

header nav ul.nav-main ul.dropdown-menu {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0b4a7e;
	background-image: -moz-linear-gradient(top, #0b4a7e, #093963);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0b4a7e), to(#093963));
	background-image: -webkit-linear-gradient(top, #0b4a7e, #093963);
	background-image: -o-linear-gradient(top, #0b4a7e, #093963);
	background-image: linear-gradient(to bottom, #0b4a7e, #093963);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0b4a7e', endColorstr='#ff093963', GradientType=0);
	border-color: #093963 #093963 #050e34;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

header nav ul.nav-main ul.dropdown-menu:hover,
header nav ul.nav-main ul.dropdown-menu:focus,
header nav ul.nav-main ul.dropdown-menu:active,
header nav ul.nav-main ul.dropdown-menu.active,
header nav ul.nav-main ul.dropdown-menu.disabled,
header nav ul.nav-main ul.dropdown-menu[disabled] {
	color: #ffffff;
	background-color: #0b217a;
}

header nav ul.nav-main ul.dropdown-menu:active,
header nav ul.nav-main ul.dropdown-menu.active {
	background-color: #07144b \9;
}

header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a {
	background: none !important;
}

header nav ul.nav-main li.dropdown ul.dropdown-menu li.active > a ,header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a:hover {
	background: #0d5391 !important;
}

div.slider div.tp-bannertimer {
	background-color: #0b4a7e;
}

div.home-intro p em {
	color: #0f61a9;
}

div.home-concept strong {
	color: #0b4a7e;
}

blockquote.testimonial {
	background: #0d5391;
}

div.testimonial-arrow-down {
	border-top-color: #0d5391;
}

div.recent-posts div.date span.month,
article.post div.post-date span.month {
	background-color: #0b4a7e;
}

div.recent-posts div.date span.day,
article.post div.post-date span.day {
	color: #0b4a7e;
}

div.pricing-table div.assistenza {
	border-color: #BDD773;
}

div.pricing-table div.assistenza h3 {
	background-color: #1061a5;
	background-image: -moz-linear-gradient(top, #BDD773, #668B00);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#BDD773), to(#668B00));
	background-image: -webkit-linear-gradient(top, #BDD773, #668B00);
	background-image: -o-linear-gradient(top, #BDD773, #668B00);
	background-image: linear-gradient(to bottom, #BDD773, #668B00);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffBDD773', endColorstr='#ff668B00', GradientType=0);
}
div.pricing-table div.standard {
	border-color: #8cc9fb;
}

div.pricing-table div.standard h3 {
	background-color: #1061a5;
	background-image: -moz-linear-gradient(top, #8cc9fb, #1061a5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8cc9fb), to(#1061a5));
	background-image: -webkit-linear-gradient(top, #8cc9fb, #1061a5);
	background-image: -o-linear-gradient(top, #8cc9fb, #1061a5);
	background-image: linear-gradient(to bottom, #8cc9fb, #1061a5);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8cc9fb', endColorstr='#ff1061a5', GradientType=0);
}


div.pricing-table div.premium {
	border-color: #186fb7;
}

div.pricing-table div.premium h3 {
	background-color: #0b4a7e;
	background-image: -moz-linear-gradient(top, #186fb7, #0b4a7e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#186fb7), to(#0b4a7e));
	background-image: -webkit-linear-gradient(top, #186fb7, #0b4a7e);
	background-image: -o-linear-gradient(top, #186fb7, #0b4a7e);
	background-image: linear-gradient(to bottom, #186fb7, #0b4a7e);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff186fb7', endColorstr='#ff0b4a7e', GradientType=0);
}

div.pricing-table div.enterprise {
	border-color: #0b4a7e;
}

div.pricing-table div.enterprise h3 {
	background-color: #051e34;
	background-image: -moz-linear-gradient(top, #0b4a7e, #051e34);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0b4a7e), to(#051e34));
	background-image: -webkit-linear-gradient(top, #0b4a7e, #051e34);
	background-image: -o-linear-gradient(top, #0b4a7e, #051e34);
	background-image: linear-gradient(to bottom, #0b4a7e, #051e34);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0b4a7e', endColorstr='#ff051e34', GradientType=0);
}

div.pricing-table div.rappr-silver {
	border-color: #BDD773;
}

div.pricing-table div.rappr-silver h3 {
	background-color: #1061a5;
	background-image: -moz-linear-gradient(top, #BDD773, #668B00);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#BDD773), to(#668B00));
	background-image: -webkit-linear-gradient(top, #BDD773, #668B00);
	background-image: -o-linear-gradient(top, #BDD773, #668B00);
	background-image: linear-gradient(to bottom, #BDD773, #668B00);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffBDD773', endColorstr='#ff668B00', GradientType=0);
}

div.pricing-table div.rappr-gold {
	border-color: #8abc00;
}

div.pricing-table div.rappr-gold h3 {
	background-color: #1061a5;
	background-image: -moz-linear-gradient(top, #8abc00, #5d7f00);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8abc00), to(#5d7f00));
	background-image: -webkit-linear-gradient(top, #8abc00, #5d7f00);
	background-image: -o-linear-gradient(top, #8abc00, #5d7f00);
	background-image: linear-gradient(to bottom, #8abc00, #5d7f00);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8abc00', endColorstr='#ff5d7f00', GradientType=0);
}

div.pricing-table div.rappr-platinum {
	border-color: #80ae00;
}

div.pricing-table div.rappr-platinum h3 {
	background-color: #1061a5;
	background-image: -moz-linear-gradient(top, #80ae00, #4b6600);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#80ae00), to(#4b6600));
	background-image: -webkit-linear-gradient(top, #80ae00, #4b6600);
	background-image: -o-linear-gradient(top, #80ae00, #4b6600);
	background-image: linear-gradient(to bottom, #80ae00, #4b6600);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff80ae00', endColorstr='#ff4b6600', GradientType=0);
}

div.pricing-table div.rivendita-std {
	border-color: #186fb7;
}

div.pricing-table div.rivendita-std h3 {
	background-color: #0b4a7e;
	background-image: -moz-linear-gradient(top, #186fb7, #0b4a7e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#186fb7), to(#0b4a7e));
	background-image: -webkit-linear-gradient(top, #186fb7, #0b4a7e);
	background-image: -o-linear-gradient(top, #186fb7, #0b4a7e);
	background-image: linear-gradient(to bottom, #186fb7, #0b4a7e);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff186fb7', endColorstr='#ff0b4a7e', GradientType=0);
}

div.pricing-table div.rivendita-prm {
	border-color: #0b4a7e;
}

div.pricing-table div.rivendita-prm h3 {
	background-color: #083F69;
	background-image: -moz-linear-gradient(top, #0b4a7e, #083F69);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0b4a7e), to(#083F69));
	background-image: -webkit-linear-gradient(top, #0b4a7e, #083F69);
	background-image: -o-linear-gradient(top, #0b4a7e, #083F69);
	background-image: linear-gradient(to bottom, #0b4a7e, #083F69);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0b4a7e', endColorstr='#083F69', GradientType=0);
}


div.pricing-table div.rivendita-ent {
	border-color: #083F69;
}

div.pricing-table div.rivendita-ent h3 {
	background-color: #051e34;
	background-image: -moz-linear-gradient(top, #083F69, #051e34);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#083F69), to(#051e34));
	background-image: -webkit-linear-gradient(top, #083F69, #051e34);
	background-image: -o-linear-gradient(top, #083F69, #051e34);
	background-image: linear-gradient(to bottom, #083F69, #051e34);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#083F69', endColorstr='#ff051e34', GradientType=0);
}


footer div.footer-ribon {
	background: #96b04d;
}

footer div.footer-ribon::before {
	border-right-color: #092f57;
}
