
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

#overlayText{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  color: #444;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

/* overlay Content Box */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 600px;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  border-radius: 20px;
}

@media screen and (max-width: 650px) {
  .modal-content {
    width: 87%;
  }
}

@media screen and (max-height: 1000px) {
  .modal-content {
    overflow-y: scroll;
    height: 95%;
    /*height: calc(100% - 40px);*/
  }
}

/*BBanner{ border: 3px; width: 100%;}  Top banner */

#banner{
  width: 550px;
  border: 5px solid white;
  border-radius: 7px;
float: right;
}

/*Menu button*/
#menuBtn {
    float: left;
    padding:3px;
    font-size:1.5em;
    transform:scale(1.25,1);
    margin-right: 15px; 
    border: 3px solid lightgray;
    border-radius: 7px;
    background-color: lightgray;
    color: black;
}

.SS {
	position: absolute; 
	height: 15px; 
	bottom: 10; 
	right: 120;
	display: block;
	clear: both  

     }

.btn {
  border: none;
  background-color: inherit;
  padding: 2px 2px;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
}

.mag {
  color: white;
}

.mag:hover {
  background: white;
  color: blue;
  padding: 2px 2px;
  border-radius: 5px;
}

 /* The side navigation menu for small screens */
.sidenav2 {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 3; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The side navigation menu for large screens */
.sidenav {
    float: left;
    border-top: solid;
    width: 160; /* 0 width - change this with JavaScript */
    position: relative; /* move with scroll */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #2a435e; /* BLUE*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px; /* Place content 20px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links large screen*/
.sidenav a {
    padding: 6px 6px 6px 10px;
    text-decoration: none;
    font-size: 20px;
    color: #A1A1A1;
    display: block;
    transition: 0.3s
}

.sidenav .indent {
    padding: 6px 6px 6px 30px;
    font-size: 20px;
}
.sidenav .indent2 {
    padding: 6px 6px 6px 55px;
    font-size: 20px;
}

.indent3 {
    padding: 6px 6px 6px 30px;
    font-size: 20px;
    font-weight: bold;
}
.indent4 {
    padding: 6px 6px 6px 10px;
    font-size: 20px;
    border: solid;
    float: left;
}

.indentA {
    padding: 6px 6px 6px 6px;
    font-size: 20px;
}

.indentB {
    padding: 6px 6px 6px 25px;
    font-size: 20px;
}

.indentC {
    padding: 6px 6px 6px 40px;
    font-size: 20px;
}

.indentD {
    padding: 6px 6px 6px 25px;
    font-size: 18px;
}

label {
    margin: 40px 6px 6px 25px;
    font-size: 20px;
}

.btnA {
    background-color:#2a435e;
    color:#FFF;
    font-weight:bold;
    font-size: 18px;
    width:170px;
    height:60px;
    border-radius: 14px;
    vertical-align: top
}



.btnB {
    background-color:#4a637e;
    color:#FFF;
    font-weight:bold;
    font-size: 18px;
    width:120px;
    height:40px;
    border-radius: 50%;
    vertical-align: top
}

.btnB2 {
    background-color:#1a334e;
    color:#FFF;
    font-weight:bold;
    font-size: 18px;
    width:120px;
    height:40px;
    border-radius: 50%;
    vertical-align: top
}

.btnC {
    background-color:#2a435e;
    color:#FFF;
    font-size: 16px;
    width:140px;
    height:50px;
    border-radius: 14px;
    vertical-align: top
}

.btnC2 {
    background-color:#2a435e;
    color:#FFF;
    font-size: 16px;
    width:140px;
    height:80px;
    border-radius: 14px;
    vertical-align: top
}

.btnD {
    background-color:#345026;
    color:#FFF;
    font-size: 16px;
    width:140px;
    height:50px;
    border-radius: 14px;
    vertical-align: top
}

.crumbA {
    padding: 6px 6px 6px 6px;
    font-size: 24px;
    font-weight: bold;
    background-color:#A1A1A1;
    border-radius: 7px;
    color:#ffffff;
    text-decoration: none;
}

.crumbB {
    padding: 6px 6px 6px 6px;
    font-size: 18px;
    background-color:#818181;
    border-radius: 7px;
    color:ffffff;
    text-decoration: none;
}

.crumbC {
    padding: 6px 6px 6px 6px;
    font-size: 18px;
    background-color:#DDDDDD;
    border-radius: 7px;
    color:555555;
   
}

.f1 {
    font-size: 20px;
    padding: 2px 6px 2px 6px;
}

.sidenav .selected {
    color: #FFFFFF
}
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* The navigation menu links small screen */
.sidenav2 a {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    color: #A1A1A1;
    display: block;
    transition: 0.3s
}

.sidenav2 .indent {
    padding: 10px 10px 10px 30px;
    font-size: 20px;
    font-weight: bold;
}
.sidenav2 .indent2 {
    padding: 6px 6px 6px 60px;
    font-size: 20px;
}
.sidenav2 .selected {
    color: #FFFFFF
}

#MainText {
   float: left;
    text-decoration: none;
    font-size: 20px;
    color: #A1A1A1;
    display: block;
 border: none;
}

#underPictText a {
   
    font-size: 20px;
    color: #A1A1A1;
    display: inline;
    padding: 8px 8px 8px 8px;
}

#underPictText {
   
    font-size: 20px;
    color: #A1A1A1;
    display: inline;
   padding: 8px 8px 8px 10px;
}

/* When you mouse over the navigation links, change their color */
.sidenav2 a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav2 .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    font-weight: bold;
    margin-left: 50px;
z-index: 3;
}

/* Position and style the close button (bottom right corner) */
.sidenav2 .closebtn2 {
    position: absolute;
    bottom: 0;
    right: 25px;
    font-size: 36px;
    font-weight: bold;
    margin-left: 50px;
z-index: 3;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav2 {padding-top: 15px;}
    .sidenav2 a {font-size: 18px;}
}

.newText {
    font-size: 20px;
    color: #717171;
    padding: 8px 8px 8px 8px;
}

.vertical-text {
	transform: rotate(315deg);

font-size: 25px;
	
}

.calW {
    font-size: 25px;
    width: 50px;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
}

.cal00 {
    font-size: 25px;
    color: #A1A1A1;
    padding: 3px 3px 3px 3px;
    background-color: #2a435e;
    text-align: center;
    border-radius: 8px;
}
.cal1 {
    color: #717171;
    background-color: white;
}
.cal2 {
    color: #000000;
    background-color: #e2e2e2;
}
.cal3 {
    color: #000000;
    background-color: #bbbbbb;
}

.cal40 {
    font-size: 25px;
    color: #A1A1A1;
    padding: 3px 3px 3px 3px;
    background-color: green;
    text-align: center;
    border-radius: 8px;
}

.tipB {
    font-size: 20px;
    color: #A1A1A1;
    padding: 3px 3px 3px 3px;
    background-color: green;
    text-align: center;
    border-radius: 8px;
}

.tipT {
    font-size: 20px;
    color: #000000;
    padding: 8px 8px 8px 8px;
}

input {
    font-size: 18px; 
}

textarea {
    font-size: 18px; 
}

.newPic {
  max-width: 200px;
    max-height: 200px;
}

.compareText {
    font-size: 20px;
    color: white;
    padding: 8px 8px 8px 8px;

}


.divL {
    float: left;
    max-width: 250px;
    max-height: 160px;
    margin: 10px;
}

.divR {
    float: right;
    max-width: 250px;
    max-height: 160px;
    margin: 10px;   
}

.divB {
    border: 1px solid red;
}

.divWhatL {
    float: left;
    max-width: 150px;
    max-height: 150px;
    margin: 10px;
}

.caption {
    text-align:center;
    margin:10px auto; 
}
#captions a{
    margin:0px 5px;
    display:inline-block;
    text-decoration:none;
    color:black;
 }

/*MODEL VIEWER*/
.models {
    padding:0px;
    border:3px solid black;
    border-radius: 7px;
    margin:5px auto;
}
#prev {
    padding: 0px 0px 0px 0px;
    
}

#cover {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 0;
  height: 100%;
  opacity: 0.6;
  background-color: black;
  z-index: 2;
}

#cover2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 0;
  height: 100%;
  opacity: 0.6;
  background-color: black;
  z-index: 2;
}

.modtext {
    font-size: 18px;
    color: #717171;
    padding: 4px 8px 4px 8px;
    
}
#modHead {
    font-size: 18px;
     float: left;

}

/*  model picture */
#modmain{
    border-style: solid;
    border-width: 6px;
    border-radius: 10px;
    max-width: 490px;
    
}
#caption{
    border-style: solid;
    border-width: 6px;
    border-radius: 10px;
    max-width: 475px;
    margin: 5px 0px 5px 0px;
    height: 130px;
}
#caption2{
    border-style: solid;
    border-width: 6px;
    border-radius: 10px;
    max-width: 475px;
    margin: 5px 0px 5px 0px;
    height: 80px;
}

/*  picture  with caption*/
div.figure {
  float: left;
  width: 30%;
  height: 230px;
  text-align: center;
  text-indent: 0;
  border: thin silver solid;
  border-radius: 10px;
  margin: 0.25em;
  padding: 0.25em;
}


/*  picture  with caption*/
div.storFigure {
  float: left;
  width: 30%;
  height: 300px;
  text-align: center;
  text-indent: 0;
  border: thin silver solid;
border-radius: 10px;
  margin: 0.25em;
  padding: 0.25em;
}


div.figure2 {
  float: left;
  width: 495;
  height: 220px;
  text-align: center;
  text-indent: 0;
  margin: 0.25em;
  padding: 0.25em;
background-color: 2a435e 
}

div.figure3 {
  float: left;
  width: 32%;
  height: 300px;
  text-align: center;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.1em;
  padding: 0.1em;
}



.popUpship
{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  text-align: left;
  padding: 7px;
  border: 2px solid black;
  background: white;
  color: #48484a;
  z-index: 3;
}

.popUp
{
	position: fixed;


   top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);

	width: 450px;
	text-align: left;
	padding: 7px;
	border: 2px solid black;
	background: white;
	color: #48484a;
  	border: 5px red solid;
	border-radius: 10px;

	z-index: 3;
}

.popUpOld
{
	position: absolute;
  top: 5%;
  left: 50%;


  margin-left: -225px;

	width: 450px;
	text-align: left;
	padding: 7px;
	border: 2px solid black;
	background: white;
	color: #48484a;
z-index: 3;
}

.popUpLg
{
	position: absolute;
  top: 5%;
  left: 50%;
 
  margin-left: -300px;

	width: 600px;
	text-align: left;
	padding: 7px;
	border: 2px solid black;
	background: white;
	color: #48484a;
z-index: 3;
}


.popUpcolor
{
    position: fixed;
    top: 0;
    left: 50%;
 
  margin-left: -200px;

	width: 400px;
	text-align: left;
	padding: 7px;
	border: 2px solid black;
	background: white;
	color: #48484a;
z-index: 3;

}


div.rightCol {
    float: right;
    border-style: none;
    border-color: green;
    width: 210px

}

a {text-decoration: none; }

#L1 {border-style: solid;}

#cover {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 0;
  height: 100%;
  opacity: 0.6;
  background-color: black;
}

#logo1 {
  border-style: hidden;
  border-radius: 18px;
  width: 295px;
  float: left;
}

.column {
    float: left;
    width: 295px;
    padding: 15px;
    height: 190px;
    text-align: center;
    text-indent: 0;
    border: none;
}

div.container {
    width: 890px;
    border: none;
    margin: auto;
    background-color: 2a435e;
    padding:5px;
}

.clearfix {
    overflow: auto;
}


#banner{

   width: 550px;
   border-radius: 7px;
   margin: 15px 0px 0px 0px
}

#menuBtn {
    float: right;
    padding:3px;
    font-size:1.5em;
    transform:scale(1.25,1);
    margin-right: 15px; 
    border: 3px solid lightgray;
    border-radius: 7px;
    background-color: lightgray;
    color: black;
}


#title2 {
    float: left;
    margin: 15px;
}
#logo3 {
    float: left;
   
}

#modHeader
{
    border-top: solid;
}

div.container2 {
    float: left;
    width: 550px;
    border: none;
    background-color: white;
    color: black;
    padding:5px;
}

div.container3 {
    float: left;
    border: none;
    background-color: white;
    color: black;
    padding:0px;
}






/*slideshow section*/
.ci-btn,.ci-button{border:none;border-radius: 15px; display:inline-block;outline:0;padding:8px 10px;vertical-align:middle;overflow:hidden;text-decoration:none;font-size: 24px;color:white;background: rgba(0, 0, 0, 0.4);text-align:center;cursor:pointer;white-space:nowrap}
.ci-tooltip,.ci-display-container{position:relative}.ci-tooltip 
.ci-text{display:none}.ci-tooltip:hover 
.ci-text{display:inline-block}
.ci-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.ci-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.ci-black,.ci-hover-black:hover{color:#fff!important;background-color:#000!important}
/*end slideshow section*/