#contactForm {
	width: 275px;
	text-align:left;
	margin-bottom: 20px;
	font-size: .8em;
	color: #999;
	line-height:1.7em;
	font-weight: 500; 
	opacity:0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top:100px;

}
h2{
	font-size: 43px;
}
p{
	line-height: 20px;
	width: 275px;
}
form {
	width:300px;
	text-transform: uppercase;
	letter-spacing:.2px;


}
input    {
	width:275px;	
	border: 1px solid #999;
	height: 25px;
}
input[type="text" i] {
    padding-left: 5px;
}
input:focus {
	background-color:#ccc; 
	outline: 0;
}
textarea:focus { 
	background-color:#ccc;
	outline: 0;
}

label, input {
    display: block;
}
input{
	padding-left: 7px;
}
label {
	margin-top: 9px;
    margin-bottom: 1px;
}
select {
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background-position: right center;
	background-color: #fff;
	color: #000000;
	border: 1px solid #000000;
}


textarea {
  width:275px;
}

button.submit {
	margin-top:27px;
    background-color: #ff0000;
	border:none;
    color: white;
    padding: 8px 18px;
    text-align: center;
    text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 600; 
	font-size: 13px;
}
button.submit:hover {
    opacity:.7;
    cursor: pointer; 
}
#required{
	color: #ff0000;
	font-weight: 500; 
}
#Country {
    height: 25px;
    width: 275px;
}
@media only screen and (orientation: landscape) {
 	#bottomBar{
	 display:none;
	}
}
@media (min-width: 768px) {



}
@media (min-width: 992px) {
	#bottomBar{
		display:block;
	}

	#contactForm {
		top: 50%;
    	transform: translateY(-50%);
	}
}

