/*
Code Author: Tobiah Edward Turner 3rDimension LTTD
*/

@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Muli:300);

h1
{
font-family: 'Oswald', sans-serif;
font-size: 30px;
text-transform: uppercase;
color: #7D0000;
}

h4
{
font-family: 'Muli', sans-serif;
font-size: 16px;
color: Black;
}

Tobes5
{
margin-left:20px;
margin-right:20px;
}


/* Centres the page (this could be container)*/
.body {
    display:block;
    float: left;
    width:513px;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    color: #575757;
    margin-left:20px;
    margin-right:20px;
}


/* Labels are titles for the text fields. You can use a placeholder instead if you like*/
label
{
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}

/* Centres the form within the page */
form
{
    float: left;
    margin-left:20px;
    width:459px;
}

/* Styles the text boxes */
input, textarea, file {
	width:439px;
	height:27px;
	background-color:#efefef;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#191919;
font-family: 'Muli', sans-serif;

}

	input:focus, textarea:focus {
		border:2px solid #b20000;
	}

.imagealignedright {
 float:right;
 position:relative;
}

.tobes1 {
  float: left;
  width: 100%;
}

.tobes2 {
  float: right;
  width: 217px;
  margin-right: -217px;

}

/* Styles the text area boxes (message field) */
textarea
{
	height:213px;
	background-color: #efefef;
      font-family: 'Muli', sans-serif;
    font-size: 16px;
}


/* Styles the submit button */
#submit {
	/* background:url(images/submit.png); */
	width:127px;
	height:48px;
	text-align: center;
	/* text-indent:-9999px; */
	border:none;
	margin-top:20px;
	cursor:pointer;
}

/* Styles the submit hover */
#submit:hover {
	color:#fff;
	background-color: #960101;
	opacity:0.9;
}

/* Styles the cancel button*/
#cancel {
	/* background:url(images/cancel.png); */
	width:127px;
	height:28px;
	text-align: center;
	/* text-indent:-9999px; */
	border:none;
	margin-top:20px;
	cursor:pointer;
}

/* Styles the cancel hover */
#cancel:hover {
	color:#fff;
	background-color: #000;
	opacity:0.9;
}

#tobesa{
  display:table;
  position:relative;
}

#tobesb{
  display:table-row;
}

#tobesb>div{
  display:table-cell
}

#tobesx{
padding-left:15px;
padding-right:15px;
font-family: 'Muli', sans-serif;
font-size: 16px;
color: Black;
margin-top:20px;
}

#p {

font-family: 'Muli', sans-serif;
font-size: 16px;
color: Black;

}

.rolldown-list {
  text-align: left;
  padding: 0;
  margin: 0;
}

.rolldown-list li {
  padding: 1em;
  margin-bottom: .125em;
  display: block;
  list-style: none;
  text-transform: uppercase;
}

.cssanimations .rolldown-list li {
  visibility: hidden;
  -moz-animation: rolldown 0.7s 1;
  -webkit-animation: rolldown 0.7s 1;
  animation: rolldown 0.7s 1;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.rolldown-list li:nth-child(2n) {
  background-color: #4d4d4d;
}

.rolldown-list li:nth-child(2n+1) {
  background-color: #333333;
}

#myList {
  position: absolute;
  width: 200px;
  right: 0;
  margin-right: -25%;
}

@-moz-keyframes rolldown {
  0% {
    visibility: visible;
    -moz-transform: rotateX(180deg) perspective(500px);
    transform: rotateX(180deg) perspective(500px);
  }
  70% {
    visibility: visible;
    -moz-transform: rotateX(-20deg);
    transform: rotateX(-20deg);
  }
  100% {
    visibility: visible;
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes rolldown {
  0% {
    visibility: visible;
    -webkit-transform: rotateX(180deg) perspective(500px);
    transform: rotateX(180deg) perspective(500px);
  }
  70% {
    visibility: visible;
    -webkit-transform: rotateX(-20deg);
    transform: rotateX(-20deg);
  }
  100% {
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@keyframes rolldown {
  0% {
    visibility: visible;
    -moz-transform: rotateX(180deg) perspective(500px);
    -ms-transform: rotateX(180deg) perspective(500px);
    -webkit-transform: rotateX(180deg) perspective(500px);
    transform: rotateX(180deg) perspective(500px);
  }
  70% {
    visibility: visible;
    -moz-transform: rotateX(-20deg);
    -ms-transform: rotateX(-20deg);
    -webkit-transform: rotateX(-20deg);
    transform: rotateX(-20deg);
  }
  100% {
    visibility: visible;
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
