body {
	background: #818181 url(../images/form-body-bg.jpg) repeat-x;
	margin: 0;
}

.form-wrapper {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 40px auto;
	max-width: 96%;
}

.form-wrapper img {
	border: none;
}

.form-wrapper a {
	text-decoration: none;
}

.form-wrapper a:hover {
	text-decoration: underline;
}

.form-header {
	text-align: center;
}

.form-header h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 12px 0 0;
}

.form-footer {
	color: #414141;
	margin-top: 25px;
	text-align: center;
}

.form-footer a {
	color: #000;
	font-weight: bold;
}

.form-header + .form-message {
	margin-top: 25px;
}

.form-row:after,
.column-wrapper:after {
	clear: both;
	content: '';
	display: block;
}

.form-row + .form-row {
	margin: 15px 0 0;
}

.form-row.btn-wrapper {
	text-align: right;
}

.form-row label {
	color: #000;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

.form-row input,
.form-row select,
.form-row textarea {
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 8px;
	width: 100%;
}

.form-row input[type=radio],
.form-row input[type=checkbox],
.form-row input[type=submit],
.form-row input[type=button],
.form-row input[type=reset] {
	width: auto;
}

.form-row .btn {
	background: #8d8d8d url(../images/bg-btn.jpg) repeat-x;
	border-color: #828282;
	border-radius: 5px;
	padding: 8px 20px;
}

.form-row .btn-cancel {
	background: #c7c7c7 url(../images/bg-btn.jpg) 0 200px no-repeat;
	border-color: #b7b7b7;
	border-radius: 5px;
	padding: 8px 20px;
}

.form-error {
	color: #d00;
}

.form-success {
	color: green;
	font-size: 12px;
}

label.error {
	color: #d00;
	font-size: 12px;
}

.required {
	color: #d00;
}

.forgot-password {
	text-align: right;
}

.captcha-row input {
	vertical-align: middle;
	width: 60px;
}

.captcha-row img {
	vertical-align: middle;
}

.form-row .inline-checkbox {
	float: left;
	margin-top: 3px;
	width: 33%;
}

.form-row .inline-checkbox label {
	display: inline-block;
	font-size: 12px;
}

.form-row .inline-checkbox input {
	border: none;
	padding: 0;
	margin: 0 5px .2em 0;
	vertical-align: middle;
}

.column-wrapper .column-half {
	width: 47%;
	float: left;
}

.column-wrapper .column-half + .column-half {
	margin-left: 6%;
}

.panel-wrapper {
	background: #fbfbfb;
	border: 1px solid #fff;
	border-radius: 5px;
	margin-top: 25px;
}

.panel-wrapper a {
	color: #777;
	font-style: italic;
	text-decoration: none;
}

.panel-wrapper .panel-header {
	background: #cfcfcf;
	border-radius: 5px 5px 0 0;
	padding: 15px 20px;
}

.panel-wrapper .panel-header h3 {
	font-size: 18px;
	margin: 0;
}

.panel-wrapper .panel-header small {
	display: block;
	font-size: 11px;
	margin: 5px 0 0;
}

.panel-wrapper .panel-body {
	padding: 20px;
}

.form-login {
	width: 350px;
}

.form-register {
	width: 660px;
}

.form-subscription {
	width: 850px;
}

.form-wrapper hr {
	background: #ccc;
	border: none;
	height: 1px;
	margin: 15px 0;
}

.logged-user-info {
	color: #666;
	margin-bottom: 10px;
}

.logged-user-info .column-half + .column-half {
	text-align: right;
	position: relative;
}

.logged-user-info a {
	background: #c7c7c7 url(../images/bg-btn.jpg);
	border-color: #828282;
	border-radius: 3px;
	color: #000;
	display: inline-block;
	font-weight: 700;
	padding: 4px 8px;
	margin: 0 0 5px;
}

.logged-user-info a:hover {
	background: #c7c7c7 url(../images/bg-btn.jpg) 0 200px no-repeat;
	border-color: #b7b7b7;
	text-decoration: none;
}

.responsive-table table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}

.responsive-table table th,
.responsive-table table td {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}

.responsive-table table th {
	background: #eee;
}

table.table-no-border,
.table-no-border table th,
table.table-no-border td,
.responsive-table table.table-no-border,
.responsive-table table.table-no-border th,
.responsive-table table.table-no-border td {
	border: none;
}

table.table-no-padding th,
table.table-no-padding td,
.responsive-table table.table-no-padding th,
.responsive-table table.table-no-padding td {
	padding: 0;
}

.text-center,
.responsive-table table .text-center,
.responsive-table table .text-center td {
	text-align: center;
}

table ~ input {
	margin-top: 5px;
}

.logged-user-info .column-half + .column-half > span {
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

body .btn-primary {
	background: #4db03a url(../images/bg-btn-primary.jpg);
	border-color: #4db03a;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	padding: 4px 8px;
}

body .btn-primary:hover {
	background: #4db03a url(../images/bg-btn-primary.jpg) 0 200px no-repeat;
	border-color: #42a42f;
	text-decoration: none;
}

.subscription-table .btn-primary,
.accessplans-table .btn-primary {
	display: block;
}

.help-me-decide {
	width: 660px;
}

.device-description {
	background: url(../images/bg-device-shadow.jpg) no-repeat center bottom;
	color: #111;
	font-size: 16px;
	padding-bottom: 36px;
	text-align: center;
}

.device-description p {
	margin: 0;
}

.device-description h3,
.device-description h4 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
}

.device-description .column-wrapper {
	display: table;
	font-size: 14px;
	padding: 15px 0;
	width: 100%;
}

.device-description .column-wrapper .col-device {
	display: table-cell;
	width: 15%;
	position: relative;
}

.device-description .column-wrapper figure {
	margin: 0;
}

.device-description .column-wrapper .col-device-1 {
	width: 30%;
}

.device-description .column-wrapper .col-device-2 {
	background: url(../images/bg-device-add.jpg) no-repeat center;
	min-height: 50px;
}

.device-description .column-wrapper .col-device-3 {
	width: 30%;
}

.device-description .column-wrapper .col-device-4 {
	text-align: left;
	width: 25%;
}

.device-description .column-wrapper .device-suggestion {
	background: url(../images/bg-device-equals.jpg) no-repeat left center;
	margin-top: 40px;
	padding-left: 30px;
}

.help-me-decide .help-text {
	color: #737272;
	margin-left: 47px;
}

.device-message {
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .4);
	color: #737272;
	font-size: 12px;
	line-height: 1.15;
	padding: 5px;
	position: absolute;
	text-align: left;
	width: 130px;
	z-index: 9;
}

.device-description .column-wrapper .col-device-1 .device-message {
	left: 135px;
	top: 15px;
}

.device-description .column-wrapper .col-device-3 .device-message {
	right: 155px;
	top: 75px;
}


/*  ====================================  Index page  ====================================  */
img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}

.site-wrapper {
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 40px auto;
	max-width: 96%;
	width: 990px;
}

#site-contents {
	background: #fff;
	margin-top: 30px;
	padding: 0 10px 20px;
}

#site-navigation {
	background: #3f3f3f url(../images/bg-navigation.jpg) repeat-x top;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	padding: 18px;
	text-align: center;
	text-shadow: 0 2px 1px #000;
}

#sub-navigation {
	background: url(../images/bg-sub-navigation.png) repeat-x center bottom;
	color: #585858;
	font-size: 13px;
	line-height: 1;
	padding: 10px 0 41px;
	text-align: center;
}

#site-navigation ul,
#site-navigation li,
#sub-navigation ul,
#sub-navigation li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-navigation li + li,
#sub-navigation li + li {
	border-left: 1px solid;
	margin-left: 8px;
	padding-left: 10px;
}

#site-navigation a {
	color: #fff;
	text-decoration: none;
}

#sub-navigation a {
	color: #585858;
	text-decoration: none;
}

#site-navigation a:hover,
#sub-navigation a:hover {
	text-decoration: underline;
}

#site-content-wrapper:after {
	clear: both;
	content: '';
	display: block;
}

#left-sidebar {
	float: left;
	margin-right: 25px;
	width: 169px;
}

#left-sidebar .widget-sidebar {
	margin: 0;
	position: relative;
}

#left-sidebar .widget-sidebar + .widget-sidebar {
	margin-top: 16px;
}

#left-sidebar .widget-sidebar h3 {
	background: #585858;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 8px 12px;
}

#left-sidebar .widget-sidebar h3 .mobile-menu {
	display: none;
	float: right;
	padding: 1px;
}

#left-sidebar nav.widget-sidebar {
	background: #fefefe url(../images/bg-sidebar-navigation.jpg) repeat-y right;
	border: 1px solid #e2e2e2;
}

#left-sidebar nav.widget-sidebar ul {
	list-style: none;
	margin: 5px 0 0;
	padding: 0;
}

#left-sidebar nav.widget-sidebar li + li {
	border-top: 1px solid #e2e2e2;
}

#left-sidebar nav.widget-sidebar a {
	color: #585858;
	display: block;
	font-size: 13px;
	padding: 5px 12px;
	text-decoration: none;
	transition: all .2s linear;
}

#left-sidebar nav.widget-sidebar li a:hover {
	background: #efeeee;
}

#left-sidebar figure.widget-sidebar {
	color: #585858;
	font-size: 11.16px;
}

#left-sidebar figure.widget-sidebar img {
	border: 5px solid #dedede;
}

#right-sidebar {
	background: url(../images/bg-sidebar-seperator.jpg) left center no-repeat;
	float: right;
	margin-left: 25px;
	padding-left: 16px;
	width: 194px;
}

#right-sidebar .widget-sidebar {
	background: #e2e2e2 url(../images/bg-sidebar-widget.jpg) repeat-x top;
	border: 1px solid #e6e7e7;
	color: #363535;
	position: relative;
}

#right-sidebar .widget-shadow {
	background: url(../images/bg-widget-shadow.png) center top no-repeat;
	height: 58px;
}

#right-sidebar .widget-sidebar > p {
	margin: 10px;
}

#right-sidebar .widget-sidebar > h3 {
	color: #1f1f1f;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 8px 12px;
}

#right-sidebar .widget-sidebar .icon-new {
	background: url(../images/icon-new.png);
	display: block;
	height: 44px;
	position: absolute;
	right: 10px;
	top: -22px;
	width: 44px;
}

#content-wrapper {
	overflow: hidden;
}

#content-wrapper a {
	color: #585858;
	display: inline-block;
	text-decoration: none;
}

#content-wrapper a:hover {
	color: #000;
}

#content-wrapper h5 {
	color: #000;
	font-size: 15px;
	font-weight: normal;
}

#site-footer {
	background: #4d4d4d;
	color: #fff;
	padding: 15px;
}

#site-footer a {
	color: #fff;
	text-decoration: none;
}

.bordered-image img {
	border: 10px solid #e9e8e8;
}

.mobile-menu {
	display: none;
	padding: 10px;
}

.mobile-menu .menu-bar {
	background: #fff;
	display: block;
	height: 2px;
	width: 20px;
}

.mobile-menu .menu-bar + .menu-bar {
	margin-top: 4px;
}

#sub-navigation .mobile-menu .menu-bar {
	background: #000;
}

figure {
	margin: 0;
}

figure img {
	display: block;
	margin: auto;
}

hr.shadow {
	background: url(../images/bg-hr-shadow.jpg) no-repeat center;
	border: none;
	height: 31px;
}

.text-red,
.text-red a {
	color: #c90000;
	text-decoration: none;
}

.radarover {
	position: relative;
	padding-top: 72%;
}

.radarover .inner {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#content-wrapper .radarover .inner a {
	display: block;
}

.mb30 {
	margin-bottom: 30px;
}

/*---------Write By Koli ---------*/
.logout-body .panel-body {
	text-align: center;
}

.logout-body .panel-body h3 {
	font-size: 18px !important;
}

.logout-body .panel-body p.heading-sub {
	font-size: 16px;
	line-height: 24px;
}

.logout-body .panel-body footer a {
	font-weight: bolder;
	color: #006699;
}

.logout-body .panel-body p.buton a {
	background: #8d8d8d url(../images/bg-btn.jpg) repeat-x;
	border-color: #828282;
	border-radius: 5px;
	padding: 8px 20px;
	width: auto;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	font-style: inherit;
}

.list_subscription .column-full {
	text-align: right;
	margin: 15px 0 -10px;
}

.list_subscription .column-full a {
	background: none;
	padding: 0;
	margin: 0;
	color: #006699;
}

.list_subscription td,
.list_subscription th {
	font-size: 12px;
}

.backtopage a {
	color: #006699;
	text-decoration: underline;
}

.footer-new.form-footer p {
	line-height: 20px;
}

.responsive-table table.list-account-data th,
.responsive-table table.list-account-data td {
	padding: 10px 5px;
}

.responsive-table table.list-account-data td[align=center] {
	text-align: center;
}

.responsive-table table.list-account-data td[align=center] a {
	text-align: center;
	color: #006699;
	font-weight: bold;
}

.anchor-button,
.update-your-account input[type=submit] {
	background: #8d8d8d url(../images/bg-btn.jpg) repeat-x;
	border-color: #828282 !important;
	border-radius: 5px !important;
	padding: 8px 20px !important;
	width: auto !important;
}

.anchor-button,
.update-your-account input {
	width: 100%;
	padding: 8px 5px;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

a.anchor-button {
	display: inline-block;
	margin: 25px 0;
	color: #000;
	font-style: normal;
}

a.anchor-button:hover {
	text-decoration: none;
}

.alert-box {
	color: #fff;
	margin: 5px 0;
	padding: 4px;
	border-radius: 3px;
	right: 0;
	display: inline-block;
}

.alert-active {
	margin: 1px 0;
	padding: 0;
	background: transparent;
	color: green;
	font-weight: bold;
	float: left;
}

.alert-close {
	color: #000;
	background-color: yellow;
}

.alert-expired {
	margin: 1px 0;
	padding: 0;
	background: transparent;
	color: red;
	font-weight: bold;
	float: left;
}

.active-content {
	text-align: left;
}

.active-content h3 {
	margin: 0 0 12px;
	text-align: left;
	border-bottom: 1px solid #000;
	padding: 0 0 5px;
}

.active-content p {
	text-align: center;
}

.active-content p a {
	margin: 10px 0px;
}

.tob {
	width: 316px;
	float: right;
}

.bottm {
	width: 316px;
	float: right;
	text-align: left;
}

/*--------- Responsive ---------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.hide-tablet {
		display: none;
	}
}

@media screen and (max-width: 850px) {
	.buton-section {
		width: 100%;
		float: left;
		text-align: center;
	}

	.tob,
	.bottm {
		width: 316px;
		float: left;
	}

	.hide-small {
		display: none;
	}

	.form-row .inline-checkbox {
		width: 50%;
	}

	.logged-user-info .column-half,
	#site-content-wrapper .column-half,
	.form-header .column-half {
		float: none;
		margin: auto;
		text-align: center;
		width: auto;
	}

	.logged-user-info .column-half + .column-half,
	#site-content-wrapper .column-half + .column-half,
	.form-header .column-half + .column-half {
		margin: 15px auto auto;
		text-align: center;
		max-width: 320px;
	}

	.responsive-table table thead {
		display: none;
	}

	.responsive-table table tr,
	.responsive-table table th,
	.responsive-table table td {
		display: block;
	}

	.responsive-table table tr {
		background: #eee;
	}

	.responsive-table table tr + tr {
		margin-top: 25px;
	}

	.responsive-table table {
		border: none;
	}

	.responsive-table table th,
	.responsive-table table td {
		border: none;
	}

	.responsive-table table td + td {
		border-top: 1px solid #ccc;
	}

	.responsive-table table.update-your-account tr + tr {
		margin-top: 0px !important;
	}

	table.subscription-table.update-your-account > tbody > tr > td {
		padding-top: 0;
	}

	table.subscription-table.update-your-account > tbody > tr > td:before {
		display: none !important;
	}

	table.subscription-table.wifi-subscription > tbody > tr > td:nth-child(1):before,
	table.subscription-table.wifi-subscription > tbody > tr > td:nth-child(2):before,
	table.subscription-table.wifi-subscription > tbody > tr > td:nth-child(3):before,
	table.subscription-table.wifi-subscription > tbody > tr > td:nth-child(4):before,
	table.subscription-table.wifi-subscription > tbody > tr > td:nth-child(5):before,
	table.subscription-table.wifi-subscription > tbody > tr > td:nth-child(6):before,
	table.subscription-table.wifi-subscription > tbody > tr > td:nth-child(7):before,
	table.subscription-table.list-account-data > tbody > tr > td:nth-child(1):before,
	table.subscription-table.list-account-data > tbody > tr > td:nth-child(2):before,
	table.subscription-table.list-account-data > tbody > tr > td:nth-child(31):before,
	table.subscription-table.list-account-data > tbody > tr > td:nth-child(4):before,
	table.subscription-table.list-account-data > tbody > tr > td:nth-child(5):before,
	table.subscription-table.list-account-data > tbody > tr > td:nth-child(6):before,
	table.subscription-table.list-account-data > tbody > tr > td:nth-child(7):before,
	table.subscription-table.list-account-data > tbody > tr > td:nth-child(8):before,
	table.subscription-table.list-account-data > tbody > tr > td:nth-child(9):before,
	table.subscription-table.list-recent-login-history > tbody > tr > td:nth-child(1):before,
	table.subscription-table.list-recent-login-history > tbody > tr > td:nth-child(2):before,
	table.subscription-table.list-recent-login-history > tbody > tr > td:nth-child(3):before,
	table.subscription-table.list-recent-login-history > tbody > tr > td:nth-child(94):before {
		font-weight: 700;
	}

	table.subscription-table.list-recent-login-history > tbody > tr > td:nth-child(1):before {
		content: 'ID: ';
	}

	table.subscription-table.list-recent-login-history > tbody > tr > td:nth-child(2):before {
		content: 'User ID: ';
	}

	table.subscription-table.list-recent-login-history > tbody > tr > td:nth-child(3):before {
		content: 'Reply (Accept/Deny): ';
	}

	table.subscription-table.list-recent-login-history > tbody > tr > td:nth-child(4):before {
		content: 'Date: ';
	}

	table.subscription-table.list-account-data > tbody > tr > td:nth-child(1):before {
		content: 'User ID: ';
	}

	table.subscription-table.list-account-data > tbody > tr > td:nth-child(2):before {
		content: 'First Name:';
	}

	table.subscription-table.list-account-data > tbody > tr > td:nth-child(3):before {
		content: 'Last Name: ';
	}

	table.subscription-table.list-account-data > tbody > tr > td:nth-child(4):before {
		content: 'Email: ';
	}

	table.subscription-table.list-account-data > tbody > tr > td:nth-child(5):before {
		content: 'Password: ';
	}

	table.subscription-table.list-account-data > tbody > tr > td:nth-child(6):before {
		content: 'Security PIN: ';
	}

	table.subscription-table.list-account-data > tbody > tr > td:nth-child(7):before {
		content: 'Last Updated: ';
	}

	table.subscription-table.list-account-data > tbody > tr > td:nth-child(8):before {
		content: 'Account Update: ';
	}

	table.subscription-table.list-account-data > tbody > tr > td:nth-child(9):before {
		content: 'WiFi Login History: ';
	}

	table.subscription-table.wifi-subscription > tbody > tr > td:nth-child(1):before {
		content: 'Associated Username: ';
	}

	table.subscription-table.wifi-subscription > tbody > tr > td:nth-child(2):before {
		content: 'Payment Date: ';
	}

	table.subscription-table.wifi-subscription > tbody > tr > td:nth-child(3):before {
		content: 'Transaction ID: ';
	}

	table.subscription-table.wifi-subscription > tbody > tr > td:nth-child(4):before {
		content: 'Payment Status: ';
	}

	table.subscription-table.wifi-subscription > tbody > tr > td:nth-child(5):before {
		content: 'Subscription: ';
	}

	table.subscription-table.wifi-subscription > tbody > tr > td:nth-child(6):before {
		content: 'Qty: ';
	}

	table.subscription-table.wifi-subscription > tbody > tr > td:nth-child(7):before {
		content: 'Expire Date: ';
	}

	table.subscription-table > tbody > tr > td:nth-child(1):before {
		content: 'Subscription: ';
		font-weight: 700;
	}

	table.subscription-table > tbody > tr > td:nth-child(2):before {
		content: 'Term: ';
		font-weight: 700;
	}

	table.subscription-table > tbody > tr > td:nth-child(3):before {
		content: 'Duration: ';
		font-weight: 700;
	}

	table.subscription-table > tbody > tr > td:nth-child(4):before {
		content: '1st device cost: ';
		font-weight: 700;
	}

	table.accessplans-table > tbody > tr > td:nth-child(1):before {
		content: 'Subscription: ';
		font-weight: 700;
	}

	table.accessplans-table > tbody > tr > td:nth-child(2):before {
		content: 'Term: ';
		font-weight: 700;
	}

	table.accessplans-table > tbody > tr > td:nth-child(3):before {
		content: 'Description: ';
		font-weight: 700;
	}

	table.accessplans-table > tbody > tr > td:nth-child(4):before {
		content: '1st device cost: ';
		font-weight: 700;
	}

	.mobile-menu,
	#left-sidebar .widget-sidebar h3 .mobile-menu {
		display: inline-block;
	}

	#site-navigation,
	#sub-navigation {
		text-align: left;
	}

	#site-navigation {
		padding: 5px;
	}

	#site-navigation ul,
	#site-navigation li,
	#sub-navigation ul,
	#sub-navigation li {
		display: block;
	}

	#site-navigation li + li,
	#sub-navigation li + li {
		border: 0;
		margin-left: 0;
		padding-left: 0;
	}

	#site-navigation a,
	#sub-navigation a {
		display: block;
		padding: 10px;
	}

	#site-navigation ul,
	#sub-navigation ul,
	#left-sidebar nav.widget-sidebar ul {
		display: none;
	}

	#site-navigation.open ul,
	#sub-navigation.open ul,
	#left-sidebar nav.widget-sidebar.open ul {
		display: block;
	}

	/*
	#right-sidebar{background:none; float:none; margin-left:0; padding-left:0; width:auto; text-align:center;}
	#right-sidebar .widget-sidebar{display:inline-block; margin:0 10px 20px 10px; vertical-align:top;}
	#right-sidebar .widget-shadow{display:none;}
	*/
	#right-sidebar {
		display: none;
	}
}

@media screen and (max-width: 500px) {

	.logged-user-info,
	.logged-user-info .column-half + .column-half {
		text-align: center;
	}

	.form-row .inline-checkbox {
		width: 100%;
	}

	.form-column-wrapper .column-half {
		float: none;
		margin: auto;
		width: auto;
	}

	.form-column-wrapper .column-half + .column-half {
		margin: 15px auto auto;
	}

	.device-description .column-wrapper,
	.device-description .column-wrapper .col-device {
		display: block;
		width: auto;
	}

	.device-description .column-wrapper .col-device-4 {
		text-align: center;
	}

	.device-description .column-wrapper .device-suggestion {
		display: inline-block;
		margin-top: 15px;
	}

	.device-description {
		background-size: 100% auto;
		padding-bottom: 20px;
	}

	.device-description .column-wrapper .col-device-1 .device-message {
		left: 52%;
		top: 25px;
	}

	.device-description .column-wrapper .col-device-3 .device-message {
		right: 52%;
		top: 25px;
	}

	.device-description-message .column-wrapper .col-device-1 {
		padding-right: 125px;
	}

	.device-description-message .column-wrapper .col-device-3 {
		padding-left: 125px;
	}


	#left-sidebar {
		float: none;
		margin-bottom: 25px;
		margin-right: 0;
		width: auto;
	}
}