
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
@keyframes progress-bar-stripes {
	0% {
		background-position: 40px 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-michell {
	0% {
		background-position: 55px 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes moveit {
	0% {
		bottom: 40px;
	}
	
	50% {
		bottom: 45px;
	}
	
	to {
		bottom: 50px;
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, to {
		bottom: 53px;
	}
	
	40% {
		bottom: 48px;
	}
	
	60% {
		bottom: 43px;
	}
}

@keyframes anps-pp-flip-out {
	0% {
		transform: rotateY(0deg);
		opacity: 1;
	}
	
	to {
		transform: rotateY(90deg);
		opacity: 0;
	}
}

@keyframes anps-pp-flip-in {
	0% {
		transform: rotateY(-90deg);
		opacity: 0;
	}
	
	to {
		transform: rotateY(0deg);
		opacity: 1;
	}
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
	color: #727272;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 23px;
}

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

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

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

[hidden], template {
	display: none;
}

a {
	background: 0 0;
}

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

b, strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #fff;
	padding: 3px 7px;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	margin-top: 17px;
	margin-bottom: 17px;
	border: 0;
	border-top: 1px solid #eee;
}

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[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-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset, legend {
	padding: 0;
	border: 0;
}

fieldset {
	margin: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	margin-bottom: 17px;
	font-size: 18px;
	line-height: inherit;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
	background-color: transparent;
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: 0 0 !important;
		box-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: "";
	}
	
	blockquote, pre {
		border: 1px solid #999;
	}
	
	thead {
		display: table-header-group;
	}
	
	blockquote, img, pre, tr {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	h2, h3, p {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
	
	select {
		background: #fff !important;
	}
	
	.navbar {
		display: none;
	}
	
	.table td, .table th {
		background-color: #fff !important;
	}
	
	.added_to_cart > .caret, .btn > .caret, .dropup > .added_to_cart > .caret, .dropup > .btn > .caret, .tab-pane .form-submit #submit > .caret, .tab-pane .form-submit .dropup > #submit > .caret {
		border-top-color: #000 !important;
	}
	
	.label {
		border: 1px solid #000;
	}
	
	.table {
		border-collapse: collapse !important;
	}
	
	.table-bordered td, .table-bordered th {
		border: 1px solid #ddd !important;
	}
}

*, :after, :before, input[type=search] {
	box-sizing: border-box;
}

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

a {
	outline: 0;
	color: #3178bf;
	text-decoration: none;
	transition: color .2s;
}

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

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

a:focus, input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

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

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

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

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

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

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "PT Serif";
	color: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 500;
	line-height: 1.1;
}

.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: 400;
	line-height: 1;
	color: #999;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 17px;
	margin-bottom: 8.5px;
}

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

.h4, .h5, .h6, dl, h4, h5, h6, ol, ul {
	margin-top: 8.5px;
	margin-bottom: 8.5px;
}

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

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

.h2, .portfolio-single .carousel + .row h4, blockquote, h2 {
	font-size: 15px;
}

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

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

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

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

p {
	line-height: 1.7em;
	margin: 0 0 10px;
}

td, th {
	padding: 5px;
}

.lead {
	margin-bottom: 17px;
	font-size: 13px;
	font-weight: 200;
	line-height: 1.4;
}

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

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

cite {
	font-style: normal;
}

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

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

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

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

.text-muted {
	color: #999;
}

.text-primary {
	color: #428bca;
}

a.text-primary:hover {
	color: #3071a9;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover {
	color: #843534;
}

.bg-primary {
	color: #fff;
	background-color: #428bca;
}

a.bg-primary:hover {
	background-color: #3071a9;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 7.5px;
	margin: 34px 0 17px;
	border-bottom: 1px solid #eee;
}

dl, ol, ul {
	margin-top: 0;
}

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

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

.list-inline {
	margin-left: -5px;
}

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

dl {
	margin-bottom: 17px;
}

dd, dt {
	line-height: 1.42857;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

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

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

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

abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #999;
}

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

blockquote {
	padding: 9px 17px;
	margin: 0 0 17px;
	border-left: 5px solid #eee;
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
	margin-bottom: 0;
}

blockquote .small, blockquote footer, blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #999;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
	content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote:after, blockquote:before {
	content: "";
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
	content: " —";
}

address {
	margin-bottom: 17px;
	font-style: normal;
	line-height: 1.42857;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%;
}

.container:after, .container:before {
	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:after, .container-fluid:before {
	content: " ";
	display: table;
}

.container-fluid:after {
	clear: both;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row:after, .row:before {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	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: 0;
}

.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: 0;
}

.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-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		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: 0;
	}
	
	.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: 0;
	}
	
	.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-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		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: 0;
	}
	
	.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: 0;
	}
	
	.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-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
		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: 0;
	}
	
	.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: 0;
	}
	
	.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 {
	width: 100%;
	margin-bottom: 17px;
}

.table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857;
	border-top: 1px solid #ddd;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th, .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
	border-top: 0;
}

.table > tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
	padding: 5px;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
	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-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
	background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
	background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
	background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
	background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
	background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
	background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
	background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
	background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
	background-color: #ebcccc;
}

@media (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 12.75px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive > .table {
		margin-bottom: 0;
	}
	
	.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
		white-space: nowrap;
	}
	
	.table-responsive > .table-bordered {
		border: 0;
	}
	
	.table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
		border-left: 0;
	}
	
	.table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
		border-right: 0;
	}
	
	.table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
		border-bottom: 0;
	}
}

.relative {
	position: relative;
	display: table;
	width: 100%;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 700;
}

input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px 	;
	line-height: normal;
}

input[type=file] {
	display: block;
}

input[type=range] {
	display: block;
	width: 100%;
}

select[multiple], select[multiple].input-lg, select[multiple].input-sm, select[size], textarea.form-control, textarea.input-lg, textarea.input-sm {
	height: auto;
}

.form-control, output {
	display: block;
	font-size: 12px;
	line-height: 1.42857;
	color: #555;
}

output {
	padding-top: 7px;
}

.form-control {
	width: 100%;
	height: 31px;
	padding: 6px 12px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control.nitro-lazy {
	background-image: none !important;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .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[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}

input[type=search] {
	-webkit-appearance: none;
}

input[type=date] {
	line-height: 31px;
}

.form-group {
	margin-bottom: 15px;
}

.checkbox, .radio {
	display: block;
	min-height: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}

.checkbox label, .radio label {
	display: inline;
	font-weight: 400;
	cursor: pointer;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	float: left;
	margin-left: -20px;
}

.checkbox + .checkbox, .radio + .radio {
	margin-top: -5px;
}

.checkbox-inline, .radio-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
	margin-top: 0;
	margin-left: 10px;
}

.checkbox-inline[disabled], .checkbox[disabled], .radio-inline[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=radio][disabled] {
	cursor: not-allowed;
}

.input-sm {
	height: 28px;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-sm {
	height: 28px;
	line-height: 28px;
}

.input-lg {
	height: 42px;
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.33;
	border-radius: 6px;
}

select.input-lg {
	height: 42px;
	line-height: 42px;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 38.75px;
}

.has-feedback .form-control-feedback {
	position: absolute;
	top: 22px;
	right: 0;
	display: block;
	width: 31px;
	height: 31px;
	line-height: 31px;
	text-align: center;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(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 .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(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 .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline {
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(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;
}

.alert > p, .alert > ul, .form-control-static {
	margin-bottom: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #b2b2b2;
}

@media (min-width:993px) {
	.form-inline .form-group, .navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	
	.form-inline .form-control, .navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	
	.form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
		width: 100%;
	}
	
	.form-inline .control-label, .navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	
	.form-inline .checkbox, .form-inline .radio, .navbar-form .checkbox, .navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		vertical-align: middle;
	}
	
	.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio], .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
		float: none;
		margin-left: 0;
	}
	
	.form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.form-horizontal .checkbox, .form-horizontal .radio {
	min-height: 24px;
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

.form-horizontal .form-group:after, .form-horizontal .form-group:before, .nav:after, .nav:before {
	content: " ";
	display: table;
}

.form-horizontal .form-group:after, .nav:after {
	clear: both;
}

.form-horizontal .form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
}

@media (min-width:993px) {
	.form-horizontal .control-label {
		text-align: right;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px;
}

.added_to_cart {
	-webkit-user-select: none;
	-ms-user-select: none;
	display: inline-block;
}

.added_to_cart, .tab-pane .form-submit #submit {
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	user-select: none;
}

.added_to_cart.nitro-lazy, .tab-pane .form-submit #submit.nitro-lazy {
	background-image: none !important;
}

.active.added_to_cart:focus, .added_to_cart:active:focus, .added_to_cart:focus, .btn.active:focus, .btn:active:focus, .tab-pane .form-submit #submit:active:focus, .tab-pane .form-submit #submit:focus, .tab-pane .form-submit .active#submit:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.added_to_cart:focus, .added_to_cart:hover, .tab-pane .form-submit #submit:focus, .tab-pane .form-submit #submit:hover {
	color: #333;
	text-decoration: none;
}

.active.added_to_cart, .added_to_cart:active, .tab-pane .form-submit #submit:active, .tab-pane .form-submit .active#submit {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.active.added_to_cart.nitro-lazy, .added_to_cart:active.nitro-lazy, .tab-pane .form-submit #submit:active.nitro-lazy, .tab-pane .form-submit .active#submit.nitro-lazy {
	background-image: none !important;
}

.btn.disabled, .btn[disabled], .disabled.added_to_cart, .tab-pane .form-submit .disabled#submit, .tab-pane .form-submit [disabled]#submit, .tab-pane .form-submit fieldset[disabled] #submit, [disabled].added_to_cart, fieldset[disabled] .added_to_cart, fieldset[disabled] .btn, fieldset[disabled] .tab-pane .form-submit #submit {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	box-shadow: none;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad;
}

.open .btn-default.dropdown-toggle {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad;
}

.btn-default.active, .btn-default:active, .open .btn-default.dropdown-toggle {
	background-image: none;
}

.btn-default.active.nitro-lazy, .btn-default:active.nitro-lazy, .open .btn-default.dropdown-toggle.nitro-lazy {
	background-image: none !important;
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc;
}

.btn-default .badge {
	color: #fff;
	background-color: #333;
}

.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e;
}

.open .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e;
}

.btn-primary.active, .btn-primary:active, .open .btn-primary.dropdown-toggle {
	background-image: none;
}

.btn-primary.active.nitro-lazy, .btn-primary:active.nitro-lazy, .open .btn-primary.dropdown-toggle.nitro-lazy {
	background-image: none !important;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #428bca;
	border-color: #357ebd;
}

.btn-primary .badge {
	color: #428bca;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover {
	color: #fff;
	background-color: #47a447;
	border-color: #398439;
}

.open .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #47a447;
	border-color: #398439;
}

.btn-success.active, .btn-success:active, .open .btn-success.dropdown-toggle {
	background-image: none;
}

.btn-success.active.nitro-lazy, .btn-success:active.nitro-lazy, .open .btn-success.dropdown-toggle.nitro-lazy {
	background-image: none !important;
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover {
	color: #fff;
	background-color: #39b3d7;
	border-color: #269abc;
}

.open .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #39b3d7;
	border-color: #269abc;
}

.btn-info.active, .btn-info:active, .open .btn-info.dropdown-toggle {
	background-image: none;
}

.btn-info.active.nitro-lazy, .btn-info:active.nitro-lazy, .open .btn-info.dropdown-toggle.nitro-lazy {
	background-image: none !important;
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover {
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512;
}

.open .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512;
}

.btn-warning.active, .btn-warning:active, .open .btn-warning.dropdown-toggle {
	background-image: none;
}

.btn-warning.active.nitro-lazy, .btn-warning:active.nitro-lazy, .open .btn-warning.dropdown-toggle.nitro-lazy {
	background-image: none !important;
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover {
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925;
}

.open .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925;
}

.btn-danger.active, .btn-danger:active, .open .btn-danger.dropdown-toggle {
	background-image: none;
}

.btn-danger.active.nitro-lazy, .btn-danger:active.nitro-lazy, .open .btn-danger.dropdown-toggle.nitro-lazy {
	background-image: none !important;
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.btn-link {
	color: #d54900;
	font-weight: 400;
	cursor: pointer;
	border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
	color: #292929;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
	color: #999;
	text-decoration: none;
}

.added_to_cart, .tab-pane .form-submit #submit {
	line-height: 1.33;
}

.btn-xs {
	padding: 1px 5px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.alert > p + p, .btn-block + .btn-block {
	margin-top: 5px;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	transition: opacity .15s linear;
}

.blog-masonry article.post .post-hover:hover:before, .fade.in, .recent-posts article.post .post-hover:hover:before {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav > li, .nav > li > a {
	position: relative;
	display: block;
}

.nav > li > a {
	padding: 10px 15px;
}

.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: #eee;
}

.nav > li.disabled > a {
	color: #999;
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
	color: #999;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: #eee;
	border-color: #d54900;
}

.nav .nav-divider {
	height: 1px;
	margin: 7.5px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav > li > a > img {
	max-width: none;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857;
}

.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.nav-pills > li {
	float: left;
}

.nav-pills > li > a {
	border-radius: 4px;
}

.nav-pills > li + li {
	margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	color: #fff;
	background-color: #428bca;
}

.nav-justified > li, .nav-stacked > li, .nav-tabs.nav-justified > li {
	float: none;
}

.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
	width: 100%;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width:993px) {
	.nav-justified > li, .nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	
	.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}

.nav-tabs-justified, .nav-tabs.nav-justified {
	border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
	border: 1px solid #ddd;
}

@media (min-width:993px) {
	.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	
	.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
		border-bottom-color: #fff;
	}
}

.tab-content > .tab-pane, ol.list li:before {
	display: none;
}

.tab-content > .active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 17px;
	border: 1px solid transparent;
}

.navbar:after, .navbar:before {
	content: " ";
	display: table;
}

.navbar:after {
	clear: both;
}

@media (min-width:993px) {
	.navbar {
		border-radius: 4px;
	}
}

.navbar-header:after, .navbar-header:before {
	content: " ";
	display: table;
}

.navbar-header:after {
	clear: both;
}

@media (min-width:993px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	max-height: 340px;
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse:after, .navbar-collapse:before {
	content: " ";
	display: table;
}

.navbar-collapse:after {
	clear: both;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width:993px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	
	.navbar-collapse.in {
		overflow-y: visible;
	}
	
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width:993px) {
	.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width:993px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width:993px) {
	.navbar-fixed-bottom, .navbar-fixed-top {
		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: 16.5px 15px;
	font-size: 15px;
	line-height: 17px;
	height: 50px;
}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none;
}

@media (min-width:993px) {
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
}

.navbar-nav {
	margin: 8.25px -15px;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 17px;
}

@media (max-width:992px) {
	.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 .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
		padding: 5px 15px 5px 25px;
	}
	
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 17px;
	}
	
	.navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
		background-image: none;
	}
	
	.navbar-nav .open .dropdown-menu > li > a:focus.nitro-lazy, .navbar-nav .open .dropdown-menu > li > a:hover.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width:993px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	
	.navbar-nav > li {
		float: left;
	}
	
	.navbar-nav > li > a {
		padding-top: 16.5px;
		padding-bottom: 16.5px;
	}
	
	.navbar-nav.navbar-right:last-child {
		margin-right: -15px;
	}
	
	.navbar-left {
		float: left !important;
	}
	
	.navbar-right {
		float: right !important;
	}
}

.navbar-form {
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	margin: 9.5px -15px;
}

@media (max-width:992px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
}

@media (min-width:993px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		box-shadow: none;
	}
	
	.navbar-form.navbar-right:last-child {
		margin-right: -15px;
	}
}

.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 {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 9.5px;
	margin-bottom: 9.5px;
}

.navbar-btn.btn-sm {
	margin-top: 11px;
	margin-bottom: 11px;
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 16.5px;
	margin-bottom: 16.5px;
}

@media (min-width:993px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.navbar-text.navbar-right:last-child {
		margin-right: 0;
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
	color: #777;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #333;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #555;
	background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
	color: #ccc;
	background-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: #e7e7e7;
	color: #555;
}

@media (max-width:992px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #333;
		background-color: transparent;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #555;
		background-color: #e7e7e7;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #ccc;
		background-color: transparent;
	}
}

.navbar-default .btn-link, .navbar-default .navbar-link {
	color: #777;
}

.navbar-default .navbar-link:hover {
	color: #333;
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
	color: #333;
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc;
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
	color: #999;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
	color: #444;
	background-color: transparent;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	background-color: #090909;
	color: #fff;
}

@media (max-width:992px) {
	.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: #999;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #fff;
		background-color: transparent;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #fff;
		background-color: #090909;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #444;
		background-color: transparent;
	}
}

.navbar-inverse .btn-link, .navbar-inverse .navbar-link {
	color: #999;
}

.navbar-inverse .navbar-link:hover, .site-footer .copyright-footer .socialize a:hover {
	color: #fff;
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
	color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444;
}

.alert .button {
	font-size: 12px;
	padding: 6px 16px;
	margin-right: 15px;
}

.alert {
	margin-bottom: 17px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: 700;
}

.alert-dismissable {
	padding-right: 35px;
}

.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #2b542c;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #843534;
}

.progress {
	overflow: hidden;
	margin-bottom: 17px;
	background-color: #f5f5f5;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 11px;
	line-height: 17px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	transition: width .6s ease;
}

.progress-striped .progress-bar, .progress-striped .progress-bar-danger, .progress-striped .progress-bar-info, .progress-striped .progress-bar-success, .progress-striped .progress-bar-warning {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-bar-info {
	background-color: #5bc0de;
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-bar-danger {
	background-color: #d9534f;
}

.panel {
	margin-bottom: 17px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
	padding: 15px;
}

.panel-body:after, .panel-body:before {
	content: " ";
	display: table;
}

.panel-body:after {
	clear: both;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle, .panel-title, .panel-title > a, .site-footer .copyright-footer .socialize a, .site-footer .textwidget p strong {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel > .list-group {
	margin-bottom: 0;
}

.panel > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table {
	margin-bottom: 0;
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
	border-top: 1px solid #ddd;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
	border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
	border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
	border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
	border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}

.panel > .table-responsive {
	border: 0;
	margin-bottom: 0;
}

.panel-group {
	margin-bottom: 17px;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
	overflow: hidden;
}

.panel-group .panel + .panel {
	margin-top: 5px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}

.panel-default {
	border-color: #ddd;
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}

.panel-primary {
	border-color: #428bca;
}

.panel-primary > .panel-heading {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #428bca;
}

.panel-success {
	border-color: #d6e9c6;
}

.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}

.panel-warning {
	border-color: #faebcc;
}

.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}

.panel-danger {
	border-color: #ebccd1;
}

.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-inner > .item {
	display: none;
	position: relative;
	transition: .6s ease-in-out left;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active, .carousel-inner > .next.left, .carousel-inner > .prev.right {
	left: 0;
}

.carousel-control, .carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	left: 100%;
}

.carousel-inner > .active.left, .carousel-inner > .prev {
	left: -100%;
}

.carousel-inner > .active.right {
	left: 100%;
}

.carousel-control {
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(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, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:focus, .carousel-control:hover {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90);
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 50%;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 50%;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif;
}

.carousel-control .icon-prev:before {
	content: "‹";
}

.carousel-control .icon-next:before {
	content: "›";
}

.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 	;
	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, .6);
}

.carousel-caption .added_to_cart, .carousel-caption .btn, .carousel-caption .tab-pane .form-submit #submit, .tab-pane .form-submit .carousel-caption #submit {
	text-shadow: none;
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 30px;
	}
	
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}
	
	.carousel-indicators {
		bottom: 20px;
	}
}

.clearfix:after, .clearfix:before, .site-footer .recent-posts li:after, .site-footer .recent-posts li:before, .site-footer .widget_recent_entries li:after, .site-footer .widget_recent_entries li:before {
	content: " ";
	display: table;
}

.clearfix:after, .site-footer .recent-posts li:after, .site-footer .widget_recent_entries li: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;
	visibility: hidden !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
	display: none !important;
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important;
	}
	
	table.visible-xs {
		display: table;
	}
	
	tr.visible-xs {
		display: table-row !important;
	}
	
	td.visible-xs, th.visible-xs {
		display: table-cell !important;
	}
}

@media (min-width:768px)and (max-width:991px) {
	.visible-sm {
		display: block !important;
	}
	
	table.visible-sm {
		display: table;
	}
	
	tr.visible-sm {
		display: table-row !important;
	}
	
	td.visible-sm, th.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width:992px)and (max-width:1199px) {
	.visible-md {
		display: block !important;
	}
	
	table.visible-md {
		display: table;
	}
	
	tr.visible-md {
		display: table-row !important;
	}
	
	td.visible-md, th.visible-md {
		display: table-cell !important;
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important;
	}
	
	table.visible-lg {
		display: table;
	}
	
	tr.visible-lg {
		display: table-row !important;
	}
	
	td.visible-lg, th.visible-lg {
		display: table-cell !important;
	}
}

@media (max-width:992px) {
	.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;
	}
	
	tr.visible-print {
		display: table-row !important;
	}
	
	td.visible-print, th.visible-print {
		display: table-cell !important;
	}
	
	.hidden-print {
		display: none !important;
	}
}

.secondary-bg {
	background-color: #f9f9f9;
}

.left {
	float: left;
}

.carousel-inner .item.left {
	float: none;
}

.right {
	float: right;
}

.onepage-heading, .post.style-3 .post-meta ul {
	position: relative;
}

.onepage-heading:before {
	display: block;
	content: " ";
	margin-top: -100px;
	height: 100px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	line-height: 1.35em;
}

h1.style-2, h2.style-2, h3.style-2, h4.style-2, h5.style-2, h6.style-2 {
	color: #bfbfbf;
	text-transform: none;
}

h1.style-white, h2.style-white, h3.style-white, h4.style-white, h5.style-white, h6.style-white {
	color: #fff;
	text-transform: none;
}

h1.style-3, h2.style-3, h3.style-3, h4.style-3, h5.style-3, h6.style-3 {
	text-transform: none;
}

h2 + h3 {
	margin-top: 0;
}

h3.style-2 {
	font-size: 18px;
}

.col-md-10 > h1:first-child, .col-md-10 > h2:first-child, .col-md-10 > h3:first-child, .col-md-10 > h4:first-child, .col-md-10 > h5:first-child, .col-md-11 > h1:first-child, .col-md-11 > h2:first-child, .col-md-11 > h3:first-child, .col-md-11 > h4:first-child, .col-md-11 > h5:first-child, .col-md-12 > h1:first-child, .col-md-12 > h2:first-child, .col-md-12 > h3:first-child, .col-md-12 > h4:first-child, .col-md-12 > h5:first-child, .col-md-1 > h1:first-child, .col-md-1 > h2:first-child, .col-md-1 > h3:first-child, .col-md-1 > h4:first-child, .col-md-1 > h5:first-child, .col-md-2 > h1:first-child, .col-md-2 > h2:first-child, .col-md-2 > h3:first-child, .col-md-2 > h4:first-child, .col-md-2 > h5:first-child, .col-md-3 > h1:first-child, .col-md-3 > h2:first-child, .col-md-3 > h3:first-child, .col-md-3 > h4:first-child, .col-md-3 > h5:first-child, .col-md-4 > h1:first-child, .col-md-4 > h2:first-child, .col-md-4 > h3:first-child, .col-md-4 > h4:first-child, .col-md-4 > h5:first-child, .col-md-5 > h1:first-child, .col-md-5 > h2:first-child, .col-md-5 > h3:first-child, .col-md-5 > h4:first-child, .col-md-5 > h5:first-child, .col-md-6 > h1:first-child, .col-md-6 > h2:first-child, .col-md-6 > h3:first-child, .col-md-6 > h4:first-child, .col-md-6 > h5:first-child, .col-md-7 > h1:first-child, .col-md-7 > h2:first-child, .col-md-7 > h3:first-child, .col-md-7 > h4:first-child, .col-md-7 > h5:first-child, .col-md-8 > h1:first-child, .col-md-8 > h2:first-child, .col-md-8 > h3:first-child, .col-md-8 > h4:first-child, .col-md-8 > h5:first-child, .col-md-9 > h1:first-child, .col-md-9 > h2:first-child, .col-md-9 > h3:first-child, .col-md-9 > h4:first-child, .col-md-9 > h5:first-child, .col-sm-10 > h1:first-child, .col-sm-10 > h2:first-child, .col-sm-10 > h3:first-child, .col-sm-10 > h4:first-child, .col-sm-10 > h5:first-child, .col-sm-11 > h1:first-child, .col-sm-11 > h2:first-child, .col-sm-11 > h3:first-child, .col-sm-11 > h4:first-child, .col-sm-11 > h5:first-child, .col-sm-12 > h1:first-child, .col-sm-12 > h2:first-child, .col-sm-12 > h3:first-child, .col-sm-12 > h4:first-child, .col-sm-12 > h5:first-child, .col-sm-1 > h1:first-child, .col-sm-1 > h2:first-child, .col-sm-1 > h3:first-child, .col-sm-1 > h4:first-child, .col-sm-1 > h5:first-child, .col-sm-2 > h1:first-child, .col-sm-2 > h2:first-child, .col-sm-2 > h3:first-child, .col-sm-2 > h4:first-child, .col-sm-2 > h5:first-child, .col-sm-3 > h1:first-child, .col-sm-3 > h2:first-child, .col-sm-3 > h3:first-child, .col-sm-3 > h4:first-child, .col-sm-3 > h5:first-child, .col-sm-4 > h1:first-child, .col-sm-4 > h2:first-child, .col-sm-4 > h3:first-child, .col-sm-4 > h4:first-child, .col-sm-4 > h5:first-child, .col-sm-5 > h1:first-child, .col-sm-5 > h2:first-child, .col-sm-5 > h3:first-child, .col-sm-5 > h4:first-child, .col-sm-5 > h5:first-child, .col-sm-6 > h1:first-child, .col-sm-6 > h2:first-child, .col-sm-6 > h3:first-child, .col-sm-6 > h4:first-child, .col-sm-6 > h5:first-child, .col-sm-7 > h1:first-child, .col-sm-7 > h2:first-child, .col-sm-7 > h3:first-child, .col-sm-7 > h4:first-child, .col-sm-7 > h5:first-child, .col-sm-8 > h1:first-child, .col-sm-8 > h2:first-child, .col-sm-8 > h3:first-child, .col-sm-8 > h4:first-child, .col-sm-8 > h5:first-child, .col-sm-9 > h1:first-child, .col-sm-9 > h2:first-child, .col-sm-9 > h3:first-child, .col-sm-9 > h4:first-child, .col-sm-9 > h5:first-child {
	margin-top: 0;
}

@media (max-width:992px) {
	.responsive .col-md-2 + .col-md-2, .responsive .col-md-2 + .col-md-3, .responsive .col-md-2 + .col-md-4, .responsive .col-md-2 + .col-md-6, .responsive .col-md-2 + .col-md-7, .responsive .col-md-2 + .col-md-8, .responsive .col-md-3 + .col-md-2, .responsive .col-md-3 + .col-md-3, .responsive .col-md-3 + .col-md-4, .responsive .col-md-3 + .col-md-6, .responsive .col-md-3 + .col-md-7, .responsive .col-md-3 + .col-md-8, .responsive .col-md-4 + .col-md-2, .responsive .col-md-4 + .col-md-3, .responsive .col-md-4 + .col-md-4, .responsive .col-md-4 + .col-md-6, .responsive .col-md-4 + .col-md-7, .responsive .col-md-4 + .col-md-8, .responsive .col-md-5 + .col-md-2, .responsive .col-md-5 + .col-md-3, .responsive .col-md-5 + .col-md-4, .responsive .col-md-5 + .col-md-6, .responsive .col-md-5 + .col-md-7, .responsive .col-md-5 + .col-md-8, .responsive .col-md-6 + .col-md-2, .responsive .col-md-6 + .col-md-3, .responsive .col-md-6 + .col-md-4, .responsive .col-md-6 + .col-md-6, .responsive .col-md-6 + .col-md-7, .responsive .col-md-6 + .col-md-8, .responsive .col-md-7 + .col-md-2, .responsive .col-md-7 + .col-md-3, .responsive .col-md-7 + .col-md-4, .responsive .col-md-7 + .col-md-6, .responsive .col-md-7 + .col-md-7, .responsive .col-md-7 + .col-md-8, .responsive .col-md-8 + .col-md-2, .responsive .col-md-8 + .col-md-3, .responsive .col-md-8 + .col-md-4, .responsive .col-md-8 + .col-md-6, .responsive .col-md-8 + .col-md-7, .responsive .col-md-8 + .col-md-8 {
		margin-top: 20px;
	}
}

.price ins, .widget-price ins, a:hover {
	text-decoration: none;
}

.row.no-margin {
	margin: 0;
}

.subpage {
	padding-bottom: 80px;
}

.space {
	display: inline-block;
	height: 1px;
	width: 25px;
}

.site-wrapper {
	background-color: #fff;
	overflow: hidden;
}

.boxed .not-responsive .container, .boxed .site-wrapper.not-responsive, .not-responsive .container {
	width: 970px !important;
	max-width: none !important;
}

.not-responsive {
	overflow: visible;
}

.site-footer {
	background-color: #313131;
	color: #fff;
	line-height: 1.9em;
	margin-top: 70px;
}

.site-footer.footer-spacing-off {
	margin-top: 0;
}

.site-footer .socialize a, .site-footer .widget-title, .site-footer a:not(.btn) {
	color: inherit;
}

.site-footer > .container {
	padding-top: 69px;
	padding-bottom: 62px;
}

.site-footer > .container + .container {
	padding-top: 0;
}

.site-footer .widget-title {
	font-size: 17px;
	margin-top: -6px;
	margin-bottom: 38px;
	text-transform: uppercase;
}

.site-footer img {
	margin-bottom: 32px;
}

.site-footer .row > div > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (max-width:992px) {
	.responsive .site-footer .row > div + div {
		margin-top: 0;
	}
	
	.site-footer .col-md-3 {
		margin-bottom: 30px;
	}
}

.site-footer .menu {
	margin: 0;
	padding: 0;
}

.site-footer .menu a {
	display: block;
}

.site-footer .copyright-footer {
	background-color: #2c2c2c;
	color: rgba(255, 255, 255, .5);
}

.site-footer .copyright-footer > .container {
	padding-top: 22px;
	padding-bottom: 22px;
}

.site-footer .copyright-footer .socialize {
	margin-bottom: -3px;
}

@media (max-width:992px) {
	.site-footer .copyright-footer .text-right {
		text-align: left;
	}
	
	.site-footer .copyright-footer .col-md-6 + .col-md-6 {
		margin-top: 20px;
	}
}

.site-footer .contact-info li {
	margin-bottom: 7px;
}

.site-footer .contact-footer :first-child {
	margin-top: 45px;
}

.site-footer .contact-footer h2, .site-footer .contact-footer h3 {
	color: inherit;
	text-transform: none;
	margin: 0;
}

.site-footer .contact-footer h2 {
	font-size: 34px;
}

.site-footer .contact-footer h3 {
	font-size: 26px;
}

.site-footer .recent-posts li + li, .site-footer .widget_recent_entries li + li {
	margin-top: 9px;
}

.site-footer .recent-posts span:before, .site-footer .widget_recent_entries span:before {
	content: "/";
	margin: 0 6px;
}

.site-footer .widget-container + .widget-container h3 {
	margin-top: 40px;
}

.site-footer .widget-container select {
	border-radius: 3px;
	border: 0;
	color: #727272;
	padding: 10px 8px;
	width: 100%;
}

.post + .post {
	margin-top: 60px;
}

.post header {
	position: relative;
	overflow: hidden;
}

.post header a {
	display: block;
	position: relative;
	z-index: 9;
}

.post header img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.post header + a, .post header + h1 {
	display: inline-block;
	margin-top: 0;
}

.post .post-meta {
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.post .post-meta ul {
	padding: 0;
	height: 100%;
}

.post .post-meta li {
	list-style: none;
	height: 25%;
	position: relative;
}

.post .post-meta li:first-of-type button {
	border: 0;
}

.post .post-meta button {
	color: #fff;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .15);
	height: 100%;
	font-size: 20px;
	padding: 0;
	position: relative;
	z-index: 11;
}

.post .post-meta button i {
	display: block;
	margin-top: 1px;
	height: 100px;
	width: 70px;
}

.post .post-meta button i:before {
	margin-left: -9px;
	margin-top: -9px;
	position: absolute;
	left: 50%;
	top: 50%;
}

.post .post-meta button:hover i {
	background-color: rgba(0, 0, 0, .15);
}

.post .post-meta .meta-content:hover, .post .post-meta button:hover + .meta-content {
	left: 70px;
}

.post .post-meta .meta-content {
	background-color: #f9f9f9;
	border-top: 1px solid #f9f9f9;
	display: inline-block;
	font-size: 14px;
	line-height: 100%;
	height: 100%;
	left: -100%;
	position: absolute;
	padding: 0 30px;
	top: 0;
	z-index: 10;
	transition: .4s all;
}

.post .post-meta .meta-content span, .post.style-3 .post-meta li .meta-content span {
	display: inline-block;
	position: relative;
	margin-top: -7px;
	float: right;
	top: 50%;
}

.post h1 {
	font-size: 24px;
}

.post .added_to_cart, .post .btn, .post .tab-pane .form-submit #submit, .tab-pane .form-submit .post #submit {
	margin-top: 20px;
}

.post.style-2 header {
	font-size: 14px;
	margin-bottom: 0;
	padding-left: 0;
}

.post h1, .post.style-2 > header img {
	margin-bottom: 20px;
}

.post.style-2 h1 {
	margin: 13px 0 15px;
}

.post.style-2 .post-meta {
	position: static;
}

.post.style-2 .post-meta .fas {
	margin-right: 10px;
}

.post.style-2 .post-meta li {
	display: inline;
	margin-right: 10px;
}

.post.style-3 {
	margin-bottom: 56px;
}

.post.style-3 h1 {
	font-size: 19px;
	margin-top: 0;
}

.post.style-3 .post-meta {
	margin-top: -70px;
	top: 100%;
}

.post.style-3 .post-meta li {
	float: left;
	width: 25%;
	height: auto;
	position: static;
}

.post.style-3 .post-meta li button {
	border: 0;
	border-right: 1px solid rgba(0, 0, 0, .15);
	width: 100%;
}

.post.style-3 .post-meta li button i {
	height: 65px;
	width: 200px;
}

.post.style-3 .post-meta li .meta-content:hover, .post.style-3 .post-meta li button:hover + .meta-content {
	left: 0;
	top: -42px;
}

.post.style-3 .post-meta li .meta-content {
	height: 42px;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
}

.post.style-3 .post-meta li .meta-content span {
	float: left;
}

.post-meta li, .post-meta li a {
	color: #b8b8b8;
}

.post-meta li a:hover {
	color: #727272;
}

article.post div.post-content {
	padding-top: 10px;
}

.absolute.stickymark {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
}

.triangle-topleft.hovercolor {
	border-right: 60px solid transparent;
	border-top: 60px solid #e6ae48;
	height: 0;
	left: 0;
	top: 0;
	width: 0;
	z-index: 30;
}

i.nav_background_color.fa-thumbtack {
	position: absolute;
	top: 13px;
	left: 13px;
	color: #fff;
}

@media (max-width:992px) {
	.responsive .blog > .row > * {
		float: left;
		width: 50%;
		margin-top: 0;
	}
}

@media (max-width:520px) {
	.responsive .blog > .row > * {
		float: none;
		width: 100%;
	}
	
	.responsive .blog > .row > * img {
		width: 100%;
	}
}

.home.blog .site-header + * {
	padding-top: 70px;
}

.blog-masonry article.post {
	float: none;
	margin-top: 0;
	margin-bottom: 33px;
}

.blog-masonry article.recentblog header, .recent-posts article.recentblog .titlemichelle {
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px;
	padding: 0 0 20px;
}

.blog-masonry article.post h1, .recent-posts article.post h1 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 7px;
}

.blog-masonry article.post .post-hover, .recent-posts article.post .post-hover, .team header {
	position: relative;
	overflow: hidden;
}

.blog-masonry article.post .post-hover:before, .recent-posts article.post .post-hover:before {
	color: #fff;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 22px;
	left: 50%;
	margin-left: -11px;
	margin-top: -17px;
	position: absolute;
	top: 50%;
	z-index: 1;
	opacity: 0;
	transition: all .3s;
}

.blog-masonry article.post .post-hover:after, .recent-posts article.post .post-hover:after {
	content: "";
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	opacity: .8;
	filter: alpha(opacity=80);
	transition: all .3s;
}

.blog-masonry article.post .post-hover:hover img, .recent-posts article.post .post-hover:hover img {
	transform: scale(2);
}

.blog-masonry article.post .post-hover:hover:after, .recent-posts article.post .post-hover:hover:after {
	background: 0 0 #000;
	bottom: -2px;
	left: -2px;
	right: -2px;
	top: -2px;
	opacity: .6;
	filter: alpha(opacity=60);
}

.blog-masonry article.post .post-hover:hover:before, .recent-posts article.post .post-hover:hover:before {
	top: 50%;
}

@media (max-width:768px) {
	.responsive .blog-masonry article.post, .responsive .recent-posts article.post {
		width: 49.9%;
	}
}

@media (max-width:380px) {
	.responsive .blog-masonry article.post, .responsive .recent-posts article.post {
		width: 100%;
	}
}

.blog-masonry .col-sm-4, .recent-posts .col-sm-4 {
	margin: 0 15px;
	padding: 0;
	width: 30%;
	width: calc(33.3333% - 30px);
}

.blog-masonry .col-sm-3, .recent-posts .col-sm-3 {
	margin: 0 15px;
	padding: 0;
	width: 23%;
	width: calc(25% - 30px);
}

.blog-masonry .post + .post, .recent-posts .post + .post {
	margin-top: 0;
}

@media (max-width:768px) {
	.responsive .recent-posts .post {
		float: left;
		margin-bottom: 30px;
	}
	
	.responsive .recent-posts .post img {
		width: 100%;
	}
}

@media (max-width:380px) {
	.responsive .recent-posts .post {
		width: 100%;
	}
}

.nav-links, .page-numbers {
	padding-left: 0;
	text-align: center;
}

.page-numbers .first, .page-numbers .last {
	font-size: 10px;
	position: relative;
	top: -1px;
}

.page-numbers .first, .page-numbers .last, .page-numbers .next, .page-numbers .prev {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.page-numbers .prev {
	margin-right: 10px;
}

.page-numbers .next {
	margin-left: 10px;
}

.page-numbers .first {
	margin-right: -10px;
}

.page-numbers .last {
	margin-left: -10px;
}

.page-numbers .prev:before {
	content: "";
}

.page-numbers .next:before {
	content: "";
}

.page-numbers .first:before {
	content: "";
}

.page-numbers .last:before {
	content: "";
}

.nav-links a, .nav-links span, .page-numbers a, .page-numbers span {
	display: inline-block;
	font-size: 14px;
	padding: 10px;
}

.page-numbers li {
	display: inline-block;
	list-style: none;
}

.fullscreen h1, .fullscreen h2, .fullscreen h3, .fullscreen h4, .fullscreen h5, .ls-michell h1, .ls-michell h2, .ls-michell h3, .ls-michell h4, .ls-michell h5, .post h1 {
	text-transform: none;
}

.fullscreen .upper, .ls-michell .upper {
	text-transform: uppercase;
}

.fullscreen .added_to_cart, .fullscreen .btn.btn-md, .fullscreen .tab-pane .form-submit #submit, .ls-michell .added_to_cart, .ls-michell .btn.btn-md, .ls-michell .tab-pane .form-submit #submit, .tab-pane .form-submit .fullscreen #submit, .tab-pane .form-submit .ls-michell #submit {
	font-size: 15px !important;
	padding: 15px 57px !important;
}

@media (max-width:992px) {
	.responsive .responsive .ls-michell .added_to_cart, .responsive .responsive .ls-michell .btn.btn-md, .responsive .responsive .ls-michell .tab-pane .form-submit #submit, .tab-pane .form-submit .responsive .responsive .ls-michell #submit {
		font-size: 13px !important;
		padding: 1.5% 4% !important;
	}
}

@media (max-width:768px) {
	.responsive .responsive .ls-michell .added_to_cart, .responsive .responsive .ls-michell .btn.btn-md, .responsive .responsive .ls-michell .tab-pane .form-submit #submit, .tab-pane .form-submit .responsive .responsive .ls-michell #submit {
		font-size: 12px !important;
	}
}

@media (max-width:500px) {
	.responsive .responsive .ls-michell .added_to_cart, .responsive .responsive .ls-michell .btn.btn-md, .responsive .responsive .ls-michell .tab-pane .form-submit #submit, .tab-pane .form-submit .responsive .responsive .ls-michell #submit {
		font-size: 11px !important;
	}
}

@media (max-width:300px) {
	.responsive .responsive .ls-michell .added_to_cart, .responsive .responsive .ls-michell .btn.btn-md, .responsive .responsive .ls-michell .tab-pane .form-submit #submit, .tab-pane .form-submit .responsive .responsive .ls-michell #submit {
		font-size: 10px !important;
	}
}

.responsive .ls-wp-fullwidth-container .ls-michell .ls-slide {
	overflow: visible;
}

.pattern-1 {
	background: url("https://cdn-ilbmekd.nitrocdn.com/oRQqkuDLpmUnQrsvtRdTLOAHsShzWlUx/assets/images/optimized/rev-b535b8b/kgrnaudit.com/wp-content/themes/accounting/css/boxed/image.jpg") center center fixed;
	background-size: cover;
}

.pattern-1.nitro-lazy {
	background: none !important;
}

.pattern-2 {
	background-image: url("https://cdn-ilbmekd.nitrocdn.com/oRQqkuDLpmUnQrsvtRdTLOAHsShzWlUx/assets/images/optimized/rev-b535b8b/kgrnaudit.com/wp-content/themes/accounting/css/boxed/pattern-2.png");
}

.pattern-2.nitro-lazy {
	background-image: none !important;
}

.pattern-3 {
	background-image: url("https://cdn-ilbmekd.nitrocdn.com/oRQqkuDLpmUnQrsvtRdTLOAHsShzWlUx/assets/images/optimized/rev-b535b8b/kgrnaudit.com/wp-content/themes/accounting/css/boxed/pattern-3.png");
}

.pattern-3.nitro-lazy {
	background-image: none !important;
}

.pattern-4 {
	background-image: url("https://cdn-ilbmekd.nitrocdn.com/oRQqkuDLpmUnQrsvtRdTLOAHsShzWlUx/assets/images/optimized/rev-b535b8b/kgrnaudit.com/wp-content/themes/accounting/css/boxed/pattern-4.png");
}

.pattern-4.nitro-lazy {
	background-image: none !important;
}

.pattern-5 {
	background-image: url("https://cdn-ilbmekd.nitrocdn.com/oRQqkuDLpmUnQrsvtRdTLOAHsShzWlUx/assets/images/optimized/rev-b535b8b/kgrnaudit.com/wp-content/themes/accounting/css/boxed/pattern-5.png");
}

.pattern-5.nitro-lazy {
	background-image: none !important;
}

.pattern-6 {
	background-image: url("https://cdn-ilbmekd.nitrocdn.com/oRQqkuDLpmUnQrsvtRdTLOAHsShzWlUx/assets/images/optimized/rev-b535b8b/kgrnaudit.com/wp-content/themes/accounting/css/boxed/pattern-6.png");
}

.pattern-6.nitro-lazy {
	background-image: none !important;
}

.pattern-7 {
	background-image: url("https://cdn-ilbmekd.nitrocdn.com/oRQqkuDLpmUnQrsvtRdTLOAHsShzWlUx/assets/images/optimized/rev-b535b8b/kgrnaudit.com/wp-content/themes/accounting/css/boxed/pattern-7.png");
}

.pattern-7.nitro-lazy {
	background-image: none !important;
}

.pattern-8 {
	background-image: url("https://cdn-ilbmekd.nitrocdn.com/oRQqkuDLpmUnQrsvtRdTLOAHsShzWlUx/assets/images/optimized/rev-b535b8b/kgrnaudit.com/wp-content/themes/accounting/css/boxed/pattern-8.png");
}

.pattern-8.nitro-lazy {
	background-image: none !important;
}

.pattern-9 {
	background-image: url("https://cdn-ilbmekd.nitrocdn.com/oRQqkuDLpmUnQrsvtRdTLOAHsShzWlUx/assets/images/optimized/rev-b535b8b/kgrnaudit.com/wp-content/themes/accounting/css/boxed/pattern-9.png");
}

.pattern-9.nitro-lazy {
	background-image: none !important;
}

.pattern-10 {
	background-image: url("https://kgrnaudit.com/wp-content/themes/accounting/css/boxed/pattern-10.png");
}

.pattern-10.nitro-lazy {
	background-image: none !important;
}

.boxed .site-wrapper {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
	margin: 0 auto;
}

@media (min-width:768px) {
	.boxed .site-wrapper {
		width: 750px;
	}
}

@media (min-width:992px) {
	.boxed .site-wrapper {
		width: 970px;
	}
}

@media (min-width:1200px) {
	.boxed .site-wrapper {
		width: 1170px;
	}
}

@media (min-width:1300px) {
	.boxed .site-wrapper {
		width: 1250px;
	}
}

@media (min-width:768px) {
	.boxed .container {
		width: 720px;
	}
}

@media (min-width:992px) {
	.boxed .container {
		width: 930px;
	}
}

@media (min-width:1200px) {
	.boxed .container {
		width: 1170px;
	}
}

.tagcloud a {
	transition: background-color .2s;
}

.carousel-indicators li, .ls-michell .ls-bottom-slidebuttons a, .ls-michell .ls-nav-next, .ls-michell .ls-nav-prev {
	transition: all .2s !important;
}

.fullscreen {
	background-size: cover;
	display: table;
	width: 100%;
}

.fullscreen > .container {
	display: table-cell;
	vertical-align: middle;
}

.fullscreen > .container > :first-child {
	margin-top: -70px;
}

.fullscreen h1 {
	font-size: 60px;
}

.fullscreen h2 {
	font-size: 40px;
	margin: 10px 0 30px;
}

.fullscreen .added_to_cart + .added_to_cart, .fullscreen .added_to_cart + .btn, .fullscreen .btn + .added_to_cart, .fullscreen .btn + .btn, .fullscreen .tab-pane .form-submit #submit + #submit, .fullscreen .tab-pane .form-submit #submit + .added_to_cart, .fullscreen .tab-pane .form-submit #submit + .btn, .fullscreen .tab-pane .form-submit .added_to_cart + #submit, .fullscreen .tab-pane .form-submit .btn + #submit, .tab-pane .form-submit .fullscreen #submit + #submit, .tab-pane .form-submit .fullscreen #submit + .added_to_cart, .tab-pane .form-submit .fullscreen #submit + .btn, .tab-pane .form-submit .fullscreen .added_to_cart + #submit, .tab-pane .form-submit .fullscreen .btn + #submit {
	margin-left: 10px;
}

@media (max-width:420px) {
	.responsive .fullscreen h1 {
		font-size: 40px !important;
	}
	
	.responsive .fullscreen h2 {
		font-size: 30px !important;
	}
	
	.responsive .fullscreen .added_to_cart, .responsive .fullscreen .btn, .responsive .fullscreen .tab-pane .form-submit #submit, .tab-pane .form-submit .responsive .fullscreen #submit {
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}
	
	.responsive .fullscreen .added_to_cart + .added_to_cart, .responsive .fullscreen .added_to_cart + .btn, .responsive .fullscreen .btn + .added_to_cart, .responsive .fullscreen .btn + .btn, .responsive .fullscreen .tab-pane .form-submit #submit + #submit, .responsive .fullscreen .tab-pane .form-submit #submit + .added_to_cart, .responsive .fullscreen .tab-pane .form-submit #submit + .btn, .responsive .fullscreen .tab-pane .form-submit .added_to_cart + #submit, .responsive .fullscreen .tab-pane .form-submit .btn + #submit, .tab-pane .form-submit .responsive .fullscreen #submit + #submit, .tab-pane .form-submit .responsive .fullscreen #submit + .added_to_cart, .tab-pane .form-submit .responsive .fullscreen #submit + .btn, .tab-pane .form-submit .responsive .fullscreen .added_to_cart + #submit, .tab-pane .form-submit .responsive .fullscreen .btn + #submit {
		margin-left: 0;
		margin-top: 10px;
	}
}

#layerslider.parallax, .parallax {
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

@media (max-width:1200px) {
	.responsive #layerslider.parallax, .responsive .parallax {
		background-attachment: scroll !important;
		background-position: top center !important;
	}
}

.icon > a {
	display: block;
}

.icon > a:after, .icon > a:before {
	content: " ";
	display: table;
}

.icon > a:after {
	clear: both;
}

.icon.style-3 .icon-media {
	background: 0 0 !important;
}

.icon.style-3 h2 {
	margin-top: 15px;
	padding-top: 0;
}

.icon.style-3.icon-right {
	text-align: right;
}

.icon.style-1, .icon.style-3.icon-center {
	text-align: center;
}

@media (min-width:601px) {
	.icon.style-2 .icon-header {
		display: table;
		width: 100%;
	}
	
	.icon.style-2 .icon-media, .icon.style-2 .icon-titles {
		display: table-cell;
		vertical-align: middle;
	}
	
	.icon.style-2.icon-left .icon-titles {
		padding-left: 20px;
	}
	
	.icon.style-2.icon-right .icon-titles {
		padding-right: 20px;
	}
}

.icon.style-2 .icon-title {
	padding: 0 15px;
	width: 100%;
}

.icon.style-2 .icon-media {
	width: 1px;
}

.icon.style-1 .icon-svg, .icon.style-1 i {
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	height: 80px;
	padding: 29px 0;
	text-align: center;
	width: 80px;
}

.icon.style-1 .icon-svg {
	font-size: 0;
	position: relative;
}

.icon.style-1 .icon-svg svg {
	color: inherit;
	height: 40px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
}

.icon-svg {
	font-size: 0;
	line-height: 0;
}

.icon h2, .icon i {
	transition: .4s color, .4s background-color;
}

.icon h2 {
	font-size: 17px;
	margin: 0;
	padding-top: 13px;
}

.icon h3 {
	font-size: 14px;
	margin-top: 6px;
}

.icon p {
	line-height: 1.75em;
	margin: 15px 0 0;
}

@media (max-width:992px) {
	.responsive .icon {
		margin: 20px 0;
	}
}

.icon.style-2 a:hover i, .icon.style-2 i {
	background: 0 0;
	height: auto;
	padding: 0;
}

.icon.style-2 i {
	font-size: 29px;
}

.icon.style-2 h2 {
	padding-top: 23px;
}

.icon.style-2 p {
	margin-top: 7px;
}

.icon.icon-left, .icon.icon-left a:hover i, .icon.icon-left i {
	text-align: left;
}

.icon.icon-right, .icon.icon-right a:hover i, .icon.icon-right i {
	text-align: right;
}

.icon.icon-left h2, .icon.icon-right h2 {
	padding-top: 0;
}

@media (max-width:600px) {
	.responsive .icon.icon-left, .responsive .icon.icon-right {
		text-align: center;
	}
	
	.responsive .icon.icon-left a:hover i, .responsive .icon.icon-left i, .responsive .icon.icon-right a:hover i, .responsive .icon.icon-right i {
		margin-bottom: 10px;
		text-align: center;
	}
	
	.responsive .icon.icon-left div, .responsive .icon.icon-left i, .responsive .icon.icon-right div, .responsive .icon.icon-right i {
		float: none;
		padding: 0;
		width: 100%;
	}
}

.heading-left, blockquote {
	position: relative;
}

.heading-left.divider-sm span:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 73px;
}

.heading-left.divider-lg span:before {
	height: 1px;
	left: 0;
}

.heading-left.divider-lg span:before, .heading-middle.divider-lg span:before, .heading-middle.divider-sm span:before {
	bottom: 0;
	content: "";
	position: absolute;
	width: 73px;
}

.heading-middle.divider-lg span:before {
	height: 1px;
}

.heading-left.divider-sm span:before, .heading-middle.divider-sm span:before {
	height: 3px;
}

.heading-left:not(.divider-sm) span, .heading-middle:not(.divider-sm) span {
	border-bottom: 1px solid #ececec;
}

.heading-left span, .heading-middle span {
	display: inline-block;
}

.heading-left span {
	padding-bottom: 20px;
}

.heading-middle {
	text-align: center;
	position: relative;
}

.heading-middle.divider-lg span:before, .heading-middle.divider-sm span:before {
	left: 50%;
	transform: translateX(-50%);
}

.heading-middle span {
	padding: 0 58px 20px;
}

@media (max-width:480px) {
	.responsive .heading-middle span {
		padding-left: 24px;
		padding-right: 24px;
	}
}

h1.heading {
	font-size: 19px;
}

.posts h2, h2.heading {
	font-size: 17px;
}

.posts {
	list-style: none;
	margin: 0;
	padding: 0;
}

.not-responsive .posts {
	min-width: 910px;
}

.posts li {
	background-size: cover;
	float: left;
	position: relative;
	overflow: hidden;
	width: 20%;
}

.posts li:hover div {
	left: 15%;
}

.posts li:hover img {
	left: -15%;
}

.posts img {
	width: 100%;
	position: relative;
	left: 0;
	transition: all .5s;
}

.posts div, .posts div a {
	bottom: 0;
	position: absolute;
}

.posts div {
	background-color: #f9f9f9;
	left: 100%;
	padding: 26px 19px 26px 28px;
	top: 0;
	width: 85%;
	transition: .5s all;
}

.posts div a {
	color: #fff;
	font-size: 16px;
	left: 0;
	height: 37px;
	padding-top: 12px;
	text-align: center;
	width: 37px;
	transition: .2s background-color;
}

.posts h2 {
	margin: 0 0 19px;
}

@media (max-width:1320px) {
	.responsive .posts h2 {
		margin-bottom: 7px;
	}
	
	.responsive .posts div {
		padding: 16px 9px 16px 18px;
		width: 100%;
	}
	
	.responsive .posts li:hover div {
		left: 0;
	}
}

@media (max-width:1100px) {
	.responsive .posts h2 {
		font-size: 16px;
	}
	
	.responsive .posts p {
		display: none;
	}
	
	.responsive .posts div {
		padding: 12px 9px 12px 14px;
	}
}

@media (max-width:768px) {
	.responsive .posts li {
		width: 50%;
	}
	
	.responsive .posts p {
		display: block;
	}
}

@media (max-width:450px) {
	.responsive .posts p {
		display: none;
	}
}

@media (max-width:400px) {
	.responsive .posts li {
		width: 100%;
	}
	
	.responsive .posts p {
		display: block;
	}
}

.progress {
	border-radius: 3px;
	height: 25px;
}

.progress.active .progress-bar {
	animation: progress-bar-michell 2s linear infinite;
}

.progress-bar.progress-bar-success {
	background-color: #5cb85c;
}

.progress-bar.progress-bar-info {
	background-color: #5bc0de;
}

.progress-bar.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-bar.progress-bar-danger {
	background-color: #d54900;
}

.progress-striped .progress-bar {
	background-size: 55px 55px;
}

section.style-2 {
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .045), inset 0 1px 0 0 rgba(0, 0, 0, .045);
}

.page-heading, section.style-2 {
	background-color: #f8f8f8;
}

h3 + .list, h4 + .list {
	margin: 30px 0 20px;
}

.list {
	list-style: outside none none;
	margin: 15px 0 20px;
	padding-left: 0;
}

.list.square li:before {
	content: "";
}

.list.circle li:before {
	content: "";
}

.list.circle-arrow li:before {
	content: "";
}

.list.hand li:before {
	content: "";
}

.list.triangle li:before {
	content: "";
}

.list.arrow li:before {
	content: "";
}

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

.list li:before {
	content: "";
	margin-right: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: relative;
	top: -1px;
}

.list li + li {
	margin-top: 13px;
}

ol.list {
	list-style: decimal;
	padding-left: 19px;
}

ol.list li {
	padding-left: 7px;
}

.added_to_cart, .tab-pane .form-submit #submit {
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	transition: .2s background-color, .2s border;
}

.added_to_cart .fa:first-child, .added_to_cart .fas:first-child, .btn .fa:first-child, .btn .fas:first-child, .btn i:first-child, .tab-pane .form-submit #submit .fa:first-child, .tab-pane .form-submit #submit .fas:first-child {
	margin-right: 8px;
}

.btn[style*=background]:focus, .btn[style*=background]:hover {
	opacity: .85;
}

.added_to_cart:hover, .btn:hover, .tab-pane .form-submit #submit:hover {
	color: #fff;
}

.btn-sm.added_to_cart, .btn.btn-sm, .tab-pane .form-submit .btn-sm#submit {
	font-size: 14px;
	padding: 11px 17px;
}

.added_to_cart, .btn.btn-md, .button, .button.btn-md, .tab-pane .form-submit #submit {
	font-size: 15px;
	padding: 12px 25px;
}

.added_to_cart .fa, .added_to_cart .fas, .btn-lg.added_to_cart .fa, .btn-lg.added_to_cart .fas, .btn-sm.added_to_cart .fa, .btn-sm.added_to_cart .fas, .btn.btn-lg .fa, .btn.btn-lg .fas, .btn.btn-lg i, .btn.btn-md .fa, .btn.btn-md .fas, .btn.btn-md i, .btn.btn-sm .fa, .btn.btn-sm .fas, .btn.btn-sm i, .tab-pane .form-submit #submit .fa, .tab-pane .form-submit #submit .fas, .tab-pane .form-submit .btn-lg#submit .fa, .tab-pane .form-submit .btn-lg#submit .fas, .tab-pane .form-submit .btn-sm#submit .fa, .tab-pane .form-submit .btn-sm#submit .fas {
	font-size: 16px;
}

.btn-lg.added_to_cart, .btn.btn-lg, .tab-pane .form-submit .btn-lg#submit {
	font-size: 17px;
	padding: 15px 41px;
}

.btn-wide.added_to_cart, .btn.btn-wide, .tab-pane .form-submit .btn-wide#submit {
	font-size: 14px;
	padding: 12px 57px;
}

.btn.style-2, .style-2.added_to_cart, .tab-pane .form-submit .style-2#submit {
	border: 1px solid rgba(0, 0, 0, .3);
}

.btn.style-3, .style-3.added_to_cart, .tab-pane .form-submit .style-3#submit {
	border-radius: 3px;
}

.style-3.added_to_cart:hover, .tab-pane .form-submit .style-3#submit:hover {
	color: #fff !important;
}

.btn.style-6 {
	transition: .2s opacity !important;
}

.btn.style-6:focus, .btn.style-6:hover {
	opacity: .8;
}

.col-2-5 {
	width: 20%;
}

@media (max-width:992px) {
	.responsive .col-2-5 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.col-9-5 {
	padding-right: 40px;
	width: 75%;
}

.col-2-5 + .col-9-5 {
	padding-left: 40px;
	padding-right: 0;
}

@media (max-width:992px) {
	.responsive .col-2-5 + .col-9-5 {
		padding: 0;
	}
}

.col-2-5, .col-9-5 {
	float: left;
}

@media (max-width:992px) {
	.responsive .col-2-5, .responsive .col-9-5 {
		width: 100%;
	}
}

.nav-tabs, .tab-pane {
	margin: 0 auto;
	max-width: 980px;
}

.nav-tabs {
	border-color: #ececec;
	margin: 0 auto 40px;
}

.tabs-7 li {
	text-align: center;
	width: 14.49%;
}

.tabs-7 li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width:992px) {
	.nav-tabs.vertical {
		border: 1px solid #ececec;
		border-style: none solid none none;
		padding-bottom: 14px;
	}
	
	.nav-tabs.vertical li {
		border: 1px solid transparent;
		border-right: none;
		border-bottom: 1px solid #ececec;
		float: none;
		margin: -1px 0;
		text-align: right;
		width: 100%;
	}
	
	.nav-tabs.vertical li.active, .nav-tabs.vertical li.active:last-child {
		border-bottom: 1px solid #ececec;
	}
	
	.nav-tabs.vertical li.active:after, .nav-tabs.vertical li.active:last-child:after {
		bottom: -1px;
		left: -1px;
		height: auto;
		position: absolute;
		right: auto;
		top: -1px;
		width: 9px;
		z-index: 9;
	}
	
	.nav-tabs.vertical li:last-child {
		border-bottom-color: transparent;
	}
}

.nav-tabs > li {
	border: 1px solid transparent;
	border-bottom: none;
	border-right: 1px solid #ececec;
	margin: 0 -1px;
	position: relative;
	transition: all .2s;
	display: inline-block;
	float: none;
}

.nav-tabs > li .fa, .nav-tabs > li .fas {
	text-indent: 14px;
}

.nav-tabs > li:last-child {
	border-right: transparent;
}

.nav-tabs > li:last-child.active {
	border-right: 0 solid #ececec;
}

@media (max-width:992px) {
	.nav-tabs > li:last-child.active {
		border-right: 1px solid #ececec;
	}
}

.nav-tabs > li > a {
	border: 0 !important;
	border-radius: 0;
	font-size: 14px;
	padding: 13px 24px;
}

.nav-tabs > li > a:hover, .sidebar .menu .sub-menu .current-menu-item > a {
	background: 0 0;
}

.nav-tabs > li.active, .nav-tabs > li.active:last-child {
	border-color: #ececec;
}

.nav-tabs > li.active:after, .nav-tabs > li.active:last-child:after {
	content: "";
	left: -1px;
	height: 9px;
	position: absolute;
	right: -1px;
	top: -9px;
}

@media (max-width:992px) {
	.nav-tabs > li, .nav-tabs > li:last-child {
		border: 1px solid #ececec;
		border-bottom: 0;
		margin: 0;
		float: none;
		text-align: left;
		width: 100%;
	}
	
	.nav-tabs > li .fa, .nav-tabs > li .fas, .nav-tabs > li:last-child .fa, .nav-tabs > li:last-child .fas {
		float: left;
		margin-top: 3px;
		margin-left: 0;
		margin-right: 24px;
	}
	
	.nav-tabs > li.active:after, .nav-tabs > li:last-child.active:after {
		bottom: -1px;
		left: -1px;
		height: auto;
		position: absolute;
		right: auto;
		top: -1px;
		width: 9px;
		z-index: 9;
	}
}

.tab-pane:after, .tab-pane:before {
	content: " ";
	display: table;
}

.tab-pane:after {
	clear: both;
}

.statement {
	background-size: cover;
	padding: 100px 0;
	position: relative;
}

.statement.style-2 {
	padding: 75px 0;
}

.statement h1 {
	margin: 0;
	text-transform: uppercase;
}

.statement h2, .statement h3, .statement h4, .statement h5 {
	margin: 0;
	text-transform: none;
}

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

.statement .style-2 {
	color: #fff;
}

.statement .added_to_cart, .statement .btn, .statement .tab-pane .form-submit #submit, .tab-pane .form-submit .statement #submit {
	margin-top: 20px;
}

.pos-left {
	position: absolute;
	left: 0;
	top: -50px;
	max-width: 50%;
}

@media (max-width:1260px) {
	.responsive .pos-left {
		top: -20px;
	}
}

.logos:after, .logos:before {
	content: " ";
	display: table;
}

.logos:after {
	clear: both;
}

.not-responsive .logos {
	min-width: 910px;
}

.logos.logos-5 li {
	width: 20%;
}

.logos li {
	display: table-cell;
	list-style: none;
	padding: 0 20px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

.logos a {
	backface-visibility: hidden;
	display: block;
	position: relative;
}

.logos a:hover .hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.logos .hover {
	position: absolute;
	left: 0;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
}

.logos .hover, .logos-fade a {
	transition: .2s opacity;
}

.logos-fade a:focus, .logos-fade a:hover {
	opacity: .6;
}

@media (max-width:580px) {
	.responsive .logos li, .responsive .logos.logos-5 li {
		display: block;
		height: 30px;
		float: left;
		margin: 15px 0;
		width: 50%;
	}
}

@media (max-width:350px) {
	.responsive .logos li, .responsive .logos.logos-5 li {
		height: auto;
		width: 100%;
	}
	
	.responsive .logos li + li, .responsive .logos.logos-5 li + li {
		margin-top: 30px;
	}
}

.logos-wrapper.style-2 li {
	display: block;
	padding: 0 !important;
	text-align: center;
}

.logos-wrapper.style-2 .owl-item img {
	display: inline;
	width: auto;
}

.logos-wrapper.style-2 .logos .hover {
	top: 0;
}

.error-404 {
	margin: 140px 0 160px;
	text-align: center;
}

.error-404 h1, .error-404 h2 {
	text-transform: none;
}

.error-404 h1 {
	font-size: 48px;
}

.error-404 h2 {
	margin-bottom: 40px;
}

.page-heading {
	background-size: cover;
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .045);
	font-size: 14px;
	padding: 38px 0 33px;
}

body:not(.home) .page-heading {
	margin-bottom: 60px;
}

.page-heading:after, .page-heading:before {
	content: " ";
	display: table;
}

.page-heading:after {
	clear: both;
}

.page-heading h1 {
	font-size: 24px;
	float: left;
	margin: 0;
	text-transform: none;
}

.page-heading .breadcrumbs {
	float: right;
	padding: 0;
	margin-top: 10px;
}

.page-heading .breadcrumbs li {
	list-style: none;
	float: left;
}

.page-heading .breadcrumbs li a:after {
	content: "/";
	margin: 0 5px;
}

.page-heading .breadcrumbs li:last-child a:after {
	display: none;
}

@media (min-width:992px) {
	.page-heading-top {
		padding-top: 75px;
	}
}

@media (max-width:480px) {
	.responsive .page-heading .breadcrumbs {
		float: left;
		width: 100%;
	}
}

@media (max-width:768px) {
	.responsive .team-wrapper {
		padding: 0 15px;
	}
	
	.responsive .team-wrapper > * {
		margin-bottom: 20px;
		padding: 0;
		width: 100%;
	}
}

@media (min-width:480px)and (max-width:768px) {
	.responsive .team-wrapper > * {
		float: left;
		padding-left: .5%;
		padding-right: .5%;
		width: 50%;
	}
}

.pricing-table ul li, .team {
	border-bottom: 1px solid #ececec;
}

.team {
	padding-bottom: 17px;
	margin-top: 0 !important;
}

@media (max-width:768px) {
	.responsive .team img {
		width: 100%;
	}
}

.team h2, .team h3 {
	font-size: 17px;
}

.team h3 {
	margin: 0 0 14px;
}

.team em, .team h2 {
	display: block;
	text-align: center;
}

.team h2 {
	text-transform: none;
}

.team em {
	color: #a3a3a3;
	font-size: 13px;
	font-style: normal;
}

.team img {
	position: relative;
	top: 0;
	transition: all .4s;
	width: 100%;
}

.team-hover header:hover img {
	top: -77px;
}

.team-hover header:hover .hover {
	transform: translateY(-100%);
}

.team .hover {
	background-color: #f9f9f9;
	padding: 26px 22px 22px;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	transition: .4s all;
}

@media (max-width:1200px) {
	.responsive .team .hover {
		padding: 16px 12px 12px;
	}
}

@media (min-width:768px)and (max-width:992px) {
	.responsive .team .hover p {
		display: none;
	}
}

.team .hover .social, .team .hover .socialize {
	margin-top: 22px;
	text-align: center;
}

.team .hover .social a, .team .hover .socialize a {
	font-size: 14px;
	margin: 0;
}

.team-single-title {
	margin: 0;
}

@media (max-width:767px) {
	.team-single-title {
		margin-top: 30px;
	}
}

.team-single-subtitle {
	color: #a3a3a3;
	font-size: 13px;
}

.team-single-content {
	margin-top: 15px;
}

.pricing-table {
	border-radius: 3px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .15);
}

.pricing-table header {
	color: rgba(0, 0, 0, .45);
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 22px;
}

.pricing-table.exposed {
	margin-top: -20px;
}

.pricing-table.exposed header h2 {
	font-size: 22px;
	line-height: 45px;
}

.pricing-table.exposed ul li a.btn {
	font-size: 17px;
	padding: 20px 40px;
}

.pricing-table header .price, .pricing-table header h2, .table thead tr {
	color: #fff;
}

.pricing-table header h2 {
	font-size: 18px;
	margin: 0 0 40px;
	padding: 16px 0;
	text-transform: none;
}

.pricing-table header .price {
	font-size: 48px;
	margin: 0 2px;
}

.pricing-table header .currency {
	font-size: 24px;
	position: relative;
	top: -13px;
}

.pricing-table header .date {
	margin-top: -13px;
}

.pricing-table ul {
	margin: 0;
	padding: 0 23px;
}

.pricing-table ul li {
	list-style: none;
	padding: 16px;
}

.pricing-table .added_to_cart, .pricing-table .btn, .pricing-table .tab-pane .form-submit #submit, .tab-pane .form-submit .pricing-table #submit {
	margin: 35px 0;
}

@media (max-width:992px) {
	.responsive .pricing-table {
		margin: 20px 0;
	}
}

.table thead tr th {
	border: 0;
	font-size: 14px;
	font-weight: 300;
	padding: 19px 28px;
}

.table thead tr th:first-child {
	border-radius: 4px 0 0 4px;
}

.table thead tr th:last-child {
	border-radius: 0 4px 4px 0;
}

.table tbody tr td {
	border-color: #ececec;
	padding: 19px 28px;
}

.mark {
	color: #fff;
	padding: 3px;
}

.dropcaps:first-letter {
	float: left;
	font-size: 48px;
	font-weight: 900;
	line-height: 48px;
	margin-right: 15px;
}

blockquote.style-1 {
	border: 0;
	margin: 30px 0;
}

blockquote.style-1:before, blockquote.style-2:before {
	content: "";
	font-size: 30px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-style: normal;
	position: absolute;
	top: 10px;
	left: 115px;
}

blockquote.style-1 p {
	font-size: 17px;
	margin-left: 150px;
	font-style: italic;
	line-height: 1.6em;
}

@media (max-width:992px) {
	.responsive blockquote.style-1 p {
		margin-left: 50px;
	}
	
	.responsive blockquote.style-1:before {
		left: 0;
	}
}

blockquote.style-2 {
	background-color: #f4f4f4;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	font-size: 12px;
	font-style: italic;
	line-height: 1.8em;
	overflow: hidden;
	padding: 29px 33px;
}

blockquote.style-2 p {
	margin-left: 100px;
}

blockquote.style-2:before {
	content: "";
	font-size: 38px;
	margin-top: -11px;
	top: 50%;
	left: 45px;
}

blockquote.style-2:after {
	content: "";
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.alert {
	background-color: #f0f0f0;
	color: #727272;
	font-size: 14px;
	padding: 12px 50px;
	position: relative;
	border: 1px solid rgba(0, 0, 0, .15);
}

.alert .close, .alert .fa, .alert .fas {
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
}

.alert .fa, .alert .fas {
	font-size: 18px;
	margin-right: 20px;
	width: 20px;
	text-align: center;
	left: 15px;
}

.alert .close {
	background: 0 0;
	border: 0;
	font-family: Arial;
	font-size: 25px;
	font-weight: 900;
	right: 15px;
	opacity: .3;
	filter: alpha(opacity=30);
	transition: opacity .2s;
}

.alert .close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.alert.alert-info {
	background-color: #fff4bc;
}

.alert.alert-success {
	background-color: #c1faa9;
}

.alert.alert-warning {
	background-color: #ffccc8;
}

.alert.alert-useful {
	background-color: #bdeeff;
}

.alert.alert-normal {
	background-color: #dccedf;
}

.panel-group .collapse {
	height: 0;
}

.panel-group .collapse.in {
	height: auto;
}

.panel-group .panel-heading {
	padding: 10px 0;
}

.panel-group .panel, .panel-group .panel-heading + .panel-collapse .panel-body {
	border: 0;
	box-shadow: none;
}

.panel-group .panel-title {
	text-transform: none;
}

.panel-group .panel-title a {
	color: inherit;
	display: block;
}

.panel-group .panel-body {
	padding: 20px 40px;
}

.panel-group .panel-title a:before {
	border-radius: 4px;
	content: "";
	color: #fff;
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
	padding: 5px 7px;
}

.panel-group .panel-title a.collapsed:before {
	background-color: #e6e6e6;
	content: "";
}

.panel-group.style-2 .panel-body {
	padding: 10px 30px;
}

.faq .panel-title a, .panel-group.style-2 .panel-title a {
	border-bottom: 1px solid #ececec;
	padding-bottom: 15px;
}

.panel-group.style-2 .panel-title a:before {
	background: 0 0;
	content: "";
	padding: 0;
}

.panel-group.style-2 .panel-title a.collapsed:before {
	content: "";
}

.faq .panel-title a {
	font-size: 16px;
}

.faq .panel-title a:before {
	background: 0 0 !important;
}

.faq .panel-title a:after, .faq .panel-title a:before {
	margin-right: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding: 0;
}

.faq .panel-title a:before {
	content: "";
}

.faq .panel-title a.collapsed:before {
	content: "";
}

.faq .panel-title a:after {
	background: 0 0 !important;
	content: "";
	font-size: 18px;
	float: left;
}

.faq .panel-body {
	padding: 10px 0;
}

.faq .panel-body h4 {
	font-size: 16px;
	margin-bottom: 25px;
	text-transform: none;
}

.faq .panel-body p {
	padding-left: 10px;
	padding-right: 10px;
}

.map {
	height: 550px;
	z-index: 1;
}

.map img {
	max-width: none;
}

.contact-info {
	margin: 0;
	padding: 0;
}

.contact-info i {
	font-size: 15px;
	margin-right: 10px;
	text-align: center;
	width: 20px;
}

.contact-info p {
	height: 5px;
	padding: 0;
}

.contact-info li {
	list-style: none;
	margin-bottom: 10px;
}

.contact-form:after, .contact-form:before, .woocommerce:after, .woocommerce:before {
	content: " ";
	display: table;
}

.contact-form:after, .woocommerce:after {
	clear: both;
}

.contact-form .form-group, .woocommerce .form-group {
	position: relative;
}

.contact-form .form-group .fa, .contact-form .form-group .fas, .woocommerce .form-group .fa, .woocommerce .form-group .fas {
	background-color: #fff;
	font-size: 15px;
	margin-top: -7px;
	position: absolute;
	right: 19px;
	top: 22px;
}

.contact-form select, .woocommerce select, .woocommerce textarea, input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], textarea {
	border: 1px solid #eee;
	outline: 0;
	padding: 14px 19px;
	width: 100%;
	transition: .2s border;
}

.contact-form textarea, .woocommerce textarea {
	height: 190px;
}

.contact-buttons {
	margin-top: 15px;
}

@media (min-width:993px) {
	.contact-buttons {
		text-align: right;
		float: left;
	}
}

body.logged-in .contact-buttons {
	margin-top: 20px;
	float: none;
}

.contact-buttons button {
	margin-right: 5px;
}

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

.contact-buttons .added_to_cart, .contact-buttons .btn, .contact-buttons .tab-pane .form-submit #submit, .tab-pane .form-submit .contact-buttons #submit {
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 10px;
}

@media (max-width:1200px)and (min-width:992px) {
	.responsive .contact-buttons .added_to_cart, .responsive .contact-buttons .btn, .responsive .contact-buttons .tab-pane .form-submit #submit, .tab-pane .form-submit .responsive .contact-buttons #submit {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width:768px) {
	.responsive .contact-buttons .added_to_cart, .responsive .contact-buttons .btn, .responsive .contact-buttons .tab-pane .form-submit #submit, .tab-pane .form-submit .responsive .contact-buttons #submit {
		margin-left: 0 !important;
		padding-left: 40px;
		padding-right: 40px;
		width: 100%;
	}
}

.contact-buttons .added_to_cart + .added_to_cart, .contact-buttons .added_to_cart + .btn, .contact-buttons .btn + .added_to_cart, .contact-buttons .btn + .btn, .contact-buttons .tab-pane .form-submit #submit + #submit, .contact-buttons .tab-pane .form-submit #submit + .added_to_cart, .contact-buttons .tab-pane .form-submit #submit + .btn, .contact-buttons .tab-pane .form-submit .added_to_cart + #submit, .contact-buttons .tab-pane .form-submit .btn + #submit, .tab-pane .form-submit .contact-buttons #submit + #submit, .tab-pane .form-submit .contact-buttons #submit + .added_to_cart, .tab-pane .form-submit .contact-buttons #submit + .btn, .tab-pane .form-submit .contact-buttons .added_to_cart + #submit, .tab-pane .form-submit .contact-buttons .btn + #submit {
	margin-left: 17px;
}

.contact-success {
	margin-top: 30px;
}

.comments-title {
	margin-top: 70px;
	margin-bottom: 40px;
}

.post-comment-title {
	margin-top: 30px;
	margin-bottom: 30px;
}

.comment-list, .comment-list ul {
	margin: 0;
	padding: 0;
}

.comment-list .comment {
	border-bottom: 1px solid #ececec;
	list-style: none;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}

.comment article {
	min-height: 60px;
}

.comment-list .comment .children {
	border-top: 1px solid #ececec;
}

.comment-list .comment .children li:last-of-type {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.comment-list .comment .date, .comment-list .comment h1 {
	font-size: 14px;
	margin-top: 0;
}

.comment-list .comment h1 {
	display: inline-block;
}

.comment-list .comment .date:before {
	content: "/";
	margin: 0 4px;
}

.comment-list .comment .added_to_cart, .comment-list .comment .comment-reply-link, .comment-list .comment .tab-pane .form-submit #submit, .tab-pane .form-submit .comment-list .comment #submit {
	display: none;
	font-size: 12px;
	text-transform: lowercase;
	margin-left: 15px;
	padding: 3px 17px;
	position: relative;
	top: -2px;
}

.comment-list .comment.depth-2 {
	margin-left: 40px;
}

.comment-list .comment.depth-3 {
	margin-left: 80px;
}

.comment-list .comment.depth-4 {
	margin-left: 120px;
}

@media (max-width:768px) {
	.responsive .comment-list .comment.depth-2, .responsive .comment-list .comment.depth-3, .responsive .comment-list .comment.depth-4 {
		margin-left: 20px;
	}
}

.comment-list .comment:hover .added_to_cart, .comment-list .comment:hover .btn, .comment-list .comment:hover .tab-pane .form-submit #submit, .filter li, .tab-pane .form-submit .comment-list .comment:hover #submit {
	display: inline-block;
}

.comment-avatar {
	left: 0;
	position: absolute;
	top: 0;
}

.comment-wrap {
	margin-left: 80px;
}

.comment-list + .comment-respond {
	margin-top: 40px;
}

.filter {
	padding: 0;
	text-align: center;
}

.filter i.fa-filter {
	margin-right: 10px;
	font-size: 16px;
}

.filter li {
	list-style: none;
	font-size: 14px;
}

.filter button {
	background: 0 0;
	border: 0;
	outline: 0;
}

.filter button.selected:hover {
	cursor: default;
	opacity: 1;
	filter: alpha(opacity=100);
}

.filter button:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.isotope {
	margin: 50px 0;
	padding: 0;
	width: 100%;
}

.isotope:after, .isotope:before {
	content: " ";
	display: table;
}

.isotope:after {
	clear: both;
}

.isotope li {
	display: block;
	float: none;
	width: 25%;
}

@media (max-width:992px) {
	.responsive .isotope li {
		width: 50%;
	}
}

@media (max-width:400px) {
	.responsive .isotope li {
		width: 100%;
	}
}

.classic.isotope {
	margin-left: -1.3%;
	width: 102.6%;
}

.classic.isotope header, .isotope li .inner {
	overflow: hidden;
	position: relative;
}

.classic.isotope li {
	padding: 0 1.3% 25px;
}

.classic.isotope li > h2 {
	margin-top: 14px;
	text-align: center;
	text-transform: none;
}

.random.isotope {
	margin-left: -15px;
	margin-right: -30px;
	width: auto;
}

@media (max-width:768px) {
	.responsive .random.isotope {
		margin-right: -15px;
	}
}

.random.isotope li {
	height: 232px;
	width: 292px;
	padding: 15px;
}

@media (max-width:1200px) {
	.responsive .random.isotope li {
		width: 242px;
	}
}

@media (max-width:992px) {
	.responsive .random.isotope li {
		width: 50%;
	}
}

@media (max-width:768px) {
	.responsive .random.isotope li {
		width: 50%;
		height: 232px;
	}
}

@media (max-width:480px) {
	.responsive .random.isotope li {
		width: 100%;
	}
}

.isotope li .inner {
	height: 100%;
}

.random.isotope li.width-2 {
	width: 584px;
}

@media (max-width:1200px) {
	.responsive .random.isotope li.width-2 {
		width: 484px;
	}
}

@media (max-width:992px) {
	.responsive .random.isotope li.width-2 {
		width: 50%;
	}
}

@media (max-width:768px) {
	.responsive .random.isotope li.width-2 {
		width: 50%;
	}
}

@media (max-width:480px) {
	.responsive .random.isotope li.width-2 {
		width: 100%;
	}
}

.random.isotope li.height-2 {
	height: 448px;
}

@media (min-width:992px) {
	.random.isotope li.width-2 {
		height: 225px;
		width: 584px;
	}
	
	.random.isotope li.height-2 {
		height: 450px;
	}
	
	.random.isotope li {
		height: 225px;
		padding: 15px;
		width: 292px;
	}
}

@media (max-width:992px) {
	.responsive .random.isotope li.height-2 {
		height: 232px;
	}
}

@media (max-width:480px) {
	.responsive .random.isotope li.height-2 {
		height: 232px;
	}
}

.portfolio-single p {
	margin: 20px 0;
}

.portfolio-single h3 {
	font-size: 18px;
	margin-top: 40px;
}

.portfolio-single h3:first-child {
	margin-top: -5px;
}

.portfolio-single .added_to_cart:last-child, .portfolio-single .btn:last-child, .portfolio-single .tab-pane .form-submit #submit:last-child, .tab-pane .form-submit .portfolio-single #submit:last-child {
	margin-top: 23px;
}

.portfolio-single .carousel + .row {
	margin-top: 53px;
}

.portfolio-single .carousel + .row h4:first-child {
	margin-top: -6px;
}

.portfolio-single .carousel + .row .added_to_cart:last-child, .portfolio-single .carousel + .row .btn:last-child, .portfolio-single .carousel + .row .tab-pane .form-submit #submit:last-child, .tab-pane .form-submit .portfolio-single .carousel + .row #submit:last-child {
	margin-top: 6px;
}

.carousel {
	position: relative;
}

.carousel:hover .carousel-control.left, .carousel:hover .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
}

.carousel .carousel-control.left, .carousel .carousel-control.right {
	opacity: 0;
	filter: alpha(opacity=0);
	background: 0 0;
	font-size: 30px;
	text-shadow: none;
	position: absolute;
	top: 50%;
	top: calc(50% - 20px);
}

.carousel .carousel-control.left {
	left: 0;
}

.carousel .carousel-control.right {
	right: 0;
}

.carousel .carousel-indicators li {
	border: 3px solid #fff;
	height: 12px;
	margin: 0;
	width: 12px;
}

.carousel .carousel-indicators li:hover {
	background-color: #fff;
}

.twitter {
	background-size: cover;
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .045), inset 0 1px 0 0 rgba(0, 0, 0, .045);
	font-size: 18px;
	padding: 35px 0;
	text-align: center;
}

@media (min-width:768px) {
	.twitter {
		padding: 75px 0 56px;
	}
}

.twitter h1 {
	font-size: 29px;
	margin: 0 0 10px;
}

.twitter .item {
	padding: 0 20px;
	width: 100%;
}

.tab-pane .form-submit .twitter #submit, .twitter .added_to_cart, .twitter .btn, .twitter .tab-pane .form-submit #submit {
	font-size: 14px;
	margin-top: 20px;
}

.twitter .carousel-indicators {
	margin: 7px auto 0 !important;
	position: static;
}

.twitter .carousel-indicators li {
	border: 0;
	height: 7px;
	margin: 0 2px;
	width: 7px;
}

.counter {
	margin: 40px 0;
	text-align: center;
}

.counter h2 {
	font-size: 36px;
}

.counter h3 {
	font-size: 18px;
	text-transform: none;
}

.counter i {
	font-size: 24px;
}

.counter .wrapbox {
	border: 1px solid #fff;
	margin: 24px;
	padding: 38px 0;
}

.coming-soon {
	background-size: cover;
	min-height: 100%;
	text-align: center;
	padding-top: 10%;
	padding-bottom: 40px;
	width: 100%;
}

.coming-soon h1, .coming-soon h2, .coming-soon h3 {
	text-transform: none;
	padding: 0 20px;
}

.coming-soon h1 {
	font-size: 36px;
}

.coming-soon h2 {
	font-size: 18px;
}

.coming-soon .countdown {
	font-size: 36px;
	list-style: none;
	margin: 40px 0;
	padding: 0;
}

.coming-soon .countdown:after, .coming-soon .countdown:before, .tagcloud:after, .tagcloud:before {
	content: " ";
	display: table;
}

.coming-soon .countdown:after, .tagcloud:after {
	clear: both;
}

.coming-soon .countdown li {
	display: inline-block;
	margin: 0 80px;
	position: relative;
}

@media (max-width:992px) {
	.responsive .coming-soon .countdown li {
		margin: 0 50px;
	}
}

@media (max-width:600px) {
	.responsive .coming-soon .countdown li {
		margin: 0 20px;
	}
}

@media (max-width:400px) {
	.responsive .coming-soon .countdown li {
		float: left;
		margin: 0;
		padding: 0 20px;
		width: 50%;
	}
	
	.responsive .coming-soon .countdown li:nth-of-type(2n-1):after {
		display: block !important;
	}
}

.coming-soon .countdown li:after {
	background-color: #292929;
	border-radius: 100%;
	content: "";
	height: 9px;
	position: absolute;
	right: -80px;
	top: 24px;
	width: 9px;
}

@media (max-width:992px) {
	.responsive .coming-soon .countdown li:after {
		right: -50px;
	}
}

@media (max-width:600px) {
	.responsive .coming-soon .countdown li:after {
		right: -20px;
	}
}

@media (max-width:400px) {
	.responsive .coming-soon .countdown li:after {
		right: -10px;
		display: none;
	}
}

.coming-soon .countdown li:last-of-type:after {
	display: none;
}

.coming-soon .countdown label {
	color: #292929;
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
}

.coming-soon .contact-form {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 422px;
}

.coming-soon .contact-form .form-group {
	float: left;
	width: 65%;
}

.coming-soon .contact-form .added_to_cart, .coming-soon .contact-form .btn, .coming-soon .contact-form .tab-pane .form-submit #submit, .tab-pane .form-submit .coming-soon .contact-form #submit {
	border-width: 1px;
	margin-left: 5%;
	padding-left: 0;
	padding-right: 0;
	width: 30%;
}

@media (max-width:300px) {
	.responsive .coming-soon .contact-form .added_to_cart, .responsive .coming-soon .contact-form .btn, .responsive .coming-soon .contact-form .form-group, .responsive .coming-soon .contact-form .tab-pane .form-submit #submit, .tab-pane .form-submit .responsive .coming-soon .contact-form #submit {
		margin-left: 0;
		width: 100%;
	}
}

@media (max-width:992px) {
	.responsive .sidebar {
		margin-top: 60px;
	}
}

.sidebar .widget-title, h2.widgettitle {
	font-size: 18px;
	margin-bottom: 25px;
	margin-top: 30px;
}

.sidebar .menu {
	margin: 0;
	padding: 0;
}

.sidebar .menu li {
	list-style: none;
}

.sidebar .menu .current-menu-item > a, .sidebar .menu li.current-menu-ancestor > a {
	color: #fff;
}

.sidebar .menu a {
	border-bottom: 1px solid #ebebeb;
	color: #848484;
	display: block;
	padding: 11px 21px;
	position: relative;
}

.sidebar .menu a:after {
	content: "›";
	font-size: 17px;
	font-family: Georgia, serif;
	position: absolute;
	right: 11px;
	top: 50%;
	transform: translateY(-50%);
}

.sidebar .menu .sub-menu a {
	padding-left: 35px;
}

.sidebar .menu .sub-menu .sub-menu a {
	padding-left: 45px;
}

.product_meta > span, .products .product-header a.added + .added_to_cart, .sidebar .current-menu-item > .sub-menu, .sidebar .menu li.current-menu-ancestor > .sub-menu {
	display: block;
}

.tagcloud {
	margin: -1px;
}

.tagcloud a {
	background-color: #292929;
	border-radius: 3px;
	color: #fff;
	float: left;
	margin: 1px;
	padding: 5px 23px;
}

.tagcloud a:hover {
	color: #fff !important;
}

.searchform {
	padding-bottom: 10px;
	position: relative;
}

.searchform input[type=search], .searchform input[type=text] {
	outline: 0;
	border: 0;
	padding: 5px 30px 5px 20px;
	width: 100%;
}

.searchform button[type=submit] {
	background: #fff;
	border: 0;
	font-size: 14px;
	outline: 0;
	position: absolute;
	right: 20px;
	top: 4px;
}

.sidebar .searchform {
	border-bottom: 1px solid #ebebeb;
}

.sidebar .searchform input[type=search], .sidebar .searchform input[type=text], ol.commentlist {
	padding-left: 0;
}

.sidebar .widget-categories, .sidebar .widget_archive, .sidebar .widget_categories, .sidebar .widget_recent_entries, .socialize, .widget_rss {
	padding: 0;
}

.sidebar .widget-categories li, .sidebar .widget_archive li, .sidebar .widget_categories li, .sidebar .widget_recent_entries li {
	border-bottom: 1px solid #ebebeb;
	list-style: none;
}

.sidebar .widget-categories a, .sidebar .widget_archive a, .sidebar .widget_categories a, .sidebar .widget_recent_entries a {
	color: #848484;
	display: inline-block;
	padding: 9px 0;
}

.sidebar .widget_recent_comments li, .widget_recent_comments .recentcomments {
	border-bottom: 1px solid #ebebeb;
	list-style: none;
	padding: 9px 0;
}

.socialize li {
	display: inline-block;
	font-size: 20px;
}

.socialize a {
	margin: 0 2px;
	padding: 0 10px;
}

.widget_rss .rsswidget {
	display: block;
	text-transform: uppercase;
}

.widget_rss .rss-date, .widget_rss cite {
	display: block;
	margin: 4px 0;
}

.socialize li, .widget_rss li, ol.commentlist li {
	list-style: none;
}

.woocommerce-before-loop {
	margin-bottom: 40px;
}

.woocommerce-before-loop:after, .woocommerce-before-loop:before {
	content: " ";
	display: table;
}

.woocommerce-before-loop:after {
	clear: both;
}

.woocommerce-before-loop .woocommerce-ordering {
	float: right;
	position: relative;
	top: -10px;
}

.woocommerce-before-loop .woocommerce-ordering select {
	-webkit-appearance: none;
	border: 0;
	border-bottom: 1px solid #ebebeb;
	cursor: pointer;
	padding: 14px 20px 14px 0;
}

.woocommerce-column__title.title {
	margin-top: 15px;
}

.woocommerce-customer-details {
	margin-top: 30px;
}

.woocommerce-customer-details .woocommerce-column__title {
	margin-bottom: 20px;
}

.woocommerce-Message .button {
	margin-right: 20px;
}

.woocommerce-before-loop .woocommerce-ordering:after {
	content: "";
	margin-top: -9px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	pointer-events: none;
	right: 0;
	top: 50%;
}

.woocommerce-before-loop .woocommerce-result-count {
	float: left;
	font-size: 18px;
}

@media (max-width:420px) {
	.woocommerce-before-loop .woocommerce-ordering, .woocommerce-before-loop .woocommerce-result-count {
		float: none;
		width: 100%;
	}
	
	.woocommerce-before-loop .woocommerce-ordering select, .woocommerce-before-loop .woocommerce-result-count select {
		width: 100%;
	}
	
	.woocommerce-before-loop .woocommerce-result-count {
		margin-bottom: 20px;
	}
}

.woocommerce div.product div.images .flex-control-thumbs {
	overflow: hidden;
	zoom: 1;
	margin: 2px -4px 0;
	padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 4px;
	list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs img:focus, .woocommerce div.product div.images .flex-control-thumbs img:hover {
	opacity: .7;
}

.woocommerce div.product div.images .flex-control-thumbs img {
	backface-visibility: hidden;
	cursor: pointer;
	margin: 0;
	opacity: .5;
	transition: .2s opacity;
}

.flex-active {
	opacity: 1 !important;
	transition: .2s opacity;
}

.woocommerce div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: none;
}

.woocommerce-product-gallery {
	position: relative;
}

.woocommerce-product-gallery__trigger {
	border-radius: 50%;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 15px;
	height: 50px;
	font-size: 19px;
	overflow: hidden;
	line-height: 50px;
	z-index: 9999;
	text-align: center;
	text-indent: -999px;
	width: 50px;
}

.woocommerce-product-gallery__trigger:focus, .woocommerce-product-gallery__trigger:hover {
	color: #fff;
}

.woocommerce-product-gallery__trigger img {
	display: none !important;
}

.woocommerce-product-gallery__trigger::before {
	content: "";
	text-indent: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.clear:after, .clear:before {
	content: "";
	display: table;
}

.edit-account legend {
	padding-top: 20px;
}

.order-actions .button {
	padding: 7px 20px;
}

.select2-container .select2-choice, .select2-drop-active {
	border-color: #eee !important;
}

.select2-container .select2-choice, .woocommerce form .select2-container .select2-choice, form.checkout .select2-container .select2-choice {
	padding: 14px 19px;
}

.select2-container--default .select2-selection--single, .select2-dropdown {
	border-color: #eee !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 53px !important;
	padding-left: 19px !important;
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 53px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 40px !important;
}

ul.products li.product a img {
	box-shadow: none;
}

.products {
	margin: 0 -15px;
	padding: 0;
}

.product-single-header form:after, .product-single-header form:before, .products:after, .products:before {
	content: " ";
	display: table;
}

.product-single-header form:after, .products:after {
	clear: both;
}

.products .product-header {
	display: block;
	position: relative;
}

.products .product-header:hover .added_to_cart, .products .product-header:hover .btn, .products .product-header:hover .tab-pane .form-submit #submit, .tab-pane .form-submit .products .product-header:hover #submit {
	opacity: 1;
}

.products .product-header:hover:after {
	opacity: .7;
}

.products .product-header:after {
	background-color: #e6e6e6;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .2s;
}

.products .product-header img {
	width: 100%;
}

.products .product-header .add-to-cart-wrapper {
	left: 0;
	margin-top: -20px;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 1;
}

.products .product-header a {
	display: block;
	font-size: 14px;
	margin: 0 auto;
	max-width: 160px;
	opacity: 0;
	padding-left: 10px;
	padding-right: 10px;
	width: 80%;
	backface-visibility: hidden;
	transition: all .1s, margin .4s;
}

.products .product-header a.added {
	margin-top: -24px;
	margin-bottom: 7px;
}

.products .product-header a.added_to_cart {
	display: none;
}

.products li {
	list-style: none;
	margin-top: 0 !important;
	margin-bottom: 42px;
	position: relative;
}

.products li h3 {
	font-size: 17px;
	margin: 16px 0 12px;
	text-transform: none;
	transition: .2s;
}

.onsale {
	border-radius: 4px;
	color: #fff;
	font-size: 11px;
	padding: 13px 6px;
	position: absolute;
	right: -5px;
	text-transform: uppercase;
	top: -5px;
	z-index: 1;
}

.price {
	position: relative;
	top: -4px;
}

.price del {
	color: #a4a4a4;
}

.product .star-rating, .product_list_widget .star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1.39em;
	line-height: 1.29em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.product .star-rating:before, .product_list_widget .star-rating:before {
	content: "";
	font-weight: 400;
}

.product .star-rating span, .product_list_widget .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.hreview-aggregate .star-rating {
	margin: 10px 0 0;
}

.product .star-rating span:before, .product_list_widget .star-rating span:before {
	content: "";
	top: 0;
	position: absolute;
	left: 0;
}

.textwidget form select, .woocommerce .nav-tabs, .woocommerce .tab-pane {
	max-width: 100%;
}

#content .quantity, form .quantity {
	border: 1px solid #eee;
	border-radius: 4px;
	float: left;
	margin-top: -1px;
	margin-right: 13px;
	width: 89px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

#content .quantity input.qty, form .quantity input.qty {
	border: 0;
	width: 63px;
	height: 44px;
	float: left;
	font-size: 14px;
	padding: 0 5px 0 0;
	text-align: center;
	border-right: 0;
	-moz-appearance: textfield;
}

#content .quantity input[type=number], #content .quantity noindex:-o-prefocus, form .quantity input[type=number], form .quantity noindex:-o-prefocus {
	padding-right: 1.2em;
}

#content .quantity .minus, #content .quantity .plus, form .quantity .minus, form .quantity .plus {
	border: 0;
	color: #fff;
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	vertical-align: text-top;
	width: 26px;
	height: 24px;
	text-decoration: none;
	overflow: visible;
	cursor: pointer;
	line-height: 23px;
	font-size: 14px;
	transition: .2s;
	background: silver;
}

#content .quantity .plus, form .quantity .plus {
	top: 0;
	right: 0;
	border-bottom: 0;
}

#content .quantity .minus, form .quantity .minus {
	bottom: 0;
	right: 0;
}

.product-single-header {
	margin-bottom: 66px;
}

.product-single-header .woocommerce-product-rating {
	margin-bottom: 15px;
}

.product-single-header .woocommerce-product-details__short-description {
	margin-bottom: 20px;
}

.product-single-header .product_title {
	font-size: 36px;
	line-height: 1.1em;
	position: relative;
	text-transform: none;
	top: -7px;
}

.product-single-header .variations label {
	font-size: 14px;
	font-weight: 300;
	top: -13px;
	margin-right: 27px;
	position: relative;
	text-transform: uppercase;
}

.product-single-header .variations select, .product_list_widget dl, td p {
	margin-bottom: 0;
}

.product-single-header .single_variation {
	margin: 20px 0;
}

.product-single-header .amount {
	font-size: 24px;
}

.product-single-header .star-rating {
	display: inline-block;
	float: none;
	font-size: 1.19em;
	margin-right: 20px;
	top: 0;
}

.product-single-header .woocommerce-review-link {
	font-size: 14px;
	position: relative;
	top: -6px;
}

.product-single-header .price del span {
	font-size: 15px;
}

.product-single-header .onsale {
	left: 10px;
	right: auto;
}

.product-single-header .price {
	margin-top: 24px;
	margin-bottom: 10px;
}

.product-single-header .images .thumbnails:after, .product-single-header .images .thumbnails:before, .product-single-header .price:after, .product-single-header .price:before {
	content: " ";
	display: table;
}

.product-single-header .images .thumbnails:after, .product-single-header .price:after {
	clear: both;
}

.woocommerce-product-details__short-description {
	margin-bottom: 36px;
}

.product-single-header .images > a {
	display: block;
	float: left;
	margin-bottom: 30px;
	max-width: 100%;
}

.product-single-header .images .thumbnails {
	margin: 0 -1%;
}

.product-single-header .images .thumbnails a {
	float: left;
	margin: 0 1%;
	width: 31%;
}

.tab-pane .commentlist {
	list-style: none;
	padding: 0;
}

.tab-pane .commentlist .comment_container {
	min-height: 60px;
	position: relative;
}

.tab-pane .commentlist .comment-text {
	position: relative;
	padding-left: 90px;
}

.tab-pane .commentlist .comment-head:after, .tab-pane .commentlist .comment-head:before, .tab-pane .commentlist li:after, .tab-pane .commentlist li:before {
	content: " ";
	display: table;
}

.tab-pane .commentlist .comment-head:after, .tab-pane .commentlist li:after {
	clear: both;
}

.tab-pane .commentlist li, .woocommerce-tabs .commentlist li {
	border-bottom: 1px solid #ececec;
	padding-bottom: 25px;
}

.tab-pane .commentlist li + li {
	padding-top: 32px;
}

.tab-pane .commentlist .meta {
	float: left;
	font-size: 14px;
}

.tab-pane .commentlist .meta strong, .woocommerce-tabs .commentlist .meta strong {
	font-weight: 300;
	text-transform: uppercase;
}

.tab-pane .commentlist .star-rating {
	clear: right;
	float: left;
	margin-left: 40px;
	margin-top: 4px;
}

.tab-pane .commentlist .description {
	display: inline-block;
}

.tab-pane .commentlist img, .woocommerce-tabs .commentlist img {
	position: absolute;
	left: 0;
	top: 0;
}

.tab-pane h3, .woocommerce-tabs h3 {
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-transform: none;
}

.tab-pane .comment-reply-title {
	margin-top: 55px;
	margin-bottom: 25px;
}

.tab-pane .comment-form-author, .tab-pane .comment-form-email {
	max-width: 380px;
	margin-bottom: 20px;
}

.tab-pane .form-submit #submit, .woocommerce-tabs .form-submit #submit {
	display: inline-block;
	margin-top: 30px;
}

.tab-pane p.stars, .woocommerce-tabs p.stars {
	margin: 20px 0 25px;
	position: relative;
	font-size: 16px;
}

.tab-pane p.stars a, .woocommerce-tabs p.stars a {
	display: inline-block;
	margin-right: 1em;
	text-indent: -9999px;
	position: relative;
}

.tab-pane p.stars a:last-child {
	border-right: 0;
}

.tab-pane p.stars a.star-1, .tab-pane p.stars a.star-2, .tab-pane p.stars a.star-3, .tab-pane p.stars a.star-4, .tab-pane p.stars a.star-5 {
	border-right: 1px solid #ccc;
}

.tab-pane p.stars a.star-1:after, .tab-pane p.stars a.star-2:after, .tab-pane p.stars a.star-3:after, .tab-pane p.stars a.star-4:after, .tab-pane p.stars a.star-5:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.tab-pane p.stars a.star-1.active:after, .tab-pane p.stars a.star-1:hover:after, .tab-pane p.stars a.star-2.active:after, .tab-pane p.stars a.star-2:hover:after, .tab-pane p.stars a.star-3.active:after, .tab-pane p.stars a.star-3:hover:after, .tab-pane p.stars a.star-4.active:after, .tab-pane p.stars a.star-4:hover:after, .tab-pane p.stars a.star-5.active:after, .tab-pane p.stars a.star-5:hover:after, .woocommerce-tabs p.stars a.star-1.active::after, .woocommerce-tabs p.stars a.star-1:hover::after, .woocommerce-tabs p.stars a.star-2.active::after, .woocommerce-tabs p.stars a.star-2:hover::after, .woocommerce-tabs p.stars a.star-3.active::after, .woocommerce-tabs p.stars a.star-3:hover::after, .woocommerce-tabs p.stars a.star-4.active::after, .woocommerce-tabs p.stars a.star-4:hover::after, .woocommerce-tabs p.stars a.star-5.active::after, .woocommerce-tabs p.stars a.star-5:hover::after {
	font-weight: 900;
}

.tab-pane p.stars a.star-1 {
	width: 2em;
}

.tab-pane p.stars a.star-1:after {
	content: "";
}

.tab-pane p.stars a.star-2 {
	width: 3em;
}

.tab-pane p.stars a.star-2:after {
	content: "";
}

.tab-pane p.stars a.star-3 {
	width: 4em;
}

.tab-pane p.stars a.star-3:after {
	content: "";
}

.tab-pane p.stars a.star-4:after {
	content: "";
}

.tab-pane p.stars a.star-5:after {
	content: "";
}

.product_meta {
	font-size: 14px;
	margin-top: 31px;
}

.product_meta > span + span {
	margin-top: 3px;
}

.btn.single_add_to_cart_button, .button.single_add_to_cart_button, .single_add_to_cart_button, .single_add_to_cart_button.added_to_cart, .tab-pane .form-submit .single_add_to_cart_button#submit {
	padding: 11px 25px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.tab-content h2 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}

.related h2, .upsells h2 {
	font-size: 19px;
	margin-bottom: 30px;
	margin-top: 50px;
}

.upsells + .related h2 {
	margin-top: 10px;
}

span.price {
	line-height: 26px;
}

.woocommerce-tabs .panel {
	background: #fff;
	border-top: 1px solid #ececec;
	box-shadow: none;
}

div.woocommerce-tabs ul.tabs {
	margin-bottom: -1px;
	padding-left: 0;
}

div.woocommerce-tabs ul.tabs li {
	border: 0;
	display: table-cell;
	float: none;
	position: relative;
}

div.woocommerce-tabs ul.tabs li.active {
	border: 1px solid #ececec;
}

div.woocommerce-tabs ul.tabs li.active:before {
	content: "";
	height: 9px;
	left: -1px;
	position: absolute;
	right: -1px;
	top: -9px;
}

div.woocommerce-tabs ul.tabs li a {
	padding: 13px 24px;
	display: block;
}

.woocommerce-tabs h2 {
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 18px;
}

.woocommerce-tabs .commentlist {
	list-style: none;
	padding: 0;
}

.woocommerce-tabs .commentlist .comment_container {
	min-height: 60px;
	position: relative;
}

.woocommerce-tabs .commentlist .comment-text {
	position: relative;
	padding-left: 90px;
}

.widget_price_filter:after, .widget_price_filter:before, .woocommerce-tabs .commentlist .comment-head:after, .woocommerce-tabs .commentlist .comment-head:before, .woocommerce-tabs .commentlist li:after, .woocommerce-tabs .commentlist li:before {
	content: " ";
	display: table;
}

.widget_price_filter:after, .woocommerce-tabs .commentlist .comment-head:after, .woocommerce-tabs .commentlist li:after {
	clear: both;
}

.woocommerce-tabs .commentlist li + li {
	padding-top: 32px;
}

.woocommerce-tabs .commentlist .meta {
	float: left;
	font-size: 14px;
}

.woocommerce-tabs .commentlist .star-rating {
	clear: right;
	float: left;
	margin-left: 40px;
	margin-top: 4px;
}

.woocommerce-tabs .commentlist .description {
	display: inline-block;
}

.woocommerce-tabs .comment-reply-title {
	margin-top: 55px;
	margin-bottom: 25px;
}

.woocommerce-tabs .comment-form-author, .woocommerce-tabs .comment-form-email {
	max-width: 380px;
	margin-bottom: 20px;
}

.woocommerce-tabs p.stars a:last-child {
	border-right: 0;
}

.woocommerce-tabs p.stars a.star-1, .woocommerce-tabs p.stars a.star-2, .woocommerce-tabs p.stars a.star-3, .woocommerce-tabs p.stars a.star-4 {
	border-right: 1px solid #ccc;
}

.woocommerce-tabs p.stars a.star-1:after, .woocommerce-tabs p.stars a.star-2:after, .woocommerce-tabs p.stars a.star-3:after, .woocommerce-tabs p.stars a.star-4:after, .woocommerce-tabs p.stars a.star-5:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.woocommerce-tabs p.stars a.star-1 {
	width: 2em;
}

.woocommerce-tabs p.stars a.star-2 {
	width: 3em;
}

.woocommerce-tabs p.stars a.star-3 {
	width: 4em;
}

.woocommerce-tabs p.stars a.star-4 {
	width: 5em;
}

.woocommerce-tabs p.stars a.star-5 {
	width: 6em;
	border: 0;
}

.woocommerce-tabs p.stars a.star-1:after {
	content: "";
}

.woocommerce-tabs p.stars a.star-2:after {
	content: "";
}

.woocommerce-tabs p.stars a.star-3:after {
	content: "";
}

.woocommerce-tabs p.stars a.star-4:after {
	content: "";
}

.woocommerce-tabs p.stars a.star-5:after {
	content: "";
}

.woocommerce-tabs .form-submit #submit {
	font-size: 15px;
	padding: 12px 25px;
	border: 0;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	transition: background-color .2s ease 0s, border .2s ease 0s;
}

.widget_price_filter .price_slider {
	margin-top: 35px;
	margin-bottom: 19px;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em;
	font-size: .8751em;
}

.widget_price_filter .price_label, .widget_price_filter .price_slider_amount .button {
	background-color: #ececec;
	border-radius: 3px;
	font-size: 12px;
	padding: 1px 13px;
	line-height: 26px;
	color: #727272;
}

.widget_price_filter .price_slider_amount .button {
	border: 0;
	float: left;
	transition: .2s;
}

.widget_price_filter .price_slider_amount .button:hover {
	color: #fff;
}

.widget_price_filter .price_label {
	float: right;
}

.widget_price_filter .ui-slider {
	max-width: 100%;
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	border: 0;
	background-color: #d2d2d2;
	margin-left: -1px;
	position: absolute;
	z-index: 2;
	width: 19px;
	height: 19px;
	border-radius: 100%;
	cursor: pointer;
	outline: 0;
	top: -6px;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -18px;
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
}

.widget_price_filter .ui-slider-horizontal {
	height: 7px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.site-footer .widget_price_filter .price_label, .site-footer .widget_price_filter .price_slider_amount .button {
	background-color: #292929;
	color: inherit;
}

.product_list_widget li {
	min-height: 50px;
	padding-left: 60px;
	position: relative;
}

.product_list_widget li.empty {
	min-height: 0;
	padding: 0;
}

.product_list_widget img {
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
}

.product_list_widget h4 {
	margin: 0;
	position: relative;
	top: -7px;
}

.site-footer .product_list_widget h4, .widget_rating_filter .star-rating {
	color: inherit;
}

.product_list_widget a {
	display: block;
}

.widget-price {
	font-size: 14px;
}

.widget-price del {
	color: #a4a4a4;
	font-size: 12px;
}

.product-categories, .table td.actions {
	padding: 0;
}

.product-categories li {
	list-style: none;
	position: relative;
}

.product-categories a, .widget_layered_nav li, .widget_rating_filter li {
	border-bottom: 1px solid #ebebeb;
	display: block;
	padding: 9px 0;
}

.site-footer .product-categories a, .site-footer .widget_layered_nav li, .site-footer .widget_rating_filter li {
	border-bottom-color: rgba(255, 255, 255, .15);
}

.product-categories .children a {
	padding-left: 20px;
}

.product-categories .count {
	position: absolute;
	right: 0;
	top: 9px;
}

.widget_layered_nav_filters a:before {
	content: "";
	left: 0;
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-decoration: none;
	top: 50%;
	transform: translateY(-50%);
}

.widget_layered_nav_filters a {
	padding-left: 18px;
	position: relative;
}

.widget_layered_nav_filters a:focus, .widget_layered_nav_filters a:hover {
	text-decoration: line-through;
}

@media (min-width:768px) {
	.woo-header-cart {
		position: relative;
	}
}

.woo-header-cart .mini-cart li {
	border-bottom: 1px solid rgba(255, 255, 255, .07);
	padding-bottom: 15px;
}

.woo-header-cart .cart-contents > span {
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 9px;
	height: 20px;
	line-height: 13px;
	padding: 4px;
	position: relative;
	text-align: center;
	top: -4px;
	left: 2px;
	width: 20px;
}

article.recentblog, article.recentblog header, ul.random li.isotope-item article {
	position: relative;
}

@media (max-width:670px) {
	.shop_table.table .product-thumbnail {
		display: none;
	}
}

@media (max-width:570px) {
	.shop_table.table .product-price {
		display: none;
	}
}

@media (max-width:470px) {
	.shop_table.table .product-quantity {
		display: none;
	}
}

form label {
	cursor: pointer;
	margin-bottom: 8px;
	margin-top: 15px;
}

#ship-to-different-address input {
	position: relative;
	top: 1px;
}

.filter.style-2 li + li:before {
	content: "";
}

.thankyou-details + .clear + p {
	margin-bottom: 40px;
}

.scrollup a {
	display: none;
}

.thankyou-text ul li strong {
	display: block;
	font-weight: 300;
}

#order_review td, #order_review th, .my_account_orders td, .my_account_orders th, .order_details td, .order_details th {
	border-bottom: 1px solid #f8f8f8;
	padding: 15px 0 15px 16px;
}

#order_review tfoot tr, .my_account_orders tfoot tr, .order_details tfoot tr {
	border-bottom: 1px solid #fff;
}

@media (max-width:992px) {
	#order_review .product-name, .my_account_orders .product-name, .order_details .product-name {
		width: 50%;
	}
}

.order_details.bacs_details h3 {
	background-color: #fff;
	margin: 0;
	padding-bottom: 20px;
	text-transform: none;
}

ul.order_details li:first-child {
	padding-left: 0;
}

ul.order_details li + li:before {
	content: "/";
	margin: 0 20px 0 -20px;
}

.order_details h3 {
	margin: 40px 0 20px;
}

.coupon h2 {
	margin: 0 0 15px;
	text-transform: none;
}

.shipping ul {
	list-style: none;
}

.shipping-calculator-form {
	margin: 0;
}

.woocommerce-shipping-calculator {
	margin-top: 30px;
	max-width: 847px;
}

@media (min-width:992px) {
	.woocommerce-shipping-calculator {
		margin-top: 20px;
	}
}

.woocommerce-shipping-calculator .button {
	margin-top: 10px;
}

.shipping-calculator-button {
	display: inline-block;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 15px;
}

.shipping-calculator-button:after {
	content: "";
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 5px;
	position: relative;
	top: -1px;
}

#shipping_method {
	list-style: none;
	padding: 0;
}

.woocommerce .shipping {
	vertical-align: top;
}

.woocommerce .shipping label {
	font-weight: 400;
	margin-left: 5px;
}

.woocommerce .shipping .woocommerce-shipping-methods label {
	margin-bottom: 15px;
	margin-top: 0;
}

.woocommerce .shipping .select2-selection__rendered {
	text-align: left;
	padding-left: 20px;
}

.woocommerce .shipping .select2-selection__arrow {
	right: 10px;
}

.woocommerce .shipping .shipping-calculator-button {
	font-size: 15px;
	margin-top: 10px;
}

.woocommerce .shipping .shipping-calculator-form .button {
	margin-top: 15px;
}

.woocommerce-cart-form .coupon .input-text {
	padding: 11px 19px 12px;
}

.cart-sidebar table {
	margin-top: 15px;
	margin-bottom: 20px;
	width: 100%;
}

#customer_login h2 {
	font-size: 18px;
	margin: 0 0 40px;
}

@media (min-width:992px) {
	#customer_login h3 {
		height: 163px;
		margin-top: 45px;
	}
}

.cart_list + .total strong, .thankyou-details strong {
	font-weight: 300;
}

@media (max-width:992px) {
	#customer_login .col-md-3 + .col-md-3 h2 {
		margin-top: 50px;
	}
}

.woocommerce-EditAccountForm em {
	display: inline-block;
	margin-top: 10px;
}

.shipping ul, ul.recentblog {
	margin: 0;
	padding: 0;
}

ul.portfolio li.item.item-type-line {
	float: left;
	list-style: none;
	position: relative;
	width: 20%;
	padding: 0;
	margin: 0;
}

li.isotope-item a.item-hover {
	z-index: 100;
	transition: all 300ms ease-out;
	opacity: 0;
}

.recentblog a.post-hover, ul.random li.isotope-item a.item-hover {
	display: table;
	height: 100%;
	opacity: 0;
	position: absolute;
	transition: all 300ms ease-out 0s;
	width: 100%;
	z-index: 100;
}

.item-type-line .item-hover:hover, article.recentblog a.post-hover:hover, li.isotope-item a.item-hover:hover, ul.random li.isotope-item a.item-hover:hover {
	opacity: 1;
}

.recentblog a.post-hover .item-info, ul li.isotope-item a.item-hover .item-info {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

img.attachment-portfolio-random-width-2-height-1 {
	max-width: 630px;
	margin-left: -50%;
}

@media (min-width:975px)and (max-width:1183px) {
	ul.isotope.random .item-img img.attachment-post-thumb {
		max-width: 300px;
	}
	
	ul.isotope.random .item-img img.attachment-portfolio-random-width-2-height-1, ul.isotope.random .item-img img.attachment-portfolio-random-width-2-height-2 {
		max-width: 630px;
	}
}

@media (max-width:974px) {
	ul.isotope.random .item-img img.attachment-post-thumb {
		max-width: 400px;
	}
	
	ul.isotope.random .item-img img.attachment-portfolio-random-width-2-height-1, ul.isotope.random .item-img img.attachment-portfolio-random-width-2-height-2 {
		max-width: 625px;
	}
}

.item-type-line .item-hover:hover .line, article.recentblog a.post-hover:hover .line, li.isotope-item a.item-hover:hover .line {
	width: 40%;
	background: #fff;
	transition: all 500ms ease-out;
}

a.post-hover div.item-info {
	z-index: 1000;
	position: relative;
}

.recentblog div.item-img img, ul.portfolio.isotope.classic li.isotope-item div.relative div.item-img {
	width: 100%;
	height: auto;
}

ul.portfolio div.item-img img {
	width: 100%;
}

ul.portfolio.classic li.isotope-item {
	padding: 0 1% 25px;
}

@media (max-width:370px) {
	ul.portfolio.classic li.isotope-item {
		padding: 0 2px 25px;
	}
}

@media (max-width:600px) {
	.filter {
		line-height: 15px;
		padding: 25px 0 20px;
		text-align: center;
	}
}

ul.recentblog li.item.item-type-line {
	float: left;
	list-style: none;
	position: relative;
	width: 20%;
	padding: 0;
	margin: 0;
}

.coupon h2, .recentblog h2 {
	font-size: 19px;
}

.post-hover:hover .fa, .post-hover:hover .fas, .post-hover:hover h2 {
	color: #fff;
}

.post-hover .fa, .post-hover .fas {
	font-size: 22px;
	transition: all 300ms ease-out;
}

.recentblog a.post-hover {
	z-index: 98;
	bottom: 0;
	display: block;
	top: 0;
}

.recentblog a.post-hover:focus, .recentblog a.post-hover:hover {
	opacity: 1;
}

.recentblog a.post-hover .item-info {
	display: table;
	height: 100%;
}

.recentblog a.post-hover .item-info div {
	display: table-cell;
	vertical-align: middle;
}

article.recentblog .post-hover .mask {
	background-color: #000;
	filter: alpha(opacity=50);
	height: 100%;
	opacity: .5;
	position: absolute;
	width: 100.2%;
	z-index: 0;
	top: 0;
}

@media (max-width:960px) {
	.line {
		margin: 10px auto;
	}
	
	.item-hover:hover .fa, .item-hover:hover .fas, .item-hover:hover h2, .item-info .fa, .item-info .fas, .item-info h2 {
		font-size: 13px;
	}
}

@media (max-width:600px) {
	ul.portfolio li.isotope-item, ul.recentportfolio li.item.item-type-line {
		float: left;
		list-style: none outside none;
		margin: 0;
		padding: 0;
		position: relative;
		width: 50%;
	}
}

ul.portfolio, ul.recentportfolio {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

ul.recentportfolio li.item.item-type-line {
	float: left;
	list-style: none;
	position: relative;
	width: 20%;
	padding: 0;
	margin: 0;
	display: table;
}

ul.portfolio li.isotope-item {
	width: 25%;
}

ul.portfolio.random li.isotope-item {
	display: block;
	float: none;
	list-style: none outside none;
	margin: 0;
	padding: 15px;
	position: absolute;
	width: auto;
}

.item-hover:hover .fa, .item-hover:hover .fas, .item-hover:hover h2, .item-info .fa, .item-info .fas, .item-info h2 {
	color: #fff;
}

.item-hover .fa, .item-hover .fas {
	font-size: 22px;
	transition: all 300ms ease-out;
}

li.isotope-item article.inner {
	display: block;
	height: 100%;
}

section.no-margin ul.isotope.random {
	margin: 0 auto !important;
	max-width: 90%;
}

.item-type-line {
	z-index: 10;
	color: #fff;
	position: relative;
}

.item-type-line .item-hover {
	z-index: 100;
	transition: all 300ms ease-out;
	opacity: 0;
}

.line {
	height: 1px;
	margin: 15px auto;
	width: 0%;
}

a.item-hover div.item-info {
	display: table;
	position: relative;
	vertical-align: middle;
	z-index: 1000;
	height: 100%;
	width: 100%;
}

.item-type-line .item-hover .mask {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	background-color: #000;
	border: medium;
	bottom: 0 !important;
	height: 100%;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	min-height: 100.14%;
}

.owly .item-type-line .item-hover .mask {
	min-height: 100%;
}

.recentblog div.relative div.item-img, ul.recentportfolio div.item-img img {
	width: 100%;
	height: auto;
}

@media (max-width:960px) {
	.line {
		margin: 10px auto;
	}
	
	.item-hover:hover .fa, .item-hover:hover .fas, .item-hover:hover h2, .item-info .fa, .item-info .fas, .item-info h2 {
		font-size: 13px;
	}
	
	ul.isotope.random .item-hover:hover .fa, ul.isotope.random .item-hover:hover .fas, ul.isotope.random .item-hover:hover h2, ul.isotope.random .item-info .fa, ul.isotope.random .item-info .fas, ul.isotope.random .item-info h2 {
		font-size: 22px;
	}
}

@media (max-width:600px) {
	ul.portfolio li.isotope-item, ul.recentportfolio li.item.item-type-line {
		float: left;
		list-style: none outside none;
		margin: 0;
		padding: 0;
		position: relative;
		width: 50%;
	}
}

.posts img, ul.portfolio div.item-img img {
	height: auto;
}

.recent-posts article.recentblog {
	margin-top: 30px !important;
}

.recent-posts img {
	width: 100%;
}

.item-img {
	overflow: hidden;
}

.recentblog .item-img img, li.isotope-item img, li.item img {
	transition: all .3s ease-in-out 0s;
}

div.ls-inner div.ls-slide.ls-animating img.ls-bg.ls-preloaded {
	display: block;
	height: auto !important;
	margin-top: 0;
}

li.isotope-item .relative {
	width: 100.2%;
}

@media (min-width:600px) {
	ul.filter {
		margin: 0 55px 40px;
	}
}

div.wpb_single_image.wpb_content_element.vc_align_center {
	margin-bottom: 0 !important;
}

body.home section h4.heading {
	padding-top: 80px !important;
	margin-top: -80px !important;
}

body.home section #portfolio h4.heading {
	padding-top: 120px !important;
}

.scrollup {
	z-index: 11000;
	background: #ccc;
	display: none;
}

@media (min-width:768px) {
	.scrollup a {
		background: 0 0;
		border: 1px solid #000;
		bottom: 80px;
		color: #000;
		display: block;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 28px;
		height: 50px;
		position: fixed;
		right: 80px;
		text-align: center;
		transition: all 1s ease 0s;
		width: 50px;
		z-index: 1110;
	}
	
	.scrollup .fa, .scrollup .fas {
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

.scrollup a:active, .scrollup a:focus, .scrollup a:hover, .tab-pane p.stars a:focus {
	outline: 0;
}

@media (max-width:992px) {
	.copyright-footer, .site-footer .copyright-footer .socialize {
		text-align: center;
	}
}

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

body.page .wpb_single_image.wpb_content_element {
	margin-bottom: 23px;
}

.contactpage {
	margin-bottom: 80px;
	margin-top: 70px;
}

.contactpage p {
	padding-top: 0;
}

.wpcf7-form p {
	margin: 0 0 5px;
	padding: 0;
	width: 100%;
}

.wpcf7-form label {
	margin-bottom: 5px !important;
	margin-top: 0 !important;
	color: #444;
}

.wpcf7-form input.wpcf7-text, .wpcf7-form textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	line-height: 35px;
	margin-bottom: 15px;
	padding: 0 25px;
	text-align: left;
	width: 100%;
	height: 39px;
}

.wpcf7-form textarea {
	min-height: 157px;
	padding: 10px 25px 0;
}

.wpcf7-submit {
	-moz-user-select: none;
	background-image: none;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color .2s ease 0s;
	vertical-align: middle;
	padding: 11px 17px;
	font-size: 14px;
	background: #d54900;
	border-radius: 4px;
	float: right;
}

.wpcf7-submit.nitro-lazy {
	background-image: none !important;
}

.norightpadding {
	padding-right: 0;
}

.noleftpadding, .vc_wp_archives .widget_archive > ul, .vc_wp_categories .widget_categories > ul, .vc_wp_meta .widget_meta > ul, .vc_wp_pages .widget_pages > ul, .widget_nav_menu #menu-side-menu, .widget_recent_comments #recentcomments, .widget_recent_entries > ul {
	padding-left: 0;
}

@media (max-width:767px) {
	.wpcf7-form .col-sm-7 {
		padding-left: 0;
	}
	
	.wpcf7-form .col-sm-5 {
		padding-right: 0;
	}
}

.wpcf7-submit:hover {
	background: #000;
}

.isotope.random .item-img img.attachment-portfolio-random-width-2-height-2, .isotope.random .item-img img.attachment-portfolio-random-width-4-height-4, div.contactpage div.image img {
	width: 100%;
	height: auto;
}

.portfolio-single .gallery .item, form.wpcf7-form .col-sm-7.norightpadding {
	margin-bottom: 20px;
}

.rev_slider_wrapper a.btn.style-3 {
	padding: 9px 17px;
}

.stickymark i.fa-thumbtack, .tab-pane .form-submit .woo-header-cart .mini-cart .buttons #submit:hover, .woo-header-cart .cart_list + .total strong, .woo-header-cart .mini-cart .buttons .added_to_cart:hover, .woo-header-cart .mini-cart .buttons .btn:hover, .woo-header-cart .mini-cart .buttons .tab-pane .form-submit #submit:hover, .woo-header-cart .mini-cart .product-title a, body .tp-leftarrow.default, body .tp-rightarrow.default {
	color: #fff;
}

article.post h1, article.post.style-3 h1 {
	font-size: 18px;
	margin-bottom: 7px;
	margin-top: 20px;
}

.post.style-3 header {
	padding-bottom: 15px;
	padding-left: 0;
}

.post.style-3 .post-content {
	border-top: 1px solid #ececec;
	padding-top: 14px;
}

.site-wrapper div.wpcf7-response-output, .site-wrapper div.wpcf7-validation-errors {
	background-color: #ffccc8;
	border: 1px solid rgba(0, 0, 0, .15);
	color: #727272;
	font-size: 14px;
	padding: 12px;
	position: relative;
	clear: both;
	margin: 0;
	border-radius: 2px;
}

.site-wrapper div.wpcf7-response-output.send-ok, div.wpcf7 form.wpcf7-form.sent div.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	background-color: #c1faa9;
}

form.wpcf7-form input.wpcf7-not-valid {
	border: 1px solid #d82e21;
}

span.wpcf7-not-valid-tip {
	color: red;
	display: block;
	font-size: 1em;
	position: absolute;
	right: 10px;
	top: 0;
}

@media (max-width:1199px) {
	.col-md-9 .col-md-6 .vc_empty_space, div.col-md-9 div.row div.col-md-6 div.vc_empty_space {
		height: 3px !important;
	}
}

@media (max-width:992px) {
	.col-md-3, .col-md-4 .col-md-6, .col-md-9 .col-md-6 {
		width: 50%;
		float: left;
	}
	
	.col-md-3 + .col-md-3, .col-md-4 .col-md-6 + .col-md-6, .col-md-9 .col-md-6 + .col-md-6 {
		margin-top: 0;
	}
	
	.responsive .col-2-5 {
		width: 20%;
		padding-left: 0;
		padding-right: 10px;
	}
	
	.responsive .col-9-5 {
		width: 80%;
	}
	
	.col-2-5 + .col-9-5:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.col-md-8 + .col-md-4 {
		clear: both;
	}
}

@media (max-width:767px) {
	.responsive .col-2-5 {
		width: 40%;
	}
	
	.responsive .col-9-5 {
		width: 60%;
	}
}

@media (max-width:600px) {
	.col-md-9 .col-md-6 {
		width: 100%;
		float: none;
	}
	
	.responsive .col-2-5, .responsive .col-9-5 {
		width: 50%;
	}
}

.moveup {
	margin-top: -100px;
}

.container, .video-wrapper {
	position: relative;
}

@media (max-width:992px) {
	.sidebar.col-md-3 {
		width: 100%;
		margin-top: 0;
		margin-bottom: 50px;
	}
	
	.col-md-3 + .col-md-9 {
		clear: both;
	}
}

.video-wrapper iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}

.video-wrapper {
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 25px;
	z-index: 9;
}

.vc_wp_archives .widget_archive > ul > li, .vc_wp_categories .widget_categories > ul > li, .vc_wp_custommenu .widget_nav_menu #menu-side-menu > li, .vc_wp_meta .widget_meta > ul > li, .vc_wp_pages .widget_pages > ul > li, .widget_recent_entries > ul > li {
	border-bottom: 1px solid #ebebeb;
	list-style: outside none none;
	padding: 9px 0;
}

.wpb_content_element .widget a {
	color: #848484;
}

@media (max-width:600px) {
	.col-xs-12 {
		width: 100% !important;
	}
}

.filter.style-2 button {
	padding: 8px 12px;
	margin: 3px 5px;
	border: 2px solid #000;
	transition: all .2s ease-in-out;
}

.filter.style-2 button.selected, .filter.style-2 button:hover {
	background: #000;
	color: #fff !important;
}

.filter.style-2:before {
	content: "";
}

.blog article header .post-meta > ul > li:nth-child(3), .single-post article header .post-meta > ul > li:nth-child(3) {
	display: none;
}

.boxed .site-wrapper {
	position: relative;
}

ul.portfolio h2 {
	text-transform: uppercase;
}

#lang_sel a.lang_sel_sel {
	background: 0 0;
	color: #c1c1c1;
	padding-left: 45px;
}

#lang_sel a, #lang_sel a:visited {
	border-color: transparent;
	font-family: PT Sans;
	font-size: 14px;
	padding-left: 20px;
	line-height: 1.7;
}

.widget_icl_lang_sel_widget, .widget_icl_lang_sel_widget * {
	z-index: 1000;
}

.widget_icl_lang_sel_widget:hover #lang_sel a {
	border: 1px solid transparent;
}

#lang_sel > ul > li {
	width: 118px;
}

#lang_sel > ul > li > ul {
	left: -12px;
}

#lang_sel, #lang_sel_click {
	padding-top: 7px;
}

#lang_sel ul ul {
	border-top: 1px solid rgba(0, 0, 0, .05);
}

#lang_sel img.iclflag {
	top: -1px;
}

#lang_sel a.lang_sel_sel span.icl_lang_sel_current:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 20px;
	position: absolute;
}

#lang_sel_click img.iclflag {
	height: 12px;
	position: relative;
	top: -2px;
	width: 18px;
	padding-right: 5px;
}

#lang_sel_list img.iclflag {
	top: -1px;
}

@media (max-width:599px) {
	.widget_icl_lang_sel_widget, .widget_icl_lang_sel_widget * {
		z-index: 1;
	}
}

.parallax-overlay:before {
	background: 0 0 rgba(0, 0, 0, .45);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.btn-lg.style-5 {
	width: 173px;
	text-align: center;
	height: 46px;
	line-height: 46px;
	padding: 0;
	font-size: 15px;
}

.folionav {
	width: 100%;
}

.folionav a {
	display: inline-block;
}

.folionav a:first-child {
	margin-right: 6px;
}

.on-top {
	z-index: 98;
}

button.fa-search {
	border: 0 outset buttonface;
	padding: 0;
}

.filter li button:active {
	padding: 0 6px;
}

.right.carousel-control .tp-rightarrow.tparrows {
	float: right;
}

.portfolio-single .carousel {
	position: relative;
	margin: 15px 15px 40px;
	min-height: 50px;
}

@media (min-width:600px) {
	ul.portfolio li.isotope-item.col-md-6 {
		width: 49.8%;
	}
	
	ul.portfolio li.isotope-item.col-md-4 {
		width: 33.2%;
	}
	
	ul.portfolio li.isotope-item.col-md-3 {
		width: 24.2%;
	}
	
	ul.portfolio li.isotope-item.col-md-2 {
		width: 19%;
	}
}

ul.isotope li.isotope-item, ul.posts li + li {
	margin-top: 20px !important;
}

.hidden-lg.cartwrap .woo-header-cart {
	margin-left: 2px;
	margin-top: 19px;
}

.show-md.cartwrap .woo-header-cart {
	margin-left: 10px;
	margin-top: 5px;
	padding-bottom: 0;
	padding-left: 10px;
}

.site-header-style-full-width .show-md.cartwrap .woo-header-cart {
	margin-top: 12px;
}

@media (max-width:991px) {
	.show-md.cartwrap {
		float: right;
		margin-right: 50px;
		margin-top: 15px;
	}
	
	.show-md.cartwrap.cart-search-space {
		margin-right: 85px;
	}
	
	.vertical-menu .show-md.cartwrap {
		margin-top: -35px;
	}
}

@media (min-width:992px) {
	.show-md.cartwrap {
		float: right;
	}
	
	.vertical-menu .show-md.cartwrap {
		float: left;
	}
	
	.vertical-menu .show-md.cartwrap .woo-header-cart {
		margin: 0 0 20px;
		padding: 0;
	}
	
	.vertical-menu .woo-header-cart .mini-cart {
		left: 0;
		right: auto;
	}
}

.woo-header-cart {
	float: right;
	height: 25px;
	margin-left: 1px;
	margin-top: 19px;
	padding-bottom: 0;
	padding-left: 5px;
	padding-top: 5px;
	z-index: 1000;
}

@media (min-width:768px) {
	.woo-header-cart {
		position: relative;
	}
}

.woo-header-cart .mini-cart {
	background-color: #474747;
	color: #fff;
	display: none;
	padding: 24px;
	position: absolute;
	right: 0;
	top: 35px;
	width: 100%;
	z-index: 9;
}

@media (min-width:768px) {
	.woo-header-cart .mini-cart {
		width: 244px;
	}
}

@media (max-width:768px) {
	.woo-header-cart .mini-cart {
		top: 64px;
	}
}

.widget_shopping_cart li + li, .woo-header-cart .mini-cart li + li {
	margin-top: 15px;
}

.woo-header-cart .mini-cart .product-title {
	margin: 0;
	font-size: 14px;
	top: 0;
}

.woo-header-cart .mini-cart .quantity {
	color: #d3d3d3;
}

.woo-header-cart .mini-cart ul {
	list-style: none;
	padding: 0;
}

.tab-pane .form-submit .woo-header-cart .mini-cart .buttons #submit, .woo-header-cart .mini-cart .buttons .added_to_cart, .woo-header-cart .mini-cart .buttons .btn, .woo-header-cart .mini-cart .buttons .tab-pane .form-submit #submit {
	box-sizing: border-box;
	float: left;
	margin-right: 3%;
	width: 47%;
}

.tab-pane .form-submit .woo-header-cart .mini-cart .buttons #submit + #submit, .tab-pane .form-submit .woo-header-cart .mini-cart .buttons #submit + .added_to_cart, .tab-pane .form-submit .woo-header-cart .mini-cart .buttons #submit + .btn, .tab-pane .form-submit .woo-header-cart .mini-cart .buttons .added_to_cart + #submit, .tab-pane .form-submit .woo-header-cart .mini-cart .buttons .btn + #submit, .woo-header-cart .mini-cart .buttons .added_to_cart + .added_to_cart, .woo-header-cart .mini-cart .buttons .added_to_cart + .btn, .woo-header-cart .mini-cart .buttons .btn + .added_to_cart, .woo-header-cart .mini-cart .buttons .btn + .btn, .woo-header-cart .mini-cart .buttons .tab-pane .form-submit #submit + #submit, .woo-header-cart .mini-cart .buttons .tab-pane .form-submit #submit + .added_to_cart, .woo-header-cart .mini-cart .buttons .tab-pane .form-submit #submit + .btn, .woo-header-cart .mini-cart .buttons .tab-pane .form-submit .added_to_cart + #submit, .woo-header-cart .mini-cart .buttons .tab-pane .form-submit .btn + #submit {
	margin-left: 3%;
	margin-right: 0;
}

.woo-header-cart .cart-contents {
	display: inline-block;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 2px;
}

.woo-header-cart .cart-contents > i {
	color: #474747;
	font-size: 19px;
}

.isotope.random .isotope-item .headline, .nav-bar .menu-item-language:hover ul, .woo-header-cart .cart-contents:hover + .mini-cart, .woo-header-cart .mini-cart:hover {
	display: block;
}

.cart_list + .total {
	font-size: 15px;
	margin-top: 19px;
	margin-bottom: 20px;
}

.widget_shopping_cart li {
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	padding-bottom: 15px;
}

.product_list_widget dl * {
	display: inline;
}

.widget_shopping_cart .btn {
	font-size: 12px;
	padding: 7px 12px;
}

.cart_list.product_list_widget {
	float: none;
}

.cart_list.product_list_widget h4 > a {
	font-size: 14px;
}

.shop_table.table {
	width: 100%;
}

.shop_table.table thead th {
	background-color: #f8f8f8;
}

.shop_table.table .product-remove {
	position: relative;
}

.shop_table.table .product-remove a {
	font-size: 20px;
	margin-top: -13px;
	position: absolute;
	top: 50%;
}

.shop_table.table tfoot td, .shop_table.table tfoot th {
	border: 0;
	font-size: 14px;
	padding: 12px 25px;
}

@media (max-width:670px) {
	.shop_table.table .product-thumbnail {
		display: none;
	}
}

@media (max-width:570px) {
	.shop_table.table .product-price {
		display: none;
	}
}

@media (max-width:470px) {
	.shop_table.table .product-quantity {
		display: none;
	}
}

.payment_methods, .thankyou-text p {
	background-color: #f8f8f8;
	padding: 25px 30px;
}

.payment_methods li {
	list-style: none;
}

.product-thumbnail img {
	max-width: 75px;
}

.woocommerce-checkout .lost_password, .woocommerce-checkout [for=rememberme] {
	margin-left: 20px;
	position: relative;
	top: 5px;
}

.woocommerce-checkout .lost_password {
	display: inline-block;
}

.form-row-first, .form-row-last {
	float: left;
	width: 48%;
}

.form-row-first {
	margin-right: 2%;
}

.form-row-last {
	margin-left: 2%;
}

.checkout .create-account .checkbox {
	display: inline-block;
	position: relative;
	top: -2px;
}

.woocommerce-password-strength {
	margin-top: 15px;
}

.tnp-widget label, .woocommerce-password-strength.good, .woocommerce-password-strength.strong {
	display: none !important;
}

#order_review_heading {
	font-size: 19px;
	margin-bottom: 30px;
	margin-top: 50px;
}

.place-order {
	margin-top: 30px;
	text-align: right;
}

#ship-to-different-address {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 9px;
	text-transform: lowercase;
}

#ship-to-different-address label {
	font-weight: 300;
	margin-right: 20px;
}

.thankyou-details {
	border: 1px solid #ebebeb;
	border-style: none none solid;
	padding: 0;
	text-transform: uppercase;
}

.thankyou-details:after, .thankyou-details:before, ul.order_details:after, ul.order_details:before {
	content: " ";
	display: table;
}

.thankyou-details:after, ul.order_details:after {
	clear: both;
}

.thankyou-details li {
	float: left;
	list-style: none;
	text-align: left;
}

.thankyou-details li:after {
	content: "/";
	padding: 0 10px;
}

.thankyou-details li.method:after {
	content: "";
}

.thankyou-text {
	margin: 35px 0 40px;
}

.thankyou-text p {
	margin: 0 0 1px;
	padding: 20px 30px;
}

.thankyou-text h2 {
	display: none;
}

.thankyou-text ul {
	margin: 0;
	padding: 0;
}

.thankyou-text ul li {
	border: 1px solid #fff;
	border-style: none solid none none;
}

#order_review, .my_account_orders, .order_details {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 100%;
}

@media (max-width:992px) {
	#order_review .product-name, .my_account_orders .product-name, .order_details .product-name {
		width: 50%;
	}
}

.cart-sidebar, .order_details.bacs_details {
	background-color: #f8f8f8;
	padding: 0;
}

ul.order_details {
	margin-left: 0;
	padding-left: 0;
}

.thankyou-text ul li, ul.order_details li {
	list-style: none;
	float: left;
	padding: 20px;
}

.return-shopping .added_to_cart, .return-shopping .btn, .return-shopping .tab-pane .form-submit #submit, .tab-pane .form-submit .return-shopping #submit {
	float: right;
}

.table td.actions .coupon h2 {
	font-size: 19px;
	margin: 40px 0 15px;
	text-transform: none;
}

.tab-pane .form-submit .table td.actions .coupon #submit, .table td.actions .coupon .added_to_cart, .table td.actions .coupon .btn, .table td.actions .coupon .tab-pane .form-submit #submit {
	height: 47px;
	width: 100%;
}

.cross-sells h2 {
	font-size: 19px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.cart-sidebar {
	padding: 20px;
}

.cart-sidebar h2 {
	font-size: 20px;
	margin: 0;
	text-transform: none;
}

.cart-sidebar .added_to_cart, .cart-sidebar .btn, .cart-sidebar .tab-pane .form-submit #submit, .tab-pane .form-submit .cart-sidebar #submit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.cart-sidebar .added_to_cart + .added_to_cart, .cart-sidebar .added_to_cart + .btn, .cart-sidebar .btn + .added_to_cart, .cart-sidebar .btn + .btn, .cart-sidebar .tab-pane .form-submit #submit + #submit, .cart-sidebar .tab-pane .form-submit #submit + .added_to_cart, .cart-sidebar .tab-pane .form-submit #submit + .btn, .cart-sidebar .tab-pane .form-submit .added_to_cart + #submit, .cart-sidebar .tab-pane .form-submit .btn + #submit, .tab-pane .form-submit .cart-sidebar #submit + #submit, .tab-pane .form-submit .cart-sidebar #submit + .added_to_cart, .tab-pane .form-submit .cart-sidebar #submit + .btn, .tab-pane .form-submit .cart-sidebar .added_to_cart + #submit, .tab-pane .form-submit .cart-sidebar .btn + #submit {
	margin-top: 12px;
}

.cart-sidebar table td, .cart-sidebar table th {
	padding: 5px 0;
}

.cart-sidebar table td {
	text-align: right;
}

.cart-sidebar .continue-shopping {
	display: block;
	margin-top: 20px;
	text-align: center;
}

[name=save_account_details], [name=save_address] {
	margin-top: 20px;
}

#customer_login h3 {
	font-size: 18px;
	line-height: 1.7em;
	text-transform: none;
	margin-top: -20px;
}

@media (min-width:992px) {
	#customer_login h3 {
		height: 163px;
		margin-top: 45px;
	}
}

#customer_login .added_to_cart, #customer_login .btn, #customer_login .tab-pane .form-submit #submit, .tab-pane .form-submit #customer_login #submit {
	margin: 5px 0;
	width: 100%;
}

#customer_login label {
	font-weight: 300;
}

@media (max-width:992px) {
	#customer_login .col-md-3 + .col-md-3 h2 {
		margin-top: 50px;
	}
}

.menu .current_page_item > a {
	cursor: default;
}

.order-info {
	font-size: 21px;
}

.shop-categories .container {
	text-align: center;
	font-size: 14px;
}

.table tbody tr.cart_item td, input#place_order {
	vertical-align: middle;
}

.shop_table thead th {
	background-color: #f8f8f8;
}

.shop_table thead tr th {
	border: medium;
	font-size: 14px;
	font-weight: 300;
	padding: 19px 28px;
}

.shop_table {
	margin-bottom: 20px;
	width: 100%;
}

.shop_table th, .shop_table tr td {
	border-bottom: 1px solid #ececec;
	border-color: #ececec;
	font-size: 14px;
	padding: 15px 0 15px 27px;
}

.shop_table td strong span, .shop_table tfoot, .shop_table th {
	color: #000;
}

input#place_order {
	background-color: #26507a;
	border: 3px solid transparent;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.33;
	transition: background-color .2s ease 0s, border .2s ease 0s;
	font-weight: 400;
	text-align: center;
	padding: 12px 25px;
	font-size: 15px;
}

input#place_order:focus, input#place_order:hover {
	background-color: #000;
	border-color: #000;
}

.clear {
	clear: both;
}

p.form-row input.button {
	width: 207px;
	font-size: 15px;
	padding: 12px 25px;
	font-family: titillium-bold;
	background-color: #d54900;
	border: 3px solid transparent;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	transition: background-color .2s ease 0s, border .2s ease 0s;
}

p.form-row input.button:hover {
	background-color: #000;
}

.cart-sidebar .btn.btn-md {
	font-size: 13px;
}

.mini-cart .btn.checkout, .mini-cart .btn.wc-forward {
	font-size: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.product-single-header .images .thumbnails a {
	margin-bottom: 12px;
}

.reset_variations {
	display: inline-block;
	margin-top: 5px;
}

.shop_table td.actions {
	border-bottom: none;
	padding: 30px 0 0;
}

.woocommerce-privacy-policy-text {
	margin-bottom: 30px;
}

@media (max-width:992px) {
	.woocommerce-cart .woocommerce form > .row > .col-md-3 {
		width: 100%;
	}
}

.cart-sidebar .added_to_cart, .cart-sidebar .btn, .cart-sidebar .tab-pane .form-submit #submit, .tab-pane .form-submit .cart-sidebar #submit, .tab-pane .form-submit .table td.actions .coupon #submit, .table td.actions .coupon .added_to_cart, .table td.actions .coupon .btn, .table td.actions .coupon .tab-pane .form-submit #submit {
	border: medium;
}

.price, .product .star-rating, .product_list_widget .star-rating {
	font-size: 14px;
}

.payment_method_paypal img {
	margin: 0 20px;
	position: relative;
	top: -3px;
	max-width: 200px;
}

.btn.update-cart {
	padding: 7px 15px;
}

.btn.wc-forward.checkout {
	margin-left: 10px;
}

.woocommerce-product-search.searchform {
	margin-top: 20px;
}

.nav-bar .menu-item-language ul, .woocommerce-product-search.searchform .screen-reader-text {
	display: none;
}

@media (min-width:450px)and (max-width:767px) {
	.products li {
		float: left;
		width: 50%;
	}
}

@media (min-width:768px) {
	.products li.col-sm-3:nth-child(4n+1), .products li.col-sm-4:nth-child(3n+1) {
		clear: both;
	}
}

form.login > p.form-row > input.btn.btn-md {
	margin-left: 20px;
}

.tab-content > .tab-pane {
	padding-bottom: 20px;
}

section .wpb_content_element {
	margin-bottom: 0;
	clear: both;
}

.appointment-media img, .vc_single_image-wrapper, table.working-hours, ul.recentportfolio.owl-carousel li.item.item-type-line {
	width: 100%;
}

.isotope.random .item-img {
	height: 100%;
}

.isotope.random .item-img img {
	height: 100%;
	width: auto;
}

@media (min-width:993px) {
	.isotope.random .item-img img.attachment-portfolio-random-width-4-height-4 {
		height: 100%;
		width: auto;
	}
}

ul.isotope.random li.isotope-item {
	margin-top: 0 !important;
}

@media (max-width:992px) {
	.isotope.random .item-img img, ul.isotope.random li.isotope-item.height-2 img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	
	ul.isotope.random .item-img img.attachment-post-thumb {
		max-width: 100%;
	}
}

.owl-carousel.recentportfolio {
	padding-top: 35px;
	padding-bottom: 50px;
}

.row.owly h2 {
	color: #000;
	font-size: 18px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.owlnext, .owlprev {
	height: 36px;
	font-size: 22px;
	background: #3d3d3d;
	margin-left: 5px;
	cursor: pointer;
	display: inline-block;
}

.owlnext i, .owlprev i {
	display: block;
	font-size: 18px;
	line-height: 36px;
	margin-top: 0;
	opacity: .25;
	text-align: center;
	width: 36px;
	transition: all .2s ease-in-out;
}

.owlnext:hover i, .owlprev:hover i {
	opacity: 1;
}

.headline > h2 {
	margin: 0;
}

.owly .col-md-6 {
	margin-top: 20px;
}

@media (min-width:600px) {
	section.wpb_row .wpb_column.col-md-12 .owly {
		margin-left: -30px;
		margin-right: 0;
	}
}

ul.portfolio.isotope:not(.random) li.isotope-item a.item-hover .item-info {
	display: table;
}

@media (min-width:600px) {
	.wpb_row.row.no-margin .recentportfolio .item-type-line .item-hover .mask, .wpb_row.row.no-margin .recentportfolio .item-type-line .item-img, .wpb_row.row.no-margin ul.recentportfolio {
		width: 101.5%;
	}
}

@media (max-width:993px) {
	.isotope {
		margin-top: 0;
	}
	
	.filter {
		clear: both;
		margin-bottom: 0;
		margin-top: 10px;
		padding: 0;
		line-height: 25px;
	}
}

@media (max-width:1100px)and (min-width:768px) {
	.logos-wrapper ul.logos li {
		max-width: 140px;
	}
}

.wpcf7-form textarea[rows="2"] {
	min-height: 100px;
}

.wpcf7-form textarea[rows="3"] {
	min-height: 160px;
}

.wpcf7-form textarea[rows="4"] {
	min-height: 220px;
}

.wpcf7-form textarea[rows="5"] {
	min-height: 280px;
}

.wpcf7-form textarea[rows="6"] {
	min-height: 340px;
}

.site-footer .socialize {
	margin-left: -12px;
}

.gm-style-iw {
	max-width: 400px;
	padding-top: 5px;
}

.gm-style-iw p {
	font-size: 13px;
	line-height: 1.5em;
	margin: 0;
}

.gm-style-iw a, .gm-style-iw a:focus, .gm-style-iw a:hover {
	color: #427fed;
}

.gm-style-iw a:focus, .gm-style-iw a:hover {
	text-decoration: underline;
}

.gm-style-iw p + p {
	margin-top: .3em;
}

.post .nobuttontopmargin .btn {
	margin-top: 0;
}

.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, footer.site-footer.style-2 .widget_recent_entries > ul > li {
	padding-top: 0;
}

.site-wrapper .vc_row[data-vc-full-width]:not(.vc_parallax) {
	overflow: visible;
}

.about_paypal {
	padding-left: 20px;
}

.widget_search .searchform button[type=submit] {
	top: 5px;
}

.btn, .wpcf7-submit, button.single_add_to_cart_button, p.form-row input.button {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.appointment {
	border: 1px solid #e5e5e5;
}

@media (min-width:768px) {
	.appointment {
		display: table;
	}
	
	.appointment > * {
		display: table-cell;
		width: 50%;
	}
}

.appointment-media {
	margin-bottom: 30px;
}

.appointment-content {
	background-color: #fbfbfb;
	padding-bottom: 30px;
}

.appointment-title {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.appointment-text, .appointment-title {
	padding-left: 30px;
	padding-right: 30px;
}

@media (min-width:768px) {
	.appointment-text, .appointment-title {
		padding-left: 50px;
		padding-right: 50px;
	}
}

.appointment-form {
	background-color: #fff;
	padding: 20px;
}

.appointment-form p, .copyright-footer img {
	margin-bottom: 0;
}

.appointment-form p + p {
	margin-top: 18px;
}

@media (min-width:768px) {
	.appointment-form {
		padding: 40px;
	}
}

@media (min-width:1000px) {
	.appointment-form {
		padding: 60px;
		vertical-align: middle;
	}
}

@media (min-width:1200px) {
	.appointment-form {
		padding: 80px 90px;
	}
}

.wpcf7-form-control-wrap[class*=date-] {
	display: block;
	position: relative;
}

.wpcf7-form-control-wrap[class*=date-] input {
	background-color: #fff;
	-webkit-appearance: none;
	margin-bottom: 0 !important;
	position: relative;
}

.anps-select-wrap:after, .wpcf7-form-control-wrap[class*=date-]:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.wpcf7-form-control-wrap[class*=date-]:after {
	background-color: #fff;
	content: "";
	font-size: 18px;
	right: 24px;
	z-index: 9;
}

.wpcf7-form .form-wrap.get-a-quote-horizontal {
	padding: 30px 15px 5px;
	margin: 0;
	width: 100%;
}

@media (min-width:992px) {
	.form-wrap.get-a-quote-horizontal input {
		margin-bottom: 25px !important;
		height: 47px !important;
		line-height: 42px !important;
	}
	
	.form-wrap.get-a-quote-horizontal select {
		height: 47px !important;
	}
}

@media (max-width:991px) {
	.form-wrap.get-a-quote-horizontal input, .form-wrap.get-a-quote-horizontal select {
		margin-bottom: 0 !important;
		height: 47px !important;
		line-height: 42px !important;
	}
	
	.form-wrap.get-a-quote-horizontal input[type=submit] {
		margin-bottom: 15px !important;
	}
}

.wpcf7-select {
	direction: ltr;
	-webkit-appearance: none;
}

.anps-select-wrap, .tnp-widget {
	position: relative;
}

.anps-select-wrap:after {
	content: "";
	font-size: 12px;
	right: 20px;
}

.form-wrap.get-a-quote-horizontal .wpcf7-submit {
	float: none;
	padding: 0;
}

.get-quote h1, .get-quote h2, .get-quote h3, .get-quote h4, .get-quote h5, .get-quote h6 {
	margin: 0 30px;
}

.get-quote p {
	padding: 0 30px;
	margin-bottom: 25px !important;
}

.site-footer p:last-child {
	margin-bottom: 0;
}

.site-footer.style-2, .site-footer.style-3 {
	-webkit-font-smoothing: antialiased;
	-moz-webkit-font-smoothing: antialiased;
	-ms-webkit-font-smoothing: antialiased;
	-o-webkit-font-smoothing: antialiased;
	webkit-font-smoothing: antialiased;
}

.site-footer.style-1 .copyright-footer {
	border-top: 1px solid transparent;
}

.site-footer.style-2 .copyright-footer {
	border-top: 1px solid #2e2e2e;
	color: #7f7f7f;
}

.site-footer.style-2 .widget-title {
	color: #fff;
	font-weight: 400;
}

.site-footer.style-3 .widget-title {
	color: #000;
}

.site-footer.style-2 .copyright-footer .container {
	padding-bottom: 31px;
	padding-top: 31px;
}

.site-footer.style-2 .widget_nav_menu .menu a {
	padding-left: 14px;
	position: relative;
	margin-bottom: 17px;
}

.site-footer.style-3 .widget_nav_menu .menu a {
	padding-left: 14px;
	position: relative;
	margin-bottom: 12px;
}

.site-footer.style-2 .widget_nav_menu .menu a:before, .site-footer.style-3 .widget_nav_menu .menu a:before {
	content: "";
	left: 0;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
}

aside.sidebar .widget_anpstext span.fa, footer.site-footer .widget_anpstext span.fa {
	left: 0;
	line-height: 27px;
	position: absolute;
	text-align: center;
	top: 1px;
	width: 16px;
}

footer.site-footer.style-2 .widget_anpstext {
	position: relative;
	padding-left: 40px;
	padding-top: 7px;
	padding-bottom: 7px;
}

footer.site-footer.style-2 .widget_anpstext > span.fa, footer.site-footer.style-2 .widget_anpstext > span.fas {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

footer.site-footer.style-2 .widget_anpstext:before {
	border-right: 1px solid rgba(52, 52, 52, .8);
	bottom: 1px;
	content: "";
	left: 0;
	position: absolute;
	top: 1px;
	width: 25px;
}

footer.site-footer.style-3 .widget_anpstext {
	background-color: #fff;
	color: #acacac;
	margin-top: 6px;
	border-radius: 4px;
	padding: 7px 12px 7px 44px;
	position: relative;
	line-height: 19px;
}

footer.site-footer.style-3 .widget_anpstext > span.fa, footer.site-footer.style-3 .widget_anpstext > span.fas {
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 31px;
}

footer.site-footer.style-3 .widget_anpstext:before {
	border-right: 3px solid #eaeaea;
	content: "";
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 31px;
}

footer.site-footer.style-2 .working-hours, footer.site-footer.style-3 .working-hours {
	border-collapse: separate;
	border-spacing: 0 6px;
	width: 100%;
}

footer.site-footer.style-2 .widget_recent_entries a, footer.site-footer.style-3 .working-hours {
	color: #fff;
}

footer.site-footer.style-2 .working-hours {
	border: 2px solid #2e2e2e;
	padding: 10px 0;
}

footer.site-footer.style-2 .working-hours th, footer.site-footer.style-3 .working-hours th {
	border: 0;
	padding: 0 27px;
	border-radius: 3px 0 0 3px;
	font-weight: 400;
	line-height: 23px;
}

footer.site-footer.style-3 .working-hours th {
	padding: 7px 12px;
}

footer.site-footer.style-2 .working-hours td {
	border-radius: 0 3px 3px 0;
	text-align: right;
	white-space: nowrap;
	padding: 0 27px;
	color: #fff;
	line-height: 23px;
}

footer.site-footer.style-3 .working-hours td {
	border-left-style: none;
	border-radius: 0 3px 3px 0;
	text-align: right;
	white-space: nowrap;
	padding: 7px 12px;
}

@media (min-width:992px)and (max-width:1199px) {
	footer.site-footer.style-2 .col-md-3 .working-hours th, footer.site-footer.style-3 .col-md-3 .working-hours th {
		padding-left: 15px;
		padding-right: 15px;
	}
}

footer.site-footer.style-3 .working-hours td.important, footer.site-footer.style-3 .working-hours th.important {
	background: #fff;
}

footer.site-footer .widget_recent_entries > ul > li {
	border-bottom: none;
}

footer.site-footer.style-2 .widget_recent_entries .post-date {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

footer.site-footer.style-2 .widget_recent_entries .post-date:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	margin: 0 10px 0 1px;
}

.site-footer.style-4 .widget-title {
	color: #fff;
	margin-bottom: 31px;
}

.site-footer.style-4 .widget-title::after {
	content: "";
	display: block;
	height: 2px;
	margin-top: 12px;
	width: 43px;
}

.site-footer.style-4 .widget_anpstext {
	border-bottom: 1px solid;
	padding-bottom: 7px;
	padding-top: 7px;
}

.site-footer.style-4 .widget_anpstext.widget_anpstext-no-icon {
	padding-left: 0;
}

.site-footer.style-4 .widget_anpstext .fa, .site-footer.style-4 .widget_anpstext .fas, .tnp-widget:after {
	top: 50%;
	transform: translateY(-50%);
}

.site-footer.style-4 .menu li, .site-footer.style-4 .working-hours td, .site-footer.style-4 .working-hours th {
	border-bottom: 1px solid;
	padding: 7px 0;
}

.site-footer.style-4 .working-hours th {
	font-weight: 400;
}

.site-footer.style-4 .working-hours td {
	color: #fff;
	text-align: right;
}

.site-footer.style-4 .menu li {
	float: none;
	margin: 0;
	width: 100%;
}

.site-footer.style-4 .copyright-footer {
	font-size: 12px;
	font-weight: 700;
}

.site-footer.style-4 .copyright-footer > .container {
	padding-top: 11px;
	padding-bottom: 11px;
}

.tnp-widget .tnp-email {
	border: 0;
	padding: 10px 17px;
	width: 100%;
}

.tnp-widget .tnp-field-button {
	border: 0;
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.tnp-widget .tnp-submit {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	height: 100%;
	text-indent: -1000px;
	width: 58px;
}

.tnp-widget:after {
	color: #fff;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	width: 58px;
}

footer.site-footer.style-2 .social.social-minimal a {
	color: #fff;
	font-size: 14px;
}

footer.site-footer.style-2 .social li {
	float: left;
	margin: 8px 0 -4px;
}

footer.site-footer.style-2 .social a {
	color: #fff;
	display: block;
	height: 32px;
	position: relative;
	width: 32px;
}

footer.site-footer.style-3 .copyright-footer > .container:before {
	background-color: #e5e5e5;
	content: "";
	display: block;
	left: 15px;
	height: 1px;
	position: absolute;
	right: 15px;
	top: 0;
}

footer.site-footer.style-3 .copyright-footer > .container {
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
}

.wpcf7-form .form-wrap.request-callback {
	border: 0;
}

.request-call-back h1.heading-content {
	font-size: 36px;
	text-transform: uppercase;
	padding-right: 20px;
}

.request-call-back h1.heading-content + h1 {
	margin-top: -15px;
}

.request-call-back .wpcf7-form input.wpcf7-date, .request-call-back .wpcf7-form input.wpcf7-text, .request-call-back .wpcf7-form textarea, .request-call-back .wpcf7-select {
	font-size: 14px;
}

.request-call-back .wpcf7-form .form-wrap {
	padding: 35px 0 20px 35px;
}

.request-call-back .form-wrap .col-md-12 span {
	margin-bottom: 15px;
	display: block;
}

.request-call-back .form-wrap input[type=submit] {
	float: left;
	padding: 13px 25px;
}

@media (min-width:992px) {
	.request-call-back .form-wrap input:not([type=submit]), .request-call-back .wpcf7-select {
		margin-bottom: 36px !important;
		height: 47px !important;
		line-height: 42px !important;
	}
	
	.request-call-back .vc_column_container > .vc_column-inner {
		padding-right: 5px;
	}
	
	.request-call-back .wpcf7-form .form-wrap {
		margin-top: -15px;
	}
}

@media (max-width:991px) {
	.request-call-back .wpcf7-form .form-wrap {
		padding: 0;
		margin: 10px -15px;
		width: calc(100% + 15px);
	}
	
	.request-call-back .wpcf7-form input.wpcf7-date, .request-call-back .wpcf7-form input.wpcf7-text, .request-call-back .wpcf7-form textarea, .request-call-back .wpcf7-select {
		margin-bottom: 5px;
	}
}

.logos, .logos.owl-carousel .owl-item {
	text-align: center;
}

@media (min-width:992px) {
	.style-2 .logos:not(.owl-carousel) {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.style-2 .logos:not(.owl-carousel) li {
		padding-left: 0;
		padding-right: 0;
	}
	
	.style-2 .logos:not(.owl-carousel):after, .style-2 .logos:not(.owl-carousel):before {
		display: none;
	}
}

.logos.owl-carousel {
	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px);
}

.logos.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.logos-wrapper.style-2 ul.logos li {
	max-width: none;
}

.testimonials-style-3 blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}

.testimonials-style-3 .testimonial-content {
	font-size: 14px;
	color: #898989;
}

.testimonial-position {
	font-size: 14px;
	color: #000;
	margin-top: -10px;
}

.testimonials-style-3 .testimonial-user {
	margin-top: 0;
}

.testimonials-image-link {
	display: inline-block;
	transition: .3s opacity;
}

.testimonials-image-link:focus, .testimonials-image-link:hover {
	opacity: .7;
}

h4.testimonial-user {
	font-size: 24px;
	text-transform: uppercase;
}

.owl-navigation .owlnext, .owl-navigation .owlprev {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	color: #d7d7d7;
	background: 0 0;
}

.owl-navigation .owlnext i, .owl-navigation .owlprev i {
	font-size: 36px;
	opacity: 1;
}

.owl-navigation .owlprev {
	left: -93px;
}

.testimonials + .owl-navigation .owlnext, .testimonials + .owl-navigation .owlprev {
	z-index: 10;
}

.testimonials + .owl-navigation .owlprev {
	left: -15px;
}

.owl-navigation .owlnext {
	right: -88px;
}

.testimonials + .owl-navigation .owlnext {
	right: -15px;
}

@media (max-width:991px) {
	.testimonials .owl-navigation .owlnext, .testimonials .owl-navigation .owlprev {
		visibility: hidden;
	}
}

@media (min-width:992px) {
	.owl-item .testimonial > .row {
		margin-right: 6px;
	}
}

.testimonials-style-3 + .owlprev + .owlnext:hover, .testimonials-style-3 + .owlprev:hover {
	color: #26507a;
}

.testimonials-style-3.carousel .carousel-control {
	font-size: 19px;
	height: 19px;
	width: auto;
}

.testimonials-style-3 .carousel-control.left {
	left: -29px;
}

.testimonials-style-3 .carousel-control.right {
	right: -29px;
}

.owl-carousel.testimonials {
	padding-left: 60px;
	padding-right: 60px;
}

.relative-wrapper {
	position: relative;
}

@media (max-width:767px) {
	.padding-mobile-off .vc_column-inner {
		padding: 0 !important;
	}
	
	.padding-mobile-sm .vc_column-inner {
		padding: 20px !important;
	}
}

.sr-shortcut {
	position: absolute;
	top: -10000px;
}

.sr-shortcut:focus {
	background: #f1f1f1;
	border: 0;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	color: #0073aa;
	left: 6px;
	line-height: normal;
	height: auto;
	font-size: 14px;
	font-weight: 700;
	outline: 0;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 7px;
	width: auto;
	z-index: 100000;
}

.admin-bar .sr-shortcut {
	font-family: "Open Sans", sans-serif;
}

.vc_chart.anps_line-chart .vc_chart-legend {
	margin-top: 15px;
	width: 100%;
}

.vc_chart.anps_line-chart .vc_chart-legend li, .widget-wrap, .widget_anpstestimonial p {
	display: inline-block;
}

.widget-wrap {
	margin-bottom: 25px;
	width: 100%;
}

.widget_anpstestimonial .widget-content, .widget_anpstestimonial .widget-footer {
	border: 1px solid #e2e2e2;
	padding-left: 20px;
	padding-right: 20px;
}

.widget_anpstestimonial .widget-footer {
	border-top: none;
}

.widget_anpstestimonial .widget-header {
	position: relative;
	z-index: 1;
}

.widget_anpstestimonial .widget-content {
	border-top: 1px solid #e2e2e2;
	margin-top: -1px;
}

.widget_anpstestimonial .widget-content p {
	margin-top: 25px;
	margin-bottom: 25px;
}

.widget_anpstestimonial .widget-footer span.name {
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 700;
}

.widget_anpstestimonial .widget-footer span.job-title {
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
	clear: both;
}

@media (max-width:992px) {
	.widget_anpstestimonial .widget-header {
		display: none;
	}
}

.widget_anpscontact .widget-wrap {
	padding: 25px 5px 30px;
}

.widget_anpscontact span.title {
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
}

.widget_anpscontact p {
	margin-bottom: 20px;
}

.get-a-quote-horizontal .wpcf7-not-valid-tip {
	bottom: -35px;
	top: auto;
}

.nav-bar .menu-item-language {
	display: inline-block;
	padding-left: 15px;
}

.error-page-content {
	text-align: center;
}

.error-page-subtitle {
	color: #727272;
	font-size: 17px;
}

.post-password-form input[type=password] {
	vertical-align: middle;
	margin-top: 5px;
	padding: 10px 15px;
}

.post-password-form .btn {
	margin: 15px 0 0;
}

.blog.home #site-content {
	padding-top: 30px;
}

@media (max-width:767px) {
	.mobile-row-padding {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.cta {
	padding: 30px 0;
}

.vc_row:not([data-vc-full-width]) .cta .container {
	padding: 0;
	width: 100%;
}

.vc_row:not([data-vc-full-width]) .cta[style*=background] {
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:600px) {
	.cta__wrap {
		display: table;
		width: 100%;
	}
	
	.cta__left, .cta__right {
		display: table-cell;
		vertical-align: middle;
	}
	
	.cta__left {
		padding-right: 20px;
		width: 100%;
	}
}

@media (max-width:599px) {
	.cta__right {
		margin-top: 15px;
	}
}

.cta__title {
	font-size: 24px;
	font-weight: 700;
}

.cta__subtitle {
	font-size: 18px;
}

.recent-blog--style-2 {
	background-color: #fff;
	text-align: center;
}

.recent-blog__header {
	position: relative;
}

.recent-blog--style-1 .recent-blog__header, .recent-blog--style-4 .recent-blog__header {
	margin-bottom: 20px;
}

.recent-blog__hover {
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	display: block;
	height: 100%;
	opacity: 0;
	position: absolute;
	transition: .4s opacity;
	width: 100%;
}

.recent-blog__hover:focus, .recent-blog__hover:hover {
	color: #fff;
	opacity: 1;
}

.recent-blog__hover .fa, .recent-blog__hover .fas {
	font-size: 22px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.recent-blog__image {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.recent-blog__image::after {
	clear: both;
	content: "";
	display: table;
}

.recent-blog__image img {
	float: left;
}

.recent-blog__title {
	display: inline-block;
	font-size: 19px;
	margin-bottom: 0;
}

.recent-blog--style-1 .recent-blog__title {
	margin-bottom: 9px;
}

.recent-blog__info-cat a, .recent-blog__title[style] {
	transition: .2s opacity;
}

.recent-blog__title[style] *, .woocommerce-mini-cart-item a {
	color: inherit;
}

.recent-blog__title[style]:focus, .recent-blog__title[style]:hover {
	opacity: .7;
}

.recent-blog--style-3 .recent-blog__info, .recent-blog--style-3 .recent-blog__title {
	color: #fff;
}

.recent-blog__title h2 {
	color: inherit;
	margin: 0;
	font-size: inherit;
}

.recent-blog__meta {
	margin-bottom: 20px;
	padding: 0;
}

.recent-blog__meta-item {
	display: inline-block;
	list-style: none;
}

.recent-blog__meta-item + .recent-blog__meta-item::before {
	content: "/";
}

.recent-blog--style-3 .recent-blog__info, .recent-blog--style-4 .recent-blog__info {
	margin-top: 3px;
}

.recent-blog__info-icon {
	margin-right: 11px;
}

.recent-blog__info-cat[style] a {
	color: inherit !important;
}

.recent-blog__info-cat a:focus, .recent-blog__info-cat a:hover {
	opacity: .7;
}

.recent-blog__excerpt {
	border-top: 1px solid #ececec;
	padding-top: 20px;
}

.recent-blog__divider {
	background-color: #000;
	height: 3px;
	margin: 14px auto 24px;
	width: 42px;
}

.recent-blog--style-2 .recent-blog__content, .recent-blog--style-3 .recent-blog__content {
	padding: 20px;
}

.recent-blog--style-5 .recent-blog__title h2 {
	font-size: 20px;
	margin-top: 30px;
}

.recent-blog--style-5 .recent-blog__excerpt {
	border: 0;
	font-size: 16px;
	padding-top: 0;
}

.recent-blog--style-5 .recent-blog__meta {
	color: #b1b5b8;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 5px;
}

.recent-blog--style-5 .recent-blog__hover {
	background: rgba(255, 255, 255, .3);
}

.recent-blog--style-5 .recent-blog__hover .fa, .recent-blog--style-5 .recent-blog__hover .fas {
	display: none;
}

.testimonials-lg {
	overflow: hidden;
}

@media (max-width:1199px) {
	.testimonials-lg .container {
		min-height: 0 !important;
	}
}

.testimonial-lg, .testimonials-lg {
	position: relative;
}

.testimonial-lg__user {
	font-size: bold;
}

.testimonial-lg__position {
	font-size: 16px;
	font-weight: 700;
}

.testimonial-lg__image, .testimonial-lg__image-wrap {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.testimonial-lg__image {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.testimonial-lg__nav {
	margin-left: -10px;
}

.testimonial-lg__nav-btn {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	font-size: 36px;
	line-height: 1em;
	outline: 0;
	padding: 5px 10px;
	transition: .3s opacity;
}

.testimonial-lg__nav-btn:focus, .testimonial-lg__nav-btn:hover {
	opacity: .7;
}

.testimonial-lg__nav-btn + .testimonial-lg__nav-btn {
	margin-left: 14px;
}

@media (max-width:899px) {
	.testimonials-lg--style-1 .container {
		height: auto !important;
	}
}

@media (min-width:900px) {
	.testimonials-lg--style-1 .container {
		align-items: center;
		display: flex;
		justify-content: flex-end;
	}
}

.testimonials-lg--style-1 .testimonial-lg__image-wrap {
	overflow: hidden;
	padding-bottom: 40%;
	position: relative;
}

@media (min-width:900px) {
	.testimonials-lg--style-1 .testimonial-lg__image-wrap {
		left: 0;
		height: 100%;
		padding-bottom: 0;
		position: absolute;
		top: 0;
		width: calc(50% - 95px);
		z-index: 1;
	}
}

.testimonials-lg--style-1 .testimonial-lg__user {
	margin-top: 10px;
}

.testimonials-lg--style-1 .testimonial-lg__content {
	padding: 70px 30px 30px;
}

@media (min-width:900px) {
	.testimonials-lg--style-1 .testimonial-lg__content {
		padding-bottom: 60px;
		padding-top: 90px;
		width: 50%;
	}
}

.testimonials-lg--style-1 .testimonial-lg__desc {
	position: relative;
}

.testimonials-lg--style-1 .testimonial-lg__quote {
	bottom: 100%;
	font-size: 30px;
	position: absolute;
	right: 100%;
}

.testimonials-lg--style-1 .testimonial-lg__nav {
	margin-top: 20px;
}

.testimonials-lg--style-2 .container {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.testimonials-lg--style-2 .testimonial-lg__image-wrap {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.testimonials-lg--style-2 .testimonial-lg__divider {
	display: block;
	height: 3px;
	margin-bottom: 11px;
	position: relative;
	width: 67px;
}

.testimonials-lg--style-2 .testimonial-lg__user {
	margin-top: 15px;
}

.testimonials-lg--style-2 .testimonial-lg__nav {
	position: relative;
}

@media (min-width:800px) {
	.testimonials-lg--style-2 .testimonial-lg__nav {
		bottom: 60px;
		right: 60px;
		position: absolute;
	}
}

@media (min-width:1100px) {
	.testimonials-lg--style-2 .testimonial-lg__nav {
		bottom: 80px;
		right: 80px;
	}
}

.testimonials-lg--style-2 .testimonial-lg__desc, .testimonials-lg--style-2 .testimonial-lg__position, .testimonials-lg--style-2 .testimonial-lg__user {
	position: relative;
}

.testimonials-lg--style-2 .testimonial-lg__position {
	margin-bottom: 20px;
}

@media (min-width:800px) {
	.testimonials-lg--style-2 .testimonial-lg__position {
		margin-bottom: 0;
		padding-right: 100px;
	}
}

.testimonials-lg--style-2 .testimonial-lg__content {
	margin: 15px 0;
	padding: 40px;
	position: relative;
	z-index: 2;
}

@media (min-width:500px) {
	.testimonials-lg--style-2 .testimonial-lg__content {
		width: 90%;
	}
}

@media (min-width:800px) {
	.testimonials-lg--style-2 .testimonial-lg__content {
		margin: 80px 0;
		padding: 60px;
		width: 80%;
	}
}

@media (min-width:1100px) {
	.testimonials-lg--style-2 .testimonial-lg__content {
		margin: 80px 0;
		padding: 80px;
		width: 50%;
	}
}

.testimonials-lg--style-2 .testimonial-lg__bg {
	background-color: #fff;
	content: "";
	left: 0;
	height: 100%;
	opacity: .9;
	position: absolute;
	top: 0;
	width: 100%;
}

.about-us__subtitle, .about-us__title {
	margin: 0;
}

.about-us__subtitle + .row, .about-us__title + .row {
	margin-top: 7px;
}

.about-us__title {
	font-size: 24px;
	font-weight: 700;
}

.about-us__subtitle {
	font-size: 16px;
}

.about-us__desc {
	font-size: 18px;
	margin-bottom: 17px;
}

.about-us__text {
	margin: 0;
}

@media (max-width:991px) {
	.about-us__image {
		margin-top: 20px;
	}
	
	.col-md-6:first-child .about-us__image {
		margin-top: 10px;
	}
}

.timeline-h {
	overflow: hidden;
}

.about-us .timeline-h {
	margin-top: 30px;
}

@media (min-width:600px) {
	.about-us .timeline-h {
		margin-top: 11px;
	}
}

.timeline-h__title {
	font-size: 14px;
}

.timeline-h__year {
	font-size: 19px;
	font-weight: 700;
	line-height: 1em;
}

@media (min-width:600px) {
	.timeline-h__year {
		margin-top: 7px;
	}
}

.timeline-h__item {
	position: relative;
}

@media (max-width:599px) {
	.timeline-h__item {
		padding-bottom: 30px;
		padding-left: 60px;
	}
}

@media (min-width:600px) {
	.timeline-h__item {
		float: left;
		margin-top: 20px;
		width: 33%;
	}
}

@media (min-width:768px) {
	.timeline-h--large .timeline-h__item {
		width: 25%;
	}
}

@media (min-width:992px) {
	.timeline-h--large .timeline-h__item {
		width: 20%;
	}
}

.timeline-h__indicator {
	display: block;
	position: relative;
}

@media (max-width:599px) {
	.timeline-h__indicator {
		left: 0;
		position: absolute;
		top: 0;
		width: 46px;
	}
}

.timeline-h__indicator-inner {
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #282828;
	height: 46px;
	position: relative;
	width: 46px;
	z-index: 2;
}

@media (max-width:599px) {
	.timeline-h__indicator-inner {
		left: 0;
		position: absolute;
		top: 0;
	}
}

.timeline-h__indicator-inner::after {
	background-color: #282828;
	border-radius: inherit;
	content: "";
	left: 50%;
	height: 16px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
}

.timeline-h__indicator::before {
	background-color: #282828;
	content: "";
	display: block;
}

@media (max-width:599px) {
	.timeline-h__indicator::before {
		bottom: 100%;
		height: 150px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		width: 2px;
	}
}

@media (min-width:600px) {
	.timeline-h__indicator::before {
		height: 1px;
		position: absolute;
		right: 100%;
		top: 50%;
		transform: translateY(-50%);
		width: 100vw;
		z-index: 1;
	}
}

.margin-120 {
	position: relative;
	top: -120px;
}

.border-right {
	border-right: 1px solid #f1f1f1;
}

@media (max-width:767px) {
	.mobile-row-padding {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media (min-width:767px) {
	.button-right {
		text-align: right;
	}
}

.gray-gradient {
	background: linear-gradient(#f9f9f9, #fff);
}

.term-description {
	font-size: 15px;
	margin-bottom: 43px;
}

.comments-closed {
	margin: 1em 0;
}

.post-nav-links {
	display: flex;
	align-items: center;
	margin: 1em 0;
}

.post-page-numbers {
	flex: 0 0 auto;
	padding: 6px 9px;
	margin-left: .5em;
	border-radius: 4px;
	text-decoration: none;
}

.bypostauthor {
	outline: 1px dotted rgba(0, 0, 0, .1);
}

#cancel-comment-reply-link {
	margin-left: 1em;
}

.woocommerce-mini-cart-item {
	min-height: 40px;
	padding: 0 10px 5px 55px !important;
	font-size: 14px;
	line-height: 19px;
}

.woocommerce-mini-cart-item .remove_from_cart_button, .woocommerce-mini-cart-item img {
	position: absolute;
}

.woocommerce-mini-cart-item .remove_from_cart_button {
	top: 0;
	right: 0;
	font-size: 18px;
}

.woocommerce-mini-cart-item img {
	top: 1px;
	left: 0;
	width: 40px;
	height: 40px;
}

.woocommerce-mini-cart-item .quantity {
	display: block;
}

.woocommerce-mini-cart__empty-message {
	margin: 0;
	text-align: center;
}

.comment-respond {
	margin-top: 60px;
}

.woocommerce-account .show-password-input {
	display: none;
}

.site-header:not(.site-header-vertical-menu) .logo-sticky {
	display: none;
}

.site-header:not(.site-header-vertical-menu) .site-logo, .site-header:not(.site-header-vertical-menu) .site-logo a, .site-header:not(.site-header-vertical-menu) .site-logo img {
	max-height: inherit;
}

.site-header:not(.site-header-vertical-menu) .site-logo {
	display: table;
	left: 15px;
	height: 100%;
	position: absolute;
	top: 0;
}

.site-header:not(.site-header-vertical-menu) .site-logo a {
	display: table-cell;
	vertical-align: middle;
}

.site-header:not(.site-header-vertical-menu) .site-logo img {
	transition: .3s all;
}

@media (max-width:991px) {
	.site-header:not(.site-header-vertical-menu) .logo-default {
		display: none;
	}
}

.site-header:not(.site-header-vertical-menu) .logo-mobile {
	max-height: 50px !important;
}

@media (min-width:992px) {
	.site-header:not(.site-header-vertical-menu) .logo-mobile {
		display: none;
	}
}

.site-header:not(.site-header-vertical-menu).site-header-sticky-active .site-logo img {
	transition: .1s all;
}

.site-header:not(.site-header-vertical-menu).site-header-sticky-active .logo-sticky {
	display: block;
}

.site-header:not(.site-header-vertical-menu).site-header-sticky-active .logo-sticky ~ img, .site-header:not(.site-header-vertical-menu).site-header-sticky-active .logo-sticky ~ span {
	display: none;
}

.site-header-wrap {
	position: relative;
}

.site-navigation-max {
	display: inline-block;
}

.site-navigation {
	text-transform: uppercase;
	margin-right: -10px;
}

.site-navigation a:not(.btn):focus, .site-navigation a:not(.btn):hover {
	color: #3178bf;
	outline: 0;
}

@media (min-width:992px) {
	.site-search-toggle {
		background: 0 0;
		border: 0;
		margin-left: 39px;
		outline: 0;
		transition: .2s color;
	}
	
	.site-navigation, .site-navigation .menu-item-depth-0, .site-search-toggle {
		display: inline-block;
	}
	
	.menu-item-desc {
		color: #a9a9a9;
		display: block;
		font-size: 9px;
		text-transform: uppercase;
		max-width: 150px;
		padding: 10px;
	}
	
	.site-navigation > ul {
		margin: 0;
		padding: 0;
	}
	
	.site-navigation .current-menu-item > a {
		color: #3178bf;
	}
	
	.site-navigation .menu-item-depth-0 > a {
		display: inline-block;
		padding: 10px;
		position: relative;
	}
	
	.site-navigation .menu-item-depth-0 > a::before {
		content: "";
		left: 0;
		height: 15px;
		position: absolute;
		bottom: -5px;
		width: 100%;
	}
	
	.site-header-style-full-width .site-navigation .menu-item-depth-0 > a::before {
		height: 25px;
	}
	
	.site-navigation .menu-item-depth-0 + .menu-item-depth-0 {
		margin-left: 20px;
	}
	
	.site-navigation .menu-item-depth-0:not(.megamenu) > .sub-menu {
		left: 50%;
		height: 0;
		overflow: hidden;
		margin-top: 5px;
		top: 100%;
		transform: translateX(-50%);
		transition: .2s height;
	}
	
	.site-navigation .menu-item {
		position: relative;
	}
	
	.site-navigation .menu-item > a:focus + .sub-menu:not([data-height]), .site-navigation .menu-item > a:hover + .sub-menu:not([data-height]) {
		height: auto;
	}
	
	.site-navigation .sub-menu {
		box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .2);
		list-style: none;
		padding: 0;
		position: absolute;
		width: 204px;
	}
	
	.site-navigation .sub-menu > .menu-item:first-child {
		padding-top: 5px;
	}
	
	.site-navigation .sub-menu > .menu-item:last-child {
		padding-bottom: 5px;
	}
	
	.site-navigation .sub-menu .sub-menu {
		display: none;
		left: 100%;
		top: -5px;
	}
	
	.site-navigation .sub-menu > li:first-child > .sub-menu {
		top: 0;
	}
	
	.site-navigation .sub-menu .menu-item-has-children:hover > .sub-menu {
		display: block;
	}
	
	.site-navigation .sub-menu:hover {
		height: auto;
		opacity: 1;
	}
	
	.site-navigation .sub-menu a {
		display: block;
		font-size: 12px;
		padding: 6px 24px;
	}
	
	.navbar-toggle {
		display: none;
	}
	
	.site-header-divider .menu-item-depth-0.current-menu-item > a::after {
		opacity: 1;
	}
	
	.site-header-divider .menu-item-depth-0 > a::after {
		background-color: currentColor;
		bottom: 2px;
		content: "";
		left: 10px;
		height: 2px;
		opacity: 0;
		position: absolute;
		right: 10px;
		transition: .3s opacity;
	}
	
	.site-header-divider .menu-item-depth-0 > a:focus::after, .site-header-divider .menu-item-depth-0 > a:hover::after {
		opacity: 1;
	}
}

.site-navigation-transparent {
	position: absolute;
}

@media (max-width:991px) {
	.site-navigation {
		background-color: #0f0f0f;
		color: #fff;
		display: none;
		left: 50%;
		padding: 30px;
		position: absolute;
		transform: translateX(-50%);
		top: 100%;
		width: 100vw;
	}
	
	.site-navigation .menu-item a:not(.btn) {
		color: #fff;
	}
	
	.boxed .site-navigation {
		width: calc(100% + 30px);
	}
	
	.site-navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.site-navigation ul a {
		color: currentColor;
		display: inline-block;
		padding: 4px 0;
	}
	
	.site-navigation .menu-item-depth-0 + .menu-item-depth-0 {
		margin-top: 5px;
	}
	
	.site-navigation .sub-menu {
		font-size: 13px;
		list-style: square;
		padding-left: 20px;
	}
	
	.menu-item-desc {
		display: block;
		font-size: 12px;
		margin-bottom: 5px;
		opacity: .7;
		text-transform: uppercase;
	}
	
	.site-navigation-opened {
		display: block;
	}
	
	.navbar-toggle, .site-search-toggle {
		align-items: center;
		border-radius: 4px;
		border: 0;
		color: #fff;
		display: flex;
		font-size: 16px;
		height: 30px;
		justify-content: center;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		transition: .4s background-color;
		width: 30px;
	}
	
	.site-search-toggle {
		margin-right: 40px;
	}
}

.social-nav {
	display: inline-block;
	margin: 0 0 0 39px;
	padding: 0;
}

@media (max-width:991px) {
	.social-nav {
		display: none;
	}
}

.social-nav li {
	display: inline-block;
	font-size: 14px;
}

.social-nav li + li {
	margin-left: 23px;
}

.site-footer .widget_nav_menu ul {
	list-style: none;
}

.above-nav-bar {
	border-bottom: 1px solid #f3f3f3;
	color: #c1c1c1;
	display: none;
	font-family: "PT Serif";
	padding-bottom: 14px;
	transition: .4s height, .4s line-height, .4s padding, border-color .4s;
}

.site-header-sticky-active .above-nav-bar {
	border-color: transparent;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	padding: 0;
}

.above-nav-bar .widget_anpstext .fa, .above-nav-bar .widget_anpstext .fas {
	font-size: 15px;
	margin-right: 12px;
}

@media (min-width:992px) {
	.above-nav-bar {
		display: block;
	}
	
	.above-nav-bar .widget-container {
		display: inline-block;
	}
}

.above-nav-bar .widget-container + .widget-container {
	margin-left: 30px;
}

.large-above-menu.style-2 > .widget:not(:last-child) {
	padding-right: 40px;
}

.large-above-menu.style-2 .widget_anpstext {
	line-height: 1.6em;
}

.large-above-menu.style-2 .widget_anpstext .fa, .large-above-menu.style-2 .widget_anpstext .fas, .large-above-menu.style-2 .widget_anpstext .important {
	font-size: 18px;
}

.large-above-menu.style-2 .widget_anpstext .fa, .large-above-menu.style-2 .widget_anpstext .fas {
	margin-right: 5px;
}

.large-above-menu.style-2 .contact-info li {
	line-height: 1.6em;
	padding-left: 0;
}

.large-above-menu.style-2 .contact-info li + li {
	margin-left: 19px;
}

.large-above-menu.style-2 .contact-info li .fa, .large-above-menu.style-2 .contact-info li .fas {
	border: 0;
	height: auto;
	line-height: 1.6em;
	margin-right: 10px;
	position: relative;
	transform: translateY(0);
	width: auto;
}

.anpstext-desc {
	display: inline-block;
}

.site-header-style-normal {
	height: 74px;
	transition: .4s height;
}

@media (min-width:992px) {
	.site-header-style-normal {
		height: 112px;
	}
}

.site-header-style-normal .nav-wrap {
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	height: 74px;
	position: relative;
	transition: .4s height;
	z-index: 999;
}

.site-header-style-normal .nav-wrap::before {
	content: "";
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (min-width:992px) {
	.site-header-style-normal .nav-wrap {
		height: 112px;
	}
}

.site-header-style-normal .nav-wrap > .container {
	height: 100%;
}

.site-header-style-transparent .nav-wrap {
	height: 74px;
	left: 0;
	position: absolute;
	transition: .4s height, background-color .1s;
	width: 100%;
	z-index: 999;
}

@media (min-width:992px) {
	.site-header-style-transparent .nav-wrap {
		height: 112px;
	}
}

.site-header-style-transparent .nav-wrap > .container {
	height: inherit;
}

@media (max-width:767px) {
	.site-header-style-full-width .woo-header-cart .mini-cart {
		right: -90px;
		top: 70px;
		z-index: 9999;
	}
}

@media (max-width:991px) {
	.site-header-style-full-width {
		background-color: #fff;
		position: relative;
		z-index: 9999;
	}
	
	.site-header-style-full-width .show-md.cartwrap .woo-header-cart {
		display: none;
	}
	
	.site-header-style-full-width .woo-header-cart .cart-contents {
		margin-right: 10px;
		margin-top: 26px;
		padding-bottom: 20px;
	}
	
	.site-header-style-full-width .woo-header-cart .mini-cart {
		top: 50px;
	}
	
	.site-header-style-full-width .preheader-wrap .hidden-lg.cartwrap {
		right: 90px;
	}
	
	.site-header-style-full-width .preheader-wrap .hidden-lg.cartwrap .woo-header-cart {
		margin: 0;
		padding: 0;
	}
	
	.site-header-style-full-width + .container {
		margin-top: 0;
	}
	
	.site-header-style-full-width .large-above-menu {
		display: none;
	}
	
	.site-header-style-full-width .navbar-toggle, .site-header-style-full-width .site-search-toggle {
		top: -34px;
	}
	
	.site-header-style-full-width .preheader-wrap {
		height: 72px;
		position: relative;
	}
	
	.site-header-style-full-width .preheader-wrap > * {
		position: absolute;
	}
	
	.site-header-style-full-width .header-wrap {
		border-bottom: 1px solid rgba(0, 0, 0, .05);
	}
}

@media (min-width:992px) {
	.site-header-style-full-width {
		position: relative;
	}
	
	.site-header-style-full-width .preheader-wrap {
		height: 114px;
	}
	
	.site-header-style-full-width .show-md.cartwrap .woo-header-cart {
		margin-top: 14px;
	}
	
	.site-header-style-full-width .woo-header-cart .cart-contents > span {
		top: -2px;
	}
	
	.site-header-style-full-width .large-above-menu {
		display: table;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.site-header-style-full-width .large-above-menu > .widget {
		display: table-cell;
		vertical-align: middle;
	}
	
	.site-header-style-full-width .large-above-menu > .widget:not(:last-child) {
		padding-right: 20px;
	}
	
	.site-header-style-full-width .large-above-menu:not(.style-2) .widget_anpstext {
		padding-left: 74px;
		position: relative;
	}
	
	.site-header-style-full-width .large-above-menu:not(.style-2) .widget_anpstext .fa, .site-header-style-full-width .large-above-menu:not(.style-2) .widget_anpstext .fas {
		border: 1px solid #e5e5e5;
		border-radius: 4px;
		font-size: 24px;
		height: 64px;
		left: 0;
		line-height: 64px;
		margin-right: 10px;
		position: absolute;
		text-align: center;
		top: 50%;
		transform: translateY(-50%);
		width: 64px;
	}
	
	.site-header-style-full-width .large-above-menu:not(.style-2) .widget_anpssocial ul {
		border: 1px solid #e5e5e5;
		border-radius: 4px;
		margin: 0;
		padding: 0 10px;
	}
	
	.site-header-style-full-width .large-above-menu:not(.style-2) .widget_anpssocial ul:after {
		clear: both;
		content: "";
		display: table;
	}
	
	.site-header-style-full-width .large-above-menu:not(.style-2) .widget_anpssocial li {
		height: 62px;
		float: left;
	}
	
	.site-header-style-full-width .large-above-menu:not(.style-2) .widget_anpssocial a {
		display: block;
		font-size: 18px;
		height: 62px;
		position: relative;
		width: 45px;
	}
	
	.site-header-style-full-width .large-above-menu:not(.style-2) .widget_anpssocial .fa {
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	
	.site-header-style-full-width .header-wrap {
		position: relative;
		z-index: 99999;
	}
	
	.site-header-style-full-width .nav-bar {
		position: relative;
		z-index: 1;
	}
	
	.site-header-style-full-width:not(.site-header-style-full-width-boxed) .header-wrap::after {
		content: "";
		left: 0;
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
	}
	
	.site-header-style-full-width.site-header-style-full-width-boxed .nav-bar-wrapper {
		padding: 0 30px;
		position: relative;
	}
	
	.site-header-style-full-width.site-header-style-full-width-boxed .nav-bar-wrapper::after {
		content: "";
		left: 0;
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
	}
	
	.site-header-style-full-width-boxed:not(.site-header-sticky-active) .header-wrap {
		left: 0;
		position: absolute;
		top: 100%;
		width: 100%;
		margin-top: -31px;
	}
	
	.site-header-style-full-width-boxed {
		padding-bottom: 31px;
	}
	
	.site-header-style-full-width-boxed .header-wrap {
		border-bottom: none !important;
	}
	
	.site-header-style-full-width .header-wrap, .site-header-style-full-width.site-header-sticky-active .header-wrap {
		background: 0 0;
	}
	
	.site-header-style-full-width .nav-bar-wrapper {
		display: table;
		height: 63px;
		width: 100%;
	}
	
	.site-header-style-full-width .nav-bar {
		display: table-cell;
		vertical-align: middle;
	}
	
	.site-header-style-full-width .site-navigation {
		height: 100%;
		margin-left: -10px;
	}
	
	.site-header-style-full-width .site-navigation > ul > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
		position: relative;
	}
	
	.site-header-style-full-width nav.site-navigation > ul > li > a::after {
		display: none;
	}
	
	.site-header-style-full-width .menu-item-depth-0:not(.megamenu) > .sub-menu {
		margin-top: 1px;
	}
	
	.site-header-style-full-width .site-search-toggle {
		color: #fff;
		margin-top: 24px;
	}
}

.site-header-style-full-width .social-nav {
	float: right;
	margin-top: 21px;
}

@media (min-width:992px) {
	.site-header-absolute .site-wrapper {
		position: relative;
	}
	
	.site-header-absolute .site-header-wrap {
		left: 0;
		position: absolute;
		z-index: 999;
		top: 0;
		width: 100%;
	}
}

.nav-wrap .btn.btn-sm {
	margin-left: 39px;
	padding: 10px 28px;
}

@media (max-width:991px) {
	.nav-wrap .btn.btn-sm {
		margin-left: 0;
		margin-top: 10px;
		padding: 7px 32px;
	}
}

.site-header-position-bottom.site-header-style-transparent {
	position: relative;
	top: -74px;
}

@media (min-width:992px) {
	.site-header-position-bottom.site-header-style-transparent {
		top: -112px;
	}
	
	.site-header-layout-normal .nav-bar {
		display: table-cell;
		vertical-align: middle;
	}
	
	.site-header-layout-normal .nav-bar-wrapper {
		display: table;
		height: 100%;
		position: absolute;
		top: 0;
		right: 15px;
	}
	
	.site-header-layout-normal .above-nav-bar {
		text-align: right;
	}
	
	.site-header-layout-center {
		text-align: center;
	}
	
	.site-header-layout-center:not(.site-header-style-full-width) .nav-wrap {
		height: 233px;
		max-height: none;
		padding: 50px;
	}
	
	.site-header-layout-center:not(.site-header-style-full-width) .site-logo {
		display: inline-block;
		height: auto;
		margin-bottom: 20px;
		position: static;
		transform: none;
	}
	
	.site-header-layout-center:not(.site-header-style-full-width).site-header-sticky-active .nav-wrap {
		height: 117px;
		padding: 15px;
	}
	
	.site-header-layout-center:not(.site-header-style-full-width).site-header-sticky-active .site-logo {
		margin-bottom: 5px;
	}
	
	.site-header.site-header-layout-logo-center .container {
		display: table;
	}
	
	.site-header.site-header-layout-logo-center .container > * {
		display: table-cell;
		left: auto;
		position: static;
		vertical-align: middle;
		top: auto;
		transform: none;
	}
	
	.site-header.site-header-layout-logo-center .site-logo {
		text-align: center;
		padding: 0 50px;
		width: 0;
	}
	
	.site-header.site-header-layout-logo-center .site-logo img {
		max-width: none !important;
	}
	
	.site-header.site-header-layout-logo-center .nav-bar-wrapper {
		width: 50%;
	}
	
	.site-header.site-header-layout-logo-center .show-md.cartwrap {
		display: inline-block;
		float: none;
		padding: 0;
	}
	
	.site-header.site-header-layout-logo-center .show-md.cartwrap .woo-header-cart {
		top: 5px;
	}
	
	.site-header.site-header-layout-logo-center .site-navigation-left {
		float: right;
	}
	
	.site-header-layout-menu-left .nav-bar {
		display: table-cell;
		vertical-align: middle;
	}
	
	.site-header-layout-menu-left .nav-bar-wrapper {
		display: table;
		height: 100%;
		position: absolute;
		top: 0;
		left: 15px;
	}
	
	.site-header-layout-menu-left .site-navigation > ul > .menu-item:first-child {
		margin-left: -10px;
	}
	
	.site-header-layout-menu-left .site-logo {
		left: auto !important;
		right: 15px;
	}
	
	.site-header-layout-menu-left .above-nav-bar {
		text-align: right;
	}
}

.site-header-sticky-active .nav-wrap, .site-header-sticky-active:not(.site-header-style-transparent):not(.site-header-style-full-width-boxed) {
	height: 74px;
}

@media (min-width:992px) {
	.site-header-style-full-width.site-header-sticky-active .nav-wrap, .site-header-style-full-width.site-header-sticky-active:not(.site-header-style-full-width-boxed) {
		height: 197px;
	}
}

.site-header-sticky-active .nav-wrap {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

@media (min-width:601px) {
	.admin-bar .site-header-sticky-active .nav-wrap {
		top: 46px;
	}
}

@media (min-width:783px) {
	.admin-bar .site-header-sticky-active .nav-wrap {
		top: 32px;
	}
}

@media (max-width:991px) {
	.site-header-sticky-active.site-header-style-full-width {
		background-color: #fff;
		border-bottom: 1px solid rgba(0, 0, 0, .05);
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
	}
}

@media (max-width:991px)and (min-width:601px) {
	.admin-bar .site-header-sticky-active.site-header-style-full-width {
		top: 46px;
	}
}

@media (max-width:991px)and (min-width:783px) {
	.admin-bar .site-header-sticky-active.site-header-style-full-width {
		top: 32px;
	}
}

@media (min-width:992px) {
	.site-header-sticky-active .header-wrap {
		background-color: #fff;
		border-bottom: 1px solid rgba(0, 0, 0, .05);
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
	}
}

@media (min-width:992px)and (min-width:601px) {
	.admin-bar .site-header-sticky-active .header-wrap {
		top: 46px;
	}
}

@media (min-width:992px)and (min-width:783px) {
	.admin-bar .site-header-sticky-active .header-wrap {
		top: 32px;
	}
}

@media (max-width:991px) {
	.site-header-vertical-menu .container, .site-header-vertical-menu .site-logo, .site-header-vertical-menu .site-logo a, .site-header-vertical-menu .site-logo img {
		max-height: inherit;
	}
	
	.site-header-vertical-menu .container, .site-header-vertical-menu .site-logo a {
		height: inherit;
	}
	
	.site-header-vertical-menu .site-logo {
		display: table;
		left: 15px;
		height: 100%;
		position: absolute;
		top: 0;
	}
	
	.site-header-vertical-menu .site-logo a {
		display: table-cell;
		vertical-align: middle;
	}
	
	.site-header-vertical-menu .nav-wrap {
		background-color: #fff;
		border-bottom: 1px solid rgba(0, 0, 0, .05);
		height: 72px;
		max-height: 72px;
		position: relative;
		z-index: 999;
	}
	
	.site-header-vertical-menu .nav-bar-wrapper {
		padding: 20px;
	}
	
	.site-header-vertical-menu .site-navigation {
		margin-top: 20px;
	}
}

@media (min-width:992px) {
	.vertical-menu:not(.hide-side-menu) {
		margin-left: 330px;
	}
}

@media (min-width:992px)and (max-width:1500px) {
	.vertical-menu .top-bar .container {
		width: 100%;
	}
}

@media (min-width:992px) {
	.site-header-vertical-menu {
		box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
		left: 0;
		height: 100%;
		padding-left: 60px;
		padding-top: 60px;
		position: fixed;
		top: 0;
		width: 330px;
		z-index: 9999;
	}
	
	.admin-bar .site-header-vertical-menu {
		top: 32px;
	}
	
	.site-header-vertical-menu .nav-bar {
		margin-top: 90px;
		position: relative;
	}
	
	.site-header-vertical-menu .site-navigation {
		width: 100%;
	}
	
	.site-header-vertical-menu .container {
		padding: 0;
	}
	
	.site-header-vertical-menu .site-navigation {
		border-top: 1px solid #ececec;
	}
	
	.site-header-vertical-menu .menu-item-depth-0:not(.megamenu) {
		border-bottom: 1px solid #ececec;
		display: block;
		margin: 0 !important;
	}
	
	.site-header-vertical-menu .menu-item-depth-0:not(.megamenu) > .sub-menu {
		left: 100%;
		margin: 0;
		transform: none;
		top: 0;
	}
	
	.site-header-vertical-menu .menu-item-depth-0:not(.megamenu) > a {
		display: block;
		padding-left: 0;
	}
	
	.site-header-vertical-menu .sub-menu li {
		padding: 3px;
	}
	
	.site-header-vertical-menu .menu-item-has-children::after {
		color: #000;
		content: "";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 16px;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.site-header-vertical-menu .site-search-toggle {
		left: 0;
		margin: 0;
		position: absolute;
		top: -30px;
	}
}

@media (max-width:991px) {
	.site-navigation .megamenu li[class*=col-] {
		width: 100%;
	}
}

@media (min-width:992px) {
	.site-navigation .megamenu > .sub-menu {
		background-color: #fff;
		height: 0;
		overflow: hidden;
		transition: .4s height;
		margin-left: 73px;
		margin-top: 5px;
		width: 940px;
	}
	
	.site-navigation .megamenu > .sub-menu > li {
		margin-top: 5px;
		padding-top: 5px;
		padding-bottom: 10px;
	}
	
	.site-navigation .megamenu > .sub-menu a {
		margin-top: 7px;
		padding: 0;
	}
	
	.site-navigation .megamenu > .sub-menu > li:not([class*=col-]) {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}
	
	.site-navigation .megamenu > .sub-menu .sub-menu {
		background: 0 0;
		box-shadow: none;
		left: auto;
		display: block;
		position: static;
		top: auto;
	}
	
	.site-navigation .megamenu .megamenu-title > a {
		border-bottom: 1px solid #ececec;
		cursor: static;
		font-size: 14px;
		padding-bottom: 5px;
	}
}

@media (min-width:1200px) {
	.site-navigation .megamenu > .sub-menu {
		width: 1140px;
	}
}

.site-search {
	height: 0;
	position: relative;
	transition: .3s height ease-out;
	will-change: height;
}

.site-search-opened .site-search {
	height: 80px;
}

.site-search .container, .site-search-form {
	height: 100%;
}

.site-search-close, input.site-search-input {
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
}

input.site-search-input {
	color: #fff;
	font-size: 24px;
	padding: 20px;
	text-align: center;
}

input.site-search-input:-ms-input-placeholder {
	color: rgba(255, 255, 255, .55);
}

input.site-search-input::placeholder {
	color: rgba(255, 255, 255, .55);
}

.site-search-close {
	color: rgba(255, 255, 255, .55);
	font-size: 32px;
	outline: 0;
	padding: 0 15px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.site-search-close:focus, .site-search-close:hover {
	color: #fff;
}

.top-bar {
	display: table;
	height: 40px;
	padding-bottom: 40px;
	position: relative;
	width: 100%;
}

.top-bar::after, .top-bar::before {
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}

.top-bar::after {
	background-color: rgba(0, 0, 0, .05);
	bottom: 0;
	height: 1px;
}

.top-bar::before {
	height: 100%;
	top: 0;
}

.top-bar .container {
	height: 0;
	max-width: 100%;
	overflow: hidden;
	will-change: height;
}

@media (max-width:991px) {
	.top-bar {
		text-align: center;
	}
	
	.top-bar .top-bar-left {
		margin-top: 20px;
	}
	
	.top-bar .widget-container {
		display: inline-block;
		margin-top: 5px;
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (min-width:992px) {
	.top-bar {
		padding-bottom: 0;
	}
	
	.top-bar .container, .top-bar .container > div, .top-bar .widget-container {
		height: 50px;
	}
	
	.top-bar .top-bar-left {
		float: left;
	}
	
	.top-bar .top-bar-right {
		float: right;
	}
	
	.top-bar .container > div {
		display: table;
	}
	
	.top-bar .widget-container + .widget-container {
		padding-left: 25px;
	}
	
	.top-bar .widget-container {
		display: table-cell;
		vertical-align: middle;
	}
	
	.top-bar .top-bar-right > * + * {
		margin-left: 13px;
	}
}

.top-bar .widget-title {
	display: none;
	line-height: 1.4em;
}

.top-bar .widget_anpstext .fa {
	padding: 0 12px;
}

.top-bar .social, .top-bar .socialize {
	line-height: 1.4em;
}

.top-bar .social, .top-bar .socialize, .top-bar .widget-title .fa {
	font-size: 15px;
}

.top-bar .social, .top-bar .socialize {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-bar .social li, .top-bar .socialize li {
	display: inline-block;
	font-size: inherit;
}

.top-bar .social a, .top-bar .socialize a {
	display: inline-block;
	margin: 0 2px;
	padding: 0 10px;
}

.top-bar-hide .container, .top-bar-show .container {
	transition: .4s height;
}

.top-bar-close {
	background: 0 0;
	border: 0;
	bottom: 0;
	left: 50%;
	padding: 7px 20px;
	position: absolute;
	transform: translateX(-50%);
	transition: .4s transform;
}

@media (min-width:992px) {
	.top-bar-close {
		display: none;
	}
}

.top-bar-close:focus, .top-bar-close:hover {
	color: #000;
	outline: 0;
}

.top-bar-show .top-bar-close {
	transform: translateX(-50%) rotate(180deg);
}

:root .has-blue-color {
	color: #26507a;
}

:root .has-orange-color {
	color: #f60;
}

:root .has-green-color {
	color: #16a085;
}

:root .has-green-light-color {
	color: #5ebe5f;
}

:root .has-light-color {
	color: #fff;
}

:root .has-dark-color {
	color: #242424;
}

:root .has-blue-background-color {
	background-color: #26507a;
}

:root .has-orange-background-color {
	background-color: #f60;
}

:root .has-green-background-color {
	background-color: #16a085;
}

:root .has-green-light-background-color {
	background-color: #5ebe5f;
}

:root .has-light-background-color {
	background-color: #fff;
}

:root .has-dark-background-color {
	background-color: #242424;
}

.has-anps-h-1-font-size {
	font-size: 31px;
}

.has-anps-h-2-font-size {
	font-size: 24px;
}

.has-anps-h-3-font-size {
	font-size: 21px;
}

.has-anps-h-4-font-size {
	font-size: 18px;
}

.has-anps-h-5-font-size {
	font-size: 16px;
}

.wp-block-audio, .wp-block-button, .wp-block-columns, .wp-block-cover, .wp-block-file, .wp-block-gallery, .wp-block-image, .wp-block-media-text, .wp-block-pullquote, .wp-block-table {
	margin-bottom: 10px;
}

.wp-block-group, .wp-block-quote {
	margin-bottom: 10px !important;
}

.wp-block-button.aligncenter {
	text-align: center;
}

.wp-block-quote {
	padding: 9px 17px;
}

.wp-block-pullquote > blockquote, .wp-block-pullquote > blockquote > p {
	padding: 0;
	border: 0;
}

.wp-block-pullquote > blockquote {
	margin: 1em;
}

.wp-block-code {
	font-size: 13px;
}

.wp-block-separator {
	clear: both;
}

.wp-block-file__button {
	display: inline-block;
}

.blocks-gallery-caption {
	flex-grow: 1;
}

.wp-block-image .alignleft {
	margin-right: 20px;
}

.wp-block-image .alignright {
	margin-left: 20px;
}

.wp-block-image .aligncenter {
	margin-top: 5px;
}

.wp-block-image .alignleft, .wp-block-image .alignright {
	margin-top: 5px;
	margin-bottom: 10px;
}

.wp-block-image figcaption {
	margin: 0;
	padding: 10px 4px;
	font-size: 14px;
	box-shadow: 0 2px 3px -1px rgba(0, 0, 0, .12);
}

.wp-block-gallery {
	border: 0 !important;
	box-shadow: none !important;
}

.wp-block-gallery.alignnone {
	margin-left: 0;
	margin-right: 0;
}

.wp-block-gallery .blocks-gallery-caption {
	margin-top: -11px;
}

.wp-block-table {
	border-width: 0 !important;
}

.wp-block-table td, .wp-block-table th {
	padding: .5em;
	border: 1px solid #e5e5e5 !important;
}

.wp-block-code, .wp-block-preformatted {
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.wp-block-verse {
	font-family: inherit;
	font-size: inherit;
}

.wp-block-coblocks-accordion, .wp-block-coblocks-alert, .wp-block-coblocks-click-to-tweet, .wp-block-coblocks-highlight, .wp-block-coblocks-media-card, .wp-block-coblocks-pricing-table {
	margin-top: 0;
	margin-bottom: 10px;
}

.hero-section {
	position: relative;
	overflow: hidden;
	min-height: 921px;
	display: flex;
	align-items: center;
}

.hero-section--carousel {
	display: block;
}

.hero-section__carousel, .hero-section__slide {
	width: 100%;
	min-height: inherit;
}

.hero-section__carousel .owl-item, .hero-section__carousel .owl-stage, .hero-section__carousel .owl-stage-outer {
	min-height: inherit;
}

.hero-section__carousel .owl-item, .hero-section__carousel .owl-stage {
	display: flex;
}

.hero-section__carousel .owl-item > .hero-section__slide {
	flex: 1 1 auto;
}

.hero-section__carousel .owl-dots {
	display: flex !important;
	flex-direction: row !important;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin-top: 24px;
	text-align: center;
}

.hero-section__carousel .owl-dot {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	background: 0 0;
	border: 0;
	padding: 0;
	cursor: pointer;
}

.hero-section__carousel .owl-dot span {
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 9999px;
	background: rgba(26, 26, 46, .18);
	transition: background-color .2s ease, transform .2s ease;
}

.hero-section__carousel .owl-dot.active span, .hero-section__carousel .owl-dot:hover span {
	background: #3178bf;
	transform: scale(1.1);
}

.hero-section__slide {
	display: flex;
	align-items: center;
}

.hero-section__container {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	gap: 64px;
	align-items: center;
}

.hero-section__slide > .hero-section__container {
	flex: 1 1 auto;
}

@media (min-width:992px) {
	.hero-section__container {
		grid-template-columns: 1fr 1fr;
	}
}

.hero-section__content {
	position: relative;
	z-index: 1;
	padding: 80px 0;
}

.hero-section__badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 12px;
	border-radius: 9999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.hero-section__badge-icon {
	font-size: 14px;
	margin-right: 8px;
}

.hero-section__heading {
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 32px;
	letter-spacing: -.025em;
}

@media (min-width:992px) {
	.hero-section__heading {
		font-size: 4.5rem;
	}
}

.hero-section__heading-highlight {
	display: inline;
}

.hero-section__description {
	font-size: 18px;
	line-height: 1.75;
	margin-bottom: 40px;
	max-width: 512px;
}

@media (min-width:992px) {
	.hero-section__description {
		font-size: 20px;
	}
}

.hero-section__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	position: relative;
}

@media (min-width:600px) {
	.hero-section__actions {
		flex-direction: row;
	}
}

.hero-section__button {
	display: inline-block;
	width: 100%;
	padding: 16px 32px;
	border-radius: 4px;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 10px 15px -3px rgba(0, 0, 0, .1), 0 20px 25px -5px rgba(0, 0, 0, .05);
	transition: transform .2s ease;
	cursor: pointer;
	border: 0;
}

@media (min-width:600px) {
	.hero-section__button {
		width: auto;
	}
}

.hero-section__button:hover, .portfolio-modern-card:hover .portfolio-modern-card__image .portfolio-modern-card__img, .portfolio-modern-card:hover .portfolio-modern-card__image img {
	transform: scale(1.05);
}

.hero-section__mini-chart {
	display: none;
	position: absolute;
	right: -96px;
	top: 96px;
	padding: 20px;
	border-radius: 12px;
	flex-direction: column;
	gap: 12px;
	width: 192px;
	transform: rotate(3deg);
	border: 1px solid rgba(0, 0, 0, .05);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 10px 15px -3px rgba(0, 0, 0, .1), 0 20px 25px -5px rgba(0, 0, 0, .05);
}

@media (min-width:1200px) {
	.hero-section__mini-chart {
		display: flex;
	}
}

.hero-section__mini-chart-label {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -.025em;
}

.hero-section__mini-chart-bars {
	display: flex;
	align-items: flex-end;
	gap: 4px;
	height: 48px;
}

.hero-section__mini-chart-bar {
	width: 8px;
	border-radius: 2px 2px 0 0;
}

.hero-section__mini-chart-amount {
	font-weight: 700;
	font-size: 20px;
}

.hero-section__media {
	display: none;
	position: relative;
}

@media (min-width:992px) {
	.hero-section__media {
		display: block;
	}
}

.hero-section__media-bg {
	position: absolute;
	inset: 0;
	border-radius: 2rem;
	transform: rotate(-3deg) scale(.95) translateX(32px);
	opacity: .2;
}

.hero-section__media-image-wrap {
	position: relative;
	border-radius: 2rem;
	overflow: hidden;
	aspect-ratio: 4/5;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
}

.hero-section__media-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.anps-services-grid {
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr);
}

@media (min-width:768px) {
	.anps-services-grid.anps-services-grid--cols-2, .anps-services-grid.anps-services-grid--cols-3, .anps-services-grid.anps-services-grid--cols-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width:992px) {
	.anps-services-grid.anps-services-grid--cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.anps-services-grid.anps-services-grid--cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.anps-services-grid.anps-services-grid--cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.anps-services-grid__card {
	--anps-services-grid-accent: #3178bf;
	--anps-services-grid-border: var(--anps-services-grid-accent);
	--anps-services-grid-muted: #d9e2ec;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 100%;
	padding: 32px;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 16px 32px rgba(15, 23, 42, .08);
	transition: transform .25s ease, box-shadow .25s ease;
}

.anps-services-grid__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 48px rgba(15, 23, 42, .12);
}

.anps-services-grid__card.anps-services-grid__card--bordered {
	border-left: 4px solid var(--anps-services-grid-border);
}

.anps-services-grid__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 24px;
	border-radius: 14px;
	background: rgba(49, 120, 191, .08);
	color: #3178bf;
	font-size: 22px;
	line-height: 1;
	transition: color .25s ease, background-color .25s ease;
}

.anps-services-grid__icon i, .anps-services-grid__icon svg {
	width: 1em;
	height: 1em;
}

.anps-services-grid__title {
	margin: 0 0 12px;
	color: #1d2733;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
}

.anps-services-grid__description {
	margin: 0 0 24px;
	color: #6c7682;
	font-size: 15px;
	line-height: 1.8;
}

.anps-services-grid__footer {
	width: 100%;
	margin-top: auto;
}

.anps-services-grid__progress {
	width: 100%;
	height: 4px;
	overflow: hidden;
	border-radius: 999px;
	background: var(--anps-services-grid-muted);
}

.anps-services-grid__progress-fill {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--anps-services-grid-accent);
}

.anps-services-grid__bars {
	display: flex;
	align-items: flex-end;
	gap: 8px;
	min-height: 48px;
}

.anps-services-grid__bar {
	width: 16px;
	border-radius: 4px;
	background: var(--anps-services-grid-muted);
}

.anps-services-grid__bar.anps-services-grid__bar--accent {
	background: var(--anps-services-grid-accent);
}

.anps-services-grid__badge {
	color: var(--anps-services-grid-accent);
	font-family: monospace;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.anps-services-grid__dots {
	display: flex;
	align-items: center;
}

.anps-services-grid__dot {
	width: 24px;
	height: 24px;
	margin-left: -8px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(15, 23, 42, .04);
}

.anps-services-grid__dot:first-child {
	margin-left: 0;
}

.anps-services-grid__chart {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: end;
	gap: 6px;
	width: min(100%, 104px);
	min-height: 32px;
}

.anps-services-grid__chart-bar {
	min-height: 4px;
	border-radius: 999px 999px 0 0;
	background: var(--anps-services-grid-muted);
}

.anps-services-grid__chart-bar.anps-services-grid__chart-bar--accent {
	background: var(--anps-services-grid-accent);
}

.anps-services-grid__highlight {
	display: flex;
	align-items: baseline;
	gap: 8px;
	flex-wrap: wrap;
}

.anps-services-grid__highlight-value {
	color: var(--anps-services-grid-accent);
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: 1;
}

.anps-services-grid__highlight-label {
	color: #6c7682;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.portfolio-modern {
	overflow: hidden;
}

.portfolio-modern-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
	transition: box-shadow .3s ease;
}

.portfolio-modern-card:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
}

.portfolio-modern-card__image {
	position: relative;
	height: 260px;
	overflow: hidden;
}

.portfolio-modern-card__image .portfolio-modern-card__img, .portfolio-modern-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .7s ease;
}

.portfolio-modern-card__badge {
	position: absolute;
	top: 16px;
	left: 16px;
	background: rgba(0, 0, 0, .75);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 5px 12px;
	border-radius: 4px;
	line-height: 1.4;
	z-index: 1;
}

.portfolio-modern-card__content {
	padding: 28px 28px 32px;
}

.portfolio-modern-card__title {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 8px;
	line-height: 1.3;
}

.portfolio-modern-card__excerpt, .portfolio-modern-card__subtitle {
	font-size: 14px;
	line-height: 1.7;
	color: #6b7280;
	margin: 0 0 20px;
}

.portfolio-modern-card__btn {
	display: inline-block;
	padding: 10px 24px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: opacity .2s ease;
	background: #1a1a2e;
	color: #fff;
}

.portfolio-modern-card__btn:focus, .portfolio-modern-card__btn:hover {
	opacity: .85;
	text-decoration: none;
	color: #fff;
}

.portfolio-modern-nav {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 28px;
}

.portfolio-modern-nav__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #d1d5db;
	background: 0 0;
	color: #374151;
	font-size: 16px;
	cursor: pointer;
	transition: all .25s ease;
	padding: 0;
}

.portfolio-modern-nav__btn:focus, .portfolio-modern-nav__btn:hover {
	background: #1a1a2e;
	border-color: #1a1a2e;
	color: #fff;
}

.portfolio-modern-nav__btn i {
	line-height: 1;
}

.portfolio-modern-carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.portfolio-modern-carousel .owl-item {
	opacity: 1;
}

.portfolio-modern-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
}

.portfolio-modern-grid[data-col="1"] {
	grid-template-columns: 1fr;
}

.portfolio-modern-grid[data-col="2"] {
	grid-template-columns: repeat(2, 1fr);
}

.portfolio-modern-grid[data-col="3"] {
	grid-template-columns: repeat(3, 1fr);
}

.portfolio-modern-grid[data-col="4"] {
	grid-template-columns: repeat(4, 1fr);
}

.portfolio-modern-grid[data-col="5"] {
	grid-template-columns: repeat(5, 1fr);
}

.portfolio-modern-grid[data-col="6"] {
	grid-template-columns: repeat(6, 1fr);
}

@media (max-width:782px) {
	.portfolio-modern-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:480px) {
	.portfolio-modern-grid {
		grid-template-columns: 1fr;
	}
}

.anps-portfolio-performance {
	width: 100%;
}

.anps-pp-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

@media (max-width:991px) {
	.anps-pp-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

.anps-pp-card-wrapper {
	position: relative;
}

.anps-pp-card-viewport {
	position: relative;
	perspective: 1200px;
	overflow: hidden;
	transition: height .4s ease;
}

.anps-pp-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	backface-visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.anps-pp-panel.anps-active {
	position: relative;
	opacity: 1;
	pointer-events: auto;
}

.anps-pp-panel.anps-pp-flip-out {
	position: relative;
	opacity: 1;
	pointer-events: none;
	animation: anps-pp-flip-out .3s ease-in forwards;
	transform-origin: center center;
}

.anps-pp-panel.anps-pp-flip-in {
	animation: anps-pp-flip-in .3s ease-out forwards;
	transform-origin: center center;
}

.anps-pp-card {
	background: #fff;
	padding: 32px;
	border-radius: 16px;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .15);
}

.anps-pp-card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
}

.anps-pp-card-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	margin: 0 0 4px;
}

.anps-pp-card-subtitle {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: 700;
	opacity: .6;
	margin: 0;
}

.anps-pp-period-badge {
	background: #f3f4f6;
	padding: 6px 12px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.anps-pp-progress-bars {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 32px;
}

.anps-pp-progress-header {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -.03em;
	margin-bottom: 8px;
}

.anps-pp-progress-track {
	height: 8px;
	background: #f3f4f6;
	border-radius: 9999px;
	overflow: hidden;
}

.anps-pp-progress-fill {
	height: 100%;
	border-radius: 9999px;
	background: currentColor;
	width: 0%;
	transition: width .8s ease-out;
}

.anps-pp-stats-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.anps-pp-stat {
	padding: 16px;
	background: #fafafa;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, .05);
}

.anps-pp-stat-icon {
	margin-bottom: 8px;
	font-size: 20px;
}

.anps-pp-stat-icon i, .anps-pp-stat-icon svg {
	width: 24px;
	height: 24px;
}

.anps-pp-stat-label {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -.03em;
	margin-bottom: 4px;
	opacity: .6;
}

.anps-pp-stat-value {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
}

.anps-pp-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 20px;
}

.anps-pp-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 0;
	padding: 0;
	background: rgba(0, 0, 0, .15);
	cursor: pointer;
	transition: background-color .2s ease, transform .2s ease;
}

.anps-pp-dot:hover {
	background: rgba(0, 0, 0, .3);
}

.anps-pp-dot:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.anps-pp-dot.anps-active {
	background: currentColor;
	transform: scale(1.2);
}

.anps-pp-decor {
	position: absolute;
	top: -48px;
	left: -48px;
	width: 192px;
	height: 192px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .06);
	filter: blur(48px);
	pointer-events: none;
	z-index: -1;
}

.anps-pp-heading {
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -.03em;
	margin: 0 0 24px;
	line-height: 1.15;
}

.anps-pp-description {
	font-size: 18px;
	line-height: 1.7;
	margin: 0 0 40px;
	opacity: .85;
}

.anps-pp-features {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.anps-pp-feature {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.anps-pp-feature-icon {
	flex-shrink: 0;
	line-height: 1;
}

.anps-pp-feature-icon svg {
	width: 24px;
	height: 24px;
	display: block;
}

.anps-pp-feature-title {
	font-weight: 700;
	margin: 0 0 4px;
	font-size: 16px;
}

.anps-pp-feature-desc {
	font-size: 14px;
	margin: 0;
	opacity: .75;
	line-height: 1.5;
}

.portfolio-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

.portfolio-hero__background {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.portfolio-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .55);
	z-index: 1;
}

.portfolio-hero__content {
	position: relative;
	z-index: 2;
	max-width: 800px;
	padding: 40px 20px;
}

.portfolio-hero__category {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
	margin-bottom: 20px;
	opacity: .85;
}

.portfolio-hero__title {
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 24px;
	color: #fff;
}

@media (min-width:992px) {
	.portfolio-hero__title {
		font-size: 4.5rem;
	}
}

.portfolio-hero__subtitle {
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 40px;
	opacity: .9;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:992px) {
	.portfolio-hero__subtitle {
		font-size: 20px;
	}
}

.portfolio-hero__nav {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

.portfolio-hero__nav-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 2px solid rgba(255, 255, 255, .4);
	color: #fff;
	background: 0 0;
	padding: 14px 32px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 4px;
	text-decoration: none;
	transition: all .3s ease;
}

.portfolio-hero__nav-btn:focus, .portfolio-hero__nav-btn:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, .15);
	color: #fff;
	text-decoration: none;
}

.anps-contact-intro__form .wpcf7-form .anps-select-wrap:after, .portfolio-hero-active .page-heading {
	display: none;
}

.blog-modern {
	width: 100%;
}

.blog-modern__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px;
}

.blog-modern__title {
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -.03em;
	line-height: 1.2;
	margin: 0;
}

.blog-modern__link {
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
	padding-bottom: 2px;
	transition: color .3s ease, border-bottom-color .3s ease;
	white-space: nowrap;
	flex-shrink: 0;
}

.blog-modern__grid {
	display: grid;
	gap: 30px;
}

.blog-modern__grid--cols-1 {
	grid-template-columns: 1fr;
}

.blog-modern__grid--cols-2 {
	grid-template-columns: repeat(2, 1fr);
}

.blog-modern__grid--cols-3 {
	grid-template-columns: repeat(3, 1fr);
}

.blog-modern__article {
	display: block;
	cursor: pointer;
}

.blog-modern__article, .blog-modern__article:hover {
	text-decoration: none;
	color: inherit;
}

.blog-modern__article:hover .blog-modern__image {
	transform: scale(1.1);
}

.blog-modern__image-wrap {
	aspect-ratio: 16/9;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: 0 12px 32px rgba(46, 49, 50, .06);
}

.blog-modern__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .7s ease;
}

.blog-modern__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	margin-bottom: 12px;
}

.blog-modern__category, .blog-modern__meta {
	text-transform: uppercase;
}

.blog-modern__separator {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: currentColor;
	flex-shrink: 0;
	opacity: .4;
}

.blog-modern__article-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 10px;
	transition: color .3s ease;
}

.blog-modern__excerpt {
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

@media (max-width:991px) {
	.blog-modern__grid--cols-3 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.blog-modern__title {
		font-size: 28px;
	}
}

@media (max-width:767px) {
	.blog-modern__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	
	.blog-modern__grid--cols-2, .blog-modern__grid--cols-3 {
		grid-template-columns: 1fr;
	}
	
	.blog-modern__title {
		font-size: 24px;
	}
}

.blog-hero {
	padding: 32px 0 0;
}

.blog-hero > .container {
	padding-left: 15px;
	padding-right: 15px;
}

.blog-hero__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 48px;
	align-items: end;
}

.blog-hero__badge {
	display: inline-block;
	padding: 4px 12px;
	background: var(--anps-tertiary-fixed-dim, #c7a44a);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	border-radius: 4px;
	margin-bottom: 24px;
	text-decoration: none;
	transition: opacity .2s ease;
}

.blog-hero__badge:hover {
	opacity: .85;
	color: #fff;
	text-decoration: none;
}

.blog-hero__title {
	font-size: 60px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -.02em;
	color: var(--anps-primary, #1a1a2e);
	margin: 0 0 32px;
}

.blog-hero__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	font-weight: 500;
	color: var(--anps-on-surface-variant, #6b7280);
	margin-bottom: 40px;
}

.blog-hero__dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #d1d5db;
	flex-shrink: 0;
}

.blog-hero__author {
	color: var(--anps-primary, #1a1a2e);
	font-weight: 700;
	text-decoration: none;
}

.blog-hero__author:hover {
	text-decoration: underline;
}

.blog-hero__excerpt {
	font-size: 20px;
	font-style: italic;
	line-height: 1.6;
	color: var(--anps-on-surface-variant, #6b7280);
	max-width: 42rem;
	border-left: 4px solid var(--anps-tertiary-fixed-dim, #c7a44a);
	padding-left: 24px;
	margin: 0;
}

.blog-hero__image-wrap {
	width: 100%;
}

.blog-hero__image-container {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 4/5;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .12), 0 8px 24px rgba(0, 0, 0, .08);
}

.blog-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .7s ease;
}

.anps-team-showcase__member:hover .anps-team-showcase__image, .blog-hero__image-container:hover .blog-hero__image, .insights-modern__card:hover .insights-modern__card-image img {
	transform: scale(1.05);
}

@media (min-width:992px) {
	.blog-hero__grid {
		grid-template-columns: 7fr 5fr;
		gap: 64px;
	}
}

@media (max-width:991px) {
	.blog-hero__title {
		font-size: 42px;
	}
	
	.blog-hero__excerpt {
		font-size: 18px;
	}
}

@media (max-width:767px) {
	.blog-hero {
		padding: 40px 16px 48px;
	}
	
	.blog-hero__title {
		font-size: 32px;
	}
	
	.blog-hero__excerpt {
		font-size: 16px;
	}
	
	.blog-hero__image-container {
		aspect-ratio: 16/9;
	}
}

.blog-hero-content {
	padding: 48px 0 0;
}

.testimonials-modern {
	width: 100%;
}

.testimonials-modern__card {
	background-color: #fff;
	padding: 48px;
	border-radius: 16px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.testimonials-modern__card-inner {
	display: flex;
	flex-direction: row;
	gap: 32px;
}

@media (max-width:767px) {
	.testimonials-modern__card-inner {
		flex-direction: column;
	}
}

.testimonials-modern__image {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.testimonials-modern__content {
	flex: 1;
	min-width: 0;
}

.testimonials-modern__stars {
	display: flex;
	gap: 4px;
	margin-bottom: 16px;
}

.testimonials-modern__star {
	font-size: 14px;
	color: #c7a44a;
}

.testimonials-modern__quote {
	font-style: italic;
	font-size: 18px;
	line-height: 1.7;
	margin: 0 0 24px;
}

.testimonials-modern__author {
	margin: 0;
}

.testimonials-modern__name {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
}

.testimonials-modern__position {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
	margin-top: 4px;
}

.testimonials-modern .owl-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 32px;
}

.testimonials-modern .owl-dot {
	background: 0 0;
	border: 0;
	padding: 0;
	cursor: pointer;
}

.testimonials-modern .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ccc;
	transition: background-color .3s ease;
}

.testimonials-modern .owl-dot.active span {
	background-color: #333;
}

.anps-team-showcase__header {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 48px;
}

@media (min-width:992px) {
	.anps-team-showcase__header {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
	}
}

.anps-team-showcase__header-left {
	flex: 1 1 auto;
}

.anps-team-showcase__subtitle {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 14px;
	margin-bottom: 16px;
}

.anps-team-showcase__title {
	font-size: 36px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
}

.anps-team-showcase__description {
	margin: 0;
	line-height: 1.6;
}

@media (min-width:992px) {
	.anps-team-showcase__description {
		text-align: right;
	}
}

.anps-team-showcase__grid {
	display: grid;
	gap: 32px;
}

.anps-team-showcase__grid--cols-2 {
	grid-template-columns: 1fr;
}

@media (min-width:768px) {
	.anps-team-showcase__grid--cols-2 {
		grid-template-columns: repeat(2, 1fr);
	}
}

.anps-team-showcase__grid--cols-3 {
	grid-template-columns: 1fr;
}

@media (min-width:768px) {
	.anps-team-showcase__grid--cols-3 {
		grid-template-columns: repeat(3, 1fr);
	}
}

.anps-team-showcase__grid--cols-4 {
	grid-template-columns: 1fr;
}

@media (min-width:768px) {
	.anps-team-showcase__grid--cols-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width:992px) {
	.anps-team-showcase__grid--cols-4 {
		grid-template-columns: repeat(4, 1fr);
	}
}

.anps-team-showcase__image-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 24px;
	aspect-ratio: 3/4;
}

.anps-team-showcase__image {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
	transition: transform 500ms ease;
}

.anps-team-showcase__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 40, 80, .6), transparent);
	opacity: 0;
	transition: opacity 300ms ease;
	pointer-events: none;
}

.anps-team-showcase__member:hover .anps-team-showcase__overlay {
	opacity: 1;
}

.anps-team-showcase__name {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 4px;
}

.anps-team-showcase__name-link {
	text-decoration: none;
	color: inherit;
}

.anps-team-showcase__name-link:hover, .insights-modern a {
	text-decoration: none;
}

.anps-team-showcase__position {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: 12px;
}

.anps-team-showcase__bio {
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

.anps-process-roadmap {
	position: relative;
}

.anps-process-roadmap__connector {
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #e8e8e8;
	z-index: 0;
}

@media (min-width:768px) {
	.anps-process-roadmap__connector {
		display: block;
	}
}

.anps-process-roadmap__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 48px;
	position: relative;
	z-index: 1;
}

@media (min-width:768px) {
	.anps-process-roadmap__grid--cols-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.anps-process-roadmap__grid--cols-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.anps-process-roadmap__grid--cols-4 {
		grid-template-columns: repeat(4, 1fr);
	}
}

.anps-process-roadmap__step {
	text-align: center;
}

.anps-process-roadmap__circle {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	border-style: solid;
	border-width: 8px;
	border-color: #e8e8e8;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
}

.anps-process-roadmap__number {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #3178bf;
}

.anps-process-roadmap__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 12px;
	color: #1d2733;
}

.anps-process-roadmap__description {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	color: #6c7682;
}

.anps-pricing-modern {
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	background-color: #fff;
	padding: 40px;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, .06);
}

.anps-pricing-modern__badge {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 4px 16px;
	border-radius: 9999px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -.02em;
	white-space: nowrap;
	line-height: 1.5;
	background-color: #333;
	color: #fff;
}

.anps-pricing-modern__header {
	margin-bottom: 32px;
}

.anps-pricing-modern__title {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 8px;
	line-height: 1.3;
}

.anps-pricing-modern__subtitle {
	font-size: 14px;
	margin: 0 0 24px;
	line-height: 1.6;
	opacity: .7;
}

.anps-pricing-modern__price-wrap {
	display: flex;
	align-items: baseline;
	gap: 2px;
}

.anps-pricing-modern__currency {
	font-size: 1.25em;
	font-weight: 800;
}

.anps-pricing-modern__price {
	font-size: 2.5em;
	font-weight: 800;
	line-height: 1;
}

.anps-pricing-modern__period {
	font-weight: 500;
	opacity: .7;
}

.anps-pricing-modern__features {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex-grow: 1;
}

.anps-pricing-modern__feature {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 14px;
	line-height: 1.5;
}

.anps-pricing-modern__feature--unavailable .anps-pricing-modern__feature-text {
	text-decoration: line-through;
	opacity: .5;
}

.anps-pricing-modern__feature--unavailable .anps-pricing-modern__feature-icon svg {
	opacity: .35;
}

.anps-pricing-modern__feature-icon {
	flex-shrink: 0;
	line-height: 0;
}

.anps-pricing-modern__feature-icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.anps-pricing-modern__feature-text {
	flex: 1;
}

.anps-pricing-modern__footer {
	margin-top: auto;
}

.anps-pricing-modern__button {
	display: block;
	width: 100%;
	padding: 16px;
	border: 0;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease, opacity .2s ease;
	background-color: #f0f0f0;
	color: #333;
}

.anps-pricing-modern__button:hover {
	opacity: .85;
}

.anps-comparison-table {
	--anps-ct-columns: 3;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	background-color: #fff;
}

@media (max-width:767px) {
	.anps-comparison-table__scroll-wrap {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.anps-comparison-table__header {
	display: grid;
	grid-template-columns: minmax(200px, 1.5fr) repeat(var(--anps-ct-columns), 1fr);
	border-bottom: 2px solid #e5e7eb;
}

.anps-comparison-table__header-label {
	display: flex;
	align-items: flex-end;
	padding: 24px 20px;
	font-size: 14px;
	font-weight: 600;
	color: #6b7280;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.anps-comparison-table__plan {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 32px 20px 24px;
	transition: background-color .2s ease;
}

.anps-comparison-table__plan--featured {
	background-color: #f0f5ff;
}

.anps-comparison-table__plan-subtitle {
	display: block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #6b7280;
	margin-bottom: 4px;
}

.anps-comparison-table__plan-title {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #111827;
	margin-bottom: 8px;
}

.anps-comparison-table__plan-price {
	display: flex;
	align-items: baseline;
	gap: 2px;
	margin-bottom: 16px;
}

.anps-comparison-table__currency {
	font-size: 20px;
	font-weight: 600;
	color: #111827;
}

.anps-comparison-table__amount {
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
	color: #111827;
}

.anps-comparison-table__period {
	font-size: 14px;
	font-weight: 400;
	color: #6b7280;
}

.anps-comparison-table__star {
	display: inline-flex;
	align-items: center;
	margin-right: 4px;
}

.anps-comparison-table__star svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

.anps-comparison-table__button {
	display: inline-block;
	padding: 10px 24px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background-color: #111827;
	border-radius: 6px;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease;
	margin-top: auto;
}

.anps-comparison-table__button:hover {
	background-color: #374151;
	color: #fff;
}

.anps-comparison-table__plan--featured .anps-comparison-table__button {
	background-color: #2563eb;
}

.anps-comparison-table__plan--featured .anps-comparison-table__button:hover {
	background-color: #1d4ed8;
}

.anps-comparison-table__category {
	display: grid;
	grid-template-columns: 1fr;
	padding: 12px 20px;
	background-color: #f9fafb;
	border-bottom: 1px solid #e5e7eb;
}

.anps-comparison-table__category-label {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #374151;
}

.anps-comparison-table__row {
	display: grid;
	grid-template-columns: minmax(200px, 1.5fr) repeat(var(--anps-ct-columns), 1fr);
	align-items: center;
	border-bottom: 1px solid #f3f4f6;
	transition: background-color .15s ease;
}

.anps-comparison-table__row:nth-child(even) {
	background-color: #fafbfc;
}

.anps-comparison-table__row:hover {
	background-color: #f3f4f6;
}

.anps-comparison-table__feature {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 14px 20px;
}

.anps-comparison-table__feature-name {
	font-size: 14px;
	font-weight: 500;
	color: #374151;
}

.anps-comparison-table__cell {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 12px;
	text-align: center;
}

.anps-comparison-table__cell--featured {
	background-color: rgba(37, 99, 235, .04);
}

.anps-comparison-table__icon {
	display: inline-flex;
}

.anps-comparison-table__icon svg {
	width: 20px;
	height: 20px;
}

.anps-comparison-table__icon--check svg {
	fill: #16a34a;
}

.anps-comparison-table__icon--dash svg {
	fill: #d1d5db;
}

.anps-comparison-table__cell-text {
	font-size: 14px;
	font-weight: 500;
	color: #374151;
}

.anps-comparison-table__cell-badge {
	display: inline-block;
	padding: 3px 10px;
	font-size: 12px;
	font-weight: 600;
	color: #2563eb;
	background-color: #eff6ff;
	border-radius: 99px;
}

.anps-comparison-table__cell-addon {
	font-size: 13px;
	font-weight: 500;
	font-style: italic;
	color: #9ca3af;
}

.anps-comparison-table__tooltip {
	position: relative;
	display: inline-flex;
	cursor: help;
}

.anps-comparison-table__tooltip::after, .anps-comparison-table__tooltip::before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease, visibility .2s ease;
	pointer-events: none;
	z-index: 10;
}

.anps-comparison-table__tooltip::before {
	content: attr(data-tooltip);
	bottom: calc(100% + 8px);
	padding: 8px 12px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	white-space: nowrap;
	color: #fff;
	background-color: #1f2937;
	border-radius: 6px;
}

.anps-comparison-table__tooltip::after {
	content: "";
	bottom: calc(100% + 2px);
	border: 5px solid transparent;
	transition: opacity .2s ease, visibility .2s ease;
	border-top-color: #1f2937;
}

.anps-comparison-table__tooltip:hover::after, .anps-comparison-table__tooltip:hover::before {
	opacity: 1;
	visibility: visible;
}

.anps-comparison-table__tooltip-icon {
	display: inline-flex;
}

.anps-comparison-table__tooltip-icon svg {
	width: 16px;
	height: 16px;
	fill: #9ca3af;
	transition: fill .15s ease;
}

.anps-comparison-table__tooltip:hover .anps-comparison-table__tooltip-icon svg {
	fill: #6b7280;
}

.anps-contact-intro__layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start;
}

@media (max-width:1023px) {
	.anps-contact-intro__layout {
		grid-template-columns: 1fr;
		gap: 48px;
	}
}

.anps-contact-intro__form {
	background-color: #fff;
	padding: 40px 48px;
	border-radius: 16px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
	border: 1px solid rgba(0, 0, 0, .06);
}

@media (max-width:767px) {
	.anps-contact-intro__form {
		padding: 24px;
	}
}

.anps-contact-intro__form--no-card {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	border: 0;
}

.anps-contact-intro__form .wpcf7-form p {
	margin-bottom: 24px;
}

.anps-contact-intro__form .wpcf7-form p:last-of-type {
	margin-bottom: 0;
}

.anps-contact-intro__form .wpcf7-form label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
}

.anps-contact-intro__form .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
	width: 100%;
	background-color: #f5f5f5;
	border: 0;
	border-radius: 8px;
	padding: 16px;
	font-size: 16px;
	transition: box-shadow .2s ease;
	appearance: none;
}

.anps-contact-intro__form .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):focus {
	outline: 0;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
}

.anps-contact-intro__form .wpcf7-form .wpcf7-select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding: 0 40px 0 16px !important;
}

.anps-contact-intro__form .wpcf7-form .wpcf7-select.nitro-lazy {
	background-image: none !important;
}

.anps-contact-intro__form .wpcf7-form .wpcf7-select::-ms-expand {
	display: none;
}

.anps-contact-intro__form .wpcf7-form .anps-contact-intro__field-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-bottom: 24px;
}

@media (max-width:767px) {
	.anps-contact-intro__form .wpcf7-form .anps-contact-intro__field-row {
		grid-template-columns: 1fr;
	}
}

.anps-contact-intro__form .wpcf7-form .anps-contact-intro__field-col p, .anps-contact-intro__form .wpcf7-form .anps-contact-intro__field-row p {
	margin-bottom: 0;
}

.anps-contact-intro__form .wpcf7-form .wpcf7-submit {
	width: 100%;
	padding: 20px;
	border: 0;
	border-radius: 8px;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .025em;
	cursor: pointer;
	transition: opacity .2s ease, background-color .2s ease;
}

.anps-contact-intro__form .wpcf7-form .wpcf7-submit:hover {
	opacity: .95;
}

.anps-contact-intro__form .wpcf7-form .wpcf7-not-valid-tip {
	font-size: 13px;
	margin-top: 4px;
	color: #d32f2f;
}

.anps-contact-intro__form .wpcf7-form .wpcf7-not-valid {
	box-shadow: 0 0 0 1px #d32f2f !important;
}

.anps-contact-intro__form .wpcf7-form .wpcf7-response-output {
	margin: 16px 0 0;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 14px;
}

.anps-contact-intro__form .wpcf7-form .wpcf7-spinner {
	margin: 16px auto 0;
	display: block;
}

.anps-contact-intro__info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 48px;
}

.anps-contact-intro__cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}

@media (max-width:767px) {
	.anps-contact-intro__cards {
		grid-template-columns: 1fr;
	}
}

.anps-contact-intro__card {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.anps-contact-intro__card-icon {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f0f0f0;
}

.anps-contact-intro__card-icon i, .anps-contact-intro__card-icon svg {
	font-size: 20px;
	width: 20px;
	height: 20px;
}

.anps-contact-intro__card-title {
	font-weight: 700;
	font-size: 20px;
	margin: 0;
}

.anps-contact-intro__card-text {
	line-height: 1.6;
	margin: 0;
}

.anps-contact-intro__cta {
	position: relative;
	overflow: hidden;
	padding: 40px;
	border-radius: 16px;
}

.anps-contact-intro__cta-decor {
	position: absolute;
	top: 0;
	right: 0;
	width: 128px;
	height: 128px;
	background: rgba(255, 255, 255, .05);
	border-radius: 50%;
	transform: translate(64px, -64px);
	pointer-events: none;
}

.anps-contact-intro__cta-title {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 16px;
	position: relative;
	z-index: 1;
}

.anps-contact-intro__cta-list {
	list-style: none;
	padding: 0;
	margin: 0 0 32px;
	position: relative;
	z-index: 1;
}

.anps-contact-intro__cta-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 6px 0;
}

.anps-contact-intro__cta-check {
	flex-shrink: 0;
	line-height: 1;
}

.anps-contact-intro__cta-check svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.anps-contact-intro__cta-btn {
	display: inline-block;
	font-weight: 700;
	padding: 16px 32px;
	border-radius: 8px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	transition: background-color .2s ease, color .2s ease;
}

.anps-contact-intro__no-form {
	text-align: center;
	padding: 40px;
	opacity: .6;
}

.insights-modern {
	width: 100%;
}

.insights-modern__header {
	margin-bottom: 48px;
}

.insights-modern__header-text {
	margin-bottom: 28px;
}

.insights-modern__title {
	font-size: 2.75rem;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -.03em;
	color: #1a1a2e;
	margin: 0 0 12px;
}

.insights-modern__subtitle {
	font-size: 17px;
	line-height: 1.7;
	color: #6b7280;
	max-width: 64rem;
	margin: 0;
}

.insights-modern__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.insights-modern__filter-pill {
	display: inline-block;
	padding: .375rem 1.5rem;
	border-radius: 9999px;
	font-size: 14px;
	font-weight: 600;
	color: #374151;
	background: #f3f4f6;
	cursor: pointer;
	white-space: nowrap;
	transition: background .25s ease, color .25s ease;
}

.insights-modern__filter-pill:hover {
	background: #e5e7eb;
	color: #1a1a2e;
}

.insights-modern__filter-pill--active, .insights-modern__filter-pill--active:hover, .insights-modern__pagination span.current {
	background: #1a1a2e;
	color: #fff;
}

.insights-modern__featured {
	display: flex;
	border-radius: 16px;
	border: 1px solid #e5e7eb;
	box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
	overflow: hidden;
	margin-bottom: 48px;
}

.insights-modern__featured-content {
	flex: 1 1 50%;
	padding: 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.insights-modern__featured-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.insights-modern__featured-badge {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 4px 12px;
	border-radius: 6px;
	background: rgba(26, 26, 46, .08);
	color: #1a1a2e;
}

.insights-modern__featured-date {
	font-size: 13px;
	color: #6b7280;
}

.insights-modern__featured-title {
	font-size: 2.25rem;
	font-weight: 800;
	line-height: 1.2;
	color: #1a1a2e;
	margin: 0 0 16px;
}

.insights-modern__featured-title a {
	color: inherit;
	transition: color .3s ease;
}

.insights-modern__card:hover .insights-modern__card-title a, .insights-modern__featured-link:hover, .insights-modern__featured-title a:hover {
	color: #374151;
}

.insights-modern__featured-excerpt {
	font-size: 16px;
	line-height: 1.75;
	color: #6b7280;
	margin: 0 0 24px;
}

.insights-modern__featured-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 15px;
	font-weight: 700;
	color: #1a1a2e;
	transition: color .3s ease;
}

.insights-modern__featured-link i {
	transition: transform .3s ease;
}

.insights-modern__featured-link:hover i {
	transform: translateX(4px);
}

.insights-modern__featured-image {
	flex: 1 1 50%;
	min-height: 400px;
	overflow: hidden;
}

.insights-modern__featured-image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
}

.insights-modern__body {
	display: flex;
	gap: 48px;
}

.insights-modern__grid-wrap {
	flex: 2 1 0%;
	min-width: 0;
}

.insights-modern__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
	margin-bottom: 40px;
}

.insights-modern__card {
	cursor: pointer;
}

.insights-modern__card-image {
	position: relative;
	aspect-ratio: 16/9;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 16px;
}

.insights-modern__card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .7s ease;
}

.insights-modern__card-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: rgba(255, 255, 255, .9);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 4px;
	color: #374151;
	z-index: 1;
}

.insights-modern__card-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 8px;
}

.insights-modern__card-title a {
	color: #1a1a2e;
	transition: color .3s ease;
}

.insights-modern__card-excerpt {
	font-size: 14px;
	line-height: 1.7;
	color: #6b7280;
	margin: 0 0 12px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.insights-modern__card-read-more {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #1a1a2e;
	border-bottom: 1px solid rgba(26, 26, 46, .25);
	padding-bottom: 2px;
	transition: border-bottom-color .3s ease;
}

.insights-modern__card-read-more:hover {
	border-bottom-color: #1a1a2e;
	color: #1a1a2e;
}

.insights-modern__pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

.insights-modern__pagination a, .insights-modern__pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #1a1a2e;
	text-decoration: none;
	transition: background .25s ease, color .25s ease;
}

.insights-modern__pagination a:hover {
	background: #f3f4f6;
}

.insights-modern__sidebar {
	flex: 1 1 0%;
	min-width: 0;
}

.insights-modern__sidebar > * + * {
	margin-top: 32px;
}

@media (max-width:991px) {
	.insights-modern__featured {
		flex-direction: column;
	}
	
	.insights-modern__featured-content {
		padding: 32px;
	}
	
	.insights-modern__featured-image {
		min-height: 280px;
	}
	
	.insights-modern__featured-title {
		font-size: 1.75rem;
	}
	
	.insights-modern__body {
		flex-direction: column;
		gap: 40px;
	}
	
	.insights-modern__title {
		font-size: 2.25rem;
	}
}

@media (max-width:767px) {
	.insights-modern__title {
		font-size: 1.75rem;
	}
	
	.insights-modern__subtitle {
		font-size: 15px;
	}
	
	.insights-modern__filters {
		flex-wrap: nowrap;
	}
	
	.insights-modern__featured-content {
		padding: 24px;
	}
	
	.insights-modern__featured-title {
		font-size: 1.5rem;
	}
	
	.insights-modern__featured-excerpt {
		font-size: 14px;
	}
	
	.insights-modern__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

.newsletter-modern {
	background-color: #f5f5f5;
	padding: 40px 48px;
	border-radius: 12px;
}

@media (max-width:767px) {
	.newsletter-modern {
		padding: 24px;
	}
}

.newsletter-modern__title {
	margin: 0 0 12px;
	font-weight: 600;
}

.newsletter-modern__subtitle {
	margin: 0 0 24px;
	color: #6b7280;
	line-height: 1.6;
}

.newsletter-modern__fields {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.newsletter-modern__input {
	flex: 1;
	padding: 12px 16px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background-color: #fff;
	font-size: 15px;
	line-height: 1.5;
	color: #1f2937;
	transition: border-color .2s ease, box-shadow .2s ease;
	outline: 0;
	width: 100%;
	box-sizing: border-box;
}

.newsletter-modern__input:-ms-input-placeholder {
	color: #9ca3af;
}

.newsletter-modern__input::placeholder {
	color: #9ca3af;
}

.newsletter-modern__input:focus {
	border-color: var(--anps-primary, #2563eb);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, .1);
}

.newsletter-modern__button {
	padding: 12px 28px;
	background-color: var(--anps-primary, #2563eb);
	color: #fff;
	border: 0;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color .2s ease, opacity .2s ease;
	white-space: nowrap;
	line-height: 1.5;
}

.newsletter-modern__button:hover {
	opacity: .9;
}

.newsletter-modern__button:disabled {
	opacity: .6;
	cursor: not-allowed;
}

.newsletter-modern__button-loading {
	display: inline-flex;
	align-items: center;
}

.newsletter-modern__disclaimer {
	margin: 16px 0 0;
	font-size: 13px;
	color: #9ca3af;
	line-height: 1.5;
}

.newsletter-modern__message {
	margin-top: 16px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.newsletter-modern__message--success {
	color: #16a34a;
}

.newsletter-modern__message--error {
	color: #dc2626;
}

.client-quotes {
	width: 100%;
}

.client-quotes__wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.client-quotes__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	background: 0 0;
	border: 0;
	padding: 8px;
	font-size: 32px;
	color: rgba(255, 255, 255, .4);
	cursor: pointer;
	transition: color .3s ease;
}

.client-quotes__nav:hover {
	color: var(--anps-tertiary-fixed-dim, #c7a44a);
}

@media (max-width:767px) {
	.client-quotes__nav {
		display: none;
	}
}

.client-quotes__prev {
	left: -16px;
}

@media (min-width:992px) {
	.client-quotes__prev {
		left: -48px;
	}
}

.client-quotes__next {
	right: -16px;
}

@media (min-width:992px) {
	.client-quotes__next {
		right: -48px;
	}
}

.client-quotes__carousel {
	width: 100%;
	max-width: 896px;
	margin: 0 auto;
}

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

.client-quotes__icon {
	display: block;
	font-size: 56px;
	color: var(--anps-tertiary-fixed-dim, #c7a44a);
	opacity: .4;
	margin-bottom: 48px;
}

.client-quotes__text {
	font-style: italic;
	font-size: 28px;
	line-height: 1.4;
	font-weight: 500;
	color: #fff;
	margin: 0 0 40px;
}

@media (min-width:992px) {
	.client-quotes__text {
		font-size: 34px;
	}
}

.client-quotes__author {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.client-quotes__image-wrap {
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid rgba(199, 164, 74, .3);
}

.client-quotes__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

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

.client-quotes__name {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	margin: 0;
}

.client-quotes__position {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: 600;
	color: var(--anps-tertiary-fixed-dim, #c7a44a);
	margin: 4px 0 0;
}

.client-quotes .owl-dots {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 48px;
}

.client-quotes .owl-dot {
	background: 0 0;
	border: 0;
	padding: 0;
	cursor: pointer;
}

.client-quotes .owl-dot span {
	display: block;
	width: 48px;
	height: 4px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, .1);
	transition: background-color .3s ease;
}

.client-quotes .owl-dot:hover span {
	background-color: rgba(255, 255, 255, .3);
}

.client-quotes .owl-dot.active span {
	background-color: var(--anps-tertiary-fixed-dim, #c7a44a);
}

.client-quotes .owl-item.animated {
	animation-duration: 600ms;
}

.elementor-widget-wp-widget-categories .elementor-widget-container > h5 {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--anps-on-surface-variant, #6b7280);
	margin-bottom: 24px;
}

.elementor-widget-wp-widget-categories .elementor-widget-container > h5::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 1px;
	background-color: var(--anps-tertiary-fixed-dim, #9ca3af);
	flex-shrink: 0;
}

.elementor-widget-wp-widget-categories .elementor-widget-container > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.elementor-widget-wp-widget-categories .elementor-widget-container > ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	color: var(--anps-on-surface-variant, #6b7280);
}

.elementor-widget-wp-widget-categories .elementor-widget-container > ul li a {
	font-size: 15px;
	font-weight: 500;
	color: var(--anps-primary, #1f2937);
	text-decoration: none;
	transition: color .2s ease;
}

.elementor-widget-wp-widget-categories .elementor-widget-container > ul li a:hover {
	color: var(--anps-tertiary-fixed-dim, #9ca3af);
}
