/*------------------------------------------------------------------------
# "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/bg3.jpg) top left no-repeat;
}

.logorow {
	background: none;
}

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: #c28a97;
}

.telephone {
	color: #c28a97;
	background: url(../images/custom/telephone_3.png) no-repeat;
}

.mp_user1 .cell_pad {
	background: #c28a97;
}

.toprow .container,
.mp_user2 .cell_pad {
	background: #f6eeee;
}

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

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

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

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

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

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

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

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

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

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

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

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

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