/* ============================== DEFAULT HTML ============================== */
/* =============== DEFAULT HTML - LINK STYLES =============== */
a,
a:link,
a:visited {
	color: #447AA8;
}
a:hover {
	color: #6197C5;
}
/* =============== ST BUTTON STYLES =============== */
a.st-button {
	border: 2px solid rgba(255, 255, 255, 0.4);
	color: #F2F2F2;
}
a.st-button:hover {
	color: #FFFFDF;
	border-color: rgba(255, 255, 201, 0.6); 
}
a.readmore,
a.st-readmore {
	color: #fff;
}
a.readmore:hover,
a.st-readmore:hover {
	background: #457DAC;
	border-bottom-color: #1A5281;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - HEADER AREA =============== */
#avatar-tool-block {
	background: url(../images/bg-transparent-top.png) left top repeat-x,
				url(../images/bg-transparent-bottom.png) left bottom repeat-x,
				url(../images/bg-blue.jpg) repeat fixed 0 0 #244761 ;
	background-size: 100% 100%;				
}
/* =============== LAYOUT - CONTENT AREA =============== */
.title {
	color: #447AA8;
}
.title a:link,
.title a:visited {
	color: #447AA8;
}
.title a:hover {
	color: #6197C5;
}
/* ============================== MODULE ============================== */
.avatar-module.st-module-3 {
	background: #3F77A6;
}
.avatar-module.st-module-4 {
	background: #6FA7D6;
}
/* =============== CUSTOM MODULE SERVICES =============== */
[class*="st-service-style-"] [class*="hexagon-"] {
	background-color: #A66E3F;
}
[class*="st-service-style-"] [class*="hexagon-"]:hover {
	background-color: #8B5324;
}
/* ============================== MENU ============================== */
/* =============== MAIN MENU =============== */
[class*="avatar-main-menu"] > li.active,
[class*="avatar-main-menu"] > li:hover,
[class*="avatar-main-menu"] ul {
	background: #274B67;
}
/* =============== SLIDE MENU =============== */
[class*="avatar-slide-menu"],
[class*="avatar-slide-menu"] ul {
	background: #3F77A6;
}
/* =============== TREE MENU =============== */
[class*="avatar-tree-menu"] {
	background: #3F77A6;
}
/* ============================== ST CONTENT SHOWCASE ============================== */
/* =============== CONTENT WALL STYLE =============== */
[class*="st-wall-style-"] .category-wall span:hover {
	background: #457DAC;
	border-bottom-color: #1A5281;
}
/* ======== style-2 ======== */
.st-wall-style-2 .layout-wall .inner > .info {
	background: rgba(69, 123, 169, 0.8);
}
/* ======== style-4 ======== */
.st-wall-style-4 .layout-wall .inner > .info {
	background: #3F77A6;
}
/* =============== CONTENT WALL STYLE - PORTFOLIO STYLE =============== */
.portfolio-style-1 .st-content-showcase-wall .inner:hover,
.portfolio-style-2 .st-content-showcase-wall .inner:hover,
.portfolio-style-3 .st-content-showcase-wall .inner:hover,
.portfolio-style-4 .st-content-showcase-wall .inner:hover .title {
	background: #4179A8;
}
/* ======== style-2 ======== */
.portfolio-style-2 .st-content-showcase-wall .inner:hover {
	border-bottom-color: #1A5281;
}
/* =============== NEWS HORIZONTAL STYLE =============== */
/* ======== style-3 ======== */
.st-news-horizonal-style-3 .st-news-horizonal .inner:hover {
	background: #6FA7D6;
}
/* =============== SLIDER CONTENT =============== */
.st-slider-content-style-1 .st-slider-content .nav span:hover,
.st-slider-content-style-1 .st-slider-content .nav span.active {
    background: #6FA7D6;
}
/* =============== GALLERY SLIDESHOW =============== */
.st-galleria-style-1 {
    border-top: 4px solid #225A89;
    border-bottom: 4px solid #225A89;
}
/* =============== GALLERY SLIDESHOW FLEXSLIDER =============== */
.flexslider-style-1 .flexslider .slides .flex-caption .desc {
	border-bottom: 1px solid #83BBEA;
}
.flexslider-style-1 .flexslider .slides .flex-caption .client-name,
.flexslider-style-1 .flexslider .slides .flex-caption .client-info {
	color: #83BBEA;
}
.flexslider-style-1 .flex-control-paging li a {
	background: #83BBEA;
}
.flexslider-style-1 .flex-control-paging li a.flex-active,
.flexslider-style-1 .flex-control-paging li a:hover {
	background: #ccc;
}
/* ============================== GO TOP ============================== */
#avatar-go-to-top:hover {
	background-color: #3F77A6;
}
/* ============================== JOOMLA COMPONENT OVERRIDE ============================== */
/* =============== BLOG =============== */
.blog .avatar-page-subheading,
.blog-featured .avatar-page-heading {
	background: #274B67;	
}
/* =============== PAGINATION =============== */
.pagination ul li a {
	background: #6FA7D6;
}
.pagination ul li a:hover {
	background: #3F77A6;
}
/* ============================== K2 OVERRIDE ============================== */
div.k2TagCloudBlock a:hover {
	background: #6FA7D6;
}
#k2Container.itemView .itemHeader .itemTitle {
	color: #3F77A6;
}
div.k2CalendarBlock table.calendar .calendarToday {
    background: #3F77A6;
}
div.k2CalendarBlock table.calendar .calendarDate:hover {
	background: #6FA7D6;
}