/* 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
 */


img{  
max-width: 100%;  
height: auto; 
vertical-align: middle; 
}

/* Base
----------------------------------------------------------------------------------------------------*/
.contact-top, .contect-top a {
	font-family: 'Open Sans Condensed', sans-serif; 
	font-size: 18px; 
	font-weight: 700; 
	color: #fff; 
	padding-top: 2px;
	letter-spacing: 1px;
}

.fitting {
	font-size: 28px;
	line-height: 34px;
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	color: #ffff00;
	margin: 25px 0 15px 0;
}

.open {
	font-size: 28px;
	line-height: 38px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #ffff00;
	margin: 0;
	text-align: center;
}

.find {	color: #ffff00;
	margin-top: 25px;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.find a { color: #ffff00;
	
 }

.linktext {
	font-size: 16px;
	line-height: 24px;
	color: #ffff00;
}

.link, .link a {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	background: #001D3B;
	padding: 5px;
}


h1 {
	font-size: 22px;
	line-height: 35px;
	color: #001D3B;
	font-weight: bold;
	margin: 25px 0 15px 0;
}

/*product list points*/

h5 {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
}



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

.isblog #system .item, .noblog #content {
padding: 10px;
background: #fff;
box-shadow: none;
}


body { background: #fff; color: #333;}


#block-header { background: url(../images/block-headerbar.jpg) 50% 0 repeat-x;}

#header {background: url(../images/headerbar.jpg) 0 0 no-repeat; padding-bottom: 15px;}

#block-top-a {
	background: #fff;
	padding-bottom: 10px;
}

#block-main { background: #fff; }

#block-bottom { background: #013567; }

#block-footer {
	background: #001D3B;
}


/* Menus
----------------------------------------------------------------------------------------------------*/

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



.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
----------------------------------------------------------------------------------------------------*/


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

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

#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.5); }

#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(60,60,110,0.5),
				inset 0 0 5px rgba(60,60,110,0.8), 
				0 1px 0 rgba(255,255,255,0.3);
}


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

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

.searchbox .results { background: #24212c; }

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

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