/*------------------------------------------------------------------------
# "Sparky Framework" - Joomla Template Framework
# Copyright (C) 2013 HotThemes. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

/* This is a variant of default template style */

body {
	background: #FFFFFF url(../images/bg2.jpg) top center repeat;
}

a,
.mnu_mainmenu > li > a:hover, .mnu_mainmenu > li:hover > a, .mnu_mainmenu > li > a:hover, .mnu_mainmenu > li:hover > span,
.mnu_mainmenu li ul a:hover, .mnu_mainmenu li ul span:hover {
	color: #98ab2b;
}

.telephone {
	color: #98ab2b;
	background: url(../images/custom/telephone_2.png) no-repeat;
}

.mp_user1 .cell_pad {
	background: #98ab2b;
}
.toprow .container,
.mp_user2 .cell_pad {
	background: #f3f6ee;
}

.advertrow .mp_advert1 .cell_pad {
	background: #f3f6ee url(../images/custom/advert1_2.png) no-repeat 12px 12px;
}

.advertrow .mp_advert2 .cell_pad {
	background: #f3f6ee url(../images/custom/advert2_2.png) no-repeat 12px 12px;
}

.advertrow .mp_advert3 .cell_pad {
	background: #f3f6ee url(../images/custom/advert3_2.png) no-repeat 12px 12px;
}

.advertrow .mp_advert1 .cell_pad:hover {
	background: #f3f6ee url(../images/custom/advert1_hover.png) no-repeat 12px 12px;
}

.advertrow .mp_advert2 .cell_pad:hover {
	background: #f3f6ee url(../images/custom/advert2_hover.png) no-repeat 12px 12px;
}

.advertrow .mp_advert3 .cell_pad:hover {
	background: #f3f6ee url(../images/custom/advert3_hover.png) no-repeat 12px 12px;
}

.advertrow .cell_pad {
	border-top: 3px solid #98ab2b;
}

a.k2ReadMore, p.readmore, .acysubbuttons .button {
	background-color: #bfce35;
	background-image: -moz-linear-gradient(top, #bfce35, #98ab2b);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bfce35), to(#98ab2b));
	background-image: -webkit-linear-gradient(top, #bfce35, #98ab2b);
	background-image: -o-linear-gradient(top, #bfce35, #98ab2b);
	background-image: linear-gradient(to bottom, #bfce35, #98ab2b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfce35', endColorstr='#98ab2b', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.hero-carousel-nav li.prev {
	background: url(../images/custom/arrow_left_2.png);
}

.hero-carousel-nav li.next {
	background: url(../images/custom/arrow_right_2.png);
}

.hero-carousel-nav li.prev:hover a {
	background-image: url(../images/custom/arrow_left_hover_2.png);
}

.hero-carousel-nav li.next:hover a {
	background-image: url(../images/custom/arrow_right_hover_2.png);
}

div.k2Pagination ul li span, div.pagination ul li span {
	background: #98ab2b;
}
