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

html {
	font-size: 100%;
	overflow-y: scroll;
}

body {
	line-height: 1;
	min-height: 100%;
}

img {
	height: auto;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a {
	background: transparent;
}

a:focus {
	outline: 0;
}

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

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

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

img {
	border: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

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

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #888;
}

input.placeholder_text,
textarea.placeholder_text {
	color: #888;
}

textarea {
	min-height: 40px;
	overflow: auto;
	resize: vertical;
	width: 100%;
}

a {
	color: #00B7EA ;
	text-decoration: none;
	transition: all 0.25s;
}

a:hover {
	color: #00B7EA;
	text-decoration: none;
}

button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	background-image: none;
	border: 0;
	border-radius: 5px;
	box-shadow: inset 0 -2px rgba(0, 0, 0, 0.075);
	font-family: inherit;
	font-size: 13px;
	line-height: 1em;
	min-height: 3em;
	padding: 1em;
	text-align: center;
	text-shadow: none;
	transition: all 0.2s;
}

button:hover,
button:active,
a.button:hover,
a.button:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:active {
	background-image: none;
	box-shadow: inset 0 -2px rgba(0, 0, 0, 0.1);
}

button.xsmall,
a.button.xsmall,
input[type="reset"].xsmall,
input[type="submit"].xsmall,
input[type="button"].xsmall {
	font-size: 80%;
}

button.small,
a.button.small,
input[type="reset"].small,
input[type="submit"].small,
input[type="button"].small {
	font-size: 90%;
}

button.large,
a.button.large,
input[type="reset"].large,
input[type="submit"].large,
input[type="button"].large {
	font-size: 120%;
}

#site button,
#site a.button,
#site input[type="reset"],
#site input[type="submit"],
#site input[type="button"] {
	background-color: #fabd52;
	color: #fff;
}

#site button:hover,
#site a.button:hover,
#site input[type="reset"]:hover,
#site input[type="submit"]:hover,
#site input[type="button"]:hover {
	background-color: #f9aa20;
	color: #fff;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	font-family: inherit;
	font-size: 13px;
	line-height: 1.4em;
	min-height: 3em;
	padding: .7em;
	width: 100%;
}

textarea:focus,
select:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
	box-shadow: none;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
	cursor: not-allowed;
	opacity: .5;
}

#site textarea,
#site select,
#site input[type="date"],
#site input[type="datetime"],
#site input[type="datetime-local"],
#site input[type="email"],
#site input[type="month"],
#site input[type="number"],
#site input[type="password"],
#site input[type="search"],
#site input[type="tel"],
#site input[type="text"],
#site input[type="time"],
#site input[type="url"],
#site input[type="week"] {
	background-color: #fff;
	color: #8a8a8a;
}

#site button[disabled],
#site input[disabled],
#site select[disabled],
#site select[disabled] option,
#site select[disabled] optgroup,
#site textarea[disabled],
#site a.button_disabled {
	background-color: #999;
}

#site button[disabled]:hover,
#site input[disabled]:hover,
#site select[disabled]:hover,
#site select[disabled] option:hover,
#site select[disabled] optgroup:hover,
#site textarea[disabled]:hover,
#site a.button_disabled:hover {
	background-color: #999;
}

form fieldset {
	border: 2px solid rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	margin: 0;
	margin-bottom: 20px;
	padding: 20px;
}

form ul {
	list-style: none;
	padding: 0;
}

form ul li {
	margin-bottom: 15px;
}

form label {
	color: #404040;
	display: block;
	margin-bottom: 5px;
	position: relative;
}

form label .required {
	color: #fabd52;
	font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #6e6e6e;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.3em;
	margin-top: 0;
}

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

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

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

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

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

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

hr {
	background: none;
	border: 0;
	border-top: 2px solid rgba(0, 0, 0, 0.05);
	clear: both;
	height: 0;
	margin: 30px 0;
	max-height: 0;
}

table {
	width: 100%;
}

table td,
table th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding: 10px;
	text-align: left;
}

table th {
	color: #6e6e6e;
	font-weight: 700;
}

table thead td,
table thead th {
	border-bottom: 3px solid rgba(0, 0, 0, 0.05);
}

table.rows tbody tr:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.025);
}

.band {
	*zoom: 1;
	background-position: top center;
	background-repeat: no-repeat;
	clear: both;
}

.band:before,
.band:after {
	content: '';
	display: table;
	line-height: 0;
}

.band:after {
	clear: both;
}

.band > .inner {
	margin: 0 auto;
	max-width: 1210px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
	visibility: hidden;
}

.widget {
	clear: both;
	margin-bottom: 30px;
}

.box-container {
	background-color: #f7f7f7;
	border-radius: 5px;
	padding: 30px;
}

.box-container > *:last-child {
	margin-bottom: 0;
}

.commentlist {
	list-style: none;
	margin-bottom: 30px;
}

.commentlist .comment {
	margin-bottom: 30px;
}

.commentlist .wrapper {
	padding-left: 55px;
	position: relative;
}

.commentlist .avatar {
	border-radius: 5px;
	display: block;
	line-height: 40px;
	min-height: 0;
	text-align: center;
	width: 40px;
	left: 0;
	position: absolute;
	top: 0;
}

.commentlist h4 {
	line-height: 1em;
	margin-bottom: 0;
}

.commentlist .datetime {
	color: #6e6e6e;
	margin-bottom: 10px;
}

.commentlist .star-rating {
	float: left;
	margin: 0 10px 10px 0;
}

.commentlist .verified-owner {
	float: left;
	font-style: italic;
	line-height: 20px;
	opacity: .5;
}

.commentlist .typography {
	clear: both;
}

.commentlist .typography p {
	margin-bottom: 10px;
}

.commentlist .actions a {
	margin-right: 6px;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children .comment {
	border-left: 2px solid rgba(0, 0, 0, 0.05);
	padding-left: 15px;
}

.commentlist .children .children {
	margin-left: 15px;
}

#content {
	background-color: #fff;
	padding: 30px 0;
}

#content.template-bands {
	overflow: hidden;
	padding: 0;
}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

html {
	background-color: #f7f7f7;
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	color: #8a8a8a;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
p,
address,
figure,
pre,
fieldset,
table {
	margin-bottom: 20px;
}

::-moz-selection {
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
}

::selection {
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
}

.grid-row {
	*zoom: 1;
	list-style: none;
	margin: 0;
	margin-left: -30px;
	padding: 0;
}

.grid-row:before,
.grid-row:after {
	content: '';
	display: table;
	line-height: 0;
}

.grid-row:after {
	clear: both;
}

.grid-row .grid-item {
	box-sizing: border-box;
	float: left;
	min-height: 1px;
	padding-left: 30px;
	vertical-align: top;
}

.grid-row .grid-item.one-whole {
	width: 100%;
}

.grid-row .grid-item.one-half {
	width: 50%;
}

.grid-row .grid-item.one-third {
	width: 33.333%;
}

.grid-row .grid-item.two-third {
	width: 66.666%;
}

.grid-row .grid-item.one-quarter {
	width: 25%;
}

.grid-row .grid-item.two-quarter {
	width: 50%;
}

.grid-row .grid-item.three-quarter {
	width: 75%;
}

.grid-row .grid-item.one-fifth {
	width: 20%;
}

.grid-row .grid-item.two-fifth {
	width: 40%;
}

.grid-row .grid-item.three-fifth {
	width: 60%;
}

.grid-row .grid-item.four-fifth {
	width: 80%;
}

.grid-row .grid-item.one-sixth {
	width: 16.666%;
}

.grid-row .grid-item.two-sixth {
	width: 33.333%;
}

.grid-row .grid-item.three-sixth {
	width: 50%;
}

.grid-row .grid-item.four-sixth {
	width: 66.666%;
}

.grid-row .grid-item.five-sixth {
	width: 83.333%;
}

.grid-row .grid-item.one-eighth {
	width: 12.5%;
}

.grid-row .grid-item.two-eighth {
	width: 25%;
}

.grid-row .grid-item.three-eighth {
	width: 37.5%;
}

.grid-row .grid-item.four-eighth {
	width: 50%;
}

.grid-row .grid-item.five-eighth {
	width: 62.5%;
}

.grid-row .grid-item.six-eighth {
	width: 75%;
}

.grid-row .grid-item.seven-eighth {
	width: 87.5%;
}

.grid-row .grid-item.one-tenth {
	width: 10%;
}

.grid-row .grid-item.two-tenth {
	width: 20%;
}

.grid-row .grid-item.three-tenth {
	width: 30%;
}

.grid-row .grid-item.four-tenth {
	width: 40%;
}

.grid-row .grid-item.five-tenth {
	width: 50%;
}

.grid-row .grid-item.six-tenth {
	width: 60%;
}

.grid-row .grid-item.seven-tenth {
	width: 70%;
}

.grid-row .grid-item.eight-tenth {
	width: 80%;
}

.grid-row .grid-item.nine-tenth {
	width: 90%;
}

.grid-row .grid-item.left {
	float: left;
}

.grid-row .grid-item.right {
	float: right;
}

#site {
	width: 100%;
}

#site.wide {
	max-width: none !important;
}

#site.narrow {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	max-width: 1210px;
}

#site.island {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	margin: 30px auto;
	max-width: 1210px;
}

.notice {
	background: #f2f2f2;
	border-color: #d8d8d8;
	border-radius: 5px;
	border-style: solid;
	border-width: 2px;
	color: #8c8c8c;
	margin-bottom: 20px;
	padding: 10px;
}

.notice.error {
	background: #f5dbda;
	border-color: #eab4b2;
	color: #ca3f39;
}

.notice.success {
	background: #d9f098;
	border-color: #c9ea6b;
	color: #7fa418;
}

.notice.warning {
	background: #fdefbe;
	border-color: #fbe38d;
	color: #e8b607;
}

.typography ul,
.typography ol,
.textwidget ul,
.textwidget ol {
	padding-left: 25px;
}

.typography ul ul,
.typography ul ol,
.typography ol ul,
.typography ol ol,
.textwidget ul ul,
.textwidget ul ol,
.textwidget ol ul,
.textwidget ol ol {
	margin-bottom: 0;
}

.typography .wp-caption,
.textwidget .wp-caption {
	background: #fff;
	max-width: 100%;
	padding: 10px;
	text-align: center;
}

.typography .wp-caption img,
.textwidget .wp-caption img {
	display: block;
}

.typography .wp-caption .wp-caption-text,
.textwidget .wp-caption .wp-caption-text {
	margin: 10px 0 0;
}

.typography .wp-caption .wp-caption-text p,
.textwidget .wp-caption .wp-caption-text p {
	margin-bottom: 0;
}

/*!
 *  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 PATH
 * -------------------------- */

@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.2.0");
	src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
	font-size: 1.33333em;
	line-height: 0.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.28571em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: 0.14286em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714em;
}

.fa-border {
	padding: 0.2em 0.25em 0.15em;
	border: solid 0.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;
}

.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);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-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 {
	-webkit-filter: none;
	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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before,
.fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before,
.fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before,
.fa-users:before {
	content: "";
}

.fa-chain:before,
.fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before,
.fa-scissors:before {
	content: "";
}

.fa-copy:before,
.fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "";
}

.fa-legal:before,
.fa-gavel:before {
	content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before,
.fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before,
.fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before,
.fa-usd:before {
	content: "";
}

.fa-rupee:before,
.fa-inr:before {
	content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "";
}

.fa-won:before,
.fa-krw:before {
	content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before,
.fa-car:before {
	content: "";
}

.fa-cab:before,
.fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before,
.fa-rebel:before {
	content: "";
}

.fa-ge:before,
.fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}


.flex-control-nav,
.flex-direction-nav,
.flex-thumbnail-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.loading .flex-viewport {
	max-height: 0;
}

.isotope,
.isotope .isotope-item {
	transition-duration: .25s;
}

.isotope {
	transition-property: height, width;
}

.isotope .isotope-item {
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	transition-duration: 0s;
}

#mobile-menu-toggle {
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	color: inherit;
	padding: 10px 15px;
}

#mobile-menu-toggle:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

#mobile-menu-toggle:before {
	content: '\f0c9';
	font-family: 'FontAwesome';
	margin: 0 10px 0 0;
}

#mobile-menu {
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	background-color: #555555;
	color: #fff;
	float: left;
	font-size: 13px;
	line-height: 20px;
	overflow: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 270px;
	max-width: 80%;
	z-index: 9001;
}

#mobile-menu .menu {
	display: block;
	float: none;
}

#mobile-menu .menu a {
	background-color: rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #fff;
	display: block;
	outline: none;
	padding: 8px 12px;
	position: relative;
}

#mobile-menu .menu a:hover {
	background-color: rgba(255, 255, 255, 0.12);
	color: #fabd52;
}

#mobile-menu .menu a:active,
#mobile-menu .menu a:focus {
	outline: none;
}

#mobile-menu .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mobile-menu .menu ul.sub-menu {
	background-color: rgba(0, 0, 0, 0.15);
	display: none;
}

#mobile-menu .menu ul.sub-menu a {
	font-size: 12px;
}

#mobile-menu .menu li.current-menu-item > a {
	color: #fabd52;
}

#mobile-menu .menu li.menu-item-has-children > a {
	padding-right: 48px;
}

#mobile-menu .menu li.menu-item-has-children > a .sub-menu-handler {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	color: inherit;
	margin: 5px;
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	z-index: 1;
}

#mobile-menu .menu li.menu-item-has-children > a .sub-menu-handler:after {
	display: block;
	line-height: 26px;
	min-height: 0;
	text-align: center;
	width: 26px;
	content: '\f107';
	font-family: 'FontAwesome';
}

#mobile-menu .menu li.menu-item-image img {
	display: block;
	margin: 0 auto;
}

#mobile-menu .menu li.current_page_parent > .sub-menu {
	display: block;
}

#mobile-menu.mobile-menu-visible {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#mobile-menu:after {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	box-shadow: inset -4px 0 3px -3px rgba(0, 0, 0, 0.4);
	content: '';
	display: block;
	width: 3px;
}

body.admin-bar #mobile-menu {
	top: 46px;
}

.mobile-menu-move {
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.mobile-menu-move.mobile-menu-visible {
	-webkit-transform: translate3d(270px, 0, 0);
	transform: translate3d(270px, 0, 0);
}

article.post {
	word-wrap: break-word;
}

article.post header {
	margin-bottom: 30px;
}

article.post header img {
	display: block;
	margin: 0 auto;
}

article.post header .notice {
	margin-bottom: 0;
}

article.post h2 {
	margin-bottom: 10px;
}

article.post .datetime {
	color: #6e6e6e;
}

article.post .meta {
	border-color: rgba(0, 0, 0, 0.05);
	border-top-style: solid;
	border-top-width: 2px;
	font-size: 12px;
	margin: 50px 0;
}

article.post .meta .category,
article.post .meta .tags {
	border-bottom-color: inherit;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding: 7px 0;
}

article.post .meta .category:before,
article.post .meta .tags:before {
	font-family: 'FontAwesome';
	margin-right: 12px;
}

article.post .meta .category:before {
	content: '\f07c';
}

article.post .meta .tags:before {
	content: '\f02c';
}

article.post.archive {
	border-bottom: 2px solid rgba(0, 0, 0, 0.05);
	margin-bottom: 50px;
	padding-bottom: 50px;
}

article.post.archive header {
	margin-bottom: 20px;
}

article.post.archive .typography *:last-child {
	margin-bottom: 0;
}

article.post.archive .more-link:after {
	content: '\f105';
	font-family: 'FontAwesome';
	margin-left: 8px;
}

article.post.archive:last-child {
	border: 0;
	padding-bottom: 0;
}

article.post.archive.format-link header {
	margin-bottom: 0;
}

article.post.format-audio iframe {
	display: block;
}

article.post.format-video iframe {
	display: block;
}

article.post.format-link header a {
	background-color: #fabd52;
	display: block;
	padding: 30px;
}

article.post.format-link header h3 {
	color: #fff;
	margin-bottom: 5px;
}

article.post.format-link header h3:before {
	content: '\f0c1';
	font-family: 'FontAwesome';
	font-size: 16px;
	margin-right: 8px;
	vertical-align: top;
}

article.post.format-link header .url {
	color: #fff;
	font-size: 11px;
	margin-bottom: 0;
	opacity: .5;
}

article.post.format-quote header {
	margin-bottom: 0;
	padding: 20px;
}

article.post.format-quote header figure {
	margin-bottom: 0;
}

article.post.format-quote header figure p.author {
	margin-bottom: 0;
}

.bypostauthor {
	display: inline;
}


.eski_shortcode.eski_accordion .ui-accordion-header {
	background-color: transparent;
	border: 2px solid rgba(0, 0, 0, 0.05);
	color: inherit;
	font-weight: 700;
	margin-bottom: 2px;
}

.eski_shortcode.eski_accordion .ui-accordion-header.ui-state-active {
	background-color: #f7f7f7;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	margin-bottom: 0;
}

.eski_shortcode.eski_accordion .ui-accordion-header:hover {
	background-color: #f7f7f7;
}

.eski_shortcode.eski_accordion .ui-accordion-content {
	background-color: #fff;
	margin-bottom: 2px;
	padding: 10px 22px 20px;
}

.eski_shortcode.eski_band {
	padding: 30px 0;
}

.eski_shortcode.eski_band.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.eski_shortcode.eski_band .inner > *:last-child {
	margin-bottom: 0;
}

.eski_shortcode.eski_blog article .canvas {
	border-radius: 5px;
}

.eski_shortcode.eski_blog article .image a {
	border-radius: 5px;
}

.eski_shortcode.eski_blog article .title {
	margin-bottom: 2px;
}

.eski_shortcode.eski_blog article .datetime {
	font-size: 90%;
}

.eski_shortcode.eski_blog.boxed article .content {
	background-color: #f7f7f7;
	border-radius: 0 0 5px 5px;
}

.eski_shortcode.eski_blog.boxed .canvas {
	border-radius: 5px 5px 0 0;
}

.eski_shortcode.eski_blog.boxed .image a {
	border-radius: 5px 5px 0 0;
}

.eski_shortcode.eski_button {
	background-color: #fabd52;
	border: 0;
	border-radius: 4px;
	box-shadow: inset 0 -2px rgba(0, 0, 0, 0.075);
	color: #fff;
	text-shadow: none;
}

.eski_shortcode.eski_button.swatch_default {
	background-color: #fabd52;
	color: #fff;
}

.eski_shortcode.eski_button.swatch_default:hover {
	background-color: #f9aa20;
}

.eski_shortcode.eski_button.swatch_default:active {
	background-color: #f8a108;
}

.eski_shortcode.eski_button:hover {
	background-image: none;
	box-shadow: inset 0 -2px rgba(0, 0, 0, 0.1);
}

.eski_shortcode.eski_callout.boxed {
	background-color: #f7f7f7;
	border: 5px solid rgba(0, 0, 0, 0.05);
	border-left: none;
	border-radius: 5px;
	border-right: none;
}

.eski_shortcode.eski_feature {
	background-color: #f2f2f2;
	color: #fff;
}

.eski_shortcode.eski_feature .content {
	background-color: rgba(0, 0, 0, 0.3);
}

.eski_shortcode.eski_feature .image {
	border-radius: 5px;
}

.eski_shortcode.eski_feature.clickable.hover_default:hover .content {
	background-color: rgba(0, 0, 0, 0.4);
}

.eski_shortcode.eski_hr {
	border-color: rgba(0, 0, 0, 0.05);
	border-width: 2px;
}

.eski_shortcode.eski_icon {
	background-color: #f7f7f7;
	border-radius: 5px;
}

.eski_shortcode.eski_lead {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}

.eski_shortcode.eski_notice {
	border-radius: 5px;
	border-width: 2px;
}

.eski_shortcode.eski_notice.removable .remove:before {
	content: '\f00d';
	font-family: 'FontAwesome';
}

.eski_shortcode.eski_pricing_table {
	background-color: #f7f7f7;
	border-radius: 5px;
	overflow: hidden;
}

.eski_shortcode.eski_pricing_table .title {
	background-color: #8a8a8a;
	color: #fff;
}

.eski_shortcode.eski_pricing_table .content ul,
.eski_shortcode.eski_pricing_table .content ol {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.eski_shortcode.eski_pricing_table .content li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.eski_shortcode.eski_pricing_table.recommended .title {
	background-color: #fabd52;
}

.eski_shortcode.eski_pricing_table.recommended .price {
	color: #fabd52;
}

.eski_shortcode.eski_profile .image,
.eski_shortcode.eski_profile .image img {
	border-radius: 5px;
}

.eski_shortcode.eski_profile .title {
	margin: 0 0 2px;
}

.eski_shortcode.eski_profile .note {
	font-size: 90%;
}

.eski_shortcode.eski_profile .euged_social_icon {
	background-color: transparent;
	border-radius: 5px;
	color: #6e6e6e;
}

.eski_shortcode.eski_profile.boxed {
	border-radius: 5px;
}

.eski_shortcode.eski_profile.boxed .image,
.eski_shortcode.eski_profile.boxed .image img {
	border-radius: 5px 5px 0 0;
}

.eski_shortcode.eski_profile.boxed .content {
	background-color: #f7f7f7;
	border-radius: 0 0 5px 5px;
}

.eski_shortcode.eski_pullquote {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.eski_shortcode.eski_pullquote:before,
.eski_shortcode.eski_pullquote:after {
	font-family: 'FontAwesome';
	opacity: .5;
}

.eski_shortcode.eski_pullquote:before {
	content: '\f10d';
	margin-right: 5px;
}

.eski_shortcode.eski_pullquote:after {
	content: '\f10e';
	margin-left: 5px;
}

.eski_shortcode.eski_tabs .ui-tabs-nav li {
	border-radius: 5px;
	margin: 0 5px 5px 0;
	opacity: .6;
	overflow: hidden;
}

.eski_shortcode.eski_tabs .ui-tabs-nav li:hover,
.eski_shortcode.eski_tabs .ui-tabs-nav li.ui-tabs-active {
	opacity: 1;
}

.eski_shortcode.eski_tabs .ui-tabs-nav li:hover a,
.eski_shortcode.eski_tabs .ui-tabs-nav li.ui-tabs-active a {
	border-left-color: transparent;
	border-right-color: transparent;
}

.eski_shortcode.eski_tabs .ui-tabs-nav li a {
	background-color: transparent;
	color: inherit;
	display: block;
	font-weight: 700;
	padding: 10px 20px;
}

.eski_shortcode.eski_tabs .ui-tabs-panel {
	background: #f7f7f7;
	border-radius: 5px;
	padding: 30px;
}

.eski_shortcode.eski_tabs .ui-tabs-panel *:last-child {
	margin-bottom: 0;
}

.eski_shortcode.eski_teaser .image,
.eski_shortcode.eski_teaser .image img {
	border-radius: 5px;
}

.eski_shortcode.eski_teaser.boxed .image,
.eski_shortcode.eski_teaser.boxed .image img {
	border-radius: 5px 5px 0 0;
}

.eski_shortcode.eski_teaser.boxed .content {
	background-color: #f7f7f7;
	border-radius: 0 0 5px 5px;
}

.eski_shortcode.eski_testimonial .content p:before,
.eski_shortcode.eski_testimonial .content p:after {
	font-family: 'FontAwesome';
	opacity: .5;
}

.eski_shortcode.eski_testimonial .content p:first-of-type:before {
	content: '\f10d';
	margin-right: 5px;
}

.eski_shortcode.eski_testimonial .content p:last-of-type:after {
	content: '\f10e';
	margin-left: 5px;
}

.eski_shortcode.eski_gallery {
	*zoom: 1;
}

.eski_shortcode.eski_gallery:before,
.eski_shortcode.eski_gallery:after {
	content: '';
	display: table;
	line-height: 0;
}

.eski_shortcode.eski_gallery:after {
	clear: both;
}

.eski_shortcode.eski_gallery.gallery {
	margin-left: -30px;
}

.eski_shortcode.eski_gallery.gallery .gallery-item {
	float: left;
	margin: 0 0 30px;
	padding-left: 30px;
}

.eski_shortcode.eski_gallery.gallery .gallery-item .gallery-icon {
	text-align: center;
}

.eski_shortcode.eski_gallery.gallery .gallery-item .gallery-icon img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.eski_shortcode.eski_gallery.gallery .gallery-item .gallery-icon a {
	opacity: .9;
	transition: opacity 0.25s;
}

.eski_shortcode.eski_gallery.gallery .gallery-item .gallery-icon a:hover {
	opacity: 1;
}

.eski_shortcode.eski_gallery.gallery .gallery-item .gallery-caption {
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding-top: 15px;
	text-align: center;
}

.eski_shortcode.eski_gallery.gallery.gallery-columns-1 .gallery-item {
	width: 100%;
}

.eski_shortcode.eski_gallery.gallery.gallery-columns-2 .gallery-item {
	width: 50%;
}

.eski_shortcode.eski_gallery.gallery.gallery-columns-3 .gallery-item {
	width: 33.333%;
}

.eski_shortcode.eski_gallery.gallery.gallery-columns-4 .gallery-item {
	width: 25%;
}

.eski_shortcode.eski_gallery.gallery.gallery-columns-5 .gallery-item {
	width: 20%;
}

.eski_shortcode.eski_gallery.gallery.gallery-columns-6 .gallery-item {
	width: 16.666%;
}

.eski_shortcode.eski_gallery.gallery.gallery-columns-7 .gallery-item {
	width: 14.285%;
}

.eski_shortcode.eski_gallery.gallery.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.eski_shortcode.eski_gallery.gallery.gallery-columns-9 .gallery-item {
	width: 11.111%;
}

.eski_shortcode.eski_gallery.slider {
	margin-bottom: 30px;
}


#footer {
	background-color: #f7f7f7;
	border-top: 2px solid rgba(0, 0, 0, 0.05);
	color: #8a8a8a;
	font-size: 12px;
	line-height: 20px;
	padding-top: 30px;
}

#footer a {
	color: #6e6e6e;
}

#footer a:hover {
	color: #fabd52;
}

#footer h1,
#footer .h1,
#footer h2,
#footer .h2,
#footer h3,
#footer .h3,
#footer h4,
#footer .h4,
#footer h5,
#footer .h5,
#footer h6,
#footer .h6 {
	color: #6e6e6e;
}

#footer .widget_title {
	border-bottom: 2px solid rgba(0, 0, 0, 0.05);
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#footer .placeholder {
	background-color: rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	padding: 30px;
	text-align: center;
}

#trim {
	*zoom: 1;
	background-color: #f7f7f7;
	border-top: 2px solid rgba(0, 0, 0, 0.05);
	color: #8a8a8a;
	font-size: 12px;
	line-height: 20px;
	padding: 30px 0;
}

#trim:before,
#trim:after {
	content: '';
	display: table;
	line-height: 0;
}

#trim:after {
	clear: both;
}

#trim a {
	color: #6e6e6e;
}

#trim a:hover {
	color: #fabd52;
}

#trim .menu,
#trim .placeholder {
	margin-bottom: 10px;
}

#trim .copyright {
	margin: 0;
	text-align: center;
}

#trim .menu {
	*zoom: 1;
	list-style: none;
	text-align: center;
}

#trim .menu:before,
#trim .menu:after {
	content: '';
	display: table;
	line-height: 0;
}

#trim .menu:after {
	clear: both;
}

#trim .menu li {
	display: inline-block;
	margin: 0 5px;
}

#header .cart {
	padding-right: 46px;
	position: relative;
}

#header .cart p {
	margin: 0;
}

#header .cart .logout {
	margin-left: 10px;
}

#header .cart .logout:before,
#header .cart .account:before {
	font-family: 'FontAwesome';
	line-height: 10px;
	margin-right: 4px;
}

#header .cart .logout:before {
	content: '\f08b';
}

#header .cart .account:before {
	content: '\f007';
}

#header .cart .bag {
	position: absolute;
	top: 2px;
	right: 0px;
	border-radius: 5px;
	display: block;
	line-height: 36px;
	min-height: 0;
	text-align: center;
	width: 36px;
	background-color: rgba(0, 0, 0, 0.03);
	color: inherit;
	font-size: 18px;
}

#header .cart .bag:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

#header .logo {
	display: inline-block;
	width: 100%;
}

#header .logo .text {
	font-family: "Roboto Condensed";
	font-size: 30px;
	line-height: 50px;
}

#navigation .menu {
	*zoom: 1;
	display: none;
	list-style: none;
	margin: 0;
	text-align: left;
}

#navigation .menu:before,
#navigation .menu:after {
	content: '';
	display: table;
	line-height: 0;
}

#navigation .menu:after {
	clear: both;
}

#navigation .menu ul {
	list-style: none;
	margin: 0;
}

#navigation .menu li {
	border-radius: 5px;
	float: left;
	margin-right: 10px;
}

#navigation .menu li.current-menu-item {
	background-color: rgba(0, 0, 0, 0.05);
}

#navigation .menu li:hover {
	background-color: #8a8a8a;
}

#navigation .menu li:hover > .sub-menu {
	opacity: 1;
	top: auto;
}

#navigation .menu li.menu-item-has-children:hover {
	border-radius: 5px 5px 0 0;
}

#navigation .menu li.menu-item-has-children > a:after {
	content: '\f078';
	font-family: 'FontAwesome';
	font-size: 10px;
	margin-left: 8px;
	opacity: .5;
	vertical-align: top;
}

#navigation .menu a {
	color: #6e6e6e;
	display: block;
	padding: 10px 15px;
}

#navigation .menu > li:hover > a {
	color: #fff;
}

#navigation .menu .sub-menu {
	*zoom: 1;
	background-color: #8a8a8a;
	border-radius: 0 5px 5px;
	font-size: 13px;
	margin: 0;
	opacity: 0;
	padding: 15px;
	position: absolute;
	top: -100em;
	transition: opacity 0.25s;
	z-index: 300;
}

#navigation .menu .sub-menu:before,
#navigation .menu .sub-menu:after {
	content: '';
	display: table;
	line-height: 0;
}

#navigation .menu .sub-menu:after {
	clear: both;
}

#navigation .menu .sub-menu li {
	float: none;
	margin: 0;
}

#navigation .menu .sub-menu li.current-menu-item {
	background-color: transparent;
	font-weight: 700;
}

#navigation .menu .sub-menu li.menu-item-has-children > a:after {
	content: '';
}

#navigation .menu .sub-menu a {
	color: #fff;
}

#navigation .menu .sub-menu a:hover {
	color: #fabd52;
}

#navigation .menu .sub-menu .sub-menu {
	background-color: transparent;
	border-radius: 0;
	opacity: 1;
	padding: 0;
	position: static;
}

#breadcrumbs {
	background-color: #fff;
	border-bottom: 2px solid rgba(0, 0, 0, 0.05);
	color: #8a8a8a;
	font-size: 12px;
	line-height: 20px;
	padding: 15px 0;
}

#breadcrumbs nav {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#breadcrumbs a {
	color: #fabd52;
}

#breadcrumbs a:hover {
	color: #f9aa20;
}

#breadcrumbs .separator {
	margin: 0 13px;
	opacity: .5;
}


#banner {
	background-color: #fff;
	color: #8a8a8a;
	font-size: 12px;
	line-height: 20px;
	padding: 30px 0;
	text-align: center;
}

#banner a {
	color: #fabd52;
}

#banner a:hover {
	color: #f9aa20;
}

#banner .inner {
	*zoom: 1;
	position: relative;
}

#banner .inner:before,
#banner .inner:after {
	content: '';
	display: table;
	line-height: 0;
}

#banner .inner:after {
	clear: both;
}

#banner .logo {
	margin-bottom: 30px;
}

#banner .logo img {
	max-height: 60px;
}

#navigation {
	background-color: #fff;
	color: #6e6e6e;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
}

#navigation .inner {
	*zoom: 1;
}

#navigation .inner:before,
#navigation .inner:after {
	content: '';
	display: table;
	line-height: 0;
}

#navigation .inner:after {
	clear: both;
}

#navigation .placeholder {
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding: 10px 15px;
}

.header-template-one #banner .logo,
.header-template-one #banner .widget {
	margin-bottom: 0;
}

.header-template-one #banner .contents {
	display: inline-block;
	margin-top: 30px;
}

.header-template-one #banner .contents.contents-searchform {
	width: 80%;
}

.header-template-one #navigation {
	border-bottom: 2px solid rgba(0, 0, 0, 0.05);
	border-top: 2px solid rgba(0, 0, 0, 0.05);
	padding: 10px 0;
}

.header-template-one #navigation.fancy-search-enabled .menu {
	margin-right: 60px;
}

.header-template-one #navigation .inner {
	position: relative;
}

.header-template-one #navigation .placeholder {
	float: left;
}

.header-template-one #navigation .menu {
	float: left;
}

.header-template-one #navigation .menu .sub-menu {
	padding-right: 0;
}

.header-template-one #navigation .menu .sub-menu a {
	border-radius: 5px;
	margin-right: 15px;
	padding: 6px 12px;
	width: 190px;
}

.header-template-one #navigation .menu .sub-menu a:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.header-template-one #navigation .menu > li > .sub-menu > li.menu-item-has-children,
.header-template-one #navigation .menu > li > .sub-menu > li.menu-item-image {
	float: left;
}

.header-template-one #navigation .menu > li > .sub-menu > li.menu-item-has-children > a {
	background-color: rgba(0, 0, 0, 0.05);
	font-size: 120%;
	font-weight: 700;
	margin-bottom: 10px;
}

.header-template-one #navigation .menu > li > .sub-menu > li.menu-item-image img {
	display: block;
}

.header-template-one #navigation .menu > li > .sub-menu > li.menu-item-image a {
	padding: 0;
}

.header-template-one #mobile-menu-toggle {
	float: left;
}

.header-template-one .fancy-search {
	position: absolute;
	right: 30px;
}

.header-template-two #banner {
	border-bottom: 2px solid rgba(0, 0, 0, 0.05);
	position: relative;
}

.header-template-two #navigation {
	*zoom: 1;
	background-color: transparent !important;
	float: left;
}

.header-template-two #navigation:before,
.header-template-two #navigation:after {
	content: '';
	display: table;
	line-height: 0;
}

.header-template-two #navigation:after {
	clear: both;
}

.header-template-two #navigation .placeholder {
	margin-right: 10px;
}

.header-template-two #navigation .menu .sub-menu {
	width: 220px;
}

.header-template-two #navigation .menu .sub-menu a {
	margin: 6px 0;
	padding: 0;
}

.header-template-two #navigation .menu .sub-menu .sub-menu {
	border-left: 2px solid rgba(0, 0, 0, 0.05);
	padding-left: 12px;
	width: auto;
}

.header-template-two #mobile-menu-toggle {
	float: left;
}

.header-template-two .fancy-search {
	float: right;
}

#titlebar {
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 2px solid rgba(0, 0, 0, 0.05);
	color: #6e6e6e;
	padding: 30px 0;
}

#titlebar a {
	color: #fabd52;
}

#titlebar a:hover {
	color: #f9aa20;
}

#titlebar .primary {
	color: #6e6e6e;
	margin: 0;
}

#titlebar .secondary {
	color: #969599;
	margin: 0;
}

#titlebar.titlebar-slider {
	padding: 0;
}

.author-info {
	margin-bottom: 30px;
	position: relative;
}

.author-info .avatar {
	display: block;
	margin: 0 auto 30px;
	width: 100px;
}

.author-info .description {
	text-align: center;
}

.author-info .description h3 {
	margin-bottom: 10px;
}

.author-info .description *:last-child {
	margin-bottom: 0;
}

nav.archive-pagination {
	font-size: 15px;
	margin: 30px 0;
}

nav.archive-pagination ul {
	border: 2px solid rgba(0, 0, 0, 0.05);
	border-left: 0;
	border-right: 0;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

nav.archive-pagination li,
nav.archive-pagination a {
	display: block;
	line-height: 26px;
	min-height: 0;
	text-align: center;
	width: 26px;
}

nav.archive-pagination li {
	display: inline-block;
}

#sidebar {
	background-color: #f7f7f7;
	border-radius: 5px;
	color: #8a8a8a;
	font-size: 12px;
	line-height: 20px;
	padding: 30px;
}

#sidebar a {
	color: #6e6e6e;
}

#sidebar a:hover {
	color: #fabd52;
}

#sidebar .widget:last-child {
	margin-bottom: 0;
}

#sidebar .widget_title {
	border-bottom: 2px solid rgba(0, 0, 0, 0.05);
	padding-bottom: 10px;
}

.flex-direction-nav li a {
	display: block;
	line-height: 30px;
	min-height: 0;
	text-align: center;
	width: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	bottom: 20px;
	color: #fff !important;
	font-size: 11px;
	position: absolute;
}

.flex-direction-nav li a.flex-next {
	right: 20px;
}

.flex-direction-nav li a.flex-prev {
	right: 52px;
}

.flex-direction-nav li a:hover {
	background-color: rgba(255, 255, 255, 0.7);
}

.flex-thumbnail-nav {
	*zoom: 1;
}

.flex-thumbnail-nav:before,
.flex-thumbnail-nav:after {
	content: '';
	display: table;
	line-height: 0;
}

.flex-thumbnail-nav:after {
	clear: both;
}

.flex-thumbnail-nav li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	display: block;
	-webkit-filter: saturate(0);
	filter: saturate(0);
	float: left;
	opacity: .5;
	transition: all 0.25s;
}

.flex-thumbnail-nav .flex-active {
	-webkit-filter: saturate(1);
	filter: saturate(1);
	opacity: 1;
}

.flex-thumbnail-nav img {
	display: block;
}

.widget_archive ul {
	list-style: none;
	margin: 0;
}

.widget_archive ul li {
	*zoom: 1;
	margin-bottom: 10px;
}

.widget_archive ul li:before,
.widget_archive ul li:after {
	content: '';
	display: table;
	line-height: 0;
}

.widget_archive ul li:after {
	clear: both;
}

.widget_archive ul .count {
	display: block;
	line-height: 20px;
	min-height: 0;
	text-align: center;
	width: 20px;
	background-color: rgba(0, 0, 0, 0.05);
	float: right;
	font-size: 10px;
}

.widget_browse_blog {
	font-size: 16px;
}

.widget_browse_blog ul {
	list-style: none;
	margin: 0;
}

.widget_browse_blog .next,
.widget_browse_blog .previous,
.widget_browse_blog .random {
	display: block;
	line-height: 30px;
	min-height: 0;
	text-align: center;
	width: 30px;
}

.widget_browse_blog .next {
	float: right;
}

.widget_browse_blog .previous {
	float: left;
}

.widget_browse_blog .random {
	margin: 0 auto;
	opacity: .5;
}

.widget_calendar tbody a {
	font-weight: 700;
}

.widget_calendar table caption {
	font-weight: 700;
}

.widget_calendar table td,
.widget_calendar table th {
	padding: 3px;
	text-align: center;
}

.widget_categories ul {
	list-style: none;
	margin: 0;
}

.widget_categories ul .children {
	clear: both;
	padding-left: 20px;
	position: relative;
}

.widget_categories ul .children:before {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #8a8a8a;
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 16px;
	opacity: .33;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.widget_categories ul a {
	display: block;
	float: left;
	margin-bottom: 10px;
}

.widget_categories ul li {
	*zoom: 1;
}

.widget_categories ul li:before,
.widget_categories ul li:after {
	content: '';
	display: table;
	line-height: 0;
}

.widget_categories ul li:after {
	clear: both;
}

.widget_categories ul .count {
	display: block;
	line-height: 20px;
	min-height: 0;
	text-align: center;
	width: 20px;
	background-color: rgba(0, 0, 0, 0.05);
	float: right;
	font-size: 10px;
}

.widget_meta ul {
	list-style: none;
	margin: 0;
}

.widget_nav_menu ul {
	list-style: none;
	margin: 0;
}

.widget_nav_menu ul .sub-menu {
	clear: both;
	padding-left: 20px;
	position: relative;
}

.widget_nav_menu ul .sub-menu:before {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #8a8a8a;
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 16px;
	opacity: .33;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.widget_nav_menu ul a {
	display: block;
	float: left;
	margin-bottom: 10px;
}

.widget_nav_menu ul .current-menu-item > a {
	font-weight: 700;
}

.widget_nav_menu ul li {
	*zoom: 1;
}

.widget_nav_menu ul li:before,
.widget_nav_menu ul li:after {
	content: '';
	display: table;
	line-height: 0;
}

.widget_nav_menu ul li:after {
	clear: both;
}

.widget_pages ul {
	list-style: none;
	margin: 0;
}

.widget_pages ul .sub-menu {
	clear: both;
	padding-left: 20px;
	position: relative;
}

.widget_pages ul .sub-menu:before {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #8a8a8a;
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 16px;
	opacity: .33;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.widget_pages ul a {
	display: block;
	float: left;
	margin-bottom: 10px;
}

.widget_pages ul .current-menu-item > a {
	font-weight: 700;
}

.widget_pages ul li {
	*zoom: 1;
}

.widget_pages ul li:before,
.widget_pages ul li:after {
	content: '';
	display: table;
	line-height: 0;
}

.widget_pages ul li:after {
	clear: both;
}

.widget_post_formats ul {
	list-style: none;
	margin: 0;
}

.widget_post_formats ul a {
	display: block;
	float: left;
	margin-bottom: 10px;
}

.widget_post_formats ul li {
	*zoom: 1;
}

.widget_post_formats ul li:before,
.widget_post_formats ul li:after {
	content: '';
	display: table;
	line-height: 0;
}

.widget_post_formats ul li:after {
	clear: both;
}

.widget_post_formats ul li:before {
	display: block;
	line-height: 20px;
	min-height: 0;
	text-align: center;
	width: 20px;
	float: left;
	font-family: 'FontAwesome';
	margin-right: 7px;
	opacity: .5;
}

.widget_post_formats ul li.aside:before {
	content: '\f090';
}

.widget_post_formats ul li.audio:before {
	content: '\f028';
}

.widget_post_formats ul li.chat:before {
	content: '\f086';
}

.widget_post_formats ul li.gallery:before {
	content: '\f03e';
}

.widget_post_formats ul li.image:before {
	content: '\f030';
}

.widget_post_formats ul li.link:before {
	content: '\f0c1';
}

.widget_post_formats ul li.quote:before {
	content: '\f10d';
}

.widget_post_formats ul li.status:before {
	content: '\f0f6';
}

.widget_post_formats ul li.video:before {
	content: '\f04b';
}

.widget_post_formats ul .count {
	display: block;
	line-height: 20px;
	min-height: 0;
	text-align: center;
	width: 20px;
	background-color: rgba(0, 0, 0, 0.05);
	float: right;
	font-size: 10px;
}

.widget_recent_comments ul {
	list-style: none;
	margin: 0;
}

.widget_recent_comments ul li {
	margin-bottom: 10px;
}

.widget_recent_comments ul li:before {
	content: '\f075';
	font-family: 'FontAwesome';
	margin-right: 7px;
	opacity: .5;
}

.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_recent_entries ul li {
	margin-bottom: 10px;
}

.widget_recent_entries ul li .post-date {
	display: block;
	font-size: 11px;
	opacity: .5;
}

.widget_rss ul {
	list-style: none;
}

.widget_rss ul li {
	border-left: 5px solid #e6e6e6;
	line-height: 20px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.widget_rss ul li .rss-date {
	display: block;
	font-size: 11px;
	margin-bottom: 10px;
}

.widget_rss ul li .rss-summary {
	margin-bottom: 10px;
}

.widget_rss ul li cite {
	display: block;
	font-style: italic;
	text-align: right;
}

.widget_rss ul li cite:before {
	content: '\2014 ';
}

.search-form {
	clear: both;
	position: relative;
}

.search-form:before {
	display: block;
	line-height: 36px;
	min-height: 0;
	text-align: center;
	width: 36px;
	color: #8a8a8a;
	content: '\f002';
	font-family: 'FontAwesome';
	left: 0;
	opacity: .5;
	position: absolute;
	top: 0;
	z-index: 2;
}

.search-form label,
.search-form .search-submit {
	display: none;
}

.search-form .search-field {
	background-color: #fff;
	border-radius: 18px;
	padding-left: 36px;
	position: relative;
	z-index: 1;
}

.widget_social_icons ul {
	*zoom: 1;
	list-style: none;
	margin: 0;
}

.widget_social_icons ul:before,
.widget_social_icons ul:after {
	content: '';
	display: table;
	line-height: 0;
}

.widget_social_icons ul:after {
	clear: both;
}

.widget_social_icons ul li {
	float: left;
	margin: 0 5px 5px 0;
}

.widget_twitter_feed .tweet {
	background-color: rgba(0, 0, 0, 0.03);
	margin-bottom: 20px;
	padding: 12px 15px;
}

.widget_twitter_feed .tweet .content {
	margin-bottom: 0;
}

.widget_twitter_feed .tweet .meta {
	font-size: 11px;
	margin-bottom: 0;
	text-align: right;
}

.widget_twitter_feed .follow:before {
	content: '\f099';
	font-family: 'FontAwesome';
	margin-right: 7px;
}

p.woocommerce.product .button {
	margin-left: 10px;
}

.woocommerce .form-row {
	margin-bottom: 10px;
}

.woocommerce form.track_order {
	margin-bottom: 30px;
}

.woocommerce .clear {
	clear: both;
}

.woocommerce .woocommerce-result-count {
	float: left;
	line-height: 36px;
	margin-bottom: 15px;
}

.woocommerce .woocommerce-ordering {
	float: right;
	margin-bottom: 15px;
}

.woocommerce .woocommerce-ordering select {
	padding-right: 20px;
}

.woocommerce .amount {
	color: #fabd52;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 300;
}

.woocommerce .price ins {
	text-decoration: none;
}

.woocommerce .price del .amount {
	color: inherit;
	opacity: .5;
}

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

.woocommerce .star-rating {
	color: #fabd52;
	height: 20px;
	overflow: hidden;
	position: relative;
	width: 64px;
}

.woocommerce .star-rating span {
	left: 0;
	margin: 0;
	overflow: hidden;
	padding-top: 20px;
	position: absolute;
	top: 0;
}

.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 13px;
	left: 0;
	letter-spacing: 1px;
	line-height: 20px;
	position: absolute;
	top: 0;
}

.woocommerce .star-rating:before {
	content: '\f006\f006\f006\f006\f006';
}

.woocommerce .star-rating span:before {
	content: '\f005\f005\f005\f005\f005';
}

.woocommerce .quantity input {
	padding: 0;
	text-align: center;
}

.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
	background-color: #f5f5f5 !important;
	color: #b3b3b3 !important;
	opacity: .7;
	width: 24px;
}

.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover {
	opacity: 1;
}

.woocommerce .quantity .qty {
	letter-spacing: -1px;
	margin: 0;
	width: 39px;
}

.woocommerce .woocommerce-tabs {
	margin-bottom: 30px;
}

.woocommerce .woocommerce-tabs .tabs {
	*zoom: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce .woocommerce-tabs .tabs:before,
.woocommerce .woocommerce-tabs .tabs:after {
	content: '';
	display: table;
	line-height: 0;
}

.woocommerce .woocommerce-tabs .tabs:after {
	clear: both;
}

.woocommerce .woocommerce-tabs .tabs li {
	background-color: transparent;
	float: left;
	margin-right: 0;
}

.woocommerce .woocommerce-tabs .tabs li:hover,
.woocommerce .woocommerce-tabs .tabs li.active {
	background-color: #f7f7f7;
}

.woocommerce .woocommerce-tabs .tabs li:hover a,
.woocommerce .woocommerce-tabs .tabs li.active a {
	border-left-color: transparent;
	border-right-color: transparent;
}

.woocommerce .woocommerce-tabs .tabs a {
	border: 2px solid rgba(0, 0, 0, 0.05);
	border-bottom: 0;
	color: inherit;
	display: block;
	font-weight: 700;
	padding: 10px 20px;
}

.woocommerce .woocommerce-tabs .panel {
	*zoom: 1;
	background: #f7f7f7;
	border-radius: 0 5px 5px;
	clear: both;
	padding: 30px;
}

.woocommerce .woocommerce-tabs .panel:before,
.woocommerce .woocommerce-tabs .panel:after {
	content: '';
	display: table;
	line-height: 0;
}

.woocommerce .woocommerce-tabs .panel:after {
	clear: both;
}

.woocommerce .woocommerce-tabs .panel *:last-child {
	margin-bottom: 0;
}

#site .chzn-container-single .chzn-single {
	background: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	box-shadow: none;
	color: inherit;
	height: auto;
	line-height: 1.4em;
	min-height: 3em;
	padding: .8em;
}

#site .chzn-container-single .chzn-single div b {
	background-position: 0 6px !important;
}

#site .chzn-container-single .chzn-drop {
	background: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	box-shadow: none;
	padding: 7px;
}

#site .chzn-container-single .chzn-search {
	margin-bottom: 7px;
	padding: 0;
}

#site .chzn-container-single .chzn-search input {
	background: none;
	border: 1px solid rgba(0, 0, 0, 0.05);
	padding: 7px;
}

#site .chzn-container-single .chzn-results {
	margin: 0;
}

.woocommerce-account form.login {
	margin-bottom: 30px;
}

.woocommerce-account form.login .submit {
	float: left;
	margin-right: 15px;
}

.woocommerce-account form.login .lost_password {
	line-height: 39px;
}

.woocommerce-account form.login .remember_me {
	clear: both;
}

.woocommerce-account form.login .remember_me input {
	float: left;
	height: 20px;
	margin-right: 7px;
}

.woocommerce-account form.login .remember_me label {
	margin: 0;
}

.woocommerce-account .digital-downloads {
	margin-bottom: 30px;
}

.woocommerce-account .digital-downloads td {
	vertical-align: middle;
}

.woocommerce-account .digital-downloads .download-actions {
	text-align: right;
}

.woocommerce-account .my_account_orders {
	margin-bottom: 30px;
}

.woocommerce-account .my_account_orders td {
	vertical-align: middle;
}

.woocommerce-account .my_account_orders .order-actions {
	text-align: right;
}

.woocommerce-account .address-billing {
	margin-bottom: 30px;
}

.woocommerce-account h3 a.edit i {
	font-size: 15px;
}

.woocommerce .term-description,
.woocommerce .page-description {
	margin-bottom: 30px;
}

.woocommerce ul.products {
	*zoom: 1;
	list-style: none;
	margin-left: -30px;
	padding: 0;
}

.woocommerce ul.products:before,
.woocommerce ul.products:after {
	content: '';
	display: table;
	line-height: 0;
}

.woocommerce ul.products:after {
	clear: both;
}

.woocommerce ul.products .product-category h3 {
	padding-right: 20px;
	position: relative;
}

.woocommerce ul.products .product-category .count {
	border-radius: 3px;
	display: block;
	line-height: 20px;
	min-height: 0;
	text-align: center;
	width: 20px;
	background-color: rgba(0, 0, 0, 0.05);
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.woocommerce ul.products .product-thumb {
	margin-bottom: 10px;
	position: relative;
}

.woocommerce ul.products .product-thumb img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 5px;
	display: block;
	width: 100%;
}

.woocommerce ul.products .product-thumb img.image_2 {
	position: absolute;
	top: 0px;
	right: 0px;
	opacity: 0;
	transition: opacity 0.25s;
}

.woocommerce ul.products li {
	float: left;
	margin-bottom: 30px;
	padding-left: 30px;
	position: relative;
}

.woocommerce ul.products li .category-link,
.woocommerce ul.products li .product-link {
	display: block;
	position: relative;
}

.woocommerce ul.products li .product-link:hover .image_2 {
	opacity: 1;
}

.woocommerce ul.products .onsale {
	left: 20px;
}

.woocommerce ul.products h3 {
	margin-bottom: 0;
}

.woocommerce ul.products h3 a {
	color: inherit;
}

.woocommerce ul.products .price {
	display: block;
	line-height: 20px;
	margin-top: 5px;
}

.woocommerce ul.products.products-per-row-1 li,
.woocommerce ul.products.products-per-row-2 li {
	width: 100%;
}

.woocommerce ul.products.products-per-row-3 li,
.woocommerce ul.products.products-per-row-4 li {
	width: 50%;
}

.woocommerce ul.products.products-per-row-3 li:nth-child(odd),
.woocommerce ul.products.products-per-row-4 li:nth-child(odd) {
	clear: both;
}

.woocommerce ul.products.products-per-row-5 li,
.woocommerce ul.products.products-per-row-6 li {
	width: 33.333%;
}

.woocommerce ul.products.products-per-row-5 li:nth-child(3n+1),
.woocommerce ul.products.products-per-row-6 li:nth-child(3n+1) {
	clear: both;
}

.woocommerce ul.products.products-per-row-7 li,
.woocommerce ul.products.products-per-row-8 li {
	width: 25%;
}

.woocommerce ul.products.products-per-row-7 li:nth-child(4n+1),
.woocommerce ul.products.products-per-row-8 li:nth-child(4n+1) {
	clear: both;
}

.woocommerce ul.products.products-per-row-9 li,
.woocommerce ul.products.products-per-row-10 li {
	width: 20%;
}

.woocommerce ul.products.products-per-row-9 li:nth-child(5n+1),
.woocommerce ul.products.products-per-row-10 li:nth-child(5n+1) {
	clear: both;
}

.woocommerce-cart table.cart {
	margin-bottom: 30px;
}

.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th {
	vertical-align: middle;
}

.woocommerce-cart table.cart .attachment-shop_thumbnail {
	border-radius: 5px;
	display: block;
	width: 60px;
}

.woocommerce-cart table.cart .remove {
	border-radius: 50%;
	display: block;
	line-height: 21px;
	min-height: 0;
	text-align: center;
	width: 21px;
	background-color: rgba(0, 0, 0, 0.05);
	color: #fff;
	font-size: 11px;
}

.woocommerce-cart table.cart .remove:hover {
	background-color: rgba(0, 0, 0, 0.12);
}

.woocommerce-cart table.cart .product-thumbnail {
	display: none;
	vertical-align: top;
	width: 80px;
}

.woocommerce-cart table.cart .product-name a {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.woocommerce-cart table.cart .product-price {
	text-align: center;
}

.woocommerce-cart table.cart .product-quantity {
	text-align: right;
}

.woocommerce-cart table.cart .product-quantity .quantity {
	display: inline-block;
	width: 103px;
}

.woocommerce-cart table.cart .product-subtotal {
	display: none;
	text-align: center;
}

.woocommerce-cart table.cart td.product-remove {
	text-align: right;
	width: 42px;
}

.woocommerce-cart .variation {
	font-size: 10px;
	margin: 5px 0 0;
}

.woocommerce-cart .variation dt {
	clear: left;
	float: left;
	margin-bottom: 0;
}

.woocommerce-cart .variation dd {
	float: left;
	margin: 0 0 0 5px;
}

.woocommerce-cart .variation dd p {
	margin: 0;
}

.woocommerce-cart .coupon {
	margin-bottom: 30px;
	padding: 10px;
	padding-right: 140px;
	position: relative;
}

.woocommerce-cart .coupon .button {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 120px;
}

.woocommerce-cart .actions {
	margin-bottom: 30px;
	text-align: right;
}

.woocommerce-cart .actions .checkout-button {
	margin-left: 7px;
}

.woocommerce-cart .cart_totals {
	margin-bottom: 30px;
}

.woocommerce-cart .cart_totals table {
	border-top: 2px solid rgba(0, 0, 0, 0.05);
	margin: 0;
}

.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td {
	padding-left: 0;
}

.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form {
	margin: 10px 0;
}

.woocommerce-cart .woocommerce-shipping-calculator p {
	margin-bottom: 10px;
}

.woocommerce-cart .woocommerce-shipping-calculator p:last-of-type {
	margin-bottom: 0;
}

.woocommerce-cart .cross-sells ul.products {
	margin-bottom: 0;
}

.woocommerce-cart .cross-sells ul.products li {
	margin-bottom: 0;
}

.woocommerce-checkout abbr {
	border: 0;
}

.woocommerce-checkout .woocommerce-invalid label {
	color: #ca3f39;
}

.woocommerce-checkout .checkout_billing_form,
.woocommerce-checkout .checkout_shipping_form,
.woocommerce-checkout .checkout_additional_form,
.woocommerce-checkout .checkout_payment_methods_form,
.woocommerce-checkout .checkout_order_summary {
	*zoom: 1;
	margin: 0 0 30px;
}

.woocommerce-checkout .checkout_billing_form:before,
.woocommerce-checkout .checkout_billing_form:after,
.woocommerce-checkout .checkout_shipping_form:before,
.woocommerce-checkout .checkout_shipping_form:after,
.woocommerce-checkout .checkout_additional_form:before,
.woocommerce-checkout .checkout_additional_form:after,
.woocommerce-checkout .checkout_payment_methods_form:before,
.woocommerce-checkout .checkout_payment_methods_form:after,
.woocommerce-checkout .checkout_order_summary:before,
.woocommerce-checkout .checkout_order_summary:after {
	content: '';
	display: table;
	line-height: 0;
}

.woocommerce-checkout .checkout_billing_form:after,
.woocommerce-checkout .checkout_shipping_form:after,
.woocommerce-checkout .checkout_additional_form:after,
.woocommerce-checkout .checkout_payment_methods_form:after,
.woocommerce-checkout .checkout_order_summary:after {
	clear: both;
}

.woocommerce-checkout form.login {
	*zoom: 1;
	margin-bottom: 30px;
}

.woocommerce-checkout form.login:before,
.woocommerce-checkout form.login:after {
	content: '';
	display: table;
	line-height: 0;
}

.woocommerce-checkout form.login:after {
	clear: both;
}

.woocommerce-checkout form.login p:last-of-type {
	clear: both;
	margin-bottom: 0;
}

.woocommerce-checkout form.login .lost_password {
	line-height: 36px;
	margin-left: 15px;
}

.woocommerce-checkout .create-account {
	*zoom: 1;
	border-top: 2px solid rgba(0, 0, 0, 0.05);
	clear: both;
	margin-top: 30px;
	padding-top: 30px;
}

.woocommerce-checkout .create-account:before,
.woocommerce-checkout .create-account:after {
	content: '';
	display: table;
	line-height: 0;
}

.woocommerce-checkout .create-account:after {
	clear: both;
}

.woocommerce-checkout .create-account .hidden {
	display: block;
	visibility: visible;
}

.woocommerce-checkout .shipping_address {
	*zoom: 1;
}

.woocommerce-checkout .shipping_address:before,
.woocommerce-checkout .shipping_address:after {
	content: '';
	display: table;
	line-height: 0;
}

.woocommerce-checkout .shipping_address:after {
	clear: both;
}

.woocommerce-checkout #ship-to-different-address {
	*zoom: 1;
	margin: 0 0 20px;
}

.woocommerce-checkout #ship-to-different-address:before,
.woocommerce-checkout #ship-to-different-address:after {
	content: '';
	display: table;
	line-height: 0;
}

.woocommerce-checkout #ship-to-different-address:after {
	clear: both;
}

.woocommerce-checkout #ship-to-different-address label {
	float: left;
	margin: 0 10px 0 0;
}

.woocommerce-checkout #ship-to-different-address input {
	float: left;
	height: 20px;
	margin: 8px 0 0;
}

.woocommerce-checkout .payment_methods {
	padding: 0;
}

.woocommerce-checkout .payment_methods li {
	margin: 0 0 15px;
	padding: 0 15px 0 45px;
	position: relative;
}

.woocommerce-checkout .payment_methods .input-radio {
	position: absolute;
	left: 15px;
	height: 25px;
	width: 15px;
}

.woocommerce-checkout .payment_methods label {
	cursor: pointer;
	line-height: 25px;
	margin: 0;
}

.woocommerce-checkout .payment_methods label img {
	margin-left: 10px;
	max-height: 25px;
	vertical-align: bottom;
}

.woocommerce-checkout .payment_methods label .about_paypal {
	margin-left: 10px;
}

.woocommerce-checkout .payment_methods .payment_box *:last-child {
	margin-bottom: 0;
}

.woocommerce-checkout .shop_table .variation {
	font-size: 10px;
	margin: 5px 0 0;
}

.woocommerce-checkout .shop_table .variation dt {
	clear: left;
	float: left;
	margin-bottom: 0;
}

.woocommerce-checkout .shop_table .variation dd {
	float: left;
	margin: 0 0 0 5px;
}

.woocommerce-checkout .shop_table .variation dd p {
	margin: 0;
}

.woocommerce-checkout .place-order {
	margin-top: 45px;
	text-align: right;
}

.woocommerce-checkout .place-order .button {
	margin-left: 20px;
}

.woocommerce-checkout .terms {
	margin-top: 20px;
	text-align: right;
}

.woocommerce-checkout .terms label {
	display: inline-block;
	line-height: 20px;
	margin: 0;
	vertical-align: top;
}

.woocommerce-checkout .terms .input-checkbox {
	height: 20px;
	vertical-align: top;
}

.woocommerce-account .order-info {
	*zoom: 1;
	background-color: #f7f7f7;
	font-size: 12px;
	margin-bottom: 30px;
	padding: 15px 20px;
}

.woocommerce-account .order-info:before,
.woocommerce-account .order-info:after {
	content: '';
	display: table;
	line-height: 0;
}

.woocommerce-account .order-info:after {
	clear: both;
}

.woocommerce-account .order-info mark {
	background-color: transparent;
	color: inherit;
	font-weight: 700;
	margin: 0 3px;
	text-decoration: underline;
}

.woocommerce-account .customer_details {
	margin-bottom: 30px;
}

.woocommerce ol.commentlist.notes {
	padding: 0;
}

.woocommerce ol.commentlist.notes .comment_container {
	background-color: #f7f7f7;
	margin-left: 30px;
	padding: 15px;
	position: relative;
}

.woocommerce ol.commentlist.notes .comment_container:before {
	position: absolute;
	top: 15px;
	left: -30px;
	border-color: transparent;
	border-left: 0;
	border-right: 30px solid #f7f7f7;
	border-style: solid;
	border-width: 10px;
	content: '';
	display: block;
	height: 0;
	width: 0;
}

.woocommerce ol.commentlist.notes p {
	margin: 0;
}

.woocommerce ol.commentlist.notes .note {
	margin-bottom: 2px;
}

.woocommerce ol.commentlist.notes .meta {
	font-size: 11px;
	margin-bottom: 10px;
	opacity: .7;
}

.woocommerce table.order_details {
	margin-bottom: 30px;
}

.woocommerce table.order_details .product-quantity {
	font-weight: normal;
}

.woocommerce table.order_details .variation {
	*zoom: 1;
	font-size: 10px;
	line-height: 16px;
	margin: 5px 0 0;
}

.woocommerce table.order_details .variation:before,
.woocommerce table.order_details .variation:after {
	content: '';
	display: table;
	line-height: 0;
}

.woocommerce table.order_details .variation:after {
	clear: both;
}

.woocommerce table.order_details .variation dt {
	clear: left;
	float: left;
	margin-bottom: 0;
}

.woocommerce table.order_details .variation dd {
	float: left;
	margin: 0 0 0 5px;
	opacity: .7;
}

.single-product article {
	margin-bottom: 30px;
	position: relative;
}

.single-product article .onsale {
	font-size: 14px;
	line-height: 70px;
	width: 70px;
}

.single-product article .images img {
	display: block;
	width: 100%;
}

.single-product article .images .flexslider img {
	border-radius: 5px;
}

.single-product article .images.with-thumbnails .flexslider img {
	border-radius: 5px 5px 0 0;
}

.single-product article .thumbnails {
	border-radius: 0 0 5px 5px;
	margin-bottom: 30px;
	padding: 5px;
}

.single-product article .thumbnails li {
	max-width: 25%;
	padding: 5px;
}

.single-product article div[itemprop=offers] {
	float: left;
	margin-bottom: 30px;
}

.single-product article div[itemprop=aggregateRating] {
	float: right;
	margin-bottom: 30px;
	padding: 5px 0;
}

.single-product article .price {
	*zoom: 1;
	margin-bottom: 0;
}

.single-product article .price:before,
.single-product article .price:after {
	content: '';
	display: table;
	line-height: 0;
}

.single-product article .price:after {
	clear: both;
}

.single-product article .price del,
.single-product article .price ins {
	float: left;
}

.single-product article .price del {
	margin-right: 10px;
}

.single-product article .price del .amount {
	font-size: 20px;
}

.single-product article .price ins {
	font-size: 30px;
}

.single-product article .price .amount {
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
}

.single-product article .stock {
	line-height: 20px;
	vertical-align: top;
}

.single-product article .stock:before {
	color: #fabd52;
	content: '\f06a';
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: inherit;
	margin-right: 7px;
}

.single-product article .cart {
	float: left;
	margin-bottom: 30px;
}

.single-product article .cart .quantity {
	float: left;
	margin-right: 10px;
}

.single-product article .cart .quantity input {
	display: block;
	float: left;
}

.single-product article .cart .single_add_to_cart_button {
	float: left;
	margin-right: 10px;
	text-transform: uppercase;
}

.single-product article .cart.grouped {
	width: 100%;
}

.single-product article .cart.grouped .quantity {
	margin: 0;
}

.single-product article .cart.grouped td {
	border: 0;
	vertical-align: middle;
}

.single-product article .cart.grouped .col-qty {
	padding-left: 0;
	width: 97px;
}

.single-product article .cart.grouped .col-price {
	text-align: right;
}

.single-product article .cart.grouped .col-price ins {
	text-decoration: none;
}

.single-product article .cart.grouped .col-price del .amount {
	color: inherit;
	opacity: .5;
}

.single-product article .cart.grouped h3 {
	margin: 0;
}

.single-product article .cart.variable .single_variation {
	margin-bottom: 20px;
}

.single-product article .variations_form {
	*zoom: 1;
	float: none;
}

.single-product article .variations_form:before,
.single-product article .variations_form:after {
	content: '';
	display: table;
	line-height: 0;
}

.single-product article .variations_form:after {
	clear: both;
}

.single-product article .variations_form .single_variation_wrap {
	*zoom: 1;
	clear: both;
	float: left;
	margin-top: 20px;
	min-height: 1px;
}

.single-product article .variations_form .single_variation_wrap:before,
.single-product article .variations_form .single_variation_wrap:after {
	content: '';
	display: table;
	line-height: 0;
}

.single-product article .variations_form .single_variation_wrap:after {
	clear: both;
}

.single-product article .variations {
	margin: 0;
}

.single-product article .variations label {
	margin: 0;
}

.single-product article .variations tr {
	border-bottom: 0;
}

.single-product article .variations td {
	border: 0;
	padding: 3px 0;
	vertical-align: middle;
}

.single-product article .product_meta {
	font-size: 11px;
}

.single-product article .product_meta dl {
	margin-bottom: 0;
}

.single-product article .product_meta dt,
.single-product article .product_meta dd {
	margin-bottom: 0;
}

.single-product article .product_meta dt {
	text-align: left;
	width: 65px;
}

.single-product .shop_attributes th {
	width: 20%;
}

.single-product #comments {
	margin-bottom: 30px;
}

.single-product #respond .form-submit {
	margin-bottom: 0;
	text-align: right;
}

.single-product #respond .required {
	margin-left: 5px;
}

.single-product #respond .stars {
	*zoom: 1;
}

.single-product #respond .stars:before,
.single-product #respond .stars:after {
	content: '';
	display: table;
	line-height: 0;
}

.single-product #respond .stars:after {
	clear: both;
}

.single-product #respond .stars a {
	display: block;
	line-height: 30px;
	min-height: 0;
	text-align: center;
	width: 30px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.075);
	float: left;
	margin: 0 10px 0 0;
}

.single-product #respond .stars a.active {
	background-color: #fabd52;
	color: #fff;
}

.single-product #sidebar ul.products {
	margin: 0;
}

.single-product #sidebar ul.products li {
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
}

.single-product #sidebar ul.products li:last-child {
	margin-bottom: 0;
}

.single-product #sidebar ul.products .product-thumb {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	width: 75px;
}

.single-product #sidebar ul.products .onsale {
	font-size: 10px;
	height: 40px;
	left: -10px;
	line-height: 40px;
	width: 40px;
}

.single-product #sidebar ul.products h3 {
	margin-bottom: 3px;
}

.widget ul.product_list_widget {
	list-style: none;
	margin: 0;
}

.widget ul.product_list_widget li {
	*zoom: 1;
	margin-bottom: 20px;
}

.widget ul.product_list_widget li:before,
.widget ul.product_list_widget li:after {
	content: '';
	display: table;
	line-height: 0;
}

.widget ul.product_list_widget li:after {
	clear: both;
}

.widget ul.product_list_widget li:last-child {
	margin-bottom: 0;
}

.widget ul.product_list_widget a {
	display: block;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.widget ul.product_list_widget ins {
	text-decoration: none;
}

.widget ul.product_list_widget del .amount {
	color: inherit;
	opacity: .5;
}

.widget ul.product_list_widget .woocommerce-placeholder,
.widget ul.product_list_widget .attachment-shop_thumbnail {
	border-radius: 5px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	width: 60px;
}

.widget.widget_layered_nav ul a,
.widget.widget_layered_nav_filters ul a {
	display: block;
	line-height: 1em;
	padding: 7px;
}

.widget.widget_layered_nav ul a:before,
.widget.widget_layered_nav_filters ul a:before {
	content: '\f067';
	font-family: 'FontAwesome';
	margin-right: 7px;
	opacity: .5;
}

.widget.widget_layered_nav ul .chosen a,
.widget.widget_layered_nav_filters ul .chosen a {
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 3px;
}

.widget.widget_layered_nav ul .chosen a:before,
.widget.widget_layered_nav_filters ul .chosen a:before {
	content: '\f00d';
	opacity: 1;
}

.widget.widget_layered_nav_filters ul {
	*zoom: 1;
	list-style: none;
	margin: 0;
}

.widget.widget_layered_nav_filters ul:before,
.widget.widget_layered_nav_filters ul:after {
	content: '';
	display: table;
	line-height: 0;
}

.widget.widget_layered_nav_filters ul:after {
	clear: both;
}

.widget.widget_layered_nav_filters ul li {
	float: left;
	margin: 0 10px 10px 0;
}

.widget.widget_layered_nav ul {
	list-style: none;
	margin: 0;
}

.widget.widget_layered_nav ul li {
	*zoom: 1;
	margin-bottom: 4px;
}

.widget.widget_layered_nav ul li:before,
.widget.widget_layered_nav ul li:after {
	content: '';
	display: table;
	line-height: 0;
}

.widget.widget_layered_nav ul li:after {
	clear: both;
}

.widget.widget_layered_nav ul a {
	float: left;
}

.widget.widget_layered_nav ul .count {
	display: block;
	line-height: 20px;
	min-height: 0;
	text-align: center;
	width: 20px;
	background-color: rgba(0, 0, 0, 0.05);
	float: right;
	font-size: 10px;
}

.widget.widget_price_filter .price_slider {
	background-color: rgba(0, 0, 0, 0.05);
	height: 3px;
	margin: 30px 0;
	position: relative;
}

.widget.widget_price_filter .ui-slider-range {
	background-color: #777;
	height: 3px;
	position: absolute;
	z-index: 1;
}

.widget.widget_price_filter .ui-slider-handle {
	background-color: #fff;
	border: 3px solid #777;
	border-radius: 50%;
	cursor: pointer;
	height: 11px;
	outline: none;
	position: absolute;
	top: -4px;
	transition: none;
	width: 11px;
	z-index: 2;
}

.widget.widget_price_filter .ui-slider-handle:last-child {
	margin-left: -11px;
}

.widget.widget_price_filter .price_slider_amount {
	line-height: 36px;
}

.widget.widget_price_filter .price_slider_amount .button {
	float: right;
}

.widget.widget_shopping_cart ul.product_list_widget {
	margin-bottom: 20px;
}

.widget.widget_shopping_cart ul.product_list_widget li {
	min-height: 45px;
	padding-left: 55px;
	position: relative;
}

.widget.widget_shopping_cart ul.product_list_widget .variation {
	margin: 0;
}

.widget.widget_shopping_cart ul.product_list_widget .variation dt {
	float: left;
	margin: 0 5px 0 0;
}

.widget.widget_shopping_cart ul.product_list_widget .variation dd {
	margin: 0;
}

.widget.widget_shopping_cart ul.product_list_widget .variation p {
	margin: 0;
}

.widget.widget_shopping_cart ul.product_list_widget .empty {
	min-height: 0;
	padding: 0;
	text-align: center;
}

.widget.widget_shopping_cart ul.product_list_widget .amount {
	color: inherit;
	font-size: inherit;
}

.widget.widget_shopping_cart ul.product_list_widget .attachment-shop_thumbnail {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45px;
}

.widget.widget_product_categories ul {
	list-style: none;
	margin: 0;
}

.widget.widget_product_categories ul .children {
	clear: both;
	padding-left: 20px;
	position: relative;
}

.widget.widget_product_categories ul .children:before {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #8a8a8a;
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 16px;
	opacity: .33;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.widget.widget_product_categories ul a {
	display: block;
	float: left;
	margin-bottom: 10px;
}

.widget.widget_product_categories ul li {
	*zoom: 1;
}

.widget.widget_product_categories ul li:before,
.widget.widget_product_categories ul li:after {
	content: '';
	display: table;
	line-height: 0;
}

.widget.widget_product_categories ul li:after {
	clear: both;
}

.widget.widget_product_categories ul .count .count {
	display: block;
	line-height: 20px;
	min-height: 0;
	text-align: center;
	width: 20px;
	background-color: rgba(0, 0, 0, 0.05);
	float: right;
	font-size: 10px;
}

@media (-webkit-min-device-pixel-ratio: 0) {

select[size],
select[multiple],
select[multiple][size] {
	background-image: none;
	padding-right: 3px;
}

select,
select[size="0"],
select[size="1"] {
	background-image: url("data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

::-webkit-validation-bubble-message {
	border: 0;
	box-shadow: none;
	color: #fff;
	font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
	min-height: 16px;
	overflow: hidden;
	padding: 15px 15px 17px;
	text-shadow: #000 0 0 1px;
}

::-webkit-validation-bubble-arrow,
::-webkit-validation-bubble-top-outer-arrow,
::-webkit-validation-bubble-top-inner-arrow {
	background: #666;
	border-color: #666;
	box-shadow: none;
}

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../img/fancybox/fancybox_sprite@2x.png");
	background-size: 44px 152px;
}

#fancybox-loading div {
	background-image: url("../img/fancybox/fancybox_loading@2x.gif");
	background-size: 24px 24px;
}

}

@media only screen and (min-width: 480px) {

.commentlist .wrapper {
	padding-left: 75px;
}

.commentlist .avatar {
	display: block;
	line-height: 60px;
	min-height: 0;
	text-align: center;
	width: 60px;
}

.commentlist .children .comment {
	padding-left: 30px;
}

.commentlist .children .children {
	margin-left: 30px;
}

#ctabar {
	font-size: 30px;
	line-height: 33px;
	padding: 30px 0;
}

.author-info {
	min-height: 160px;
	padding-left: 160px;
}

.author-info .avatar {
	left: 30px;
	margin: 0;
	position: absolute;
	top: 30px;
}

.author-info .description {
	text-align: left;
}

.author-info .description h3 {
	line-height: 1em;
}

}

@media only screen and (min-width: 768px) {

#content {
	padding: 45px 0;
}

.grid-row .grid-item.offset-one-half {
	margin-left: 50%;
}

.grid-row .grid-item.offset-one-third {
	margin-left: 33.333%;
}

.grid-row .grid-item.offset-two-third {
	margin-left: 66.666%;
}

.grid-row .grid-item.offset-one-quarter {
	margin-left: 25%;
}

.grid-row .grid-item.offset-two-quarter {
	margin-left: 50%;
}

.grid-row .grid-item.offset-three-quarter {
	margin-left: 75%;
}

.grid-row .grid-item.offset-one-fifth {
	margin-left: 20%;
}

.grid-row .grid-item.offset-two-fifth {
	margin-left: 40%;
}

.grid-row .grid-item.offset-three-fifth {
	margin-left: 60%;
}

.grid-row .grid-item.offset-four-fifth {
	margin-left: 80%;
}

.grid-row .grid-item.offset-one-sixth {
	margin-left: 16.666%;
}

.grid-row .grid-item.offset-two-sixth {
	margin-left: 33.333%;
}

.grid-row .grid-item.offset-three-sixth {
	margin-left: 50%;
}

.grid-row .grid-item.offset-four-sixth {
	margin-left: 66.666%;
}

.grid-row .grid-item.offset-five-sixth {
	margin-left: 83.333%;
}

.grid-row .grid-item.offset-one-eighth {
	margin-left: 12.5%;
}

.grid-row .grid-item.offset-two-eighth {
	margin-left: 25%;
}

.grid-row .grid-item.offset-three-eighth {
	margin-left: 37.5%;
}

.grid-row .grid-item.offset-four-eighth {
	margin-left: 50%;
}

.grid-row .grid-item.offset-five-eighth {
	margin-left: 62.5%;
}

.grid-row .grid-item.offset-six-eighth {
	margin-left: 75%;
}

.grid-row .grid-item.offset-seven-eighth {
	margin-left: 87.5%;
}

.grid-row .grid-item.offset-one-tenth {
	margin-left: 10%;
}

.grid-row .grid-item.offset-two-tenth {
	margin-left: 20%;
}

.grid-row .grid-item.offset-three-tenth {
	margin-left: 30%;
}

.grid-row .grid-item.offset-four-tenth {
	margin-left: 40%;
}

.grid-row .grid-item.offset-five-tenth {
	margin-left: 50%;
}

.grid-row .grid-item.offset-six-tenth {
	margin-left: 60%;
}

.grid-row .grid-item.offset-seven-tenth {
	margin-left: 70%;
}

.grid-row .grid-item.offset-eight-tenth {
	margin-left: 80%;
}

.grid-row .grid-item.offset-nine-tenth {
	margin-left: 90%;
}

#mobile-menu-toggle {
	display: none;
}

.blog-template.masonry .isotope-item {
	margin-left: 0;
	margin-right: 0;
	padding-left: 30px;
	width: 49.95%;
}

.blog-template.masonry .isotope-grid {
	margin-left: -30px;
}

article.project.archive {
	max-width: none;
}

.project.isotope-grid {
	margin-left: -30px;
}

.project.isotope-grid .isotope-item {
	float: left;
	padding-left: 30px;
}

.project.isotope-grid .isotope-item.columns-one {
	width: 100%;
}

.project.isotope-grid .isotope-item.columns-two {
	width: 49.95%;
}

.project.isotope-grid .isotope-item.columns-three {
	width: 33.28333%;
}

.project.isotope-grid .isotope-item.columns-four {
	width: 24.95%;
}

.project.isotope-grid .isotope-item.columns-five {
	width: 19.95%;
}

.eski_shortcode.eski_band {
	padding: 45px 0;
}

.eski_shortcode.eski_tabs .ui-tabs-nav li {
	border-radius: 0;
	margin: 0;
	opacity: 1;
}

.eski_shortcode.eski_tabs .ui-tabs-nav li a {
	border: 2px solid rgba(0, 0, 0, 0.05);
	border-bottom: 0;
}

.eski_shortcode.eski_tabs .ui-tabs-panel {
	border-radius: 0 5px 5px;
}

#footer {
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 45px;
}

#trim .menu li {
	display: block;
	float: left;
	margin: 0 15px 0 0;
}

#trim .copyright,
#trim .menu,
#trim .placeholder {
	margin: 0;
	width: 50%;
}

#trim .copyright {
	float: right;
	text-align: right;
}

#trim .menu,
#trim .placeholder {
	float: left;
	text-align: left;
}

#header .cart {
	float: right;
}

#header .cart:hover #minicart {
	opacity: 1;
	top: 100%;
}

#navigation .menu {
	display: block;
}

#accountbar li.welcome {
	display: block;
	padding: 10px 12px;
}

#accountbar .logout a:before,
#accountbar .account a:before {
	color: rgba(0, 0, 0, 0.25);
	font-family: 'FontAwesome';
	line-height: 10px;
	margin-right: 4px;
}

#accountbar .logout a:before {
	content: '\f08b';
}

#accountbar .account a:before {
	content: '\f007';
}

#banner {
	padding: 45px 0;
	text-align: left;
}

#banner .logo {
	display: block;
	float: left;
	margin: 0;
	width: auto;
}

#banner .logo img {
	display: block;
}

#sticky.follow {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1000;
}

.header-template-one #banner .contents {
	display: block;
	float: right;
	margin: 0;
	text-align: right;
	width: 33%;
}

.header-template-one #banner .contents.contents-searchform {
	width: 33%;
}

.header-template-one #banner .va-wrapper {
	position: absolute;
	top: 0px;
	right: 30px;
	bottom: 0px;
	float: none;
}

.header-template-one #banner .va-wrapper:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.header-template-one #banner .va-content {
	display: inline-block;
	vertical-align: middle;
	width: 98%;
}

.header-template-two #navigation {
	float: right;
	margin: 10px 0;
}

.header-template-two .fancy-search {
	margin: 10px 0;
}

#titlebar {
	padding: 45px 0;
}

.woocommerce .form-row-first {
	float: left;
	width: 48%;
}

.woocommerce .form-row-last {
	float: right;
	width: 48%;
}

.woocommerce-account .digital-downloads .download-file {
	width: 50%;
}

.woocommerce-account .digital-downloads .download-remaining {
	width: 25%;
}

.woocommerce-account .digital-downloads .download-actions {
	width: 25%;
}

.woocommerce-account .address-billing {
	margin-bottom: 0;
}

.woocommerce ul.products li {
	background-color: transparent;
	clear: none !important;
}

.woocommerce ul.products li.first {
	clear: both !important;
}

.woocommerce ul.products.products-per-row-1 li {
	width: 100%;
}

.woocommerce ul.products.products-per-row-2 li {
	width: 50%;
}

.woocommerce ul.products.products-per-row-3 li {
	width: 33.333%;
}

.woocommerce ul.products.products-per-row-4 li {
	width: 25%;
}

.woocommerce ul.products.products-per-row-5 li {
	width: 20%;
}

.woocommerce ul.products.products-per-row-6 li {
	width: 16.666%;
}

.woocommerce ul.products.products-per-row-7 li {
	width: 14.285%;
}

.woocommerce ul.products.products-per-row-8 li {
	width: 12.5%;
}

.woocommerce ul.products.products-per-row-9 li {
	width: 11.111%;
}

.woocommerce ul.products.products-per-row-10 li {
	width: 10%;
}

.woocommerce-cart table.cart .product-thumbnail {
	display: table-cell;
}

.woocommerce-cart table.cart .product-quantity {
	text-align: center;
}

.woocommerce-cart table.cart .product-subtotal {
	display: table-cell;
}

.woocommerce-cart .coupon {
	float: left;
}

.woocommerce-cart .actions {
	float: right;
	padding: 10px 0;
}

.woocommerce-checkout .checkout_billing_form,
.woocommerce-checkout .checkout_shipping_form,
.woocommerce-checkout .checkout_additional_form,
.woocommerce-checkout .checkout_payment_methods_form,
.woocommerce-checkout .checkout_order_summary {
	margin-bottom: 0;
}

.woocommerce-checkout .checkout_additional_form {
	margin-top: 30px;
}

}

@media only screen and (min-width: 1024px) {

.blog-template.masonry .isotope-item {
	width: 33.28333%;
}

}

@media only screen and (max-width: 767px) {

.grid-row.linearise > .grid-item {
	width: 100%;
}

}

@-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);
}

}

