 /*   .navbar{
		  border: 0;
		  font-size: 15px;
		  letter-spacing:2px;
		  padding-bottom: 5px;
	 	  color: #000000;
		  opacity: 0.95;
	 }
	 @media only screen and (min-width: 320px){
	    .navbar {
   		 padding-bottom: 10px;
		}
		
	 }
	 .navbar-default .navbar-nav > li > a{
		 color: #000000;
		 font-weight: bold;
		 padding-top: 30px;
		 
	 }
	 .dropdown-item{
		  color: #000000;
	 }*/
	 body{
		 font-family: 'Abel', sans-serif;
		 font-size: 2.0em;
		 color: #b8adad;
	     background-color: #5b5959;
	 }
	img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
	}
	 #banner{
		 margin-top: 100px;
		 padding:0;
	 }
	 @media only screen and (min-device-width:1024px) and (max-device-width : 2500px){
		 #logo{
			 padding-top:-20px;
			 height: 60px;
	 	}
	 } 
	 @media screen and (min-device-width : 991px) and (max-device-width : 1024px) {
		 #banner{
		 margin-top:100px;
		 }	 
		 #logo{
		 padding-top:-20px;
		 height: 60px;
	 	}
	 }
 	@media screen and (min-device-width : 768px) and (max-device-width : 991px) {
		  .navbar{
		  	font-size: 13px;
		 }
		  #logo{
			 padding-bottom:5px;
			 height: 60px;
		 }
		 #banner{
		 margin-top:100px;
		 }	 
	}
/*	 @media screen and (max-width: 560px) {
		 #banner{
		 padding-top:65px;
		 }
		 #logo{
		 padding-bottom:25px;
		 height: 80px;
		 }
	 }*/
	@media screen and (min-device-width : 320px) and (max-device-width : 768px) {
		#banner_mobile{
		 	margin-top:100px;
		 }	 
		.navbar {
		  width: 100%;
		  padding-top: 20px;
		  opacity: 0.9;
		  -webkit-transition: all 0.3s;
		  -moz-transition: all 0.3s;
		  -ms-transition: all 0.3s;
		  -o-transition: all 0.3s;
		  transition: all 0.3s; }
		.navbar.smaller {
			padding-top: 12px;
			background-color: white; 
			opacity: 1;
		}

		.logo_menu {
			  margin-top: -30px;
			  padding-bottom: 12px;
			  position: absolute;
			  width: auto;
			  max-height: 75px;
			  background-color: transparent;
			  -webkit-transition: all 0.3s;
			  -moz-transition: all 0.3s;
			  -ms-transition: all 0.3s;
			  -o-transition: all 0.3s;
			  transition: all 0.3s; }
		.logo_menu.smaller {
				margin-top: 0px;
				padding: 12px;
				position: absolute;
				width: auto;
		/*		max-height: 95px;*/
				background-color: transparent;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
			max-height: 72px;
			top: 0px; 
		}
	 }

	#footer{
		padding-bottom: 5px;
	}

	#myNavbar{
		font-weight: bold;
	}

	.parallax { 
		/* Set a specific height */
		height: 350px; 
		/* Create the parallax scrolling effect */
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
 	 h3, h4 {
        margin: 10px 0 30px 0;
        letter-spacing: 10px;      
        font-size: 20px;
        color: #111;
    }
    .container {
		padding-top: 80px;
		padding-bottom: 80px;
    }
  
	  .nav-tabs li a {
		  color: #777;
	  }
  .navbar li a, .navbar .navbar-brand { 
      color: #656565 !important;
  }
  .navbar-nav li a:hover {
      color: #A7A7A7 !important;
  }
  .navbar-nav li.active a {
      color: #A7A7A7 !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
  }
  .open .dropdown-toggle {
      color: #fff;
  }
  .dropdown-menu li a {
      color: #000 !important;
  }
  .dropdown-menu li a:hover {
      background-color: red !important;
  }
  .navbar {
	  width: 100%;
	  padding-top: 50px;
	  opacity: 0.9;
	  -webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	  -ms-transition: all 0.3s;
	  -o-transition: all 0.3s;
	  transition: all 0.3s; }
	.navbar.smaller {
		padding-top: 12px;
		background-color: white; 
		opacity: 1;
	}

	.logo_menu {
		  margin-top: -55px;
		  padding-bottom: 12px;
		  position: absolute;
		  width: auto;
		  max-height: 95px;
		  background-color: transparent;
		  -webkit-transition: all 0.3s;
		  -moz-transition: all 0.3s;
		  -ms-transition: all 0.3s;
		  -o-transition: all 0.3s;
		  transition: all 0.3s; }
	.logo_menu.smaller {
			margin-top: -3px;
			padding: 12px;
			position: absolute;
			width: auto;
	/*		max-height: 95px;*/
			background-color: transparent;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		max-height: 72px;
		top: 0px; 
	}