@import url('http://fonts.googleapis.com/css?family=Oswald:300,400,700');
@import url('http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

/* --------------------------------- MENU ----------------------------------------- */
.mainmenu .container-fluid
{
	margin-top:#0px !important;/* 30px */
	background-color:#C7C8CA !important;/* #fff */
	margin-bottom:40px !important;/* 30px */
}

@media (max-width : 1000px) { 
.mainmenu .container-fluid
{
	margin-top:0px !important;/* 20px */
	margin-bottom:0px !important;
}
}



@media (min-width : 1200px) { 
/* kokoalue eka vika */
.responsiveMenuTheme1d.isDesktop li#item-101
{
	width:375px !important;
}
/* keski */
.responsiveMenuTheme1d.isDesktop li#item-111
{
	width:390px !important;
}
/* vika */
.responsiveMenuTheme1d.isDesktop li#item-115
{
	border-right: 1px solid #e6e6e6;
	width:375px !important;
}
}
@media (min-width : 1000px) and (max-width: 1200px)  { 
/* kokoalue eka vika */
.responsiveMenuTheme1d.isDesktop li#item-101
{
	width:300px !important;
}
/* keski */
.responsiveMenuTheme1d.isDesktop li#item-111
{
	width:320px !important;
}
/* vika */
.responsiveMenuTheme1d.isDesktop li#item-115
{
	border-right: 1px solid #e6e6e6;
	width:300px !important;
}
}
/* tekstit */
.responsiveMenuTheme1d.isDesktop span.linker
{
  padding-left: 15px !important;
  font-size:28px;
  		font-family: "Oswald",Tahoma,Geneva,sans-serif;
		color: #333 !important;
		font-weight: 300 !important;
}

/* nuoli */
.responsiveMenuTheme1d.isDesktop > li > a span.opener
{
  padding-top: 30px !important;
  padding-right: 50px !important; 
  background-image: url("../images/down-bg.png");
}
@media (max-width : 1200px) { 
.responsiveMenuTheme1d.isDesktop > li > a span.opener
{
  padding-right: 20px !important; 
  padding-left: 20px !important; 
}
}

/* reuna */
.responsiveMenuTheme1d.isDesktop li a, .responsiveMenuTheme1d.isDesktop li span.separator, .responsiveMenuTheme1d.isDesktop li span.navHeader
{
  border-left-width: 1px;
}

/* sub */


.responsiveMenuTheme1d.isDesktop > li > ul > li > a
{
  color: #000000 !important;
  background-color: #F5F5F5 !important;
}

.responsiveMenuTheme1d.isDesktop > li > ul > li > a:hover
{
  color: #666 !important;
  background-color: #F5F5F5 !important;
}

/* sub 
.responsiveMenuTheme1.isDesktop li.deeper.parent ul li a
{
  background-color: #F5F5F5 !important;  
  color: #333 !important;
}
.responsiveMenuTheme2.isDesktop li.deeper.parent ul li a:hover
{
  background-color: #eaeaea !important;
  color: #666 !important;
}
*/
/* -------------------toggl - mobiili ----------------------- */
.toggleMenu,.toggleMenu.active
{
  border-radius: 0px;
  margin-top:10px;
  margin-bottom:10px;
  margin-left:0px;
  background-color: #ccc; /*3F170F */
}
/* avoin valikko */
ul#responsiveMenu90.responsiveMenuTheme1d.responsiveMenuTheme1m.isMobile 
{
	margin-top:0px;
	margin-bottom:30px;
}
.responsiveMenuTheme1m.isMobile li a
{
  background-color: #f5f5f5 !important;
  color: #000 !important;
}
.responsiveMenuTheme1m.isMobile li a:hover
{
  background-color: #f5f5f5 !important;
  color: #000 !important;
}
.responsiveMenuTheme1m.isMobile li.current.active a
{
  background-color:#f5f5f5 !important;
  color: #000 !important;
}
/* 2 taso */
.responsiveMenuTheme1m.isMobile li.deeper.parent ul li a
{
  background-color:#F5F5F5 !important;
  color: #333 !important;
  padding-left:30px;
}
.responsiveMenuTheme1m.isMobile li.deeper.parent ul li a:hover
{
  background-color:#eaeaea !important;
  color: #666 !important;
}

.responsiveMenuTheme1m.isMobile span.opener
{
  background-image: url("../images/down-bg.png");
  background-repeat: no-repeat;
  background-position: 11px center;
  width: 40px;
  text-indent: 100px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: inline-block;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  vertical-align: middle;
  position: absolute;
  right: 0px;
  top: 0px;
}

.responsiveMenuTheme1m.isMobile > li > a span.opener
{
  float: left !important;
}

