@charset "UTF-8";
/** ************************************* **
	@Author			Peter Lang
	@Website		www.gridworks.de
	@Last Update	Friday, Oktober 21, 2016

	~ ~ ~ UPDATE REASONS ~ ~ ~
	LAUNCH LOGO / COLORS / FONTS
	~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~

	
	TABLE CONTENTS
	---------------------------
	
	
	
	
	
	
	01. Resets
	02. Headings
	03. Placeholder
	04. Commons
	05. Progress Bars & Pie Charts
	06. Dropcap
	07. Table
	08. Nav Pills
	09. Blockquotes				[shortcode]
	10. Background Patterns
	11. Colors					[v2.0.0]
	12. Magnific Popup			[v1.0.0]
	13. OWL Carousel 			[v1.3.3]
	14. Animate					[v3.2.3]
	15. Fontawesome 			[v4.4.0]
	16. Et-Line	& Font Icons	[v0.0.0]
	17. Social Icons
	18. Buttons					[shortcode]
	19. Counters & Countdown	[shortcode]
	20. Clients					[shortcode]
	21. Alerts					[shortcode]
	22. Dividers				[shortcode]
	23. Headings				[shortcode]
	24. Word Rotator			[shortcode]
	25. Icon Boxes				[shortcode]
	26. Labels & Badges			[shortcode]
	27. Lightbox Ajax			[shortcode]
	28. Panels					[shortcode]
	29. Modals					[shortcode]
	30. Toastr					[shortcode]
	31. Navigations				[shortcode]
	32. Paginations				[shortcode]
	33. Tables					[shortcode]
	34. Callouts				[shortcode]
	35. Process Steps			[shortcode]
	36. Price Table				[shortcode]
	37. Styled Icons			[shortcode]
	38. Pickers					[plugins]
	39. Select2					[plugin]
	40. Tabs					[shortcode]
	41. Toggles & Accordions	[shortcode]
	42. Box Shadow				[shortcode]
	43. Testimonials			[shortcode]
	44. Flexslider				[plugin]
	45. Widgets					[plugin]
	46. Side Nav
	47. Star Rating
	48. Image Zoom				[plugin]
	49. Forms
	50. Sky Form				[plugin]
	51. Summernote				[HTML EDITOR]
	52. Markdown				[HTML EDITOR]
	---------------------------

 ** ************************************* **/
 
 
/**	01. Resets Nav-Pills Active Red
*************************************************** **/

#topMain.nav-pills.dropdown-toggle>li.a.active>a {
	color:#ac1c28;
}
#topMain.nav-pills>li>a.dropdown-toggle.active {
	color:#ac1c28;}

/**	center images
*************************************************** **/

img.center {
    display: block;
    margin: 0 auto;
}

.xs-padding-20 {
    padding: 20px !important;
}


.heading-title.heading-arrow-bottom:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ac1c28;
    left: 50%;
    margin-left: -20px;
    bottom: -20px;
}

.callout-dark p {
    font-family:'Lato',Arial,Helvetica,sans-serif !important;
    color: #ffffff !important;
    font-size: 17px !important;
    max-width: 960px !important;
    margin: auto !important;
}

/** Sliders
 **************************************************************** **/
section#slider {
	display:block;
	padding:0;
	margin:0;
	box-shadow:none;
	background-color:#aa1f2d;
	overflow:hidden !important;
	border-bottom:0;
	z-index:0;

		-webkit-transition: all 0s;
		   -moz-transition: all 0s;
			 -o-transition: all 0s;
				transition: all 0s;
}





