@charset "utf-8";

/* BLUE/YELLOW */

/*
primary #0073b7
dark #004671

accent #ffa739
dark #ee7624
*/

body {

}

a, a:visited {
	color: #004671;
}

#top, #footer, ul.language-selector li, #sticky-bar .arrow {
	background: #0073b7;
}

ul.language-selector li:hover {
	background: #004671;
}

#top-nav, ul.main-menu li ul.sub-menu {
	background: #004671;
}

.brands-table-header {
	background: #004671;
	opacity: 0.9;
}

.brands-table-table .index-column h4, .pros-cons-column h4, #features h4, .general-icons-container h4, h1 {
	background: #0073b7;
}

.cta.button {
	background: #ffa739;
}

.cta.button:hover {
	background: #ee7624;
}

.bonus-column h3, .bonus h3 {
	color: #0073b7;
}

a.expand-table-row {
	color: #004671;
}

#credits {
	background: #004671;
}

h2, h3 {
	color: #004671;
}

h2 {
	border-color: #004671;
}

h2:before {
	border-left-color: #004671;
}

#sticky-bar .arrow:after {
	border-left-color: #0073b7;
}

body.rtl #sticky-bar .arrow:after {
	border-right-color: #0073b7;
}

/*new style*/
.table-wrapper table.heading tr:first-child, .table-fix.heading td:first-child {
	background-color: #004671;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #0073b7 !important;
}

.cta-bar {
	background-color: #0073b7;
	border: 2px solid #0073b7;
}

.cta-bar_inv {
	background-color: #fff;
}

.cta-bar_inv a {
	color: #0073b7 !important;
	border-bottom: 1px solid #0073b7;
}

.cta-bar__btn {
	background-color: #ffa739;
}

.cta-bar__btn:hover {
	background-color: #ee7624;
}

.cta-bar_inv .cta-bar__text {
	color: #0073b7 !important;
}

.top-button:hover {
	background-color: #0073b7;
}

.nav2 {
	background-color: #0073b7;
	border-bottom: 1px solid #004671;
}

.button-next:after {
	background: linear-gradient(to right,rgba(0,115,183, 0), rgba(0,115,183, 1));
}

.brand-table__bonus {
	color: #2b74b4;
}

.brand-table__index {
	background-color:#2b74b4;
	color: #2b74b4;
}

.brand-table__wrapper.show_hashtag .brand-table__header:before {
	background-color:#2b74b4;
}

.page-404__title, .footer-item__review {
	color: #2b74b4;
}

.footer-item__link, .footer-item__review, .footer-item__link:visited, .footer-item__review:visited {
	color: #2b74b4 !important;
}

.widget-header h4 {
	background-color: #2b74b4;
}

ul.main-menu:before {
	background-color: #004671;
}

.widget-brand-icon a span {
	color: #004671 !important;
}

.article__item:hover .article__title, .article__subtitle a:hover {
	color: #2b74b4 !important;
}

@media (max-width: 836px) {
	.cta-bar_inv .cta-bar__btn {
		color: #0073b7 !important;
	}

	.cta-bar-theme-mobile {
		background-color: #ffa739;
		border-color: #ffa739;
	}
}
/*new style end*/
