/* Add here all your CSS customizations */

body {
	font-family: 'Microsoft JhengHei',"Open Sans", Arial, sans-serif;
}

/* Logo */
#header .logo img {
	margin-left: -6px;
}

/* Menu */
@media (min-width: 992px) {
	#header nav.mega-menu .nav, #header nav.mega-menu .dropup, #header nav.mega-menu .dropdown, #header nav.mega-menu .collapse {
		margin-top:-25px;
	}
}


#header nav ul.nav-main li a {
	font-size:20px;
}

#header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu {
	font-size:17px;
}	
	
#header nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title {
	font-size:20px;
}

/* Notifications */
.notifications {
	display: inline-block;
	list-style: none;
	margin: 4px -10px 0 0;
	padding: 0;
	vertical-align: middle;
}

.notifications > li {
	float: right;
	margin: 0 10px 0 0;
	position: relative;
}

.notifications > li .notification-icon {
	background: #FFF;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	display: inline-block;
	height: 30px;
	position: relative;
	width: 30px;
	text-align: center;
}

.notifications > li .notification-icon i {
	color: #777;
	line-height: 30px;
	vertical-align: middle;
}

.notifications > li .notification-icon i.fa-tasks {
	line-height: 32px;
}

.notifications > li .notification-icon .badge {
	background: #D2312D;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	height: 16px;
	padding: 2px 4px 3px 5px;
	position: absolute;
	right: -8px;
	top: -3px;
}

.notifications > li > a {
	border: none;
	display: inline-block;
}

.notifications .notification-menu {
	border: none;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	left: auto;
	margin: 10px 0 0 0;
	padding: 0;
	right: -5px;
	width: 245px;
}

.notifications .notification-menu.large {
	width: 325px;
}

.notifications .notification-menu .notification-title {
	background: #0088cc;
	border-radius: 3px 3px 0 0;
	color: white;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 15px;
	line-height: 1.5rem;
	padding: 8px 6px 8px 12px;
	text-transform: uppercase;
}

.notifications .notification-menu .notification-title .label {
	font-size: 10px;
	font-size: 1rem;
	font-weight: 200;
	line-height: 14px;
	margin-left: 10px;
	margin-top: -2px;
	min-width: 35px;
}

.notifications .notification-menu .notification-title .label-default {
	background: #006697;
	color: #FFF;
}

.notifications .label-cht-title {
	font-weight: bold;
	letter-spacing: 1px;
}

.notifications .notification-menu .content {
	padding: 12px;
}

.notifications .notification-menu hr {
	background: #e6e6e6;
	height: 1px;
	margin: 12px 0;
}

.notifications .notification-menu .view-more {
	color: #acacac;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 11px;
	line-height: 1.1rem;
	text-transform: uppercase;
}

/* notification menu - pin */
.notifications .notification-menu:before,
.notifications .notification-icon:before {
	border-bottom: 6px solid #cccccc;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: '';
	height: 0;
	margin-right: -3px;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.notifications .notification-menu:before {
	bottom: 100%;
	right: 16px;
}

.notifications .notification-icon:before {
	display: none;
	right: 11px;
	top: 35px;
	z-index: 9999;
}

/* notification menu - emails */
.notification-menu {
	color: #acacac;
}

.notification-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.notification-menu li {
	margin: 0 0 12px;
}

.notification-menu li:last-child {
	margin-bottom: 0;
}

.notification-menu a {
	display: block;
	text-decoration: none;
}

.notification-menu .image {
	float: left;
	margin: 0 10px 0 0;
}

.notification-menu .image i {
	border-radius: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
}

.notification-menu .truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notification-menu .title {
	color: #000011;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 17px;
	line-height: 1.7rem;
	padding: 2px 0 0;
}

.notification-menu .message {
	color: #acacac;
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 15px;
	line-height: 1.5rem;
	padding: 0;
}

html.dark .notifications > li .notification-icon,
html.header-dark .notifications > li .notification-icon {
	background: #282d36;
}

html.dark .notifications > li .notification-icon i,
html.header-dark .notifications > li .notification-icon i {
	color: #c3c3c3;
}








/* Notifications Mobile */
@media only screen and (max-width: 767px) {
	.notifications {
		float: right;
		margin: 16px 8px 0 0;
	}

	.notifications > li {
		position: static;
	}

	.notifications > li.open .notification-icon:before {
		display: block;
	}

	.notifications > li .notification-menu {
		left: 15px;
		right: 15px;
		top: auto;
		width: auto !important;
	}

	.notifications > li .notification-menu:before {
		display: none;
	}
}

.label-light {
	background: #eeefef;
	color: black;
}

.label-future {
	background: #72b9f0;
	color: black;
}

.progress-bar-good {
    background-color: #009900;
}

/* Video */
.video-device {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 63%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Social-Media */
ul.social-icons li.wikipedia {
	background-position: 0 -1920px;
}

ul.social-icons li.wikipedia:hover {
	background-position: 0 -1950px;
}

ul.social-icons li.official {
	background-position: 0 -1980px;
}

ul.social-icons li.official:hover {
	background-position: 0 -2010px;
}


/*-----------------------------------------------------------------------------------*/
/* Font Style */
/*-----------------------------------------------------------------------------------*/
.text-xs {
	font-size:12px;
}

.text-sm {
	font-size:14px;
}

.text-md {
	font-size:16px;
}

.text-lg {
	font-size:20px;
}

.text-xl {
	font-size:24px;
}

.fsz { font-size:9px; }
.fsa { font-size:10px; }
.fsb { font-size:12px; }
.fsc { font-size:14px; }
.fsd { font-size:16px; }
.fse { font-size:18px; }
.fsf { font-size:20px; }
.fsg { font-size:24px; }
.fsh { font-size:28px; }
.fsi { font-size:30px; }
.fsj { font-size:32px; }


html {font-size:12px;}
h1 { font-size:12px;}
h2 { font-size:11px;}
h3 { font-size:10px;}
h4 { font-size:10px;}

@media (min-width: 0px) and (max-width: 667px) {
	.text-flexible { font-size:32px; }
	.tfba { font-size:40px; }
	.tfbb { font-size:36px; }
	.tfbc { font-size:32px; }
	.tfbd { font-size:28px; }
	.tfbe { font-size:24px; }
	.srow { margin-top:20px; }
	.trls { text-align: left; }
	.scbf { display:none; }
	.scbl { display:black; }
	.fse { font-size:12px; }
	.fsf { font-size:14px; }
	
	.sfsa { font-size:32px; }
	.sfsb { font-size:28px; }
	.sfsc { font-size:24px; }
	.sfsd { font-size:20px; }
	.sfse { font-size:16px; }
	.sfsf { font-size:14px; }
	.sfsg { font-size:12px; }

	.dropdown-menu-right {
		right: auto;
		left: 0;
	}

	.articletitle {
		font-size: 1.2rem;
	}

	.articleleague {
		font-size: 1.2rem;
	}

	.experttitle {
		font-size: 1.2rem;
	}

	#hone {
		font-size: 2rem;
	}

	#htwo {
		font-size: 2rem;
	}

	#hcalender {
		font-size: 1.8rem;
	}

	#hthree {
		font-size: 2rem;
	}
}

@media (min-width: 668px) and (max-width: 991px) {
	.text-flexible { font-size:26px; }
	.tfba { font-size:32px; }
	.tfbb { font-size:29px; }
	.tfbc { font-size:26px; }
	.tfbd { font-size:23px; }
	.tfbe { font-size:20px; }
	.srow { margin-top:20px; }
	.trls { text-align: left; }
	.scbf { display:black; }
	.scbl { display:none; }

	.articletitle {
		font-size: 1.8rem;
	}

	.articleleague {
		font-size: 1.8rem;
	}

	.experttitle {
		font-size: 1.8rem;
	}

	#hone {
		font-size: 2.5rem;
	}

	#htwo {
		font-size: 2.2rem;
	}

	#hcalender {
		font-size: 2rem;
	}

	#hthree {
		font-size: 1.9rem;
	}
}

@media (min-width: 992px) and (max-width: 5000px) {
	.text-flexible { font-size:18px; }
	.tfba { font-size:24px; }
	.tfbb { font-size:22px; }
	.tfbc { font-size:20px; }
	.tfbd { font-size:18px; }
	.tfbe { font-size:16px; }
	.trls { text-align: right; }
	.scbf { display:black; }
	.scbl { display:none; }

	.articletitle {
		font-size: 1.6rem;
	}

	.articleleague {
		font-size: 1.6rem;
	}

	.experttitle {
		font-size: 1.6rem;
	}

	#hone {
		font-size: 3rem;
	}

	#htwo {
		font-size: 2.4rem;
	}

	#hcalender {
		font-size: 2.2rem;
	}

	#hthree {
		font-size: 1.8rem;
	}
}

.text-blue { color:#0000cc;}
.text-orange { color:#f18a1b;}
.text-sky { color:#28aaed;}
.text-purple { color:#9999ff;}
.text-soft { color:#EEEFEF;}
.text-grey { color:#cccccc;}
.text-urgent { color:#CC0000;}

.bg-sky {
	color: #fff;
	background-color: #28aaed;
}

.bg-win {
	color: #fff;
	background-color: #3c763d;
}

/*-----------------------------------------------------------------------------------*/
/* Screen Action */
/*-----------------------------------------------------------------------------------*/
@media (min-width: 0px) and (max-width: 991px) {
	.ods { margin-top:30px; }
	.hmt { margin-top:30px; }
	.ssmt { margin-top:10px; }
	.frfs {}
}

@media (min-width: 992px) and (max-width: 5000px) {
	.ods { margin-bottom:30px; }
	.hmt { margin-top:30px; }
	.frfs { text-align:right; margin-bottom:5px; }
	.ssmb { margin-bottom:20px; }
}

/*-----------------------------------------------------------------------------------*/
/* Progress Bars */
/*-----------------------------------------------------------------------------------*/
.progress {
  background-color: #FFFFFF;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.progress-label {
  font-size: 18px;
  padding: 8px 0;
}
.progress-xxs {
  height: 3px;
}
.progress-xs {
  height: 8px;
}
.progress-sm {
  height: 12px;
}
.progress-bar-red {
  background: #8b2626;
}
.progress-bar-blue {
  background: #43668c;
}
.progress-bar-green {
  background: #649f2b;
}
.progress-bar-aqua {
  background: #86b998;
}
.progress-bar-yellow {
  background: #d0b426;
}
.progress-bar-brown {
  background: #6f6f55;
}
.progress-bar-violet {
  background: #8270a4;
}
.progress-bar-orange {
  background: #ae6926;
}

/*-----------------------------------------------------------------------------------*/
/* xxx */
/*-----------------------------------------------------------------------------------*/
.rfs {
	text-align: right;
}

.lfs {
	text-align: left;
}

.cfs {
	text-align: center;
}

.fls {
	float: left;
}

.frs {
	float: right;
}

.fgs {
	width: 100%;
}

.hgs {
	width: 50%;
}

.qgs {
	width: 25%;
}

.mgz	{
	margin:0;
}

.pdz	{
	padding:0;
}

.npm {
	padding:0;
	margin:0;
}


/*
#header {
	position: relative;
	z-index: 2;
}

.body > .main {
	position: relative;
	z-index: 1;
}
*/

#fdts {
	display:table;
}
.fdtrs {
	display: table-row;
	border:1px solid #CCCDCD;
	padding:7px 2px 7px 2px;
}
.fdtds {
	display: table-cell;
	border:1px solid #CCCDCD; 
	padding:7px 2px 7px 2px;
}

.number-style {
	font-family: Georgia, sans-serif;
}

/*-----------------------------------------------------------------------------------*/
/* DATATABLE */
/*-----------------------------------------------------------------------------------*/

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	background-size:12px 16px;
	padding-right:0px; 
	padding-left:0px; 
	margin-left:0px; 
	margin-right:0px;

}

/*

table.dataTable thead .sorting_asc {
  background: none;
}
table.dataTable thead .sorting_desc {
  background: none;
}
table.dataTable thead .sorting {
  background: none;
}

span.arrow-hack {
    margin-left: 5px;
}
span.asc {
  background: url("http://cdn.datatables.net/1.10.0/images/sort_asc.png") no-repeat center right;
}
span.desc {
  background: url("http://cdn.datatables.net/1.10.0/images/sort_desc.png") no-repeat center right;
}
span.sort {
  background: url("http://cdn.datatables.net/1.10.0/images/sort_both.png") no-repeat center right;
}

*/

td.highlight {
    background-color: whitesmoke !important;
}

.brcs { position:relative;width:30px;display: block;top:0px;right:-12px; }
.brcm { position:relative;width:48px;display: block;top:0px;right:-12px; }
.brcl { position:relative;width:60px;display: block;top:0px;right:-12px; }
.brcn { position:relative;width:60px;display: block;top:0px;left:0px; }

.tocs { position:relative; display:block; top:0px; right:-10px; }

.sptc { width:100%;display: block; }

.tccs { width:30px; display: block; }
.tccm { width:48px; display: block; }
.tccl { width:60px; display: block; }
.tcch { width:70px; display: block; }

th { 
	margin:0px; padding:0px;
} 

.thss { position:relative; width:30px; display:block; top:0px; right:0px; }
.thsm { position:relative; width:48px; display:block; top:0px; right:0px; }
.thsl { position:relative; width:60px; display:block; top:0px; right:0px; }
.thsh { position:relative; width:72px; display:block; top:0px; right:0px; }


/*縱向欄位的css*/
table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#f2f2f2}
/*橫向欄位的css*/
table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f2f2f2}
/*處於焦點欄位的css*/
table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#e3e3e3}

/*-----------------------------------------------------------------------------------*/
/* xxx */
/*-----------------------------------------------------------------------------------*/

.cell {
	white-space:nowrap; 
}

.column-title {
	background-image: url(../img/misc/background/grid-bg.png);
}

.column-subtotal {
	background-color: #EEEEEE;
}




/*-----------------------------------------------------------------------------------*/
/* statsnavi */
/*-----------------------------------------------------------------------------------*/

.fillet {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(../css/ie-css3.htc);
}

.flt3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../css/ie-css3.htc);
	padding:3px;
}

.fltrts {
	position:absolute;
	left:0px;
	top:0px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior:url(../css/ie-css3.htc);
	padding:5px;
	height:20px;
}

.fltrtsb	{
	float:left;
	position:relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior: url(../css/ie-css3.htc);
	padding:5px;
	height:20px;
	/*box-shadow: 2px 2px 5px #888888;*/
}

.flthts {
	position:absolute;
	top:0px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior:url(../css/ie-css3.htc);
	padding:5px;
	height:20px;
}

.flthtsb	{
	float:right;
	position:relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior: url(../css/ie-css3.htc);
	padding:5px;
	height:20px;
	/*box-shadow: 2px 2px 5px #888888;*/
}

.flttime {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../css/ie-css3.htc);
	padding:2px;
	font-size:12px;
	background-color:#AAAAAA;
	text-align:center;
}


.fltscore {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../css/ie-css3.htc);
	padding:1px;
	font-size:36px;
	font-weight: bold;
	background-color:#000000;
	color:#FFFFFF;
}

.fltobj {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../css/ie-css3.htc);
	padding:1px;
	font-size:16px;
	background-color:#EEEFEF;
}

.fltdraw {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../css/ie-css3.htc);
	padding:1px;
	font-size:12px;
	background-color:#AAAAAA;
}

.fltwin {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../css/ie-css3.htc);
	padding:1px;
	font-size:12px;
	background-color:#009900;
	color:#FFFFFF;
}

.flttws {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../css/ie-css3.htc);
	padding:2px 4px 4px 4px;
	font-size:12px;
	color:#FFFFFF;
}

.fltloss {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../css/ie-css3.htc);
	padding:1px;
	font-size:12px;
	background-color:#CC0000;
	color:#FFFFFF;
}

.fltfinal {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../css/ie-css3.htc);
	padding:1px;
	font-size:11px;
	background-color:#333333;
	color:#FFFFFF;
}

.fltrel {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../css/ie-css3.htc);
	padding:2px;
	margin:0px;
	background-color:#CC0000;
	color:#FFFFFF;
}

.fltprel {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../css/ie-css3.htc);
	padding:2px;
	margin:0px;
	background-color:#FF5050;
	color:#FFFFFF;
}

.fltucl {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../css/ie-css3.htc);
	padding:2px;
	margin:0px;
	background-color:#008000;
	color:#FFFFFF;
}

.fltuclq {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../css/ie-css3.htc);
	padding:2px;
	margin:0px;
	background-color:#00CC66;
	color:#FFFFFF;
}

.fltnone {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../css/ie-css3.htc);
	padding:2px;
	margin:0px;
	color:#000000;
}

.fltuel {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../css/ie-css3.htc);
	padding:2px;
	margin:0px;
	background-color:#F4C166;
	color:#FFFFFF;
}

.transparent {
	filter:alpha(opacity=50); /*IE,透明度50%*/
	-moz-opacity:0.5; /*Firefox,透明度50%*/
	opacity:0.5;/*其他浏览器,透明度50%*/
}

.thumb-info .thumb-info-title {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(36, 27, 28, 0.2);
	bottom: 10%;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	left: 0;
	letter-spacing: -1px;
	padding: 9px 0px 9px;
	position: absolute;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	text-transform: uppercase;
	z-index: 2;
	max-width: 90%;
}

.thumb-info-inner {
	padding-left: 11px;
}




.dgf {
	width:150px; 
	border-top:solid 1px; 
	border-left:solid 1px; 
	border-bottom:solid 0px; 
	border-right:solid 1px;
	white-space:nowrap;
	padding: 7px 5px 7px 5px;
	border-color:#CCCCCC;
	float:left;
}

.dgm {
	border-top:solid 1px; 
	border-left: 0px;
	border-bottom:solid 0px;
	border-right:solid 1px;
	white-space:nowrap;
	padding: 7px 5px 7px 5px;
	border-color:#CCCCCC;
	float:left;
}

ul.table{
        width:100%;
}
ul.table > li{
        width:200px;
        height:120px;
        color:#fff;
        background-color:#001aea;
        list-style-type:none;
        float:left;
        padding:10px;
        margin:2px;
}

.mask {
	background-image: url('/img/misc/mask.png');
}











a {
	color: #266dbf;
}

a:hover {
	color: #2a79d4;
}

a:active {
	color: #2261aa;
}

html .heading-primary,
html .lnk-primary,
html .text-color-primary {
	color: #266dbf !important;
}

html .heading.heading-primary h1,
html .heading.heading-primary h2,
html .heading.heading-primary h3,
html .heading.heading-primary h4,
html .heading.heading-primary h5,
html .heading.heading-primary h6 {
	border-color: #266dbf;
}

html .heading-secondary,
html .lnk-secondary,
html .text-color-secondary {
	color: #e6a545 !important;
}

html .heading.heading-secondary h1,
html .heading.heading-secondary h2,
html .heading.heading-secondary h3,
html .heading.heading-secondary h4,
html .heading.heading-secondary h5,
html .heading.heading-secondary h6 {
	border-color: #e6a545;
}

html .heading-tertiary,
html .lnk-tertiary,
html .text-color-tertiary {
	color: #37bf6e !important;
}

html .heading.heading-tertiary h1,
html .heading.heading-tertiary h2,
html .heading.heading-tertiary h3,
html .heading.heading-tertiary h4,
html .heading.heading-tertiary h5,
html .heading.heading-tertiary h6 {
	border-color: #37bf6e;
}

html .heading-quaternary,
html .lnk-quaternary,
html .text-color-quaternary {
	color: #2a2f36 !important;
}

html .heading.heading-quaternary h1,
html .heading.heading-quaternary h2,
html .heading.heading-quaternary h3,
html .heading.heading-quaternary h4,
html .heading.heading-quaternary h5,
html .heading.heading-quaternary h6 {
	border-color: #2a2f36;
}

html .heading-dark,
html .lnk-dark,
html .text-color-dark {
	color: #2e353e !important;
}

html .heading.heading-dark h1,
html .heading.heading-dark h2,
html .heading.heading-dark h3,
html .heading.heading-dark h4,
html .heading.heading-dark h5,
html .heading.heading-dark h6 {
	border-color: #2e353e;
}

html .heading-light,
html .lnk-light,
html .text-color-light {
	color: #ffffff !important;
}

html .heading.heading-light h1,
html .heading.heading-light h2,
html .heading.heading-light h3,
html .heading.heading-light h4,
html .heading.heading-light h5,
html .heading.heading-light h6 {
	border-color: #ffffff;
}

.alternative-font {
	color: #266dbf;
}

html .blockquote-primary {
	border-color: #266dbf !important;
}

html .blockquote-secondary {
	border-color: #e6a545 !important;
}

html .blockquote-tertiary {
	border-color: #37bf6e !important;
}

html .blockquote-quaternary {
	border-color: #2a2f36 !important;
}

html .blockquote-dark {
	border-color: #2e353e !important;
}

html .blockquote-light {
	border-color: #ffffff !important;
}

p.drop-caps:first-child:first-letter {
	color: #266dbf;
}

p.drop-caps.drop-caps-style-2:first-child:first-letter {
	background-color: #266dbf;
}

ul.nav-pills > li.active > a {
	background-color: #266dbf;
}

ul.nav-pills > li.active > a:hover,
ul.nav-pills > li.active > a:focus {
	background-color: #266dbf;
}

.sort-source-wrapper .nav > li.active > a {
	color: #266dbf;
}

.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
	color: #266dbf;
}

html .label-primary {
	background-color: #266dbf;
}

html .label-secondary {
	background-color: #e6a545;
}

html .label-tertiary {
	background-color: #37bf6e;
}

html .label-quaternary {
	background-color: #2a2f36;
}

html .label-dark {
	background-color: #2e353e;
}

html .label-light {
	background-color: #ffffff;
}

html .label-grey {
	background-color: #333333;
}

html .btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #266dbf;
	border-color: #266dbf #266dbf #1e5594;
}

html .btn-primary:hover {
	border-color: #2a79d4 #2a79d4 #2261aa;
	background-color: #2a79d4;
}

html .btn-primary:active,
html .btn-primary:focus {
	border-color: #2261aa #2261aa #2261aa;
	background-color: #2261aa;
}

html .btn-primary.dropdown-toggle {
	border-left-color: #2261aa;
}

html .btn-primary[disabled] {
	border-color: #6aa1e1;
	background-color: #6aa1e1;
}

html .btn-primary:hover,
html .btn-primary:focus {
	color: #ffffff;
}

html .btn-secondary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #e6a545;
	border-color: #e6a545 #e6a545 #db8e1d;
}

html .btn-secondary:hover {
	border-color: #e9b05b #e9b05b #e39a2f;
	background-color: #e9b05b;
}

html .btn-secondary:active,
html .btn-secondary:focus {
	border-color: #e39a2f #e39a2f #e39a2f;
	background-color: #e39a2f;
}

html .btn-secondary.dropdown-toggle {
	border-left-color: #e39a2f;
}

html .btn-secondary[disabled] {
	border-color: #f2d19f;
	background-color: #f2d19f;
}

html .btn-secondary:hover,
html .btn-secondary:focus {
	color: #ffffff;
}

html .btn-tertiary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #37bf6e;
	border-color: #37bf6e #37bf6e #2c9757;
}

html .btn-tertiary:hover {
	border-color: #46ca7b #46ca7b #31ab63;
	background-color: #46ca7b;
}

html .btn-tertiary:active,
html .btn-tertiary:focus {
	border-color: #31ab63 #31ab63 #31ab63;
	background-color: #31ab63;
}

html .btn-tertiary.dropdown-toggle {
	border-left-color: #31ab63;
}

html .btn-tertiary[disabled] {
	border-color: #81dba5;
	background-color: #81dba5;
}

html .btn-tertiary:hover,
html .btn-tertiary:focus {
	color: #ffffff;
}

html .btn-quaternary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2a2f36;
	border-color: #2a2f36 #2a2f36 #141619;
}

html .btn-quaternary:hover {
	border-color: #353b44 #353b44 #1f2328;
	background-color: #353b44;
}

html .btn-quaternary:active,
html .btn-quaternary:focus {
	border-color: #1f2328 #1f2328 #1f2328;
	background-color: #1f2328;
}

html .btn-quaternary.dropdown-toggle {
	border-left-color: #1f2328;
}

html .btn-quaternary[disabled] {
	border-color: #57616f;
	background-color: #57616f;
}

html .btn-quaternary:hover,
html .btn-quaternary:focus {
	color: #ffffff;
}

html .btn-dark {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2e353e;
	border-color: #2e353e #2e353e #181c21;
}

html .btn-dark:hover {
	border-color: #39424d #39424d #23282f;
	background-color: #39424d;
}

html .btn-dark:active,
html .btn-dark:focus {
	border-color: #23282f #23282f #23282f;
	background-color: #23282f;
}

html .btn-dark.dropdown-toggle {
	border-left-color: #23282f;
}

html .btn-dark[disabled] {
	border-color: #596779;
	background-color: #596779;
}

html .btn-dark:hover,
html .btn-dark:focus {
	color: #ffffff;
}

html .btn-light {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ffffff;
	border-color: #ffffff #ffffff #e6e6e6;
}

html .btn-light:hover {
	border-color: #ffffff #ffffff #f2f2f2;
	background-color: #ffffff;
}

html .btn-light:active,
html .btn-light:focus {
	border-color: #f2f2f2 #f2f2f2 #f2f2f2;
	background-color: #f2f2f2;
}

html .btn-light.dropdown-toggle {
	border-left-color: #f2f2f2;
}

html .btn-light[disabled] {
	border-color: #ffffff;
	background-color: #ffffff;
}

html .btn-light:hover,
html .btn-light:focus {
	color: #777777;
}

html .btn-borders.btn-primary {
	background: transparent;
	border-color: #266dbf;
	color: #266dbf;
	text-shadow: none;
}

html .btn-borders.btn-primary:hover,
html .btn-borders.btn-primary:focus {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #266dbf;
	border-color: #266dbf #266dbf #1e5594;
	border-color: #266dbf !important;
	color: #ffffff;
}

html .btn-borders.btn-primary:hover:hover,
html .btn-borders.btn-primary:focus:hover {
	border-color: #2a79d4 #2a79d4 #2261aa;
	background-color: #2a79d4;
}

html .btn-borders.btn-primary:hover:active,
html .btn-borders.btn-primary:focus:active,
html .btn-borders.btn-primary:hover:focus,
html .btn-borders.btn-primary:focus:focus {
	border-color: #2261aa #2261aa #2261aa;
	background-color: #2261aa;
}

html .btn-borders.btn-primary:hover.dropdown-toggle,
html .btn-borders.btn-primary:focus.dropdown-toggle {
	border-left-color: #2261aa;
}

html .btn-borders.btn-primary:hover[disabled],
html .btn-borders.btn-primary:focus[disabled] {
	border-color: #6aa1e1;
	background-color: #6aa1e1;
}

html .btn-borders.btn-secondary {
	background: transparent;
	border-color: #e6a545;
	color: #e6a545;
	text-shadow: none;
}

html .btn-borders.btn-secondary:hover,
html .btn-borders.btn-secondary:focus {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #e6a545;
	border-color: #e6a545 #e6a545 #db8e1d;
	border-color: #e6a545 !important;
	color: #ffffff;
}

html .btn-borders.btn-secondary:hover:hover,
html .btn-borders.btn-secondary:focus:hover {
	border-color: #e9b05b #e9b05b #e39a2f;
	background-color: #e9b05b;
}

html .btn-borders.btn-secondary:hover:active,
html .btn-borders.btn-secondary:focus:active,
html .btn-borders.btn-secondary:hover:focus,
html .btn-borders.btn-secondary:focus:focus {
	border-color: #e39a2f #e39a2f #e39a2f;
	background-color: #e39a2f;
}

html .btn-borders.btn-secondary:hover.dropdown-toggle,
html .btn-borders.btn-secondary:focus.dropdown-toggle {
	border-left-color: #e39a2f;
}

html .btn-borders.btn-secondary:hover[disabled],
html .btn-borders.btn-secondary:focus[disabled] {
	border-color: #f2d19f;
	background-color: #f2d19f;
}

html .btn-borders.btn-tertiary {
	background: transparent;
	border-color: #37bf6e;
	color: #37bf6e;
	text-shadow: none;
}

html .btn-borders.btn-tertiary:hover,
html .btn-borders.btn-tertiary:focus {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #37bf6e;
	border-color: #37bf6e #37bf6e #2c9757;
	border-color: #37bf6e !important;
	color: #ffffff;
}

html .btn-borders.btn-tertiary:hover:hover,
html .btn-borders.btn-tertiary:focus:hover {
	border-color: #46ca7b #46ca7b #31ab63;
	background-color: #46ca7b;
}

html .btn-borders.btn-tertiary:hover:active,
html .btn-borders.btn-tertiary:focus:active,
html .btn-borders.btn-tertiary:hover:focus,
html .btn-borders.btn-tertiary:focus:focus {
	border-color: #31ab63 #31ab63 #31ab63;
	background-color: #31ab63;
}

html .btn-borders.btn-tertiary:hover.dropdown-toggle,
html .btn-borders.btn-tertiary:focus.dropdown-toggle {
	border-left-color: #31ab63;
}

html .btn-borders.btn-tertiary:hover[disabled],
html .btn-borders.btn-tertiary:focus[disabled] {
	border-color: #81dba5;
	background-color: #81dba5;
}

html .btn-borders.btn-quaternary {
	background: transparent;
	border-color: #2a2f36;
	color: #2a2f36;
	text-shadow: none;
}

html .btn-borders.btn-quaternary:hover,
html .btn-borders.btn-quaternary:focus {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2a2f36;
	border-color: #2a2f36 #2a2f36 #141619;
	border-color: #2a2f36 !important;
	color: #ffffff;
}

html .btn-borders.btn-quaternary:hover:hover,
html .btn-borders.btn-quaternary:focus:hover {
	border-color: #353b44 #353b44 #1f2328;
	background-color: #353b44;
}

html .btn-borders.btn-quaternary:hover:active,
html .btn-borders.btn-quaternary:focus:active,
html .btn-borders.btn-quaternary:hover:focus,
html .btn-borders.btn-quaternary:focus:focus {
	border-color: #1f2328 #1f2328 #1f2328;
	background-color: #1f2328;
}

html .btn-borders.btn-quaternary:hover.dropdown-toggle,
html .btn-borders.btn-quaternary:focus.dropdown-toggle {
	border-left-color: #1f2328;
}

html .btn-borders.btn-quaternary:hover[disabled],
html .btn-borders.btn-quaternary:focus[disabled] {
	border-color: #57616f;
	background-color: #57616f;
}

html .btn-borders.btn-dark {
	background: transparent;
	border-color: #2e353e;
	color: #2e353e;
	text-shadow: none;
}

html .btn-borders.btn-dark:hover,
html .btn-borders.btn-dark:focus {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2e353e;
	border-color: #2e353e #2e353e #181c21;
	border-color: #2e353e !important;
	color: #ffffff;
}

html .btn-borders.btn-dark:hover:hover,
html .btn-borders.btn-dark:focus:hover {
	border-color: #39424d #39424d #23282f;
	background-color: #39424d;
}

html .btn-borders.btn-dark:hover:active,
html .btn-borders.btn-dark:focus:active,
html .btn-borders.btn-dark:hover:focus,
html .btn-borders.btn-dark:focus:focus {
	border-color: #23282f #23282f #23282f;
	background-color: #23282f;
}

html .btn-borders.btn-dark:hover.dropdown-toggle,
html .btn-borders.btn-dark:focus.dropdown-toggle {
	border-left-color: #23282f;
}

html .btn-borders.btn-dark:hover[disabled],
html .btn-borders.btn-dark:focus[disabled] {
	border-color: #596779;
	background-color: #596779;
}

html .btn-borders.btn-light {
	background: transparent;
	border-color: #ffffff;
	color: #ffffff;
	text-shadow: none;
}

html .btn-borders.btn-light:hover,
html .btn-borders.btn-light:focus {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ffffff;
	border-color: #ffffff #ffffff #e6e6e6;
	border-color: #ffffff !important;
	color: #777777;
}

html .btn-borders.btn-light:hover:hover,
html .btn-borders.btn-light:focus:hover {
	border-color: #ffffff #ffffff #f2f2f2;
	background-color: #ffffff;
}

html .btn-borders.btn-light:hover:active,
html .btn-borders.btn-light:focus:active,
html .btn-borders.btn-light:hover:focus,
html .btn-borders.btn-light:focus:focus {
	border-color: #f2f2f2 #f2f2f2 #f2f2f2;
	background-color: #f2f2f2;
}

html .btn-borders.btn-light:hover.dropdown-toggle,
html .btn-borders.btn-light:focus.dropdown-toggle {
	border-left-color: #f2f2f2;
}

html .btn-borders.btn-light:hover[disabled],
html .btn-borders.btn-light:focus[disabled] {
	border-color: #ffffff;
	background-color: #ffffff;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #266dbf;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #266dbf !important;
	border-color: #266dbf;
}

body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
	color: #266dbf;
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
	background-color: #266dbf;
	border-color: #266dbf;
}

.pagination > .active > a,
body.dark .pagination > .active > a {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #266dbf;
	border-color: #266dbf #266dbf #1e5594;
}

.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover {
	border-color: #2a79d4 #2a79d4 #2261aa;
	background-color: #2a79d4;
}

.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus {
	border-color: #2261aa #2261aa #2261aa;
	background-color: #2261aa;
}

.pagination > .active > a.dropdown-toggle,
body.dark .pagination > .active > a.dropdown-toggle {
	border-left-color: #2261aa;
}

.pagination > .active > a[disabled],
body.dark .pagination > .active > a[disabled] {
	border-color: #6aa1e1;
	background-color: #6aa1e1;
}

html .alert-primary {
	background-color: #266dbf;
	border-color: #2366b2;
	color: #ffffff;
}

html .alert-primary .alert-link {
	color: #ffffff;
}

html .alert-secondary {
	background-color: #e6a545;
	border-color: #e49e38;
	color: #ffffff;
}

html .alert-secondary .alert-link {
	color: #ffffff;
}

html .alert-tertiary {
	background-color: #37bf6e;
	border-color: #34b367;
	color: #ffffff;
}

html .alert-tertiary .alert-link {
	color: #ffffff;
}

html .alert-quaternary {
	background-color: #2a2f36;
	border-color: #23282d;
	color: #ffffff;
}

html .alert-quaternary .alert-link {
	color: #ffffff;
}

html .alert-dark {
	background-color: #2e353e;
	border-color: #272d35;
	color: #ffffff;
}

html .alert-dark .alert-link {
	color: #ffffff;
}

html .alert-light {
	background-color: #ffffff;
	border-color: #f7f7f7;
	color: #777777;
}

html .alert-light .alert-link {
	color: #777777;
}

html .progress-bar-primary {
	background-color: #266dbf;
}

html .progress-bar-secondary {
	background-color: #e6a545;
}

html .progress-bar-tertiary {
	background-color: #37bf6e;
}

html .progress-bar-quaternary {
	background-color: #2a2f36;
}

html .progress-bar-dark {
	background-color: #2e353e;
}

html .progress-bar-light {
	background-color: #ffffff;
}

html section.section-primary {
	background-color: #266dbf !important;
	border-color: #2261aa !important;
}

html section.section-primary h1,
html section.section-primary h2,
html section.section-primary h3,
html section.section-primary h4,
html section.section-primary h5,
html section.section-primary h6 {
	color: #ffffff;
}

html section.section-primary p {
	color: #e6e6e6;
}

html section.section-secondary {
	background-color: #e6a545 !important;
	border-color: #e39a2f !important;
}

html section.section-secondary h1,
html section.section-secondary h2,
html section.section-secondary h3,
html section.section-secondary h4,
html section.section-secondary h5,
html section.section-secondary h6 {
	color: #ffffff;
}

html section.section-secondary p {
	color: #e6e6e6;
}

html section.section-tertiary {
	background-color: #37bf6e !important;
	border-color: #31ab63 !important;
}

html section.section-tertiary h1,
html section.section-tertiary h2,
html section.section-tertiary h3,
html section.section-tertiary h4,
html section.section-tertiary h5,
html section.section-tertiary h6 {
	color: #ffffff;
}

html section.section-tertiary p {
	color: #e6e6e6;
}

html section.section-quaternary {
	background-color: #2a2f36 !important;
	border-color: #1f2328 !important;
}

html section.section-quaternary h1,
html section.section-quaternary h2,
html section.section-quaternary h3,
html section.section-quaternary h4,
html section.section-quaternary h5,
html section.section-quaternary h6 {
	color: #ffffff;
}

html section.section-quaternary p {
	color: #e6e6e6;
}

html section.section-dark {
	background-color: #2e353e !important;
	border-color: #23282f !important;
}

html section.section-dark h1,
html section.section-dark h2,
html section.section-dark h3,
html section.section-dark h4,
html section.section-dark h5,
html section.section-dark h6 {
	color: #ffffff;
}

html section.section-dark p {
	color: #e6e6e6;
}

html section.section-light {
	background-color: #ffffff !important;
	border-color: #f2f2f2 !important;
}

html section.section-light h1,
html section.section-light h2,
html section.section-light h3,
html section.section-light h4,
html section.section-light h5,
html section.section-light h6 {
	color: #777777;
}

html section.section-light p {
	color: #5e5e5e;
}

html section.section-default-scale-1 {
	background-color: #dbdbdb !important;
	border-top-color: #d3d3d3 !important;
}

html section.section-default-scale-2 {
	background-color: #c1c1c1 !important;
	border-top-color: #b9b9b9 !important;
}

html section.section-default-scale-3 {
	background-color: #a8a8a8 !important;
	border-top-color: #a0a0a0 !important;
}

html section.section-default-scale-4 {
	background-color: #8e8e8e !important;
	border-top-color: #868686 !important;
}

html section.section-default-scale-5 {
	background-color: #757575 !important;
	border-top-color: #6d6d6d !important;
}

html section.section-default-scale-6 {
	background-color: #5b5b5b !important;
	border-top-color: #535353 !important;
}

html section.section-default-scale-7 {
	background-color: #424242 !important;
	border-top-color: #3a3a3a !important;
}

html section.section-default-scale-8 {
	background-color: #282828 !important;
	border-top-color: #202020 !important;
}

html section.section-default-scale-9 {
	background-color: #0f0f0f !important;
	border-top-color: #070707 !important;
}

html.dark section.section-default-scale-1 {
	background-color: #333a44 !important;
	border-top-color: #2c323b !important;
}

html.dark section.section-default-scale-2 {
	background-color: #495362 !important;
	border-top-color: #424b59 !important;
}

html.dark section.section-default-scale-3 {
	background-color: #5e6b7f !important;
	border-top-color: #586476 !important;
}

html.dark section.section-default-scale-4 {
	background-color: #77849a !important;
	border-top-color: #6e7d93 !important;
}

html.dark section.section-default-scale-5 {
	background-color: #949faf !important;
	border-top-color: #8b97a9 !important;
}

html.dark section.section-default-scale-6 {
	background-color: #b1b9c5 !important;
	border-top-color: #a8b1be !important;
}

html.dark section.section-default-scale-7 {
	background-color: #ced3db !important;
	border-top-color: #c5cbd4 !important;
}

html.dark section.section-default-scale-8 {
	background-color: #ebeef1 !important;
	border-top-color: #e3e6ea !important;
}

html.dark section.section-default-scale-9 {
	background-color: #ffffff !important;
	border-top-color: #f7f7f7 !important;
}

section.page-header h1 {
	border-bottom-color: #266dbf;
}

section.page-header.custom-product {
	background-color: #2261aa;
	border-top-color: #2468b6;
}

html .page-header-color.page-header-primary {
	background-color: #266dbf;
	border-bottom-color: #266dbf;
	color: #ffffff;
}

html .page-header-color.page-header-primary h1 {
	color: #ffffff;
}

html .page-header-color.page-header-primary h1 span {
	color: #ffffff;
}

html .page-header-color.page-header-primary a {
	color: #ffffff;
}

html .page-header-color.page-header-primary .breadcrumb > .active {
	color: #ffffff;
}

html .page-header-color.page-header-secondary {
	background-color: #e6a545;
	border-bottom-color: #e6a545;
	color: #ffffff;
}

html .page-header-color.page-header-secondary h1 {
	color: #ffffff;
}

html .page-header-color.page-header-secondary h1 span {
	color: #ffffff;
}

html .page-header-color.page-header-secondary a {
	color: #ffffff;
}

html .page-header-color.page-header-secondary .breadcrumb > .active {
	color: #ffffff;
}

html .page-header-color.page-header-tertiary {
	background-color: #37bf6e;
	border-bottom-color: #37bf6e;
	color: #ffffff;
}

html .page-header-color.page-header-tertiary h1 {
	color: #ffffff;
}

html .page-header-color.page-header-tertiary h1 span {
	color: #ffffff;
}

html .page-header-color.page-header-tertiary a {
	color: #ffffff;
}

html .page-header-color.page-header-tertiary .breadcrumb > .active {
	color: #ffffff;
}

html .page-header-color.page-header-quaternary {
	background-color: #2a2f36;
	border-bottom-color: #2a2f36;
	color: #ffffff;
}

html .page-header-color.page-header-quaternary h1 {
	color: #ffffff;
}

html .page-header-color.page-header-quaternary h1 span {
	color: #ffffff;
}

html .page-header-color.page-header-quaternary a {
	color: #ffffff;
}

html .page-header-color.page-header-quaternary .breadcrumb > .active {
	color: #ffffff;
}

html .page-header-color.page-header-dark {
	background-color: #2e353e;
	border-bottom-color: #2e353e;
	color: #ffffff;
}

html .page-header-color.page-header-dark h1 {
	color: #ffffff;
}

html .page-header-color.page-header-dark h1 span {
	color: #ffffff;
}

html .page-header-color.page-header-dark a {
	color: #ffffff;
}

html .page-header-color.page-header-dark .breadcrumb > .active {
	color: #ffffff;
}

html .page-header-color.page-header-light {
	background-color: #ffffff;
	border-bottom-color: #ffffff;
	color: #777777;
}

html .page-header-color.page-header-light h1 {
	color: #777777;
}

html .page-header-color.page-header-light h1 span {
	color: #777777;
}

html .page-header-color.page-header-light a {
	color: #777777;
}

html .page-header-color.page-header-light .breadcrumb > .active {
	color: #777777;
}

html .toggle-primary .toggle label {
	color: #266dbf;
	border-left-color: #266dbf;
	border-right-color: #266dbf;
}

html .toggle-primary .toggle.active > label {
	background-color: #266dbf;
	border-color: #266dbf;
	color: #ffffff;
}

html .toggle-primary.toggle-simple .toggle > label:after {
	background-color: #266dbf;
}

html .toggle-secondary .toggle label {
	color: #e6a545;
	border-left-color: #e6a545;
	border-right-color: #e6a545;
}

html .toggle-secondary .toggle.active > label {
	background-color: #e6a545;
	border-color: #e6a545;
	color: #ffffff;
}

html .toggle-secondary.toggle-simple .toggle > label:after {
	background-color: #e6a545;
}

html .toggle-tertiary .toggle label {
	color: #37bf6e;
	border-left-color: #37bf6e;
	border-right-color: #37bf6e;
}

html .toggle-tertiary .toggle.active > label {
	background-color: #37bf6e;
	border-color: #37bf6e;
	color: #ffffff;
}

html .toggle-tertiary.toggle-simple .toggle > label:after {
	background-color: #37bf6e;
}

html .toggle-quaternary .toggle label {
	color: #2a2f36;
	border-left-color: #2a2f36;
	border-right-color: #2a2f36;
}

html .toggle-quaternary .toggle.active > label {
	background-color: #2a2f36;
	border-color: #2a2f36;
	color: #ffffff;
}

html .toggle-quaternary.toggle-simple .toggle > label:after {
	background-color: #2a2f36;
}

html .toggle-dark .toggle label {
	color: #2e353e;
	border-left-color: #2e353e;
	border-right-color: #2e353e;
}

html .toggle-dark .toggle.active > label {
	background-color: #2e353e;
	border-color: #2e353e;
	color: #ffffff;
}

html .toggle-dark.toggle-simple .toggle > label:after {
	background-color: #2e353e;
}

html .toggle-light .toggle label {
	color: #ffffff;
	border-left-color: #ffffff;
	border-right-color: #ffffff;
}

html .toggle-light .toggle.active > label {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #777777;
}

html .toggle-light.toggle-simple .toggle > label:after {
	background-color: #ffffff;
}

.thumb-info .thumb-info-type {
	background-color: #266dbf;
}

.thumb-info .thumb-info-action-icon {
	background-color: #266dbf;
}

.thumb-info-social-icons a {
	background-color: #266dbf;
}

.thumbnail .zoom {
	background-color: #266dbf;
}

.img-thumbnail .zoom {
	background-color: #266dbf;
}

html .thumb-info .thumb-info-action-icon-primary {
	background-color: #266dbf;
}

html .thumb-info .thumb-info-action-icon-primary i {
	color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-secondary {
	background-color: #e6a545;
}

html .thumb-info .thumb-info-action-icon-secondary i {
	color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-tertiary {
	background-color: #37bf6e;
}

html .thumb-info .thumb-info-action-icon-tertiary i {
	color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-quaternary {
	background-color: #2a2f36;
}

html .thumb-info .thumb-info-action-icon-quaternary i {
	color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-dark {
	background-color: #2e353e;
}

html .thumb-info .thumb-info-action-icon-dark i {
	color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-light {
	background-color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-light i {
	color: #777777;
}

.inverted {
	background-color: #266dbf;
}

html .inverted-primary {
	background-color: #266dbf;
}

html .inverted-secondary {
	background-color: #e6a545;
}

html .inverted-tertiary {
	background-color: #37bf6e;
}

html .inverted-quaternary {
	background-color: #2a2f36;
}

html .inverted-dark {
	background-color: #2e353e;
}

html .inverted-light {
	background-color: #ffffff;
}

.social-icons-list a {
	background-color: #266dbf;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #215ea5;
}

.owl-carousel.show-nav-title .owl-controls .owl-nav [class*="owl-"] {
	color: #266dbf;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #266dbf;
	border-color: #266dbf #266dbf #1e5594;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	border-color: #2a79d4 #2a79d4 #2261aa;
	background-color: #2a79d4;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:active,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
	border-color: #2261aa #2261aa #2261aa;
	background-color: #2261aa;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"].dropdown-toggle {
	border-left-color: #2261aa;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"][disabled] {
	border-color: #6aa1e1;
	background-color: #6aa1e1;
}

html body .tabs .nav-tabs a,
html.dark body .tabs .nav-tabs a,
html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover {
	color: #266dbf;
}

html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover,
html body .tabs .nav-tabs a:focus,
html.dark body .tabs .nav-tabs a:focus {
	border-top-color: #266dbf;
}

html body .tabs .nav-tabs li.active a,
html.dark body .tabs .nav-tabs li.active a {
	border-top-color: #266dbf;
	color: #266dbf;
}

html body .tabs .nav-tabs.nav-justified a:hover,
html.dark body .tabs .nav-tabs.nav-justified a:hover,
html body .tabs .nav-tabs.nav-justified a:focus,
html.dark body .tabs .nav-tabs.nav-justified a:focus {
	border-top-color: #266dbf;
}

html body .tabs.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a,
html body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:focus {
	border-bottom-color: #266dbf;
}

html body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
	border-left-color: #266dbf;
}

html body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
	border-right-color: #266dbf;
}

html body .tabs-primary .nav-tabs li a,
html.dark body .tabs-primary .nav-tabs li a,
html body .tabs-primary .nav-tabs.nav-justified li a,
html.dark body .tabs-primary .nav-tabs.nav-justified li a,
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
	color: #266dbf;
}

html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
	border-top-color: #266dbf;
}

html body .tabs-primary .nav-tabs li.active a,
html.dark body .tabs-primary .nav-tabs li.active a,
html body .tabs-primary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a,
html body .tabs-primary .nav-tabs li.active a:hover,
html.dark body .tabs-primary .nav-tabs li.active a:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary .nav-tabs li.active a:focus,
html.dark body .tabs-primary .nav-tabs li.active a:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #266dbf;
	color: #266dbf;
}

html body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
	border-bottom-color: #266dbf;
}

html body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-bottom-color: #266dbf;
}

html body .tabs-primary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
	border-left-color: #266dbf;
}

html body .tabs-primary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #266dbf;
}

html body .tabs-primary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
	border-right-color: #266dbf;
}

html body .tabs-primary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #266dbf;
}

html body .tabs-secondary .nav-tabs li a,
html.dark body .tabs-secondary .nav-tabs li a,
html body .tabs-secondary .nav-tabs.nav-justified li a,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a,
html body .tabs-secondary .nav-tabs li a:hover,
html.dark body .tabs-secondary .nav-tabs li a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
	color: #e6a545;
}

html body .tabs-secondary .nav-tabs li a:hover,
html.dark body .tabs-secondary .nav-tabs li a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
	border-top-color: #e6a545;
}

html body .tabs-secondary .nav-tabs li.active a,
html.dark body .tabs-secondary .nav-tabs li.active a,
html body .tabs-secondary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a,
html body .tabs-secondary .nav-tabs li.active a:hover,
html.dark body .tabs-secondary .nav-tabs li.active a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-secondary .nav-tabs li.active a:focus,
html.dark body .tabs-secondary .nav-tabs li.active a:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #e6a545;
	color: #e6a545;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover {
	border-bottom-color: #e6a545;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-bottom-color: #e6a545;
}

html body .tabs-secondary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li a:hover {
	border-left-color: #e6a545;
}

html body .tabs-secondary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a,
html body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #e6a545;
}

html body .tabs-secondary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li a:hover {
	border-right-color: #e6a545;
}

html body .tabs-secondary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a,
html body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #e6a545;
}

html body .tabs-tertiary .nav-tabs li a,
html.dark body .tabs-tertiary .nav-tabs li a,
html body .tabs-tertiary .nav-tabs.nav-justified li a,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a,
html body .tabs-tertiary .nav-tabs li a:hover,
html.dark body .tabs-tertiary .nav-tabs li a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
	color: #37bf6e;
}

html body .tabs-tertiary .nav-tabs li a:hover,
html.dark body .tabs-tertiary .nav-tabs li a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
	border-top-color: #37bf6e;
}

html body .tabs-tertiary .nav-tabs li.active a,
html.dark body .tabs-tertiary .nav-tabs li.active a,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a,
html body .tabs-tertiary .nav-tabs li.active a:hover,
html.dark body .tabs-tertiary .nav-tabs li.active a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-tertiary .nav-tabs li.active a:focus,
html.dark body .tabs-tertiary .nav-tabs li.active a:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #37bf6e;
	color: #37bf6e;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover {
	border-bottom-color: #37bf6e;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-bottom-color: #37bf6e;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li a:hover {
	border-left-color: #37bf6e;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #37bf6e;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li a:hover {
	border-right-color: #37bf6e;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #37bf6e;
}

html body .tabs-quaternary .nav-tabs li a,
html.dark body .tabs-quaternary .nav-tabs li a,
html body .tabs-quaternary .nav-tabs.nav-justified li a,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a,
html body .tabs-quaternary .nav-tabs li a:hover,
html.dark body .tabs-quaternary .nav-tabs li a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
	color: #2a2f36;
}

html body .tabs-quaternary .nav-tabs li a:hover,
html.dark body .tabs-quaternary .nav-tabs li a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
	border-top-color: #2a2f36;
}

html body .tabs-quaternary .nav-tabs li.active a,
html.dark body .tabs-quaternary .nav-tabs li.active a,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a,
html body .tabs-quaternary .nav-tabs li.active a:hover,
html.dark body .tabs-quaternary .nav-tabs li.active a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-quaternary .nav-tabs li.active a:focus,
html.dark body .tabs-quaternary .nav-tabs li.active a:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #2a2f36;
	color: #2a2f36;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover {
	border-bottom-color: #2a2f36;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-bottom-color: #2a2f36;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li a:hover {
	border-left-color: #2a2f36;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #2a2f36;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li a:hover {
	border-right-color: #2a2f36;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #2a2f36;
}

html body .tabs-dark .nav-tabs li a,
html.dark body .tabs-dark .nav-tabs li a,
html body .tabs-dark .nav-tabs.nav-justified li a,
html.dark body .tabs-dark .nav-tabs.nav-justified li a,
html body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs li a:hover,
html body .tabs-dark .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
	color: #2e353e;
}

html body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs li a:hover,
html body .tabs-dark .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
	border-top-color: #2e353e;
}

html body .tabs-dark .nav-tabs li.active a,
html.dark body .tabs-dark .nav-tabs li.active a,
html body .tabs-dark .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a,
html body .tabs-dark .nav-tabs li.active a:hover,
html.dark body .tabs-dark .nav-tabs li.active a:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark .nav-tabs li.active a:focus,
html.dark body .tabs-dark .nav-tabs li.active a:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #2e353e;
	color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
	border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li a:hover {
	border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li a:hover {
	border-right-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #2e353e;
}

html body .tabs-light .nav-tabs li a,
html.dark body .tabs-light .nav-tabs li a,
html body .tabs-light .nav-tabs.nav-justified li a,
html.dark body .tabs-light .nav-tabs.nav-justified li a,
html body .tabs-light .nav-tabs li a:hover,
html.dark body .tabs-light .nav-tabs li a:hover,
html body .tabs-light .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
	color: #ffffff;
}

html body .tabs-light .nav-tabs li a:hover,
html.dark body .tabs-light .nav-tabs li a:hover,
html body .tabs-light .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
	border-top-color: #ffffff;
}

html body .tabs-light .nav-tabs li.active a,
html.dark body .tabs-light .nav-tabs li.active a,
html body .tabs-light .nav-tabs.nav-justified li.active a,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a,
html body .tabs-light .nav-tabs li.active a:hover,
html.dark body .tabs-light .nav-tabs li.active a:hover,
html body .tabs-light .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a:hover,
html body .tabs-light .nav-tabs li.active a:focus,
html.dark body .tabs-light .nav-tabs li.active a:focus,
html body .tabs-light .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #ffffff;
	color: #ffffff;
}

html body .tabs-light.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li a:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover {
	border-bottom-color: #ffffff;
}

html body .tabs-light.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-bottom-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li a:hover {
	border-left-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a,
html body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li a:hover {
	border-right-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a,
html body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #ffffff;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
	border-right-color: #266dbf;
	border-left-color: transparent;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
	border-right-color: transparent;
	border-left-color: #266dbf;
}

.list.list-icons li .fa {
	color: #266dbf;
	border-color: #266dbf;
}

.list.list-icons.list-icons-style-3 li .fa {
	background-color: #266dbf;
}

.list.list-ordened li:before {
	color: #266dbf;
	border-color: #266dbf;
}

.list.list-ordened.list-ordened-style-3 li:before {
	background-color: #266dbf;
}

html .list-primary.list-icons li .fa {
	color: #266dbf;
	border-color: #266dbf;
}

html .list-primary.list-icons.list-icons-style-3 li .fa {
	background-color: #266dbf;
	color: #ffffff;
}

html .list-primary.list-ordened li:before {
	color: #266dbf;
}

html .list-primary.list-ordened.list-ordened-style-3 li:before {
	background-color: #266dbf;
	color: #ffffff;
}

html .list-secondary.list-icons li .fa {
	color: #e6a545;
	border-color: #e6a545;
}

html .list-secondary.list-icons.list-icons-style-3 li .fa {
	background-color: #e6a545;
	color: #ffffff;
}

html .list-secondary.list-ordened li:before {
	color: #e6a545;
}

html .list-secondary.list-ordened.list-ordened-style-3 li:before {
	background-color: #266dbf;
	color: #ffffff;
}

html .list-tertiary.list-icons li .fa {
	color: #37bf6e;
	border-color: #37bf6e;
}

html .list-tertiary.list-icons.list-icons-style-3 li .fa {
	background-color: #37bf6e;
	color: #ffffff;
}

html .list-tertiary.list-ordened li:before {
	color: #37bf6e;
}

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
	background-color: #266dbf;
	color: #ffffff;
}

html .list-quaternary.list-icons li .fa {
	color: #2a2f36;
	border-color: #2a2f36;
}

html .list-quaternary.list-icons.list-icons-style-3 li .fa {
	background-color: #2a2f36;
	color: #ffffff;
}

html .list-quaternary.list-ordened li:before {
	color: #2a2f36;
}

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
	background-color: #266dbf;
	color: #ffffff;
}

html .list-dark.list-icons li .fa {
	color: #2e353e;
	border-color: #2e353e;
}

html .list-dark.list-icons.list-icons-style-3 li .fa {
	background-color: #2e353e;
	color: #ffffff;
}

html .list-dark.list-ordened li:before {
	color: #2e353e;
}

html .list-dark.list-ordened.list-ordened-style-3 li:before {
	background-color: #266dbf;
	color: #ffffff;
}

html .list-light.list-icons li .fa {
	color: #ffffff;
	border-color: #ffffff;
}

html .list-light.list-icons.list-icons-style-3 li .fa {
	background-color: #ffffff;
	color: #777777;
}

html .list-light.list-ordened li:before {
	color: #ffffff;
}

html .list-light.list-ordened.list-ordened-style-3 li:before {
	background-color: #266dbf;
	color: #777777;
}

.parallax blockquote i.fa-quote-left {
	color: #266dbf;
}

section.video blockquote i.fa-quote-left {
	color: #266dbf;
}

.panel-group .panel-heading a {
	color: #266dbf;
}

html .panel-group.panel-group-primary .panel-heading {
	background-color: #266dbf !important;
}

html .panel-group.panel-group-primary .panel-heading a {
	color: #ffffff;
}

html .panel-group.panel-group-secondary .panel-heading {
	background-color: #e6a545 !important;
}

html .panel-group.panel-group-secondary .panel-heading a {
	color: #ffffff;
}

html .panel-group.panel-group-tertiary .panel-heading {
	background-color: #37bf6e !important;
}

html .panel-group.panel-group-tertiary .panel-heading a {
	color: #ffffff;
}

html .panel-group.panel-group-quaternary .panel-heading {
	background-color: #2a2f36 !important;
}

html .panel-group.panel-group-quaternary .panel-heading a {
	color: #ffffff;
}

html .panel-group.panel-group-dark .panel-heading {
	background-color: #2e353e !important;
}

html .panel-group.panel-group-dark .panel-heading a {
	color: #ffffff;
}

html .panel-group.panel-group-light .panel-heading {
	background-color: #ffffff !important;
}

html .panel-group.panel-group-light .panel-heading a {
	color: #777777;
}

html .divider.divider-primary .fa {
	color: #266dbf;
}

html .divider.divider-primary.divider-small hr {
	background: #266dbf;
}

html .divider.divider-secondary .fa {
	color: #e6a545;
}

html .divider.divider-secondary.divider-small hr {
	background: #e6a545;
}

html .divider.divider-tertiary .fa {
	color: #37bf6e;
}

html .divider.divider-tertiary.divider-small hr {
	background: #37bf6e;
}

html .divider.divider-quaternary .fa {
	color: #2a2f36;
}

html .divider.divider-quaternary.divider-small hr {
	background: #2a2f36;
}

html .divider.divider-dark .fa {
	color: #2e353e;
}

html .divider.divider-dark.divider-small hr {
	background: #2e353e;
}

html .divider.divider-light .fa {
	color: #ffffff;
}

html .divider.divider-light.divider-small hr {
	background: #ffffff;
}

html .divider.divider-style-2.divider-primary .fa {
	background: #266dbf;
	color: #ffffff;
}

html .divider.divider-style-2.divider-secondary .fa {
	background: #e6a545;
	color: #ffffff;
}

html .divider.divider-style-2.divider-tertiary .fa {
	background: #37bf6e;
	color: #ffffff;
}

html .divider.divider-style-2.divider-quaternary .fa {
	background: #2a2f36;
	color: #ffffff;
}

html .divider.divider-style-2.divider-dark .fa {
	background: #2e353e;
	color: #ffffff;
}

html .divider.divider-style-2.divider-light .fa {
	background: #ffffff;
	color: #777777;
}

html .divider.divider-style-3.divider-primary .fa {
	border-color: #266dbf;
}

html .divider.divider-style-3.divider-secondary .fa {
	border-color: #e6a545;
}

html .divider.divider-style-3.divider-tertiary .fa {
	border-color: #37bf6e;
}

html .divider.divider-style-3.divider-quaternary .fa {
	border-color: #2a2f36;
}

html .divider.divider-style-3.divider-dark .fa {
	border-color: #2e353e;
}

html .divider.divider-style-3.divider-light .fa {
	border-color: #ffffff;
}

@media (min-width: 992px) {
	#header nav ul.nav-main a,
  #header nav ul.nav-main a:focus,
  #header nav ul.nav-main a:hover {
		color: #266dbf;
	}

	#header nav ul.nav-main > li.open a,
  #header nav ul.nav-main > li.active > a,
  #header nav ul.nav-main > li:hover > a {
		color: #ffffff;
		background-color: #266dbf !important;
	}

	#header nav ul.nav-main .dropdown > ul.dropdown-menu {
		border-top-color: #266dbf !important;
	}

	#header nav ul.nav-main .dropdown-submenu > a:after,
  #header nav ul.nav-main .dropdown-submenu:hover > a:after {
		border-left-color: #266dbf;
	};
}

#header nav ul.nav-main .tip {
	background: #266dbf;
	color: #ffffff;
}

#header nav ul.nav-main .tip:before {
	border-right-color: #266dbf;
}

html #header nav ul.nav-main .tip-primary {
	background: #266dbf !important;
	color: #ffffff !important;
}

html #header nav ul.nav-main .tip-primary:before {
	border-right-color: #266dbf !important;
}

html #header nav ul.nav-main .tip-secondary {
	background: #e6a545 !important;
	color: #ffffff !important;
}

html #header nav ul.nav-main .tip-secondary:before {
	border-right-color: #e6a545 !important;
}

html #header nav ul.nav-main .tip-tertiary {
	background: #37bf6e !important;
	color: #ffffff !important;
}

html #header nav ul.nav-main .tip-tertiary:before {
	border-right-color: #37bf6e !important;
}

html #header nav ul.nav-main .tip-quaternary {
	background: #2a2f36 !important;
	color: #ffffff !important;
}

html #header nav ul.nav-main .tip-quaternary:before {
	border-right-color: #2a2f36 !important;
}

html #header nav ul.nav-main .tip-dark {
	background: #2e353e !important;
	color: #ffffff !important;
}

html #header nav ul.nav-main .tip-dark:before {
	border-right-color: #2e353e !important;
}

html #header nav ul.nav-main .tip-light {
	background: #ffffff !important;
	color: #777777 !important;
}

html #header nav ul.nav-main .tip-light:before {
	border-right-color: #ffffff !important;
}

html[dir="rtl"] #header nav ul.nav-main .tip.skin:before {
	border-left-color: #266dbf;
}

@media (min-width: 992px) {
	#header.single-menu nav ul.nav-main li.active > a {
		border-top: 5px solid #266dbf;
	}

	#header.darken-top-border {
		border-top: 5px solid #2261aa !important;
	}

	#header.colored .header-top {
		background-color: #266dbf;
	}

	#header.colored .header-top ul.nav-top li a:hover {
		background-color: #2a79d4 !important;
	}

	#header.flat-menu nav ul.nav-main li > a,
  #header.flat-menu nav ul.nav-main li.active > a {
		color: #666;
	}

	#header.flat-menu nav ul.nav-main > li.active > a {
		color: #266dbf !important;
		background-color: transparent !important;
	}

	#header.flat-menu nav ul.nav-main > li:hover > a,
  #header.flat-menu nav ul.nav-main > li > a:hover {
		color: #ffffff !important;
		background-color: #266dbf !important;
	}

	#header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
		border-top-color: #266dbf;
	};
}

@media (min-width: 992px) {
	html #header nav ul.nav-main li.dropdown-primary > a {
		color: #266dbf;
	}

	html #header nav ul.nav-main li.dropdown-primary.open > a,
  html #header nav ul.nav-main li.dropdown-primary.active > a,
  html #header nav ul.nav-main li.dropdown-primary:hover > a {
		background: #266dbf !important;
		color: #ffffff;
	}

	html #header nav ul.nav-main .dropdown-primary > ul.dropdown-menu,
  html #header nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu,
  html #header nav ul.nav-main .dropdown-primary > ul.dropdown-menu ul.dropdown-menu,
  html #header nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
		border-top-color: #266dbf !important;
		background: #266dbf !important;
	}

	html #header nav ul.nav-main .dropdown-primary > ul.dropdown-menu li a,
  html #header nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu li a {
		color: #ffffff;
	}

	html #header nav ul.nav-main .dropdown-primary > ul.dropdown-menu li:hover > a,
  html #header nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu li:hover > a {
		background: #2a79d4;
	}

	html #header nav ul.nav-main .dropdown-primary:hover ul.sub-menu li:hover a:hover,
  html #header nav ul.nav-main .dropdown-primary.mega-menu-item:hover ul.sub-menu li:hover a:hover {
		background: #2a79d4 !important;
	}

	html #header nav ul.nav-main li.dropdown-secondary > a {
		color: #e6a545;
	}

	html #header nav ul.nav-main li.dropdown-secondary.open > a,
  html #header nav ul.nav-main li.dropdown-secondary.active > a,
  html #header nav ul.nav-main li.dropdown-secondary:hover > a {
		background: #e6a545 !important;
		color: #ffffff;
	}

	html #header nav ul.nav-main .dropdown-secondary > ul.dropdown-menu,
  html #header nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu,
  html #header nav ul.nav-main .dropdown-secondary > ul.dropdown-menu ul.dropdown-menu,
  html #header nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
		border-top-color: #e6a545 !important;
		background: #e6a545 !important;
	}

	html #header nav ul.nav-main .dropdown-secondary > ul.dropdown-menu li a,
  html #header nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu li a {
		color: #ffffff;
	}

	html #header nav ul.nav-main .dropdown-secondary > ul.dropdown-menu li:hover > a,
  html #header nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu li:hover > a {
		background: #e9b05b;
	}

	html #header nav ul.nav-main .dropdown-secondary:hover ul.sub-menu li:hover a:hover,
  html #header nav ul.nav-main .dropdown-secondary.mega-menu-item:hover ul.sub-menu li:hover a:hover {
		background: #e9b05b !important;
	}

	html #header nav ul.nav-main li.dropdown-tertiary > a {
		color: #37bf6e;
	}

	html #header nav ul.nav-main li.dropdown-tertiary.open > a,
  html #header nav ul.nav-main li.dropdown-tertiary.active > a,
  html #header nav ul.nav-main li.dropdown-tertiary:hover > a {
		background: #37bf6e !important;
		color: #ffffff;
	}

	html #header nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu,
  html #header nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu,
  html #header nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu ul.dropdown-menu,
  html #header nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
		border-top-color: #37bf6e !important;
		background: #37bf6e !important;
	}

	html #header nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu li a,
  html #header nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu li a {
		color: #ffffff;
	}

	html #header nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu li:hover > a,
  html #header nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu li:hover > a {
		background: #46ca7b;
	}

	html #header nav ul.nav-main .dropdown-tertiary:hover ul.sub-menu li:hover a:hover,
  html #header nav ul.nav-main .dropdown-tertiary.mega-menu-item:hover ul.sub-menu li:hover a:hover {
		background: #46ca7b !important;
	}

	html #header nav ul.nav-main li.dropdown-quaternary > a {
		color: #2a2f36;
	}

	html #header nav ul.nav-main li.dropdown-quaternary.open > a,
  html #header nav ul.nav-main li.dropdown-quaternary.active > a,
  html #header nav ul.nav-main li.dropdown-quaternary:hover > a {
		background: #2a2f36 !important;
		color: #ffffff;
	}

	html #header nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu,
  html #header nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu,
  html #header nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu ul.dropdown-menu,
  html #header nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
		border-top-color: #2a2f36 !important;
		background: #2a2f36 !important;
	}

	html #header nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu li a,
  html #header nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu li a {
		color: #ffffff;
	}

	html #header nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu li:hover > a,
  html #header nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu li:hover > a {
		background: #353b44;
	}

	html #header nav ul.nav-main .dropdown-quaternary:hover ul.sub-menu li:hover a:hover,
  html #header nav ul.nav-main .dropdown-quaternary.mega-menu-item:hover ul.sub-menu li:hover a:hover {
		background: #353b44 !important;
	}

	html #header nav ul.nav-main li.dropdown-dark > a {
		color: #2e353e;
	}

	html #header nav ul.nav-main li.dropdown-dark.open > a,
  html #header nav ul.nav-main li.dropdown-dark.active > a,
  html #header nav ul.nav-main li.dropdown-dark:hover > a {
		background: #2e353e !important;
		color: #ffffff;
	}

	html #header nav ul.nav-main .dropdown-dark > ul.dropdown-menu,
  html #header nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu,
  html #header nav ul.nav-main .dropdown-dark > ul.dropdown-menu ul.dropdown-menu,
  html #header nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
		border-top-color: #2e353e !important;
		background: #2e353e !important;
	}

	html #header nav ul.nav-main .dropdown-dark > ul.dropdown-menu li a,
  html #header nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu li a {
		color: #ffffff;
	}

	html #header nav ul.nav-main .dropdown-dark > ul.dropdown-menu li:hover > a,
  html #header nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu li:hover > a {
		background: #39424d;
	}

	html #header nav ul.nav-main .dropdown-dark:hover ul.sub-menu li:hover a:hover,
  html #header nav ul.nav-main .dropdown-dark.mega-menu-item:hover ul.sub-menu li:hover a:hover {
		background: #39424d !important;
	}

	html #header nav ul.nav-main li.dropdown-light > a {
		color: #ffffff;
	}

	html #header nav ul.nav-main li.dropdown-light.open > a,
  html #header nav ul.nav-main li.dropdown-light.active > a,
  html #header nav ul.nav-main li.dropdown-light:hover > a {
		background: #ffffff !important;
		color: #777777;
	}

	html #header nav ul.nav-main .dropdown-light > ul.dropdown-menu,
  html #header nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu,
  html #header nav ul.nav-main .dropdown-light > ul.dropdown-menu ul.dropdown-menu,
  html #header nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
		border-top-color: #ffffff !important;
		background: #ffffff !important;
	}

	html #header nav ul.nav-main .dropdown-light > ul.dropdown-menu li a,
  html #header nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu li a {
		color: #777777;
	}

	html #header nav ul.nav-main .dropdown-light > ul.dropdown-menu li:hover > a,
  html #header nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu li:hover > a {
		background: #ffffff;
	}

	html #header nav ul.nav-main .dropdown-light:hover ul.sub-menu li:hover a:hover,
  html #header nav ul.nav-main .dropdown-light.mega-menu-item:hover ul.sub-menu li:hover a:hover {
		background: #ffffff !important;
	};
}

.testimonial blockquote {
	background: #2a79d4;
}

.testimonial .testimonial-arrow-down {
	border-top-color: #2a79d4;
}

html .testimonial-primary blockquote {
	background: #2a79d4;
}

html .testimonial-primary .testimonial-arrow-down {
	border-top-color: #2a79d4;
}

html .testimonial-secondary blockquote {
	background: #e9b05b;
}

html .testimonial-secondary .testimonial-arrow-down {
	border-top-color: #e9b05b;
}

html .testimonial-tertiary blockquote {
	background: #46ca7b;
}

html .testimonial-tertiary .testimonial-arrow-down {
	border-top-color: #46ca7b;
}

html .testimonial-quaternary blockquote {
	background: #353b44;
}

html .testimonial-quaternary .testimonial-arrow-down {
	border-top-color: #353b44;
}

html .testimonial-dark blockquote {
	background: #39424d;
}

html .testimonial-dark .testimonial-arrow-down {
	border-top-color: #39424d;
}

html .testimonial-light blockquote {
	background: #ffffff;
}

html .testimonial-light .testimonial-arrow-down {
	border-top-color: #ffffff;
}

.circular-bar.only-icon .fa {
	color: #266dbf;
}

html .counters .counter-primary .fa,
html .counters .counter-primary strong {
	color: #266dbf;
}

html .counters .counter-secondary .fa,
html .counters .counter-secondary strong {
	color: #e6a545;
}

html .counters .counter-tertiary .fa,
html .counters .counter-tertiary strong {
	color: #37bf6e;
}

html .counters .counter-quaternary .fa,
html .counters .counter-quaternary strong {
	color: #2a2f36;
}

html .counters .counter-dark .fa,
html .counters .counter-dark strong {
	color: #2e353e;
}

html .counters .counter-light .fa,
html .counters .counter-light strong {
	color: #ffffff;
}

.icon-featured {
	background-color: #266dbf;
}

.featured-box-primary .icon-featured {
	background-color: #266dbf;
}

.featured-box-primary .icon-featured:after {
	border-color: #266dbf;
}

.featured-box-primary h4 {
	color: #266dbf;
}

.featured-box-primary .box-content {
	border-top-color: #266dbf;
}

html .featured-box-primary .icon-featured {
	background-color: #266dbf;
}

html .featured-box-primary h4 {
	color: #266dbf;
}

html .featured-box-primary .box-content {
	border-top-color: #266dbf;
}

html .featured-box-secondary .icon-featured {
	background-color: #e6a545;
}

html .featured-box-secondary h4 {
	color: #e6a545;
}

html .featured-box-secondary .box-content {
	border-top-color: #e6a545;
}

html .featured-box-tertiary .icon-featured {
	background-color: #37bf6e;
}

html .featured-box-tertiary h4 {
	color: #37bf6e;
}

html .featured-box-tertiary .box-content {
	border-top-color: #37bf6e;
}

html .featured-box-quaternary .icon-featured {
	background-color: #2a2f36;
}

html .featured-box-quaternary h4 {
	color: #2a2f36;
}

html .featured-box-quaternary .box-content {
	border-top-color: #2a2f36;
}

html .featured-box-dark .icon-featured {
	background-color: #2e353e;
}

html .featured-box-dark h4 {
	color: #2e353e;
}

html .featured-box-dark .box-content {
	border-top-color: #2e353e;
}

html .featured-box-light .icon-featured {
	background-color: #ffffff;
}

html .featured-box-light h4 {
	color: #ffffff;
}

html .featured-box-light .box-content {
	border-top-color: #ffffff;
}

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
	border-color: #266dbf;
	color: #266dbf;
}

html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
	border-color: #e6a545;
	color: #e6a545;
}

html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
	border-color: #37bf6e;
	color: #37bf6e;
}

html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
	border-color: #2a2f36;
	color: #2a2f36;
}

html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
	border-color: #2e353e;
	color: #2e353e;
}

html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
	border-color: #ffffff;
	color: #ffffff;
}

html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
	border-color: #266dbf;
	color: #266dbf;
}

html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
	border-color: #e6a545;
	color: #e6a545;
}

html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
	border-color: #37bf6e;
	color: #37bf6e;
}

html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
	border-color: #2a2f36;
	color: #2a2f36;
}

html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
	border-color: #2e353e;
	color: #2e353e;
}

html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
	border-color: #ffffff;
	color: #ffffff;
}

html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
	color: #266dbf;
}

html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
	color: #e6a545;
}

html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
	color: #37bf6e;
}

html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
	color: #2a2f36;
}

html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
	color: #2e353e;
}

html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
	color: #ffffff;
}

html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
	color: #266dbf;
}

html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
	color: #e6a545;
}

html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
	color: #37bf6e;
}

html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
	color: #2a2f36;
}

html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
	color: #2e353e;
}

html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
	color: #ffffff;
}

html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
	color: #266dbf;
}

html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
	color: #e6a545;
}

html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
	color: #37bf6e;
}

html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
	color: #2a2f36;
}

html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
	color: #2e353e;
}

html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
	color: #ffffff;
}

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
	box-shadow: 0 0 0 3px #266dbf;
}

html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
	box-shadow: 0 0 0 3px #e6a545;
}

html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
	box-shadow: 0 0 0 3px #37bf6e;
}

html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
	box-shadow: 0 0 0 3px #2a2f36;
}

html .featured-box-effect-2.featured-box-dark .icon-featured:after {
	box-shadow: 0 0 0 3px #2e353e;
}

html .featured-box-effect-2.featured-box-light .icon-featured:after {
	box-shadow: 0 0 0 3px #ffffff;
}

html .featured-box-effect-3.featured-box-primary .icon-featured:after {
	box-shadow: 0 0 0 10px #266dbf;
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
	background: #266dbf !important;
}

html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
	box-shadow: 0 0 0 10px #e6a545;
}

html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
	background: #e6a545 !important;
}

html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
	box-shadow: 0 0 0 10px #37bf6e;
}

html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
	background: #37bf6e !important;
}

html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
	box-shadow: 0 0 0 10px #2a2f36;
}

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
	background: #2a2f36 !important;
}

html .featured-box-effect-3.featured-box-dark .icon-featured:after {
	box-shadow: 0 0 0 10px #2e353e;
}

html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
	background: #2e353e !important;
}

html .featured-box-effect-3.featured-box-light .icon-featured:after {
	box-shadow: 0 0 0 10px #ffffff;
}

html .featured-box-effect-3.featured-box-light:hover .icon-featured {
	background: #ffffff !important;
}

.feature-box .feature-box-icon {
	background-color: #266dbf;
}

html .feature-box-primary .feature-box-icon {
	background-color: #266dbf;
}

html .feature-box-secondary .feature-box-icon {
	background-color: #e6a545;
}

html .feature-box-tertiary .feature-box-icon {
	background-color: #37bf6e;
}

html .feature-box-quaternary .feature-box-icon {
	background-color: #2a2f36;
}

html .feature-box-dark .feature-box-icon {
	background-color: #2e353e;
}

html .feature-box-light .feature-box-icon {
	background-color: #ffffff;
}

.feature-box.feature-box-style-2 .feature-box-icon i.fa {
	color: #266dbf;
}

html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fa {
	color: #266dbf;
}

html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fa {
	color: #e6a545;
}

html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fa {
	color: #37bf6e;
}

html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fa {
	color: #2a2f36;
}

html .feature-box-dark.feature-box-style-2 .feature-box-icon i.fa {
	color: #2e353e;
}

html .feature-box-light.feature-box-style-2 .feature-box-icon i.fa {
	color: #ffffff;
}

.feature-box.feature-box-style-3 .feature-box-icon {
	border-color: #266dbf;
}

.feature-box.feature-box-style-3 .feature-box-icon i.fa {
	color: #266dbf;
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon {
	border-color: #266dbf;
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fa {
	color: #266dbf;
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
	border-color: #e6a545;
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fa {
	color: #e6a545;
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
	border-color: #37bf6e;
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fa {
	color: #37bf6e;
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
	border-color: #2a2f36;
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fa {
	color: #2a2f36;
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon {
	border-color: #2e353e;
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon i.fa {
	color: #2e353e;
}

html .feature-box-light.feature-box-style-3 .feature-box-icon {
	border-color: #ffffff;
}

html .feature-box-light.feature-box-style-3 .feature-box-icon i.fa {
	color: #ffffff;
}

.feature-box.feature-box-style-4 .feature-box-icon i.fa {
	color: #266dbf;
}

html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fa {
	color: #266dbf;
}

html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fa {
	color: #e6a545;
}

html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fa {
	color: #37bf6e;
}

html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fa {
	color: #2a2f36;
}

html .feature-box-dark.feature-box-style-4 .feature-box-icon i.fa {
	color: #2e353e;
}

html .feature-box-light.feature-box-style-4 .feature-box-icon i.fa {
	color: #ffffff;
}

.feature-box.feature-box-style-5 .feature-box-icon i.fa {
	color: #266dbf;
}

html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fa {
	color: #266dbf;
}

html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fa {
	color: #e6a545;
}

html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fa {
	color: #37bf6e;
}

html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fa {
	color: #2a2f36;
}

html .feature-box-dark.feature-box-style-5 .feature-box-icon i.fa {
	color: #2e353e;
}

html .feature-box-light.feature-box-style-5 .feature-box-icon i.fa {
	color: #ffffff;
}

html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fa {
	color: #266dbf;
}

html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fa {
	color: #e6a545;
}

html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fa {
	color: #37bf6e;
}

html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fa {
	color: #2a2f36;
}

html .feature-box-dark.feature-box-style-6 .feature-box-icon i.fa {
	color: #2e353e;
}

html .feature-box-light.feature-box-style-6 .feature-box-icon i.fa {
	color: #ffffff;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(1) .featured-box-full-primary {
	background-color: #1e5594;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(2) .featured-box-full-primary {
	background-color: #2261aa;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(3) .featured-box-full-primary {
	background-color: #266dbf;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(4) .featured-box-full-primary {
	background-color: #2a79d4;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(5) .featured-box-full-primary {
	background-color: #3f86d9;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(6) .featured-box-full-primary {
	background-color: #5494dd;
}

html .featured-boxes-full .featured-box-full-primary {
	background-color: #266dbf;
	color: #ffffff;
}

html .featured-boxes-full .featured-box-full-secondary {
	background-color: #e6a545;
	color: #ffffff;
}

html .featured-boxes-full .featured-box-full-tertiary {
	background-color: #37bf6e;
	color: #ffffff;
}

html .featured-boxes-full .featured-box-full-quaternary {
	background-color: #2a2f36;
	color: #ffffff;
}

html .featured-boxes-full .featured-box-full-dark {
	background-color: #2e353e;
	color: #ffffff;
}

html .featured-boxes-full .featured-box-full-light {
	background-color: #ffffff;
	color: #777777;
}

.pricing-table .most-popular {
	border-color: #266dbf;
}

.pricing-table .most-popular h3 {
	background-color: #266dbf !important;
}

.pricing-table.princig-table-flat .plan h3 {
	background-color: #266dbf;
}

.pricing-table.princig-table-flat .plan h3 span {
	background: #266dbf;
}

html .call-to-action.featured.featured-primary {
	border-top-color: #266dbf;
}

html .call-to-action.call-to-action-primary {
	background: #266dbf;
}

html .call-to-action.with-full-borders {
	border-color: #266dbf;
}

html .call-to-action.call-to-action-primary {
	background: #266dbf;
}

html .call-to-action.call-to-action-primary h3,
html .call-to-action.call-to-action-primary p {
	color: #ffffff;
}

html .call-to-action.featured.featured-secondary {
	border-top-color: #e6a545;
}

html .call-to-action.call-to-action-secondary {
	background: #e6a545;
}

html .call-to-action.with-full-borders {
	border-color: #e6a545;
}

html .call-to-action.call-to-action-secondary {
	background: #e6a545;
}

html .call-to-action.call-to-action-secondary h3,
html .call-to-action.call-to-action-secondary p {
	color: #ffffff;
}

html .call-to-action.featured.featured-tertiary {
	border-top-color: #37bf6e;
}

html .call-to-action.call-to-action-tertiary {
	background: #37bf6e;
}

html .call-to-action.with-full-borders {
	border-color: #37bf6e;
}

html .call-to-action.call-to-action-tertiary {
	background: #37bf6e;
}

html .call-to-action.call-to-action-tertiary h3,
html .call-to-action.call-to-action-tertiary p {
	color: #ffffff;
}

html .call-to-action.featured.featured-quaternary {
	border-top-color: #2a2f36;
}

html .call-to-action.call-to-action-quaternary {
	background: #2a2f36;
}

html .call-to-action.with-full-borders {
	border-color: #2a2f36;
}

html .call-to-action.call-to-action-quaternary {
	background: #2a2f36;
}

html .call-to-action.call-to-action-quaternary h3,
html .call-to-action.call-to-action-quaternary p {
	color: #ffffff;
}

html .call-to-action.featured.featured-dark {
	border-top-color: #2e353e;
}

html .call-to-action.call-to-action-dark {
	background: #2e353e;
}

html .call-to-action.with-full-borders {
	border-color: #2e353e;
}

html .call-to-action.call-to-action-dark {
	background: #2e353e;
}

html .call-to-action.call-to-action-dark h3,
html .call-to-action.call-to-action-dark p {
	color: #ffffff;
}

html .call-to-action.featured.featured-light {
	border-top-color: #ffffff;
}

html .call-to-action.call-to-action-light {
	background: #ffffff;
}

html .call-to-action.with-full-borders {
	border-color: #ffffff;
}

html .call-to-action.call-to-action-light {
	background: #ffffff;
}

html .call-to-action.call-to-action-light h3,
html .call-to-action.call-to-action-light p {
	color: #777777;
}

section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
	background: #266dbf;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #266dbf;
}

ul.history li .featured-box .box-content {
	border-top-color: #266dbf;
}

.recent-posts .date .month,
article.post .post-date .month {
	background-color: #266dbf;
}

.recent-posts .date .day,
article.post .post-date .day {
	color: #266dbf;
}

.slider .tp-bannertimer {
	background-color: #266dbf;
}

.home-concept strong {
	color: #266dbf;
}

.home-intro p em {
	color: #3f86d9;
}

.shop ul.products li.product .onsale {
	background-color: #266dbf;
	border-bottom-color: #1f5a9d;
}

.shop .star-rating span,
.shop .cart-totals tr.total .amount {
	color: #266dbf;
}

#footer .footer-ribbon {
	background: #266dbf;
}

#footer .footer-ribbon:before {
	border-right-color: #19497f;
	border-left-color: #19497f;
}

#footer.light h1,
#footer.light h2,
#footer.light h3,
#footer.light h4,
#footer.light a {
	color: #266dbf !important;
}

#footer.color {
	background: #266dbf;
	border-top-color: #266dbf;
}

#footer.color .footer-ribbon {
	background: #1e5594;
}

#footer.color .footer-ribbon:before {
	border-right-color: #113055;
}

#footer.color .footer-copyright {
	background: #2261aa;
	border-top-color: #2261aa;
}

html #footer.color-primary {
	background: #266dbf;
	border-top-color: #266dbf;
}

html #footer.color-primary .footer-ribbon {
	background: #1e5594;
}

html #footer.color-primary .footer-ribbon:before {
	border-right-color: #113055;
}

html #footer.color-primary .footer-copyright {
	background: #2261aa;
	border-top-color: #2261aa;
}

html #footer.color-secondary {
	background: #e6a545;
	border-top-color: #e6a545;
}

html #footer.color-secondary .footer-ribbon {
	background: #db8e1d;
}

html #footer.color-secondary .footer-ribbon:before {
	border-right-color: #976214;
}

html #footer.color-secondary .footer-copyright {
	background: #e39a2f;
	border-top-color: #e39a2f;
}

html #footer.color-tertiary {
	background: #37bf6e;
	border-top-color: #37bf6e;
}

html #footer.color-tertiary .footer-ribbon {
	background: #2c9757;
}

html #footer.color-tertiary .footer-ribbon:before {
	border-right-color: #1a5c35;
}

html #footer.color-tertiary .footer-copyright {
	background: #31ab63;
	border-top-color: #31ab63;
}

html #footer.color-quaternary {
	background: #2a2f36;
	border-top-color: #2a2f36;
}

html #footer.color-quaternary .footer-ribbon {
	background: #141619;
}

html #footer.color-quaternary .footer-ribbon:before {
	border-right-color: #000000;
}

html #footer.color-quaternary .footer-copyright {
	background: #1f2328;
	border-top-color: #1f2328;
}

html #footer.color-dark {
	background: #2e353e;
	border-top-color: #2e353e;
}

html #footer.color-dark .footer-ribbon {
	background: #181c21;
}

html #footer.color-dark .footer-ribbon:before {
	border-right-color: #000000;
}

html #footer.color-dark .footer-copyright {
	background: #23282f;
	border-top-color: #23282f;
}

html #footer.color-light {
	background: #ffffff;
	border-top-color: #ffffff;
}

html #footer.color-light .footer-ribbon {
	background: #e6e6e6;
}

html #footer.color-light .footer-ribbon:before {
	border-right-color: #bfbfbf;
}

html #footer.color-light .footer-copyright {
	background: #f2f2f2;
	border-top-color: #f2f2f2;
}

html.boxed .body {
	border-top-color: #266dbf;
}


.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.keepgray { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;
	opacity:0.4;
	filter:alpha(opacity=40);
}


.fb-like {
	margin: 12px 0px 0px 5px;

}



