/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */


/* Base
----------------------------------------------------------------------------------------------------*/


/* Layout
----------------------------------------------------------------------------------------------------*/

body { background: #2c2c2c; }

#block-toolbar { background: #333; }

#block-headerbar { 
	border-bottom: 1px solid rgba(255,255,255,0.1);
	background: #333;
	<!--background: url(../images/headerbar.png) 50% 50% repeat,
				url(../images/scratches_bg.jpg) 50% 0 repeat,
				#565656-->
}

#block-top-a { 
	background-size: cover;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	background: #333;
	background: #333 url(../images/header_bg.jpg) 50% 0 no-repeat;
	
}

#block-main { background: #f7f7f7; }
#block-bottom {background: #333;}
#block-bottom-b { background: #fff; }
#block-bottom-a { background: #333;  }
#block-bottom-a h3 {color: #f7f7f7;}
#block-bottom-a a { color: #ccc;}

#block-footer {
	border-top: 1px solid #262626;
	background: #2c2c2c;
	padding-top: 15px;
}

.testimonial_left {
	color: #333;
	padding: 20px;
	float: left;
	width: 44%;
	background: none;
	margin-right: 30px;
	box-sizing: border-box;
	}
.testimonial_left p .blockquote, .testimonial_Right p .blockquote {
	color: #333;
	
	}	
	
.testimonial_Right {
	float: left;
	color: #333;
	padding: 20px;
	width: 44%;
	background: none;
	box-sizing: border-box;
	
	}
	
.logo_aff {
	float: left;
	width: 14%;
	}
	
.logo_aff:first-child{
	float: left;
	width: 14%;
	margin-top: 5px;
	}		
blockquote > div {
	
 padding: 20px 20px 20px 40px;
 background: url(../images/quote.png) no-repeat top left;
 font-style: italic;
 font-size: 14px;
 
 	}
 	
 blockquote > h4 {
	
 font-size: 14px;
 font-style:normal;
 
 	}	
/* Menus
----------------------------------------------------------------------------------------------------*/

.menu-dropdown .dropdown-bg > div { background: #191919; }

.menu-dropdown a.level1,
.menu-dropdown span.level1 { color: #ccc; }

.menu-dropdown li.level1:hover .level1,
.menu-dropdown li.remain .level1 { 
	background: #191919;
	background: rgba(0,0,0,0.15);
	box-shadow: 1px 0 0 rgba(255,255,255,0.04),
				-1px 0 0 rgba(255,255,255,0.04),
				inset 0 0 5px rgba(0,0,0,0.08);
	color: #fff;
}

.menu-dropdown  li.parent.remain > .level1 > span,
.menu-dropdown  li.level1.parent:hover > .level1 > span { background: url(../images/menu_dropdown_level1_parent.png) 50% 100% no-repeat; }


/* Modules
----------------------------------------------------------------------------------------------------*/
li.level1.item247 a.request.level1{
	color: #c34e47;
	
	}

/* Tools
----------------------------------------------------------------------------------------------------*/

#top-a .button-primary { box-shadow: inset 0 -1px 0 rgba(0,0,0,0.4); }

#top-a .mod-plain .button-primary:hover,
#top-a .mod-plain .button-primary:active {
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.5),
				inset 0 0 1px rgba(0,0,0,0.5),
				0 1px 0 rgba(255,255,255,0.3);
}

#top-a .button-default,
#top-a form.style button,
#top-a form.style input[type='button'],
#top-a form.style input[type='submit'] {  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.65); }

#top-a .mod-plain .button-default:hover,
#top-a form.style button:hover,
#top-a form.style input[type='button']:hover,
#top-a form.style input[type='submit']:hover,
#top-a .mod-plain .button-default:active,
#top-a form.style button,
#top-a form.style input[type='button']:active,
#top-a form.style input[type='submit']:active {
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.5),
				inset 0 0 5px rgba(0,0,0,0.5),
				0 1px 0 rgba(255,255,255,0.3);
}


/* System
----------------------------------------------------------------------------------------------------*/

.searchbox input:-moz-placeholder { color: #aaa; }
.searchbox input::-webkit-input-placeholder { color: #aaa; }
.searchbox input.placeholder { color: #aaa; }

.searchbox .results { background: #191919; }

.searchbox .results:after { background-image: url(../images/menu_dropdown_level1_parent.png); }

.searchbox.loading button { background-image: url(../images/searchbox_loader.gif); }