@font-face {
    font-family: 'nevis';
    src: url('../css/fonts/nevis-webfont.eot');
    src: url('../css/fonts/nevis-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/nevis-webfont.woff') format('woff'),
         url('../css/fonts/nevis-webfont.ttf') format('truetype'),
         url('../css/fonts/nevis-webfont.svg#webfontbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SignikaLight';
    src: url('../css/fonts/Signika-Light-webfont.eot');
    src: url('../css/fonts/Signika-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/Signika-Light-webfont.woff') format('woff'),
         url('../css/fonts/Signika-Light-webfont.ttf') format('truetype'),
         url('../css/fonts/Signika-Light-webfont.svg#SignikaLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SignikaRegular';
    src: url('../css/fonts/Signika-Regular-webfont.eot');
    src: url('../css/fonts/Signika-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/Signika-Regular-webfont.woff') format('woff'),
         url('../css/fonts/Signika-Regular-webfont.ttf') format('truetype'),
         url('../css/fonts/Signika-Regular-webfont.svg#SignikaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SignikaSemibold';
    src: url('../css/fonts/Signika-Semibold-webfont.eot');
    src: url('../css/fonts/Signika-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/Signika-Semibold-webfont.woff') format('woff'),
         url('../css/fonts/Signika-Semibold-webfont.ttf') format('truetype'),
         url('../css/fonts/Signika-Semibold-webfont.svg#SignikaSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SignikaBold';
    src: url('../css/fonts/Signika-Bold-webfont.eot');
    src: url('../css/fonts/Signika-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/Signika-Bold-webfont.woff') format('woff'),
         url('../css/fonts/Signika-Bold-webfont.ttf') format('truetype'),
         url('../css/fonts/Signika-Bold-webfont.svg#SignikaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}





html, body {
	background:#000 fixed;	
	margin:0 10px 10px;
	padding:0;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
}
.overlay {
    position:absolute;
    top:0;
    left:0;
    z-index:1200;
    height:100%;
    width:100%;
    background:rgba(60,60,60,.7);
    display:none;
}
.overlay .msg {
    position:absolute;
    top:0;
    left:0;
    width:50%;
    padding:20px;
    margin:0 20%;
    background:rgba(210, 210, 210, 0.3);
    border:2px solid #333;
    color:#fff;
    font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;	
    text-align:center;
}
header {
	padding:10px 20px 10px;	
	margin-top:60px;
}
form {
	width:100%;	
	display:none;
}
section {
	position:relative;
	clear:both;
	background:rgba(210, 210, 210, 0.3);
	border-top:2px solid #ccc;
	border-bottom:2px solid #333;
	margin:0 0 20px 0;
}
section.nostyle {
	position:relative;
	clear:both;
	background:none;
	border:0;
	margin:0 0 10px 0;
	box-shadow:none;
}
section section {
	border:0;
	background:none;	
}
section .sec_wrap {
	padding:20px 20px 20px 30px;	
}
section.nostyle .sec_wrap {
	padding:20px 0;	
}
section div.col {
	width:50%;	
	float:left;
	margin:0 0 0 0;
}
section div.info {
	clear:both;
	width:100%;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color:#fff;
	padding:10px 0 20px;
	text-shadow: 1px 1px 1px #000;
}
section div.burger-info {
	clear:both;
	width:100%;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color:#fff;
	padding:10px 0 20px;
	text-shadow: 1px 1px 1px #000;
	display:none;
}
.price {
	color:#f89828;	
	text-shadow: 1px 1px 1px #000;
}
.detail {
	color:#23a1db;
	text-shadow: 1px 1px 1px #000;
	cursor:pointer;
}
h2 {
	font:24px 'nevis', "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 10px;
	color:#23a1db;
	text-shadow: 1px 1px 2px #000;
	margin-left:-10px;
}
h3 {
	clear:both;
	font:24px 'nevis', "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 10px;
	color:#f89828;
	text-shadow: 1px 1px 1px #000;
	margin-left:-10px;
}
label {
	display:inline-block;
	height:40px;
	font:16px/40px 'SignikaRegular', Tahoma, Geneva, sans-serif;
	margin:0 0 10px 0;
	float: left;
}
label.sm {
	font-size:12px;
	margin-top:3px;
}
.head label {
	display:inline-block;
	width:30%;	
	clear:both;
}
.head-new .col1 label {
	display:inline-block;
	width:30%;
	clear:both;
}
.built label {
	display:inline-block;
}
input {
	margin-right:6px;
}
select {
	height:40px;
	width:160px;
}
.text {
	float:left;
	border:3px solid #f89828;	
	border-radius: 7px;
	margin:0 0 10px 0;
	padding:0 0 0 10px;
	font:16px/30px 'SignikaRegular', Tahoma, Geneva, sans-serif;
	height:30px;
	width:60%;
	background:rgba(80, 80, 80, 0.5);
	box-shadow: 2px 2px 2px #555;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
}
.textsm {
	float:left;
	clear:both;
	border:3px solid #f89828;	
	border-radius: 7px;
	margin:0 10px 10px;
	font:16px/30px 'SignikaRegular', Tahoma, Geneva, sans-serif;
	height:30px;
	width:50px;
	text-align:center;
	background:rgba(80, 80, 80, 0.5);
	box-shadow: 2px 2px 2px #555;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
}
.checkbox, .radio {
	width: 45px;
	height: 45px;
	padding: 0 5px 0 0;
	background: url(img/button.svg) no-repeat;
	display: block;
	clear: left;
	float: left;
	margin:0 0 10px;
	cursor:pointer;
}
.radio {
	background: url(radio.png) no-repeat;
}
.select {
	position:absolute;
	width: 173px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height:45px;
	padding: 0 24px 0 8px;
	color:#fff;
	font:16px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(img/select.svg) no-repeat;
	overflow: hidden;
	float:left;
	text-shadow: 1px 1px 1px #000;
}
.selectdiv {
	float:left;
	clear:none;
	height:40px;
	padding:0;
	margin:0 0 10px 10px;
	box-shadow: none;
}
.sub_btn {
	float:left;
	clear:both;
	border:3px solid #f89828;
	border-radius: 7px;
	font:16px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height:37px;
	width:240px;
	text-align:center;
	background:rgba(80, 80, 80, 0.5);
	box-shadow: 2px 2px 2px #555;
	color:#fff;
	margin:0 10px 10px 0;
	text-shadow: 1px 1px 1px #000;
	cursor:pointer;
}
.reset_btn {
	float:left;
	border:3px solid #f89828;
	border-radius: 7px;
	font:16px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height:37px;
	width:140px;
	text-align:center;
	background:rgba(80, 80, 80, 0.5);
	box-shadow: 2px 2px 2px #555;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	cursor:pointer;
}
.built .sub_btn {
	float:left;
	border:3px solid #f89828;
	border-radius: 7px;
	font:16px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height:37px;
	width:200px;
	text-align:center;
	background:rgba(80, 80, 80, 0.5);
	box-shadow: 2px 2px 2px #555;
	color:#fff;
	cursor:pointer;
}
.clear {
	clear:both !important;
}
.noclear {
	clear:none !important;
}
.nopad {
	padding:0;
	margin:0;
	line-height:normal;
}
.leftpad {
	margin:0 0 0 10px;
	padding:0;
}

.head {
	float:left;
	clear:none;
	width:49%;	
	height:280px;
}
.head-new {
	float:left;
	clear:none;
	width:100%;
}
.built {
	float:right;
	clear:none;
	width:49%;	
	padding-bottom:10px;
}
.total-bar {
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	height:60px;
	background:#000;
}
.total-lead {
	position:absolute;
	top:10px;
	right:120px;
	font:18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:right;
}
.total-lead span {
	display:block;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
}
.total {
	position:absolute;
	top:10px;
	right:40px;
	font:24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	text-shadow:-1px -1px #000;
}

.burgerdiv {padding:10px;margin-bottom:10px;background:#333;border-radius: 5px;}
.burgerdiv label {height:auto;}