body {
	font-family: 'Droid Sans', sans-serif;
	color:white;
	text-align:center;
}

body > p {
	font-size:14px;
	color:#fff;
	position:fixed;
	bottom:5px;
	right:0;
	text-shadow:none;
	margin:0;
}

#background {
	position: fixed; 
	top: 0; 
	left: 0;  
	min-width: 100%;
	min-height: 100%; 
	z-index: -1;
}

.bg {
	background:url(../img/bg.jpg) no-repeat;
	background-size: cover;
	background-position:center;
  height:100%;
}

p {
	font-size:16px;
	line-height:22px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.35);
	text-align:center;
	width:620px;
	display:block;
	margin:25px auto;
}

h1 {
	font-family:'Montserrat';
	font-size:40px;
	text-transform: uppercase;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.25);
    text-align: center;
    margin:0;
    margin-bottom:-20px;
}

.container {
	position: fixed;
    top:0;
    z-index: -1;
	width:100%;
	margin:0 auto;
	/* background:url(../img/bg.jpg) no-repeat 0px; */
	background-size:cover;
	min-height: 650px;
    overflow: auto;
}

.content {
  position: relative;
	width:740px;
	margin:0 auto;
}

.content > img {
	display:block;
	margin:0 auto;
	padding-top:35px;
}

#box {
	width:100%;
	height:255px;
    border-radius: 5px;
    background:rgba(126,126,126,0.40);
    padding:20px;
    box-sizing:border-box;
}

form {
	margin-top:-10px;
}

form input[type='text']:first-child {
	margin-left:4px;
	background:rgba(247,247,247,.15) url(../img/card.png) no-repeat 8px center;
}

form input[type='text']:nth-child(2) {
	background:rgba(247,247,247,.15) url(../img/mail.png) no-repeat 8px center;
}

input[type='text'] {
	width:220px;
	height:34px;
	border:1px solid #fff;
	border-radius:3px;
	margin-right:10px;
	-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.20);
	-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.20);
	box-shadow:0px 1px 2px 0px rgba(0,0,0,0.20);
	color:#ffffff;
	padding-top:2px;
	padding-left:37px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-overflow:ellipsis;
}

select {
  position: relative;
  top: 1px;
	width:220px;
	height:34px;
	border:1px solid #fff;
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	background:rgba(247,247,247,.15) url(../img/drop.png) no-repeat 171px center;
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
	border-radius:3px;
	color:#fff;
	box-shadow:0px 1px 2px 0px rgba(0,0,0,0.20);
	text-indent:8px;
	padding-top:2px;
}

select option {
  background-color:grey;
  color:#fff;
}

select option[disabled] {
  color:#fff !important;
}

select::-ms-expand {
	display:none;
}

input[type='text']:focus {
	outline:none;
}

input[type='submit'] {
	font-size:18px;
	display:block;
	margin-top:15px;
  position: absolute; 
  left: 50%; 
  -webkit-transform: translateX(-49%); 
  transform: translateX(-49%);
  -moz-transform: translateX(-49%); 
  -ms-transform: translateX(-49%);
	width:221px;
	height:40px;
	border:none;
	border-radius: 5px;
	background-color:#2ecc71;
	-moz-box-shadow:    0px 1px 2px 0px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.20);
	box-shadow:         0px 1px 2px 0px rgba(0,0,0,0.20);
	-webkit-transition:500ms ease;
	-o-transition:500ms ease;
	-ms-transition:500ms ease;
	transition:500ms ease;
}

input[type='submit']:hover {
	background-color: #F07d16;
}

::-webkit-input-placeholder {
   color: white;
}

:-moz-placeholder { /* Firefox 18- */
   color: white; 
   opacity:1; 
}

input[type='text']::-moz-placeholder {
   color: white;
   opacity:1;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

:-ms-input-placeholder {  
   color: white;  
}

#main-botom {
	color:#fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	min-width: 720px;
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	text-shadow:none;
}

.footer > .copyright { 	
	text-shadow:none; 
}

.adv-bottom {
  position: relative;
  margin-top: 20px;
  width: 740px;
  margin-left: auto;
	margin-right: auto;
  height: 120px;
  background-color: #fff;
  border-radius: 5px;
}

.adv-bottom .adsbygoogle { 
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.block {
	display: block;
}

div#msg {
	border:1px solid #009900; 
	background-color: #80cc80; 
	color: #009900; 
	font-family: helvetica,verdana,arial,sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-align: center; 
	text-decoration: none;
	margin: 20px 0;
    padding: 15px 10px;
}

div#alert {
	border: 1px solid #ff0000; 
	background-color: #ffb2b2; 
	color: #ff0000; 
	font-family: helvetica,verdana,arial,sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-align: center; 
	text-decoration: none;
	margin: 20px 0;
    padding: 15px 10px;
}