@charset "UTF-8";

/*
Theme Name: RepairPress PT
Theme URI: https://demo.proteusthemes.com/repairpress/
Author: ProteusThemes
Author URI: https://www.proteusthemes.com/
Description: RepairPress WordPress Theme.
Version: 1.3.7
License: GPL 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text domain: repairpress-pt
*/
/* TABLE OF CONTENTS
	01. Project variables............Imported variables
	02. Twitter Bootstrap............Remove what is not neccessary
	03. Tags.........................Like <body>, <h1> etc.
	04. Helpers and utility classes..The general styles like .push-down-15 etc.
	05. Components...................Imported files, like partials, Compass etc.
		05.01. Top Bar
		05.02. Header
		05.03. Main title
		05.04. Breadcrumbs
		05.05. Sidebar
		05.06. Error 404
		05.07. Footer
		05.08. Top navigation
		05.09. Main navigation
		05.10. Jumbotron
		05.11. Pagination
		05.12. Meta data
		05.13. Comments
		05.14. Buttons
		05.15. Pricing table
		05.16. Logo panel
		05.17. Button with title
		05.18. Contact form 7
		05.19. Visual composr
		05.20. No flexbox
		05.21. Icon box
		05.22. Social icons
		05.23. Featured page
		05.24. Icon menu
		05.25. Steps
		05.26. Call to action
		05.27. Latest news
		05.28. Number counte
		05.29. Accordion
		05.30. Testimonials
		05.31. Person profil
		05.32. Skype button
		05.33. Opening times
		05.34. Brochure box
		05.35. WP Specific
		05.36. WP Widgets
*/
/*------------------------------------*\
	01. Project variables

	only visible in SASS source files
\*------------------------------------*/
/*------------------------------------*\ Local variables
\*------------------------------------*/
/*------------------------------------*\
	02. Twitter Bootstrap

	Remove what is not necessary
\*------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.navbar {
		display: none;
	}

	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

* {
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #999999;
	background-color: #fff;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #0F9773;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #2381a0;
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.7;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 23px;
	margin-bottom: 23px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.sr-only,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.1;
	color: #3d3d3d;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 23px;
	margin-bottom: 11.5px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
	font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 11.5px;
	margin-bottom: 11.5px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
	font-size: 75%;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 11.5px;
}

.lead {
	margin-bottom: 23px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}
}

small,
.small {
	font-size: 85%;
}

mark,
.mark {
	background-color: #fcf8e3;
	padding: .2em;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase,
.initialism {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777777;
}

.text-primary {
	color: #3baed4;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #2891b4;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #843534;
}

.bg-primary {
	color: #fff;
}

.bg-primary {
	background-color: #3baed4;
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #2891b4;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 10.5px;
	margin: 46px 0 23px;
	border-bottom: 1px solid #eeeeee;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 11.5px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 23px;
}

dt,
dd {
	line-height: 1.7;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
	content: " ";
	display: table;
}

.dl-horizontal dd:after {
	clear: both;
}

@media (min-width: 992px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}

.initialism {
	font-size: 90%;
}

blockquote {
	padding: 11.5px 23px;
	margin: 0 0 23px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.7;
	color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}

address {
	margin-bottom: 23px;
	font-style: normal;
	line-height: 1.7;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none;
}

pre {
	display: block;
	padding: 11px;
	margin: 0 0 11.5px;
	font-size: 13px;
	line-height: 1.7;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container:before,
.container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
	content: " ";
	display: table;
}

.container-fluid:after {
	clear: both;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-1 {
	width: 8.33333%;
}

.col-xs-2 {
	width: 16.66667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333%;
}

.col-xs-5 {
	width: 41.66667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.33333%;
}

.col-xs-8 {
	width: 66.66667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333%;
}

.col-xs-11 {
	width: 91.66667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333%;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333%;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333%;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-1 {
		width: 8.33333%;
	}

	.col-sm-2 {
		width: 16.66667%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-4 {
		width: 33.33333%;
	}

	.col-sm-5 {
		width: 41.66667%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-7 {
		width: 58.33333%;
	}

	.col-sm-8 {
		width: 66.66667%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-10 {
		width: 83.33333%;
	}

	.col-sm-11 {
		width: 91.66667%;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-pull-1 {
		right: 8.33333%;
	}

	.col-sm-pull-2 {
		right: 16.66667%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-4 {
		right: 33.33333%;
	}

	.col-sm-pull-5 {
		right: 41.66667%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-7 {
		right: 58.33333%;
	}

	.col-sm-pull-8 {
		right: 66.66667%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-10 {
		right: 83.33333%;
	}

	.col-sm-pull-11 {
		right: 91.66667%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-push-1 {
		left: 8.33333%;
	}

	.col-sm-push-2 {
		left: 16.66667%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-4 {
		left: 33.33333%;
	}

	.col-sm-push-5 {
		left: 41.66667%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-7 {
		left: 58.33333%;
	}

	.col-sm-push-8 {
		left: 66.66667%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-10 {
		left: 83.33333%;
	}

	.col-sm-push-11 {
		left: 91.66667%;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}

	.col-md-1 {
		width: 8.33333%;
	}

	.col-md-2 {
		width: 16.66667%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-4 {
		width: 33.33333%;
	}

	.col-md-5 {
		width: 41.66667%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-7 {
		width: 58.33333%;
	}

	.col-md-8 {
		width: 66.66667%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-10 {
		width: 83.33333%;
	}

	.col-md-11 {
		width: 91.66667%;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-pull-1 {
		right: 8.33333%;
	}

	.col-md-pull-2 {
		right: 16.66667%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-4 {
		right: 33.33333%;
	}

	.col-md-pull-5 {
		right: 41.66667%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-7 {
		right: 58.33333%;
	}

	.col-md-pull-8 {
		right: 66.66667%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-10 {
		right: 83.33333%;
	}

	.col-md-pull-11 {
		right: 91.66667%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-push-1 {
		left: 8.33333%;
	}

	.col-md-push-2 {
		left: 16.66667%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-4 {
		left: 33.33333%;
	}

	.col-md-push-5 {
		left: 41.66667%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-7 {
		left: 58.33333%;
	}

	.col-md-push-8 {
		left: 66.66667%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-10 {
		left: 83.33333%;
	}

	.col-md-push-11 {
		left: 91.66667%;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333%;
	}

	.col-md-offset-2 {
		margin-left: 16.66667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333%;
	}

	.col-md-offset-5 {
		margin-left: 41.66667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333%;
	}

	.col-md-offset-8 {
		margin-left: 66.66667%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333%;
	}

	.col-md-offset-11 {
		margin-left: 91.66667%;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1200px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}

	.col-lg-1 {
		width: 8.33333%;
	}

	.col-lg-2 {
		width: 16.66667%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-4 {
		width: 33.33333%;
	}

	.col-lg-5 {
		width: 41.66667%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-7 {
		width: 58.33333%;
	}

	.col-lg-8 {
		width: 66.66667%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-10 {
		width: 83.33333%;
	}

	.col-lg-11 {
		width: 91.66667%;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-pull-1 {
		right: 8.33333%;
	}

	.col-lg-pull-2 {
		right: 16.66667%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-4 {
		right: 33.33333%;
	}

	.col-lg-pull-5 {
		right: 41.66667%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-7 {
		right: 58.33333%;
	}

	.col-lg-pull-8 {
		right: 66.66667%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-10 {
		right: 83.33333%;
	}

	.col-lg-pull-11 {
		right: 91.66667%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-push-1 {
		left: 8.33333%;
	}

	.col-lg-push-2 {
		left: 16.66667%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-4 {
		left: 33.33333%;
	}

	.col-lg-push-5 {
		left: 41.66667%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-7 {
		left: 58.33333%;
	}

	.col-lg-push-8 {
		left: 66.66667%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-10 {
		left: 83.33333%;
	}

	.col-lg-push-11 {
		left: 91.66667%;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}
}

table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 23px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.7;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
	border-top: 0;
}

.table>tbody+tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
	border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5;
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
	background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
	background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
	background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
	background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
	background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
	background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
	background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
	background-color: #ebcccc;
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 17.25px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}

	.table-responsive>.table {
		margin-bottom: 0;
	}

	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap;
	}

	.table-responsive>.table-bordered {
		border: 0;
	}

	.table-responsive>.table-bordered>thead>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0;
	}

	.table-responsive>.table-bordered>thead>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0;
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0;
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 23px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.7;
	color: #555555;
}

.form-control {
	display: block;
	width: 100%;
	height: 37px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.7;
	color: #555555;
	background-color: #f2f2f2;
	background-image: none;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
	border-color: #eeeeee;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 238, 238, 0.6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 37px;
	}

	input[type="date"].input-sm,
	.input-group-sm input[type="date"],
	input[type="time"].input-sm,
	.input-group-sm input[type="time"],
	input[type="datetime-local"].input-sm,
	.input-group-sm input[type="datetime-local"],
	input[type="month"].input-sm,
	.input-group-sm input[type="month"] {
		line-height: 30px;
	}

	input[type="date"].input-lg,
	.input-group-lg input[type="date"],
	input[type="time"].input-lg,
	.input-group-lg input[type="time"],
	input[type="datetime-local"].input-lg,
	.input-group-lg input[type="datetime-local"],
	input[type="month"].input-lg,
	.input-group-lg input[type="month"] {
		line-height: 46px;
	}
}

.form-group {
	margin-bottom: 15px;
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio label,
.checkbox label {
	min-height: 23px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 37px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0;
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-sm {
	height: 30px;
	line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
	height: auto;
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto;
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 35px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px;
}

select.input-lg {
	height: 46px;
	line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
	height: auto;
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px;
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto;
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 41px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.33333;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 46.25px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}

.has-success .form-control-feedback {
	color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}

.has-error .form-control-feedback {
	color: #a94442;
}

.has-feedback label~.form-control-feedback {
	top: 28px;
}

.has-feedback label.sr-only~.form-control-feedback,
.has-feedback label.screen-reader-text~.form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #d9d9d9;
}

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .form-control-static {
		display: inline-block;
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}

	.form-inline .input-group>.form-control {
		width: 100%;
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
	}

	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 30px;
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	display: table;
}

.form-horizontal .form-group:after {
	clear: both;
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}

@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.7;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #999999;
	text-decoration: none;
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #fff;
	background-color: #ed5a26;
	border-color: #ffffff;
}

.btn-default:focus,
.btn-default.focus {
	color: #999999;
	background-color: #e6e6e6;
	border-color: #bfbfbf;
}

.btn-default:hover {
	color: #fff;
	background-color: #3baed4;
	border-color: #fff;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
	color: #fff;
	background-color: #3baed4;
	border-color: #fff;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
	color: #999999;
	background-color: #d4d4d4;
	border-color: #bfbfbf;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
	background-image: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-default .badge {
	color: #ffffff;
	background-color: #999999;
}

.btn-primary {
	color: #fff;
	background-color: #3baed4;
	border-color: #3baed4;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #2891b4;
	border-color: #1a5f76;
}

.btn-primary:hover {
	color: #fff;
	background-color: #2891b4;
	border-color: #268bac;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #2891b4;
	border-color: #268bac;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #217a97;
	border-color: #1a5f76;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
	background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #3baed4;
	border-color: #3baed4;
}

.btn-primary .badge {
	color: #3baed4;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #4f9b4b;
	border-color: #4f9b4b;
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #3d793a;
	border-color: #234521;
}

.btn-success:hover {
	color: #fff;
	background-color: #3d793a;
	border-color: #3a7237;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #3d793a;
	border-color: #3a7237;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #31612f;
	border-color: #234521;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
	background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
	background-color: #4f9b4b;
	border-color: #4f9b4b;
}

.btn-success .badge {
	color: #4f9b4b;
	background-color: #fff;
}

.btn-info {
	color: #ffffff;
	background-color: transparent;
	border-color: rgba(250, 250, 250, 0.5);
}

.btn-info:focus,
.btn-info.focus {
	color: #ffffff;
	background-color: transparent;
	border-color: rgba(186, 186, 186, 0.5);
}

.btn-info:hover {
	color: #ffffff;
	background-color: transparent;
	border-color: rgba(219, 219, 219, 0.5);
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
	color: #ffffff;
	background-color: transparent;
	border-color: rgba(219, 219, 219, 0.5);
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
	color: #ffffff;
	background-color: transparent;
	border-color: rgba(186, 186, 186, 0.5);
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
	background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
	background-color: transparent;
	border-color: rgba(250, 250, 250, 0.5);
}

.btn-info .badge {
	color: transparent;
	background-color: #ffffff;
}

.btn-warning {
	color: #fff;
	background-color: #cd9140;
	border-color: #cd9140;
}

.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ad762d;
	border-color: #704d1d;
}

.btn-warning:hover {
	color: #fff;
	background-color: #ad762d;
	border-color: #a5712b;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ad762d;
	border-color: #a5712b;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #906326;
	border-color: #704d1d;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
	background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #cd9140;
	border-color: #cd9140;
}

.btn-warning .badge {
	color: #cd9140;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #b94641;
	border-color: #b94641;
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #933834;
	border-color: #5b2220;
}

.btn-danger:hover {
	color: #fff;
	background-color: #933834;
	border-color: #8c3531;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #933834;
	border-color: #8c3531;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #792e2a;
	border-color: #5b2220;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
	background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #b94641;
	border-color: #b94641;
}

.btn-danger .badge {
	color: #b94641;
	background-color: #fff;
}

.btn-link {
	color: #3baed4;
	font-weight: normal;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
	color: #2381a0;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px;
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition-property: height, visibility;
	transition-duration: 0.35s;
	transition-timing-function: ease;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 23px;
	border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
	content: " ";
	display: table;
}

.navbar:after {
	clear: both;
}

@media (min-width: 992px) {
	.navbar {
		border-radius: 4px;
	}
}

.navbar-header:before,
.navbar-header:after {
	content: " ";
	display: table;
}

.navbar-header:after {
	clear: both;
}

@media (min-width: 992px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
	content: " ";
	display: table;
}

.navbar-collapse:after {
	clear: both;
}

.navbar-collapse.in {
	overflow-y: auto;
	position: fixed;
	background-color: #fff;
	left: 0;
	right: 0;
	top: 50px;
	height: 100vh;
}

@media (min-width: 992px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: 70px;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 992px) {

	.container>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width: 992px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width: 992px) {

	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	padding: 13.5px 15px;
	font-size: 18px;
	line-height: 23px;
	height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-brand>img {
	display: block;
}

@media (min-width: 992px) {

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px;
	}
}

.navbar-toggle {
	position: relative;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

@media (min-width: 992px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 6.75px -15px;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 23px;
}

@media (max-width: 991px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 23px;
	}

	.navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none;
	}
}

@media (min-width: 992px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav>li {
		float: left;
	}

	.navbar-nav>li>a {
		padding-top: 13.5px;
		padding-bottom: 13.5px;
	}
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 6.5px;
	margin-bottom: 6.5px;
}

@media (min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.navbar-form .form-control-static {
		display: inline-block;
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto;
	}

	.navbar-form .input-group>.form-control {
		width: 100%;
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0;
	}

	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

@media (max-width: 991px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		box-shadow: none;
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 6.5px;
	margin-bottom: 6.5px;
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 13.5px;
	margin-bottom: 13.5px;
}

@media (min-width: 992px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (min-width: 992px) {
	.navbar-left {
		float: left !important;
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}

	.navbar-right~.navbar-right {
		margin-right: 0;
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
	color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}

.navbar-default .navbar-text {
	color: #777;
}

.navbar-default .navbar-nav>li>a {
	color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: #e7e7e7;
	color: #555;
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #333;
		background-color: transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: transparent;
	}
}

.navbar-default .navbar-link {
	color: #777;
}

.navbar-default .navbar-link:hover {
	color: #333;
}

.navbar-default .btn-link {
	color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909;
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-text {
	color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent;
}

.navbar-inverse .navbar-toggle {
	border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #090909;
	color: #fff;
}

@media (max-width: 991px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #090909;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #090909;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #444;
		background-color: transparent;
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.navbar-inverse .btn-link {
	color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-inner>.item {
	display: none;
	position: relative;
	transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		transition: -webkit-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.carousel-inner>.item.next,
	.carousel-inner>.item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}

	.carousel-inner>.item.prev,
	.carousel-inner>.item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}

	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right,
	.carousel-inner>.item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block;
}

.carousel-inner>.active {
	left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner>.next {
	left: 100%;
}

.carousel-inner>.prev {
	left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0;
}

.carousel-inner>.active.left {
	left: -100%;
}

.carousel-inner>.active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: transparent;
}

.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif;
}

.carousel-control .icon-prev:before {
	content: '\2039';
}

.carousel-control .icon-next:before {
	content: '\203a';
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: transparent;
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
	text-shadow: none;
}

@media screen and (min-width: 768px) {

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}

	.carousel-indicators {
		bottom: 20px;
	}
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.visible-md {
	display: none !important;
}

.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table !important;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table !important;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table !important;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table !important;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table !important;
	}

	tr.visible-print {
		display: table-row !important;
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

/*------------------------------------*\
	03. Tags
\*------------------------------------*/
body .boxed-container {
	background-color: #ffffff;
	overflow-x: hidden;
}

body.boxed>.boxed-container {
	margin: 0 auto;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	max-width: 100%;
}

@media (min-width: 768px) {
	body.boxed>.boxed-container {
		width: 810px;
	}
}

@media (min-width: 992px) {
	body.boxed>.boxed-container {
		width: 1030px;
	}
}

@media (min-width: 1200px) {
	body.boxed>.boxed-container {
		width: 1230px;
	}
}

@media (min-width: 1380px) {
	body.boxed .jumbotron-content {
		top: 20%;
	}
}

@media (min-width: 1700px) {
	body.boxed .jumbotron-content {
		top: 20%;
	}
}

@media (min-width: 1380px) {
	body.boxed .jumbotron-content__title h1 {
		font-size: 36px;
		margin-bottom: 12px;
	}
}

@media (min-width: 1380px) {
	body.boxed .jumbotron-content__description {
		font-size: 14px;
	}
}

@media (min-width: 1380px) {
	body.boxed .jumbotron-content__description .btn {
		margin-top: 15px;
	}
}

@media (min-width: 1380px) {
	body.boxed .jumbotron__control.left {
		left: inherit;
		right: 100px;
	}
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

/*------------------------------------*\
	04. Helpers and very general classes
\*------------------------------------*/
.wp-post-image {
	max-width: 100%;
	height: auto;
}

.more-link {
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.7;
}

.more-link:hover,
.more-link:focus,
.more-link:visited {
	text-decoration: none;
}

.more-link::after {
	position: absolute;
	content: '\f0da';
	font-family: 'FontAwesome';
	right: -15px;
	top: calc(50% - 9px);
	font-size: 12px;
}

.featured-widget {
	padding: 30px;
	background-color: #fff;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.featured-widget h3 {
	margin-top: 0;
	margin-bottom: 20px;
}

.widget-title {
	position: relative;
	font-size: 27px;
	margin-bottom: 25px;
	line-height: 1.2;
}

.widget-title--big .widget-title {
	font-size: 27px;
	/*margin-bottom: 36px;*/
}

@media (min-width: 992px) {
	.widget-title--big .widget-title {
		font-size: 30px;
	}
}

.widget-title__line {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	position: absolute;
	right: 0;
	top: 50%;
}

.icon-container {
	display: inline-block;
	margin-right: 5px;
	width: 20px;
	text-align: center;
}

.icon-container .fa {
	font-size: 18px;
}

/*------------------------------------*\
	05. Components
\*------------------------------------*/
/* 05.01. Top Bar */
.top {
	background: linear-gradient(to bottom, #25426f 0%, #223d66 100%);
	border-bottom: 1px solid #446596;
	color: #aab0be;
	position: relative;
}

.top::before,
.top::after {
	position: absolute;
	content: '';
	background-color: #2f538a;
}

@media (min-width: 992px) {
	.top::before {
		bottom: -2px;
		left: 0;
		height: 22px;
		width: calc(50% - 570px + 320px);
		border-top: 1px solid #446596;
	}
}

@media (min-width: 992px) {
	.top::after {
		bottom: -14px;
		width: 28px;
		height: 28px;
		-webkit-transform: rotate(145deg);
		-ms-transform: rotate(145deg);
		transform: rotate(145deg);
		left: calc(50% - 570px + 303px);
		border-left: 1px solid #446596;
	}
}

.top__tagline {
	text-align: center;
	padding: 10px 0 3px;
}

@media (min-width: 992px) {
	.top__tagline {
		float: left;
		margin-left: 50%;
		padding: 11.5px 0;
	}
}

@media (min-width: 1200px) {
	.top__tagline {
		margin-left: 50%;
	}
}

.top__menu {
	text-align: center;
}

@media (min-width: 992px) {
	.top__menu {
		float: right;
	}
}

/* 05.02. Header */
.header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	line-height: 1.6;
}

.header__container {
	position: relative;
	z-index: 2;
	background-color: #2f538a;
}`

.header__logo {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
	padding-top: 20px;
}

@media (min-width: 992px) {
	.header__logo {
		height: 120px;
		width: 25%;
	}
}

.header__logo img {
	display: inline-block;
	width: 60%;
}

@media (min-width: 400px) {
	.header__logo img {
		width: auto;
	}
}

.header__logo h1 {
	display: inline-block;
	color: #ffffff;
}

.header__widgets {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
}

@media (min-width: 992px) {
	.header__widgets {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 30px 0;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		width: 75%;
	}
}

.header__widgets .widget:first-of-type {
	margin-top: 0;
}

.header__widgets .widget:last-of-type {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.header__widgets .widget:last-of-type {
		margin-bottom: 0;
	}
}

.header__widgets .btn {
	width: 100%;
}

header .tops {
	height: 0;
}

header .header__logo {
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
}

header .header__logo img {
	width: 100px;
}

@media (min-width: 992px) {
	.header__widgets .btn {
		width: auto;
	}
	header .tops {
		height: 92px;
	}
	header .header__logo {
		display: none;
	}
}

.header__navigation {
	width: 100%;
	background-color: #ffffff;
	border-radius: 2px;
}

@media (min-width: 992px) {
	.header__navigation {
		width: 80%;
		min-height: 70px;
	}
}

@media (min-width: 992px) {
	
	.is-sticky-nav .header__navigation {
		position: fixed;
		top: 0;
		left: calc(50% - 470px);
		width: 940px;
		z-index: 5;
		border-radius: 0 0 2px 2px;
	}

	.is-sticky-nav.admin-bar .header__navigation {
		top: 32px;
	}

	.is-sticky-nav .header__navigation-widgets::before {
		display: none;
	}

	.is-sticky-nav .header--no-nav-widgets .header__navigation {
		position: fixed;
		width: 940px;
	}

	.is-sticky-nav .header--no-nav-widgets .header__logo {
		margin-bottom: 50px;
	}
}

@media (min-width: 1200px) {

	.is-sticky-nav .header__navigation,
	.is-sticky-nav .header--no-nav-widgets .header__navigation {
		left: calc(50% - 570px);
		width: 1140px;
	}
}

.header__navigation-widgets {
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
	z-index: 1;
	position: relative;
	width: 100%;
}

@media (min-width: 992px) {
	.header__navigation-widgets {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		width: 20%;
		margin-bottom: -50px;
		background-color: #ffffff;
		padding: 10px 0;
	}
}

.header__navigation-widgets .widget:last-of-type {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.header__navigation-widgets .widget:last-of-type {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {

	.header__navigation-widgets::before,
	.header__navigation-widgets::after {
		position: absolute;
		content: '';
		background-color: #ffffff;
		top: 0;
		height: 100%;
		width: 3px;
	}
}

@media (min-width: 992px) {
	.header__navigation-widgets::before {
		left: -3px;
	}
}

@media (min-width: 992px) {
	.header__navigation-widgets::after {
		right: -3px;
	}
}

.header .widget {
	/*margin-top: 20px;*/
	padding-top: 10px;
	border-top: 1px solid rgba(250, 250, 250, 0.1);
}

@media (min-width: 992px) {
	.header .widget {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}
}

.header__widgets+.header__navigation-widgets .widget:first-of-type {
	margin-top: 0;
}

/* 05.03. Main Title */
.main-title {
	background-color: #f2f2f2;
	margin-bottom: 30px;
	padding: 100px 0;
	border-bottom: 1px solid #eeeeee;
}

@media (min-width: 992px) {
	.main-title {
		padding: 200px 0 50px;
	}
}

.main-title__primary {
	font-size: 36px;
	color: #3d3d3d;
	margin: 0;
}

@media (min-width: 992px) {
	.main-title__primary {
		font-size: 48px;
	}
}

.main-title__secondary {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #999999;
	margin: 10px 0 0;
	font-weight: normal;
}

/* 05.04. Breadcrumbs */
.breadcrumbs {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	font-size: 10px;
	margin-bottom: 30px;
	position: relative;
}

@media (min-width: 480px) {
	.breadcrumbs {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.breadcrumbs {
		margin-bottom: 30px;
	}
}

.breadcrumbs a {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	font-weight: bold;
	color: #3d3d3d;
	margin-right: 10px;
	font-size: 10px;
}

@media (min-width: 480px) {
	.breadcrumbs a {
		padding: 14px 0;
		margin-right: 20px;
		font-size: 14px;
	}
}

.breadcrumbs a::after {
	font-family: 'FontAwesome';
	content: '\f0da';
	padding-left: 10px;
	color: #999999;
}

@media (min-width: 480px) {
	.breadcrumbs a::after {
		padding-left: 20px;
	}
}

.breadcrumbs a:hover {
	color: #000000;
	text-decoration: none;
}

.breadcrumbs span>span {
	display: inline-block;
	color: #999999;
	padding: 10px 0;
}

@media (min-width: 480px) {
	.breadcrumbs span>span {
		padding: 14px 0;
	}
}

.main-title+.breadcrumbs {
	margin-top: -30px;
}

/* 05.05. Sidebar */
.sidebar__headings {
	font-size: 27px;
	margin-top: 0;
	margin-bottom: 20px;
}

.sidebar .widget {
	margin-bottom: 56px;
}

/* 05.06. Error 404 */
.error-404 {
	text-align: center;
	margin-top: 60px;
}

@media (min-width: 992px) {
	.error-404 {
		margin-top: 120px;
	}
}

.error-404 img {
	width: 100%;
	height: auto;
}

.error-404__content {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.error-404__content {
		margin-bottom: 120px;
	}
}

.error-404__text {
	font-size: 16px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.error-404 .widget_search {
		display: inline-block;
		text-align: center;
	}
}

@media (min-width: 992px) {
	.error-404 .widget_search .search-form {
		width: 400px;
	}
}

/* 05.07. Footer */
.footer {
	background-color: #0F9773;
	color: #8dcaba;
	line-height: 1.6;
	font-family: "Roboto";
}

.footer-top {
	background-color: #0F9773;
	padding: 30px 0;
}

@media (min-width: 992px) {
	.footer-top {
		/*display: inline-block; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); width: calc(100% - 60px); margin: 30px 30px 0; padding: 48px 0;*/
	}
}

.footer-top__headings {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 18px;
}

.footer-top a.icon-container {
	margin-right: 3px;
	width: auto;
	color: rgba(250, 250, 250, 0.5);
}

.footer-top a.icon-container:hover {
	color: #fafafa;
}

.footer-top a.icon-container .fa {
	font-size: 30px;
}

.footer-bottom {
	padding: 15px 0;
	text-align: left;
	background-color: #fff;
	color: 666;
	
}

@media (min-width: 992px) {
	.footer-bottom {
		padding: 15px 0 19px;
	}
}

.footer-bottom a {
	color: #ffffff;
	font-weight: bold;
}

@media (min-width: 992px) {
	.footer-bottom__left {
		float: left;
	}
}

.footer-bottom__center {
	padding-top: 5px;
}

@media (min-width: 992px) {
	.footer-bottom__center {
		padding-top: 0;
	}
}

@media (min-width: 992px) {
	.footer-bottom__center .fa {
		margin-top: -10px;
	}
}

.footer-bottom__right {
	padding-top: 5px;
}

@media (min-width: 992px) {
	.footer-bottom__right {
		float: right;
		padding-top: 0;
	}
}

/* 05.08. Top Navigation */
.top-navigation {
	text-align: center;
	margin: 0;
	padding: 0 0 5px;
}

@media (min-width: 992px) {
	.top-navigation {
		text-align: right;
		padding: 0;
	}
}

.top-navigation>li {
	position: relative;
	display: inline-block;
}

.top-navigation>li>a {
	display: block;
	color: #aab0be;
	padding: 5px;
}

@media (min-width: 992px) {
	.top-navigation>li>a {
		padding: 11.5px 10px;
	}
}

.top-navigation>li>a:hover,
.top-navigation>li>a:focus {
	color: #b8bdc9;
	text-decoration: none;
}

.top-navigation>li:hover>.sub-menu,
.top-navigation>li[aria-expanded="true"]>.sub-menu {
	left: 0;
}

@media (min-width: 992px) {
	.top-navigation>li:last-of-type>a {
		padding-right: 0;
	}
}

.top-navigation .sub-menu {
	position: absolute;
	float: left;
	left: -9999em;
	z-index: 9999;
	text-align: left;
	list-style: none;
	padding: 0;
}

.top-navigation .sub-menu>li {
	position: relative;
}

.top-navigation .sub-menu>li>a {
	display: block;
	white-space: nowrap;
	background-color: #223d66;
	color: #aab0be;
	padding: 8px 20px 8px 15px;
	border-bottom: 1px solid #1c3253;
}

.top-navigation .sub-menu>li>a:hover,
.top-navigation .sub-menu>li>a:focus {
	color: #b8bdc9;
	text-decoration: none;
}

.top-navigation .sub-menu>li>.sub-menu {
	top: 0;
	border-left: 1px solid #1c3253;
}

.top-navigation .sub-menu>li:hover>.sub-menu,
.top-navigation .sub-menu>li[aria-expanded="true"]>.sub-menu {
	left: 100%;
}

.top-navigation .sub-menu>li:last-of-type>a {
	border-bottom: 0;
}

/* 05.09. Main Navigation */
.main-navigation {
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
	font-weight: bold;
}

@media (min-width: 992px) {
	.main-navigation {
		display: inline;
	}
}

.main-navigation>li {
	position: relative;
	font-size: 14px;
}

@media (min-width: 992px) {
	.main-navigation>li {
		display: inline-block;
	}
}

.main-navigation>li>a {
	position: relative;
	display: block;
	color: #666666;
	padding: 18.5px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
	.main-navigation>li>a {
		border-bottom: 0;
		color: #fff;
		padding: 25px 22px;
	}
}

@media (min-width: 992px) {
	.main-navigation>li>a::before {
		position: absolute;
		content: '';
		right: 0;
		top: calc(50% - 8px);
		width: 1px;
		height: 16px;
		background-color: rgb(255, 255, 255);
	}
}

@media (min-width: 992px) {
	.main-navigation>li:first-of-type>a {
		margin-left: 20px;
	}
}

.main-navigation>li:last-of-type>a::before {
	display: none;
}

.main-navigation>li[aria-expanded="true"]>a,
.main-navigation>li:focus>a,
.main-navigation>li:hover>a {
	text-decoration: none;
	color: #fff;
}

@media (min-width: 992px) {

	.main-navigation>li[aria-expanded="true"]>a,
	.main-navigation>li:focus>a,
	.main-navigation>li:hover>a {
		color: #fff;
	}
}

@media (min-width: 992px) {

	.main-navigation>li[aria-expanded="true"]>a::after,
	.main-navigation>li:focus>a::after,
	.main-navigation>li:hover>a::after {
		position: absolute;
		content: '';
		width: calc(100% - 30px);
		height: 5px;
		left: 15px;
		bottom: 0;
		background-color: #fff;
	}
}

.main-navigation>li[aria-expanded="true"]>.sub-menu,
.main-navigation>li:focus>.sub-menu,
.main-navigation>li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
	z-index: 1;
}

.main-navigation>li[aria-expanded="true"]::after,
.main-navigation>li:focus::after,
.main-navigation>li:hover::after {
	color: #fff;
}

.in .main-navigation>.current-menu-item>a {
	color: #0F9773;
}

.main-navigation>.current-menu-item>a:focus,
.main-navigation>.current-menu-item>a:hover {
	color: #fff;
}

@media (min-width: 992px) {

	.main-navigation>.current-menu-item>a:focus::after,
	.main-navigation>.current-menu-item>a:hover::after {
		background-color: #fff;
	}
}

@media (min-width: 992px) {
	.main-navigation>.current-menu-item>a::after {
		position: absolute;
		content: '';
		width: calc(100% - 30px);
		height: 4px;
		left: 15px;
		bottom: 0;
		background-color: #fff;
	}
}

@media (min-width: 992px) {

	.main-navigation>.current-menu-item.menu-item-has-children>a:focus::after,
	.main-navigation>.current-menu-item.menu-item-has-children>a:hover::after {
		display: block;
	}
}

.main-navigation>.current-menu-item.menu-item-has-children::after {
	color: #3baed4;
}

.main-navigation>.current-menu-item.menu-item-has-children:focus>a,
.main-navigation>.current-menu-item.menu-item-has-children:hover>a {
	color: #666666;
}

@media (min-width: 992px) {

	.main-navigation>.current-menu-item.menu-item-has-children:focus>a::after,
	.main-navigation>.current-menu-item.menu-item-has-children:hover>a::after {
		display: block;
		background-color: #3baed4;
	}
}

.main-navigation>.current-menu-item.menu-item-has-children:focus::after,
.main-navigation>.current-menu-item.menu-item-has-children:hover::after {
	color: #666666;
}

@media (min-width: 992px) {
	.main-navigation .menu-item-has-children>a {
		padding: 0px 40px 0px 20px;
	}
}

@media (min-width: 992px) {

	.main-navigation .menu-item-has-children>a:focus::after,
	.main-navigation .menu-item-has-children>a:hover::after {
		display: none;
	}
}

@media (min-width: 992px) {
	.main-navigation .menu-item-has-children::after {
		position: absolute;
		content: '\f0d7';
		font-family: 'FontAwesome';
		bottom: calc(50% - 9px);
		right: 20px;
		color: #aaaaaa;
	}
}

@media (min-width: 992px) {

	.main-navigation .menu-item-has-children:focus>a::after,
	.main-navigation .menu-item-has-children:hover>a::after {
		display: none;
	}
}

@media (min-width: 992px) {
	.main-navigation .menu-item-has-children:first-of-type>a {
		margin-left: 20px;
	}
}

.main-navigation .sub-menu {
	display: block;
	list-style: none;
	padding: 0;
}

@media (min-width: 992px) {
	.main-navigation .sub-menu {
		position: absolute;
		visibility: hidden;
		opacity: 0;
	}
}

.main-navigation .sub-menu>li {
	position: relative;
}

.main-navigation .sub-menu>li>a {
	display: block;
	color: #999999;
	padding: 18.5px 40px 18.5px 35px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
	.main-navigation .sub-menu>li>a {
		padding: 13.5px 40px 13.5px 20px;
		min-width: 150px;
		background-color: #0F9773;
		color: #ffffff;
		white-space: nowrap;
	}
}

.main-navigation .sub-menu>li>a:hover {
	text-decoration: none;
	color: #666666;
}

@media (min-width: 992px) {
	.main-navigation .sub-menu>li>a:hover {
		color: #ffffff;
		background-color: #5cbcdb;
	}
}

.main-navigation .sub-menu>li:hover>.sub-menu,
.main-navigation .sub-menu>li:focus>.sub-menu,
.main-navigation .sub-menu>li[aria-expanded="true"]>.sub-menu {
	visibility: visible;
	opacity: 1;
}

@media (min-width: 992px) {
	.main-navigation .sub-menu>li:first-of-type {
		border-top: 2px solid #2ca2c9;
	}
}

.main-navigation .sub-menu>li:first-of-type>a {
	margin-left: 0;
}

.main-navigation .sub-menu .sub-menu {
	margin-top: 0;
	left: 100%;
	top: 0;
}

@media (min-width: 992px) {
	.main-navigation .sub-menu .sub-menu>li {
		border-top: 0;
	}
}

.main-navigation .sub-menu .sub-menu>li>a {
	padding-left: 50px;
}

@media (min-width: 992px) {
	.main-navigation .sub-menu .sub-menu>li>a {
		padding-left: 20px;
		border-left: 1px solid #5cbcdb;
	}
}

.main-navigation .sub-menu .sub-menu .sub-menu a {
	padding-left: 65px;
}

@media (min-width: 992px) {
	.main-navigation .sub-menu .sub-menu .sub-menu a {
		padding-left: 20px;
	}
}

.main-navigation .sub-menu .sub-menu .sub-menu .sub-menu a {
	padding-left: 80px;
}

@media (min-width: 992px) {
	.main-navigation .sub-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 20px;
	}
}

.main-navigation .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu a {
	padding-left: 95px;
}

@media (min-width: 992px) {
	.main-navigation .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 20px;
	}
}

.main-navigation .sub-menu .menu-item-has-children {
	position: relative;
}

@media (min-width: 992px) {
	.main-navigation .sub-menu .menu-item-has-children::after {
		position: absolute;
		content: '\f0da';
		font-family: 'FontAwesome';
		right: 15px;
		top: calc(50% - 12px);
		color: rgba(250, 250, 250, 0.5);
	}
}

.navbar-collapse {
	padding: 0;
}

.navbar-toggle {
	color: #0F9773;
	border-radius: 2px;
	transition: all 100ms ease-out;
}

@media (min-width: 400px) {
	.navbar-toggle {
		margin: 10px 0 30px;
	}
}

.navbar-toggle .icon-bar {
	background-color: #0F9773;
	width: 18px;
	height: 3px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 3px;
}

.navbar-toggle__text {
	font-weight: bold;
	color: #0F9773;
	display: inline-block;
	padding: 0 10px 0 0;
}

.navbar-toggle__icon-bar {
	vertical-align: middle;
	display: inline-block;
	height: 18px;
}

.home-icon {
	display: block;
	color: #666666;
	font-size: 24px;
	line-height: 50px;
	padding-left: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	transition: all 100ms ease-out;
}

@media (min-width: 992px) {
	.home-icon {
		margin-top: 6px;
		padding-left: 0;
		text-align: center;
		display: inline-block;
		color: #aaaaaa;
		margin-left: 20px;
		border-radius: 2px;
		width: auto;
		height: auto;
		padding: 0 10px 0 10px;
		border: 1px solid #fff;
	}
}

.home-icon:focus,
.home-icon:hover {
	color: #333333;
}

@media (min-width: 992px) {

	.home-icon:focus,
	.home-icon:hover {
		border: 1px solid rgba(0, 0, 0, 0.15);
		color: #666666;
	}
}

.home-icon .fa {
	vertical-align: middle;
}

@media (min-width: 992px) {
	.home-icon+.main-navigation>li:first-of-type>a {
		margin-left: 0;
	}
}

/* 05.10. Jumbotron */
.jumbotron {
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.jumbotron {
		background-color: transparent;
		box-shadow: none;
	}
}

.jumbotron-content {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.jumbotron-content {
		position: absolute;
		margin-bottom: 0;
		width: 520px;
		top: 15%;
	}
}

@media (min-width: 1380px) {
	.jumbotron-content {
		top: 18%;
		width: 620px;
	}
}

@media (min-width: 1700px) {
	.jumbotron-content {
		top: 26%;
	}
}

.jumbotron-content__title {
	color: #3d3d3d;
}

.jumbotron-content__title h1 {
	font-size: 30px;
	line-height: 1.33;
	font-weight: bold;
}

@media (min-width: 1380px) {
	.jumbotron-content__title h1 {
		font-size: 35px;
		margin-bottom: 22px;
	}
}

.jumbotron-content__description {
	color: #666666;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

@media (min-width: 1380px) {
	.jumbotron-content__description {
		font-size: 16px;
	}
}

.jumbotron-content__description .btn {
	margin-top: 15px;
}

@media (min-width: 1380px) {
	.jumbotron-content__description .btn {
		margin-top: 35px;
	}
}

.jumbotron__control {
	position: absolute;
	width: 30px;
	height: 35px;
	background-color: #ffffff;
	color: #999999;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	text-align: center;
	top: 18px;
	font-size: 20px;
	transition: all 100ms ease-out;
}

@media (min-width: 480px) {
	.jumbotron__control {
		top: 45px;
	}
}

@media (min-width: 768px) {
	.jumbotron__control {
		top: 100px;
	}
}

@media (min-width: 992px) {
	.jumbotron__control {
		top: calc(50% - 30px);
	}
}

.jumbotron__control:hover,
.jumbotron__control:focus {
	color: #666666;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.jumbotron__control:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.jumbotron__control.left {
	padding-right: 2px;
	left: 10px;
}

@media (min-width: 992px) {
	.jumbotron__control.left {
		left: inherit;
		/*right: 100px;*/
	}
}

@media (min-width: 1380px) {
	.jumbotron__control.left {
		left: 30px;
		right: inherit;
	}
}

.jumbotron__control.right {
	padding-left: 2px;
	right: 10px;
}

@media (min-width: 992px) {
	.jumbotron__control.right {
		right: 30px;
	}
}

.jumbotron .carousel img {
	width: 100%;
}

/* 05.11. Pagination */
.pagination {
	position: relative;
	margin-bottom: 60px;
}

.pagination .page-numbers {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #eeeeee;
	color: #999999;
	font-weight: bold;
	text-align: center;
	line-height: 58px;
	transition: all 100ms ease-out;
	border-radius: 2px;
	border: 2px solid #eeeeee;
}

.pagination a:hover {
	color: #3d3d3d;
	text-decoration: none;
}

.pagination .current {
	background-color: #ffffff;
	color: #999999;
	text-shadow: 0 1px rgba(0, 0, 0, 0.16);
}

.pagination .prev,
.pagination .next {
	transition: none;
	position: absolute;
	background-color: #3baed4;
	color: #ffffff;
	font-size: 18px;
	right: 0;
	border: 2px solid #3baed4;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.pagination .prev:hover,
.pagination .next:hover {
	color: #ffffff;
	background: #2ca2c9;
	border-color: #2ca2c9;
}

.pagination .next {
	padding-left: 1px;
}

.pagination .prev {
	padding-right: 1px;
	right: 70px;
}

/* 05.12. Meta Data */
.meta {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 19px 0;
	margin-bottom: 25px;
	color: #aaaaaa;
}

.meta a {
	color: #aaaaaa;
}

.meta a:hover {
	color: #666666;
}

.meta__separator {
	margin: 0 10px;
	color: #dddddd;
}

/* 05.13. Comments */
.avatar {
	border-radius: 2px;
}

.avatar-container--nested,
.avatar-container--nestedx2,
.avatar-container {
	float: left;
	width: 12%;
}

.avatar-container--nested img,
.avatar-container--nestedx2 img,
.avatar-container img {
	width: 100%;
	height: auto;
}

.avatar-container--nested {
	margin-left: 15%;
	width: 10%;
}

.avatar-container--nestedx2 {
	margin-left: 28%;
	width: 8%;
}

.comment-content--nested,
.comment-content--nestedx2,
.comment-content {
	float: left;
	width: 85%;
	margin-left: 3%;
	position: relative;
}

.comment-content--nested::before,
.comment-content--nestedx2::before,
.comment-content::before {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	left: -10px;
	border: solid 6px #ffffff;
	border-width: 6px 10px 6px 0;
	border-right-color: #f2f2f2;
}

.comment-content--nested .comment-inner,
.comment-content--nestedx2 .comment-inner,
.comment-content .comment-inner {
	padding: 30px;
	background-color: #f2f2f2;
	border-radius: 2px;
	margin-bottom: 30px;
}

.comment-content--nested .comment-author,
.comment-content--nestedx2 .comment-author,
.comment-content .comment-author {
	font-size: 22px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
}

.comment-content--nested .comment-author a,
.comment-content--nestedx2 .comment-author a,
.comment-content .comment-author a {
	color: #3d3d3d;
}

.comment-content--nested .comment-metadata,
.comment-content--nestedx2 .comment-metadata,
.comment-content .comment-metadata {
	font-size: 13px;
	float: right;
	font-weight: normal;
	color: #999999;
}

.comment-content--nested .comment-text,
.comment-content--nestedx2 .comment-text,
.comment-content .comment-text {
	color: #999999;
	margin-top: 15px;
	font-size: 14px;
}

.comment-content--nested {
	width: 72%;
}

.comment-content--nestedx2 {
	width: 61%;
}

#comments {
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	#comments {
		margin-bottom: 80px;
	}
}

#comments .children {
	padding-left: 0;
	margin-bottom: 0;
}

.comment {
	list-style: none;
}

/* Comments Fields */
.comment-form .form-control {
	background: #f2f2f2;
	border-radius: 2px;
	border: 1px solid #dddddd;
	box-shadow: none;
	transition: all 100ms ease-out;
}

.comment-form .form-control:focus {
	border-color: #dddddd;
	background: #ffffff;
}

.comment-form label {
	font-weight: normal;
	margin-bottom: 10px;
}

.comments__heading {
	margin-top: 0;
	margin-bottom: 22px;
	border-top: 1px solid #eeeeee;
	padding-top: 40px;
	font-size: 28px;
}

@media (min-width: 992px) {
	.comments__heading {
		font-size: 36px;
	}
}

.comments-container+.comments__heading {
	margin-top: 15px;
}

@media (min-width: 992px) {
	.comments-container+.comments__heading {
		margin-top: 30px;
	}
}

.comments__closed {
	margin-top: 15px;
	margin-bottom: 0;
}

.comment-respond {
	font-size: 14px;
}

.form-allowed-tags {
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 29px;
}

/* 05.14. Buttons */
.btn {
	font-size: 14px;
	/*padding: 16.5px 25px;*/
	border-width: 2px;
	border-radius: 2px;
	transition: all 100ms ease-out;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.btn-default {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.btn-default:focus,
.btn-default:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #666666;
}

.btn-info:hover {
	border-color: rgba(250, 250, 250, 0.2);
}

.repairpress-table {
	width: 100%;
	max-width: 100%;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #999999;
	font-size: 16px;
}

.repairpress-table thead th {
	background-color: #3baed4;
	padding: 15px 20px;
	border-radius: 2px;
	color: #ffffff;
	border-right: 2px solid transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	background-clip: padding-box;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.repairpress-table thead th:first-of-type {
	background-color: transparent;
	box-shadow: 0 0 0 1px #eeeeee inset;
	color: #3d3d3d;
}

.repairpress-table thead th:last-of-type {
	border-right: 0;
}

.repairpress-table tbody td {
	background-color: #ffffff;
	box-shadow: 0 0 0 1px #eeeeee inset;
	padding: 15px 20px;
	border-right: 2px solid transparent;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	background-clip: padding-box;
	border-radius: 2px;
}

.repairpress-table tbody td:first-of-type {
	box-shadow: none;
	background-color: #f2f2f2;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.repairpress-table tbody td:last-of-type {
	border-right: 0;
}

.table thead th {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #3d3d3d;
}

/* 05.16. Logo Panel (Normal TextWidget) */
.logo-panel {
	text-align: center;
}

@media (min-width: 992px) {
	.logo-panel {
		text-align: left;
	}
}

.logo-panel img {
	border: 1px solid rgba(0, 0, 0, 0.08);
	opacity: .6;
	transition: all 100ms ease-out;
	margin-bottom: 20px;
	border-radius: 2px;
}

@media (min-width: 992px) {
	.logo-panel img {
		margin-bottom: 0;
	}
}

.logo-panel img:hover {
	border: 1px solid transparent;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	opacity: 1;
}

/* 05.17. Button With Title */
.title-with-button {
	position: relative;
}

.title-with-button .widget-title {
	font-size: 24px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 0;
}

@media (min-width: 480px) {
	.title-with-button .widget-title {
		font-size: 36px;
	}
}

.title-with-button__button {
	float: right;
}

/* 05.18. Contact Form 7 */
.wpcf7-select,
.wpcf7-text,
.wpcf7-number,
.wpcf7-date,
.wpcf7-textarea {
	background-color: #f2f2f2;
	border-radius: 2px;
	border: 1px solid #eeeeee;
	box-shadow: none;
	width: 100%;
	padding: 17.5px 20px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #999999;
	transition: all 100ms ease-out;
}

.wpcf7-select:focus,
.wpcf7-text:focus,
.wpcf7-number:focus,
.wpcf7-date:focus,
.wpcf7-textarea:focus {
	border-color: #eeeeee;
	background-color: #ffffff;
	outline: none;
}

.wpcf7-textarea {
	height: 220px;
	margin-bottom: 0;
}

@media (min-width: 480px) {
	.wpcf7-textarea {
		margin-bottom: 20px;
	}
}

.wpcf7-submit {
	margin-bottom: 15px;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.wpcf7-submit {
		float: right;
		margin-top: -40px;
	}
}

.wpcf7 .wpcf7-response-output {
	margin: 5px 0;
	padding: 10px 20px;
	border-radius: 2px;
}

.wpcf7 .wpcf7-validation-errors {
	background-color: #faf8d2;
	border: 2px solid #faf8d2;
	color: #b9b015;
}

.wpcf7 .wpcf7-mail-sent-ng {
	background-color: #ffe5e5;
	border: 2px solid #ffe5e5;
	color: #e50000;
}

.wpcf7 .wpcf7-mail-sent-ok {
	background-color: #dcf2dc;
	border: 2px solid #dcf2dc;
	color: #389738;
}

.wpcf7 .wpcf7-not-valid-tip {
	margin: 0 0 5px;
}

/* 05.19. Visual Composer */
.wpb-js-composer .wpcf7-select,
.wpb-js-composer .wpcf7-text,
.wpb-js-composer .wpcf7-textarea {
	margin-bottom: 20px !important;
}

.wpb-js-composer .opening-time {
	padding: 30px;
	background-color: #ffffff;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.wpb-js-composer .call-to-action__button p {
	margin: 0;
}

.wpb-js-composer .testimonial .widgettitle {
	text-align: center;
	font-size: 36px;
	margin-bottom: 35px;
}

.wpb-js-composer .logo-panel img {
	max-width: 100%;
	margin-top: 35px;
}

/* 05.20. Fallback for no Flexbox */
.no-flexbox .header {
	display: inline-block;
	width: 100%;
}

.no-flexbox .header__logo,
.no-flexbox .header__navigation,
.no-flexbox .header__widgets,
.no-flexbox .header__navigation-widgets {
	display: inline-block;
	width: 100%;
}

.no-flexbox .header__widgets .widget {
	margin: 30px 0;
}

.no-flexbox .header__widgets .icon-box {
	padding-left: 0;
	margin-left: 0;
	border-left: 0;
}

.no-flexbox .header__navigation {
	border-radius: 2px;
	margin-bottom: 0;
}

.no-flexbox .header__navigation-widgets {
	background-color: #2f538a;
	margin-bottom: 0;
}

.no-flexbox .header__navigation-widgets::before,
.no-flexbox .header__navigation-widgets::after {
	display: none;
}

.no-flexbox .header__container::after {
	display: none;
}

/* 05.21. Icon Box */
.header .icon-box {
	display: block;
	transition: all 100ms ease-out;
	width: 100%;
}

@media (min-width: 992px) {
	.header .icon-box {
		display: inline-block;
		margin-right: 20px;
		padding-left: 20px;
		padding-top: 6px;
		border-left: 1px solid rgba(250, 250, 250, 0.1);
		border-bottom: 0;
		width: auto;
	}
}

@media (min-width: 1200px) {
	.header .icon-box {
		margin-right: 30px;
		padding-left: 30px;
	}
}

.header .icon-box .fa {
	margin-right: 3px;
	transition: all 100ms ease-out;
	color: #3baed4;
	font-size: 16px;
}

.header .icon-box__title {
	margin-top: 6px;
	margin-bottom: 0;
	display: inline-block;
	color: #c7cedb;
	transition: all 100ms ease-out;
	font-size: 14px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.header .icon-box__subtitle {
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.header .icon-box:hover {
	text-decoration: none;
}

.header .widget-icon-box:first-of-type .icon-box {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

.content-area .icon-box {
	display: block;
}

.content-area .icon-box .fa {
	color: #3baed4;
	font-size: 28px;
	display: inline-block;
	width: 30px;
}

.content-area .icon-box__title {
	font-weight: normal;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 16px;
	margin-left: 28px;
	display: inline-block;
}

.content-area .icon-box__subtitle {
	display: block;
	margin-left: 60px;
	color: #999999;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.content-area .icon-box:hover {
	text-decoration: none;
}

.content-area .icon-box-small .fa {
	float: right;
	font-size: 45px;
	color: #d2d2d2;
	width: auto;
}

.content-area .icon-box-small .icon-box {
	position: relative;
	padding: 0 15px 30px;
}

@media (min-width: 992px) {
	.content-area .icon-box-small .icon-box {
		padding: 27.5px 15px;
	}
}

.content-area .icon-box-small .icon-box::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.05);
	height: 1px;
}

@media (min-width: 992px) {
	.content-area .icon-box-small .icon-box::after {
		width: 1px;
		height: auto;
		left: inherit;
		right: -15px;
		top: 0;
	}
}

.content-area .icon-box-small .icon-box__title {
	font-weight: bold;
	font-size: 14px;
	margin-left: 0;
	color: #999999;
	margin-bottom: 3px;
}

.content-area .icon-box-small .icon-box__subtitle {
	margin-left: 0;
	margin-top: -2px;
	margin-right: 60px;
}

.content-area .icon-box-small .panel-grid-cell:first-of-type .icon-box {
	padding-top: 27.5px;
}

@media (min-width: 992px) {
	.content-area .icon-box-small .panel-grid-cell:first-of-type .icon-box {
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.content-area .icon-box-small .panel-grid-cell:last-of-type .icon-box {
		padding-right: 0;
	}
}

.content-area .icon-box-small .panel-grid-cell:last-of-type .icon-box::after {
	display: none;
}

/* 05.22. Social Icons */
.social-icons__link {
	color: rgba(250, 250, 250, 0.5);
}

@media (min-width: 992px) {
	.social-icons__link {
		/*color: #aaaaaa;*/
	}
}

.social-icons__link:hover {
	color: #000000;
}

@media (min-width: 992px) {
	.social-icons__link:hover {
		color: #000000;
	}
}

.social-icons__link:last-of-type .fa {
	margin-right: 0;
}

.social-icons__link .fa {
	font-size: 40px;
	margin-right: 1px;
}

@media (min-width: 992px) {
	.social-icons__link .fa {
		font-size: 30px;
	}
}

.header__navigation-widgets .social-icons__link {
	display: inline-block;
}

@media (min-width: 992px) {
	.header__navigation-widgets .social-icons__link {
		margin: 14px 0;
	}
}

/* 05.23. Featured Page */
.page-box__title {
	font-size: 16px;
	margin-top: 26px;
	margin-bottom: 21px;
}

.page-box__title a {
	color: #3d3d3d;
}

.page-box__content p {
	font-family: "Roboto";
}

.entry-content .page-box p {
	font-size: 14px;
	margin-bottom: 18px;
}

.page-box--inline .page-box__picture {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.page-box--inline .page-box__title {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 10px;
}

.page-box--inline p:last-of-type {
	margin-bottom: 0;
}

.page-box .wp-post-image {
	width: 100%;
}

/* 05.24. Icon Menu */
.icon-menu {
	border-radius: 2px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.icon-menu__link {
	display: block;
	padding: 18.5px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	font-weight: bold;
	color: #3d3d3d;
	transition: all 100ms ease-out;
}

.icon-menu__link .fa {
	width: 45px;
	text-align: center;
	color: #bbbbbb;
	font-size: 20px;
	vertical-align: middle;
}

.icon-menu__link:focus,
.icon-menu__link:hover {
	background-color: #eeeeee;
	text-decoration: none;
	color: #3d3d3d;
}

.icon-menu__link:last-of-type {
	border-bottom: 0;
}

/* 05.25. Steps */
.steps {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 992px) {
	.steps {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.steps__title {
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 30px;
}

.step {
	position: relative;
	border-radius: 2px;
	margin-bottom: 30px;
	border: 1px solid rgba(250, 250, 250, 0.1);
	padding: 26px 30px 85px;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	transition: all 100ms ease-out;
}

@media (min-width: 992px) {
	.step {
		margin-bottom: 0;
		margin-right: 30px;
	}
}

.step:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.step:last-of-type {
		margin-right: 0;
	}
}

.step__title {
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}

.step__title .fa {
	font-size: 20px;
	margin-right: 10px;
}

.step__number {
	position: absolute;
	bottom: 0;
	font-size: 60px;
	font-weight: bold;
	color: rgba(250, 250, 250, 0.1);
	transition: all 100ms ease-out;
}

.step__content {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.step:hover {
	border: 1px solid transparent;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	background-color: #444444;
}

.step:hover .step__number {
	color: #3baed4;
}

/* 05.26. Call to Action */
.call-to-action__text {
	text-align: center;
	padding: 28.5px 0 0;
}

@media (min-width: 992px) {
	.call-to-action__text {
		text-align: left;
		float: left;
		padding: 28.5px 0;
	}
}

.call-to-action__title {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}

.call-to-action__subtitle {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #d5d9e0;
}

.call-to-action__button {
	text-align: center;
	padding: 30px 0;
}

@media (min-width: 992px) {
	.call-to-action__button {
		float: right;
	}
}

.call-to-action__button .btn {
	margin-left: 15px;
}

.call-to-action__button .btn:first-of-type {
	margin-left: 0;
}

/* 05.27. Latest News */
.latest-news {
	position: relative;
	display: block;
	transition: all 100ms ease-out;
}

@media (min-width: 480px) {
	.latest-news__image {
		display: inline-block;
		width: 50%;
	}
}

.latest-news__image img {
	width: 100%;
}

@media (min-width: 480px) {
	.latest-news__image img {
		max-width: 100%;
	}
}

.latest-news__content {
	vertical-align: top;
	padding: 20px;
}

@media (min-width: 480px) {
	.latest-news__content {
		display: inline-block;
		width: calc(50% - 4px);
	}
}

.latest-news__title {
	margin-top: 0;
	font-size: 16px;
	color: #3d3d3d;
	text-transform: uppercase;
	padding-bottom: 20px;
	line-height: 1.35;
}

.latest-news__date {
	position: absolute;
	bottom: 20px;
	color: #999999;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.latest-news--block {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}

.latest-news--block+.latest-news--more-news {
	margin-top: 30px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.latest-news:focus,
.latest-news:hover {
	background-color: #eeeeee;
	text-decoration: none;
}

.latest-news--inline {
	display: block;
	background-color: #ffffff;
}

.latest-news--inline .latest-news__content {
	padding: 20px;
	width: 100%;
}

.latest-news--inline .latest-news__title {
	padding-bottom: 0;
}

.latest-news--inline .latest-news__full-date {
	color: #999999;
}

.latest-news--inline:hover {
	text-decoration: none;
}

.latest-news+.latest-news {
	border-top: 1px solid #e6e6e6;
}

.latest-news__container {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.latest-news--more-news {
	background-color: #ffffff;
	padding: 20px;
	color: #3baed4;
	text-transform: uppercase;
	font-weight: bold;
}

.latest-news--more-news:hover {
	color: #3baed4;
}

/* 05.28. Number Counter */
.number-counters {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 992px) {
	.number-counters {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.number-counter {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	transition: all 100ms ease-out;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 30px 0;
}

@media (min-width: 992px) {
	.number-counter {
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		border-bottom: 0;
		padding: 0;
	}
}

.number-counter:first-of-type {
	padding-top: 0;
}

.number-counter:last-of-type {
	border-right: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.number-counter__number {
	border-top: 0;
	font-weight: bold;
	color: #3d3d3d;
	font-size: 60px;
	line-height: 1;
}

.number-counter__title {
	font-size: 16px;
	color: #aaaaaa;
	margin-top: 8px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* 05.29. Accordion */
.accordion {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.accordion__panel a {
	position: relative;
	display: block;
	color: #3d3d3d;
	padding: 22px 20px 22px 55px;
	font-size: 14px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	transition: all 100ms ease-out;
}

.accordion__panel a::before {
	position: absolute;
	content: '\f068';
	font-family: 'FontAwesome';
	left: 15.5px;
	top: calc(50% - 12.5px);
	background-color: #eeeeee;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 26px;
	color: #999999;
}

.accordion__panel a.collapsed::before {
	content: '\f067';
}

.accordion__panel a:focus {
	text-decoration: none;
}

.accordion__panel a:hover {
	text-decoration: none;
	background-color: #eeeeee;
}

.accordion__panel:first-of-type a {
	border-top: 0;
}

.accordion__content .panel-body {
	font-size: 14px;
	padding: 20px 20px 20px 55px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion .panel-title {
	margin: 0;
}

.accordion .panel-title a[aria-expanded="true"] {
	background-color: #eeeeee;
}

.accordion .more-link {
	position: relative;
	display: block;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	padding: 18.5px 20px 18.5px 55px;
	transition: all 100ms ease-out;
}

.accordion .more-link::before {
	position: absolute;
	content: '\f0c9';
	font-family: 'FontAwesome';
	left: 15.5px;
	top: calc(50% - 12.5px);
	background-color: #eeeeee;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 26px;
	color: #999999;
}

.accordion .more-link::after {
	right: 20px;
	margin-left: 10px;
}

.accordion .more-link:focus,
.accordion .more-link:hover {
	color: #3baed4;
	background-color: #eeeeee;
}

/* 05.30. Testimonials */
.testimonial__container {
	position: relative;
	margin-bottom: 60px;
}

@media (min-width: 768px) {
	.testimonial__container {
		margin-bottom: 0;
	}
}

.testimonial__quote {
	font-size: 16px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.testimonial__quote {
		margin-bottom: 30px;
	}
}

.testimonial__author {
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	color: #3d3d3d;
}

.testimonial__carousel {
	position: absolute;
	display: inline-block;
	background-color: #3baed4;
	color: #ffffff;
	bottom: -60px;
	width: calc(50% - 5px);
	height: 60px;
	font-size: 22px;
	border-radius: 2px;
	text-align: center;
	transition: all 100ms ease-out;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
	.testimonial__carousel {
		width: 60px;
		height: inherit;
		top: 0;
		bottom: 6px;
	}
}

.testimonial__carousel:focus {
	color: #ffffff;
	background-color: #3baed4;
}

.testimonial__carousel:hover {
	color: #ffffff;
	background-color: #2ca2c9;
}

.testimonial__carousel--right {
	right: 0;
}

@media (min-width: 768px) {
	.testimonial__carousel--right {
		margin-left: 15px;
		right: inherit;
	}
}

.testimonial__carousel .fa {
	position: absolute;
	left: calc(50% - 3px);
	top: calc(50% - 11px);
}

@media (min-width: 992px) {

	.testimonial__backgroundquotes::before,
	.testimonial__backgroundquotes::after {
		position: absolute;
		content: '“';
		color: #f6f6f6;
		font-family: Georgia, "Times New Roman";
		font-size: 800px;
		line-height: 1;
	}
}

@media (min-width: 992px) {
	.testimonial__backgroundquotes::before {
		left: 0;
		bottom: -540px;
	}
}

@media (min-width: 992px) {
	.testimonial__backgroundquotes::after {
		right: 0;
		bottom: -115px;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

.testimonial .carousel {
	position: relative;
	display: inline-block;
	text-align: center;
	background-color: #ffffff;
	border-radius: 2px;
	margin-bottom: 10px;
	padding: 20px;
	width: 100%;
	overflow: hidden;
}

@media (min-width: 768px) {
	.testimonial .carousel {
		width: calc(100% - 150px);
		padding: 60px 120px 45px;
		margin-left: 75px;
		margin-bottom: 0;
	}
}

.testimonial blockquote {
	padding: 0;
	margin: 0;
	border-left: 0;
}

.testimonial .widget-title {
	text-align: center;
	font-size: 36px;
	margin-bottom: 35px;
}

/* 05.31. Person Profile */
.person-profile__image {
	width: 100%;
	height: auto;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}

.person-profile__container {
	border-top: 3px solid #dddddd;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.person-profile__name {
	margin-top: 16px;
}

.person-profile__description {
	font-size: 14px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.person-profile__content {
	position: relative;
	padding: 15px 30px 14px;
}

.person-profile__tag {
	border-radius: 2px;
	font-size: 14px;
	position: absolute;
	padding: 3.5px 10px;
	top: -60px;
	background-color: #3baed4;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.person-profile__social-icons {
	position: relative;
	padding: 13px 30px 11px;
}

@media (min-width: 1200px) {
	.person-profile__social-icons {
		text-align: right;
	}
}

.person-profile__social-icons::before {
	position: absolute;
	content: '';
	background-color: #e6e6e6;
	left: 30px;
	right: 30px;
	height: 1px;
	top: 0;
}

.person-profile__social-icons span {
	font-size: 16px;
	font-weight: bold;
	padding-right: 13px;
	display: none;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

@media (min-width: 1200px) {
	.person-profile__social-icons span {
		display: inline-block;
		margin-top: 6px;
		float: left;
	}
}

.person-profile__social_icon {
	font-size: 24px;
	margin-left: 2px;
	vertical-align: middle;
	color: #bbbbbb;
}

.person-profile__social_icon:hover {
	color: #3baed4;
}

/* 05.32. Skype Button */
.skype-button {
	position: relative;
	display: block;
	padding: 11px;
	background-color: #1fa7da;
	border-radius: 2px;
	transition: all 100ms ease-out;
}

.skype-button .fa {
	font-size: 40px;
	float: right;
	color: #79cae9;
	transition: all 100ms ease-out;
}

.skype-button:hover {
	background-color: #1ea0d1;
}

.skype-button:hover .fa {
	color: #8fd3ed;
}

.skype-button:focus {
	background-color: #1fa7da;
}

.skype-button:focus .fa {
	color: #79cae9;
}

.skype-button:active {
	background-color: #1c99c8;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
}

.skype-button:active .fa {
	color: #9cd8ef;
}

.skype-button__title {
	display: inline-block;
	padding: 5px 10px;
	margin: 0;
	color: #ffffff;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 18px;
}

/* 05.33. Opening Time */
.time-table .week-day {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	position: relative;
	clear: both;
	padding: 5px 0;
	font-size: 14px;
}

.time-table .week-day dt {
	float: left;
	padding-right: 10px;
	font-weight: normal;
}

.time-table .week-day dd {
	float: right;
	padding-left: 10px;
}

.time-table .week-day.today {
	color: #3d3d3d;
}

.time-table .week-day.today dt,
.time-table .week-day.today dd {
	font-weight: bold;
}

/* 05.34. Brochure Box */
.brochure-box {
	position: relative;
	background-color: #f2f2f2;
	border-radius: 2px;
	display: block;
	padding: 7.5px;
	transition: all 100ms ease-out;
}

.brochure-box__icon {
	vertical-align: middle;
}

.brochure-box .fa {
	transition: all 100ms ease-out;
	display: inline-block;
	font-size: 20px;
	color: #999999;
	background-color: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
}

.brochure-box__text {
	transition: all 100ms ease-out;
	display: inline-block;
	color: #999999;
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
}

.brochure-box:hover {
	text-decoration: none;
}

.brochure-box:hover .brochure-box__text {
	color: #3d3d3d;
}

.widget-brochure-box+.widget-brochure-box {
	margin-top: -35px;
}

/* 05.35. WordPress Specific */
.alignnone,
.aligncenter,
.alignright,
.alignleft {
	max-width: 100%;
	height: auto;
}

.alignnone img,
.aligncenter img,
.alignright img,
.alignleft img {
	max-width: 100%;
	height: auto;
}

.alignnone {
	/*margin: 5px 0 20px; */
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a>img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a>img.alignnone {
	margin: 5px 20px 20px 0;
}

a>img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a>img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%;
	/* Image does not overflow the content area */
	background-color: rgba(0, 0, 0, 0.05);
	padding: 5px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 0 20px;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text {
	line-height: 17px;
	margin: 4px 5px;
}

.gallery {
	margin-bottom: 20px;
}

.gallery:before,
.gallery:after {
	content: " ";
	display: table;
}

.gallery:after {
	clear: both;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	color: #ffffff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption::before {
	content: '';
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	position: static;
}

/* Style for Blog */
.hentry {
	margin-bottom: 60px;
}

.hentry__date {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	text-align: center;
	font-weight: bold;
	padding: 7px 0;
	line-height: 1;
	margin-right: 25px;
	-webkit-flex: 0 0 50px;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
}

.hentry__date-day,
.hentry__date-month {
	display: block;
}

.hentry__date-day {
	font-size: 26px;
	margin-bottom: 2px;
}

.hentry__date-month {
	text-transform: uppercase;
}

.no-flexbox .hentry__date {
	float: left;
	width: 50px;
}

.hentry__title-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
}

.hentry__title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 28px;
}

@media (min-width: 992px) {
	.hentry__title {
		font-size: 36px;
	}
}

.hentry__title a {
	color: #3d3d3d;
}

.search .hentry__title {
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 20px;
}

.hentry .entry-content {
	padding: 0;
	font-family: "Roboto";
}

@media (min-width: 992px) {
	.hentry .entry-content {
		font-size: 16px;
	}
}

.hentry .entry-content>p {
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.hentry .entry-content>p {
		margin-bottom: 20px;
	}
}

.hentry .entry-content>p:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.single .hentry .entry-content {
		font-size: 18px;
	}
}

/* Sticky Post */
.sticky {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.sticky .hentry__meta,
.sticky .hentry__title-row {
	margin-left: 15px;
	margin-right: 15px;
}

@media (min-width: 992px) {

	.sticky .hentry__meta,
	.sticky .hentry__title-row {
		margin-left: 30px;
		margin-right: 30px;
	}
}

.sticky .entry-content {
	margin: 0 15px 15px;
}

@media (min-width: 992px) {
	.sticky .entry-content {
		margin: 0 30px 30px;
	}
}

/* Not Found Search Results */
.not-found .page-title,
.not-found .page-header {
	margin-top: 0;
}

/* 05.36. WordPress Widgets */
/* Text Widget */
.widget_black-studio-tinymce,
.widget_text {
	font-family: "Roboto";
}

.widget_black-studio-tinymce select,
.widget_black-studio-tinymce img,
.widget_text select,
.widget_text img {
	max-width: 100%;
	height: auto;
}

.widget_black-studio-tinymce .featured-widget p:last-of-type,
.widget_text .featured-widget p:last-of-type {
	margin-bottom: 0;
}

/* Calendar Widget */
.widget_calendar table {
	width: 100%;
}

.widget_calendar caption {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	background-color: #3baed4;
	border-radius: 2px;
	color: #ffffff;
	padding: 5px 0;
	text-align: center;
}

.widget_calendar thead tr th {
	padding: 5px 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.1);
	color: #999999;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_calendar tbody tr td {
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.05);
	padding: 3px 0;
}

.widget_calendar tfoot tr td {
	padding: 5px;
}

.widget_calendar tfoot tr td:last-of-type a {
	float: right;
}

/* Tag Cloud Widget */
.widget_tag_cloud a {
	display: inline-block;
	padding: 6px 10px 4px;
	margin: 2px 0;
	background-color: #eeeeee;
	color: #aaaaaa;
	border-radius: 2px;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 100ms ease-out;
}

.widget_tag_cloud a:hover {
	background-color: #e1e1e1;
	color: #8c8c8c;
	text-decoration: none;
}

/* Search Widget */
.widget_search {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.widget_search label {
	width: 100%;
	margin-bottom: 5px;
}

@media (min-width: 992px) {
	.widget_search label {
		float: left;
		width: 75%;
		margin-bottom: 0;
	}
}

.widget_search .search-field {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #f2f2f2;
	padding: 6px 5px 6px 20px;
	font-weight: normal;
	height: 30px;
	border-radius: 0px;
	transition: all 100ms ease-out;
	outline: none;
}

@media (min-width: 992px) {
	.widget_search .search-field {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-right: 0;
	}
}

.widget_search .search-field:focus {
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
}

@media (min-width: 992px) {
	.widget_search .search-field:focus {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-right: 0;
	}
}

.widget_search .search-submit {
	width: 100%;
	height: 30px;
	background-color: #3baed4;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	border: 0;
	color: #ffffff;
	border-radius: 0px;
	padding-top: 3px;
	transition: all 100ms ease-out;
}

@media (min-width: 992px) {
	.widget_search .search-submit {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		width: 25%;
	}
}

.widget_search .search-submit .fa {
	vertical-align: 0;
}

.widget_search .search-submit:hover,
.widget_search .search-submit:focus {
	background-color: #2ca2c9;
}

.widget_search .search-submit:active {
	background-color: #2998bd;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
}

.widget_search .sidebar__headings {
	margin-bottom: 20px;
}

/* Widgets With Lists */
.widget_archive ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
	padding-left: 15px;
	padding-right: 15px;
}

.widget_archive a,
.widget_pages a,
.widget_meta a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_rss a {
	word-wrap: break-word;
}

/* Categories */
.widget_categories ul {
	list-style: none;
	padding: 0;
}

.widget_categories li {
	position: relative;
}

.widget_categories li::before {
	position: absolute;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
}

.widget_categories li::after {
	position: absolute;
	content: '\f0da';
	font-family: 'FontAwesome';
	right: 0;
	top: 20px;
	color: #dddddd;
}

.widget_categories>ul>li:first-of-type::before {
	display: none;
}

.widget_categories a {
	display: inline-block;
	color: #aaaaaa;
	padding: 19px 0;
	font-weight: bold;
	text-transform: uppercase;
}

.widget_categories a:hover {
	text-decoration: none;
	color: #666666;
}

.widget_categories .children a {
	padding-left: 20px;
}

.widget_categories .children .children a {
	padding-left: 40px;
}

.footer-top .widget_categories a {
	color: #aab5c9;
}

.footer-top .widget_categories a:hover {
	color: #9aa7bf;
}

.footer-top .widget_categories li::after {
	color: rgba(250, 250, 250, 0.3);
}

/* Custom Menu */
.widget_nav_menu ul {
	padding-left: 0;
	list-style: none;
}

.widget_nav_menu .menu a {
	display: block;
	font-family: "Roboto";
}

.footer-top .widget_nav_menu .menu a {
	line-height: 1.9;
	color: #8dcaba;
	margin: 3px 0;
}

.footer-top .widget_nav_menu .sub-menu {
	padding-left: 15px;
	margin: 0;
}

.sidebar .widget_nav_menu .menu {
	padding: 5px;
	background-color: #f2f2f2;
	border-radius: 2px;
}

.sidebar .widget_nav_menu .menu a {
	display: block;
	padding: 19px 20px;
	text-transform: uppercase;
	color: #aaaaaa;
	font-weight: bold;
	margin: 0;
}

.sidebar .widget_nav_menu .menu a:focus,
.sidebar .widget_nav_menu .menu a:hover {
	text-decoration: none;
	color: #3d3d3d;
}

.sidebar .widget_nav_menu .menu>li:first-of-type::before {
	display: none;
}

.sidebar .widget_nav_menu .menu li {
	position: relative;
}

.sidebar .widget_nav_menu .menu li::before {
	content: '';
	position: absolute;
	height: 1px;
	top: -1px;
	left: 15px;
	right: 15px;
	background-color: #e0e0e0;
}

.sidebar .widget_nav_menu .menu li.current-menu-item::before {
	display: none;
}

.sidebar .widget_nav_menu .menu li.current-menu-item>a {
	position: relative;
	background: #ffffff;
	color: #0F9773;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}

.sidebar .widget_nav_menu .menu li.current-menu-item+.menu-item::before {
	display: none;
}

.sidebar .widget_nav_menu .sub-menu a {
	padding-left: 40px;
}

.sidebar .widget_nav_menu .sub-menu .sub-menu a {
	padding-left: 60px;
}

/*!
 *  Font Awesome 4.5.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("font/fontawesome-webfont.eot?v=4.5.0");
	src: url("font/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../font/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../font/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("font/fontawesome-webfont.svg?v=4.5.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: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.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-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	-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-f:before,
.fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before,
.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,
.fa-gratipay: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-y-combinator-square:before,
.fa-yc-square:before,
.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: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before,
.fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before,
.fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

/*------------------------------------*\
	The End :)
\*------------------------------------*/




