body {
    background: #000;
    font: normal normal 14px/1 "Roboto", Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 0;
}

input, button, select, textarea {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:hover, a:active, a:focus,
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
	outline: 0 none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

i {
	font-style: normal;
}

img {
    border: 0 none;
    max-width: 100%;
}

.smp-thumbnail {
    background-clip: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

/*@media (max-width: 991px) {*/
	
	.language {
		background-color: rgba(0, 0, 0, 0.95);
		height: 100%;
		left: 0;
		padding: 20px;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 2;
	}
	
	.language .content {
		left: 0;
		margin-top: -45px;
		position: absolute;
		right: 0;
		top: 50%;
	}
	
	.language h1 {
		font-size: 20px;
		font-weight: 400;
		margin-bottom: 25px;
		text-align: center;
	}
	
	.language ul > li {
		display: inline-block;
		padding: 0 20px;
		vertical-align: middle;
	}
	
	.language input[type="radio"] {
		display: none;
	}
	
	.language input[type="radio"] + label  {
		color: #fff;
		cursor: pointer;
		margin: 0;
	}
	
	.language input[type="radio"] + label > span  {
		display: block;
		font-size: 14px;
		font-weight: 400;
		margin-top: 10px;
		text-transform: capitalize;
	}
	
	.language input[type="radio"] + label .radio-bttn  {
		border: 2px solid #fff;
		border-radius: 100%;
		display: inline-block;
		height: 18px;
		vertical-align: middle;
		width: 18px;
	}
	
	.language input[type="radio"] + label .radio-bttn > b  {
		background-color: #000;
		border-radius: 100%;
		display: inline-block;
		height: 12px;
		margin: 1px;
		width: 12px;
	}
	
	.language input[type="radio"]:checked + label {
		cursor: default;
	}
	
	.language input[type="radio"]:checked + label .radio-bttn > b  {
		background-color: #fcc129;
	}
	
	.smp header {
		background-color: #000;
		position: relative;
		z-index: 2;
	}
	
	.smp header > .title1 {
		font-size: 16px;
		font-weight: 500;
		line-height: 22px;
		padding: 15px;
		text-align: center;
	}
	
	.smp-header {
		background-color: #ffffea;
		color: #000;
		font-size: 18px;
		font-weight: 500;
		line-height: 20px;
		padding: 15px;
		position: relative;
		text-align: center;
		z-index: 2;
	}
	
	.smp-bg {
		background-image:url(../images/sm/bg.jpg);
		height: 180px;
		position: relative;
	}
	
	.smp-brand {
		padding: 15px 15px 10px;
	}
	
	.smp-bg-header {
		font-family: "Bitter",serif;
		font-size: 32px;
		margin-bottom: 5px;
		text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	}
	
	.smp-bg-header2 {
		font-size: 18px;
	}
	
	.smp-bg-header,
	.smp-bg-header2 {
		color: #fff;
		font-weight: 400;
		text-align: center;
	}
	
	.smp-form,
	.smp-form2 {
		padding: 10px 0 0;
		position: relative;
		z-index: 2;
	}
	
	.smp-form .form-group,
	.smp-form2 .form-group {
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;
		position: relative;
	}
	
	.smp-form label {
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 0;
	}
	
	.smp-form label > .required {
		color: #ff0000;
		display: inline-block;
		margin-left: 2px;
		vertical-align: top;
	}
	
	.smp-form .form-control {
		background-color: transparent;
		border-color: #999;
		border-radius: 0;
		border-style: none none solid;
		color: #fff;
		height: 30px;
		padding: 5px 10px;
	}
	
	.smp-form2 .form-control {
		border-radius: 6px;
		color: #333;
		height: 40px;
		padding: 5px 38px 5px 10px;
		box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
	}
	
	.form-control:focus {
		border-color: #fff;
		box-shadow: none;
	}
	
	.smp-form2 .form-control:focus {
		border-color: #ccc;
	}
	
	.form-group.error .form-control {
		border-color: #ff0000;
	}
	
	.smp-form2 textarea.form-control {
		padding-right: 10px;
	}
	
	.smp-form .required-field-error,
	.smp-form2 .required-field-error {
		bottom: 9px;
		color: #ff0000;
		font-size: 12px;
		font-weight: 400;
		left: 10px;
		position: absolute;
		top: auto;
	}
	
	.smp-form2 .required-field-error {
		background-color: #fff;
		border: 1px solid #ff0000;
		border-radius: 6px;
		bottom: auto;
		color: #ff0000;
		font-size: 12px;
		font-weight: 400;
		height: 40px;
		left: 0;
		line-height: 38px;
		padding: 0 10px;
		position: absolute;
		top: 0;
		width: 100%;
	}
	
	.smp-form2 textarea.form-control + .required-field-error {
		height: 100%;
	}
	
	.smp-btn-default {
		background-color: #ffcc33;
		border-style: none;
		border-radius: 0;
		color: #333333;
		font-weight: 500;
		line-height: 30px;
		padding: 5px 10px;
		text-transform: uppercase;
	}
	
	.smp-btn-default.skip {
		background-color: #fff;
		text-transform: none;
	}
	
	.smp-btn-default.skip input[type="checkbox"] {
		display: none;
	}
	
	.smp-btn-default.skip input[type="checkbox"] + label {
		color: #333;
		cursor: pointer;
		display: block;
		font-weight: 400;
		margin: 0;
	}
	
	.smp-btn-default.skip input[type="checkbox"] + label > span {
		display: inline-block;
		font-size: 14px;
		font-weight: 400;
		margin-left: 5px;
		vertical-align: middle;
	}
	
	.smp-btn-default.skip input[type="checkbox"] + label .checkbox-bttn {
		border: 2px solid #333;
		border-radius: 4px;
		display: inline-block;
		height: 18px;
		position: relative;
		vertical-align: middle;
		width: 18px;
	}
	
	.smp-btn-default.skip input[type="checkbox"] + label .checkbox-bttn > b {
		color: #333;
    	display: none;
	}
	
	.smp-btn-default.skip input[type="checkbox"]:checked + label .checkbox-bttn > b {
		display: inline-block;
		left: 0;
		position: absolute;
		top: 0;
	}
	/**/
	
	.smp-floating-bttn {
		bottom: 0;
		left: 0;
		position: absolute;
		top: auto;
		width: 100%;
		z-index: 2;
	}
	
	.smp-map-canvas {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1;
	}
	
	.smp-icon-location,
	.smp-icon-close {
		background: rgba(0, 0, 0, 0) url("../images/sm/ic_my_location_black_24dp_1x.png") no-repeat scroll left center / 18px auto;
		cursor: pointer;
		height: 100%;
		left: auto;
		opacity: 0.3;
		position: absolute;
		right: 0;
		top: 0;
		width: 28px;
		filter: alpha(opacity=30);
	}
	
	.smp-icon-close {
		background-image: url(../images/sm/ic_clear_black_24dp_1x.png);
		opacity: 0.6;
		filter: alpha(opacity=60);
	}
	
	.smp-icon-location:hover,
	.smp-icon-close:hover {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	.smp-cat-container {
		margin: 15px 15px 0;
	}
	
	.smp-cat-container ul {
		list-style: outside none none;
		margin-bottom: 40px;
		margin-top: 0;
		padding: 0;
	}
	
	.smp-cat-container ul > li {
		padding-bottom: 15px;
	}
	
	.smp-cat-container ul > li > a {
		color: #fff;
		display: block;
		text-align: center;
	}
	
	.smp-cat-container ul > li > a:hover,
	.smp-cat-container ul > li > a:focus {
		text-decoration: none;
	}
	
	.cat-content {
		background-color: #333;
		border-radius: 100%;
		height: 105px;
		line-height: 75px;
		margin: 0 auto;
		padding: 15px;
		position: relative;
		text-align: center;
		width: 105px;
	}
	
	.cat-highlighted,
	.clone-highlighted {
		background-color: #ffcc33;
		border-radius: 100%;
		display: none;
		height: 90px;
		left: 50%;
		line-height: 55px;
		margin: -45px 0 0 -45px;
		padding: 10px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 90px;
	}
	
	.selected .cat-highlighted,
	.selected .clone-highlighted {
		display: block;
	}
	
	.cat-name {
		color: #fff;
		display: block;
		font-size: 12px;
		font-weight: 400;
		margin-top: 10px;
		text-align: center;
		text-transform: uppercase;
	}
	
	.scroll-group {
		max-height: 124px;
		margin-bottom: 10px;
		overflow: auto;
		padding: 0 15px;
	}
	
	.list-group {
		background-color: #fff;
		border-radius: 6px;
		margin: 0;
		padding: 0;
		box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
	}
	
	.list-group-item {
		background-color: #fff;
		border: 1px solid #ececec;
		color: #999;
		font-size: 14px;
		line-height: 30px;
		overflow-x: auto;
		padding: 5px 10px;
		white-space: nowrap;
	}
	
	.hidden-bttn {
		display: none;
		position: fixed;
	}
	
	.bttn-controls {
		bottom: 40px;
		left: auto;
		position: fixed;
		right: 10px;
		top: auto;
		z-index: 2;
	}
	
	.bttn-controls > .bttn {
		border-radius: 100%;
		border-style: none;
		color: #fff;
		display: block;
		height: 36px;
		line-height: 36px;
		margin-bottom: 10px;
		text-align: center;
		width: 36px;
	}
	
	.bttn-controls > .bttn-refresh {
		background-color: #fb0400;
	}
	
	.bttn-controls > .bttn-add {
		background-color: #04cb00;
	}
	
	[class^="cat-icon-"],
	[class*=" cat-icon-"] {
		background: rgba(0, 0, 0, 0) url("../images/sm/category.png") no-repeat scroll 0 0;
		display: inline-block;
		vertical-align: middle;
	}
	
	.cat-icon-street-light {
		height: 52px;
    	width: 32px;
	}
	
	.cat-icon-bus-stop {
		background-position: 0px -62px;
		height: 54px;
    	width: 60px;
	}
	
	.cat-icon-park {
		background-position: 0px -126px;
		height: 53px;
    	width: 51px;
	}
	
	.cat-icon-drainage {
		background-position: 0px -189px;
		height: 54px;
    	width: 54px;
	}
	
	.cat-icon-road {
		background-position: 0px -253px;
		height: 52px;
    	width: 73px;
	}
	
	.cat-icon-waste {
		background-position: 0px -315px;
		height: 53px;
    	width: 42px;
	}
	
	.cat-icon-sewer {
		background-position: 0px -378px;
		height: 53px;
    	width: 53px;
	}
	
	.cat-icon-parking {
		background-position: 0px -441px;
		height: 53px;
    	width: 57px;
	}
	
	.cat-icon-water {
		background-position: 0px -504px;
		height: 54px;
    	width: 40px;
	}
	
	.cat-icon-waste-disposal {
		background-position: 0px -568px;
		height: 52px;
    	width: 59px;
	}
	
	.cat-icon-selected {
		background:url(../images/sm/selected.png) no-repeat 0 0;
		width: 50px;
		height: 37px;
	}
	
	.ty-box-content {
		background-color: #f2f2f2;
		border-radius: 6px;
		padding: 30px 10px;
	}
	
	.thank-you-success-icon {
		background-color: #ffffff;
		border-radius: 100%;
		display: block;
		height: 89px;
		line-height: 99px;
		margin: 0 auto 30px;
		position: relative;
		text-align: center;
		width: 89px;
	}
	.thank-you-success-icon::after {
		background: rgba(0, 0, 0, 0) url("../images/sm/box-shadow-129x129.png") no-repeat scroll 0 0;
		content: "";
		display: block;
		height: 129px;
		left: 0;
		position: absolute;
		top: 0;
		width: 129px;
	}
	
	.thank-you-success-icon .success-icon {
		background: #ffffff url("../images/sm/onboarding-success-sm.png") no-repeat scroll center center;
		border-radius: 100%;
		display: inline-block;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1;
	}
	
	.ty-box-content .box-header .title,
	.ty-box-content .box-header .message {
		color: #5c6a79;
		font-family: "Bitter",serif;
		font-weight: 400;
		text-align: center;
	}
	
	.ty-box-content .box-header .title {
		font-size: 24px;
		line-height: 40px;
		margin-bottom: 5px;
	}
	
	.ty-box-content .box-header .message {
		font-size: 16px;
		line-height: 1.6;
		margin: 0 auto 20px;
		width: 80%;
	}
/*}*/