@font-face {
  font-family: 'Meta-bold';
  src: url('ufonts.com_meta-bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Meta-medium';
  src: url('ufonts.com_meta-medium.ttf') format('truetype');
}
body {
	font-family: 'Meta-bold';
	background: #19171C;
	color: #fff;
}
body *:not(input, textarea)  {
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
  	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;    
}


.select {
	font-family: 'Meta-medium';
}
.header {
    background: url('../img/head2.png') no-repeat;
    background-size: cover;
    height: 250px;
    text-align: right;
}
.header img {
    width: 50%;
}
.content {
	margin-top: 1px;
}
.content .caption img {
	width: 100%;
}
.content .row {
	margin-bottom: 50px;
}
.content .caption {
	position: relative; 
	margin: 0 auto; 
	width: 80%;
	padding-bottom: 33px; 
	/* float: left; */
}
.content .select {
	position: relative; 
	margin: 0 auto; 
	width: 60%;
	/* float: right; */
}
.content .select .form-group img {
	height: 40px;
}
.content .select .form-group.order img {
	height: 50px;
}
.content .select .form-group label {
	padding-top: 0;
	text-align: left;
}
.content .select p {
	margin-top: 14px;
	font-size: 18px !important; 
}

@media only screen and (max-width: 600px) { 
	.content .select p {
		font-size: 36px; 
	}
}


.content .select input {
	margin-left: 150px;
	width: 30px;
	border: 2px red solid;
	color: #000;
}
.form-horizontal .form-group {
    margin-right: 0; 
    margin-left: 0; 
}
.modal {
	color: #000;
}

.separator {
	position: relative;
	margin: 0 auto; 
	width: 80%;
	border-bottom: 1px dotted #fff; 
}

.form-control {
	width: 150%; 
}

.btn {
	padding: 12px 38px;
}

.contact {
	position: relative; 
	margin: 0 auto; 
	width: 100%;
	padding-top: 84px; 
	padding-bottom: 13px; 

}
