#topmenu
{
  position: fixed;
  top: 0;
	width: 100%;
	height: 45px;
  background-color: rgb(250,250,250);
	border-bottom: 1px solid #ABABAB;
	z-index:9999;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  padding: 10px;
  z-index: 999999;
}

#topmenu a
{
	color: rgb(182,32,2);
}

#topmenu-logo
{
  position: absolute;
	width: 160px;
	height: 18px;
	top: 12px;
	left: 12px;
	background: url(../images/stories/top-menu-logo.png) no-repeat;
}

#topmenu-login
{
  position: absolute;
	color: rgb(182,32,2);
  float: left;
  right: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#topmenu-login img
{
  width: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.topmenu
{
  position: relative;
	margin: 0 auto 0 auto;
	display:table;
  z-index:999999;
}
#topmenu-nav{
  list-style:none;
  margin-top: -10px;
  float:left; /* Clear floats */
  width:100%;
  position:relative;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#topmenu-nav li{
  float:left;
  position:relative;
  height: 44px;
  padding: 0 10px 0 10px;
  font-weight: bold;
  line-height: 44px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#topmenu-nav li:hover{
  color: rgb(182,32,2);
}
/*
#topmenu-nav a{
  display: inline-block;
  padding: 0 20px 0 20px;
  color:rgb(0,0,0);
  text-decoration:none;
  line-height: 45px;
}*/

#topmenu-nav li.topmenu-arionrender { padding: 0;}
#topmenu-nav li.topmenu-arionfx { padding: 0;}
#topmenu-nav li.topmenu-arionrender a{
  font-weight: bold;
  display: inline-block;
  padding: 0 20px 0 20px;
  color: rgb(182,32,2);
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  text-align: center;
}
#topmenu-nav li.topmenu-arionfx a{
  font-weight: bold;
  display: inline-block;
  padding: 0 20px 0 20px;
  color: rgb(0,64,128);
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  text-align: center;
}
#topmenu-nav img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -5px;
}

#topmenu-nav a:hover{
  color:rgb(182,32,2);
  text-decoration:none;
}

/*--- DROPDOWN ---*/
/*-- Level 0 --*/
#topmenu-nav ul{
  visibility: hidden;
  list-style:none;
  position:absolute;
  /* left:-99999px;  Hide off-screen when not needed (this is more accessible than display:none;) */
  background: rgba(255,255,255,0.95);
}
#topmenu-nav ul li{
  float:none;
}
#topmenu-nav ul a{
  white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#topmenu-nav li:hover ul{ /* Display the dropdown on hover */
  position: fixed;
  visibility: visible;
  top: 44px;
  width: 100%;
  height: 200px;
  border-top: 1px solid rgb(220,220,220);
  border-bottom: 1px solid rgb(220,220,220);
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  left:0px; /* Bring back on-screen when needed */
}
#topmenu-nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
  text-decoration:none;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.25s background-color;
  -moz-transition: 0.25s background-color;
  transition: 0.25s background-color;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-- level 1 --*/
#topmenu-nav li:hover ul div#topmenu-wrap{
  margin: auto auto;
  width: 100%;
  height: 200px;
  text-align: center;
  vertical-align: center;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  opacity: 1.0;
  transition: 0.25s opacity;
  transition-delay: 0.25s;
}
#topmenu-nav li:hover ul div#topmenu-wrap div#topmenu-item{
  opacity: 1.0;
  width: 100px;
  height: 100px;
  color: rgb(182,32,2);
  margin: 30px 25px 30px 25px;
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  background-color: rgb(100,128,180);
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  transition: 0.25s opacity;
  transition-delay: 0.25s;
}
#topmenu-nav li:hover ul div#topmenu-wrap div#topmenu-item h3{
  cursor: pointer;
  text-align: center;
}

#topmenu-nav li:hover ul div#topmenu-wrap div#topmenu-item:hover{

  background-color: #b62002;
}

#topmenu-nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
  text-decoration: none;
  background-color: none;
}

/* SMALL MENU */

@media screen and (max-width:1080px){
  #topmenu-logo{
    top: 10px;
    width: 24px;
    height: 24px;
    background: url(../images/global/rc_icon_64.png) no-repeat;
    background-size: 24px;
  }
  #topmenu-nav li:hover ul div#topmenu-wrap div#topmenu-item{
    margin-top: 60px;
    width: 50px;
    height: 50px;
  }
  #topmenu-nav li:hover ul div#topmenu-wrap div#topmenu-item svg{
    width: 50px;
    height: 50px;
  }
  #topmenu-nav li:hover ul div#topmenu-wrap div#topmenu-item img{
    width: 50px;
    height: 50px;
    padding-top: 4px;
  }
  #topmenu-nav li:hover ul div#topmenu-wrap div#topmenu-item h3{
    font-size: 12px;
  }
}

@media screen and (max-width:720px){
  #topmenu-nav li{
  padding: 0 10px 0 10px;
  font-size: 12px;
  }
  #topmenu-nav li a{
  font-size: 12px;
  }
}

@media screen and (max-width:600px){
  #topmenu{
    
  }
  #topmenu-nav li:hover ul div#topmenu-wrap div#topmenu-item{

  }
  #topmenu-nav li:hover ul div#topmenu-wrap div#topmenu-item svg{

  }
  #topmenu-nav li:hover ul div#topmenu-wrap div#topmenu-item img{

  }
  #topmenu-nav li:hover ul div#topmenu-wrap div#topmenu-item h3{

  }
}