﻿@charset "utf-8";
/* CSS Document */
/* 2017-02-05 Created by Cyrous*/

*{
	padding:0;
	margin:0;
}

#wrapper{
	width:1024px;
	margin:0 auto;
}

#content{
    width:1024px;
}

#List_Background{
	background-image:url(Images/OTC_Background_Body_728.png);
    width:100%;
	height:100%;
	background-repeat: repeat-y;
	/*
	padding-right: 30px;
	padding-left: 30px;
	*/
}

#footer{
	background-image:url(Images/footer_bg.jpg);
    width:1024px;
	height:123px;
}

#footer h2{
	font-size:20px;
	text-align:center;
	vertical-align:middle;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 12.5%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  opacity: 1;
}

/* Modal Content */
.modal-content {
  position: relative;
  left: 100px
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1024px;
  opacity: 1;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-family: Arial;
  font-size: 50px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: gray;
  text-decoration: none;
  cursor: pointer;
}

.ObjectSlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev {
  cursor: pointer;
  position: absolute;
  top: 200px;
  left: 0px;
  width: auto;
  padding: 10px;
  margin-top: -50px;
  color: white;
  font-family: Arial;
  font-weight: bold;
  font-size: 50px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  cursor: pointer;
  position: absolute;
  top: 200px;
  right: 0px;
  width: auto;
  padding: 10px;
  margin-top: -50px;
  color: white;
  font-family: Arial;
  font-weight: bold;
  font-size: 50px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover,
.prev:focus,
.next:focus {
  background-color: rgba(0, 0, 0, 0.8);
  color: gray;
  text-decoration: none;
  cursor: pointer;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-family: Arial;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: 0px;
}

.caption-container {
  font-family: Arial;
  font-size: 15px;
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.3;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 5px 30px 0px gray, 0 5px 30px 0px red
}