﻿.bw-nav { z-index: 10; }
.bw-content {  }
.bw-title { width: 100%; height: 30px; margin-top: 16px; margin-bottom: 16px; background-position: top center; background-repeat: no-repeat; }
@media only screen and (max-width: 799px) 
{
.bw-nav { left: 0px; width: 100%; }
.bw-content { width: 100%; }
.bw-title { height: 30px; margin-top: 16px; margin-bottom: 16px; background-image: url('../images/title2_sm.png'); }
}
@media only screen and (min-width: 800px) and (max-width: 999px) 
{
.bw-nav { position: fixed; top: 0px; height: 40px; left: 50%; margin-left: -400px; width: 800px; }
.bw-content { position: absolute; top: 40px; left: 50%; margin-left: -400px; width: 800px; }
.bw-title { height: 60px; margin-top: 20px; margin-bottom: 20px; background-image: url('../images/title2.png'); }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) 
{
.bw-nav { position: fixed; top: 0px; height: 40px; left: 50%; margin-left: -500px; width: 1000px; }
.bw-content { position: absolute; top: 40px; left: 50%; margin-left: -500px; width: 1000px; }
.bw-title { height: 60px; margin-top: 20px; margin-bottom: 20px; background-image: url('../images/title2.png'); }
}
@media only screen and (min-width: 1200px)
{
.bw-nav { position: fixed; top: 0px; height: 40px; left: 50%; margin-left: -600px; width: 1200px; }
.bw-content { position: absolute; top: 40px; left: 50%; margin-left: -600px; width: 1200px; }
.bw-title { height: 60px; margin-top: 20px; margin-bottom: 20px; background-image: url('../images/title2.png'); }
}
@media only screen and (max-width: 583px)
{
.bw-nav { display: none; }
.bw-nav-button { display: block; }
.bw-close { display: block; }
}
@media only screen and (min-width: 584px)
{
.bw-nav { display: block; }
.bw-nav-button { display: none; }
.bw-close { display: none; }
}

hr { background-color: #0000cc!important; height: 2px; border: none; }
a { color: #0000cc; }

.bw-foot { position: relative; width: 100%; margin-top: 20px; margin-bottom: 20px; left: 0px; text-align: center; clear: both; }
.bw-foot p { font-size: 11px; font-weight: normal; }
.bw-emb { position: fixed; left: 100%; margin-left: -400px; top: 140px; width: 360px; height: 410px; background-color: #ffffff; padding: 20px; box-shadow: 2px 2px 1px #666666; z-index: 10; }
.bw-emb p { font-size: 10px; font-weight: normal; color: #555555; text-align: center; clear: both; }
.bw-faqq { margin-bottom: 10px; font-style: italic; color: #3f51b5!important; }
.bw-faqa { margin-bottom: 20px; }
.bw-image-center { display: flex; justify-content: center; } 
.bw-image-center img { max-width: 100%; height: auto; vertical-align: middle; }

@media only screen and (max-width: 479px)
{
.bw-image-left { max-width: 100%; }
.bw-image-right { max-width: 100%; }
}
@media only screen and (min-width: 480px)
{
.bw-image-left { max-width: 100%; height:auto; float: left; margin-right: 16px; }
.bw-image-right { max-width: 100%; height:auto; float: right; margin-left: 16px; }
}