﻿
.nav-item ul li {
    padding: 0;
    background-color: white;
}

nav ul,nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
  .nav-item  ul{
      padding:0;
      border: 1px solid black;
      text-align:left;

    }
.nav-item  ul li{padding: 0;}
  .nav-item  ul li:hover{
      background-color:#d1d1d1;
    }
.nav-bar {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .nav-bar--left {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: left;
  }

  .nav-bar--left .grid-item {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}
#nav {
    /* position: relative; */
    display: inherit;
    /* list-style-type: none; */
    padding: 0;
    margin: 0px 0;
    /* font-family: "Raleway","HelveticaNeue","Helvetica Neue",sans-serif; */
    white-space: nowrap;
}
.nav-bar--left #nav {
  margin: 1em 0 0;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #nav,.nav-bar--left #nav {
    width: auto;
    /*white-space: normal;*/
    margin: 0px 0 0px;
    text-align: center;
  }
}

.nav-item {
  position: relative;
  display: inline-block;
  padding: 2px 30px;
}

@media screen and (max-width: 768px) {
  .nav-item {
    padding: 10px 0px;
  }
}

#nav>.nav-item {
  /*border-left: 1px solid #ffffff;*/
 /* border-right: 1px solid #ffffff;*/
}

@media screen and (max-width: 768px) {
#nav>.nav-item {
/*border-left: 1px solid #ffffff;*/
/*border-right: 1px solid #ffffff;*/

  }
}

#nav>.nav-item.first {
  border-left: none;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  #nav>.nav-item {
    border: 0 none;
  }
}

.nav-item-link {
  display: inline-block;
  color: #211f1f;
  font-size: 14px;
  zoom: 1;
  *display: inline;
}

.nav-item-link:hover {
  color: #333;
}

.nav-item-link .nav-item.active .nav-item-link {
  color: #333333;
}

.sub-nav .sub-nav {
  display: none !important;
}
.supports-no-csstransforms .sub-nav {
  white-space: normal;
  width: 200px;
  margin-left: -100px;
}

.sub-nav:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: 47%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #211f1f;
  z-index: 40;
}


.sub-nav-item,#moreMenu--list .nav-item {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #211f1f;
}

.sub-nav-item.first,#moreMenu--list .nav-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.sub-nav-item.last,#moreMenu--list .nav-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.sub-nav-item-link,#moreMenu--list .nav-item .nav-item-link {
  display: block;
  padding: 15px 20px;
  margin: 0;
  color: #ffffff;
  text-align: center;
  border-top: 1px solid #0b0a0a;
}

.sub-nav-item-link.first,.sub-nav-item-link:first-child,#moreMenu--list .nav-item .nav-item-link.first,#moreMenu--list .nav-item .nav-item-link:first-child {
  border-top: none;
}

.sub-nav-item-link:hover,.sub-nav-item-link:focus,#moreMenu--list .nav-item .nav-item-link:hover,#moreMenu--list .nav-item .nav-item-link:focus {
  color: #ffffff;
  border-top: 1px solid #0b0a0a;
  background-color: #0b0a0a;
}

.sub-nav-item-link:hover.first,.sub-nav-item-link:hover:first-child,.sub-nav-item-link:focus.first,.sub-nav-item-link:focus:first-child,#moreMenu--list .nav-item .nav-item-link:hover.first,#moreMenu--list .nav-item .nav-item-link:hover:first-child,#moreMenu--list .nav-item .nav-item-link:focus.first,#moreMenu--list .nav-item .nav-item-link:focus:first-child {
  border-top: none;
}
#nav {
    border-top: 0px solid #111;
    border-bottom: 1px solid #ccc;
    text-align: center
    background-color: black;
}
#nav a {
    text-decoration: none;
    /*color: #666;*/
    display: inline-block;
    padding: 10px;
    font-size: 13px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}
#nav ul {
    position: absolute;
    /*top: 100%;*/
    /*left: 0;*/
    /*width: auto;*/
    /*border: 1px solid #ccc;*/
    display: none;
    text-align: -webkit-left;
    text-transform: uppercase;
}

#nav li:hover ul {
    display: block;
}

#navWrap {
background-color: black;
font-size: 13px;
text-align: center
}

@media screen and (max-width: 768px) {
.nav-item {
font-size: 9px;
text-align: center
}
}

@media screen and (max-width: 768px) {
#navWrap {
background-color: black;
font-size: 9px;
text-align: center
}
}

@media screen and (max-width: 768px) {
#nav a {
display: inline-block;
padding: 6px;
font-size: 8px;
font-family: 'Montserrat';
text-transform: uppercase;
/*border-left: 1px solid #ffffff;*/
/*border-right: 1px solid #ffffff;*/
  
  }
}

@media screen and (max-width: 768px)
img {
    display: inherit;
    margin-left: auto;
    /* margin-right: 150px; */
    width: 400px; 
    height: 350px; 
}
div.desctab {
    padding: 5px 13px;
    font-size: 13px;
    color: #333230;
    line-height: 16px;
    font-family: regular;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*width: 50%;*/
  width: 210px;
    height: 210px;
}

@media screen and (max-width: 768px) {
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*width: 50%;*/
  width: 105px;
  height: 105px;
}
}

div.header {
    background: none;
    border: 2px solid #000 !important;
    border-radius: 5px;
    
    }

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: 60px;
}
a.logo {
    clear: both;
    display: block;
    width: 62%;
    margin: 0 auto;
    padding: 14px 0;
}

#logo-container img {
   /* width: auto; */ !important
   height: auto; !important
}

.logo {
  display: block;
  margin: 0 auto;
 }

a.logo img {
    width: 25%;
}

div.logo {
margin-top: 10px;
}

@media (min-width: 600px)
a.logo {
/*    
float: left;
    width: auto;
*/
    margin: 15px 0 12px 10px;
    padding: 0;
}

@media (min-width: 900px)
a.logo {
    margin: 15px 0 12px 15px;
}



@media (min-width: 800px)
div.descriptiontab {
    margin: 0 2px 20px 2px;
}

.p {
text-align:center;
}

div.descriptiontab {
    background-color: #e6e6e6;
    border-radius: 0px;
    margin: 0 2px 20px 2px;
    border-radius: 5px 5px 0 0;
    text-align:center;
    font-family: 'Montserrat';
    text-transform: none;
}

@media (min-width: 800px)
div.title {
    margin: 0 0 15px 0px;
}

div.title {
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
    padding: 0px;
    background-color: rgba(20, 102, 120, 1);
    border-radius: 1px 1px 0 0;
    font: 12px/30px Georgia, serif;
}

div.desc {
  padding: 15px;
  text-align: center;
}

div.descriptiontitle {
    background-color: rgba(20, 102, 120, 1);
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 15px;
    border-radius: 2px 2px 0 0;
    text-align: center;
    font: 12px/30px Georgia, serif;
}

div.tab { 
margin: 20px 2px; 
text-align:center; 
    
}

div.tabs {
display: none;padding: 11px 13px 1px 13px;

border-radius: 0;
line-height: 18px;
}

div.tabs h3 {
margin-bottom: 18px;
color: #000000;
font-size: 20px;
font-weight: normal;
text-transform: uppercase;
}

div.tabs p { 
margin: 15px 0; 
}

div.tabs li { 
margin: 5px 0 5px 20px; 
}

div.tabs ul, div.tabs ol { 
margin: 15px 0; 
padding: 0 0 0 20px; 
}

div.tabs ul li, div.tabs ol li { 
margin: 5px 0; 
}

div.tabs a { 
color: #111111!important; 
text-decoration: underline!important; 
}

div.tabs a:hover { 
color: #777777!important; 
text-decoration: none!important; 
}

input.tabbtn { 
display: none; 
}

label.tablabel {
display: inline-block;
margin-right: -3px!important;
padding: 0 6px!important;
text-align: center;
color: #FFFFFF;
font-size: 12px;
text-transform: uppercase;
height: 36px;
line-height: 36px;
background-color: rgb(20, 102, 120, 1);
border-radius: 0;
border-bottom: 0px;
}

label.tablabel:hover, input.tabbtn:checked + label.tablabel {
cursor: pointer;
background-color: #111111;

}

#tab1:checked ~ #content1,#tab2:checked ~ #content2,#tab3:checked ~ #content3 { 
display: block; 
}

@media all and (min-width: 320px) 
{

label.tablabel { 
font-size: 10px;
}
}

@media all and (min-width: 400px) {
label.tablabel { padding: 0 11px!important;
}
}

@media all and (min-width: 500px) {
label.tablabel { padding: 0 20px!important; 
}
}

@media all and (min-width: 600px) {
label.tablabel { padding: 0 25px!important; 
}
}

@media all and (min-width: 768px) {
label.tablabel { font-size: 12px;
}
}

@media all and (min-width: 800px) {
div.tab { margin: 20px 2px 20px 2px; 
text-align:center; 
}

div.tabs { height: 225px; overflow: auto; 
}

label.tablabel { font-size: 12px;
}
}

@media all and (min-width: 1100px) 
{

div.tabs { 
padding: 15px 20px 1px 20px; 
}

label.tablabel { 
font-size: 12px;}
}

body {
font-family: Arial;
margin: 4px;
}

div.footer {
    clear: both;
    background-color: #000;
    border-radius: 0px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 1px 1px;
}
