@charset "UTF-8";
/* CSS modified by Kevin Puntney on 10/8/2014   */

.g-recaptcha {
   -webkit-transform: scale(0.77);
     -moz-transform: scale(0.77);
      -ms-transform: scale(0.77);
       -o-transform: scale(0.77);
          transform: scale(0.77);
 
}
h6 {
	opacity: 50%;
}

div#weblinkscore {
opacity:0.6;
}

div#stylizeddiveringsminisb {
font-size: 12px;
}

div#bod a:link {color: #0376BB  !important; }
div#bod a:visited {color: #0376BB  !important; }

.bod a:link {
	color: #0376BB  !important; 
}

.bod a:visited {
	color: #0376BB  !important; 
}




img#addingim{ -webkit-filter: invert(0%);filter: invert(0%);}


body { background: #000000 !important; color: #d9d9d9 !important; }; head { background: #000000 !important; };
a:link {
	color: #d9d9d9 !important; 
}
a:hover {
	color: white !important; 
}
div#stylizeddiverings {
background-color:#282828;
}


hr {
	border: solid grey 1px;
	opacity: 50%;
	

}



input[type="submit"] {
  
  border:solid 2px rgba(0, 128, 255,1.0);
     border-radius: 5px;
    background-color: black;
  color: white;
}
input[type="submit"]:hover {
  border:solid 2px rgba(0, 128, 255,1.0);
     border-radius: 5px;
  background-color: rgba(0, 128, 255,1.0);
  color: white;
}
input[type="button"] {
     border:solid 2px rgba(0, 128, 255,1.0);
     border-radius: 5px;
    background-color: black;
  color: white;

}

input[type="button"]:hover {
  border:solid 2px rgba(0, 128, 255,1.0);
     border-radius: 5px;
  background-color: rgba(0, 128, 255,1.0);
  color: white;
}

input
{
 border-radius: 3px;
-webkit-appearance: none;

  -moz-border-radius: 15px;
    border:solid 1px black;
}


.sticky-navigation {
  min-height: 60px;
  background:#000000;border-color:#000000;
  border: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
          box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.sticky-navigation .navbar-header img {
  max-height: 30px;
  -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation .current a {
  color: #000000 !important;
  position: relative;
  outline: none;
}

.sticky-navigation .main-navigation li a {
  line-height: 30px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}

.sticky-navigation .main-navigation li a:hover {
    color: #000000;
}

.navbar-inverse .navbar-toggle {
border-color: #313131;
background: #313131;
}

.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color: transparent !important;
}
.dropdownmenu.dropdown-toggle{
    background-color: transparent !important;

}
.navbar-toggle.collapsed {
    background-color: transparent !important;

}
.navbar-inverse .navbar-toggle .icon-bar {
background:white;
}

input[type=text] {
  color: black !important;
  	border-radius: 40px;
text-align: center;

}

button#recen {border:solid 1px white;
     border-radius: 2px;
     background-color: black;
     color:white;
          font-color:white;

     }
     
button#recen:hover {background-color:white;color:black;}

     
input[type=email] {
  color: black !important;
  	border-radius: 40px;
text-align: center;

}
input[type=password] {
  color: black !important;
  	border-radius: 40px;
text-align: center;

}


select {
  color: black !important;
    background-color: white !important;
	border-radius: 40px;
	text-align: center;
text-align-last: center;

  border: 2px solid #fff;

     
}

select option {
    color: black !important;
}

select option:disabled {
        color: black !important;

}

input[type=file]::file-selector-button {
  border: 2px solid #43a2ff;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #76bbff;
  transition: 1s;
  	border-radius: 40px;

}

input[type=file]::file-selector-button:hover {
  background-color: #c3e1ff;
  border: 2px solid #43a2ff;
  	border-radius: 40px;

}


.footer {
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background-color: transparent;

}
.progress-container {
  width: 100%;
  height: 8px;
  background: transparent;
}

.progress-bar {
  height: 8px;
  background: #0080ff;
  width: 0%;
}

img {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

img:hover {opacity: 0.7;}

#image-viewer {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
}
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
.modal-content { 
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
#image-viewer .close {
    position: absolute;
    top: 60px;
    right: 35px;
    color: #ffffff;
    font-color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
#image-viewer .closers {
    width:100%;
    height:100%;    
    overflow: auto;

     background-color: rgba(0,0,0,0.0);

    transition: 0.3s;
}
#image-viewer .close:hover,
#image-viewer .close:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }

}

    a.class1:link {font-weight: normal !important;color: #d9d9d9 !important;} a.class1:visited { font-weight: normal !important;color: #d9d9d9 !important;} 

a.class4:link {font-weight: normal !important;color: rgb(255, 255, 255, 0.65); !important;} a.class4:visited { font-weight: normal !important;color: rgb(255, 255, 255, 0.65); !important;} 

a.class7:link {font-weight: normal !important;color: rgb(11, 24, 194, 0.65); !important;} a.class7:visited { font-weight: normal !important;color: rgb(11, 24, 194, 0.65); !important;} 


a.class2:link {font-weight: normal !important;color: #0f7a07 !important;} a.class2:visited { font-weight: normal !important;color: #0f7a07 !important;}

a.class3:link {font-weight: normal !important;color: #7a0707 !important;} a.class3:visited { font-weight: normal !important;color: #7a0707 !important;} 

a.classfol:link {font-weight: normal !important;color: #d9d9d9 !important;} a.classfol:visited { font-weight: normal !important;color: #d9d9d9 !important;}

input[type="radio"]{
    -webkit-appearance: radio;
}

 
.button-tops,
.button-bottoms {
    position: fixed;
    right: 4px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
   background-color: rgba(0, 128, 255,1.0);
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
}

.button-tops {
    display: none;
    height: 50px;
    text-align:center;
    padding: 0px;
    width:50px;
    bottom: 60px;
}

.button-bottoms {
    bottom: 6px;
     height: 50px;
    text-align:center;
    padding: 0px;
    width:50px;
}

.button-tops:hover,
.button-bottoms:hover {
   background-color: rgba(0, 128, 255,0.7);
    color: #ffffff;
}
