/*
MemberDev Base Boilerplate
Version: 1.0

/*

TABLE OF CONTENTS
- 00: Reset
- 01: Global
- 02: Structure
- 03: Components
- 04: Forms
- 05: Tables
- 06: Bootstrap
- 07: Responsive
- 08: Print
*/

/* 00: Reset
========================================================================================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* 01: Global
========================================================================================================================= */
body {
	font-weight: 300;
	line-height: 1em;
}

h1, h2, h3, h4, h5, h6, p {margin-bottom: 20px; line-height: 1.5em;}
h1, h2, h3, h4, h5, h6 {font-weight: 700; letter-spacing: -0.025em; color: #1a1b21;}
h3, h4, h5, h6 {font-weight: 700;}
h1 {font-size: 2.5em; line-height: 1.2em;}
h2 {font-size: 2.2em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.6em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.2em;}
p {font-size: 1em; font-weight: 300; line-height: 1.8em; color: #666;}

.headline {font-size: 1.5em; font-weight: 300; letter-spacing: -0.025em; line-height: 1.4;}
.headline.headline-small {font-size: 1.2em;}
.headline.headline-large {font-size: 2em;}
.headline.headline-jumbo {font-size: 2.5em;}
.headline.headline-thin {font-weight: 100;}
.terms {font-size: .8em;}

a {
	color: #08c;
	text-decoration: none;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	word-break: break-word;
}
a:hover {
	color: #1a1b21;
	text-decoration: underline;
}

blockquote {
	padding: 20px;
	margin: 0 0 20px;
	font-size: 1.2em;
}

pre {
	padding: 15px;
	margin: 0 0 20px;
	background: #1a1b21;
	color: #fff;
	font-size: .8em;
}

sup {
	font-size: .7em;
}

hr {
	border-top-color: #ddd;
}

.hr-10 {
	margin: 10px 0;
}
.hr-15 {
	margin: 15px 0;
}
.hr-20 {
	margin: 20px 0;
}
.hr-30 {
	margin: 30px 0;
}
.hr-dark {
	border-top: 1px solid #036;
}
.hr-thick {
	border-top-width: 5px;
}
.hr-trans {
	border-top: 1px solid rgba(255, 255, 255, .25);
}
.hr-spacer {
	border: none;
	margin: 30px 0;
}
.hr-slim {
	width: 10%;
}
.hr-slim-centered {
	width: 10%;
	margin: 30px auto;
}

iframe {
	max-width: 100%;
	margin: 0 0 20px;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/* helpers */
.helper-text {
	font-size: .9em;
	font-weight: 300;
	color: #999;
}
.capitalize {
	text-transform: capitalize;
}
.caps {
	text-transform: uppercase;
}
.centered {
	text-align: center;
}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
.spaced-3 {
	letter-spacing: 3px;
}
.spaced-5 {
	letter-spacing: 5px;
}

.no-margin {
	margin: 0 !important;
}
.margin-b-10 {
	margin: 0 0 10px !important;
}
.no-padding {
	padding: 0 !important;
}

.embed-left,
.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.embed-right,
.alignright {
	float: right;
	margin: 0 0 10px 20px;
}
.aligncenter {
	margin: 0 auto;
}
.embed-static {
	display: block;
	margin: 0 0 20px;
}

.brand {
	font-weight: 300;
	letter-spacing: -0.025em;
	color: #151515;
}
.brand .brand-dev {
	font-weight: 700;
	color: #02bad5;
}

/* colors */
.color-brand {color: #02bad5 !important;}

.color-black {color: #000 !important;}
.color-white {color: #fff !important;}

/* status colors */
.color-completed {color: #68dc6b !important;}

/* trans colors */
.color-trans-black-25 {color: rgba(0, 0, 0, .25) !important;}
.color-trans-black-50 {color: rgba(0, 0, 0, .5) !important;}
.color-trans-black-75 {color: rgba(0, 0, 0, .75) !important;}

.color-trans-white-25 {color: rgba(255, 255, 255, .25) !important;}
.color-trans-white-50 {color: rgba(255, 255, 255, .5) !important;}
.color-trans-white-75 {color: rgba(255, 255, 255, .75) !important;}

/* color content */
.content-light p {
	color: rgba(255, 255, 255, .75);
}
.content-light h2,
.content-light h3,
.content-light h4,
.content-light h5,
.content-light h6,
.content-light ul,
.content-light ol {
	color: #fff;
}

/* small content */
.content-small p {
	font-size: .85em;
}

/* ----- icons ----- */
.icon-left {
	margin-right: 5px;
}
.icon-right {
	margin-left: 5px;
}

h1 > i,
h2 > i,
h3 > i,
h4 > i,
h5 > i,
h6 > i {
	font-weight: normal;
}

/* ----- buttons ----- */
.btn {
	display: inline-block;
	padding: 12px 30px;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2;
	border: 2px solid;
	border-radius: 4px;
	text-decoration: none;
	white-space: inherit;
}
.btn:hover {
	text-decoration: none;
}
.btn.btn-cta {
	background: #f60;
	color: #fff;
	border: 2px solid #f60;
}
.btn.btn-cta:hover {
	background: #930;
	border-color: #930; 
}
.btn.btn-secondary {
	background: none;
	color: #1a1b21;
	border: 2px solid;
}
.btn.btn-secondary:hover {
	background: #1a1b21;
	color: #fff;
	border-color: #1a1b21;
}
.btn.btn-default {
	background: none;
	color: #1a1b21;
	border: 2px solid #ccc;
}
.btn.btn-default:hover {
	background: #1a1b21;
	color: #fff;
	border-color: #1a1b21;
}
.btn.btn-action {
	background: #1a1b21;
	color: #fff;
	border: 2px solid #1a1b21;
}
.btn.btn-action:hover {
	background: #484950;
	color: #fff;
	border-color: #484950;
}
.btn.btn-cancel {
	background: none;
	color: #666;
	border-color: #ccc;
}
.btn.btn-cancel:hover {
	background: #eee;
}
.btn.btn-delete {
	background: #c00;
	color: #fff;
	border: 2px solid #c00;
}
.btn.btn-delete:hover {
	background: #900;
	color: #fff;
	border-color: #900;
}
.btn.btn-primary {
	background: #09c;
	color: #fff;
	border: 2px solid #09c;
}
.btn.btn-primary:hover {
	background: #036;
	color: #fff;
	border: 2px solid #036;
}
.btn.btn-save {
	background: #690;
	color: #fff;
	border: 2px solid #690;
}
.btn.btn-save:hover {
	background: #360;
	color: #fff;
	border-color: #360;
}
.btn.btn-save-alt {
	background: none;
	color: #690;
	border-color: #ccc;
}
.btn.btn-save-alt:hover {
	background: #690;
	color: #fff;
	border-color: #690;
}
.btn.btn-trans {
	background: none;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, .5);
}
.btn.btn-trans:hover {
	background: #fff;
	color: #333;
	border: 2px solid #fff;
}
.btn.btn-white {
	background: #fff;
	color: #1a1b21;
	border: 2px solid #fff;
}
.btn.btn-white:hover {
	background: #1a1b21;
	color: #fff;
	border: 2px solid #1a1b21;
}
.btn.btn-select {
	border-radius: 0;
}
.btn.btn-back {
	border: none;
}
.btn.btn-back:hover {
	background: rgba(0, 0, 0, .1);
}
/* button sizes */
.btn-sm {
	font-size: .85em;
	padding: 8px 20px;
}
.btn-lg {
	font-size: 1.2em;
	padding: 15px 40px;
}
.btn-xl {
	font-size: 1.5em;
	padding: 15px 40px;
}
/* button treatment */
.btn.btn-block {
	padding-right: 0;
	padding-left: 0;
	margin: 0 0 10px;
}
/* btn toggles */
.btn-toggle.open .toggle-status.status-open {
	display: inline-block;
}
.btn-toggle.open .toggle-status.status-closed {
	display: none;
}
.btn-toggle .toggle-status.status-open {
	display: none;
}
.btn-toggle .toggle-status.status-closed {
	display: inline-block;
}

/* ----- links ----- */
.link {
	display: inline-block;
}
.link-block {
	display: block;
	padding: 10px 0;
	margin: 0 0 10px;
}
.link-white {
	color: #fff;
}
.link-white:hover {
	opacity: .5;
}

/* ----- lists ----- */
ol {
	margin: 0 0 20px 22px;
}
ol li {
	margin: 0 0 10px;
}
.list {
	list-style: square;
	margin: 0 0 20px 20px;
}
.list li {
	margin: 0 0 10px;
}
/* list sizes */
.list-small {
	font-size: .85em;
}
.list-large {
	font-size: 1.2em;
}
/* standard list */
.list-standard {
	list-style: square;
	margin: 0 0 20px 20px;
}
.list-standard li {
	margin: 0 0 10px;
	line-height: 1.4;
}
/* check list */
.list-check {
	list-style: none;
	margin: 0 0 20px;
}
.list-check li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 15px;
}
.list-check li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f058";
	font-family: FontAwesome;
}
/* icon list */
.list-icon {
	list-style: none;
	color: #333;
	margin: 0 0 20px !important;
}
.list-icon li {
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 20px;
	line-height: 1.4;
}
.list-icon li i {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	font-size: 1.2em;
	text-align: center;
}
/* inline list */
.list-inline {
	list-style: none;
	margin: 0;
	color: #33505e;
}
.list-inline li {
	display: inline-block;
	margin: 0 20px 0 0;
}
.list-inline li i {
	color: #85a6b5;
}
/* items list */
.list-items {
	list-style: none; 
	margin: 0 0 20px !important;
}
.list-items li {
	margin: 0;
	border-top: 1px solid #ddd;
}
.list-items li a {
	position: relative;
	display: block;
	padding: 20px 0 20px 60px;
}
.list-items li a .item-number {
	position: absolute;
	top: 18px;
	left: 0;
	width: 42px;
	padding: 8px 0;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #333;
	border: 2px solid #ccc;
	border-radius: 100px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.list-items li a .item-label {
	display: block;
	font-size: .85em;
	font-weight: 700;
	color: #999;
	margin: 0 0 5px;
}
.list-items li a .item-label .label-status {
	display: inline-block;
	font-size: .85em;
	margin-left: 5px;
}
.list-items li a .item-title {
	display: block;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 5px;
}
.list-items li.active a .item-number {
	background: #1a1b21;
	color: #fff;
	border-color: #1a1b21;
}
.list-items li.active a .item-title {
	color: #333;
}
.list-items li a:hover {
	text-decoration: none;
}
.list-items li a:hover .item-number {
	background: #1a1b21;
	color: #fff;
	border-color: #1a1b21;
}
.list-items li a:hover .item-title {
	color: #333;
}
.list-items li a.item-sub-list-toggle {
	padding: 0 0 10px 60px;
	font-size: .8em;
	color: #999;
}
.list-items li a.item-sub-list-toggle:hover {
	color: #1a1b21;
}
.list-items ul.item-sub-list {
	list-style: none;
	font-size: .9em;
}
.list-items ul.item-sub-list li {
	border: none;
}
.list-items ul.item-sub-list li a {
	padding: 10px 0 10px 60px;
}
.list-items ul.item-sub-list li a:hover {
	background: #eee;
	color: #1a1b21;
}
.list-items ul.item-sub-list li.active a {
	font-weight: 700;
	background: #eee;
	color: #1a1b21;
}
/* path list */
.list-path li {
	position: relative;
	border: none;
}
.list-path li:before {
	position: absolute;
	top: 20px;
	left: 21px;
	content: "";
	width: 2px;
	height: 100%;
	background: #ddd;
}
.list-path li:last-child:before {
	display: none;
}
.list-path.list-items li .item-number {
	background: #748ca2;
	color: #fff;
	border-color: #748ca2;
}
.list-path.list-items li.active .item-number {
	background: #1a1b21;
	border-color: #1a1b21;
}
/* nav list */
.list-nav {
	list-style: none;
	font-weight: 400;
	margin: 0 0 30px !important; 
}
.list-nav li {
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin: 0;
}
.list-nav li a {
	position: relative;
	display: block;
	padding: 15px 20px 15px 0;
	color: #2e3b46;
}
.list-nav li a:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 1.3em;
	line-height: 1;
	color: #999;
}
.list-nav li a:hover {
	padding-left: 15px;
	background: rgba(0, 0, 0, .1);
	color: #000;
	text-decoration: none;
}
.list-nav li.current-cat a:after {
	content: "\f111";
	color: #1a1b21;
}
.list-nav li a .nav-title {
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.4;
}
.list-nav li a .nav-desc {
	display: block;
	font-size: .85em;
	color: #999;
}
.list-nav li ul {
	list-style: none;
	font-weight: 700;
	padding: 0 0 0 20px;
	margin: 0 0 20px;
	border-left: 2px solid #ddd;
}
.list-nav.nav-light li {
	border-color: rgba(255, 255, 255, .1);
}
.list-nav.nav-light li a {
	color: #fff;
}
.list-nav.nav-light li a:hover {
	background: rgba(255, 255, 255, .1);
}
.list-nav.nav-icons li a:after {
	display: none;
}
.list-nav.nav-icons li a i {
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 1.3em;
	line-height: 1;
	color: #aaa;
}
.list-nav.nav-icons li.active a i {
	color: #000;
}
/* option list */
.list-option {
	list-style: none;
	color: #333;
	margin: 0 0 20px !important;
}
.list-option li {
	position: relative;
	padding: 15px 0 15px 30px;
	margin: 0;
	border-top: 1px solid #ddd;
}
.list-option li i {
	position: absolute;
	top: 13px;
	left: 0;
	width: 20px;
	font-size: 1.2em;
	text-align: center;
}
.list-option li label {
	font-weight: 700;
	margin: 0;
}
/* step list */
.list-step {
	list-style: none; 
	margin: 0 0 20px !important;
}
.list-step li {
	position: relative;
	padding: 0 0 0 40px;
	margin: 0 0 15px;
	line-height: 1.5;
}
.list-step li .step-number {
	position: absolute;
	top: -2px;
	left: 0;
	width: 30px;
	height: 30px;
	padding: 8px 0;
	font-size: .8em;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	background: #1a1b21;
	color: #fff;
	border-radius: 100px;
}
/* tag list */
.list-tags {
	font-size: .85em;
	list-style: none;
	margin: 0 0 20px;
}
.list-tags li {
	display: inline-block;
	margin: 0 1px 5px 0;
}
.list-tags li a {
	display: block;
	padding: 5px 10px;
	border-radius: 3px;
	border: 2px solid #ddd;
	text-decoration: none;
}
.list-tags li a:hover {
	border-color: #000;
}
/* list columns */
.list-columns {
	font-size: 0;
	margin: 0 0 2% -2%;
}
.list-columns li {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	margin: 0 0 2% 2%;
	vertical-align: top;
}
.list-columns.columns-2 li {
	width: 48%;
}
.list-columns.columns-3 li {
	width: 31.33%;
}
.list-columns.columns-4 li {
	width: 23%;
}

/* ---------- MISC Containers ---------- */
/* audio containers */
.audio-container {
	margin: 0 0 20px;
}
/* oembed containers */
.oembed-container {
	position: relative;
	margin: 0 0 30px;
}
.oembed-container iframe {
	width: 100%;
}
.oembed-container.container-vimeo {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 56.25%;
}
.oembed-container.container-vimeo img,
.oembed-container.container-vimeo iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 5;
}
/* video containers */
.video-container {
	position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin: 0 0 30px;
}
.video-container img,
.video-container iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 5;
}

/* ---------- MISC Helpers ---------- */
.mobile-label {
	display: none;
}
.screen-reader-text {
	display: none;
}

/* 02: Structure
========================================================================================================================= */
/* -------------------- Grids -------------------- */
/* responsive grid */
.rsp-grid {
	font-size: 0;
}
.rsp-grid .grid-container {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
}
.rsp-grid .grid-container.container-20 {
	width: 20%;
}
.rsp-grid .grid-container.container-25 {
	width: 25%;
}
.rsp-grid .grid-container.container-30 {
	width: 30%;
}
.rsp-grid .grid-container.container-33 {
	width: 33.33%;
}
.rsp-grid .grid-container.container-40 {
	width: 40%;
}
.rsp-grid .grid-container.container-50 {
	width: 50%;
}
.rsp-grid .grid-container.container-66 {
	width: 66.66%;
}
.rsp-grid .grid-container.container-75 {
	width: 75%;
}
/* spaced grid */
.rsp-grid.grid-spaced {
	margin-left: -2%;
}
.rsp-grid.grid-spaced .grid-container {
	margin: 0 0 2% 2%;
}
.rsp-grid.grid-spaced .grid-container.container-20 {
	width: 18%;
}
.rsp-grid.grid-spaced .grid-container.container-25 {
	width: 23%;
}
.rsp-grid.grid-spaced .grid-container.container-30 {
	width: 28%;
}
.rsp-grid.grid-spaced .grid-container.container-33 {
	width: 31.33%;
}
.rsp-grid.grid-spaced .grid-container.container-40 {
	width: 38%;
}
.rsp-grid.grid-spaced .grid-container.container-50 {
	width: 48%;
}
.rsp-grid.grid-spaced .grid-container.container-66 {
	width: 64.66%;
}
.rsp-grid.grid-spaced .grid-container.container-75 {
	width: 73%;
}


/* 03: Components
========================================================================================================================= */
/* ---------- Accordions ---------- */
.accordion {
    width: 100%;
    border-top: 1px solid #ddd;
}
.accordion-toggle {
    position: relative;
    display: block;
    padding: 20px 20px 20px 70px;
    font-weight: 400;
    text-decoration: none !important;
    color: #1a1b21;
}
.accordion-toggle:hover {
    text-decoration: none;
}
.accordion-toggle .toggle-icon {
    position: absolute;
    top: 18px;
    left: 15px;
    font-size: 1.5em;
    line-height: 1;
    color: #1a1b21;
}
.accordion-toggle.open {
    color: #02bad6;
}
.accordion-content {
    display: none;
    padding: 0 20px 20px 70px;
}
.accordion-content p {
    font-size: .9em;
}
.accordion-content p:last-child {
    margin: 0;
}

/* -------------------- Avatar -------------------- */
.avatar {
	display: block;
	width: 100px;
	margin: 0 5px 10px 0;
	border-radius: 100px;
}
.avatar.avatar-small {
	width: 75px;
}
.avatar.avatar-mini {
	width: 50px;
}

/* -------------------- Card -------------------- */
.card {
	position: relative;
	top: 0;
	margin: 0 0 20px;
	background: #fff;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.card:hover {
	top: -10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.card .card-image {
	position: relative;
	background: #151515;
}
.card .card-image > a {
	display: block;
}
.card .card-image img {
	display: block;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.card .card-image > a:hover img {
	opacity: .5;
}
.card .card-image .image-label {
	position: absolute;
	bottom: 20px;
	left: 0;
	padding: 7px 15px;
	font-weight: 900;
	background: #fc0;
	color: #151515;
}
.card .card-image .image-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background: linear-gradient(transparent, rgba(0, 0, 0, .8));
}
.card .card-content {
	padding: 20px;
}
.card .card-content p {
	font-size: .85em;
}
.card .card-title {
	margin: 0 0 10px;
}
.card .card-title a {
	color: #1a1b21;
	text-decoration: none;
}
.card .card-title a:hover {
	color: #08c;
}
/* product cards */
.card.card-product {
	position: relative;
	padding: 50px;
	margin: 0 0 30px;
}
.card.card-product .product-title {
	padding: 0 0 20px;
	margin: 0 0 20px;
	font-size: 1.5em;
	font-weight: 700;
	border-bottom: 2px solid #ccc;
}
.card.card-product .product-price {
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: -1px;
	color: #333;
	margin: 0 0 5px;
}
.card.card-product .btn {
	padding-right: 0;
	padding-left: 0;
}
.card.card-product .product-price .price-sub {
	font-size: .85em;
	font-weight: 300;
	color: #999;
}
.card.card-product .product-desc {
	font-size: 1.2em;
}
.card.card-product.product-recommended {
	margin-top: -15px;
	z-index: 10;
}
.card.card-product .card-content {
	padding: 0;
}
/* wide cards */
.card.card-wide {
	overflow: auto;
	padding: 30px 0;
	margin: 0;
	border: none;
	border-top: 1px solid #ddd;
	box-shadow: none;
}
.card.card-wide .card-image {
	float: left;
	width: 33%;
	overflow: hidden;
	background: none;
}
.card.card-wide .card-image > a {
	display: block;
}
.card.card-wide .card-image > a:hover {
	opacity: .5;
}
.card.card-wide .card-image > a img {
	width: auto;
	max-height: 300px;
}
.card.card-wide .card-content {
	margin-left: 33%;
	padding: 15px 30px;
}

/* -------------------- Comments -------------------- */
.comment {
	position: relative;
	padding: 20px 0 20px 70px;
	min-height: 80px;
	border-top: 1px solid #ddd;
}
.comment .comment-avatar {
	position: absolute;
	top: 20px;
	left: 0;
	width: 50px;
}
.comment .comment-avatar img {
	border-radius: 100px;
}
.comment .comment-meta {
	display: block;
}
.comment .comment-meta .meta-label.label-user {
	font-weight: 700;
	color: #151515;
}
.comment .comment-meta .meta-label.label-time {
	font-weight: 400;
}
.comment .comment-content {
	font-size: .85em;
}
/* comment form */
.comment-form {
	margin: 0 0 20px;
}

.comments-container {
	margin: 30px 0 0;
}
/* hide all the default WP stuff */
.comments-container .form-allowed-tags,
.comments-container .logged-in-as,
.comments-container br {
	display: none;
}
.comment-list {
	list-style: none;
	margin: 0 0 20px;
}
.comment-list > .comment {
	position: relative;
	padding: 15px 0 0 54px;
	border-top: 1px solid #ddd;
}
.comment-list > .comment.bypostauthor:after {
	position: absolute;
	top: 15px;
	right: 0;
	content: "CSC Team";
	font-size: .8em;
	font-weight: 700;
	text-transform: uppercase;
	color: #43c0ad;
	z-index: 5;
}
.comment-list > .comment .avatar {
	position: absolute;
	top: 15px;
	left: 0;
	width: 44px;
	border-radius: 50px;
}
.comment-list > .comment .comment-meta {
	font-size: .85em;
	font-weight: 700;
	color: #333;
	margin: 0 0 10px;
}
.comment-list > .comment.bypostauthor .comment-meta {
	padding-right: 100px;
}
.comment-list > .comment .comment-meta .fn {
	color: #5e7bbd;
}
.comment-list > .comment .comment-meta .fn > a {
	color: #08c;
}
.comment-list > .comment .comment-meta a {
	color: #aaa;
}
.comment-list > .comment .comment-meta .says {
	display: none;
}
.comment-list > .comment .comment-metadata {
	font-weight: 400;
}
.comment-list > .comment .comment-content .wp-review-comment-rating {
	display: block;
	margin: 0 0 10px;
}
.comment-list > .comment .comment-content .edit-link {
	position: absolute;
	top: 15px;
	right: 0;
	font-size: .8em;
}
.comment-list > .comment .comment-content p {
	font-size: 1em;
}
.comments-container .comment-respond {
	padding: 15px 0 0;
	border-top: 1px solid #ddd;
}
.comments-container .comment-respond label {
	color: #333;
}
.comments-container .comment-respond .comment-reply-title {
	font-size: 1.2em;
}
.comments-container .reply {
	margin: 0 0 15px;
}
.comments-container .reply a {
	display: inline-block;
	padding: 7px 20px;
	font-size: .8em;
	font-weight: 700;
	line-height: 1;
	border-radius: 3px;
	border: 1px solid;
	text-decoration: none;
}
.comments-container .reply a:hover {
	background: #09c;
	color: #fff;
	border-color: #09c;
}
.comment-list > .comment .children {
	list-style: none;
    margin: 0;
}
.comment-reply-link {
	font-size: .8em;
}

/* ---------- Control Toggle ---------- */
.control-toggle {
	position: relative;
	display: block;
	width: 100px;
	height: 40px;
	margin: 0 auto;
	background: #1a1b21;
	border-radius: 100px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.control-toggle .toggle-text {
	position: absolute;
	top: 10px;
	font-size: 1em;
	color: #999;
	cursor: pointer;
	text-decoration: none;
}
.control-toggle .toggle-text:hover {
	color: #1985e3;
}
.control-toggle .toggle-text .text-sub {
	display: block;
	font-size: .7em;
	text-align: center;
	margin: 15px 0 0;
}
.control-toggle .toggle-text.text-left {
	left: -80px;
}
.control-toggle .toggle-text.text-right {
	right: -80px;
}
.control-toggle .toggle-icon {
	display: block;
	width: 100%;
	height: 40px;
	cursor: pointer;
}
.control-toggle .toggle-icon:after {
	position: absolute;
	top: 5px;
	left: 5px;
	content: "";
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 100px;
	z-index: 100;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
/* active toggling */
.control-toggle.active {
	background: #02bad6;
}
.control-toggle .toggle-icon.icon-default {
	display: block;
}
.control-toggle .toggle-icon.icon-active {
	display: none;
}
.control-toggle.active .toggle-icon.icon-default {
	display: none;
}
.control-toggle.active .toggle-icon.icon-active {
	display: block;
}
.control-toggle.active .toggle-icon:after {
	left: inherit;
	right: 5px;
}

/* -------------------- Course -------------------- */
.course-actions {
	margin-bottom: 20px;
}
.course-actions .btn {
	display: block;
	width: 100%;
	margin: 0 0 10px;
}
.course-progress {
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0 0 20px;
	background: #ddd;
	border-radius: 20px;
}
.course-progress .progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	background: #68dc6b;
	background: -moz-linear-gradient(-45deg, #68dc6b 1%, #2dbb98 100%);
	background: -webkit-linear-gradient(-45deg, #68dc6b 1%,#2dbb98 100%);
	background: linear-gradient(135deg, #68dc6b 1%,#2dbb98 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68dc6b', endColorstr='#2dbb98',GradientType=1 );
	border-radius: 20px;
	z-index: 5;
}

.course-progress-label {
	display: block;
	font-weight: 300;
	line-height: 1.4;
	margin: 10px 0;
}

/* -------------------- Feature -------------------- */
.feature {
	position: relative;
	padding-left: 80px;
	margin: 0 0 30px;
}
.feature .feature-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	font-size: 3em;
	line-height: 1;
	text-align: center;
}
.feature .feature-title {
	line-height: 1.2;
	margin: 0 0 10px;
}

/* circle features */
.feature.feature-circle .feature-icon {
	height: 65px;
	padding: 20px 0;
	font-size: 1.5em;
	background: #1a1b21;
	color: #fff;
	border-radius: 100px;
}

/* feature links */
.feature.feature-link {
	padding: 0;
	margin: 0 0 20px;
}
.feature.feature-link > a {
	position: relative;
	display: block;
	padding: 20px 50px 20px 65px;
	background: rgba(0, 0, 0, .05);
	color: #777;
}
.feature.feature-link > a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	height: 50px;
	margin-top: -25px;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 3em;
	line-height: 1;
	color: #ccc;
}
.feature.feature-link > a:hover {
	background: rgba(0, 0, 0, .1);
	border-color: #000;
	text-decoration: none;
}
.feature.feature-link > a:hover:after {
	color: #000;
}
.feature.feature-link .feature-icon {
	top: 15px;
	left: 15px;
	width: 40px;
	padding: 0;
	font-size: 2em;
	line-height: 1;
	text-align: center;
	color: #999;
	border: none;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.feature.feature-link .feature-title {
	display: block;
	font-size: 1.4em;
	font-weight: 700;
	text-transform: none;
	color: #333;
	margin: 0 0 10px;
}
.feature.feature-link .feature-desc {
	display: block;
	margin: 0 0 10px;
	font-size: 1em;
	line-height: 1.4;
}
.feature.feature-link .feature-more {
	font-weight: 700;
	color: #1489cc;
}

/* -------------------- Filter -------------------- */
.filter {
	position: relative;
	padding: 20px;
	margin: 0 0 30px;
	background: #fff;
	border: 1px solid #ddd;
}
.filter .filter-utility {
	position: absolute;
	top: -7px;
	right: 0;
}
.filter .filter-group {
	margin: 0 0 20px;
}
.filter .filter-group .group-title {
	display: block;
	font-weight: 700;
	margin: 0 0 10px;
}
/* horizontal filter */
.filter.filter-horizontal {
	padding: 20px 20px 20px 200px;
	text-align: right;
}
.filter.filter-horizontal .filter-title {
	position: absolute;
	top: 20px;
	left: 10px;
	padding: 10px;
}
.filter.filter-horizontal .filter-group {
	display: inline-block;
	width: 220px;
	padding: 0 5px;
	margin: 0;
	border: none;
	vertical-align: top;
}
.filter.filter-horizontal .filter-group select,
.filter.filter-horizontal .filter-group .btn-select {
	display: block;
	height: 44px;
	font-size: .9em;
	border-radius: 0;
}
.filter.filter-horizontal .filter-group .dropdown-menu {
	width: 100%;
}
.filter.filter-horizontal .filter-group .dropdown-menu li:first-child .filter-option {
	border-top: none;
}
.filter.filter-horizontal .filter-group .dropdown-menu li label {
	position: relative;
	padding: 10px 0 10px 20px;
	margin: 0;
	cursor: pointer;
	font-weight: normal;
}
.filter.filter-horizontal .filter-group .dropdown-menu li label input {
	position: absolute;
	top: 12px;
	left: 0;
	margin: 0;
}

/* ----- filter facets ----- */
.filter .facetwp-facet {
	margin: 0;
}
/* search filtering */
.filter .fs-search {
	padding: 10px;
}
.filter .fs-search input {
	padding: 10px;
	font-size: .8em
}
.filter .fs-option,
.filter .fs-search ,
.filter .fs-optgroup-label {
	padding: 10px;
}
.filter .fs-wrap.multiple .fs-option {
	padding-left: 30px;
}
.filter .fs-option .fs-option-label,
.filter .fs-search .fs-option-label,
.filter .fs-optgroup-label .fs-option-label {
	font-size: .8em;
}
/* checkbox/radio filtering */
.filter .facetwp-checkbox,
.filter .facetwp-radio {
	font-size: .85em;
	font-weight: 400;
	margin: 0 0 10px;
	color: #1a1b21;
}
.filter .facetwp-checkbox:hover,
.filter .facetwp-radio:hover {
	color: #09c;
}
.filter .facetwp-checkbox .facetwp-counter,
.filter .facetwp-radio .facetwp-counter {
	font-weight: 300;
	color: #999;
}
.filter .facetwp-type-checkboxes .facetwp-depth {
	margin: 0 0 20px 20px;
}
.filter .facetwp-type-checkboxes .facetwp-depth .facetwp-checkbox {
	font-weight: 400;
}
/* fsslect */
.filter .facetwp-type-fselect .fs-wrap,
.filter .facetwp-type-fselect .fs-dropdown {
	width: 100%;
}
/* search */
.filter .facetwp-search-wrap {
	display: block;
	width: 100%;
}
.filter .facetwp-search-wrap .facetwp-search {
	padding-right: 40px;
}
.filter .facetwp-search-wrap .facetwp-btn {
	top: 12px;
	right: 10px;
	font-style: normal;
	text-align: center;
}
.filter .facetwp-search-wrap .facetwp-btn:hover {
	opacity: 1.0;
}
.filter .facetwp-search-wrap .facetwp-btn:before {
	content: "\f002";
	font-family: FontAwesome;
	background: none;
}

/* -------------------- Gallery -------------------- */
.gallery ul {
	list-style: none;
	margin: 0 0 20px -3%;
	overflow: auto;
}
.gallery ul li {
	float: left;
	width: 22%;
	margin: 0 0 3% 3%;
	/*max-height: 140px;*/
	background: #000;
	overflow: hidden;
}
.gallery ul li a {
	display: block;
}
.gallery ul li img {
	width: 100%;
}
.gallery ul li img:hover {
	opacity: .5;
}

/* -------------------- Items -------------------- */
.item {
	position: relative;
	padding: 20px 150px 20px 0;
	border-top: 1px solid #ccc;
}
.item .meta a {
	color: #333;
}
.item .meta a:hover {
	color: #09c;
}
.item .item-title {
	font-weight: 700;
	margin: 0 0 5px;
}
.item .item-title a {
	color: #1a1b21;
	text-decoration: none;
}
.item .item-title a:hover {
	color: #08c;
}
.item p {
	margin: 0 0 10px;
}
.item p:last-child {
	margin: 0;
}
.item-content {
}
.item-content .list-tags {
	margin: 0;
}
/* item action */
.item .item-action {
	position: absolute;
	top: 20px;
	right: 0;
	width: 130px;
	text-align: right;
}
.item .item-action .label {
	display: block;
	margin: 10px 0;
}
/* item form */
.item .item-form {
	padding: 20px;
	margin: 20px 0 0;
	background: #fff;
	border: 1px solid #ddd;
}
.item .item-form input,
.item .item-form select,
.item .item-form textarea {
	margin: 0 0 15px;
}
.item .item-form select {
	height: auto;
}

/* items with images */
.item.item-with-image {
	min-height: 190px;
	padding: 20px 180px 20px 170px;
}
.item.item-with-image .item-image {
	position: absolute;
	top: 20px;
	left: 0;
	width: 150px;
}
.item.item-with-image .item-image img {
	display: block;
	width: 100%;
	border-radius: 4px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.item.item-with-image .item-image img:hover {
	transform: scale(1.05);
}
.item.item-with-image .item-image.image-circle img {
	border-radius: 500px;
}
.item.item-with-image .item-icon {
	position: absolute;
	top: 20px;
	left: 0;
}
.item.item-with-image .item-icon > a {
	display: block;
	width: 75px;
	padding: 20px 0;
	font-size: 2em;
	text-align: center;
	text-decoration: none;
	border: 2px solid #ccc;
	border-radius: 300px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.item.item-with-image .item-icon > a:hover {
	background: rgba(0, 0, 0, .1);
}
/* list items */
.item.item-list {
	min-height: 70px;
	padding: 18px 0 14px 50px;
}
.item.item-list .item-icon {
	position: absolute;
	top: 15px;
	left: 0;
}
.item.item-list .item-title {
	padding-right: 120px;
}
.item.item-list .item-icon > a {
	display: block;
	width: 40px;
	padding: 10px 0;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	background: rgba(0, 0, 0, .05);
	border-radius: 4px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.item.item-list .item-icon > a:hover {
	background: rgba(0, 0, 0, .15);
}
.item.item-list .item-child {
	min-height: inherit;
	padding: 10px 0 10px 40px;
	border: none;
}
.item.item-list .item-child .item-icon {
	top: 10px;
}
.item.item-list .item-child .item-icon > a {
	width: 30px;
	padding: 8px 0;
	font-size: .85em;
}
.item.item-list .item-child .item-title {
	padding-right: 0;
}
.item.item-list .item-utility {
	position: absolute;
	top: 18px;
	right: 0;
}
.item.item-list .item-utility .utility-link {
	display: block;
	padding: 7px 0;
	font-size: .8em;
	font-weight: bold;
}
/* module items */
.item.item-module {
	padding-left: 70px;
}
.item.item-module .item-number {
	position: absolute;
	top: 20px;
	left: 0;
	width: 50px;
	height: 50px;
	padding: 15px 0;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
	color: #1a1b21;
	border: 2px solid;
	border-radius: 100px;
}
/* path items */
.item.item-path {
	border: none;
	padding-right: 0;
}
.item.item-path:before {
	position: absolute;
	top: 20px;
	left: 24px;
	content: "";
	width: 2px;
	height: 100%;
	background: #ddd;
}
.item.item-path:last-child:before {
	display: none;
}
.item.item-path .item-header {
	position: relative;
	padding-right: 140px;
}
.item.item-path .item-header .header-action {
	position: absolute;
	top: 0;
	right: 0;
	width: 132px;
}
.item.item-path.item-module .item-number {
	background: #1a1b21;
	color: #fff;
}

/* image icons */
.item.item-with-image .item-image.image-icon a {
	display: block;
	padding: 20px 0;
	font-size: 2em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #666;
	border: 1px solid #ddd;
}
.item.item-with-image .item-image.image-icon a:hover {
	background: #eee;
	color: #1a1b21;
	border-color: #1a1b21;
}

/* items with numbers */
.item.item-with-number {
	padding: 20px 0 20px 65px;
}
.item.item-with-number .item-number {
	position: absolute;
	top: 20px;
	left: 0;
	width: 51px;
	padding: 12px 0;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	background: #333;
	color: #fff;
	border-radius: 100px;
}
.item.item-with-number .item-content p {
	font-size: .85em;
}
/* large items */
.item.item-large.item-with-image {
	min-height: 270px;
	padding-left: 320px;
}
.item.item-large.item-with-image .item-image {
	width: 300px;
}
/* small items */
.item.item-small.item-with-image {
	min-height: 120px;
	padding-left: 100px;
}
.item.item-small .item-image {
	width: 80px;
}
.item.item-small p {
	font-size: .85em;
}
/* micro items */
.item.item-micro.item-with-image {
	min-height: 80px;
	padding-left: 65px;
}
.item.item-micro .item-image {
	width: 50px;
}
.item.item-micro p {
	font-size: .85em;
}

.item.item-basic {
	padding: 15px 0;
}

/* item feed */
.item-feed .item:first-child,
.item-feed .item.item-with-image:first-child {
	padding-top: 0;
	border-top: none;
}
.item-feed .item.item-with-image:first-child .item-image {
	top: 0;
}

/* -------------------- Loading -------------------- */
.loading {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 2000;
}
.loading .loading-status {
	position: absolute;
    top: 40%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    padding: 30px 0;
    background: rgba(0, 0, 0 , .5);
    color: #fff;
    text-align: center;
    z-index: 2001;
}
.loading .loading-status .loading-icon {
	display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
}
.loading .loading-status .status-text {
	font-size: .85em;
}

/* -------------------- Messages -------------------- */
.messages {
	position: relative;
	min-height: 400px;
}
.messages input[type="submit"] {
	padding: 10px 25px;
	font-size: .8em;
}

/* message filter */
.message-filter .filter-group {
	margin: 14px 0;
}
.message-filter .filter-group .label-option.option-block {
	padding: 10px 0 10px 30px;
}
.message-filter .filter-group .label-option.option-block input {
	top: 11px;
}

/* message header */
.message-header {
	position: relative;
    padding: 0 150px 0 0;
    margin: 0 0 20px;
    border-bottom: 2px solid;
}
.message-header .header-utility {
	position: absolute;
    top: 10px;
    right: 0;
}
.message-header .header-utility a {
	text-decoration: none !important;
}
.message-form {
	padding: 30px;
	background: #fff;
	border: 1px solid #ccc;
}

/* message search */
.message-search {
	position: relative;
	background: #eee;
	padding-right: 35px;
	margin: 0 0 15px;
}
.message-search .search-input {
	background: none;
	border: none;
	outline: none;
	font-size: .85em;
}
.message-search .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	background: none;
	color: #999;
	font-size: 1em;
	border: none;
}
.message-search .search-submit:hover {
	background: none;
	color: #333;
}

/* -------------------- Meta -------------------- */
.meta {
	font-size: .85em;
}
.meta .meta-label {
	display: inline-block;
	font-weight: 700;
	margin: 0 10px 10px 0;
	color: #999;
}
.meta .meta-label.label-cat {
	color: #333;
}

/* -------------------- Metric -------------------- */
.metric {
	position: relative;
	display: inline-block;
	min-height: 80px;
	padding: 0 0 0 90px;
	margin: 0 0 20px;
	vertical-align: top;
}
.metric .metric-icon {
	position: absolute;
	top: 0;
	left: 15px;
	width: 60px;
	font-size: 3em;
	line-height: 1;
	text-align: center;
	color: #aaa;
}
.metric .metric-label {
	display: block;
	font-weight: 900;
	margin: 0 0 10px;
}
.metric .metric-value {
	display: block;
	font-size: 2em;
	font-weight: 300;
	line-height: 1.2;
	text-transform: capitalize;
	margin: 0;
}
.metric .metric-value.value-small {
	font-size: 1.2em;
}
.metric .metric-list {
	list-style: none;
	margin: 15px 0 0;
}
.metric .metric-list li {
	margin: 0 0 10px;
}
/* small metrics */
.metric.metric-small {
	padding-left: 75px;
}
.metric.metric-small .metric-icon {
	width: 50px;
	font-size: 2.5em;
}
.metric.metric-small .metric-value {
	font-size: 1.4em;
}
/* metrics without icons */
.metric.metric-no-icon {
	padding-left: 20px;
	border-left: 3px solid #ccc;
}
/* stacked metrics */
.metric.metric-stacked {
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 0;
	border-top: 1px solid #ccc;
}
.metric.metric-stacked .metric-icon {
	top: 20px;
}
.metric.metric-stacked .metric-label {
	margin: 0 0 5px;
}
.metric.metric-stacked .metric-value {
	font-size: 1.5em;
}

/* -------------------- Pagination -------------------- */
.pagination,
.facetwp-pager {
	display: block;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 0;
}
.pagination .page-numbers,
.facetwp-pager .facetwp-pager-label {
	display: inline-block;
	padding: 5px 10px;
	border: 2px solid #ccc;
}
.facetwp-pager .facetwp-page {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 5px 5px 0;
	border: 2px solid #ccc;
	text-decoration: none;
}
.pagination .page-numbers:hover,
.facetwp-pager .facetwp-page:hover {
	border-color: #1a1b21;
}
.pagination .page-numbers.current,
.facetwp-pager .facetwp-page.active {
	background: #1a1b21;
	color: #fff;
	border-color: #1a1b21;
}
.pagination.credo-paging {
	display: none;
}

/* -------------------- Post -------------------- */
/* post content */
.post-content ul,
.post-content ol {
	margin: 0 0 30px 20px;
}
.post-content li {
	margin: 0 0 10px;
	line-height: 1.5;
}
.post-content .gform_fields {
	margin: 0 0 20px;
}
.post-content .share-links {
	margin: 0 0 30px;
}

/* post navigation */
.post-nav {
	padding: 20px;
	margin: 0 0 15px;
	background: #fff;
	border: 2px solid #ddd;
	overflow: auto;
}
.post-nav .nav-links {
	display: table;
	width: 100%;
}
.post-nav .nav-previous,
.post-nav .nav-next {
	display: table-cell;
	width: 50%;
}
.post-nav .nav-previous {
	border-right: 1px solid #ddd;
}
.post-nav .nav-next {
	text-align: right;
	border-left: 1px solid #ddd;
}
.post-nav .nav-previous:before,
.post-nav .nav-next:before {
	display: block;
	font-size: .85em;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #999;
}
.post-nav .nav-previous:before {
	content: "Previous";
}
.post-nav .nav-next:before {
	content: "Next";
}
.post-nav a {
	display: block;
	position: relative;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.4;
}
.post-nav .nav-previous a {
	padding: 10px 10px 10px 35px;
}
.post-nav .nav-next a {
	padding: 10px 35px 10px 10px;
	text-align: right;
}
.post-nav .nav-previous a:before,
.post-nav .nav-next a:before {
	position: absolute;
	top: 10px;
	font-family: FontAwesome;
	font-size: 1.4em;
	line-height: 1;
}
.post-nav .nav-previous a:before {
	left: 0;
	content: "\f137";
}
.post-nav .nav-next a:before {
	right: 0;
	content: "\f138";
}
.post-nav .no-link {
	display: inline-block;
	padding: 5px 10px;
	margin: 10px 0 0;
	font-size: .85em;
	font-weight: 700;
	background: #eee;
	color: #333;
}

/* -------------------- Quote -------------------- */
.quote {
	padding: 30px;
	margin: 0 0 30px;
}
.quote blockquote {
	padding: 0;
	margin: 0 0 20px;
}

/* -------------------- Search -------------------- */
.search {
	position: relative;
	background: #eee;
	padding-right: 50px;
	margin: 0 0 15px;
	border-radius: 100px;
}
.search .search-input {
	padding: 15px 20px;
	background: none;
	border: none;
	outline: none;
}
.search .search-submit {
	position: absolute;
	top: 0;
	right: 5px;
	padding: 15px;
	background: none;
	color: #999;
	border: none;
}
.search .search-submit:hover {
	background: none;
	color: #333;
}

/* -------------------- Social share links -------------------- */
.share-links {
	list-style: none;
	font-size: 1em;
	margin: 0;
}
.share-links li {
	display: inline-block;
	margin: 0;
}
.share-links li a {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	width: 48px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}
.share-links li a:hover {
	background: #666;
}
.share-links li.facebook a {
	background: #4c66a4;
}
.share-links li.facebook a:hover {
	background: #2b4585;
}
.share-links li.twitter a {
	background: #55acee;
}
.share-links li.twitter a:hover {
	background: #277ec1;
}
.share-links li.google a {
	background: #dd4b39;
}
.share-links li.google a:hover {
	background: #ad2312;
}
.share-links li.linkedin a {
	background: #287bbc;
}
.share-links li.linkedin a:hover {
	background: #1b5480;
}

/* -------------------- Social nav -------------------- */
.social-nav {
	list-style: none;
	margin: 0 0 20px;
}
.social-nav li {
	display: inline-block;
	margin: 0 5px 5px 0;
}
.social-nav li a {
	display: inline-block;
	line-height: 1;
	text-align: center;
	padding: 12px 0;
	width: 40px;
	background: #1a1b21;
	color: #fff;
	border-radius: 100px;
	text-decoration: none;
}
.social-nav li a:hover {
	background: #666;
}
.social-nav li a.nav-message {
	padding: 12px 20px;
	width: auto;
}
.social-nav li a.nav-message i {
	margin-right: 5px;
}
.social-nav.nav-large {
	font-size: 1.5em;
}
.social-nav.nav-large li a {
	width: 60px;
	height: 60px;
	padding: 18px 0;
}
.social-nav.nav-block li {
	display: block;
	margin: 0 0 10px;
}
.social-nav.nav-block li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 15px 20px;
	text-align: left;
}
.social-nav.nav-block li a i {
	margin-right: 10px;
}
.social-nav.nav-block li a .block-text {
	font-size: .85em;
}

/* -------------------- Status Steps -------------------- */
.status-steps {
	position: relative;
	display: table;
	width: 100%;
	margin: 0 0 20px;
}
.status-steps .step {
	position: relative;
	display: table-cell;
	padding: 0;
	text-align: center;
	vertical-align: top;
}
.status-steps .step:before {
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ddd;
}
.status-steps .step:first-child {
	text-align: left;
}
.status-steps .step:last-child {
	text-align: right;
}
.status-steps .step label {
	position: relative;
	display: inline-block;
	min-height: 40px;
	padding: 10px 15px 10px 45px;
	background: #fff;
	color: rgba(0, 0, 0, .35);
}
.status-steps .step label .step-number {
	position: absolute;
	top: -2px;
	left: 0;
	padding: 10px 0;
	width: 42px;
	height: 42px;
	background: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .35);
	font-size: .8em;
	text-align: center;
	border: 5px solid #fff;
	border-radius: 30px;
}
.status-steps .step label .step-label {
	font-size: .85em;
}
.status-steps .step.active label {
	color: #1a1b21;
}
.status-steps .step.active label .step-number {
	background: #1a1b21;
	color: #fff;
}
.status-steps .step.step-centered {
	text-align: center;
}
.status-steps .step.step-right {
	text-align: right;
}
.status-steps.steps-3 .step {
	width: 33.33%;
}
.status-steps.steps-4 .step {
	width: 25%;
}

/* -------------------- Tags --------------------- */
.tags {
	font-size: .8em;
}
.tags a,
.tags span {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 1px 5px 0; 
	border: 2px solid #ddd;
	border-radius: 3px;
}

/* -------------------- tiles ----------- */
.tile {
	position: relative;
}
.tile a,
.tile:hover a {
	text-decoration: none;
}
.tile .tile-image {
	display: block;
	background: #000;
	overflow: hidden;
}
.tile .tile-image img {
	display: block;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.tile .tile-icon {
	position: absolute;
	top: 0;
	left: 30px;
	width: 60px;
	height: 60px;
	padding: 15px 0;
	font-size: 1.5em;
	text-align: center;
	background: #999;
	color: #fff;
	border-radius: 100px;
	z-index: 10;
}
.tile .tile-status {
	position: absolute;
	top: 30px;
	left: 30px;
	padding: 5px 15px 7px 10px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	z-index: 10;
}
.tile .tile-status i {
	display: inline-block;
	font-size: 1.2em;
	vertical-align: top;
	margin: 2px 5px 0 0;
}
.tile .tile-status .status-text {
	display: inline-block;
	font-size: .8em;
	color: #fff;
}

.tile .tile-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 100px 30px 30px;
	background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .75));
	/*background: rgba(39, 43, 51, .7);*/
	color: #fff;
	z-index: 5;
}
.tile .tile-title {
	font-size: 1.5em;
	font-weight: 700;
	margin: 0 0 10px;
	color: #fff;
}
.tile .tile-label {
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 15px;
}
.tile .tile-description {
	display: block;
	font-weight: 200;
	color: #fff;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.tile .tile-desc {
	display: block;
	font-size: .85em;
	margin: 0 0 10px;
}
.tile .tile-content .btn {
	width: 100%;
	font-size: .9em;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.tile .tile-description.js-content {
	height: 0;
	overflow: hidden;
}
.tile:hover img {
	opacity: .5;
	transform: scale(1.10);
}
.tile:hover .tile-content {
	background: none;
}
.tile:hover .tile-description.js-content {
	height: 50px;
	overflow: inherit;
}

/* -------------------- Timer -------------------- */
.timer {
	position: relative;
	display: block;
}
.timer .timer-unit {
	display: inline-block;
	padding: 10px 15px;
	margin: 0 10px 10px 0;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.5;
	background: #f5f5f5;
	border-left: 3px solid #ddd;
}
.timer .timer-unit span {
	display: block;
	font-size: .7em;
	font-weight: 300;
	opacity: .7;
	margin: 0 0 0 3px;
}
/* large timer */
.timer.timer-large .timer-unit {
	display: inline-block;
	margin: 0 10px 10px 0;
	font-size: 2em;
}
.timer.timer-large .timer-unit span {
	font-size: .5em;
}
.timer.timer-centered {
	width: 340px;
	margin: 0 auto 20px;
	text-align: center;
}
.timer.timer-centered .timer-unit {
	margin: 0 10px 10px;
}

/* -------------------- Users -------------------- */
.user {
	position: relative;
	min-height: 80px;
	padding-left: 100px;
}
.user .user-avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
}
.user .user-avatar img {
	border-radius: 100px;
}
.user .user-label {
	display: block;
	font-size: .8em;
	margin: 0 0 10px;
}
.user .user-title {
	display: block;
	font-weight: 700;
	margin: 0 0 5px;
}
.user .user-title a {
	color: #690;
}
.user .user-title a:hover {
	color: #333;
}
.user .user-desc {
	display: block;
	font-size: .85em;
	font-weight: 300;
}
.user-rating {
	display: block;
	margin: 0 0 5px;
	color: #09c;
}
/* ----- user sizes ----- */
/* micro users */
.user.user-micro {
	padding-left: 65px;
}
.user.user-micro .user-avatar {
	width: 50px;
}
/* small users */
.user.user-small {
	padding-left: 75px;
}
.user.user-small .user-avatar {
	width: 60px;
}
/* large users */
.user.user-large {
	min-height: 100px;
	padding-left: 120px;
}
.user.user-large .user-avatar {
	width: 100px;
}
/* metric users */
.user.user-metric {
	margin-left: 15px;
}


/* 04: Forms
========================================================================================================================= */
.form-container {
	padding: 30px;
	border: 1px solid #ccc;
}
.input-container {
	margin: 0 0 20px;
}

/* -------------------- labels -------------------- */
label {
	display: block;
	font-weight: 700;
	color: #333;
	margin-bottom: 10px;
}
.label-block {
	display: block;
}
.label-helper {
	font-size: .85em;
	font-weight: 300;
	color: #999;
}
.label-title {
	display: block;
	margin: 0 0 20px;
}
/* option labels */
.label-option {
	position: relative;
	display: inline-block;
	padding: 10px 15px 10px 30px;
	margin: 0 5px 1px 0;
	font-size: .85em;
	font-weight: 300;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.label-option:hover {
	background: #eee;
}
.label-option input {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0;
}
.label-option .option-title {
	display: block;
	font-size: .9em;
}
.label-option .option-desc {
	display: block;
	font-size: .85em;
	font-weight: 300;
	color: #999;
	margin: 5px 0 0;
}
.label-option.option-block {
	display: block;
	margin: 0 0 10px;
}
.label-option.option-block input {
	margin: 0;
}
/* select labels */
.label-select {
	position: relative;
	padding: 15px 10px 15px 35px;
	margin: 0;
	cursor: pointer;
	color: #333;
	border-top: 1px solid #ccc;
}
.label-select:hover {
	color: #9c0;
}
.label-select input {
	position: absolute;
	top: 18px;
	left: 10px;
	margin: 0;
}
/* check labels */
.label-check {
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 0 20px;
	font-size: .85em;
	cursor: pointer;
}
.label-check input {
	position: absolute;
	top: -2px;
	left: 0;
}

/* inputs */
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="tel"],
textarea {
	display: block;
	width: 100%;
	padding: 15px;
	height: auto;
	background: #f5f5f5;
	border: none;
	border-bottom: 2px solid #ddd;
	box-shadow: none;
	border-radius: 0;
	outline: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
	border-bottom-color: #1a1b21;
}
select,
select[multiple], select[size] {
	width: 100%;
	padding: 10px;
	height: 52px;
	border-radius: 3px;
	background: #f5f5f5;
	color: #333;
	border: 1px solid #ccc;
}
textarea {
	height: 100px;
}
input[type="submit"],
button[type="submit"] {
	color: #fff;
	background: #1a1b21;
	padding: 12px 30px;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.2;
	border-radius: 100px;
	border: none;
	cursor: pointer;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
input[type="submit"]:hover,
button[type="submit"]:hover {
	background: #484950;
	color: #fff;
}

.required {
	color: #c00;
}

/* -------------------- Auth -------------------- */
.auth-container {
	width: 50%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.auth-container .container-form {
	padding: 50px;
}
.auth-container.container-columns {
	width: auto;
}
.auth-content,
.auth-form {
	padding: 50px;
}
.auth-form {
	border-right: 1px solid #ddd;
}

/* -------------------- Search -------------------- */

/* 05: Tables
========================================================================================================================= */
table th {
	color: #333;
}

.column-action {
	text-align: right;
}

/* action tables */
.table.table-action {
	margin: 20px 0;
	border: 1px solid #ccc;
}
.table.table-action thead {
	background: #eee;
}
.table.table-action th,
.table.table-action td {
	padding: 15px;
}
.table.table-action .column-name {
	min-width: 300px;
}
.table.table-action .column-desc {
	font-size: .9em;
}
.table.table-action .column-action {
	min-width: 250px;
}

/* comparison table */
.table.table-compare {
	table-layout: fixed;
	font-size: 1em;
	color: #1a1b21;
	margin: 0 0 30px;
	border: none;
}
.table.table-compare thead {
	background: none;
}
.table.table-compare thead th {
	font-weight: 700;
	border-bottom: 2px solid #ccc;
}
.table.table-compare th,
.table.table-compare td {
	padding: 20px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.table.table-compare tbody tr {
	position: relative;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.table.table-compare tbody th {
	position: relative;
	padding-left: 50px;
	font-weight: 700;
}
.table.table-compare tbody th i {
	position: absolute;
	top: 18px;
	left: 0;
	width: 40px;
	font-size: 1.4em;
	font-weight: 300;
	text-align: center;
}
.table.table-compare tbody th .btn {
	margin: -3px 0 0 10px;
	vertical-align: top;
}
.table.table-compare tbody td {
	text-align: center;
}
.table.table-compare tbody td i {
	font-size: 1.5em;
	line-height: 1;
	margin-right: 5px;
}
.table.table-compare tbody td.column-yes {
	font-weight: 700;
}
.table.table-compare tbody tr:hover th,
.table.table-compare tbody tr:hover td {
	background: #f5f5f5;
}
.table.table-compare tbody tr.row-header th,
.table.table-compare tbody tr.row-header td {
	font-weight: 700;
	background: #f9f9f9;
	border-top: 1px solid #ccc;
}
.table.table-compare tbody tr.row-header th {
	font-weight: 300;
	letter-spacing: 5px;
	text-transform: uppercase;
}

/* contact tables */
.table.table-contact {
	font-size: .9em;
}
.table.table-contact th,
.table.table-contact td {
	padding: 15px 0;
}
.table.table-contact tbody th {
	width: 150px;
}
.table.table-contact tbody th i {
	display: inline-block;
	width: 20px;
	margin: 0 5px 0 0;
	text-align: center;
}

/* data tables */
.table.table-data {
	font-size: .85em;
	border: 1px solid #ddd;
}
.table.table-data thead {
	background: #f5f5f5;
}
.table.table-data th,
.table.table-data td {
	padding: 15px;
}
.table.table-data tbody th {
	width: 120px;
}

/* detail tables */
.table.table-detail {
	font-size: .9em;
	border: 1px solid #ddd;
}
.table.table-detail th,
.table.table-detail td {
	padding: 15px;
}
.table.table-detail tbody th {
	width: 150px;
	background: #f5f5f5;
}
.table.table-detail tbody th i {
	display: inline-block;
	width: 20px;
	margin: 0 5px 0 0;
	text-align: center;
}

/* invoice tables */
.table.table-invoice {
	font-size: .85em;
	border: 1px solid #ddd;
	margin: 0 0 20px;
}
.table.table-invoice th,
.table.table-invoice td {
	padding: 10px;
}
.table.table-invoice th {
	width: 140px;
}

/* list tables */
.table.table-list {
	border-top: 2px solid #333;
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px;
}
.table.table-list th,
.table.table-list td {
	padding: 15px 0;
	border-top: 1px solid #ccc;
}
.table.table-list th i {
	width: 18px;
	text-align: center;
	margin-right: 10px;
	color: #333;
}

/* message tables */
.table.table-message {
	font-size: .85em;
}
.table.table-message th,
.table.table-message td {
	padding: 15px;
}
.table.table-message thead {
	background: none;
	border-bottom: 1px solid;
}
.table.table-message tbody .column-date {
	width: 150px;
}
.table.table-message tbody .column-date span {
	font-weight: 400;
}

/* meta tables */
.table.table-meta {
	font-size: .85em;
}
.table.table-meta th,
.table.table-meta td {
	padding: 15px 0;
}
.table.table-meta th {
	width: 120px;
}

/* profile tables */
.table.table-profile {
	font-size: .85em;
	border-bottom: 1px solid #ddd;
}
.table.table-profile th,
.table.table-profile td {
	padding: 15px 0;
}
.table.table-profile tbody th {
	width: 200px;
}
.table.table-profile tbody th i {
	display: inline-block;
	width: 20px;
	margin: 0 5px 0 0;
	text-align: center;
}

/* 06: Bootstrap
========================================================================================= */
.container,
.navbar-static-top .container {
	width: 1200px;
}

/* ----- alert ----- */
.alert {
	color: #1a1b21;
	border: none;
	border-radius: 0;
}
.alert p {
	margin: 0 0 15px;
}
.alert p:last-child {
	margin: 0;
}
.alert.alert-info /* slate */ {
	background: #f0f9ff;
	border-left: 4px solid #09c;
}
.alert.alert-danger /* red */ {
	background: #feecee;
	border-left: 4px solid #c00;
}
.alert.alert-primary /* dark */ {
	background: #f5f5f5;
	border-left: 4px solid #1a1b21;
}
.alert.alert-success /* green */ {
	background: #e8fdf2;
	border-left: 4px solid #690;
}
.alert.alert-warning /* orange */ {
	background: #fef3ec;
	border-left: 4px solid #f80;
}

/* alerts with actions */
.alert.alert-with-action {
	position: relative;
	padding: 20px 180px 20px 20px;
}
.alert.alert-with-action p {
	margin: 0;
}
.alert.alert-with-action .alert-action {
	position: absolute;
	top: 18px;
	right: 20px;
}

/* padded alerts */
.alert.alert-pad-30 {
	padding: 30px;
}

/* ----- dropdown-menus ----- */
.dropdown-menu {
	min-width: 200px;
	padding: 15px;
	margin: 0;
	border-radius: 0;
}
.dropdown-menu > li {
	margin: 0;
	border-top: 1px solid #ddd;
}
.dropdown-menu > li:first-child {
	border-top: none;
}
.dropdown-menu > li > a {
	position: relative;
	font-size: 1em;
	padding: 15px;
}
.dropdown-menu > li > a:hover {
	background: #000;
	color: #fff;
}
.dropdown-menu > li > a .active-status {
	display: none;
	position: absolute;
	top: 17px;
	right: 15px;
}
.dropdown-menu > li > a.active,
.dropdown-menu > li > a.active:hover {
	background: #eee;
	color: #000;
}
.dropdown-menu > li > a.active .active-status {
	display: inline-block;
}
.dropdown-menu > li > a > i {
	position: absolute;
	top: 17px;
	right: 12px;
	width: 15px;
	text-align: center; 
}
.dropdown-menu .divider {
	margin: 1px;
}

/* ----- labels ----- */
.label {
	font-size: .7em;
    padding: 5px 10px;
    border-left: 3px solid rgba(0, 0, 0, .15);
    border-radius: 0;
}
.label.label-default {
	background: #ddd;
	color: #333;
}
.label.label-active,
.label.label-green,
.label.label-success {
	background: #25cc89; /* green */
	color: #fff;
}
.label.label-primary {
	background: #1a1b21;
	color: #fff;
}
.label.label-canceled,
.label.label-danger {
	background: #c00; /* red */
	color: #fff;
}

/* ----- modals ----- */
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
	padding-right: 0;
	margin-right: 0;
}
.modal-open .modal {
	padding-right: 0 !important;
}
.modal-content {
	border: none;
	border-radius: 0;
}
/* modal header */
.modal-header {
	position: relative;
	padding: 25px 50px 25px 30px;
}
.modal-header .modal-title {
	font-size: 1.5em;
	margin: 0;
}
.modal-header .close {
	position: absolute;
	top: 8px;
	right: 30px;
	font-family: Helvetica Neue;
	font-size: 3.2em;
	font-weight: 300;
	margin: 0;
	color: #333;
	text-shadow: none;
}
/* modal body */
.modal-body {
	padding: 30px;
}
.modal-body.body-no-padding {
	padding: 0;
}
.modal-footer {
	background: #f5f5f5;
	padding: 25px 30px;
	margin-top: 0;
	text-align: left;
}
.modal-footer .btn {
	margin: 0 5px 0 0;
}

/* ----- nav ----- */
.nav {
	font-weight: 700;
	margin: 0 0 20px;
}
.nav.nav-pills li.active a {
	background: #1a1b21;
}
.nav-pills .nav-link.active,
.nav-pills .show .nav-link {
	background: #1a1b21;
}

/* ----- panels ----- */
.panel {
	border-radius: 0;
}
.panel .panel-heading,
.panel .panel-body {
	padding: 30px;
}

/* ----- wells ----- */
.well {
	padding: 30px;
	border-radius: 0;
	box-shadow: none;
}
.well .well-title {
	position: relative;
	padding-right: 40px;
}
.well .well-title i {
	position: absolute;
	top: 5px;
	right: 0;
}
.well.bg-white {
	border: 1px solid #ddd;
}
/* edit wells */
.well.well-edit {
	padding: 0;
}
.well.well-edit .well-header {
	padding: 20px;
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
}
.well.well-edit .well-header .header-title {
	margin: 0;
}
.well.well-edit .well-body {
	padding: 20px;
}
.well.well-edit .well-body .acf-frontend-form {
	padding: 0;
}
/* slim wells */
.well.well-slim {
	padding: 15px;
}


/* 07: Responsive (Media Queries)
========================================================================================================== */
/* Retina-specific styles */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -moz-min-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

}

/* LARGE DESKTOP */
@media (min-width: 1200px) {

}

@media (max-width: 1199px) {

	/* filter */
	.filter.filter-horizontal {
		padding: 20px;
		text-align: left;
	}
	.filter.filter-horizontal .filter-title {
		position: static;
		margin: 0;
	}
	.filter.filter-horizontal .filter-group {
		padding: 5px;
	}

	/* ----- Bootstrap ----- */
	.container {
		width: auto;
		padding: 0 30px;
	}

}

/* SMALL DESKTOP */
@media (min-width: 992px) {

}

/* TABLET */
@media (max-width: 1024px) {

	/* -------------------- Auth -------------------- */
	.auth-container {
		width: 70%;
	}

	/* ---------- Messages ---------- */
	.message-header {
	    padding: 0;
	}
	.message-header .header-utility {
		position: static;
		margin: 0 0 20px;
	}
	.message-header .header-utility .btn {
		padding: 0;
	}
	
}

/* MOBILE */
@media (max-width: 768px) {

	/* ----- Global ----- */
	h1 {font-size: 2em;}
	h2 {font-size: 1.6em;}
	h3 {font-size: 1.4em;}
	h4 {font-size: 1.2em;}
	h5 {font-size: 1.1em;}
	h6 {font-size: 1em;}
	
	.headline {
		font-size: 1.2em;
		letter-spacing: 0;
	}
	.headline.headline-large {
		font-size: 1.4em;
	}
	
	/* ----- Buttons ----- */
	.btn-mobile-block {
		display: block;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		margin: 5px 0;
	}
	.btn.btn-xl {
		font-size: 1.2em;
		padding: 10px 20px;
	}

	.mobile-label {
		display: inline-block;
	}

	/* ----- Grids ----- */
	.rsp-grid .grid-container {
		width: 47% !important;
	}

	/* ----- Cards ----- */
	.card.card-wide .card-image {
		float: none;
		width: auto;
		height: auto;
	}
	.card.card-wide .card-image > a img {
		width: 100%;
		max-height: inherit;
	}
	.card.card-wide .card-content {
		margin-left: 0;
	}

	/* ----- Tables ----- */
	.column-action {
		text-align: left;
	}
	.table-responsive {
		display: block;
		border: none;
	}
	.table-responsive thead,
	.table-responsive tbody,
	.table-responsive tfoot,
	.table-responsive tr,
	.table-responsive th,
	.table-responsive td {
		display: block;
		width: 100% !important;
	}
	.table-responsive thead {
		display: none;
	}
	.table-responsive tr {
		border-top: 1px solid #ddd;
	}
	.table-responsive th,
	.table-responsive td {
		border: none !important;
	}

	.table.table-message tbody .column-date {
		width: auto;
	}
	.table.table-message .mobile-label {
		font-weight: 700;
	}
	.table.table-compare,
	.table.table-compare thead,
	.table.table-compare tbody,
	.table.table-compare tfoot,
	.table.table-compare tr,
	.table.table-compare th,
	.table.table-compare td {
		display: block;
	}
	.table.table-compare thead {
		display: none;
	}
	.table.table-compare tbody th {
		border-top: 1px solid #036;
	}
	.table.table-compare tbody td {
		position: relative;
		padding-left: 120px;
		border-left: none;
		text-align: right;
	}
	.table.table-compare tbody tr.row-header th {
		padding: 20px 0;
		text-align: center;
	}
	.table.table-compare tbody td .mobile-label {
		position: absolute;
		top: 20px;
		left: 0;
		font-weight: 700;
	}
	.table.table-compare tfoot td {
		padding: 20px 0;
		text-align: center;
	}
	.table.table-compare tfoot td .mobile-label {
		display: block;
		font-weight: 700;
		margin: 0 0 10px;
	}
	.table.table-compare .hide-mobile {
		display: none !important;
	}

}

/* SUPER MOBILE */
@media (max-width: 600px) {
	
	/* ----- Lists ----- */
	.list-columns {
		margin: 0;
	}
	.list-columns.columns-2 li,
	.list-columns.columns-3 li,
	.list-columns.columns-4 li {
		width: 100%;
		margin: 0 0 20px;
	}

	/* ----- Grids ----- */
	.rsp-grid {
		margin-left: 0;
	}
	.rsp-grid .grid-container {
		display: block;
		width: 100% !important;
		margin: 0 0 20px;
	}

	/* filter */
	.filter.filter-horizontal .filter-group {
		width: 100%;
	}

	/* ----- Items ----- */
	.item {
		padding: 20px 0;
	}
	.item.item-with-action .item-action {
		position: static;
		width: auto;
		margin: 15px 0 0;
		text-align: left;
	}
	.item.item-with-image {
		min-height: inherit;
		padding-right: 0;
		padding-left: 100px;
	}
	.item.item-with-image .item-image {
		width: 80px;
	}
	.item.item-with-image.item-micro .item-image {
		width: 50px;
	}

	/* ----- Timer ----- */
	.timer.timer-large .timer-unit,
	.timer .timer-unit {
		font-size: 1em;
	}

	/* ----- Forms ----- */
	.auth-container {
		width: 90%;
	}
	.auth-container .container-form {
		width: auto;
		padding: 30px;
	}

	/* ----- Status steps ----- */
	.status-steps .step {
		font-size: .75em
	}
	.status-steps .step:before {
		display: none;
	}
	.status-steps .step label {
		line-height: 1;
	}

	/* ----- Users ----- */
	/* large users */
	.user,
	.user.user-large {
		min-height: 65px;
		padding-left: 65px;
	}
	.user .user-avatar,
	.user.user-large .user-avatar {
		width: 50px;
	}

	/* ---------- Bootstrap ---------- */
	/* alerts */
	.alert.alert-with-action {
		padding: 20px;
	}
	.alert.alert-with-action .alert-action {
		position: static;
		width: auto;
		margin: 15px 0 0;;
	}

}


/* 08: Print
========================================================================================================== */

