.fa-home:before{
width: "1.28571429em";
text-align: "center";
content: '\f015';
display:inline-block;
;}


*
{
   padding: 0px;
   margin: 0px;
}

:root {
    --page-min-width: 90%;
    --page-margin: auto;
}

body
{
   font-family: Verdana,sans-serif;
   font-size:15px;
   line-height:1.5;
   padding-bottom: 100px;
}

h1{font-size:36px}
h2{font-size:30px}
h3{font-size:24px}

h1,h2,h3{
	font-weight: 400;
	margin: 10px;
}

p {margin:10px}

ul{
 margin-left: 40px;
}

.wrapper {
    width: 100%;
}

.page {
	min-width: var(--page-min-width);
	max-width: var(--page-min-width);
	margin: var(--page-margin);
}


/* Sticky Icons Bar
-----------------------------------------------------------------------------*/

.icon-bar {
  position: fixed;
  bottom: 100px;
  right: 50px;

}

.icon-bar button, .icon-bar a {
	all: unset;
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  background-color: gray;
  border: none;
  margin: 2px;
  cursor: pointer; 
  height: 30px;
  width: 30px;
} 

.icon-bar button:hover, .icon-bar a:hover {
  background-color: black;
}

@media screen and (max-width: 650px) {
	
	.icon-bar {
	  position: fixed;
	  bottom: 0px;
	  right: 0px;

	}
	
	.icon-bar button, .icon-bar a {
		float: left;
		height: 20px;
		width: 20px;
		font-size: 16px;
	}
	
}	



/* Alerts
-----------------------------------------------------------------------------*/

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  text-align: center;
  position: fixed;
  z-index: 1;
  right: 20px;
  bottom: 30px;
  font-size: 17px;
}
.msg{
  margin: 25px;
  padding: 15px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.error {
  background-color: #ffdddd;
  color: red;
  border-left: 6px solid #f44336;
}

.success {
  background-color: #ddffdd !important;
  color: green;
  border-left: 6px solid #4CAF50 !important;
}

.info {
  background-color: #e7f3fe;
  border-left: 6px solid #2196F3;
}

.warning {
  background-color: #ffffcc;
  border-left: 6px solid #ffeb3b;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 130px;
	overflow: hidden;

    /* Enable flex mode. */
    display: flex; 

    /* Spread out the elements inside the header. */
    justify-content: space-between;

    /* Align items vertically in the center. */
    align-items: center
	
}

.header .logo {
	padding: 10px;
	height: 95%;
}

/* Navigation
-----------------------------------------------------------------------------*/
.nav-wrapper{
  background-color: white;
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 10px 0px 10px 0px;
	z-index: 1000;

    position: -webkit-sticky;
    position: sticky;
    top: 0;


}

#navlogo img {
	visibility: hidden;
  max-height: 50px;
  margin: 5px;
  /* Flip horizontal 
 -moz-transform: scaleX(-1);
 -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";*/
}


.navbar {
  padding: 1px 1px 1px 1px;
  overflow: hidden;
  height: 58px;
}

.navbar div:not(:last-child){
  float: left;
}

.navbar a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

.navbar a:hover {
  color: black ;
}

.navbar a:focus, .navbar a.active {
  color: blue ;
}

.navbar .togglemenu {
  display: none;
}
.dropdown {
  float: left;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px gray;
  z-index: 1;
  margin-top: 55px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border: 1px solid black;
}

.dropdown-content a:not(:first-child){
margin-top: -1px;	
}	

.dropdown-content a:hover {
  background-color: #ddd;
  border: 1px solid black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .navbar {height: auto;}
  .navbar a {display: none;}
  .navbar .login {display: none;}
  .navbar a.togglemenu {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .navbar.responsive {position: relative;}
  .navbar.responsive .togglemenu {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  #navlogo img {
	  visibility:visible;
  }
}



#menu input[type=text],
#menu input[type=password] {
  padding: 5px;
  font-size: 18px;
  border: 1px solid black;
  width: 120px;
  margin-top: 10px;
}

#menu button {
  padding: 6px 10px;
  background-color: black;
  color: white;
  font-size: 19px;
  border: none;
  cursor: pointer;
  margin-top: 10px;  
}

#menu button:hover {
  background-color: #ddd;
  color: black;
}

/* DIV TABLE
-----------------------------------------------------------------------------*/
/* Step 1: Create Master Div for the Table */
#mytable {
width: 98%;
display: table;
margin: auto;
table-layout: fixed;
width: 100%;


}

/* Step 3: Create a Table Header Row */
#mytable-header{
display: table-header-group;
background-color: black;
color: white;
font-weight: bold;
font-size: 13px;

}


/* Step 4: Add Table Header Cells */
.mytable-header-cell{
display: table-cell;
padding: 10px;
text-align: justify;
vertical-align: middle;
}



/* Step 5: Create the Table Body */
#mytable-body{
display: table-row-group;
}

/* Step 6: Create Table Rows */
.mytable-row{
display: table-row;

}


.mytable-row:nth-child(odd) {
background-color: white;
}

.mytable-row:nth-child(even) {
background-color: white;
}


/* Step 7: Create Table Cells in the Rows */
.mytable-mobile-table{
display: table-cell;
padding: 3px;
border-bottom: 1px solid lightgray;
}

/* Step 7: Create Table Cells in the Rows */
.mytable-mobile-footer-table{
display: table-cell;
padding: 3px;
border-top: 2px solid black;
}



/* Step 8: Create the Table Footer */
#mytable-footer-body{
display: table-row-group;
}


/* Step 9: Add Footer Cells */
.mytable-footer-row{
display: table-row;
background-color: white;
color: black;
}



.mytable-mobile-row div{
margin-top: 5px;
margin-bottom: 5px;
}

.mytable-mobile-header{
	display: none;
}

@media screen and (max-width: 650px) {

	#mytable-header{
		display: none !important;
	}

	.mytable-row, .mytable-footer-row {
	  display: block;
	  border: 1px solid black;
	  margin-bottom: 10px;
	}
	
	.mytable-row:nth-child(odd) {
	background-color: ;
	
	}

	.mytable-row:nth-child(even) {
	background-color: ;
	}
			
	.mytable-mobile-table, .mytable-mobile-footer-table{
	  display: table;
	  width: 100%;
	  padding: 0px;
	}

	.mytable-mobile-row {
	  display: table-row;
	}
			
	.mytable-mobile-row div{
	display: table-cell;
	padding: 5px;
	}
	
	.mytable-mobile-header{
		background-color: ;
	}
	
	.mytable-mobile-row div:nth-child(1) {
	width: 40%;
	}

	.mytable-mobile-row div:nth-child(2) {
	width: 60%;
	}

	.hide-mobile{
		display: none !important;
	}

	

}

.clone, .clone_workletter{
		display: none;
}

input, select{
  width: 100%;
  border: none;
  background-color: #f1f1f1;
  color: black;
  padding: 14px 10px;
  font-size: 14px;
}

#mytable input, #mytable select{
  text-align: right;
  background-color: ;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 8px 10px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}

.divided{
	width: 47%;

}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

.description{
	width: 25%;
}

#description{
	text-align: left !important;
}	

@media screen and (max-width: 1300px) {
	.description{
		width: 15%;
	}
}	

.qty{
	width: 7%;
	text-align: center;
}

.price{
	width: 5%;
	text-align: center;
}

.discount{
	width: 7%;
	text-align: center;
}

.tax{
	width: 7%;
	text-align: center;
}

.subtotal{
	width: 6%;
	text-align: right;
}

.icons {
	width: 1%;
}

.workletter_id{
	width: 12%;
}

.workletter_name{
	width: 12%;
}

.workletter_date{
	width: 12%;
}

.workletter_duration_label{
	width: 12%;
}

.workletter_description{
	width: 45%;
}

.workletter_icons{
	width: 5%;
}

/* Content / Middle
-----------------------------------------------------------------------------*/
.content {}	

/* Text Blok */
.text-blok {padding: 10px 0 10px 0;}
.text-blok h3 {border-bottom:1px solid gray}

/* COL STYLES
-----------------------------------------------------------------------------*/

.row {
	display: flex;
  flex-wrap: wrap;
	justify-content: space-between; 
  flex-direction: row;
}

.direction-column{
  flex-direction: column;
}

.align-top {
	align-items: flex-start ; /* align items top */
}

.align-stretch {
	align-items: stretch; /* equal height */
}

.align-right{
	justify-content: flex-end;
}
.space-around{
  justify-content: space-around;
}


.align-center{
  align-items: center;
}

/* --------------------------------------
Clear floats after row container 
.row:after {
    content: "";
    display: table;
    clear: both;
}
-----------------------------------------*/

/* FORM
-----------------------------------------*/  
.form-row {
	display: flex;
  flex-wrap: wrap;
	justify-content: flex-start; 
  flex-direction: row;
}	

.form-col{
margin: 5px;
flex-direction: column;
display: flex;
}

.form-row div:first-child {
width: 20%;
}

.form-row div:nth-child(2) {
width: 60%;
}

@media screen and (max-width: 600px) {
	.form-col{
	 width: 95% !important;
	}
}

/* FORM BUTTON
-----------------------------------------*/
.button {
  display: inline-block;
  border-radius: 4px;
  background-color: black;
  border: 1px solid black;
  color: white;
  text-align: center;
  font-size: 20px;
  padding: 20px;

  transition: all 0.5s;
  cursor: pointer;
  margin: 50px 30px 150px 50px;
  float: right;
}


.button:hover {
  background-color: white;
   color: black;
}

@media screen and (max-width: 600px) {
	.button{
	 width: 95%;
	 margin: 10px 10px 100px 10px;
	}
}

.button2 {
  background-color: black; /* Green */
  border: none;
  color: white;
  padding: 10px 27px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}


.button2:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

/* COL
-----------------------------------------*/  
.col{
  max-width: 100%;
	margin: 10px;
	border: 1px solid lightgray;
	background-color: white;
	flex-direction: column;
  display: flex;
}

.col:hover{
  border: 1px solid black;
}

.col img{
  width: 100%;
 }

 .col button {
  padding: 5px;
  margin-top: auto;
  background-color: black;
  color: white;
  font-size: 19px;
  border: none;
  cursor: pointer;
  width: 99.90%;
}

.col button:hover {
  background-color: #ddd;
  color: black;
}

/* COL 1
-----------------------------------------*/  
.width32{
	flex: 0 0 99% ;
  max-width: 99%;
}

.radius5{
  border-radius: 5px;
}

.radius-top5{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.btn-group {
  display: inline-flex;
	padding: 5px;
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
	border-left: none;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-group>.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid gray;
	  padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 5px;
	  background-color: lightgray;
}

.right-bottom{
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 10px;
}
	

/* Content COL
-----------------------------------------------------------------------------*/

.card{
	width: 100%;
	margin: 10px;
	background-color: white;
}
.card img{
  width: 100%;
}


/* Contact Container
-----------------------------------------------------------------------------*/
.half{
   flex: 0 0 100% !important;
   max-width: 100% !important;
   padding: 5px;
}

.form ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.form ul > li > label {
  flex: 1 0 100px;
  max-width: 200px;
}
.form ul > li > label + * {
  flex: 1 0 200px;
}

.flex1 {
  flex:1;
}
.flex2 {
  flex:2;
}

.flex3 {
  flex:3;
}


input, textarea, select {
	box-sizing:border-box;
	outline: none;
}
	
.form input, .form select, .form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 0px;
    resize: vertical;
	border: none;
    border-bottom: 1px solid black;
	resize: vertical;
}

.form input[type=submit] {
    background-color: black;
	float: right;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
	margin-top: -1px;
}

.form input[type=submit]:hover {
    background-color: gray;
}

.contact-image {
    max-width: 100%;
    height: auto;
}
  
/* POST
-----------------------------------------*/  
.post {
  margin: 20px 0px 40px 0px;
  display: flex;
  flex-direction: column;
} 

.post-footer{
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.post button {
  padding: 15px;
  background-color: white;
  color: black;
  font-size: 19px;
  border: 1px solid black;
  cursor: pointer;
}

.post button:hover {
  background-color: black;
  color: white;
}

.tag {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 3px 10px 3px 10px;
  text-align: center;
  line-height: 1.5;
}


/* Footer MAIN
-----------------------------------------------------------------------------*/

.footer-col{
  flex-basis: 100%;
  padding: 10px;
  border: none;
}
.footer-col:hover{
  border: none;
}

.footer-col h5{
  margin-left: 0px !important;
}

.footer-col .list-unstyled{
    list-style: none;
} 
.footer-col .list-unstyled a{
text-decoration: none;
color: lightblack;
}

.footer-col .list-unstyled a:hover{
  text-decoration: underline;
}


/* Footer BottomLine
-----------------------------------------------------------------------------*/

.footer-bottomline-wrapper {
  background-color: black;
  color: white;
  position: fixed;
  bottom: 0px;
  height: 50px;
  transition: height 1s;
}

.footer {
  min-height: 90px;
  text-align: center;
}

.minimize-footer {
    float: right;
    margin: 5px 15px 5px 5px;
    cursor: pointer;
    display: none;
    
} 
.slide-up
{
    height: 125px;
}

.slide-down
{
    height: 50px;
}


/* SHADOW STYLES
-----------------------------------------------------------------------------*/

.shadow {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
} 

.shadow1{
     box-shadow: 0 10px 6px -6px #777;
}

.shadow2
{
  position: relative;
}
.shadow2:before, .shadow2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.shadow2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.shadow3
{
  position: relative;
}
.shadow3:before
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}

.shadow6
{
    position:relative;       
        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow6:before, .shadow6:after
{
    content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
}

.shadow7
{
    position:relative;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow7:before, .shadow7:after
{
    content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
} 
.shadow7:after
{
    right:10px; 
    left:auto; 
    transform:skew(8deg) rotate(3deg);
}

.shadow8
{
    position:relative;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow8:before, .shadow8:after
{
    content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    border-radius:100px / 10px;
} 
.shadow8:after
{
    right:10px; 
    left:auto; 
    transform:skew(8deg) rotate(3deg);
}  

/* OTHER 
----------------------------------------------------------------------------*/
.grayscale {filter:grayscale(60%)}
.opacity {opacity:0.60}


/* TABLE
-----------------------------------------------------------------------------*/
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

tr:hover{background-color: gray;color:white;}

th {
    background-color: black;
    color: white;
}

/* COLLAPSIBLE DIV 
-----------------------------------------------------------------------------*/
.collapsible_div_header {
  background-color:black;
  color: white;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 5px;
}

.collapsible_div_header:after {
  content: '+';
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.collapsible_div_active, .collapsible_div_header:hover {
  background-color: #555;
}

.collapsible_div_active:after {
  content: "-";
  font-weight: bold;  
}

.collapsible_div_content {
    display: none;
    padding : 30px 15px 15px 50px;
  margin-bottom: 20px;
  border: 1px solid gray;
}

@media screen and (max-width: 600px) {
	.collapsible_div_content {
    padding : 10px;
	}
}	

/* TABS
----------------------------------------------------------------------------------------*/
.tabs{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 10px;
}

.tablink {
    color: gray;
    background-color: white;
    cursor: pointer;
    padding: 10px;
    font-size: 17px;
    height: 20px;
    border-right: 1px solid gray;
    border-top: 1px solid gray;
    align-self: flex-end;
}

.tablink:first-child {
    margin-left: 30px;
    border-left: 1px solid gray;
} 

.activetab {
    color: black;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    margin-bottom: -2px;
    margin-left: -2px;
    border: 2px solid black;
    border-bottom: none;
    height: 25px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.activetab:first-child {
    border-left: 2px solid black;
}

.tablink:hover {
    color: orange;
}

.tabcontent {
    color: black;
    display: none;
    border: 2px solid black;
    padding: 30px 15px 15px 50px;
    margin-bottom: 20px;  
	min-height: 310px;	
}

.activecontent {
    display: block;
	
}

@media screen and (max-width: 600px) {
    .tabs{
      flex-direction: column;
    }

    .tabs .tablink, .activetab {
    all: unset;
    align-self: center;
    width: 100%;
    margin: 3px !important;
    border: 1px solid black !important;
    }
	
.tabcontent {
    padding: 10px;
}	
}




/* RESPONSIVE
----------------------------------------------------------------------------------------*/

@media (max-width: 1000px){
    .header{
        /* Reverse the axis of the header, making it vertical. */
        flex-direction: column;

        /* Align items to the begining (the left) of the header. */
        align-items: center;
        height: auto;
        justify-content: center;
    }
}

@media (min-width: 600px) { 

.col {
  flex: 0 0 44% !important;
    max-width: 44% !important;  
} 

.page{min-width: 95%;max-width: 95%}
}

@media (min-width: 1200px) { 



.col {
  flex: 0 0 22% !important;
    max-width: 22% !important;  
} 

.card{
  width: 31%;
  }

.half{
   flex: 0 0 46% !important;
   max-width: 46% !important;
}


.width32{
  flex: 0 0 31% !important;
  max-width: 31% !important;
}

.footer-col{
  flex: 0 0 15% !important;
  max-width: 15% !important;
  border: none;
}

.page{min-width: 75%;max-width: 75%}
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {

h1{font-size:18px}
h2{font-size:16px}
h3{font-size:14px}

    .columnxxx, inputxxx[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
  .half{
    width: 100%;
  }

}


/* START Modal */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1000; /* Sit on top */
	padding-top: 25px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 50%;
	
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

/* Add Animation */
.modal-content, #caption {  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
}

@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
}

/* END Modal */