/*
Theme Name:		   	TS_Mall
Author: 			Tailsweep AB
Author URI: 		http://www.tailsweep.com/
Description: 		Designed originally by Vektorgrafik. Adapted, modified and refined by <a href="http://www.sankala.eu/">Jan Sankala</a>
Version:		   	3.0.5
*/
/* Search results page stuffs */
.searchresult .article-footer {
	display: none;
}
.searchresult .article {
	border: 1px solid #CCCCCC;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
-webkit-box-shadow: 10px 5px 23px 0px rgba(204,204,204,1);
-moz-box-shadow: 10px 5px 23px 0px rgba(204,204,204,1);
box-shadow: 10px 5px 23px 0px rgba(204,204,204,1);	
}
/*	  normalize.css v3.0.1
	  MIT License
	  git.io/normalize
---------------------------------------- */
@font-face {
    font-family: 'Didot';
    src: url('lib/fonts/didot-roman.eot');
    src: url('lib/fonts/didot-roman.eot?#iefix') format('embedded-opentype'),
         url('lib/fonts/didot-roman.woff') format('woff'),
         url('lib/fonts/didot-roman.ttf') format('truetype'),
         url('lib/fonts/didot-roman.svg#didot_lt_stdregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

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, 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: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #222;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.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"], /* 1 */
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 {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}

/*	  Foundation grid
	  http://foundation.zurb.com/
---------------------------------------- */

*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row {
    width: 100%;
    max-width: 70em;
    *zoom: 1;
    margin: 0 auto;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}
.row.collapse .row {
    margin-left: 0;
    margin-right: 0;
}
.row .row {
    width: auto;
    max-width: none;
    *zoom: 1;
    margin: 0 -.9375em;
}
.row .row:before, .row .row:after {
    content: " ";
    display: table;
}
.row .row:after {
    clear: both;
}
.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
    *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
    content: " ";
    display: table;
}
.row .row.collapse:after {
    clear: both;
}
.column, .columns {
    padding-left: .9375em;
    padding-right: .9375em;
    width: 100%;
    float: left;
}
@media only screen {
    .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
}
.small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
}
.small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
}
.small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
}
.small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
}
.small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
}
.small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
}
.small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
}
.small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
}
.small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
}
.small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
}
.small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
}
.small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
}
.small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
}
.small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
}
.small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
}
.small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
}
.small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
}
.small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
}
.small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
}
.small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
}
.small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
}
.small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
}
.small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
}
.column, .columns {
    position: relative;
    padding-left: .9375em;
    padding-right: .9375em;
    float: left;
}
.small-1 {
    width: 8.33333%}
.small-2 {
    width: 16.66667%}
.small-3 {
    width: 25%}
.small-4 {
    width: 33.33333%}
.small-5 {
    width: 41.66667%}
.small-6 {
    width: 50%}
.small-7 {
    width: 58.33333%}
.small-8 {
    width: 66.66667%}
.small-9 {
    width: 75%}
.small-10 {
    width: 83.33333%}
.small-11 {
    width: 91.66667%}
.small-12 {
    width: 100%}
[class*="column"] + [class*="column"].end {
    float: left;
}
.small-offset-0 {
    margin-left: 0!important;
}
.small-offset-1 {
    margin-left: 8.33333%!important;
}
.small-offset-2 {
    margin-left: 16.66667%!important;
}
.small-offset-3 {
    margin-left: 25%!important;
}
.small-offset-4 {
    margin-left: 33.33333%!important;
}
.small-offset-5 {
    margin-left: 41.66667%!important;
}
.small-offset-6 {
    margin-left: 50%!important;
}
.small-offset-7 {
    margin-left: 58.33333%!important;
}
.small-offset-8 {
    margin-left: 66.66667%!important;
}
.small-offset-9 {
    margin-left: 75%!important;
}
.small-offset-10 {
    margin-left: 83.33333%!important;
}
.small-offset-11 {
    margin-left: 91.66667%!important;
}
.small-reset-order, .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
}
.column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left!important;
}
.column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right;
}
}@media only screen and (min-width: 40.063em) {
    .menu-mobile {
    display:  none;
}
.medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
}
.medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
}
.medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
}
.medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
}
.medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
}
.medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
}
.medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
}
.medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
}
.medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
}
.medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
}
.medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
}
.medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
}
.medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
}
.medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
}
.medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
}
.medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
}
.medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
}
.medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
}
.medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
}
.medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
}
.medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
}
.medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
}
.medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
}
.medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
}
.column, .columns {
    position: relative;
    padding-left: .9375em;
    padding-right: .9375em;
    float: left;
}
.medium-1 {
    width: 8.33333%}
.medium-2 {
    width: 16.66667%}
.medium-3 {
    width: 25%}
.medium-4 {
    width: 33.33333%}
.medium-5 {
    width: 41.66667%}
.medium-6 {
    width: 50%}
.medium-7 {
    width: 58.33333%}
.medium-8 {
    width: 66.66667%}
.medium-9 {
    width: 75%}
.medium-10 {
    width: 83.33333%}
.medium-11 {
    width: 91.66667%}
.medium-12 {
    width: 100%}
[class*="column"] + [class*="column"].end {
    float: left;
}
.medium-offset-0 {
    margin-left: 0!important;
}
.medium-offset-1 {
    margin-left: 8.33333%!important;
}
.medium-offset-2 {
    margin-left: 16.66667%!important;
}
.medium-offset-3 {
    margin-left: 25%!important;
}
.medium-offset-4 {
    margin-left: 33.33333%!important;
}
.medium-offset-5 {
    margin-left: 41.66667%!important;
}
.medium-offset-6 {
    margin-left: 50%!important;
}
.medium-offset-7 {
    margin-left: 58.33333%!important;
}
.medium-offset-8 {
    margin-left: 66.66667%!important;
}
.medium-offset-9 {
    margin-left: 75%!important;
}
.medium-offset-10 {
    margin-left: 83.33333%!important;
}
.medium-offset-11 {
    margin-left: 91.66667%!important;
}
.medium-reset-order, .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
}
.column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left!important;
}
.column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right;
}
.push-0 {
    position: relative;
    left: 0;
    right: auto;
}
.pull-0 {
    position: relative;
    right: 0;
    left: auto;
}
.push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
}
.pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
}
.push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
}
.pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
}
.push-3 {
    position: relative;
    left: 25%;
    right: auto;
}
.pull-3 {
    position: relative;
    right: 25%;
    left: auto;
}
.push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
}
.pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
}
.push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
}
.pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
}
.push-6 {
    position: relative;
    left: 50%;
    right: auto;
}
.pull-6 {
    position: relative;
    right: 50%;
    left: auto;
}
.push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
}
.pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
}
.push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
}
.pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
}
.push-9 {
    position: relative;
    left: 75%;
    right: auto;
}
.pull-9 {
    position: relative;
    right: 75%;
    left: auto;
}
.push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
}
.pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
}
.push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
}
.pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
}
}@media only screen and (min-width: 64.063em) {
    .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
}
.large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
}
.large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
}
.large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
}
.large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
}
.large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
}
.large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
}
.large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
}
.large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
}
.large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
}
.large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
}
.large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
}
.large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
}
.large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
}
.large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
}
.large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
}
.large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
}
.large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
}
.large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
}
.large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
}
.large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
}
.large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
}
.large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
}
.large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
}
.column, .columns {
    position: relative;
    padding-left: .9375em;
    padding-right: .9375em;
    float: left;
}
.large-1 {
    width: 8.33333%}
.large-2 {
    width: 16.66667%}
.large-3 {
    width: 25%}
.large-4 {
    width: 33.33333%}
.large-5 {
    width: 41.66667%}
.large-6 {
    width: 50%}
.large-7 {
    width: 58.33333%}
.large-8 {
    width: 66.66667%}
.large-9 {
    width: 75%}
.large-10 {
    width: 83.33333%}
.large-11 {
    width: 91.66667%}
.large-12 {
    width: 100%}
[class*="column"] + [class*="column"].end {
    float: left;
}
.large-offset-0 {
    margin-left: 0!important;
}
.large-offset-1 {
    margin-left: 8.33333%!important;
}
.large-offset-2 {
    margin-left: 16.66667%!important;
}
.large-offset-3 {
    margin-left: 25%!important;
}
.large-offset-4 {
    margin-left: 33.33333%!important;
}
.large-offset-5 {
    margin-left: 41.66667%!important;
}
.large-offset-6 {
    margin-left: 50%!important;
}
.large-offset-7 {
    margin-left: 58.33333%!important;
}
.large-offset-8 {
    margin-left: 66.66667%!important;
}
.large-offset-9 {
    margin-left: 75%!important;
}
.large-offset-10 {
    margin-left: 83.33333%!important;
}
.large-offset-11 {
    margin-left: 91.66667%!important;
}
.large-reset-order, .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
}
.column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left!important;
}
.column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right;
}
.push-0 {
    position: relative;
    left: 0;
    right: auto;
}
.pull-0 {
    position: relative;
    right: 0;
    left: auto;
}
.push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
}
.pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
}
.push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
}
.pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
}
.push-3 {
    position: relative;
    left: 25%;
    right: auto;
}
.pull-3 {
    position: relative;
    right: 25%;
    left: auto;
}
.push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
}
.pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
}
.push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
}
.pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
}
.push-6 {
    position: relative;
    left: 50%;
    right: auto;
}
.pull-6 {
    position: relative;
    right: 50%;
    left: auto;
}
.push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
}
.pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
}
.push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
}
.pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
}
.push-9 {
    position: relative;
    left: 75%;
    right: auto;
}
.pull-9 {
    position: relative;
    right: 75%;
    left: auto;
}
.push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
}
.pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
}
.push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
}
.pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
}
}

/*
 *	Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *	License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
	font-family: 'FontAwesome';
	src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),
		 url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),
		 url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),
		 url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul>li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}@keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,  mirror=1);
    -webkit-transform: scale(-1,  1);
    -ms-transform: scale(-1,  1);
    transform: scale(-1,  1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,  mirror=1);
    -webkit-transform: scale(1,  -1);
    -ms-transform: scale(1,  -1);
    transform: scale(1,  -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000"}
.fa-music:before {
    content: "\f001"}
.fa-search:before {
    content: "\f002"}
.fa-envelope-o:before {
    content: "\f003"}
.fa-heart:before {
    content: "\f004"}
.fa-star:before {
    content: "\f005"}
.fa-star-o:before {
    content: "\f006"}
.fa-user:before {
    content: "\f007"}
.fa-film:before {
    content: "\f008"}
.fa-th-large:before {
    content: "\f009"}
.fa-th:before {
    content: "\f00a"}
.fa-th-list:before {
    content: "\f00b"}
.fa-check:before {
    content: "\f00c"}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"}
.fa-search-plus:before {
    content: "\f00e"}
.fa-search-minus:before {
    content: "\f010"}
.fa-power-off:before {
    content: "\f011"}
.fa-signal:before {
    content: "\f012"}
.fa-gear:before, .fa-cog:before {
    content: "\f013"}
.fa-trash-o:before {
    content: "\f014"}
.fa-home:before {
    content: "\f015"}
.fa-file-o:before {
    content: "\f016"}
.fa-clock-o:before {
    content: "\f017"}
.fa-road:before {
    content: "\f018"}
.fa-download:before {
    content: "\f019"}
.fa-arrow-circle-o-down:before {
    content: "\f01a"}
.fa-arrow-circle-o-up:before {
    content: "\f01b"}
.fa-inbox:before {
    content: "\f01c"}
.fa-play-circle-o:before {
    content: "\f01d"}
.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"}
.fa-refresh:before {
    content: "\f021"}
.fa-list-alt:before {
    content: "\f022"}
.fa-lock:before {
    content: "\f023"}
.fa-flag:before {
    content: "\f024"}
.fa-headphones:before {
    content: "\f025"}
.fa-volume-off:before {
    content: "\f026"}
.fa-volume-down:before {
    content: "\f027"}
.fa-volume-up:before {
    content: "\f028"}
.fa-qrcode:before {
    content: "\f029"}
.fa-barcode:before {
    content: "\f02a"}
.fa-tag:before {
    content: "\f02b"}
.fa-tags:before {
    content: "\f02c"}
.fa-book:before {
    content: "\f02d"}
.fa-bookmark:before {
    content: "\f02e"}
.fa-print:before {
    content: "\f02f"}
.fa-camera:before {
    content: "\f030"}
.fa-font:before {
    content: "\f031"}
.fa-bold:before {
    content: "\f032"}
.fa-italic:before {
    content: "\f033"}
.fa-text-height:before {
    content: "\f034"}
.fa-text-width:before {
    content: "\f035"}
.fa-align-left:before {
    content: "\f036"}
.fa-align-center:before {
    content: "\f037"}
.fa-align-right:before {
    content: "\f038"}
.fa-align-justify:before {
    content: "\f039"}
.fa-list:before {
    content: "\f03a"}
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"}
.fa-indent:before {
    content: "\f03c"}
.fa-video-camera:before {
    content: "\f03d"}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"}
.fa-pencil:before {
    content: "\f040"}
.fa-map-marker:before {
    content: "\f041"}
.fa-adjust:before {
    content: "\f042"}
.fa-tint:before {
    content: "\f043"}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"}
.fa-share-square-o:before {
    content: "\f045"}
.fa-check-square-o:before {
    content: "\f046"}
.fa-arrows:before {
    content: "\f047"}
.fa-step-backward:before {
    content: "\f048"}
.fa-fast-backward:before {
    content: "\f049"}
.fa-backward:before {
    content: "\f04a"}
.fa-play:before {
    content: "\f04b"}
.fa-pause:before {
    content: "\f04c"}
.fa-stop:before {
    content: "\f04d"}
.fa-forward:before {
    content: "\f04e"}
.fa-fast-forward:before {
    content: "\f050"}
.fa-step-forward:before {
    content: "\f051"}
.fa-eject:before {
    content: "\f052"}
.fa-chevron-left:before {
    content: "\f053"}
.fa-chevron-right:before {
    content: "\f054"}
.fa-plus-circle:before {
    content: "\f055"}
.fa-minus-circle:before {
    content: "\f056"}
.fa-times-circle:before {
    content: "\f057"}
.fa-check-circle:before {
    content: "\f058"}
.fa-question-circle:before {
    content: "\f059"}
.fa-info-circle:before {
    content: "\f05a"}
.fa-crosshairs:before {
    content: "\f05b"}
.fa-times-circle-o:before {
    content: "\f05c"}
.fa-check-circle-o:before {
    content: "\f05d"}
.fa-ban:before {
    content: "\f05e"}
.fa-arrow-left:before {
    content: "\f060"}
.fa-arrow-right:before {
    content: "\f061"}
.fa-arrow-up:before {
    content: "\f062"}
.fa-arrow-down:before {
    content: "\f063"}
.fa-mail-forward:before, .fa-share:before {
    content: "\f064"}
.fa-expand:before {
    content: "\f065"}
.fa-compress:before {
    content: "\f066"}
.fa-plus:before {
    content: "\f067"}
.fa-minus:before {
    content: "\f068"}
.fa-asterisk:before {
    content: "\f069"}
.fa-exclamation-circle:before {
    content: "\f06a"}
.fa-gift:before {
    content: "\f06b"}
.fa-leaf:before {
    content: "\f06c"}
.fa-fire:before {
    content: "\f06d"}
.fa-eye:before {
    content: "\f06e"}
.fa-eye-slash:before {
    content: "\f070"}
.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"}
.fa-plane:before {
    content: "\f072"}
.fa-calendar:before {
    content: "\f073"}
.fa-random:before {
    content: "\f074"}
.fa-comment:before {
    content: "\f075"}
.fa-magnet:before {
    content: "\f076"}
.fa-chevron-up:before {
    content: "\f077"}
.fa-chevron-down:before {
    content: "\f078"}
.fa-retweet:before {
    content: "\f079"}
.fa-shopping-cart:before {
    content: "\f07a"}
.fa-folder:before {
    content: "\f07b"}
.fa-folder-open:before {
    content: "\f07c"}
.fa-arrows-v:before {
    content: "\f07d"}
.fa-arrows-h:before {
    content: "\f07e"}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"}
.fa-twitter-square:before {
    content: "\f081"}
.fa-facebook-square:before {
    content: "\f082"}
.fa-camera-retro:before {
    content: "\f083"}
.fa-key:before {
    content: "\f084"}
.fa-gears:before, .fa-cogs:before {
    content: "\f085"}
.fa-comments:before {
    content: "\f086"}
.fa-thumbs-o-up:before {
    content: "\f087"}
.fa-thumbs-o-down:before {
    content: "\f088"}
.fa-star-half:before {
    content: "\f089"}
.fa-heart-o:before {
    content: "\f08a"}
.fa-sign-out:before {
    content: "\f08b"}
.fa-linkedin-square:before {
    content: "\f08c"}
.fa-thumb-tack:before {
    content: "\f08d"}
.fa-external-link:before {
    content: "\f08e"}
.fa-sign-in:before {
    content: "\f090"}
.fa-trophy:before {
    content: "\f091"}
.fa-github-square:before {
    content: "\f092"}
.fa-upload:before {
    content: "\f093"}
.fa-lemon-o:before {
    content: "\f094"}
.fa-phone:before {
    content: "\f095"}
.fa-square-o:before {
    content: "\f096"}
.fa-bookmark-o:before {
    content: "\f097"}
.fa-phone-square:before {
    content: "\f098"}
.fa-twitter:before {
    content: "\f099"}
.fa-facebook:before {
    content: "\f09a"}
.fa-github:before {
    content: "\f09b"}
.fa-unlock:before {
    content: "\f09c"}
.fa-credit-card:before {
    content: "\f09d"}
.fa-rss:before {
    content: "\f09e"}
.fa-hdd-o:before {
    content: "\f0a0"}
.fa-bullhorn:before {
    content: "\f0a1"}
.fa-bell:before {
    content: "\f0f3"}
.fa-certificate:before {
    content: "\f0a3"}
.fa-hand-o-right:before {
    content: "\f0a4"}
.fa-hand-o-left:before {
    content: "\f0a5"}
.fa-hand-o-up:before {
    content: "\f0a6"}
.fa-hand-o-down:before {
    content: "\f0a7"}
.fa-arrow-circle-left:before {
    content: "\f0a8"}
.fa-arrow-circle-right:before {
    content: "\f0a9"}
.fa-arrow-circle-up:before {
    content: "\f0aa"}
.fa-arrow-circle-down:before {
    content: "\f0ab"}
.fa-globe:before {
    content: "\f0ac"}
.fa-wrench:before {
    content: "\f0ad"}
.fa-tasks:before {
    content: "\f0ae"}
.fa-filter:before {
    content: "\f0b0"}
.fa-briefcase:before {
    content: "\f0b1"}
.fa-arrows-alt:before {
    content: "\f0b2"}
.fa-group:before, .fa-users:before {
    content: "\f0c0"}
.fa-chain:before, .fa-link:before {
    content: "\f0c1"}
.fa-cloud:before {
    content: "\f0c2"}
.fa-flask:before {
    content: "\f0c3"}
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"}
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"}
.fa-paperclip:before {
    content: "\f0c6"}
.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"}
.fa-square:before {
    content: "\f0c8"}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"}
.fa-list-ul:before {
    content: "\f0ca"}
.fa-list-ol:before {
    content: "\f0cb"}
.fa-strikethrough:before {
    content: "\f0cc"}
.fa-underline:before {
    content: "\f0cd"}
.fa-table:before {
    content: "\f0ce"}
.fa-magic:before {
    content: "\f0d0"}
.fa-truck:before {
    content: "\f0d1"}
.fa-pinterest:before {
    content: "\f0d2"}
.fa-pinterest-square:before {
    content: "\f0d3"}
.fa-google-plus-square:before {
    content: "\f0d4"}
.fa-google-plus:before {
    content: "\f0d5"}
.fa-money:before {
    content: "\f0d6"}
.fa-caret-down:before {
    content: "\f0d7"}
.fa-caret-up:before {
    content: "\f0d8"}
.fa-caret-left:before {
    content: "\f0d9"}
.fa-caret-right:before {
    content: "\f0da"}
.fa-columns:before {
    content: "\f0db"}
.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"}
.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"}
.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"}
.fa-envelope:before {
    content: "\f0e0"}
.fa-linkedin:before {
    content: "\f0e1"}
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"}
.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"}
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"}
.fa-comment-o:before {
    content: "\f0e5"}
.fa-comments-o:before {
    content: "\f0e6"}
.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"}
.fa-sitemap:before {
    content: "\f0e8"}
.fa-umbrella:before {
    content: "\f0e9"}
.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"}
.fa-lightbulb-o:before {
    content: "\f0eb"}
.fa-exchange:before {
    content: "\f0ec"}
.fa-cloud-download:before {
    content: "\f0ed"}
.fa-cloud-upload:before {
    content: "\f0ee"}
.fa-user-md:before {
    content: "\f0f0"}
.fa-stethoscope:before {
    content: "\f0f1"}
.fa-suitcase:before {
    content: "\f0f2"}
.fa-bell-o:before {
    content: "\f0a2"}
.fa-coffee:before {
    content: "\f0f4"}
.fa-cutlery:before {
    content: "\f0f5"}
.fa-file-text-o:before {
    content: "\f0f6"}
.fa-building-o:before {
    content: "\f0f7"}
.fa-hospital-o:before {
    content: "\f0f8"}
.fa-ambulance:before {
    content: "\f0f9"}
.fa-medkit:before {
    content: "\f0fa"}
.fa-fighter-jet:before {
    content: "\f0fb"}
.fa-beer:before {
    content: "\f0fc"}
.fa-h-square:before {
    content: "\f0fd"}
.fa-plus-square:before {
    content: "\f0fe"}
.fa-angle-double-left:before {
    content: "\f100"}
.fa-angle-double-right:before {
    content: "\f101"}
.fa-angle-double-up:before {
    content: "\f102"}
.fa-angle-double-down:before {
    content: "\f103"}
.fa-angle-left:before {
    content: "\f104"}
.fa-angle-right:before {
    content: "\f105"}
.fa-angle-up:before {
    content: "\f106"}
.fa-angle-down:before {
    content: "\f107"}
.fa-desktop:before {
    content: "\f108"}
.fa-laptop:before {
    content: "\f109"}
.fa-tablet:before {
    content: "\f10a"}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"}
.fa-circle-o:before {
    content: "\f10c"}
.fa-quote-left:before {
    content: "\f10d"}
.fa-quote-right:before {
    content: "\f10e"}
.fa-spinner:before {
    content: "\f110"}
.fa-circle:before {
    content: "\f111"}
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"}
.fa-github-alt:before {
    content: "\f113"}
.fa-folder-o:before {
    content: "\f114"}
.fa-folder-open-o:before {
    content: "\f115"}
.fa-smile-o:before {
    content: "\f118"}
.fa-frown-o:before {
    content: "\f119"}
.fa-meh-o:before {
    content: "\f11a"}
.fa-gamepad:before {
    content: "\f11b"}
.fa-keyboard-o:before {
    content: "\f11c"}
.fa-flag-o:before {
    content: "\f11d"}
.fa-flag-checkered:before {
    content: "\f11e"}
.fa-terminal:before {
    content: "\f120"}
.fa-code:before {
    content: "\f121"}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"}
.fa-location-arrow:before {
    content: "\f124"}
.fa-crop:before {
    content: "\f125"}
.fa-code-fork:before {
    content: "\f126"}
.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"}
.fa-question:before {
    content: "\f128"}
.fa-info:before {
    content: "\f129"}
.fa-exclamation:before {
    content: "\f12a"}
.fa-superscript:before {
    content: "\f12b"}
.fa-subscript:before {
    content: "\f12c"}
.fa-eraser:before {
    content: "\f12d"}
.fa-puzzle-piece:before {
    content: "\f12e"}
.fa-microphone:before {
    content: "\f130"}
.fa-microphone-slash:before {
    content: "\f131"}
.fa-shield:before {
    content: "\f132"}
.fa-calendar-o:before {
    content: "\f133"}
.fa-fire-extinguisher:before {
    content: "\f134"}
.fa-rocket:before {
    content: "\f135"}
.fa-maxcdn:before {
    content: "\f136"}
.fa-chevron-circle-left:before {
    content: "\f137"}
.fa-chevron-circle-right:before {
    content: "\f138"}
.fa-chevron-circle-up:before {
    content: "\f139"}
.fa-chevron-circle-down:before {
    content: "\f13a"}
.fa-html5:before {
    content: "\f13b"}
.fa-css3:before {
    content: "\f13c"}
.fa-anchor:before {
    content: "\f13d"}
.fa-unlock-alt:before {
    content: "\f13e"}
.fa-bullseye:before {
    content: "\f140"}
.fa-ellipsis-h:before {
    content: "\f141"}
.fa-ellipsis-v:before {
    content: "\f142"}
.fa-rss-square:before {
    content: "\f143"}
.fa-play-circle:before {
    content: "\f144"}
.fa-ticket:before {
    content: "\f145"}
.fa-minus-square:before {
    content: "\f146"}
.fa-minus-square-o:before {
    content: "\f147"}
.fa-level-up:before {
    content: "\f148"}
.fa-level-down:before {
    content: "\f149"}
.fa-check-square:before {
    content: "\f14a"}
.fa-pencil-square:before {
    content: "\f14b"}
.fa-external-link-square:before {
    content: "\f14c"}
.fa-share-square:before {
    content: "\f14d"}
.fa-compass:before {
    content: "\f14e"}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"}
.fa-euro:before, .fa-eur:before {
    content: "\f153"}
.fa-gbp:before {
    content: "\f154"}
.fa-dollar:before, .fa-usd:before {
    content: "\f155"}
.fa-rupee:before, .fa-inr:before {
    content: "\f156"}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"}
.fa-won:before, .fa-krw:before {
    content: "\f159"}
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"}
.fa-file:before {
    content: "\f15b"}
.fa-file-text:before {
    content: "\f15c"}
.fa-sort-alpha-asc:before {
    content: "\f15d"}
.fa-sort-alpha-desc:before {
    content: "\f15e"}
.fa-sort-amount-asc:before {
    content: "\f160"}
.fa-sort-amount-desc:before {
    content: "\f161"}
.fa-sort-numeric-asc:before {
    content: "\f162"}
.fa-sort-numeric-desc:before {
    content: "\f163"}
.fa-thumbs-up:before {
    content: "\f164"}
.fa-thumbs-down:before {
    content: "\f165"}
.fa-youtube-square:before {
    content: "\f166"}
.fa-youtube:before {
    content: "\f167"}
.fa-xing:before {
    content: "\f168"}
.fa-xing-square:before {
    content: "\f169"}
.fa-youtube-play:before {
    content: "\f16a"}
.fa-dropbox:before {
    content: "\f16b"}
.fa-stack-overflow:before {
    content: "\f16c"}
.fa-instagram:before {
    content: "\f16d"}
.fa-flickr:before {
    content: "\f16e"}
.fa-adn:before {
    content: "\f170"}
.fa-bitbucket:before {
    content: "\f171"}
.fa-bitbucket-square:before {
    content: "\f172"}
.fa-tumblr:before {
    content: "\f173"}
.fa-tumblr-square:before {
    content: "\f174"}
.fa-long-arrow-down:before {
    content: "\f175"}
.fa-long-arrow-up:before {
    content: "\f176"}
.fa-long-arrow-left:before {
    content: "\f177"}
.fa-long-arrow-right:before {
    content: "\f178"}
.fa-apple:before {
    content: "\f179"}
.fa-windows:before {
    content: "\f17a"}
.fa-android:before {
    content: "\f17b"}
.fa-linux:before {
    content: "\f17c"}
.fa-dribbble:before {
    content: "\f17d"}
.fa-skype:before {
    content: "\f17e"}
.fa-foursquare:before {
    content: "\f180"}
.fa-trello:before {
    content: "\f181"}
.fa-female:before {
    content: "\f182"}
.fa-male:before {
    content: "\f183"}
.fa-gittip:before {
    content: "\f184"}
.fa-sun-o:before {
    content: "\f185"}
.fa-moon-o:before {
    content: "\f186"}
.fa-archive:before {
    content: "\f187"}
.fa-bug:before {
    content: "\f188"}
.fa-vk:before {
    content: "\f189"}
.fa-weibo:before {
    content: "\f18a"}
.fa-renren:before {
    content: "\f18b"}
.fa-pagelines:before {
    content: "\f18c"}
.fa-stack-exchange:before {
    content: "\f18d"}
.fa-arrow-circle-o-right:before {
    content: "\f18e"}
.fa-arrow-circle-o-left:before {
    content: "\f190"}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"}
.fa-dot-circle-o:before {
    content: "\f192"}
.fa-wheelchair:before {
    content: "\f193"}
.fa-vimeo-square:before {
    content: "\f194"}
.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"}
.fa-plus-square-o:before {
    content: "\f196"}
.fa-space-shuttle:before {
    content: "\f197"}
.fa-slack:before {
    content: "\f198"}
.fa-envelope-square:before {
    content: "\f199"}
.fa-wordpress:before {
    content: "\f19a"}
.fa-openid:before {
    content: "\f19b"}
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"}
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"}
.fa-yahoo:before {
    content: "\f19e"}
.fa-google:before {
    content: "\f1a0"}
.fa-reddit:before {
    content: "\f1a1"}
.fa-reddit-square:before {
    content: "\f1a2"}
.fa-stumbleupon-circle:before {
    content: "\f1a3"}
.fa-stumbleupon:before {
    content: "\f1a4"}
.fa-delicious:before {
    content: "\f1a5"}
.fa-digg:before {
    content: "\f1a6"}
.fa-pied-piper:before {
    content: "\f1a7"}
.fa-pied-piper-alt:before {
    content: "\f1a8"}
.fa-drupal:before {
    content: "\f1a9"}
.fa-joomla:before {
    content: "\f1aa"}
.fa-language:before {
    content: "\f1ab"}
.fa-fax:before {
    content: "\f1ac"}
.fa-building:before {
    content: "\f1ad"}
.fa-child:before {
    content: "\f1ae"}
.fa-paw:before {
    content: "\f1b0"}
.fa-spoon:before {
    content: "\f1b1"}
.fa-cube:before {
    content: "\f1b2"}
.fa-cubes:before {
    content: "\f1b3"}
.fa-behance:before {
    content: "\f1b4"}
.fa-behance-square:before {
    content: "\f1b5"}
.fa-steam:before {
    content: "\f1b6"}
.fa-steam-square:before {
    content: "\f1b7"}
.fa-recycle:before {
    content: "\f1b8"}
.fa-automobile:before, .fa-car:before {
    content: "\f1b9"}
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"}
.fa-tree:before {
    content: "\f1bb"}
.fa-spotify:before {
    content: "\f1bc"}
.fa-deviantart:before {
    content: "\f1bd"}
.fa-soundcloud:before {
    content: "\f1be"}
.fa-database:before {
    content: "\f1c0"}
.fa-file-pdf-o:before {
    content: "\f1c1"}
.fa-file-word-o:before {
    content: "\f1c2"}
.fa-file-excel-o:before {
    content: "\f1c3"}
.fa-file-powerpoint-o:before {
    content: "\f1c4"}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"}
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"}
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"}
.fa-file-code-o:before {
    content: "\f1c9"}
.fa-vine:before {
    content: "\f1ca"}
.fa-codepen:before {
    content: "\f1cb"}
.fa-jsfiddle:before {
    content: "\f1cc"}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"}
.fa-circle-o-notch:before {
    content: "\f1ce"}
.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"}
.fa-ge:before, .fa-empire:before {
    content: "\f1d1"}
.fa-git-square:before {
    content: "\f1d2"}
.fa-git:before {
    content: "\f1d3"}
.fa-hacker-news:before {
    content: "\f1d4"}
.fa-tencent-weibo:before {
    content: "\f1d5"}
.fa-qq:before {
    content: "\f1d6"}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"}
.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"}
.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"}
.fa-history:before {
    content: "\f1da"}
.fa-circle-thin:before {
    content: "\f1db"}
.fa-header:before {
    content: "\f1dc"}
.fa-paragraph:before {
    content: "\f1dd"}
.fa-sliders:before {
    content: "\f1de"}
.fa-share-alt:before {
    content: "\f1e0"}
.fa-share-alt-square:before {
    content: "\f1e1"}
.fa-bomb:before {
    content: "\f1e2"}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"}
.fa-tty:before {
    content: "\f1e4"}
.fa-binoculars:before {
    content: "\f1e5"}
.fa-plug:before {
    content: "\f1e6"}
.fa-slideshare:before {
    content: "\f1e7"}
.fa-twitch:before {
    content: "\f1e8"}
.fa-yelp:before {
    content: "\f1e9"}
.fa-newspaper-o:before {
    content: "\f1ea"}
.fa-wifi:before {
    content: "\f1eb"}
.fa-calculator:before {
    content: "\f1ec"}
.fa-paypal:before {
    content: "\f1ed"}
.fa-google-wallet:before {
    content: "\f1ee"}
.fa-cc-visa:before {
    content: "\f1f0"}
.fa-cc-mastercard:before {
    content: "\f1f1"}
.fa-cc-discover:before {
    content: "\f1f2"}
.fa-cc-amex:before {
    content: "\f1f3"}
.fa-cc-paypal:before {
    content: "\f1f4"}
.fa-cc-stripe:before {
    content: "\f1f5"}
.fa-bell-slash:before {
    content: "\f1f6"}
.fa-bell-slash-o:before {
    content: "\f1f7"}
.fa-trash:before {
    content: "\f1f8"}
.fa-copyright:before {
    content: "\f1f9"}
.fa-at:before {
    content: "\f1fa"}
.fa-eyedropper:before {
    content: "\f1fb"}
.fa-paint-brush:before {
    content: "\f1fc"}
.fa-birthday-cake:before {
    content: "\f1fd"}
.fa-area-chart:before {
    content: "\f1fe"}
.fa-pie-chart:before {
    content: "\f200"}
.fa-line-chart:before {
    content: "\f201"}
.fa-lastfm:before {
    content: "\f202"}
.fa-lastfm-square:before {
    content: "\f203"}
.fa-toggle-off:before {
    content: "\f204"}
.fa-toggle-on:before {
    content: "\f205"}
.fa-bicycle:before {
    content: "\f206"}
.fa-bus:before {
    content: "\f207"}
.fa-ioxhost:before {
    content: "\f208"}
.fa-angellist:before {
    content: "\f209"}
.fa-cc:before {
    content: "\f20a"}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"}
.fa-meanpath:before {
    content: "\f20c"}
.share .fa-facebook:before {
  content: "FACEBOOK";
  font: normal 16px / 1.5em; /* "Oswald", "Helvetica Neue", Arial, sans-serif; */
  font-size: 0.8em;
  font-weight: bold;
  margin-right: 0.75em;
  padding-right: 0.9375em;
  border-right: 1px solid #222;
}
.share .fa-twitter:before {
  content: "TWITTER";
  font: normal 16px / 1.5em; /* "Oswald", "Helvetica Neue", Arial, sans-serif; */
  font-size: 0.8em;
  font-weight: bold;
  margin-right: 0.75em;
  padding-right: 0.9375em;
  border-right: 1px solid #222;
}
.share .fa-facebook:hover, .share .fa-facebook:focus,.share .fa-twitter:hover, .fa-pinterest:hover, .share .fa-twitter:focus {
  color: #999;
  cursor:pointer;
}

/*	  General styles
---------------------------------------- */

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font: normal 16px / 1.5em "TSMainFont", "Helvetica Neue", Arial, sans-serif;
	color: #222;
	letter-spacing: 0.02em;
	overflow-x: hidden;
}
.sharrre {
	font-family: "TSMainFont","Helvetica Neue", Arial, sans-serif;
}
.state--nav-open {
	height: 100%;
	overflow: hidden;
}

/* Hide stuff that we dont need doubles of */
.row .yarpp-related {
  display: none;
}
.widget_archive .screen-reader-text {
	display: none;
}
.widget_categories .screen-reader-text {
	display: none;
}
.share {
	width: 400px;
	clear: none;
	float: left;
}
.meta {
	float: right;
	clear: none;
}
/* Resize some dropdowns */
#archives-dropdown-3 {
	width: 260px;
}
#cat {
	width: 260px;
}

/* Resize some FB stuff because their plugin sucks */
.fb-page iframe {
	width: 260px !important;
	min-width: 260px !important;
}
.fb-page > span:first-of-type {
	width: 260px !important;
	min-width: 260px !important;
}
/*	  Row
---------------------------------------- */

.row.full {
	max-width:80em;
}

/*	  Custom grid
---------------------------------------- */

.col {
	display:block;
	float:left;
}

.whole {
	width:100%;
}

.twothird {
	width:66.666%;
}

.half {
	width:50%;
}

.onethird {
	width:33.333%;
}

.onefifth {
	width:20%;
}

/*	  Typography
---------------------------------------- */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	/* font-family: "TSMainFont", sans-serif; */
	font-weight: normal;
	margin: 0 0 0.5em 0;
	line-height: 1.3em;
	text-transform:uppercase;
}

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;
}

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 {
	color:inherit;
	text-decoration:underline;
}

h1, .h1 {
	font-size: 3em;
}

h2, .h2 {
	font-size: 2.2em;
}

h3, .h3 {
	font-size: 1.6em;
}

h4, .h4 {
	font-size: 1.4em;
}

h5, .h5 {
	font-size: 1.2em;
}

h6, .h6 {
	font-size: 1em;
}

/*	  Text Blocks
---------------------------------------- */

p {
	margin: 0 0 1.5em 0;
	line-height: 1.7em;
}

.intro {
	font-size: 1.6em;
}

.heading {
	
}

.subheading {
	
}

/*	  Figure
---------------------------------------- */

figure {
	margin:0;
}

figure img {
	display:block;
}

/*	  Blockquotes
---------------------------------------- */

blockquote {
	
}

blockquote p {
	
}

cite {
	
}

/*	  Helpers
---------------------------------------- */

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-lowercase {
	text-transform: lowercase;
}

.strong {
	font-weight: bold;
}

.hide {
	display: none!important;
}

.clearfix {
	*zoom:1;
}

.clearfix:before,
.clearfix:after{
	content:" ";
	display:table;
}

.clearfix:after{
	clear:both;
}

/*	  Lines
---------------------------------------- */

hr {
	width:100%;
	height:1px;
	background:#eee;
	margin:2em 0;
	border:none;
}

/*
 * WordPress Generated Classes
 * See: http: //codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

.alignright {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

/*	  Resonsive media
---------------------------------------- */

img {
	height: auto;
	width: auto;
	max-width: 100%;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
/*
	width: 100%;
	height: 100%;
*/
}

/*	  Inline Block Row
---------------------------------------- */

.inline-block-row {
	font-size: 0;
}

.inline-block-item {
	display: inline-block;
	font-size: 1rem;
	vertical-align: top;
	float: none!important;
}

/*	  Tables
---------------------------------------- */

.table {
	display: table;
	width: 100%;
	height: 100%;
}

.table-cell {
	display: table-cell;
}

.align-top {
	vertical-align: top;
}

.align-middle {
	vertical-align: middle;
}

.align-bottom {
	vertical-align: bottom;
}

/*	  Links
---------------------------------------- */

a,
a:active,
a:visited,
a:hover,
a:focus {
	outline: none;
}

a {
	color: #222;
	text-decoration: underline;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
	outline: none;
}

a:active,
a:visited {
	text-decoration: none;
}

a:hover,
a:focus {
	color: #999;
	text-decoration: none;
}

/*	  Lists
---------------------------------------- */

ul, ol {
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}

li {
	margin: 0 0 0.2em 0;
}

/*	  Forms
---------------------------------------- */

::-webkit-input-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

:-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder { 
	color: #999;
}

form {
	margin: 0 0 2em 0;
}

label {
	display: block;
	margin:0 0 0.2em 0;
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.85em;
}

input,
textarea {
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

input[type="text"],
input[type="email"],
input[type="phone"],
textarea {
	display: block;
	width: 100%;
	padding: 0.8em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
	outline: none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

textarea {
	max-width: 100%;
	height: 130px;
	max-height: 200px;
}

input[type="text"]:focus,
textarea:focus {
	border-color: #999;
}

.btn,
input[type="submit"] {
	display:inline-block;
	padding:1em 1.2em;
	background:#222;
	color:#fff;
	font-size:0.85em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:0.04em;
	border:none;
	outline:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.btn:hover,
.btn:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background:#444;
	color:#fff;
	text-decoration:none;
}

/*	  Icons
---------------------------------------- */

.icon {
	display:inline-block;
	vertical-align:middle;
}

.icon:hover {
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}

.icon:before {
	content: "";
	display:block;
	width:12px;
	height:14px;
	background-repeat:no-repeat;
}

.icon.bloglovin:before {
	background-image: url('lib/img/bloglovin.png');
}

.inlinesvg .icon.bloglovin:before {
	background-image: url('lib/img/bloglovin.svg');
}

/*	  Top
---------------------------------------- */

#top {
	position: fixed;
	top: 0;
	left: 0;
	padding:0.15em 0;
	width: 100%;
	z-index: 800;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-bottom:2px solid #222;
	opacity: 0.8;
  background-color:#fff;
}

#top .row {
	max-width:100%;
}

/*	  Header
---------------------------------------- */

#header {
	width: 100%;
	padding: 0 0 1.875em 0;
	text-align: center;
	margin: -0.5em 0 0;
}
#header img {
  width: 100%;
}
#logo {
	display:inline-block;
	font-size:5em;
	line-height:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

#logo:hover {
	color:inherit;
}

/*	  Nav
---------------------------------------- */

nav {
	
}

nav ul li a {
	text-decoration: none;
}

nav ul li a:hover {
	text-decoration: none;
}
/* Mobile navigational menu */
#mobile_nav {
	display: none;
}
.site-nav-drawer-open #mobile_nav {
	display: none !important;
}
@media only screen and (max-width: 40.063em) {
	#mobile_nav ul li:nth-of-type(1n+4) {display: none !important;} /* should match your case */
	#mobile_nav {
	 	margin: 0.1em 0 0;
		float: left;
		display: block;
	}
	#mobile_nav ul {
		margin: 0;
	}
	
	#mobile_nav ul li {
		position:relative;
		display: inline-block;
		margin: 0;
	}
	
	#mobile_nav ul li a {
		display: block;
		font-size: 0.85em;
		padding:0.46875em;
		font-weight:bold;
		text-transform:uppercase;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	#mobile_nav ul li a:hover {
		color:#999;
		text-decoration:none;
	}
	
	#mobile_nav ul li.active > a {
		text-decoration:none;
	}
	
	#mobile_nav ul li:hover > ul {
		display:block;
	}
	
	#mobile_nav ul li > ul {
		display:none;
		position:absolute;
		top:2.2em;
		left:0.46875em;
		width:100%;
		max-width:200px;
	}
	
	#mobile_nav ul li > ul li {
		display:block;
	}
	
	#mobile_nav ul li > ul li a {
		display:block;
		padding:0;
		font-size:0.8em;
	}
	
	#mobile_nav ul li a[href^="#"] {
		cursor:default;
		text-decoration:none;
	}
}
/* Network navigational menu */

#wrap .network-enabled {
	padding-top: 2px;
}
#network_nav {
  margin: 0 auto;
  margin-top: 44px;
  background-color: black;
  width: 100%;
}
#network_nav div:first-of-type {
	width: auto;
	margin: 0 auto;
	text-align: center;
}
#network_nav + div {
	margin-top: 0;
	padding-top: 0;
} 

#network_nav ul {
	margin: 0;
}

#network_nav ul li {
	position:relative;
	display: inline-block;
	margin: 0;
}

#network_nav ul li a {
	display: block;
	font-size: 0.85em;
	padding:0.46875em;
	font-weight:bold;
	text-transform:uppercase;
	color: white;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#network_nav ul li a:hover {
	color:#999;
	text-decoration:none;
}

#network_nav ul li.active > a {
	text-decoration:none;
}

#network_nav ul li:hover > ul {
	display:block;
}

#network_nav ul li > ul {
	display:none;
	position:absolute;
	top:2.2em;
	left:0.46875em;
	width:100%;
	max-width:200px;
}

#network_nav ul li > ul li {
	display:block;
}

#network_nav ul li > ul li a {
	display:block;
	padding:0;
	font-size:0.8em;
}

#network_nav ul li a[href^="#"] {
	cursor:default;
	text-decoration:none;
}


/* Normal navigational menu */
#nav {
  margin: 0.1em 0 0;
  float: left;
}

#nav ul {
	margin: 0;
}

#nav ul li {
	position:relative;
	display: inline-block;
	margin: 0;
}

#nav ul li a {
	display: block;
	font-size: 0.85em;
	padding:0.46875em;
	font-weight:bold;
	text-transform:uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#nav ul li a:hover {
	color:#999;
	text-decoration:none;
}

#nav ul li.active > a {
	text-decoration:none;
}

#nav ul li:hover > ul {
	display:block;
}

#nav ul li > ul {
	display:none;
	position:absolute;
	top:2.2em;
	left:0.46875em;
	width:100%;
	max-width:200px;
}

#nav ul li > ul li {
	display:block;
}

#nav ul li > ul li a {
	display:block;
	padding:0;
	font-size:0.8em;
}

#nav ul li a[href^="#"] {
	cursor:default;
	text-decoration:none;
}
/*	  Social
---------------------------------------- */

#social {
  margin: 0.3em 0 0;
	float:right;
}

#social ul {
	margin:0;
}

#social ul li {
	display:inline-block;
	margin:0;
}

#social ul li a {
	font-size:0.85em;
	padding:0.46875em;
}

#social ul li .search {
  background-image: url('lib/img/icon-search.svg');
}

/*	  Wrap
---------------------------------------- */

#wrap {
	padding-top:3.1875em;
}

/*	  Content
---------------------------------------- */

.entry-content h1 {
	font-size:2em;
}

.entry-content h2 {
	font-size:1.8em;
}

.entry-content h3 {
	font-size:1.6em;
}

.entry-content h4 {
	font-size:1.4em;
}

.entry-content h5 {
	font-size:1.2em;
}

.entry-content h6 {
	font-size:1em;
}

.entry-content a {
	text-decoration:underline;
}

.entry-content ul,
.entry-content ol {
	margin:0 0 2em 1.5em;
}

.entry-content ul {
	list-style: square;
}

.entry-content ol {
	list-style: decimal;
}

/*	  Article
---------------------------------------- */

.article {
	margin-top:1.875em;
	margin-bottom:3.75em;
}

.article figure {
	padding:0.9375em
}

.article-header {
	text-align:center;
	margin-bottom:1.875em;
	max-width: 61.25em;
	margin-left: auto;
	margin-right: auto;
}

.time {
	font-size:0.8em;
}

.article-content {
  	text-align:center;
  	display:block;
	max-width: 62.25em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 13.75em; 
}

.article-images {
	margin-bottom: 1.875em;
}

.article-footer {
	max-width: 61.25em;
	margin: 0 auto;
	border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  padding: 0.5em 0;
}

.article .share {
	width:35%;
	float:left;
}


.article .share .box {
	display:none;
}

.article .meta {
	float:left;
	width:65%;
	text-align:right;
	font-size:0.8em;
	text-transform:uppercase;
	font-weight:bold;
}

.article .meta .categories {
	display: inline-block;
	margin-right: 0.8em;
	padding-right:0.9375em;
	border-right:1px solid #222;
}

.article .meta a {
	text-decoration:none;
}

.article-comments {
	max-width: 61.25em;
	margin:3.75em auto;
}

.comment-author {

}

.comment-author a {
	text-decoration:none;
}

.comment-author .avatar,
.comment-author cite {
	display:inline-block;
	vertical-align:middle;
}

.comment-author .avatar {
	display:none;
	margin-right:0.9375em;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}

.comment-author cite {
	font-weight:bold;
	font-style:normal;
}

.comment-author .says {
	display:none;
}

.comment-awaiting-moderation {
	font-size:0.85em;
	font-weight:bold;
	font-style:normal;
}

.comment-meta {
	font-size:0.8em;
}

.comment-meta a {
	text-decoration:none;
}

.comment-reply-title {

}

.comment-reply-title small {
	display:inline-block;
	float:right;
}

.comment-reply-link {
	font-size:0.85em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

#cancel-comment-reply-link {
	display:inline-block;
	font-size:14px;
}

.comment-notes {
	font-size:0.85em;
	font-style:normal;
}

.form-allowed-tags {
	display:none;
}

.comment-list {
	padding:0;
}

.comment-list li {
	margin:0.9375em 0 0 0;
	padding:0.9375em 0 0 0;
	border-top:1px solid #eee;
}

.comment-list li p {
	margin-bottom:1em;
}

.comment-list li:first-child {
	margin-top:0;
	padding-top:0;
	border-top:none;
}

.comment-list li > ol {
	margin:0.9375em 0 0 0.9375em;
}

/*	  Pagination
---------------------------------------- */

.pagination {
	text-align:center;
}

.pagination ul {
	margin:0 0 3.875em 0;
}

.pagination ul li {
	display:inline-block;
	margin:0.2em;
}

.pagination ul li .page-numbers {
	display:block;
	padding:0.4em;
}
.pagination ul li .page-numbers a:active, .pagination ul li .page-numbers a:focus {
  text-decoration:none;
}
.pagination ul li .current {
	font-weight:bold;
	font-size: 120%;
}
.pagination ul li .prev, .pagination ul li .next {
  font-size:20px;
}
/*	  Footer
---------------------------------------- */

#footer {
	width:100%;
	padding: 0.15em 0 0;
	border-top: 2px solid #222;
}
#footer .medium-12 {
  padding: 0 1.35em;
  text-align:center;
}
#footer .medium-12 a {
  float:left;
  text-decoration: none;
}
#footer .medium-12 a.middle {
  display: inline-block;
  float: none;
  width: 3em;
  line-height: 1;
  margin-left:-24px;
}
#footer .medium-12 a.right {
  float:right;
  text-decoration:none;
  font-size: 80%;
  line-height:2.2;
}
#footer .row {
	max-width:100%;
}

#footer ul {
	margin:0;
}

/*	  Explorer
---------------------------------------- */

.lt-ie9 {
	
}

.lt-ie9 #header {
	position:relative;
}

.lt-ie9 #wrap {
	padding-top:0;
}

.lt-ie8 {
	
}

.lt-ie7 {
	
}

.chromeframe {
	position:relative;
	margin: 0;
	padding: 0.5em;
	background: #FF530D;
	color: #fff;
	text-align: center;
	font-weight: bold;
	z-index:3000;
}

.chromeframe a {
	color: #fff;
	text-decoration: underline;
}

.chromeframe a:hover {
	color: #eee;
}

#top .search-form {
  display: none;
  position: absolute;
  right: 0;
  top: 3em;
}
#top .search-form .btn {
  padding: 0.22em 1.2em;
  vertical-align: top;
}
#page {
  background: #fff;
  -moz-transition: -moz-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: -o-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: transform 250ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.site-nav-transition #page {
  left: 0;
/*  position: fixed; */
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 800;
}
.site-nav-transition .site-nav--scrollable-container {
  display: block;
}
.site-nav-drawer-open .site-nav-overlay,
.site-nav:focus ~ .site-nav-overlay {
  display: block;
  right: 330px;
  z-index: 900;
}
/*
.site-nav-drawer-open #page {
  -moz-transform: translate(-330px, 0, 0);
  -ms-transform: translate(-330px, 0, 0);
  -webkit-transform: translate(-330px, 0, 0);
  transform: translate(-330px, 0, 0);
  -moz-transform: translate3d(-330px, 0, 0);
  -ms-transform: translate3d(-330px, 0, 0);
  -webkit-transform: translate3d(-330px, 0, 0);
  transform: translate3d(-330px, 0, 0);
}
*/
.site-nav-drawer-open #top {
	padding: 0.15em 293px 0.15em 0px;	
}
.site-nav {
  position: fixed; /* was absolute */
  top: 0;
  right: 0;
  bottom: 0;
  outline: 0;
  background-color: #f9f9f9;
  max-width: 100%;
  z-index: 9999999;
  -webkit-overflow-scrolling: touch;
}
.site-nav--scrollable-container {
  display: none;
  overflow: auto;
  padding: 30px;
  padding: 1.875rem;
  width: 330px;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  position: relative;
}
.site-nav .close-nav {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
  z-index: 50;
}
.site-nav__section {
  padding: 1rem 0 0;
}
.site-nav section {
  padding: 0 0 2rem 0;
}
/* padding: 0 0 1rem 0; */
.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail {
	border: 0px none !important;
	width: 235px !important;
	height: auto !important;
	/* float: left; */
	margin: 0px 13px 0px 0px !important;
	padding: 0px !important;
/*  border: 0!important;
  width: 25%!important;
  height: auto!important;
  float: left;
  margin: 0!important;
  padding:0 15px!important;*/
}
.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail:last-child {
	margin: 0px!important;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
  margin:0 0 0px!important;
  width: 100%!important;
  height: auto!important;
}
.yarpp-thumbnail-default > img {
  width: 100%;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
  width: 100%!important;
  margin: 0!important;
}
.article .yarpp-related {
	display: none;
}
.entry-content .yarpp-related {
	display: block;
}
.yarpp-related {
  max-width: 1010px;
  display: table;
  margin: 2em auto!important;
}
.yarpp-related h3 {
  padding: 0 0 10px 15px!important;
}
.share .fa-pinterest:before {
  content: "PINTEREST";
  font: normal 16px / 1.5em; /* "TSMainFont", "Helvetica Neue", Arial, sans-serif; */
  font-size: 0.8em;
  font-weight: bold;
}
.meta .print {
  margin-right: 0.75em;
  padding-right: 0.9375em;
  border-right: 1px solid #222;
}
#menu-primary-navigation {
	height: auto!important;
}
/*	  Media Queries
---------------------------------------- */

/* Displays: 768px and up */
@media only screen and (min-width: 48em) {
	
	.modal-dialog {
		width: 600px;
		margin: 1.875em auto;
	}

}


/* Displays: 1025px and up */
@media only screen and (min-width: 64.0625em) {
	.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail {
		float: left;
	}
	.state--nav-closed #nav {
		display: block!important;
	}
	.entry-content p {
		width: 70%;
		margin: 0 auto;
	}
}

/* Large Displays: 1441px and up */
@media only screen and (min-width: 90.0625em) {
	
}

/* X-Large Displays: 1920px and up */
@media only screen and (min-width: 120em) {
	
}

/* Medium Displays: 1024px and down (Tablet) */
@media only screen and (max-width: 64em) {
	
	h1, .h1 {
		font-size: 2.4em;
	}
	
	h2, .h2 {
		font-size: 2em;
	}
	
	h3, .h3 {
		font-size: 1.6em;
	}
	
	h4, .h4 {
		font-size: 1.4em;
	}
	
	h5, .h5 {
		font-size: 1.2em;
	}
	
	h6, .h6 {
		font-size: 1em;
	}
	
	#logo {
		font-size:3.4em;
	}

	.entry-content h1 {
		font-size:1.8em;
	}

	.entry-content h2 {
		font-size:1.6em;
	}

	.entry-content h3 {
		font-size:1.4em;
	}

	.entry-content h4 {
		font-size:1.2em;
	}

	.entry-content h5 {
		font-size:1em;
	}

	.entry-content h6 {
		font-size:1em;
	}

	.article {
		margin-top:0.9375em;
	}
	
	.article figure {
		padding:0.46875em;
	}

	.article-content {
		margin-bottom:1.875em;
	}

	.article-comments {
		margin-top:1.875em;
	}

	.article-images {
		margin-left:-0.46875em;
		margin-right:-0.46875em;
	}

	#footer {
		padding: 1em 0;
	}
	
}

/* Small Displays: 641px and down (Mobile) */
@media only screen and (max-width: 40.063em) {
	.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail:last-child {
		margin: 0px 10px 0px 0px!important;
	}	
	.yarpp-related .yarpp-thumbnail img {
		padding-top: 10px !important;
	}
	body {
		font-size:14px;
	}

	h1, .h1 {
		font-size: 1.6em;
	}
	
	h2, .h2 {
		font-size: 1.4em;
	}
	
	h3, .h3 {
		font-size: 1.3em;
	}
	
	h4, .h4 {
		font-size: 1.2em;
	}
	
	h5, .h5 {
		font-size: 1.1em;
	}
	
	h6, .h6 {
		font-size: 1em;
	}

	p {
		margin-bottom:0.9375em;
	}

	.intro {
		font-size:1.2em;
	}

	#header {
		padding:0.4em 0 0.9375em 0;
		margin-bottom: 0.9375em;
	}
	
	.state--nav-open #header {
		
	}
	
	#logo {
		font-size:2em;
	}
	
	#nav {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:#fff;
		background: rgba(255, 255, 255, 0.95);
		z-index:1000;
		display: none;
		float: none;
		margin: 0;
		-webkit-backface-visibility:hidden;
		text-align:center;
	}

	#nav ul {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	
	#nav ul li {
		display: block;
		margin-bottom: 1em;
	}

	#nav ul li:first-child {
		margin-top:3em;
	}
	
	#nav ul li a {
		display:inline-block;
		height: auto;
		line-height: inherit;
		padding: 0;
		font-size:1.2em;
	}

	#nav ul li > ul {
		position: relative;
		top: inherit;
		left: inherit;
		max-width: inherit;
		padding: 0.5em 0 0 0;
		margin: 0;
	}

	#nav ul li > ul li,
	#nav ul li > ul li:first-child {
		margin: 0.2em 0;
		padding: 0;
	}

	#nav ul li > ul li a {
		font-size: 0.9em;
	}

	#nav ul li:hover > ul {
		display: none;
	}
	
	#toggle {
		position: absolute;
		top: 0;
		right: 1.2em;
		display: block;
		width: 25px;
		padding: 0.5em 0em;
		cursor: pointer;
		z-index:2000;
	}
	
	.state--nav-open #toggle span:nth-child(1) {
		display: none;
	}
	
	.state--nav-open #toggle span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: 8px;
	}
	
	.state--nav-open #toggle span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: -6px;
	}
	
	#toggle span {
		display: none;
		width: 100%;
		height: 2px;
		margin: 4px 0;
		background: #262626;
		width: 22px;
		-webkit-transition:all 0.2s;
		-moz-transition:all 0.2s;
		transition:all 0.2s;
	}
	
	#social {
		margin:0.4em 0;
	}

	#social ul li {

	}

	#social ul li a {
		
	}

	#wrap {
		padding-top: 2.9375em;
	}

	.article {
		margin-bottom:1.875em;
	}

	.article-header {
		margin-top:1.875em;
	}

	.article .share {
		width: 100%;
	}

	.article .meta {
		width: 100%;
		text-align: left;
	}

	.entry-content h1 {
		font-size:1.6em;
	}

	.entry-content h2 {
		font-size:1.4em;
	}

	.entry-content h3 {
		font-size:1.2em;
	}

	.entry-content h4 {
		font-size:1em;
	}

	.entry-content h5 {
		font-size:1em;
	}

	.entry-content h6 {
		font-size:1em;
	}

	.col {
		float:none;
		width:100%;
	}

	#footer {

	}

	.fancybox-prev span {
		left:0;
	}
	
	.fancybox-next span {
		right:0;
	}
	
	.selecter {
		max-width: 100%;
	}
	.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	width: 50%!important;
  }
}

/* Slick Media Queries */

@media (max-width: 76em){
	
	.slick-next {
		right:15px;
	}
	
	.slick-prev {
		left:15px;
	}
	
}

/*	  Fonts
---------------------------------------- */

@font-face {
    font-family: 'TSMainFont';
    src: url('lib/fonts/Oswald-Regular-webfont.eot');
    src: url('lib/fonts/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lib/fonts/Oswald-Regular-webfont.woff2') format('woff2'),
         url('lib/fonts/Oswald-Regular-webfont.woff') format('woff'),
         url('lib/fonts/Oswald-Regular-webfont.ttf') format('truetype'),
         url('lib/fonts/Oswald-Regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TSMainFont';
    src: url('lib/fonts/Oswald-Bold-webfont.eot');
    src: url('lib/fonts/Oswald-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('lib/fonts/Oswald-Bold-webfont.woff2') format('woff2'),
         url('lib/fonts/Oswald-Bold-webfont.woff') format('woff'),
         url('lib/fonts/Oswald-Bold-webfont.ttf') format('truetype'),
         url('lib/fonts/Oswald-Bold-webfont.svg#oswaldbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
/*
 * Smoother Rendering in Chrome
 * http://www.fontspring.com/blog/smoother-rendering-in-chrome-update
 */

@media screen and (-webkit-min-device-pixel-ratio: 0) {

	@font-face {
		font-family: 'Futura';
		src: url('lib/fonts/Futura_Book_BT.svg#FuturaBT-Book') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'Futura';
		src: url('lib/fonts/Futura_BookItalic_BT.svg#FuturaBT-BookItalic') format('svg');
		font-weight: normal;
		font-style: italic;
	}

	@font-face {
		font-family: 'Futura';
		src: url('lib/fonts/Futura_Medium_BT.svg#FuturaBT-Medium') format('svg');
		font-weight: bold;
		font-style: normal;
	}
	
}
.with-sidebar {
  width:43.5em;
  float:left;
  margin: 0 2em 0 0;
}
.sidebar {
  width:15.6em;
  float:left;
}
body.page footer {
  border: 0;
}
#header .row {
  max-width: 100%;
}
#header .columns {
  padding-left: 0;
  padding-right: 0;
}
.site-nav {
    z-index: 9999999;	
}

.searchresult .resultbox{
    display:block;
    width:100%;
    margin:0 auto;
}

.searchresult .article.search-result{
    max-width:32%;
    box-sizing:border-box;
    margin:6px;
    padding:0;
    box-shadow:none;
    border-radius:0;
    overflow:hidden;
    position:relative;
    width:100%;
    height:360px;
    display: inline-block;
}
.article.search-result .article-header{
  position:absolute;
  width:100%;
  background:rgba(255,255,255,0.7);
  font-size:0.7em;
  padding-top:6px;
  z-index:1;
}  

.article.search-result .article-header h2{
  margin-bottom:2px;
}

.article.search-result .article-header .time{
  font-size:1em;
}

.article.search-result .article-header{
  position:absolute;
  width:100%;
  background:rgba(255,255,255,0.7);
  font-size:0.7em;
  padding-top:6px;
  z-index:1;
}  

.article.search-result .article-content .entry-content{
  position:relative;
  z-index:0;
  width:100%;
  height:360px;
}
.article.search-result .article-content .entry-content img{
  object-fit:cover;
  width:100%;
  height:100%;
  margin:auto;
}
@media screen and (max-width:480px) {
  .searchresult .resultbox{
    box-sizing:border-box;
  }

  .searchresult .article.search-result{
    margin:10px 0;
    width:100% !important;
    max-width:100%; 
    box-sizing:border-box;
  }
  .searchresult .article.search-result .article-header{
    font-size:1em;
    top: 0;
    margin-top:0;
  }
}