/**
 * Globals
 */
body {
	/*min-width: 980px;*/
	background: #fff;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.2; 
	font-family: "Nunito", sans-serif;
	color: #333;
}

a {
	color: #4786b2;
	text-decoration: none;
}
a:hover, a:active {
	color: #28648f;
	text-decoration: none;
}

strong, b { font-weight: 700; }
em, i { font-style: italic; }

h1 {
	margin: 18px 0 0;
	font-weight: 300;
	font-size: 30px;
	line-height: 1.2;
	font-family: "Nunito", sans-serif;
	color: #333;
}
h1:first-child { margin-top: 0; }
h1 + h1, h2 + h1, h3 + h1 { margin-top: 0; }

h2 {
	margin: 18px 0 0;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.2;
	font-family: "Nunito", sans-serif;
	color: #333;
}
h2:first-child { margin-top: 0; }
h2 + h2, h1 + h2, h3 + h2 { margin-top: 0; }

h3 {
	margin: 18px 0 0;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.2;
	font-family: "Nunito", sans-serif;
	color: #333;
}
h3:first-child { margin-top: 0; }
h3 + h3, h1 + h3, h2 + h3 { margin-top: 0; }

p {
	margin: 1em 0;
}
/* p:first-child { margin-top: 0; } */

button::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
.button {
	/* Default: color = gray, size = medium */
	position: relative;
	display: inline-block;
	outline: none;
	height: 33px;
	overflow: hidden;
	margin: 0;
	padding: 1px 30px 0;
	border: none;
	border-radius: 17px;
	background-color: #579dcd;
	background-image: url(../images/global/button-sprites.png);
	background-repeat: repeat-x;
	background-position: 0px -118px;
	font: 400 15px/33px "Nunito", sans-serif;
	color: #e6f0f8;
	text-transform: uppercase;
	cursor: pointer;
}
.button:hover {
	color: #fff;
}
.button:active {
	/*margin-top: 1px;*/
}
	/* Button shadow */
	.button-shadow {
		box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
	}
	/* Button Sizes */
	.button.button-medium {
		height: 33px;
		padding: 0 30px;
		border: none;
		border-radius: 17px;
		font: 400 15px/33px "Nunito", sans-serif;
		text-transform: uppercase;
	}
	.button.button-small {
		height: 24px;
		padding: 0 12px;
		font: 400 10px/24px "Nunito", sans-serif;
		text-transform: uppercase;
	}
	/* Button Colors */
	/* Gray */
	.button.button-gray {
		background-color: #dbdbdb;
		border-top: 1px solid #e9e9e9;
		color: #558fb9;
	}
	.button.button-gray:hover {
		color: #28648f;
	}
	.button.button-gray, .button.button-gray.button-medium { background-position: 0px 0px; }
	.button.button-gray.button-small { background-position: 0px -34px; }
	/* White */
	.button.button-white {
		background-color: #f7f7f7;
		border-top: 1px solid #e9e9e9;
		color: #558fb9;
	}
	.button.button-white:hover {
		color: #28648f;
	}
	.button.button-white, .button.button-white.button-medium { background-position: 0px -59px; }
	.button.button-white.button-small { background-position: 0px -93px; }
	/* Blue */
	.button.button-blue {
		background-color: #579dcd;
		color: #e6f0f8;
	}
	.button.button-blue:hover {
		color: #fff;
	}
	.button.button-blue, .button.button-blue.button-medium { background-position: 0px -118px; }
	.button.button-blue.button-small { background-position: 0px -152px; }
	/* Green */
	.button.button-green {
		background-color: #b2cd57;
		color: #f4f8e6;
	}
	.button.button-green:hover {
		color: #fff;
	}
	.button.button-green.button-medium { background-position: 0px -177px; }
	.button.button-green.button-small { background-position: 0px -211px; }
	/* Orange */
	.button.button-orange {
		background-color: #cda857;
		color: #f8f2e6;
	}
	.button.button-orange:hover {
		color: #fff;
	}
	.button.button-orange.button-medium { background-position: 0px -236px; }
	.button.button-orange.button-small { background-position: 0px -270px; }
	/* Magenta */
	.button.button-magenta {
		background-color: #c370bd;
		color: #f6eaf5;
	}
	.button.button-magenta:hover {
		color: #fff;
	}
	.button.button-magenta.button-medium { background-position: 0px -295px; }
	.button.button-magenta.button-small { background-position: 0px -329px; }
	/* Yellow */
	.button.button-yellow {
		background-color: #cdc957;
		color: #f8f7e6;
	}
	.button.button-yellow:hover {
		color: #fff;
	}
	.button.button-yellow.button-medium { background-position: 0px -354px; }
	.button.button-yellow.button-small { background-position: 0px -388px; }

/**
 * Content lists
 */
.content ul,
.content ol {
	margin: 1em 0;
}
.content ul {
	list-style: disc;
}
	.content ul li,
	.content ol li {
		margin: 0 0 0 1.5em;
	}

/**
 * Global header
 */
#global-header {
	position: relative;
	width: auto;
	/*height: 120px;*/
	background: #ebeaea;
	margin: 0;
	padding: 20px;
	border-bottom: 2px solid #fff;
	text-align: center;
}
	#global-header .container {
		position: relative;
		/*width: 980px;*/
		/*height: 130px;*/
		margin: 0 auto;
		padding: 0;
	}
		#global-header #global-logo {
			display: block;
			margin: 0 0 0 40px;
			/*position: absolute;
			left: 20px;
			top: 38px;*/
		}
			#global-header #global-logo img {
				max-width: 100%;
			}
		#global-header #global-nav-member {
			position: absolute;
			right: 20px;
			top: 15px;
		}
		#global-header #global-nav-primary {
			position: absolute;
			right: 5px;
			bottom: -5px;
		}
@media (min-width: 768px) {
	#global-header {
		height: 140px;
		padding: 0 20px;
		border-bottom: 10px solid #fff;
		text-align: left;
	}
		#global-header #global-logo {
			float: left;
			margin-left: 40px;
			margin-right: 40px;
			margin-top: 38px;
		}
}

/**
 * Global nav member
 */
#global-nav-member ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	font: 300 12px/12px "Nunito", sans-serif;
	text-transform: none;
}
	#global-nav-member ul li {
		float: left;
		margin: 0 0 0 5px;
		padding: 0 0 0 5px;
		border-left: 1px solid #ccc;
	}
	#global-nav-member ul li:first-child {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
		#global-nav-member ul li a {
			float: left;
		}


/**
 * Global nav primary
 */
#global-nav-primary ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	font: 300 15px/25px "Nunito", sans-serif;
	text-transform: uppercase;
}
	#global-nav-primary ul li {
		float: left;
		margin: 0 0 0 2px;
		padding: 0;
	}
	#global-nav-primary ul li:first-child { margin-left: 0; }
		#global-nav-primary ul li a {
			float: left;
			height: 24px;
			padding: 1px 15px 0;
			color: #333;
		}
		#global-nav-primary ul li a:hover, #global-nav-primary ul li a:active {
			color: #4786b2;
		}
		/* Current */
		#global-nav-primary li.current a {
			border-radius: 12.5px;
			background-image: url(../images/global/button-sprites.png);
			background-repeat: repeat-x;
			background-position: 0px 0px;
		}
		/* Themes */
		.theme-guide #global-nav-primary li.current a {
			background-position: 0px -211px;
			color: #f4f8e6;
		}
		.theme-reviews #global-nav-primary li.current a {
			background-position: 0px -152px;
			color: #f4f8e6;
		}
		.theme-ratings #global-nav-primary li.current a {
			background-position: 0px -329px;
			color: #f6eaf5;
		}
		.theme-forum #global-nav-primary li.current a {
			background-position: 0px -152px;
			color: #f4f8e6;
		}
		.theme-featured #global-nav-primary li.current a {
			background-position: 0px -388px;
			color: #f4f8e6;
		}

/**
 * Mobile nav
 */
#global-header .mobile-nav {
	display: none;
}
	.mobile-nav-menu.mm-menu {
		background: #5aa2d4;
	}
	/*.mobile-nav-menu .mm-header {
		position: relative;
		height: 103px;
		padding: 0 20px;
	}*/
	/*.mobile-nav-menu.mm-menu.mm-hasheader > .mm-panel {
		padding-top: 103px;
	}*/
	.mobile-nav-menu .mm-header {
		/*background: #5191be;*/
		color: rgba(255, 255, 255, 0.9);
	}
		.mobile-nav-menu .mm-header .mm-title,
		.mobile-nav-menu .mm-header .mm-prev,
		.mobile-nav-menu .mm-header .mm-next,
		.mobile-nav-menu .mm-header .mm-close {
			padding-top: 20px;
		}
			/*.mobile-nav-menu .mm-header .mm-title img {
				max-width: 100%;
			}*/
	.mm-menu .mm-list,
	.mm-panel > .mm-list,
	.mm-menu > .mm-panel,
	.mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
		margin: 0;
		padding: 0;
	}
	.mm-list > li:after {
		margin-left: 0 !important;
	}
	.mobile-nav-menu.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
	.mobile-nav-menu.mm-menu .mm-list > li.mm-selected > span {
		background: #5191be;
	}
	.mobile-nav-menu .mm-list {
		font-size: 15px;
	}
		.mobile-nav-menu .mm-list a:hover { color: #fff; }
		.mobile-nav-menu .mm-list > li > a,
		.mobile-nav-menu .mm-list > li > span {
			color: rgba(255, 255, 255, 0.7);
		}
	.mobile-nav .mobile-nav-button {
		position: absolute;
		z-index: 1000;
		top: 32px;
		left: 0;
		margin-top: -10px;
	}
		.mobile-nav .mobile-nav-button .icon {
			display: block;
			width: 30px;
			height: 20px;
			overflow: hidden;
		}
			.mobile-nav .mobile-nav-button .icon div {
				margin: 0 0 5px;
				width: 100%;
				height: 3px;
				overflow: hidden;
				background: #444;
			}
	.mobile-nav-menu {
		display: none;
	}
		.mobile-nav-menu .Header {
			display: none;
		}
		.mobile-nav-menu .account-menu {
			margin-top: 25px;
		}
			.mobile-nav-menu .account-menu .welcome {
				padding: 10px 20px;
				font-size: 1.2em;
			}
@media only screen and (max-width: 767px) {

	#global-header #global-nav-member,
	#global-header #global-nav-primary {
		display: none;
	}
	#global-header .mobile-nav {
		display: block;
	}
}

/**
 * Global body
 */
#global-body {
	position: relative;
	width: auto;
	min-height: 348px;
	background-color: #fff;
	background-image: url(../images/global/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
	#global-body > .container {
		position: relative;
		/*width: 980px;
		margin: 0 auto;
		padding: 0;*/
	}

/**
 * Global footer
 */
#global-footer {
	position: relative;
	width: auto;
	background: #4d4d4d;
	border-top: 10px solid #ebeaea;
	font: 300 14px/18px "Nunito", sans-serif;
	color: #ccc;
}
	#global-footer a {
		color: #ccc;
	}
	#global-footer a:hover, #global-footer a:active {
		color: #fff;
	}
	#global-footer .container {
		position: relative;
		/*width: 980px;*/
		margin: 0 auto;
		padding: 0;
	}
		#global-footer .columns {
			/*width: 980px;*/
			/*margin: 50px 0 32px;*/
			margin: 0;
			overflow: hidden;
		}
			#global-footer .columns .col {
				margin-top: 50px;
				margin-bottom: 32px;
			}
			/*#global-footer .columns .column {
				float: left;
				width: 160px;
				margin-left: 10px;
				padding: 0;
			}*/
			/*#global-footer .columns .column.major {
				width: 298px;
				margin-left: 0;
			}*/
				#global-footer .columns h1 {
					margin: 0 0 14px;
					padding: 0 10px 21px;
					background: url(../images/global/footer-hr.png) no-repeat left bottom;
					font: 400 14px/18px "Nunito", sans-serif;
					color: #ccc;
					text-transform: uppercase;
				}
				#global-footer .columns p {
					margin: 14px 0 0;
					padding: 0 10px;
				}
				#global-footer .columns ul {
					margin: 14px 0 0;
					padding: 0 10px;
					list-style: none;
				}
					#global-footer .columns ul li {
						display: block;
						margin: 8px 0 0;
						padding: 0;
						line-height: 24px;
					}
				#global-footer .columns ul.social {
				
				}
					#global-footer .columns ul.social a {
						display: inline-block;
					}
						#global-footer .columns ul.social a .social-icon {
							display: inline-block;
							vertical-align: bottom;
							width: 24px;
							height: 24px;
							margin: 0 7px 0 0;
							background: url(../images/global/social-sprites.png) no-repeat;
						}
							#global-footer .columns ul.social a .social-icon.social-icon-facebook {
								background-position: 0px 0px;
							}
							#global-footer .columns ul.social a .social-icon.social-icon-twitter {
								background-position: 0px -24px;
							}
		#global-footer .copyright {
			width: auto;
			padding: 15px 10px;
			border-top: 1px solid #626262;
			
		}

/**
 * Page header
 */
#page-header {
	position: relative;
	/*width: 980px;*/
	height: 80px;
	padding: 25px 5px 0;
}
	#page-header h1 {
		margin: 0;
		padding: 0;
		font-weight: 300;
		font-size: 30px;
		line-height: 1.2;
		font-family: "Nunito", sans-serif;
		color: #fff;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
		white-space: nowrap;
	}
@media (min-width: 768px) {
	#page-header {
		height: 90px;
		padding: 27px 30px 0;
	}
		#page-header h1 {
			font-size: 40px;
		}
}

/**
 * Page body
 */
#page-body {
	position: relative;
	/*width: 980px;*/
	overflow: hidden;
}
	#page-body #side {
		/*float: left;
		width: 245px;*/
		min-height: 260px;
		margin: 10px 0 0;
		padding: 0;
		background: #fff;
	}
	#page-body #main {
		position: relative;
		/*float: left;
		width: 735px;*/
		min-height: 260px;
		margin: 0;
		padding: 10px 0 0;
		background: #fff;
	}
	#page-body #main.full {
		width: 100%;
	}
		#page-body #main #main-topper {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 10px;
			background: #eaeaeb;
		}
			#page-body #main #main-topper span {
				position: absolute;
				left: 0;
				top: 0;
				width: 72px;
				height: 10px;
				background: #999;
			}
			/* Themes */
			.theme-guide #page-body #main #main-topper span { background: #b7d35a; }
			.theme-reviews #page-body #main #main-topper span { background: #5191be; }
			.theme-ratings #page-body #main #main-topper span { background: #d35ab7; }
			.theme-forum #page-body #main #main-topper span { background: #5191be; }
			.theme-featured #page-body #main #main-topper span { background: #b7d35a; }
	#page-body #main > .inner {
		width: auto;
		padding: 20px 20px 40px;
	}
@media (min-width: 768px) {
	#page-body {
		margin: 0;
	}
		#page-body #main > .inner {
			width: auto;
			padding: 40px 55px 80px;
		}
}

/**
 * Page layout: hero
 */
.page-hero #global-body {
	background-color: transparent;
	background-image: url(../images/global/body-hero-bg.jpg);
}
.page-hero #page-body #main {
	background: transparent;
}
.page-hero #page-body #main #main-topper {
	display: none;
}
.page-hero #page-body #main > .container {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

/**
 * Text columns
 */
.text-columns {
	width: auto;
	overflow: hidden;
}
	.text-columns .column {
		float: left;
		margin: 0;
		padding: 0;
	}
		.text-columns .column .content {
			margin: 0;
			padding: 0 0 0 25px;
		}
		.text-columns .column:first-child .content {
			padding-left: 0;
		}
	.text-columns .column.column25 { width: 25%; }
	.text-columns .column.column33 { width: 33.3333%; }
	.text-columns .column.column50 { width: 50%; }
	.text-columns .column.column66 { width: 66.6666%; }
	.text-columns .column.column75 { width: 75%; }

/**
 * Side nav
 */
.side-nav {
	background: #a3bb53;
	margin: 0 0 15px;
	padding: 15px 0 60px;
}
	.side-nav ul {
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.side-nav ul li {
			display: block;
			margin: 0;
			padding: 0;
		}
			.side-nav ul li a {
				position: relative;
				display: block;
				margin: 0;
				padding: 9px 16px 9px 32px;
				font: 400 14px/18px "Nunito", sans-serif;
				color: #fff;
				text-transform: uppercase;
			}
				.side-nav a .arrow {
					position: absolute;
					left: 16px;
					top: 13px;
					width: 10px;
					height: 10px;
					overflow: hidden;
					background: url(../images/global/sidenav-arrow-sprites.png) no-repeat 0px 0px;
				}
				.side-nav .open .arrow, .side-nav .current .arrow {
					background-position: 0px -10px;
				}
			.side-nav .current a {
				background: #313131;
			}
			
			/* Level 2+ */
			.side-nav ul ul {
				display: none;
				background: #8ba047;
			}
			.side-nav ul .current ul {
				display: block;
			}
			.side-nav ul ul a {
				text-transform: none;
			}
			.side-nav .current ul a { background: none; } /* reset subs of current */
			.side-nav .current .current > a { background: #637623; } /* color subs of current that are current */

	/* Themes */
	/* Theme: guide */
	.theme-guide .side-nav { background: #a3bb53; }
	.theme-guide .side-nav ul ul { background: #8ba047; }
	.theme-guide .side-nav .current .current > a { background: #637623; }
	/* Theme: ratings */
	.theme-ratings .side-nav { background: #bb53a3; }
	.theme-ratings .side-nav ul ul { background: #a0478b; }
	.theme-ratings .side-nav .current .current > a { background: #762363; }

/**
 * Bootstrap forms
 */
label {
	color: #4786b2;
}
label .note {
	display: block;
	/*margin-left: 10px;*/
	font-weight: normal;
	font-size: 80%;
	line-height: 1;
	color: #999;
}
.has-error label .note { color: inherit; }

/**
 * Form
 */
.form {
	width: auto;
	overflow: hidden;
}
.form input,
.form textarea {
	max-width: 100%;
	border: 1px solid #999;
	padding: 5px;
	font: 300 15px/normal "Nunito", sans-serif;
	color: #333;
}
	.form .section {
		margin: 40px 0;
	}
		.form .section-admin {
			padding: 20px;
			border: 1px solid #f99;
			background: #fcc;
		}
			.form .section-admin h1,
			.form .section-admin h2 {
				color: #c33;
			}
			.form .section-admin .fieldset label {
				color: #000;
			}
	.form .fieldset {
		width: auto;
		overflow: hidden;
		margin: 1em 0;
	}
	.form .fieldset:first-child {
		margin-top: 0;
	}
		.form .fieldset label {
			display: block;
			font-weight: 300;
			color: #4786b2;
		}
			.form .fieldset label .note,
			label .note {
				display: block;
				/*margin-left: 10px;*/
				font-weight: normal;
				font-size: 80%;
				line-height: 1;
				color: #999;
			}
		.form .fieldset label.error {
			padding-left: 20px;
			background: url(/assets/images/icons/16x16/warning.png) no-repeat left top;
			color: #f00 !important;
		}
			.form .fieldset label.error * {
				color: #f00 !important;
			}
			.form .fieldset label.error .note {
				padding: 3px;
				border: 1px solid #f00;
			}
		.form .fieldset .field {
			display: block;
		}
		/* Checkbox */
		.fieldset.fieldset-checkbox .field {
			float: left;
			margin-right: 3px;
		}
			.fieldset.fieldset-checkbox .field input {
				vertical-align: top;
			}
		.fieldset.fieldset-checkbox label {
			float: left;
		}

/**
 * Breadcrumbs
 */
.breadcrumb {
	width: auto;
	overflow: hidden;
	margin: 1em 0;
	padding: 0;
	background: none;
}
.breadcrumb:first-child { margin-top: 0; }
	.breadcrumb ul {
		display: block;
		width: auto;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.breadcrumb ul li {
			float: left;
			margin: 0 0 0 10px;
			padding: 0 0 0 15px;
			background: url(/assets/images/global/breadcrumb-arrow.png) no-repeat left center;
			font-size: 15px;
			line-height: 18px;
			color: #999;
		}
		.breadcrumb ul li:first-child {
			margin-left: 0;
			padding-left: 0;
			background: none;
		}

/**
 * Knockout headings
 */
h1.knockout, h2.knockout, h3.knockout {
	margin: 0;
	padding: 15px 25px;
	background: #333333;
	color: #fff;
}
h1.knockout a, h2.knockout a, h3.knockout a {
	color: inherit;
}
h1.knockout a:hover, h2.knockout a:hover, h3.knockout a:hover {
	color: #4786b2;
}

/**
 * User card
 */
.user-card {
	width: auto;
	overflow: hidden;
}
	.user-card .user-username {
		float: left;
		margin-right: 10px;
		font-weight: bold;
		font-size: 17px;
		line-height: 22px;
	}
	.user-card .moderator-badge {
		float: left;
		width: 22px;
		height: 0;
		overflow: hidden;
		margin: 0 5px 0 0;
		padding: 22px 0 0;
		background: url(../images/users/moderator-badge.png) no-repeat;
		vertical-align: top;
	}
	.user-card .user-rank {
		float: left;
		height: 22px;
		line-height: 22px;
	}
	.user-card .user-rank,
	.user-card .user-quote,
	.user-card .user-meta {
		display: inline-block;
	}
	.user-card .user-rank:last-child,
	.user-card .user-quote:last-child,
	.user-card .user-meta:last-child {
		margin-bottom: 0;
	}
	.user-card .user-quote,
	.user-card .user-meta {
		display: none;
	}
@media (min-width: 768px) {
	.user-card .user-username {
		float: none;
	}
	.user-card .user-rank,
	.user-card .user-quote,
	.user-card .user-meta {
		display: block;
		float: none;
		margin: 1em 0;
	}
}

/**
 * User rank
 */
.user-rank {
	width: 80px;
	height: 18px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
	.user-rank .user-rank-star {
		float: left;
		width: 18px;
		height: 0;
		margin: 0 2px 0 0;
		padding: 18px 0 0;
		background: url(../images/users/rank-sprites.png) no-repeat 0px 0px;
	}
		.user-rank .user-rank-star.user-rank-star-bronze { background-position: 0px 0px; }
		.user-rank .user-rank-star.user-rank-star-silver { background-position: -18px 0px; }
		.user-rank .user-rank-star.user-rank-star-gold { background-position: -36px 0px; }

/**
 * Member profile
 */
.member-profile {
	
}
	.member-profile .member-card {

	}
	.member-profile .member-recent-posts {
		margin-top: 40px;
	}

/**
 * Member card
 */
.member-card {
	width: auto;
	overflow: hidden;
	padding: 20px 20px;
	background: #eaeaea;
}
	.member-card .member-info,
	.member-card .member-stats {
		float: left;
		width: 50%;
	}
	.member-card .fieldset {
		margin: 15px 0;
	}
		.member-card .field {
			width: auto;
			overflow: hidden;
			margin: 3px 0;
		}
		.member-card .field.gap {
			margin-top: 1em;
		}
			.member-card label {
				float: left;
				width: 120px;
				padding-top: 2px;
				font-weight: normal;
				font-size: 11px;
				color: #999;
				text-align: right;
				text-transform: uppercase;
			}
			.member-card .value {
				margin-left: 120px;
				padding-left: 10px;
				line-height: 18px;
			}


/**
 * Pagination
 */
.pagination-nav {
	width: auto;
	overflow: hidden;
}
	.pagination-nav ul {
		width: auto;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
		border-left: 1px solid #ccc;
	}
		.pagination-nav ul li {
			float: left;
			margin: 0;
			padding: 0;
			border-width: 1px 1px 1px 0;
			border-style: solid;
			border-color: #ccc;
		}
		.pagination-nav ul li.current {
			border-color: #579dcd;
			background: #579dcd;
		}
		.pagination-nav ul li.current,
		.pagination-nav ul li.current * {
			color: #fff;
		}
			.pagination-nav ul li a,
			.pagination-nav ul li span {
				float: left;
				margin: 0;
				padding: 5px 10px;
			}
		.pagination-nav ul li.description {
			display: none;
		}

/**
 * Wrap floats
 */
.wrap-floats {
	width: auto;
	overflow: hidden;
}

/**
 * Clearfix
 */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/**
 * Tables
 */
table.simple-table {
	width: 100%;
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-spacing: 0;
	border-collapse: collapse;
}
	table.simple-table thead th {
		padding: 5px 10px 2px;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		color: #666;
		border-bottom: 2px solid #999;
	}
	table.simple-table tbody td {
		padding: 8px 10px;
		text-align: left;
		vertical-align: top;
	}
	table.simple-table tbody tr:nth-child(odd), table.simple-table tbody tr:nth-child(odd) td { background: #eef5fb; }
	table.simple-table tbody tr:nth-child(even), table.simple-table tbody tr:nth-child(even) td { background: none; }
	.reviews .glance.glance-forumposts table tbody td:first-child {
		padding-top: 5px;
	}
@media (max-width: 767px) {
	table.simple-table,
	/*table.simple-table thead,*/
	table.simple-table tbody,
	table.simple-table tr,
	table.simple-table th,
	table.simple-table td {
		display: block;
		width: 100% !important;
		text-align: left !important;
	}
	table.simple-table tr {
		padding: 6px 0 !important;
	}
	table.simple-table th,
	table.simple-table td {
		padding: 2px 10px !important;
	}
	table.simple-table thead { display: none; }
}

/**
 * Mattress type icons
 */
.icon-mattress-type {
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-image: url(../images/global/mattress-type-sprites.png);
	background-repeat: no-repeat;
}

	/* Size: default, 32 */
	.icon-mattress-type, .icon-size-32.icon-mattress-type {
		width: 32px;
		padding-top: 32px;
	}
	.icon-mattress-type-memory-foam, .icon-size-32.icon-mattress-type-memory-foam { background-position: 0px 0px; }
	.icon-mattress-type-innerspring, .icon-size-32.icon-mattress-type-innerspring { background-position: -32px 0px; }
	.icon-mattress-type-latex, .icon-size-32.icon-mattress-type-latex { background-position: -64px 0px; }
	.icon-mattress-type-air, .icon-size-32.icon-mattress-type-air { background-position: -96px 0px; }
	.icon-mattress-type-waterbed, .icon-size-32.icon-mattress-type-waterbed { background-position: -128px 0px; }
	a:hover .icon-mattress-type-memory-foam, a:hover .icon-size-32.icon-mattress-type-memory-foam { background-position: 0px -32px; }
	a:hover .icon-mattress-type-innerspring, a:hover .icon-size-32.icon-mattress-type-innerspring { background-position: -32px -32px; }
	a:hover .icon-mattress-type-latex, a:hover .icon-size-32.icon-mattress-type-latex { background-position: -64px -32px; }
	a:hover .icon-mattress-type-air, a:hover .icon-size-32.icon-mattress-type-air { background-position: -96px -32px; }
	a:hover .icon-mattress-type-waterbed, a:hover .icon-size-32.icon-mattress-type-waterbed { background-position: -128px -32px; }

	/* Size: 64 */
	.icon-size-64.icon-mattress-type {
		width: 64px;
		padding-top: 64px;
	}
	.icon-size-64.icon-mattress-type-memory-foam { background-position: 0 -64px; }
	.icon-size-64.icon-mattress-type-innerspring { background-position: -64px -64px; }
	.icon-size-64.icon-mattress-type-latex { background-position: -128px -64px; }
	.icon-size-64.icon-mattress-type-air { background-position: -192px -64px; }
	.icon-size-64.icon-mattress-type-waterbed { background-position: -256px -64px; }
	a:hover .icon-size-64.icon-mattress-type-memory-foam { background-position: 0 -128px; }
	a:hover .icon-size-64.icon-mattress-type-innerspring { background-position: -64px -128px; }
	a:hover .icon-size-64.icon-mattress-type-latex { background-position: -128px -128px; }
	a:hover .icon-size-64.icon-mattress-type-air { background-position: -192px -128px; }
	a:hover .icon-size-64.icon-mattress-type-waterbed { background-position: -256px -128px; }

/**
 * Mattress list
 */
ul.mattress-icon-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
	ul.mattress-icon-list li {
		margin: 15px 0 0;
		padding: 0;
	}
	ul.mattress-icon-list li:first-child {
		margin-top: 0;
	}
		ul.mattress-icon-list li a {
			display: block;
			width: auto;
			overflow: hidden;
			font-weight: 400;
			color: #333;
		}
		ul.mattress-icon-list li a:hover {
			color: #4786b2;
		}
			ul.mattress-icon-list li a .icon {
				display: inline-block;
				vertical-align: top;
				margin-right: 12px;
			}
			ul.mattress-icon-list li a .title {
				display: inline-block;
				margin-top: 6px;
				/*line-height: 32px;*/
			}

/**
 * Quick floats
 */
.float-right {
	float: right;
	max-width: 100%;
	margin: 1em 0 1em 1em;
}
.float-left {
	float: left;
	max-width: 100%;
	margin: 1em 1em 1em 0;
}

/**
 * Register form
 */
.register-form {

}
	.register-form .section h2 {
		margin-bottom: 1em;
	}

/**
 * Login wrapper
 */
.login.row {
	margin: 0;
}
	.login.row .col {
		padding-bottom: 25px;
	}

/**
 * Login form
 */
.login-form {

}
	.login-form .form-control {
		max-width: 200px;
	}

/**
 * Zuul zone
 */
.zuul-zone {
	max-width: 100%;
}
	.zuul-zone .creative.creative-image img {
		max-width: 100%;
		height: auto;
	}