* {
	margin: 0px;
	font-family: 'Raleway', Arial, sans-serif;
}

body {
	min-height: 100%;
    background-color: rgb(55,55,58);
}

p {
	margin-top: 10px;
}

.logo {
	border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgb(102, 102, 102);
    background-image: url(./background.png);
    background-color: rgb(62, 62, 67);
    background-size: cover;
    background-position: 50% 50%;
	height: 200px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
    position: relative;
    z-index: 1;
}

.logo-body {
	min-height: 25px;
    padding: 0px;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}

.logo-img {
	background-image: url(./logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 25px;
    padding: 0px;
    width: 532px;
    height: 90px;
    margin-top: 60px;
    overflow: hidden;
    display: inline-block;
}

.footer {
	webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
    color: rgb(255, 255, 255);
	background-color: rgb(45, 45, 48);
	min-height: 25px;
    padding: 0px;
    min-width: 1000px;
}

.footer-body {
	min-height: 20px;
    padding: 15px 0px;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.body {
	background-color: rgb(255, 255, 255);
    min-height: 250px;
    padding: 0px 0px 50px;
    min-width: 1000px;
}

.body-middle {
	min-height: 250px;
    padding: 0px;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    min-width: 0px;
}

.menu {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
	
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(137, 137, 138);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-right-color: rgb(137, 137, 138);
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: rgb(137, 137, 138);
    background-color: rgb(37, 37, 38);
}

.menu li {
	display: inline;
    list-style-type: none;
    padding-right: 20px;
	color: #FFF;
}

.menu a {
	color: #FFF;
    display: inline-block;
	text-decoration: none;
    margin: 10px 0px;
}

.menu a:hover {
	color: rgb(132, 206, 255);
}

.main {
	margin: 25px 0px;
}

.sidebar {
	display: inline-block;
    width: 250px;
    border-left: 1px solid;
    padding-left: 15px;
    float: right;
    min-height: 50px;
}


.btn {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
	text-align: center;
    margin: 5px 0px 25px 0px;
	outline: none;
	border: none;
}
.btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.btn:active {
	position:relative;
	top:1px;
}

.btn.small {
	font-size: 14px;
    padding: 5px 15px;
}

table.form-creator-form input[type=text], table.form-creator-form input[type=password], table.form-creator-form select, table.form-creator-form textarea {
    outline: none;
    padding: 3px 6px;
    width: 180px;
    border: 1px solid #BBB;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
}

table.form-creator-form input[type=text]:focus, table.form-creator-form input[type=password]:focus, table.form-creator-form select:focus, table.form-creator-form textarea:focus {
    border: 1px solid #08D;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 150, 250, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(50, 150, 250, 1);
    box-shadow: 0px 0px 15px 0px rgba(50, 150, 250, 1);
    position: relative;
    z-index: 1;
}

#contact p, #contact td {
	font-size: 12px;
    color: rgb(153, 153, 153);
}

a {
	color: rgb(102, 176, 225);
}

a:hover {
	color: rgb(132, 206, 255);
}

.galtab td {
	text-align: center;
	padding: 15px 0px;
}

















.timeline {
  position: relative;
  max-width: 720px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #eee;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 280px;
}

/* The circles on the timeline */
.container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: #fff;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #eee;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #eee;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #eee;
  border-width: 10px 10px 10px 0;
  border-color: transparent #eee transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: #eee;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 300px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

