/*------------------------------------------------------------------------
# JoomShaper Accordion Module by JoomShaper.com
# ------------------------------------------------------------------------
# author    JoomShaper http://www.joomshaper.com
# Copyright (C) 2010 - 2014 JoomShaper.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.joomshaper.com
-------------------------------------------------------------------------*/
.sp-accordion.sp-accordion-style4 .toggler,.sp-accordion.sp-accordion-style4 .toggler span,.sp-accordion.sp-accordion-style4 .toggler span span{display:block;height:50px;line-height:50px;cursor:pointer; padding-left: 10px;}
@media (max-width: 1280px) {
.sp-accordion.sp-accordion-style4 .toggler,.sp-accordion.sp-accordion-style4 .toggler span,.sp-accordion.sp-accordion-style4 .toggler span span{
	display:block;
	height:70px;
	line-height:25px;
	cursor:pointer;
	padding-left: 10px;}
.sp-accordion.sp-accordion-style4 .toggler span span{
	background:url(style4/plus.png) no-repeat 100% 50%;
	padding:24px 24px;
	font-size:16px;}
}
.sp-accordion.sp-accordion-style4 .toggler span,.sp-accordion.sp-accordion-style4 .toggler span span{font-size:18px;font-weight:500}
.sp-accordion.sp-accordion-style4 .toggler{background:url(style4/plus.png) no-repeat 0 50%;border-bottom:1px dashed #1A1A1A}
.sp-accordion.sp-accordion-style4 .toggler span span{background:url(style4/plus.png) no-repeat 100% 50%;padding:0 24px}
.sp-accordion.sp-accordion-style4 .active span span{background:url(style4/minus.png) no-repeat 100% 50%}
.sp-accordion.sp-accordion-style4 .sp-accordion-inner{background:url(style4/document.png) no-repeat 0 10px;padding:0 16px 0 40px}