/*
Theme Name: Jaguar
Theme URI: http://www.webmandesign.eu/wordpress/jaguar/
Author: WebMan
Author URI: http://www.webmandesign.eu/
Description: Professional portfolio WordPress theme.
Version: 2.1
License: GPL, README_License
License URI: http://wiki.envato.com/support/legal-terms/licensing-terms/
Tags: professional, portfolio, creative, clean, modern, lightbox, prettyphoto, business, minimal, wpml, blog, dark, jquery, advanced, customizable
*/

@import url('assets/css/style.css.php');

/*accordions and toggles */
h3.toggle-heading {
		color: rgb(0, 170, 204)
	}
h5.toggle-heading {
		color: rgb(0, 170, 204);
		position: relative;
		height: 40px;
		padding: 0 32px 0 15px;
		margin: 0;
		line-height: 40px;
		background-repeat: no-repeat;
		background-position: 98% 50%;
		border-top: none;
		border-right: none;
		border-left: none;
		cursor: pointer;
	}
		.toggle-heading {border: none}
		.no-js .accordion-heading,
		.no-js .toggle-heading {border: none}

.bg-light .accordion-heading,
	.bg-light .toggle-heading {background-image: none}
	.bg-dark .accordion-heading,
	.bg-dark .toggle-heading {background-image: none}

	.bg-light .active .accordion-heading,
	.bg-light .active .toggle-heading {background-image: none}
	.bg-dark .active .accordion-heading,
	.bg-dark .active .toggle-heading {background-image: none}
