.menu-div {
	font-family: 'Montserrat', sans-serif;
    margin: 0;
	font-weight:500;

}

.menu-div * {
    box-sizing: border-box;
}

.menu-div ul, .menu-div li{
	padding:0;
	margin:0;
	list-style:none;
}

.wrapper{
  padding-top:50px;

}

.menu-div {
    background: #f2f2f5;
    border: 1px solid #e0e1eb;
    border-radius: 15px;
    padding: 25px;
	max-width: 867px;
    margin: 0 auto;
	min-height:109px;
	margin-top:-15px;
}

.menu-div h3{
	color:#242a4b;
	font-size:26px;
    line-height: 26px;
	font-weight: 500;
	margin:0 0 20px 0;
}

ul.menu {
  background: #fff;
  padding: 0 1px 0;
  list-style: none;
  border: 1px solid #e0e1eb;
  border-radius: 8px;
  color: #242a4b;
  font-size: 20px;
  width: 862px;
  z-index: 3;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
ul.menu.active-menu{
box-shadow: 0px 0px 20px #00000040;
padding-bottom:10px;
}
ul.menu > * {
	  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
.icon-menu-down,ul.menu.active-menu .icon-menu {display:none !important;}
ul.menu.active-menu .icon-menu-down{
display:inline-block !important;
}
ul.menu > li > a{
	background:url(../img/blue-arrow.png) no-repeat 20px center;
    padding:15px 20px 15px 60px;
	color:#747788;
}
ul.menu.active-menu > li > a{
	border-bottom:1px solid #e8e8e8;
	background-image:url(../img/gray-arrow.png);
	color:#b7b8c0;

}

ul.menu > li > a > i {
    color: #36408a;
    float: right;
    padding-top: 4px;
}

ul.menu li a {
    display: block;
    text-decoration: none;
}
@media screen and (min-width: 767px) {
/* Scrollbar Styling */
.sub-menu::-webkit-scrollbar {
    width: 7px;
	margin-right:15px;
}

.sub-menu::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.sub-menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #535353;
}
ul.menu > li > ul.sub-menu {
    position: relative;
    background: #fff;
    display:none;
	margin:15px 12px 15px 24px;
	height:350px;
	overflow-y: scroll;
}

ul.menu > li > ul.sub-menu > li > a {
    color: #757789;
    font-size: 18px;
    background: #f8f8f8;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 1px;
    cursor:default;
}
ul.menu > li > ul.sub-menu > li:first-child a{
	margin-top:0;
}
ul.menu > li > ul.sub-menu > li > .sub-menu li{
	line-height:40px;
}
ul.menu > li > ul.sub-menu > li > .sub-menu a{
	font-size:18px;
	color:#242a4b;
	display:inline-block;
	border-bottom: 1px dashed #c9c9c9;
	line-height:normal;
}
ul.menu > li > ul.sub-menu > li > .sub-menu .fa{
	color:#b9070b;
	font-size:16px;
	margin-right:10px;
	vertical-align: middle;
}

/** scroll css **/


.menu-div > *, .menu-div > *:before, .menu-div > *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 400px;
    position: absolute;
	top: 0;
    right: 20px;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);

  border-right: 2px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
  margin: 0 0 3px 4px;

  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;

}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;

  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;

  animation-delay: .2s;
  animation-direction: alternate;

  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;

  animation-delay: .3s;
  animation-direction: alternate;


  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  border: 2px solid #3d3d3d;
  top: 40%;
  position: relative;
  transform: translateY(-40%);
}
.arrow-down{
	top: 40%;
	position: relative;
	transform: translateY(-40%);
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;

  height: 4px;
  width: 4px;
  border: 2px solid #3d3d3d;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
}
@media screen and (max-width: 768px) {
	.menu-div{
		min-height: 135px;
		margin-top: -51px;
		min-height: 91px !important;
		margin-bottom: 7px;
	}
	.menu-div h3{font-size:20px;margin-bottom:10px;}
	ul.menu > li > ul.sub-menu{
		display:none;
	}
	ul.menu > li > a {
		background-position: 12px center;
	    padding: 10px 10px 10px 41px;
	    font-size: 18px;
	    background-size: 18px;
	}
	ul.menu > li > ul.sub-menu li .fa{display:none;}
	ul.menu > li > ul.sub-menu li a{
		    color: #787878;
		    padding: 5px 15px;
		    font-size: 18px;
		    line-height: 24px;
		    margin-top: 6px;
	}
	.active-menu > li >  {
		    padding-top: 3px !important;
		    padding-bottom: 12px !important;
	}
	.dropsubtitle { display:none !important;cursor:none;}
	#dropicon {
		float: left;
	    top: 2px !important;
	    margin-left: 14px;
	    margin-bottom: 0px !important;
    }

}

@media screen and (max-width: 985px) {

	.menu-div{
		margin-top: -51px !important;
	}
	.selectedtext {
		display:none;
	}

}
#dropicon {
	height: 16px;
    width: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 10px;
    position: relative;
    top: 13px;
    margin-top: 6px;
    margin-bottom: 11px;
}
#newline {
	width:100%;
}
@media (max-width: 768px) {
  ul.menu {
    width: 95%;
  }
}


