
::selection {
  background: #bd8a42; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #bd8a42; /* Gecko Browsers */
}

.container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../img/bg.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  text-rendering: optimizeLegibility;
  font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
}
.container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.container:after {
  content: '';
  position: fixed;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid rgba(255,255,255,.2);
}

.container-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 2;
  margin-top: -4%;
  max-width: 75%;
}
.container-inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 337px;
  height: 337px;
  left: 50%;
  top: 50%;
  margin-left: -168px;
  margin-top: -168px;
  background-image: url(circle-red.png);
  background-size: 100%;
}

/* MODAL */

.md-close {
	position: absolute;
	top: -50px;
	font-weight: normal;
	font-size: 22px !important;
	right: 0px;
	color: #fff;
	background: 0;
	border: 0;
	text-align: right;
	width: 40px;
	height: 40px;
	opacity: 0.6;}

	.md-close:hover {
		cursor: pointer; opacity: 1;}

/* CONTENT */

.main {
  position: relative;
  z-index: 2;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.26em;
  font-weight: 400;
  /*font-style: italic;
  font-family: 'Playfair Display', serif;*/
  margin-bottom: 0;
  margin-top: 28px;
  text-transform: uppercase;
}

.backround-fill { background: rgba(0,0,0,0.6); padding: 40px;}

header h1 {
	margin: 0;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
	font-size: 42px;
	text-transform: uppercase;
	letter-spacing: 0.2em;}

header p {
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	padding: 0 50px;
}

.split { width: 45px; height: 1px; background: rgba(255,255,255,0.2); margin: 0 auto; margin-top: 30px; margin-bottom: 30px;}

.md-trigger {
	background: 0;
	border: 2px solid #fff;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 15px 110px;
	margin-top: 20px;
	color: #fff;
	-o-transition:color ease-out, all .15s ease-in;
	-ms-transition:color ease-out, all .15s ease-in;
	-moz-transition:color ease-out, all .15s ease-in;
	-webkit-transition:color ease-out, all .15s ease-in;
	/* ...and now override with proper CSS property */
	transition:color ease-out, all .15s ease-in;}

	.md-trigger:hover {
		cursor:pointer;
		background: #fff;
		color: #222;}

/* FORM */

.md-content input,
.md-content textarea {
	border: 2px solid #fff;
	background: #fff;
	font-family: 'Ropa Sans', sans-serif;
	text-transform: uppercase;
	color: #222;
	font-size: 14px;
	margin: 0;
	padding: 15px;
}

.md-content input {
	width: -moz-calc(50% - 43px);
    width: -webkit-calc(50% - 43px);
    width: calc(50% - 43px);}

.fld_name {
   	margin-right: 12px !important;}

.md-content textarea { 
	width: -moz-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
	margin-top: 15px;}

.md-submit {
	background: 0;
	border: 0;
	font-family: 'Ropa Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 22px !important;
	color: #fff;
	padding-top: 10px;
	float: right;
	opacity: 0.6;
}

	.md-submit:hover {
		cursor:pointer;
		opacity: 1;}

	button:focus {outline:0;}

/* FOOTER */

.footer {
  position: fixed;
  width: 475px;
  left: 50%;
  bottom: 50px;
  margin-left: -237px;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
  list-style-type: none;
}

/* MEDIA QUERIES */

 /* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	.container-inner {  max-width: 90%;}
	header p { padding: 0 0px;}
	.md-trigger { padding: 15px 50px;}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}