.bannerTop_list
{
  display:inline!important;
  vertical-align:middle;
  margin-left: 70px;
}	
	
.bannerTop_link
{
  font-family: MontserratBold;
  font-size: 0.9vw;
  color:#FFF;
  text-transform: uppercase;
}	
	
.bannerTop_link_active
{
  color:#FFA500;
}

.bannerTop_link:hover
{
  font-family: MontserratBold;
  font-size: 0.9vw;
  color:#CCCCCC !important;
  text-transform: uppercase;
  border-bottom: 3px solid #FFA500 !important;
}

.topBorder{border-top: 3px solid #FFA500;}
.logostyle{height: 70px; margin-left:7px; margin-top: 3px;}
.dropdown{float:right !important; padding-top: 20px; padding-bottom: 20px; margin-right: 50px}
.logoTitleDiv{margin-top:auto; margin-bottom:auto; margin-left: -40px;}
.logoTitle1{font-family: PretorianRegular; font-size: 1.2vw; color:#FFF; margin-bottom: -10px;}
.logoTitle2{font-family: PretorianRegular; font-size: 0.8vw; color:#FFA500; margin-bottom: 0px;}


@media only screen and (max-width: 640px) 
{
	.logostyle {height: 50px !important;}
	.dropdown{margin-right:10px !important; padding-top: 0px !important; padding-bottom: 0px !important;}
	.bannerTop_list{margin-left: 20px;}	
	.bannerTop_link{font-size: 2.0vw;}
	.bannerTop_link:hover{font-size: 2.0vw; border-bottom: 1px solid #FFA500 !important;}
	.logoTitleDiv{ margin-left: 0px;}
	.logoTitle1{font-family: PretorianRegular; font-size: 1.9vw; color:#FFF; margin-bottom: -3px;}
	.logoTitle2{font-family: PretorianRegular; font-size: 1.6vw; color:#FFA500; margin-bottom: 0px;}
}

@media screen and (min-width: 641px) and (max-width: 1024px) 
{
	.logostyle {height: 25px !important;}
	.dropdown{margin-right:10px !important; padding-top: 0px !important; padding-bottom: 0px !important;}
	.bannerTop_list{margin-left: 20px;}	
	.bannerTop_link{font-size: 1.5vw;}
	.bannerTop_link:hover{font-size: 2.0vw; border-bottom: 2px solid #FFA500 !important;}
	.logoTitleDiv{ margin-left: -25px;}
	.logoTitle1{font-family: PretorianRegular; font-size: 1.5vw; color:#FFF; margin-bottom: -3px;}
	.logoTitle2{font-family: PretorianRegular; font-size: 1.2vw; color:#FFA500; margin-bottom: 0px;}
}

