/* ==========================
   MENU FULLPAGE CSS
========================== */
@font-face
{
	font-family:myriad-thin;
	src:url(../fonts/myriad-set-pro_thin.ttf);
}

@font-face
{
	font-family:myriad-medium;
	src:url(../fonts/myriad-set-pro_medium.ttf);
}

.panel {
	left: -150%; /*left or right and the width of your navigation panel*/
    width: 100%; /*should match the above value*/
}

.menu-link i {
    text-decoration: none;
    font-size: 40px;
    color: #fff;
}

#menu{
    background: rgba(255,255,255,0.9);
    z-index: 998;
	
}

#menu h3
{
	font-family:myriad-medium;
	font-size:24px;
	font-weight:bolder;
}
#menu h3 a
{
	color:#FFF;
}
#menu ul{
	padding:0;
	margin:0;
}

#menu li{
    text-align: left;
    transition: all 0.4s ease;
    padding: 4px 6px;
    list-style:none;
    line-height:20px;
}

/* #menu .bg10 ul li {
  list-style: disc !important;
} */

#menu .bg10 ul .list-heading {
  list-style: none !important;
}

/* #menu li strong {
  font-size: 18px;
} */

#menu .list-heading {
  padding: 4px 0;
}

#menu li a{
    color: #fff;
    text-decoration: none;
    font-family:myriad-medium;
    font-size:16px;
	
}

#menu li a:hover{
    color:#000;
}

a.menu-link
{
	float:right;
	margin-top: -70px;
}
.menu-link {
  z-index: 999;
  display: block;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background-color: transparent;
}

.menu-link:focus {
  outline: none;
}

.menu-link span {
  display: block;
  position: absolute;
  top: 25px;
  left: 12px;
  right: 12px;
  height: 4px;
  border-radius: 2px;
  background: #000;
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}

.menu-link span::before,
.menu-link span::after {
  position: absolute;
  display: block;
 
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #000;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
          transition-delay: 0.3s, 0;
		  
}

.menu-link span::before {
  top: -10px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.menu-link span::after {
  bottom: -10px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.menu-open .menus {left:0}
.menu-open {
  background-color: transparent;
  position:fixed;
  right:0;
  background:#FFF;
}

.menu-open span {
  background: none;
}

.menu-open span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
		  background-color:#000;
}

.menu-open span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
		  background-color:#000;
}

.menu-open span::before,
.menu-open span::after {
  -webkit-transition-delay: 0, 0.3s;
          transition-delay: 0, 0.3s;
}


/* Menu grid */
.menus
{
	margin:50px 0 20px 20px;	
	height:80vh;
	display:none;
}

.menu-main
{
	display:table;
	width:100%;
}



.redbg
{
	background-color:#c20000;
}


.bg1
{
	background:#000 url(../images/menu-bg1.jpg) no-repeat center;
}
.bg2
{
	background:#000 url(../images/menu-bg2.jpg) no-repeat center;
}
.bg3
{
	background:#000 url(../images/menu-bg3.jpg) no-repeat center;
}

.bg4
{
	background:#000 url(../images/menu-bg4.jpg) no-repeat center;
}
.bg5
{
	background:#000 url(../images/menu-bg5.jpg) no-repeat center;
}
.bg6
{
	background:#000 url(../images/menu-bg6.jpg) no-repeat center;
}
.bg7
{
	background:#000 url(../images/menu-bg7.jpg) no-repeat center;
}
.bg8
{
	background:#000 url(../images/menu-bg8.jpg) no-repeat center;
}
.bg9
{
	background:#000 url(../images/menu-bg9.jpg) no-repeat center;
}
.bg10
{
	background:#000 url(../images/menu-bg10.jpg) no-repeat center;
}
.bg1, .bg2, .bg3, .bg4, .bg5, .bg6, .bg7, .bg8, .bg9, .bg10
{
	transition:0.5s ease-in-out;
	background-size:cover;
	padding:10px;
}
.bg1:hover, .bg2:hover, .bg3:hover, .bg4:hover, .bg5:hover, .bg6:hover, .bg7:hover, .bg8:hover, .bg9:hover, .bg10:hover
{
	background:#c20000;
}

.display
{
	display:none;
	transition:0.5s ease-in-out;
}
.bg1:hover .display, .bg2:hover .display, .bg3:hover .display, .bg4:hover .display, .bg5:hover .display, .bg6:hover .display, .bg7:hover .display, .bg8:hover .display, .bg9:hover .display, .bg10:hover .display
{
	display:block;
	transition:0.5s ease-in-out;
}


.item {
	width: 100%;
	min-height: 100px;
	padding: 5px 20px;
	margin:0;
  	color:#fff;
}
.h100{height: 18vh !important;}
.h150 { height:25vh; }
.h350 { height:55vh;  }
.h400 {height: 62vh !important;}
.h300
{
	height:45vh;
}
.h200
{
	height:35vh;
}
.h100
{
	height:22.5vh;
}

.h400 .investor-section {
  padding-top: 12px !important;
}
.h400 .investor-section h3 {
  margin-top: 0px !important;
}

/* --- Mobile menu ---- */
ul.nav__list { padding:0; text-align:center; z-index:9; position:relative;}
.nav__list li { list-style:none; }


.nav__list label { cursor:pointer; }
/**
 * Styling first level lists items
 */

ul.group-list { padding:0; background-color:#C20000;}
.group-list label  { font-size:18px; font-weight:bold; margin:0; padding:5px 20px; }
.group-list a, .group-list label {
  color:#FFF;
  text-align:left;
  width:100%;
  font-weight:normal;
}
.group-list li {border-bottom:1px solid #CB0000;}

/**
 * Styling second level list items
 */

ul.sub-group-list { padding:0 30px;}
.sub-group-list li { border:0; }
.sub-group-list li:first-child { padding-top:10px; }
.sub-group-list li:last-child { padding-bottom:10px; }


/**
 * Styling third level list items
 */

.sub-sub-group-list a, .sub-sub-group-list label {
  padding-left: 6rem;
  background: #454545;
  box-shadow: inset 0 -1px #575757;
}


/**
 * Hide nested lists
 */

.group-list, .sub-group-list, .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  padding:20px;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}

.nav__list input[type=checkbox]:checked + label + ul { 
max-height: 1000px; text-align:left; }

.nav__list input[type=checkbox] + label i { transition:.2s ease-in-out; float:right;}
.nav__list input[type=checkbox]:checked + label i { transform:rotate(90deg);}

.show-menu
{
	text-align:center;
	margin-bottom:10px;
}

.mobile-menu
{
	display:none;
	z-index:9;
}

/* #menu h3 {
  margin-top: 0px !important;
} */


/*Responsive Styles*/

@media (min-width:1440px) and (max-width:1680px) {
  #menu h3 {
		margin: 0px 0 3px !important;
    margin-top: 8px;
    margin-bottom: 8px;
	}
  #menu .bg5, #menu .bg9, #menu .bg10 {
    padding-top: 5px !important;
  }
}

@media (min-width:1370px) and (max-width:1440px) {
	#menu h3 {
		margin: 0px 0 3px !important;
    font-size: 22px;
    margin-top: 8px;
    margin-bottom: 8px;
	}

  #menu .bg5, #menu .bg9, #menu .bg10 {
    padding-top: 5px !important;
  }

  #menu li {
    line-height: 18px !important;
  }
  #menu li a {
    font-size: 14px;
  }

  .nav-side-menu {
    width: 375px !important;
  }
}

@media (min-width:1281px) and (max-width:1370px) {

	#menu h3 {
		margin: 0px 0 3px !important;
    font-size: 22px;
    margin-top: 8px;
    margin-bottom: 8px;
	}
  #menu .bg5, #menu .bg9, #menu .bg10 {
    padding-top: 5px !important;
  }
  /* #menu .bg10 {
    padding: 5px !important;
  } */

  #menu li {
    line-height: 12px !important;
  }
  #menu li a {
    font-size: 12px;
  }

  .nav-side-menu {
    width: 375px !important;
  }
}

@media (min-width:992px) and (max-width:1280px) {
	#menu h3 {
		margin: 0px 0 3px !important;
    font-size: 20px;
	}

  #menu .bg1, #menu .bg2, #menu .bg3, #menu .bg4, #menu .bg5, #menu .bg6, #menu .bg7, #menu .bg8, #menu .bg9, #menu .bg10 {
    padding: 12px !important;
  }

  #menu li {
    line-height: 12px !important;
  }
  #menu li a {
    font-size: 12px;
  }

  .nav-side-menu {
    width: 375px !important;
  }

  .nav-side-menu li a {
    font-size: 14px !important;
  }
}

@media (max-width:800px)
{
	#menu
	{
		display:none;
	}
	.menu-link
	{
		display:none;
	}
	.mobile-menu
	{
		display:block;
	}
	.nav-side-menu, .navbar-inverse { display:none; }
	
}


/* Side navigation Bar */

.navbar-inverse { background-color:#000; width:300px; }

   .navbar.navbar-default.navbar-fixed-top{
   margin-top: 50px;
   }
   .sidebar.navbar-fixed-top{
    margin-top: 100px;
   }

   @media (min-width: 768px) and (max-width: 998px){
       .navbar.navbar-default.navbar-fixed-top{
       margin-top: 100px;
       }
       .sidebar.navbar-fixed-top{
        margin-top: 150px;
       }
    }




 /*Remove rounded coners*/

  nav.sidebar.navbar {
    border-radius: 0px;
  }

  nav.sidebar, .main{
    -webkit-transition: margin 200ms ease-out;
      -moz-transition: margin 200ms ease-out;
      -o-transition: margin 200ms ease-out;
      transition: margin 200ms ease-out;
  }



  /* .....NavBar: Icon only with coloring/layout.....*/

  /*small/medium side display*/
  @media (min-width: 768px) {

 
 
    /*Center Brand*/
    nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
      margin-left: 0px;
    }
    /*Center Brand*/
    nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
      text-align: center;
      width: 100%;
      margin-left: 0px;
    }

    /*Center Icons*/
    nav.sidebar a{
      padding-right: 13px;
            min-width: 100px;
    }



    /* Colors/style dropdown box*/
    nav.sidebar .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    /*allows nav box to use 100% width*/
    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
      padding: 0 0px 0 0px;
    }

    /*colors dropdown box text */
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
      color: #777;
    }

    /*gives sidebar width/height*/
    nav.sidebar{
      height: 100%;
      margin-left: -345px;
      float: left;
      z-index: 8000;
      margin-bottom: 0px;
    }

    /*give sidebar 100% width;*/
    nav.sidebar li {
      width: 100%;
	  background-color:#c20000;
    }

    /* Move nav to full on mouse over*/
    nav.sidebar:hover{
      margin-left: 0px;
    }
    /*for hiden things when navbar hidden*/
    .forAnimate{
      opacity: 0;
    }
  }

 



  nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #CCC;
    background-color: transparent;
  }

  nav:hover .forAnimate{
    opacity: 1;
  }
  
  
  /*---- FIM SLIDE MENU*/
  
  .nav-side-menu {
  overflow: auto;
  font-size: 12px;
  font-weight: 200;
  background-color: #c20000;
  position: fixed;
  top: 0px;
  width: 382px;
  height: 100%;
  color: #fff;
  border-top-right-radius: 50px;
  border:1px solid #c20000;
}
.nav-side-menu .brand {
  background-color: #FFF;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
  padding:10px 0;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  background-color: #000;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #940202;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-bottom: 1px solid #B20000;
  padding:5px 0;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #fff;
  font-size:15px;
  font-weight:bold;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  background-color: #000000;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}