.jumbotron{
  background-image: url("../img/mobile/Banner.jpg");
  background-size: cover;
  margin-bottom: 0;
  height: 360px;
  margin-top: -75px;
}

/*.nav-mobile{
  margin-bottom: -165px;
  background-color: transparent;
  border-color: transparent;
}*/

/*.navbar{
  position: inherit;
  margin-bottom: 0;
}*/

@media (max-width:768px){
  body, html{
    height: inherit;
  }
  .modal{
    overflow-y: inherit;
  }
}


.margin-jumbotron{
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 70px;

}


.mobile-images img{
  width: 100%;
  height: auto;
}

.custom-icon-mobile{
  width: 70%;
}

.icon-li-col-4{
  width: 17%;
  /*margin-right: 10px;*/
  margin-bottom: 10px;
}

.icon-li-col-6{
  width: 15%;
  margin-bottom: 10px;
}

.background-gray{
  background-color: #5d5d5d;
  padding-bottom: 10px;
  padding-top: 5px;
}

.footer-mobile{
  font-size: 10px;
  margin-top: 15px;

}

p.mobile-line-height{
  line-height: 0.8em;
}

.container-mobile{
  padding-bottom: 15px;
}

.h1-mobile{
  font-size: 21px;
}

.mobile-download-btn{
  width: 50%;
}

.mobile-logo{
  width: 55%;
  /*margin-top: -80px;*/
}

/*.navbar-inverse .navbar-toggle{
  border: none;
  top: 20px
  background-color: transparent;
  border-color: transparent;
}*/

/*.icon-bar.toggle-blue{
  background-color: #2fc1e5 !important;
  width: 35px;
  height: 4px;
  margin-bottom: 6px;
}*/

/*a.nav-expander{
  background: transparent !important;
}*/

@media (min-width: 444px) and (max-width:768px){
  .navbar-toggle{
    margin-top: 0;
  }
  .mobile-logo{
    margin-top: 0;
  }
  .margin-jumbotron{
    margin-top: 100px;
  }
  .mobile-download-btn{
    width: 40%;
  }
  .h1-mobile{
    font-size: 28px;
  }
}


/*off-canvas nav*/


a.nav-expander {
  background: none;
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  margin-right: 0;
  padding: 1em 1.6em 2em;
  position: absolute;
  right: -35px;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  transition: right 0.3s ease-in-out 0s;
  width: 130px;
  z-index: 12;

  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;

}

a.nav-expander:hover {
  cursor: pointer;
}

a.nav-expander.fixed {
  position: fixed;
}

.nav-expanded a.nav-expander.fixed {
    right: 20em;
}

.nav-mobile {
  background: #222222;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -20em;
  font-size: 15px;
  top: 0;
  width: 11em;
  z-index: 2000;

  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;

}
.nav-expanded nav {
  right: 0;
}

body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}

#nav-close {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding-right: 10px;
}

.main-menu {
  padding-top: 12px;
}

.main-menu li {
  border-bottom: 1px solid #323949;
  margin-left: 20px;
  font-size: 18px;
  padding: 12px;
}

.main-menu li a {
  color: #2fc1e5;
  text-decoration: none;
}

.main-menu li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}

.main-menu a .caret {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
    margin-top: 8px;
}

.main-menu a:hover .caret {
	border-top-color: #4f5963;
}

.main-menu li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.main-menu li.open > a:hover > .caret {
	border-bottom-color: #4f5963;
}

.icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '\f105';
}
 .fa-bars{
   font-size: 2em;
   line-height: 1.1em;
 }

.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}

.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}


@media (min-widht: 768px) and (max-width: 992px){

}
