.test-top {background-color:#aaa;}
.test-top #banner-bg {display:none;}
.test-top img {
	filter:grayscale(100%) blur(4px) contrast(20%) brightness(150%);
	-webkit-filter:grayscale(100%) contrast(20%) blur(4px) brightness(150%);
}

.error {color:red;}
input.error, select.error {
	border:1px solid red;
	color:#000;
}
.warning {color:orange;}
i.warning {float:left; margin:5px 15px 5px 0;}
.red {color:#cc0000;}
.start-hidden {display:none;}

em {font-style:normal; font-weight:bold;}
hr {border-top:1px solid #ddd; margin:15px;}
.p {margin-top:1em; margin-bottom:1em;}
button i.fa-spin {display:inline-block; margin-right:10px;}
.microbutton {
	font-size:9pt;
	border-radius:3px;
	font-weight:bold;
	text-transform:uppercase;
}
.microbutton:hover {
	text-decoration:none;
}
a.microbutton {
	padding:1px 3px;
	background-color:#337ab7;
	color:#fff;
}
a.microbutton:hover {
	color:#fff;
	background-color:#286090;
}
button.microbutton {
	padding:2px 3px 1px 3px;
}

[data-toggle='tooltip'] {
	color:#337ab7;
	cursor:pointer;
}

.container-fluid {
	padding-left:15px; padding-right:15px;
}

.page {position:relative;}
.page .panel-container {
	position:relative;
	transition: all 0.3s;
}
.page .start-over {
	position:absolute;
	left:15px; top:15px;
	z-index:1;
}
.page .view-summary {
	position:absolute;
	right:15px; top:15px;
	z-index:1;
}
.panel {
	position:relative;
	height:100%;
	margin-top:60px;
	box-shadow:0 0 15px rgba(0,0,0,0.2);
}
.page .panel button {
	margin:0 auto 15px auto;
}
.panel .icon {
	position:absolute;
	display:inline-block;
	background-color:#337ab7;
	color:#fff;
	width: 115px; height:115px;
	-webkit-border-radius:100%;
	margin-left:-57.5px; top:-60px;
	z-index:2;
}
.panel .icon i {
	line-height:115px;
}
.panel .panel-body {
	margin-top:60px;
}
.panel .panel-body .h3 {
	margin:0 auto 15px auto;
	color:#cc0000;
}
.panel .panel-body .subhead {
	margin:0 15px 30px 15px;
}
.panel .panel-body .subhead2 {
	margin:-15px 15px 30px 15px;
}

.panel .panel-body form, #user-page-info form {text-align:left;}
.panel .panel-body form label, #user-page-info form label {
	display:inline-block;
	width:150px;
	white-space:nowrap;
	text-align:right;
}
.panel .panel-body form input, #user-page-info form input {
	display:inline-block;
	width:calc(100% - 180px);
	margin-left:10px;
	background-color:rgba(97,172,249,0.2);
	font-size:12pt;
}
.panel .panel-body form small, #user-page-info form small {
	display:block;
	padding-left:165px;
	line-height:14px;
	padding-top:3px;
}
.panel .panel-body form button, #user-page-info form button {
	margin:15px 5px;
}
.select-container {
	display:inline-block;
	width:calc(100% - 180px); height:34px;
	background-color:rgba(97,172,249,0.2);
	border: 1px solid #ccc;
	position:relative;
	margin-left:10px;
	overflow:hidden;
	padding: 0 0 4px 0;
	vertical-align:bottom;
	border-radius:3px;
}
.select-container select {
	border: none;
	background: transparent;
	font-size: 12pt;
	padding: 6px 15px 3px 12px;
	-webkit-appearance: none;
	width:100%;
	position:relative;
}
.select-container:after {
	content:"\25BC";
	position:absolute;
	right:0; top:5px;
	vertical-align:middle;
	margin-right:5px;
	pointer-events:none;
	color:#aaa;
}
.select-container.novalue {
	color:#aaa;
}

.check-box {
	display:inline-block;
	position:relative;
	top:-2px;
	background-color:#fff;
	border:3px solid #ccc;
	width:21px; height:22px; line-height:22px;
	border-radius:3px;
	cursor:pointer;
	color:#337ab7;
	vertical-align:middle;
	margin-right:5px;
	transition:0.3s;
}
.check-box:hover {
	border:3px solid #337ab7;
}
.check-box i {
	font-size:10pt;
	display:none;
	position:absolute;
	left:1px; top:2px;
}
.check-box.checked {border:3px solid #337ab7;}
.check-box.checked i {display:inline;}

.radio-button {
	display:inline-block;
	position:relative;
	top:-1px;
	background-color:#fff;
	border:3px solid #ccc;
	width:24px; height:23px; line-height:23px;
	border-radius:100%;
	cursor:pointer;
	color:#337ab7;
	vertical-align:middle;
	margin-right:8px;
	transition:0.3s;
}
.radio-button:hover {
	border:3px solid #337ab7;
}
.radio-button i {
	font-size:9pt;
	display:none;
	position:absolute;
	left:3px; top:3px;
}
.radio-button.selected {border:3px solid #337ab7;}
.radio-button.selected i {display:inline;}

.action-buttons {padding:15px; text-align:center;}
.action-buttons-form {padding-left:160px;}
.page .panel .action-buttons .btn-fwd {margin-left:10px;}
.btn-back {
	float:left;
	margin-left:30px;
}
.btn-fwd {
	float:right;
	margin-right:30px;
}
#user-page-info .form-group button {
	position:relative;
	top:-1px;
	margin:0 10px;
}


/* special fields */
#phone-type-container, #user-page-info form #user-phone-type-container {width:135px;}
#phone-number, #user-page-info form input#user-phone-number {width:calc(100% - 330px);}
#fullname {background:none;border:none;-webkit-box-shadow:none;font-weight:bold;}
#user-page-info form input#user-status-desc {width:200px; max-width:calc(100% - 265px);}

#popup-message .modal-footer {
	border-radius:0 0 10px 10px;
}
#popup-message .modal-body-footer {
	text-align:center;
	padding-bottom:15px;
	/* Use this for a generic footer that appears as part of the body with no background or stylization */
}


#login-window .modal-dialog, #update-password .modal-dialog, #forgot-window .modal-dialog {
	height:400px;
	left:50%; top:50%;
	margin-left:-200px;
	margin-top:-240px;
}
#login-window .modal-content, #update-password .modal-content, #forgot-window .modal-content {
	margin-top:100px;
	width:400px;
	padding:0 5px;
}
#forgot-window .modal-dialog {
	margin-left:-270px;
	margin-top:-230px;
}
#forgot-window .modal-content {
	width:540px;
}

#login-window .modal-body, #update-password .modal-body {
	padding:50px 30px 15px 30px;
}
#login-window h3, #update-password h3, #forgot-window h3 {margin:30px 0; color:#cc0000;}
#forgot-window h3 {margin:60px 0 30px 0;}
#login-window input, #update-password input, #forgot-window input {
	background-color: rgba(97,172,249,0.2);
}
#forgot-window .input-group {width:100%;}
#forgot .input-group.forgot-step2 {text-align:right;}
#forgot label {position:relative; top:7px; right:15px;}
#forgot-code, #forgot-password {width:250px; float:right;}
#login-window button, #update-password button, #forgot button {
	margin:10px 5px;
}
#forgot-password-container {margin-bottom:25px;}
.popup-img, #login-window .login-img, #forgot-window .login-img {
	background-color: #337ab7;
	color: #fff;
	width: 115px; height: 115px;
	position:absolute;
	top:-57.5px; left:50%;
	margin-left:-57.5px;
	-webkit-border-radius: 100%;
}
.popup-img i, #login-window .login-img i, #forgot-window .login-img i {line-height:115px;}
#forgot-message {margin:-15px auto 30px auto;}

#step-3 .panel {
	border:none;
	height:100%;
	border:1px solid rgba(97,172,249,0.4);
	box-shadow:none;
	background-color:#eff0f5;
	margin-top:0;
}
#step-3 .panel-heading {
	text-align:center;
	font-size:14pt;
	font-weight:bold;
}
#step-3 .panel-body {
	margin-top:0;
}
#step-3 .panel-body ul {margin-bottom:75px;}
#step-3 .bottom-button {
	text-align:center;
	width:calc(100% - 30px);
	position:absolute;
	bottom:15px;
}
#step-3 .button-container {width:100%; text-align:center;}



#step-4 {text-align:left;}
.license, .user-license {
	text-align:left;
	padding:0 15px 15px 15px;
}
.license:after, .user-license:after {
	content:"";
	display:block;
	margin-left:30px;
	border-bottom:1px solid #ccc;
}
.license-body, .license-options, #license-options-amateur {
	margin-left:30px;
	margin-bottom:15px;
}
.license .price, .user-license .price {
	float:right;
	margin:0 0 25px 30px;
	padding:4px 8px;
	background-color:#eee;
	color:#bbb;
	border-radius:3px;
	font-size:13pt;
}
.license .price.selected, .user-license .price.selected {
	background-color:#1f8a57;
	color:#fff;
}
.license .h6, .user-license .h6 {padding-bottom:0;}
.license small, .user-license small {
	display:block;
	margin-left:33px;
	margin-top:-10px;
}
#show-license-extras {
	margin-left:45px;
	margin-bottom:-30px;
}

#license-total, .qr-total {
	text-align:center;
	margin-bottom:30px;
}
#ur-total {margin-bottom:15px;}
#license-total .h1, .qr-total .h1 {
	color:#1f8a57;
	margin:0;
}
#license-total .h1:before, .qr-total .h1:before {
	content:"$";
	color:#1f8a57;
	font-size:15pt;
	position:relative;
	top:-12px;
}
/* #license-adjudicator .error, #license-invigilator .error, .license-chairman .error { */
.license .license-heading-title > .error {
	background-color:red;
	color:#fff;
	font-weight:bold;
	padding:2px 4px;
	border-radius:3px;	
}

#credentials, #user-credentials-edit {
	text-align:left;
	padding:0 15px;
	width:100%;
	max-width:630px;
	margin:0 auto 30px auto;
}
.credential {
	margin-top:30px;
	margin-bottom:15px;
}
.credential-content {
	margin-top:20px;
	margin-left:30px;
	height:75px;
}
.credential .form-group {
	margin-bottom:5px;
}
.credential .form-group:last-child {
	margin-bottom:30px;
}
#credentials label, #user-credentials-edit label {
	width:120px;
	white-space:nowrap;
	overflow-x:hidden;
}
#credentials .select-container, #user-credentials-edit .select-container {
	display:inline-block;
	width:calc(100% - 150px);
	max-width:420px;
}
#credentials .select-container.error, #user-credentials-edit .select-container.error {
	color:#000;
	border:1px solid red;
}
#credentials .credential-msg {
	margin-left:135px;
}

.nav-tabs {margin:0 15px 15px 15px;}
.nav-tabs>li {cursor:pointer !important;}
.nav-tabs>li>a {color:#aaa; cursor:pointer !important;}
.nav-tabs>li.active>a {color:#337ab7;}
.nav-tabs>li>a>i {display:inline; padding-right:5px;}

.registration-summary-panel, .user-summary-container {
	display:inline-block;
	width:calc(50% - 4px);
	text-align:center; vertical-align:top;
	padding:0 15px;
}
@media (max-width:940px) {.registration-summary-panel, .user-summary-container {display:block;width:100%; margin:0; overflow-x:hidden;}}
@media (max-width:450px) {.registration-summary-panel, .user-summary-container table tr td:last-child {word-break:break-all;}}

#registration-summary table, .user-summary-container table {width:100%; margin-bottom:15px;}
#registration-summary-contact, #registration-summary-licenses {
	width:auto;
	margin:0 auto;
	text-align:left;
}
#registration-summary td, .user-summary-container td {
	text-align:left;
	vertical-align:top;
	padding:3px 6px;
}
#registration-summary tr:nth-child(odd), .user-summary-container tr:nth-child(odd) {background-color:#eff0f5;}
#registration-summary h5, #qr-list h5, #user-renewals h5, #summary-list h5, .user-summary-container h5 {
	background-color: #337ab7;
	padding:4px 8px;
	border-radius:3px;
	color:#fff;
}
#registration-summary label, .user-summary-container label {padding-right:15px; margin-bottom:0;}
#registration-summary .microbutton, .user-summary-container .addToRenewList {
	float:right;
	margin-top:10px;
}
#registration-summary-licenses table tr td:last-child, .user-summary-licenses table tr td:last-child {
	text-align:right; font-weight:bold;
}
.registration-summary-license-spacer td, .user-summary-license-spacer td {
	height:10px;
	background-color:#fff !important;
	border-bottom:1px solid #337ab7;
}
.registration-summary-license-total td, .user-summary-license-total td {
	font-weight:bold;
	padding-top:10px;
	background-color:#fff !important;
}

#registration-summary #registration-additional-options {
	text-align:left;
	padding:0 15px 15px 15px;
}
#registration-summary #registration-additional-options > div {
	padding-top:10px;
}
#registration-summary #registration-additional-options p {
	padding-left:30px;
}

#registration-summary #agreement {
	padding:0 15px;
}

#signature-container {
	position:relative;
	width:100%;
	max-width:600px;
	border:1px solid #ccc;
	box-shadow:0 0 10px rgba(0,0,90,0.2);
	text-align:center;
	margin:15px auto;
}
#signature-container span {
	font-size:18pt;
	position:absolute;
	left:25px; bottom:15px;
	color:#337ab7;
}
#signature {
	display:inline-block;
	width:100%; height:100%;
	border:none;
	font-size:32pt;
	font-family:"Mr De Haviland", cursive;
	text-align:center;
	padding:5px 10px;
	color:#337ab7;
}
.page .panel .panel-body form #signature {
	background-color:#fff !important;
	margin:0 !important;
}
#signature-container.error {border:1px solid red;}
#signature-container.error span {color:red;}

#official-signatures-list {
	margin-top:30px;
	border-bottom:1px dashed #ccc;
}
#official-signatures .official-signature-wrapper {
	border-top:1px dashed #ccc;
	margin:10px 0;
	padding:10px 0;
	text-align:center;
}
#official-signatures .official-signature-wrapper > div {
	font-style:italic;
}
#official-signatures .official-signature-wrapper > input {
	width:100%;
	max-width:600px;
	margin:0 auto;
    background-color: rgba(97,172,249,0.2);
    border:1px solid #ccc;
    font-size: 32pt;
    font-family: "Mr De Haviland", cursive;
    display:block;
    padding:5px 10px;
    text-align:center;
}
#official-signatures .official-signature-wrapper > small {
	text-transform:uppercase;
}
#official-signature-errors {
	margin-top:10px;
	text-align:center;
}

.StripeElement {
	font-size:13pt !important;
	box-sizing: border-box;
	height:34px;	
	padding:8px 12px;
	margin-left:10px;
	border:1px solid #ccc;
	border-radius:4px;
	background-color:rgba(97,172,249,0.2);
}
.StripeElement--focus {box-shadow: 0 1px 3px 0 #cfd7df;}
.StripeElement--invalid {border-color: #fa755a;}
.StripeElement--webkit-autofill {background-color: #fefde5 !important;}
#form-group-card-number {position:relative;}
#card-number, #card-expiration, #card-cvv, #card-zip {
	display:inline-block;
	width:calc(100% - 180px);
	height:34px;
	margin:0 0 0 10px;
	white-space:nowrap;
	overflow-y:hidden;
}
#form-group-card-number label, #form-group-expiration label, #form-group-cvv label, #form-group-zip label {
	position:relative;
	top:-10px;
}
#payment-form .form-group {
	height:45px;
}
#payment-form .form-group small {color:red; padding-top:0;}
#form-group-card-number small, #form-group-expiration small, #form-group-cvv small, #form-group-zip small {
	margin-top:-10px;
}

#qr-search-panel {
	min-height:500px;
	padding-left:30px; padding-right:30px;
}
#ur-search-form-container {
	display:block;
}


#user-info hr {margin-bottom:30px;}
.qr-search-form {position:relative;}
.qr-search-form .form-group {margin-bottom:0;}
#user-page-info .qr-search, .qr-search {
	display:inline-block;
	margin:0 !important;
	padding-left:45px; padding-right:45px;
	width:calc(100% - 80px) !important;
}
.qr-search-form i.search-icon {
	position:absolute;
	top:5px; left:10px;
	color:#337ab7;
	font-size:20pt;
}
.qr-search-button {
	position:absolute;
	right:0 !important; top:0 !important;
	margin:0 !important;
}
.qr-search-results {
	position:absolute;
	top:40px; left:0;
	width:100%;
	margin:0;
	background-color:rgba(255,255,255,0.95);
	z-index:30;
}
.qr-search-results ul {
	list-style-type:none;
	margin:0; padding:15px;
	width:100%;
	background-color:rgba(97,172,249,0.05);
	border:1px solid #ccc;
}
.qr-search-results ul li {
	padding:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	color:#337ab7;
	cursor:auto;
}
.qr-search-results ul li.renewable {
	opacity:1.0;
	filter:alpha(opacity=100);
	cursor:pointer;
}
.qr-search-results ul li.renewable:hover {
	text-shadow:0 0 1px rgba(97,172,249,0.9);
}
.qr-search-results ul li span {
	display:inline-block;
	position:relative;
	white-space:nowrap;
	overflow-x:hidden;
	text-overflow:ellipsis;
	margin:0; top:4px;
}
.qr-search-results ul li span i {
	position:absolute;
	left:0; top:2px;
	width:20px;
	text-align:center;
}
.qr-search-results ul li .qr-name {width:240px;}
.qr-search-results ul li .qr-loc {width:200px;}
.qr-search-results ul li .qr-name, .qr-search-results ul li .qr-status {padding-left:30px;}
#qr-hint, .qr-list {
	display:none;
	margin-top:15px;
	text-align:left;
}
.qr-list table, #ur-search-form-container, #user-renewals table, #summary-list table, #ur-hint {
	width:750px;
	margin:0 auto 30px auto;
}
#ur-hint {margin-top:15px;}
#ur-search-form-container {
	margin-bottom:0 !important;
}
.qr-list table tr td, #summary-list table tr td {
	padding:5px 10px;
	text-align:left;
	vertical-align:top;
	position:relative;
	border-top:1px solid #ddd;
}
.qr-list table tr td h5, #user-renewals table tr td h5 {
	width:100%;
	text-align:center;
	font-weight:normal;
	border-radius:0 !important;
	font-size:11pt;
	text-transform:uppercase;
	text-align:left;
}
.qr-list table tr td:first-child h5, #user-renewals table tr td:first-child h5 {border-radius:3px 0 0 3px !important;}
.qr-list table tr td:last-child h5, #user-renewals table tr td:last-child h5 {border-radius:0 3px 3px 0 !important;}
.qr-list table tr td:first-child i, #user-renewals table tr td:first-child i {position:relative;}
.qr-list table tr td:first-child i:hover, #user-renewals table tr td:first-child i:hover {
	color:red;
	transition:0.25s;
	cursor:pointer;
}
.qr-list table tr td:last-child, #user-renewals table tr td:last-child, #summary-list table tr:last-child td:last-child {
	text-align:right;
	padding-left:15px;
	color:#1f8a57;
	font-weight:bold;
}
.qr-list table tr:first-child td {
	padding:0 !important;
	border-bottom:none;
	text-align:left;
}

#payment .h3 {margin-top:15px;}
#payment-form-container {
	width:750px;
	margin:0 auto;
}
#summary-list {margin-bottom:60px;}
#summary-list table tr td:last-child {text-align:right;}
#payment-wait {
	opacity:0.75;
	cursor:not-allowed;
}


.user-panel {
	background-color:#fff;
	box-shadow:0 0 15px rgba(0,0,0,0.2);
	border-radius:4px;
	margin:0 15px;
	padding:15px;
}
#user-page .action-buttons-bottom .col {
	text-align:right;
	padding:15px;
}
#user-page h5 .microbutton {
	border:none;
	float:right;
	padding:2px 5px 1px 5px;
}
#user-page h5 .microbutton:focus {
	outline:none;
}
#user-page h4 {margin:15px auto 30px auto;}
#user-page .action-buttons {
	position:relative;
	padding-bottom:45px;
}
#user-page #user-renewals {
	margin-bottom:30px;
}
#user-page #ur-list .action-buttons {
	padding-bottom:0;
}
#user-page .action-buttons button {
	margin:0;
}
#user-credentials-edit .action-buttons {margin:0; padding:10px 0 45px 0 !important;}
#user-credentials-edit-msg {
	clear:both;
	width:100%;
}

#user-menu {
	display:inline-block;
	width:45px;
	position:absolute;
	right:45px; top:30px;
}
#user-menu-trigger {
	display:inline-block;
	width:38px; height:38px; line-height:40px;
	color:#fff;
	padding:4px 6px;
	border-radius:5px;
	cursor:pointer;
	background-color:#337ab7;
}
#user-menu-trigger i {
	font-size:20pt;
}
#user-menu-trigger:hover {
	background: -moz-linear-gradient(top, #337ab7 0%, #1e1e4d 100%);
	background: -webkit-linear-gradient(top, #337ab7 0%,#1e1e4d 100%);
	background: linear-gradient(to bottom, #337ab7 0%,#1e1e4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337ab7', endColorstr='#1e1e4d',GradientType=0);
}
#user-menu .dropdown-menu {
	left:auto !important;
	right:0 !important;
	float:right !important;
	padding:10px 15px;
}
#user-menu .dropdown-item {
	display:block;
	text-align:right;
	font-size:12pt;
	white-space:nowrap;
	padding:2.5px;
	border:none;
}
#user-menu .dropdown-item:hover {
	text-decoration:none;
}

.user-summary-credentials tr td:first-child {
	text-align:center;
	vertical-align:middle;
}
.user-summary-credentials tr.credential-approved td {
	color:green;
}
.user-summary-credentials tr.credential-pending td {
	font-style:italic;
	color:#aaa;
}

@media (max-width:1200px) {

}

@media (max-width:992px) {

	#qr-list table, #ur-search-form-container, #user-renewals table, #summary-list table, #ur-hint {
		width:700px;
	}

}
@media (max-width:820px) {#qr-list table, #ur-search-form-container, #user-renewals table, #summary-list table {width:100%;}}

@media (max-width:767px) {
	
	#headline {margin-bottom:0;}
	.page .panel {
		margin-top:0;
		margin-left:60px; margin-right:15px;
	}
	.page .start-over, #page-2 .start-over {
		top:-45px; left:75px;	
	}
	.page .view-summary {
		top:-45px; right:30px;
	}
	.page .panel .icon {
		margin-left:0;
		top:15px; left:-60px;
		position:absolute;
	}
	.page .panel .panel-body {
		margin-top:0;
	}
	.page .panel .panel-body .h3 {
		text-align:right;
		padding-right:15px;
		color:#337ab7;	
	}
	.page .panel .panel-body .subhead {
		margin-left:60px;
	}
	.page .panel .panel-body form label, #user-page-info form label {display:none;}
	.page .panel .panel-body form input,
	.page .panel .panel-body form .select-container,
	#user-page-info form input,
	#user-page-info form .select-container
		{width:calc(100% - 15px);}
	.page .panel .panel-body form small {padding-left:15px;}

	.action-buttons {padding:0;}
	.action-buttons-form {padding-left:5px;}
	
	#phone-number, #user-page-info form input#user-phone-number {width:calc(100% - 165px);}
	
	#step-3 .container-fluid {padding-left:0; padding-right:0;}
	#step-3 .panel {margin-left:15px;}

	.step-4 .col-sm-12 {
		margin-left:60px;
		margin-right:15px;
	}
	#show-license-extras {margin-bottom:0;}

	#qr-list table, #ur-search-form-container, #user-renewals table, #summary-list table, #ur-hint {
		width:100%;
	}
	.renew-registrant-location {display:none;}

	#user-page .action-buttons-bottom .col {text-align:auto;}
	#user-page .action-buttons-bottom .col button {
		display:block;
		width:100%;
	}
	
}

@media (max-width:500px) {
	
	.page .col-sm-6, .page .col-sm-12 {padding-top:30px;}
	.page .panel {margin-left:0; margin-right:0;}
	.page .panel .icon {
		left:15px; top:-30px;
		width:75px; height:75px;
	}
	.page .panel .icon i {
		font-size:36pt;
		line-height:75px;
	}
	.page .panel .panel-body .subhead, .page .panel .panel-body .subhead2 {margin-left:0; margin-right:0;}
	.page .start-over, #page-2 .start-over {left:auto; right:15px; top:-15px;}
	.page .view-summary {left:auto; right:115px; top:-15px;}
	#step-3 .panel {margin-left:0;}
	#pro-container, #am-container {padding-top:0;}
	#step-1 .h3, #step-2 .h3, #step-3 .h3 {margin-left:90px;}

	.step-4 .col-sm-12 {
		margin-left:0;
		margin-right:0;
	}

}