/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}

body {
	margin:0;
}

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

audio, canvas, progress, video {
	display:inline-block;
	vertical-align:baseline;
}

audio:not([controls]) {
	display:none;
	height:0;
}

[hidden], template {
	display:none;
}

a {
	background-color:transparent;
}

a:active, a:hover {
	outline:0;
}

abbr[title] {
	border-bottom:1px dotted;
}

b, strong {
	font-weight:bold;
}

dfn {
	font-style:italic;
}

h1 {
	font-size:2em;
	margin:0.67em 0;
}

mark {
}

small {
	font-size:80%;
}

sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sup {
	top:-0.5em;
}

sub {
	bottom:-0.25em;
}

img {
	border:0;
}

svg:not(:root) {
	overflow:hidden;
}

figure {
	margin:1em 40px;
}

hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}

pre {
	overflow:auto;
}

code, kbd, pre, samp {
	font-family:monospace,  monospace;
	font-size:1em;
}

button, input, optgroup, select, textarea {
	color:inherit;
	font:inherit;
	margin:0;
}

button {
	overflow:visible;
}

button, select {
	text-transform:none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
}

button[disabled], html input[disabled] {
	cursor:default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border:0;
	padding:0;
}

input {
	line-height:normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing:border-box;
	padding:0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height:auto;
}

input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none;
}

fieldset {
	margin:0 2px;
	padding:0.35em 0.625em 0.75em;
}

legend {
	border:0;
	padding:0;
}

textarea {
	overflow:auto;
}

optgroup {
	font-weight:bold;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

td, th {
	padding:0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print {
	*, *:before, *:after {
	background:transparent !important;
	box-shadow:none !important;
	text-shadow:none !important;
}

a, a:visited {
	text-decoration:underline;
}

a[href]:after {
	content:" (" attr(href) ")";
}

abbr[title]:after {
	content:" (" attr(title) ")";
}

a[href^="#"]:after, a[href^="javascript:"]:after {
	content:"";
}

pre, blockquote {
	page-break-inside:avoid;
}

thead {
	display:table-header-group;
}

tr, img {
	page-break-inside:avoid;
}

img {
	max-width:100% !important;
}

p, h2, h3 {
	orphans:3;
	widows:3;
}

h2, h3 {
	page-break-after:avoid;
}

select {
	background:#fff !important;
}

.navbar {
	display:none;
}

.btn>.caret, .dropup>.btn>.caret {
}

.label {
}

.table {
	border-collapse:collapse !important;
}

.table td, .table th {
	
}

.table-bordered th, .table-bordered td {
}

}* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

*:before, *:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html {
	font-size:10px;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

body {
	font-size:18px;
	line-height:1.55556;
	
	
}

input, button, select, textarea {
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
}

a {
	
	text-decoration:none;
}

a:hover, a:focus {
	
	text-decoration:none;
}

a:focus {
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}

figure {
	margin:0;
}

img {
	vertical-align:middle;
}

.img-responsive {
	display:block;
	max-width:100%;
	height:auto;
}

.img-rounded {
	border-radius:2px;
}

.img-thumbnail {
	padding:4px;
	line-height:1.55556;
	
	border-radius:2px;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	display:inline-block;
	max-width:100%;
	height:auto;
}

.img-circle {
	border-radius:50%;
}

hr {
	margin-top:28px;
	margin-bottom:28px;
	border:0;
}

.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	margin:-1px;
	padding:0;
	overflow:hidden;
	clip:rect(0,  0,  0,  0);
	border:0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position:static;
	width:auto;
	height:auto;
	margin:0;
	overflow:visible;
	clip:auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family:"Roboto Slab",  Georgia,  "Times New Roman",  Times,  serif;
	font-weight:700;
	line-height:28px;
	color:inherit;
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
	font-weight:normal;
	line-height:1;
	
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top:28px;
	margin-bottom:14px;
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
	font-size:65%;
}

h4, .h4, h5, .h5, h6, .h6 {
	margin-top:14px;
	margin-bottom:14px;
}

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
	font-size:75%;
}

h1, .h1 {
	font-size:22px;
}

h2, .h2 {
	font-size:22px;
}

h3, .h3 {
	font-size:22px;
}

h4, .h4 {
	font-size:22px;
}

h5, .h5 {
	font-size:22px;
}

h6, .h6 {
	font-size:22px;
}

p {
	margin:0 0 14px;
}

.lead {
	margin-bottom:28px;
	font-size:20px;
	font-weight:300;
	line-height:1.4;
}

@media (min-width: 768px) {
	.lead {
	font-size:27px;
}

}small, .small {
	font-size:88%;
}

mark, .mark {
	
	padding:.2em;
}

.text-left {
	text-align:left;
}

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

.text-center {
	text-align:center;
}

.text-justify {
	text-align:justify;
}

.text-nowrap {
	white-space:nowrap;
}

.text-lowercase {
	text-transform:lowercase;
}

.text-uppercase {
	text-transform:uppercase;
}

.text-capitalize {
	text-transform:capitalize;
}

.text-muted {
	
}

.text-primary {
	
}

a.text-primary:hover {
	
}

.text-success {
	
}

a.text-success:hover {
	
}

.text-info {
	
}

a.text-info:hover {
	
}

.text-warning {
	
}

a.text-warning:hover {
	
}

.text-danger {
	
}

a.text-danger:hover {
	
}

.bg-primary {
	
}

.bg-primary {
	
}

a.bg-primary:hover {
	
}

.bg-success {
	
}

a.bg-success:hover {
	
}

.bg-info {
	
}

a.bg-info:hover {
	
}

.bg-warning {
	
}

a.bg-warning:hover {
	
}

.bg-danger {
	
}

a.bg-danger:hover {
	
}

.page-header {
	padding-bottom:13px;
	margin:56px 0 28px;
}

ul, ol {
	margin-top:0;
	margin-bottom:14px;
}

ul ul, ul ol, ol ul, ol ol {
	margin-bottom:0;
}

.list-unstyled {
	padding-left:0;
	list-style:none;
}

.list-inline {
	padding-left:0;
	list-style:none;
	margin-left:-5px;
}

.list-inline>li {
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
}

dl {
	margin-top:0;
	margin-bottom:28px;
}

dt, dd {
	line-height:1.55556;
}

dt {
	font-weight:bold;
}

dd {
	margin-left:0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
	content:" ";
	display:table;
}

.dl-horizontal dd:after {
	clear:both;
}

@media (min-width: 768px) {
	.dl-horizontal dt {
	float:left;
	width:160px;
	clear:left;
	text-align:right;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.dl-horizontal dd {
	margin-left:180px;
}

}abbr[title], abbr[data-original-title] {
	cursor:help;
}

.initialism {
	font-size:90%;
	text-transform:uppercase;
}

blockquote {
    padding: 14px 28px;
    margin: 0 0 28px;
    font-size: 22.5px;
    border-left: 5px solid #edeeef
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.55556;
    
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #edeeef;
    border-left: 0;
    text-align: right
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}
address {
    margin-bottom: 28px;
    font-style: normal;
    line-height: 1.55556
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 28px;
    font-size: 27px;
    line-height: inherit;
    
    border: 0;
    border-bottom: 1px solid #edeeef
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}
input[type="file"] {
    display: block
}
input[type="range"] {
    display: block;
    width: 100%
}
select[multiple],
select[size] {
    height: auto
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
output {
    display: block;
    padding-top: 7px;
    font-size: 18px;
    line-height: 1.55556;
    
}
.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.55556;
    
    
    background-image: none;
    border: 1px solid #c9d3d8;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}
.form-control:focus {
    
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(173, 188, 195, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(173, 188, 195, 0.6)
}
.form-control::-moz-placeholder {
    
    opacity: 1
}
.form-control:-ms-input-placeholder {
    
}
.form-control::-webkit-input-placeholder {
    
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    
    opacity: 1
}
textarea.form-control {
    height: auto
}
input[type="search"] {
    -webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 42px
    }
    input[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 36px
    }
    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 52px
    }
}
.form-group {
    margin-bottom: 15px
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.radio label,
.checkbox label {
    min-height: 28px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}
.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}
.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}
.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 2px
}
select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 36px;
    line-height: 36px
}
textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto
}
.form-group-sm .form-control {
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 2px
}
.form-group-sm select.form-control {
    height: 36px;
    line-height: 36px
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}
.form-group-sm .form-control-static {
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5
}
.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 52px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 2px
}
select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 52px;
    line-height: 52px
}
textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto
}
.form-group-lg .form-control {
    height: 52px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 2px
}
.form-group-lg select.form-control {
    height: 52px;
    line-height: 52px
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}
.form-group-lg .form-control-static {
    height: 52px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.33
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 52.5px
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    pointer-events: none
}
.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback {
    width: 52px;
    height: 52px;
    line-height: 52px
}
.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback {
    width: 36px;
    height: 36px;
    line-height: 36px
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    
}
.has-success .form-control {
    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-success .form-control:focus {
    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}
.has-success .input-group-addon {
    
    

}
.has-success .form-control-feedback {
    
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    
}
.has-warning .form-control {
    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-warning .form-control:focus {
    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
    
    

}
.has-warning .form-control-feedback {
    
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    
}
.has-error .form-control {
    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-error .form-control:focus {
    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
    
    

}
.has-error .form-control-feedback {
    
}
.has-feedback label ~ .form-control-feedback {
    top: 33px
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 35px
}
.form-horizontal .form-group {
    margin-left: -20px;
    margin-right: -20px
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}
.form-horizontal .form-group:after {
    clear: both
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 20px
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.55556;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn:hover,
.btn:focus,
.btn.focus {
    
    text-decoration: none
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-default {
    
    

}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    
    

}
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    

}
.btn-default .badge {
    color: white;

}
.btn-primary {
    color: white;
    

}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: white;
    

}
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    

}
.btn-primary .badge {
    
    
}
.btn-success {
    color: white;
    

}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: white;
    

}
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    

}
.btn-success .badge {
    
    
}
.btn-info {
    color: white;
    

}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: white;
    

}
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    

}
.btn-info .badge {
    
    
}
.btn-warning {
    color: white;
    

}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: white;
    

}
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    

}
.btn-warning .badge {
    
    
}
.btn-danger {
    color: white;
    

}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: white;
    

}
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    

}
.btn-danger .badge {
    
    
}
.btn-link {
    
    font-weight: normal;
    border-radius: 0
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}
.btn-link:hover,
.btn-link:focus {
    
    text-decoration: none;
    
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    
    text-decoration: none
}
.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 2px
}
.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 2px
}
.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 2px
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none;
    visibility: hidden
}
.collapse.in {
    display: block;
    visibility: visible
}
tr.collapse.in {
    display: table-row
}
tbody.collapse.in {
    display: table-row-group
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}
.btn-toolbar {
    margin-left: -5px
}
.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}
.btn-toolbar:after {
    clear: both
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}
.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}
.btn-group>.btn:first-child {
    margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.btn-group>.btn-group {
    float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}
.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}
.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn .caret {
    margin-left: 0
}
.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}
.btn-group-vertical>.btn-group:after {
    clear: both
}
.btn-group-vertical>.btn-group>.btn {
    float: none
}
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}
.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}
.btn-group-justified>.btn-group .btn {
    width: 100%
}
.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}
[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    
    text-align: center;
    
    border: 1px solid #c9d3d8;
    border-radius: 2px
}
.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 2px
}
.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 22px;
    border-radius: 2px
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.input-group-addon:first-child {
    border-right: 0
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.input-group-addon:last-child {
    border-left: 0
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}
.input-group-btn>.btn {
    position: relative
}
.input-group-btn>.btn+.btn {
    margin-left: -1px
}
.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 28px 0;
    border-radius: 2px
}
.pagination>li {
    display: inline
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.55556;
    text-decoration: none;
    
    
    border: 1px solid #c9d3d8;
    margin-left: -1px
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    color: white;
    

}
.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 2;
    color: white;
    
    
    cursor: default
}
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    
    
    
    cursor: not-allowed
}
.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 22px
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 16px
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}
.alert {
    padding: 15px;
    margin-bottom: 28px;
    border: 1px solid transparent;
    border-radius: 2px
}
.alert h4 {
    margin-top: 0;
    color: inherit
}
.alert .alert-link {
    font-weight: 400
}
.alert>p,
.alert>ul {
    margin-bottom: 0
}
.alert>p+p {
    margin-top: 5px
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}
.alert-success {
    
    
    
}
.alert-success hr {

}
.alert-success .alert-link {
    
}
.alert-info {
    
    
    
}
.alert-info hr {

}
.alert-info .alert-link {
    
}
.alert-warning {
    
    
    
}
.alert-warning hr {

}
.alert-warning .alert-link {
    
}
.alert-danger {
    
    
    
}
.alert-danger hr {

}
.alert-danger .alert-link {
    
}
.close {
    float: right;
    font-size: 27px;
    font-weight: normal;
    line-height: 1;
    
    text-shadow: 0 0 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20)
}
.close:hover,
.close:focus {
    
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.pull-right {
    float: right !important
}
.pull-left {
    float: left !important
}
.hide {
    display: none !important
}
.show {
    display: block !important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    
    border: 0
}
.hidden {
    display: none !important;
    visibility: hidden !important
}
.affix {
    position: fixed
}
@-ms-viewport{width:device-width}.visible-xs{display:none !important
}
.visible-sm {
    display: none !important
}
.visible-md {
    display: none !important
}
.visible-lg {
    display: none !important
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 768px) and (max-width: 939px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}
@media (min-width: 768px) and (max-width: 939px) {
    .visible-sm-block {
        display: block !important
    }
}
@media (min-width: 768px) and (max-width: 939px) {
    .visible-sm-inline {
        display: inline !important
    }
}
@media (min-width: 768px) and (max-width: 939px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 940px) and (max-width: 1079px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}
@media (min-width: 940px) and (max-width: 1079px) {
    .visible-md-block {
        display: block !important
    }
}
@media (min-width: 940px) and (max-width: 1079px) {
    .visible-md-inline {
        display: inline !important
    }
}
@media (min-width: 940px) and (max-width: 1079px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 1080px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}
@media (min-width: 1080px) {
    .visible-lg-block {
        display: block !important
    }
}
@media (min-width: 1080px) {
    .visible-lg-inline {
        display: inline !important
    }
}
@media (min-width: 1080px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}
@media (min-width: 768px) and (max-width: 939px) {
    .hidden-sm {
        display: none !important
    }
}
@media (min-width: 940px) and (max-width: 1079px) {
    .hidden-md {
        display: none !important
    }
}
@media (min-width: 1080px) {
    .hidden-lg {
        display: none !important
    }
}
.visible-print {
    display: none !important
}
@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}
.visible-print-block {
    display: none !important
}
@media print {
    .visible-print-block {
        display: block !important
    }
}
.visible-print-inline {
    display: none !important
}
@media print {
    .visible-print-inline {
        display: inline !important
    }
}
.visible-print-inline-block {
    display: none !important
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}
@media print {
    .hidden-print {
        display: none !important
    }
}
html {
    overflow-y: scroll
}
a {
    border-bottom: 1px solid #c9d3d8
}
a:hover {

}
@media (max-width: 767px) {
    .container {
        max-width: 740px
    }
}
.dropdown-header,
.pagination {
    font-weight: 500
}
input[type=checkbox],
input[type=radio] {
    margin-top: 6px
}
.navbar-brand {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.01em
}
@media (min-width: 768px) {
    .navbar-brand {
        font-size: 21px;
        letter-spacing: 0
    }
}
label {
    
    font-size: 16px;
    line-height: 28px;
    font-weight: 500
}
label.checkbox,
label.radio,
.checkbox label,
.radio label {
    font-weight: 400;
    
    font-size: 18px
}
ul {
    list-style-type: square
}
dl.dl-horizontal dt {
    text-align: left
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 28px;
    margin-bottom: 14px
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    text-decoration: none;
    color: inherit;
    border-bottom: 0 none
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
    text-decoration: none;
    
    border-bottom: 0 none
}
.display,
.jumbotron h1 {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-left: -0.025em
}
@media (min-width: 480px) {
    .display,
    .jumbotron h1 {
        font-size: 48px;
        line-height: 1.15;
        letter-spacing: -0.03em
    }
}
.headline,
.single-view .details span.pricing,
.title {
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-left: -0.015em
}
@media (min-width: 480px) {
    .headline,
    .single-view .details span.pricing,
    .title {
        font-size: 36px;
        line-height: 1.15;
        letter-spacing: -0.015em;
        margin-left: -0.02em
    }
}
.page-header {
    margin-top: 28px;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 28px;
    width: 100%;
    position: relative
}
.page-header h1,
.page-header .h1,
.page-header h2,
.page-header .h2,
.page-header h3,
.page-header .h3,
.page-header h4,
.page-header .h4,
.page-header h5,
.page-header .h5,
.page-header h6,
.page-header .h6,
.page-header span.teaser {
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0 0 7px 0;
    padding: 0;
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
    font-weight: 700;
    text-align: center
}
@media (min-width: 480px) {
    .page-header h1,
    .page-header .h1,
    .page-header h2,
    .page-header .h2,
    .page-header h3,
    .page-header .h3,
    .page-header h4,
    .page-header .h4,
    .page-header h5,
    .page-header .h5,
    .page-header h6,
    .page-header .h6,
    .page-header span.teaser {
        font-size: 36px;
        letter-spacing: -0.015em;
        line-height: 1.15
    }
}
.page-header h1 small,
.page-header .h1 small,
.page-header h2 small,
.page-header .h2 small,
.page-header h3 small,
.page-header .h3 small,
.page-header h4 small,
.page-header .h4 small,
.page-header h5 small,
.page-header .h5 small,
.page-header h6 small,
.page-header .h6 small,
.page-header span.teaser small {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.caption,
.single-view .details .description span.amount-in-stock {
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
    
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400
}
.jumbotron p,
.lead {
    font-weight: 400;
    
}
@media (min-width: 480px) {
    .jumbotron p,
    .lead {
        
    }
}
.jumbotron p,
.lead,
.subhead {
    font-size: 22px;
    line-height: 1.4;
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
    font-weight: 400
}
@media (min-width: 480px) {
    .jumbotron p,
    .lead,
    .subhead {
        font-size: 27px;
        line-height: 1.3;
        
        font-weight: 300
    }
}
blockquote {
    border-left: 0 none;
    margin-top: 49px;
    margin-bottom: 49px;
    position: relative
}
@media (min-width: 768px) {
    blockquote {
        max-width: 600px
    }
}
blockquote:before,
blockquote:after {
    content: "";
    display: block;
    position: absolute;
    left: 24px;
    width: 60px;
    height: 3px;

}
blockquote:before {
    top: -7px
}
blockquote:after {
    bottom: -7px
}
blockquote,
blockquote p {
    font-size: 22px;
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    line-height: 1.4;
    font-style: normal;
    
}
.small {
    font-size: 16px
}
.large {
    font-size: 22px
}
.well {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    padding: 3px 19px 5px 19px
}
.well p,
.well p.lead,
.well h1,
.well .h1,
.well h2,
.well .h2,
.well h3,
.well .h3,
.well h4,
.well .h4,
.well h5,
.well .h5,
.well h6,
.well .h6 {
    margin-top: 14px
}
.jumbotron {
    padding-top: 7px;
    padding-bottom: 21px
}
@media (min-width: 940px) {
    .jumbotron {
        padding-top: 21px;
        padding-bottom: 35px
    }
}
.label {
    font-size: 16px;
    border-radius: 0
}
.alert {
    padding-top: 11px;
    padding-bottom: 11px;
    border-width: 0;
    border-left-width: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

}
.alert.alert-dismissable .close {
    top: 1px
}
.navbar-toggle {
    border: 0 none;
    margin-top: 14px;
    margin-bottom: 0
}
.navbar-toggle .icon-bar {
    height: 2px;
    width: 24px
}
.breadcrumb {
    text-align: left;
    padding-top: 14px;
    margin-top: 0;
    border-radius: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #d7dadc;
    margin-bottom: 7px;
    font-size: 16px
}
.breadcrumb>li+li:before {
    
    content: "\203A"
}
.breadcrumb a {
    
    border-bottom: 0 none
}
.breadcrumb a:hover {
    text-decoration: underline
}
.tooltip .tooltip-inner {
    font-size: 16px;
    line-height: 1.1;
    padding-top: 6px;
    padding-bottom: 7px
}
@media print {
    a[href]:after {
        content: ""
    }
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
}
.container:before,
.container:after {
    content: " ";
    display: table
}
.container:after {
    clear: both
}
@media (min-width: 768px) {
    .container {
        width: 740px
    }
}
@media (min-width: 940px) {
    .container {
        width: 900px
    }
}
@media (min-width: 1080px) {
    .container {
        width: 980px
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
}
.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}
.container-fluid:after {
    clear: both
}
html {
    border-top: 0px solid transparent
}
body,
html,
.mainnav {
    background: #edeeef repeat left top scroll
}
.money-amount {
    white-space: nowrap
}


}
.btn i.fa-angle-right,
.btn i.fa-angle-down,
.btn i.fa-angle-up {
    margin-left: 0.35em
}
.btn i.fa-angle-left,
.btn i.fa-shopping-cart,
.btn i.fa-plus,
.btn i.fa-lock {
    margin-right: 0.35em
}
.btn-default {
    
}
.logo {
    display: block;
    margin: 21px auto 0;
    padding: 0;
    width: 120px;
    height: 120px;
    white-space: nowrap;
    text-indent: -99999em;
    background: transparent no-repeat center center scroll;
    background-size: 100% 100%;
    border-bottom: 0 none;
    position: relative
}
@media (min-width: 480px) {
    .logo {
        margin-top: 28px;
        width: 170px;
        height: 170px
    }
}
.logo:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear
}
a.logo:hover:after {
    
}
.site-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    
    overflow: visible;
    z-index: 10
}
.site-header .menu-link,
.site-header .cart-link {
    display: block;
    width: 2em;
    margin-top: 21px;
    font-size: 22px
}
.site-header .menu-link a,
.site-header .cart-link a {
    display: block;
    width: 2em;
    height: 1.5em;
    text-align: center;
    text-decoration: none;
    
    border-bottom: 0 none
}
.site-header .menu-link a:hover,
.site-header .cart-link a:hover {
    
}
.main {
    padding-bottom: 56px;
    width: 100%
}
.site-footer {
    
    font-size: 16px;
    text-align: center
}
.site-footer .logo {
    height: 100px;
    width: 100px;
    margin-top: 7px;
    margin-bottom: 28px
}
@media (min-width: 480px) {
    .site-footer .logo {
        width: 120px;
        height: 120px
    }
}
.site-footer a {
    
    border-bottom-color: transparent
}
.site-footer a:hover {
    

}
.site-footer .copyright a {
    white-space: nowrap
}
.site-footer ul.footer-nav {
    margin: 0;
    padding: 0;
    list-style: none
}
@media (min-width: 768px) {
    .site-footer ul.footer-nav {
        margin: 0 0 7px
    }
}
.site-footer ul.footer-nav li {
    display: block;
    margin: 0;
    padding: 7px 0
}
@media (min-width: 768px) {
    .site-footer ul.footer-nav li {
        padding: 0 7px;
        display: inline-block
    }
}
.site-footer ul.footer-nav+ul.footer-nav {
    margin: 0 0 14px
}
.site-footer .social-links {
    font-size: 22px;
    line-height: 28px;
    margin-top: 21px
}
.site-footer .social-links a {
    border-bottom: 0;
    display: inline-block;
    
    
    text-decoration: none;
    border-radius: 50%;
    text-align: center;
    height: 42px;
    width: 42px;
    line-height: 42px;
    overflow: hidden;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear
}
.site-footer .social-links .facebook a:hover {

}
.site-footer .social-links .facebook i.fa {
    position: relative;
    top: 1px
}
.site-footer .social-links .twitter a:hover {

}
.site-footer .social-links .google a:hover {

}
.site-footer .social-links .google i.fa {
    position: relative;
    top: 2px
}
.section {
    width: 100%;
    padding: 28px 0 42px
}
.section.section-home-shortlist,
.section.section-home-favs,
.section.section-home-who,
.section.section-listing,
.section.section-relevant-text,
.section.section-page-content,
.section.section-single-mood {
    text-align: center
}
.section.section-single-mood {
    padding-top: 0
}
.section-listing .subhead,
.section-listing p.lead {
    margin-bottom: 56px
}
.section-listing .title {
    margin-bottom: 0
}
.section-listing .title+.subhead,
.section-listing .title+p.lead {
    margin-top: 7px
}
.section-breadcrumbs {
    text-align: left;
    display: none
}
.section-relevant-text {
    font-size: 16px;
    
}
.section-relevant-text h1,
.section-relevant-text h2,
.section-relevant-text h3,
.section-relevant-text h4,
.section-relevant-text h5,
.section-relevant-text h6 {
    font-size: 18px;
    margin-top: 14px
}
.section-relevant-text p,
.section-relevant-text h1,
.section-relevant-text h2,
.section-relevant-text h3,
.section-relevant-text h4,
.section-relevant-text h5,
.section-relevant-text h6 {
    margin-bottom: 7px
}
.section-relevant-text a {
    

}
.section-relevant-text a:hover {
    

}
.section-cart h1.headline {
    text-align: center;
    margin-bottom: 28px
}
.section-home-intro {
    text-align: center;
    
    background: #37474f no-repeat center center scroll;
    background-size: cover;
    box-shadow: 0 2px 6px rgba(25, 37, 48, 0.2);
    padding-bottom: 56px
}
@media (min-width: 940px) {
    .section-home-intro {
        background-attachment: fixed
    }
    .section-home-intro h1 {
        margin-top: 49px
    }
}
.section-home-intro .title,
.section-home-intro .subhead,
.section-home-intro .lead {
    
}
.section-home-intro .title {
    opacity: 0.35;
    filter: alpha(opacity=35)
}
.section-home-intro .title,
.section-home-intro .subhead,
.section-home-intro .lead {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}
.section-home-intro .subhead,
.section-home-intro .lead {
    margin-bottom: 28px
}
.section-home-intro .row-call2action {
    margin-left: -5px;
    margin-right: -5px
}
.section-home-intro .row-call2action:before,
.section-home-intro .row-call2action:after {
    content: " ";
    display: table
}
.section-home-intro .row-call2action:after {
    clear: both
}
.section-home-intro .row-call2action .col-scroll,
.section-home-intro .row-call2action .col-shopping {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}
@media (min-width: 480px) {
    .section-home-intro .row-call2action .col-scroll,
    .section-home-intro .row-call2action .col-shopping {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }
}
@media (min-width: 768px) {
    .section-home-intro .row-call2action .col-scroll,
    .section-home-intro .row-call2action .col-shopping {
        float: left;
        width: 41.66667%
    }
}
@media (min-width: 940px) {
    .section-home-intro .row-call2action .col-scroll,
    .section-home-intro .row-call2action .col-shopping {
        float: left;
        width: 33.33333%
    }
}
@media (min-width: 1080px) {
    .section-home-intro .row-call2action .col-scroll,
    .section-home-intro .row-call2action .col-shopping {
        float: left;
        width: 25%
    }
}
@media (min-width: 480px) {
    .section-home-intro .row-call2action .col-scroll {
        right: 50%
    }
}
@media (min-width: 768px) {
    .section-home-intro .row-call2action .col-scroll {
        right: 33.33333%
    }
}
@media (min-width: 940px) {
    .section-home-intro .row-call2action .col-scroll {
        right: 16.66667%
    }
}
@media (min-width: 1080px) {
    .section-home-intro .row-call2action .col-scroll {
        right: 0%
    }
}
@media (min-width: 480px) {
    .section-home-intro .row-call2action .col-shopping {
        left: 50%
    }
}
@media (min-width: 768px) {
    .section-home-intro .row-call2action .col-shopping {
        left: 50%
    }
}
@media (min-width: 940px) {
    .section-home-intro .row-call2action .col-shopping {
        left: 50%
    }
}
@media (min-width: 1080px) {
    .section-home-intro .row-call2action .col-shopping {
        left: 50%
    }
}
.section-home-intro .btn-default {
    
    border-color: rgba(255, 255, 255, 0.45);
    
    
    margin-bottom: 21px
}
.section-home-intro .btn-default:hover {
    
    
}
.main .section:first-child {
    padding-top: 162px
}
@media (min-width: 480px) {
    .main .section:first-child {
        padding-top: 226px
    }
}
.product-description-long,
.page-content,
.blog-article-body {
    text-align: left
}
.product-description-long p.lead,
.product-description-long h1,
.product-description-long h2,
.product-description-long h3,
.product-description-long h4,
.product-description-long h5,
.product-description-long h6,
.page-content p.lead,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.blog-article-body p.lead,
.blog-article-body h1,
.blog-article-body h2,
.blog-article-body h3,
.blog-article-body h4,
.blog-article-body h5,
.blog-article-body h6 {
    text-align: center
}

.product-description-long p.lead,
.product-description-long p.text-center,
.page-content p.lead,
.page-content p.text-center,
.blog-article-body p.lead,
.blog-article-body p.text-center {
    text-indent: 0
}
@media (min-width: 768px) {
    .product-description-long p.lead,
    .product-description-long p.text-center,
    .page-content p.lead,
    .page-content p.text-center,
    .blog-article-body p.lead,
    .blog-article-body p.text-center {
        text-indent: 0
    }
}
body.home .site-header .logo {
    width: 170px;
    height: 170px;
    margin-top: 42px
}
@media (min-width: 768px) {
    body.home .site-header .logo {
        margin-top: 49px;
        width: 260px;
        height: 260px
    }
}
body.home .site-header .logo:hover:after {
    
}
body.home .main .section:first-child {
    padding-top: 226px
}
@media (min-width: 768px) {
    body.home .main .section:first-child {
        padding-top: 316px
    }
}

@media (min-height: 720px) {
    body.home .site-header .logo {
        margin-top: 84px
    }
    body.home .main .section:first-child {
        padding-top: 351px
    }
}
@media (min-height: 820px) {
    body.home .site-header .logo {
        margin-top: 119px
    }
    body.home .main .section:first-child {
        padding-top: 386px
    }
}
.item-list {
    margin: 35px 0 0;
    padding: 0;
    list-style: none;
    margin-left: -15px;
    margin-right: -15px
}
.item-list:before,
.item-list:after {
    content: " ";
    display: table
}
.item-list:after {
    clear: both
}
.item-list li {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width: 768px) {
    .item-list li {
        float: left;
        width: 50%
    }
}
@media (min-width: 940px) {
    .item-list li {
        float: left;
        width: 25%
    }
}
.item-list li>a {
    display: block;
    border-bottom: 0 none;
    text-decoration: none;
    
    margin: 0 auto 28px;
    padding: 0;
    max-width: 240px
}
@media (min-width: 480px) {
    .item-list li>a {
        max-width: 400px
    }
}
.item-list li>a .details {
    border-bottom: 1px solid transparent;
    padding: 10px;
    line-height: 1.2
}
.item-list li>a .details .name,
.item-list li>a .details .price {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.item-list li>a .details .name {
    
    font-size: 20px;
    font-weight: 700
}
@media (min-width: 480px) {
    .item-list li>a .details .name {
        font-size: 22px
    }
}
@media (min-width: 940px) {
    .item-list li>a .details .name {
        font-size: 20px
    }
}
.item-list li>a .details .price {
    
}
.item-list li>a:hover .frame:after {
    
}
.item-list li>a:hover .details {

}
.single-view {
    margin-left: -20px;
    margin-right: -20px;
    text-align: center;
    padding-top: 14px
}
.single-view:before,
.single-view:after {
    content: " ";
    display: table
}
.single-view:after {
    clear: both
}
@media (min-width: 940px) {
    .single-view {
        text-align: left
    }
}
.single-view .details {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px
}
@media (min-width: 940px) {
    .single-view .details {
        float: left;
        width: 58.33333%
    }
}
@media (min-width: 940px) {
    .single-view .details {
        left: 41.66667%
    }
}
.single-view .details .product-header {
    margin-bottom: 21px
}
.single-view .details .product-header span.caption,
.single-view .details .product-header .description span.amount-in-stock,
.single-view .details .description .product-header span.amount-in-stock {
    display: block
}
.single-view .details .product-header span.caption a,
.single-view .details .product-header .description span.amount-in-stock a,
.single-view .details .description .product-header span.amount-in-stock a {
    
    border-bottom: 0 none
}
.single-view .details .product-header span.caption a:hover,
.single-view .details .product-header .description span.amount-in-stock a:hover,
.single-view .details .description .product-header span.amount-in-stock a:hover {
    
}
.single-view .details .product-header span.headline,
.single-view .details .product-header span.pricing {
    display: block
}
.single-view .details .description {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px
}
@media (min-width: 940px) {
    .single-view .details .description {
        margin-left: 0;
        margin-right: 0
    }
}
.single-view .details .description span.amount-in-stock {
    font-weight: 700;
    display: block;
    margin: 0;
    
}
.single-view .details .description p {
    margin-bottom: 7px
}
.single-view .details .description ul.attributes {
    text-align: left;
    margin: 0 auto 7px;
    padding: 0 0 0 40px;
    list-style: square;
    list-style-position: outside;
    max-width: 430px
}
@media (min-width: 940px) {
    .single-view .details .description ul.attributes {
        max-width: 620px;
        padding: 0 0 0 25px
    }
}
.single-view .details .description ul.attributes li {
    margin: 0;
    padding: 0
}
.single-view .details .description hr {
    margin: 14px 0
}
.single-view .details span.pricing,
.single-view .details span.unit,
.single-view .details span.order-link {
    display: block
}
.single-view .details span.pricing {
    font-weight: 700
}
.single-view .details span.unit {
    margin-bottom: 21px;
    font-size: 16px;
    font-weight: 700
}
.single-view .details span.order-link {
    margin-bottom: 28px
}
@media (min-width: 480px) {
    .single-view .details span.order-link .btn.btn-success {
        padding: 10px 16px;
        font-size: 22px;
        line-height: 1.33;
        border-radius: 2px
    }
}
.single-view .details .legal {
    
    font-size: 16px
}
.single-view .details .legal p {
    margin-bottom: 7px
}
.single-view .item-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 28px
}
@media (min-width: 940px) {
    .single-view .item-wrapper {
        float: left;
        width: 41.66667%
    }
}
@media (min-width: 940px) {
    .single-view .item-wrapper {
        right: 58.33333%
    }
}
.single-view .item-wrapper .item {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 21px
}
@media (min-width: 480px) {
    .single-view .item-wrapper .item {
        max-width: 320px
    }
}
@media (min-width: 940px) {
    .single-view .item-wrapper .item {
        max-width: 400px
    }
}
.single-view .item-wrapper .share-buttons {
    margin-bottom: 35px
}
@media (min-width: 940px) {
    .single-view .item-wrapper .share-buttons {
        margin-bottom: 21px
    }
}
.single-view .item-wrapper .share-buttons .imgpopup-link {
    margin-right: 14px
}
.frame {
    border: 1px solid #b2c0c6;
    
    box-shadow: 0 2px 6px rgba(25, 37, 48, 0.2);
    border-radius: 1px;
    width: 100%;
    position: relative
}
.frame:after {
    content: " ";
    z-index: 10;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear
}
.frame img {
    display: block;
    max-width: 100%;
    height: auto
}
.mood-views {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 35px;
    margin-bottom: 7px
}
.mood-views:before,
.mood-views:after {
    content: " ";
    display: table
}
.mood-views:after {
    clear: both
}
.mood-views .mood-views-legal-teaser {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 7px;
    font-size: 16px;
    
    text-align: left
}
@media (min-width: 768px) {
    .mood-views .mood-views-legal-teaser {
        float: left;
        width: 100%
    }
}
.mood-views .mood-views-legal-teaser span {
    display: block;
    margin: 0 auto;
    max-width: 540px
}
@media (min-width: 768px) {
    .mood-views .mood-views-legal-teaser span {
        max-width: 940px
    }
}
.mood-views .mood-views-legal-teaser span a.imgpopup-link {
    border-bottom: 0 none;
    visibility: hidden
}
.mood-views .img-holder {
    display: block;
    margin: 0 auto 30px auto;
    padding: 0;
    background: #c9d3d8 center center no-repeat scroll;
    background-size: cover;
    height: 200px;
    max-width: 540px
}
@media (min-width: 480px) {
    .mood-views .img-holder {
        height: 300px
    }
}
@media (min-width: 768px) {
    .mood-views .img-holder {
        height: 270px;
        max-width: 940px
    }
}
@media (min-width: 940px) {
    .mood-views .img-holder {
        height: 220px
    }
}
.mood-views .composing-view {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width: 768px) {
    .mood-views .composing-view {
        float: left;
        width: 100%
    }
}
@media (min-width: 940px) {
    .mood-views .composing-view {
        float: left;
        width: 50%
    }
}
@media (min-width: 768px) {
    .mood-views .composing-view .img-holder {
        height: 540px
    }
}
@media (min-width: 940px) {
    .mood-views .composing-view .img-holder {
        height: 470px
    }
}
.mood-views .detail-view-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width: 768px) {
    .mood-views .detail-view-1 {
        float: left;
        width: 50%
    }
}
@media (min-width: 940px) {
    .mood-views .detail-view-1 {
        float: left;
        width: 50%
    }
}
.mood-views .detail-view-2 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width: 768px) {
    .mood-views .detail-view-2 {
        float: left;
        width: 50%
    }
}
@media (min-width: 940px) {
    .mood-views .detail-view-2 {
        float: left;
        width: 50%
    }
}
body {
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    overflow-y: visible;
    position: relative
}
.mainnav-wrapper {
    width: 100%;
    height: 100%;
    
    margin-left: -100%;
    position: fixed;
    top: 0;
    z-index: 1500;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    
}
.mainnav {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    margin-left: -300px;
    height: 100%;
    -webkit-transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    -ms-transition: margin 0.3s;
    -o-transition: margin 0.3s;
    transition: margin 0.3s;
    
    z-index: 1501
}
@media (min-width: 768px) {
    .mainnav {
        width: 350px;
        margin-left: -350px
    }
}
.mainnav .mainnav-tube {
    border-top: 4px solid #9d0a0e;
    display: block;
    padding: 11px 26px
}
.mainnav .close-mainnav {
    font-size: 38.5px;
    line-height: 1;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    
    cursor: pointer;
    float: left
}
.mainnav .close-mainnav:hover {
    
}
.mainnav a.logo {
    display: block;
    height: 100px;
    width: 100px;
    margin-top: 7px;
    margin-bottom: 28px
}
@media (min-height: 580px) {
    .mainnav a.logo {
        height: 120px;
        width: 120px
    }
}
.mainnav ul {
    display: block;
    margin: 7px 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e2e4e5
}
.mainnav ul+ul {
    border-top: 0 none
}
.mainnav ul li {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2
}
@media (min-width: 480px) {
    .mainnav ul li {
        font-size: 18px
    }
}
.mainnav ul li>a {
    display: block;
    padding: 10px 0;
    
    text-decoration: none;
    border-bottom: 1px solid #e2e4e5
}
.mainnav ul li>a:hover {
    
    text-decoration: none;

}
.mainnav ul li.lg {    
    font-weight: 700
}
@media (min-width: 480px) {
    .mainnav ul li.lg {
        line-height: 1.2;
        letter-spacing: -0.01em;
        margin-left: -0.015em
    }
}
@media (min-width: 480px) {
    .mainnav ul li.lg {
        line-height: 1.15;
        letter-spacing: -0.015em;
        margin-left: -0.02em
    }
}
.mainnav ul li.lg>a {
    
}
.mainnav ul li.lg>a:hover {
    
}
html.mainnnav-open {
    overflow: hidden
}
html.mainnnav-open body .mainnav-wrapper {
    margin-left: 0;
    
}
html.mainnnav-open body .mainnav {
    margin-left: 0
}
.headernav {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none
}
.headernav li {
    margin: 0;
    padding: 0;
    display: block
}
.headernav li a {
    display: inline-block;
    padding: 14px 0;
    
    border-bottom: 0 none
}
.headernav li a:hover {
    
    border-bottom-color: transparent
}
.headernav li .headerlink-text {
    display: none
}
@media (min-width: 768px) {
    .headernav li .headerlink-text {
        display: inline-block
    }
}
.headernav li i.fa {
    font-size: 1.25em;
    line-height: .8em;
    vertical-align: -12%;
    margin-right: 6px;
    margin-left: 6px
}
.headernav li i.fa.fa-shopping-cart {
    font-size: 1.333em;
    line-height: .75em;
    vertical-align: -15%
}
.headernav li.menu-headerlink {
    float: left
}
.headernav li.cart-headerlink {
    float: right
}
.headernav li.cart-headerlink span.cart-counter {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 4px 6px;
    text-align: center;
    min-width: 1.75em;
    border-radius: 2px;
    vertical-align: 10%
}
.headernav li.cart-headerlink .headerlink-text {
    margin-left: 6px
}
body.home .headernav li a {
    
}
body.home .headernav li a:hover {
    
    color: rgba(255, 255, 255, 0.8)
}
body.home .headernav li.cart-headerlink span.cart-counter {
    
    
    
}
body.home .headernav li.cart-headerlink>a:hover span.cart-counter {
    
}
.empty-basket {
    text-align: center
}
#cartform {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 21px
}
#cartform .cart-update {
    margin-top: 21px;
    text-align: right
}
@media (min-width: 768px) {
    #cartform .cart-update {
        margin-top: 0
    }
}
#cartform .cart-lineitem {
    margin-left: -5px;
    margin-right: -5px
}
#cartform .cart-lineitem:before,
#cartform .cart-lineitem:after {
    content: " ";
    display: table
}
#cartform .cart-lineitem:after {
    clear: both
}
#cartform .cart-lineitem.sub-total-line {
    margin-top: 14px;
    border-top: 1px solid #c9d3d8
}
#cartform .cart-lineitem.total-total-line {
    border-top: 1px solid #c9d3d8;
    border-bottom: 1px solid #c9d3d8
}
#cartform .cart-lineitem.header-line {
    font-size: 16px;
    
}
#cartform .cart-lineitem .add-voucher {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 14px
}
@media (min-width: 768px) {
    #cartform .cart-lineitem .add-voucher {
        float: left;
        width: 50%
    }
}
@media (min-width: 768px) {
    #cartform .cart-lineitem .add-voucher {
        right: 50%
    }
}
@media (min-width: 940px) {
    #cartform .cart-lineitem .add-voucher {
        float: left;
        width: 41.66667%
    }
}
@media (min-width: 940px) {
    #cartform .cart-lineitem .add-voucher {
        right: 58.33333%
    }
}
@media (min-width: 940px) {
    #cartform .cart-lineitem .add-voucher {
        float: left;
        width: 33.33333%
    }
}
@media (min-width: 940px) {
    #cartform .cart-lineitem .add-voucher {
        right: 66.66667%
    }
}
#cartform .cart-lineitem .add-voucher .item-voucher-code-description {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px
}
#cartform .cart-lineitem .cart-action {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 14px;
    text-align: right;
    padding-bottom: 21px
}
@media (min-width: 768px) {
    #cartform .cart-lineitem .cart-action {
        float: left;
        width: 50%
    }
}
@media (min-width: 768px) {
    #cartform .cart-lineitem .cart-action {
        left: 50%
    }
}
@media (min-width: 940px) {
    #cartform .cart-lineitem .cart-action {
        float: left;
        width: 58.33333%
    }
}
@media (min-width: 940px) {
    #cartform .cart-lineitem .cart-action {
        left: 41.66667%
    }
}
@media (min-width: 940px) {
    #cartform .cart-lineitem .cart-action {
        float: left;
        width: 66.66667%
    }
}
@media (min-width: 940px) {
    #cartform .cart-lineitem .cart-action {
        left: 33.33333%
    }
}
#cartform .cart-lineitem .item-product-and-quantity {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}
@media (min-width: 768px) {
    #cartform .cart-lineitem .item-product-and-quantity {
        float: left;
        width: 66.66667%
    }
}
#cartform .cart-lineitem .item-product-and-quantity span.inline-quantity {
    white-space: nowrap
}
#cartform .cart-lineitem .item-product-and-quantity span.inline-quantity:before {
    content: "/ ";
    white-space: nowrap
}
@media (min-width: 768px) {
    #cartform .cart-lineitem .item-product-and-quantity span.inline-quantity {
        float: right
    }
    #cartform .cart-lineitem .item-product-and-quantity span.inline-quantity:before {
        content: ""
    }
}
#cartform .cart-lineitem .item-product {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 7px
}
@media (min-width: 768px) {
    #cartform .cart-lineitem .item-product {
        float: left;
        width: 50%
    }
}
#cartform .cart-lineitem .item-product .item-product-description:before,
#cartform .cart-lineitem .item-product .item-product-description:after {
    content: " ";
    display: table
}
#cartform .cart-lineitem .item-product .item-product-description:after {
    clear: both
}
@media (min-width: 480px) {
    #cartform .cart-lineitem .item-product .item-product-description {
        padding-left: 60px
    }
}
#cartform .cart-lineitem .item-product .item-product-description .image {
    display: none
}
@media (min-width: 480px) {
    #cartform .cart-lineitem .item-product .item-product-description .image {
        display: block;
        margin-top: 3px;
        float: left;
        width: 52px;
        border: 1px solid #c9d3d8;
        margin-left: -60px
    }
}
#cartform .cart-lineitem .item-product .item-product-description .image img {
    display: block;
    max-width: 100%;
    height: auto
}
#cartform .cart-lineitem .item-product .product-name {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px
}
#cartform .cart-lineitem .item-product .product-name a {
    color: inherit;
    border-bottom: 0 none
}
#cartform .cart-lineitem .item-product .product-name a:hover {
    
}
#cartform .cart-lineitem .item-product .product-description {
    display: block;
    line-height: 1.4
}
#cartform .cart-lineitem .item-product .remove-link {
    font-size: 16px;
    
    border-bottom-color: transparent
}
#cartform .cart-lineitem .item-product .remove-link:hover {
    

}
#cartform .cart-lineitem .item-quantity {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right
}
@media (min-width: 768px) {
    #cartform .cart-lineitem .item-quantity {
        float: left;
        width: 16.66667%
    }
}
#cartform .cart-lineitem .item-quantity .form-control {
    text-align: right
}
#cartform .cart-lineitem .item-single-price {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
    white-space: nowrap
}
@media (min-width: 768px) {
    #cartform .cart-lineitem .item-single-price {
        float: left;
        width: 16.66667%
    }
}
#cartform .cart-lineitem .item-sum {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
    white-space: nowrap
}
@media (min-width: 768px) {
    #cartform .cart-lineitem .item-sum {
        float: left;
        width: 16.66667%
    }
}
#cartform .cart-lineitem .item-sum-description {
    position: relative;
    float: left;
    width: 66.66667%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right
}
@media (min-width: 768px) {
    #cartform .cart-lineitem .item-sum-description {
        float: left;
        width: 83.33333%
    }
}
#cartform .cart-lineitem .item-product,
#cartform .cart-lineitem .item-product-and-quantity,
#cartform .cart-lineitem .item-single-price,
#cartform .cart-lineitem .item-sum,
#cartform .cart-lineitem .item-sum-description {
    padding-top: 7px;
    padding-bottom: 7px
}
.blog-article-list {
    list-style: none;
    margin: 0;
    padding: 7px 0;
    border-top: 1px solid #c9d3d8
}
.blog-article-list li {
    margin: 28px 0;
    padding: 0;
    border-bottom: 1px solid #c9d3d8
}
.blog-article-list li h2 {
    margin: 28px 0 0 0
}
.blog-article-list li p.blog-article-teaser {
    margin: 0 0 28px 0
}
.new-blog-article-list {
    list-style: none;
    margin: 0;
    padding: 35px 0 7px
}
.new-blog-article-list li {
    margin: 0 0 28px 0;
    padding: 0;
    display: block;
    width: 100%;
    position: relative;

}
.new-blog-article-list li>a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    position: relative;
    
    
    border-bottom: 0 none
}
.new-blog-article-list li>a .text-block {
    width: 100%;
    position: relative;
    text-align: left;
    padding: 56px 0 14px;
    z-index: 10
}
.new-blog-article-list li>a h2 {
    display: block;
    margin: 0;
    padding: 28px 20px 7px
}
.new-blog-article-list li>a .teaser-date {
    display: block;
    margin: 0;
    padding: 0 20px;
    font-size: 16px
}
.new-blog-article-list li>a .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: #78909c no-repeat center center scroll;
    background-size: cover
}
.new-blog-article-list li>a .image:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    z-index: 7
}
.new-blog-article-list li>a:hover .image:after {
    
}
span.blog-article-date {
    display: block;
    font-size: 16px;
    
    margin-top: 7px;
    margin-bottom: 7px
}
span.blog-article-author {
    display: block;
    font-size: 16px;
    
    margin-top: 7px
}
span.blog-article-author+span.blog-article-date {
    margin-top: 0
}
span.blog-article-prefix {
    display: block;
    font-size: 16px;
    
    margin-top: 28px;
    margin-bottom: 7px
}
span.blog-article-prefix a {
    border-bottom-color: transparent;
    
    text-decoration: none
}
span.blog-article-prefix+h1 {
    margin-top: 0
}
.blog-article-image {
    display: block;
    margin-bottom: 42px
}
.blog-article-image img {
    display: block;
    max-width: 100%;
    height: auto
}
.blog-article-body {
    display: inline-block
}
.section-page-bottom-nav .page-bottom-nav {
    margin-left: -10px;
    margin-right: -10px
}
.section-page-bottom-nav .page-bottom-nav:before,
.section-page-bottom-nav .page-bottom-nav:after {
    content: " ";
    display: table
}
.section-page-bottom-nav .page-bottom-nav:after {
    clear: both
}
.section-page-bottom-nav .next-link,
.section-page-bottom-nav .previous-link {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center
}
@media (min-width: 768px) {
    .section-page-bottom-nav .next-link,
    .section-page-bottom-nav .previous-link {
        float: left;
        width: 50%
    }
}
@media (min-width: 768px) {
    .section-page-bottom-nav .previous-link {
        text-align: left
    }
}
@media (min-width: 768px) {
    .section-page-bottom-nav .next-link {
        text-align: right
    }
}
.section-page-bottom-nav .secondary-option {
    display: none
}
@media (min-width: 768px) {
    .section-page-bottom-nav .secondary-option {
        display: inline-block
    }
}


