/*!
 * Theme Name:  FdI WPtheme
 * Description: FdI WPtheme is a WordPress theme for Formulo de Integreco made by Paul Mulenko & Roman Arkhipov, based on Delivery Lite theme.
 * Version:     1.1
 * Author:      Paul Mulenko & Roman Arkhipov
 * Tags:        purple, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-menu, editor-style, threaded-comments, translation-ready
 * Text Domain: FdI
 * 
 * License:     GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * FdI WPtheme is distributed under the terms of the GNU GPL
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * LAYOUT
 *
 * BASE
 * - NORMALIZE
 * - MAIN
 * - SHARED
 * - TYPOGRAPHY
 * - FORM 
 * - TABLE
 * - IMAGE
 *
 * MODULES
 * - HEADER
 * - NAVIGATIONS
 * - SLIDER
 * - CONTENT
 * - WIDGETS
 * - COMMENTS
 * - PAGINATIONS
 * - FOOTER
 *
 * PLUGINS
 * STATE
 * GLOBAL
 */
.videoembed {
	text-align: center;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.videoembed > iframe {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (min-width: 721px) {
	.mobileonly {
		display: none !important;
	}
}
@media screen and (max-width: 720px) {
	.desktoponly {
		display: none !important;
	}
}
/*------------------------------------*\
	$LAYOUT
\*------------------------------------*/
html, body {
	height: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}
.container, .header-item, .navigation-item, .site-content {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.site-content {
	display: table;
	width: 100%;
	padding: 0 2%;
}
.footer-item {
  margin-left: auto;
  margin-right: auto;
}
.container:after, .header-item:after, .navigation-item:after, .site-content:after, .footer-item:after {
  content: " ";
  display: block;
  clear: both;
}
.container, .header-item, .navigation-item, .footer-item {
	padding: 0 3%;
}
.footer-links {
	max-width: 1300px;
	margin: 7px auto;
	line-height: 1em;
	padding: 0 2%;
}
.footer-links table {
	width: 100%;
	line-height: 0.8;
	padding: 0 0 0 1%;
	margin: 0;
}
.footer-links table td {
	padding: 0;
}
.footer-links table td.footer-counters {
	padding: 0 1% 0 30px;
	width: 250px;
	text-align: justify;
	text-align-last: justify;
}
.footer-links table td.footer-counters > a {
	display: inline-block;
	line-height: 0;
	height: 40px;
	vertical-align: middle;
	background-color: #7F7F7F;
}
.footer-links table td.footer-counters > a:first-child > img {
	margin-top: 4.5px;
}
/*------------------------------------*\
	$NORMALIZE
\*------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*------------------------------------*\
	$MAIN
\*------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}
* html {
  font-size: 81.25%;
}
#page {
	display: table;
	height: 100%;
	width: 100%;
}
html {
	font-size: 14px;
	font-size: 1.0769230796rem;
	line-height: 1.2em;
	min-height: 100%;
}
body {
  background: white;
  color: #000;
  font-family: "Droid Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.mm-page {
	height: 100%;
}
/**
 * Selection Color.
 */
::selection {
  background: #383184;
  color: white;
  text-shadow: none;
}
::-moz-selection {
  background: #383184;
  color: white;
  text-shadow: none;
}
/*------------------------------------*\
	$SHARED
\*------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
}
@media screen and (max-width: 720px) {
	.alignleft, .alignright, .aligncenter, .alignnone {
		margin-left: auto;
		margin-right: auto;
		float: none;
		display: block;
		max-width: 80%;		
	}
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.sticky,
.bypostauthor {
  background: inherit;
  color: inherit;
}
/*------------------------------------*\
	$TYPOGRAPHY
\*------------------------------------*/
div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, form, p,
blockquote, th, td {
	direction: ltr;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
/**
 * Set link colors.
 */
a {
  /*transition: all 200ms ease-in-out 0s;*/
  color: #383184;
  text-decoration: none;
}
a:visited {
  color: #006666;
}
a:hover, a:visited:hover {
  color: #43B3EF;
  text-decoration: none;
}
/**
 * Headings.
 */
h1,
h2,
h3, 
h4,
h5,
h6 {
	margin: 5px 0;
	margin: 0.76923rem 0;
	font-family: "Droid Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2em;
}
h1.entry-title {
	margin-top: 0;
}
h1, h2, h3 {
	color: #383184;
	font-family: "FdI_CoHeadline";
}
h4, h5, h6 {
	text-align: center;
	font-weight: 700;
}
h1, h4 {
	font-size: 24px;
	font-size: 1.84615rem;
}
h2, h5 {
	font-size: 21px;
	font-size: 1.61538rem;
}
h3, h6 {
	font-size: 18px;
	font-size: 1.38461rem;
}
@media screen and (max-width: 720px) {
	h1, h4 {
		font-size: 17px;
		font-size: 1.30286rem;
	}
	h2, h5 {
		font-size: 15px;
		font-size: 1.14rem;
	}
	h3, h6 {
		font-size: 13px;
		font-size: 0.97714rem;
	}
}
/**
 * Text elements.
 */
p {
  margin: 0 0 10px 0;
  margin: 0 0 0.7692307692rem 0;
	text-align: justify;
}
abbr[title],
dfn[title] {
  cursor: help;
}
del {
  color: #aaaaaa;
  text-decoration: line-through;
  vertical-align: baseline;
}
pre {
  margin: 20px 0;
  margin: 1.53846rem 0;
  padding: 20px;
  padding: 1.53846rem;
  background-color: #fafafa;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  color: #2080ad;
}
code {
  color: #2080ad;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
blockquote {
	margin: 10px 0 10px 40px;
	margin: 0.76923rem 0 0.76923rem 3.07692rem;
	padding-left: 20px;
	padding-left: 1.5384615385rem;
	border-left: 2px solid #383184;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-style: italic;
}
blockquote cite {
	display: block;
	position: relative;
	padding: 10px 0 0 20px;
	padding: 0.7692307692rem 0 0 1.5384615385rem;
	color: #555;
}
blockquote cite:before {
	position: absolute;
	left: 0;
	content: "\2014";
}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}
address {
	display: block;
	margin: 0 0 20px;
	margin: 0 0 1.5384615385rem;
}
ul,
ol {
	text-align: justify;
	margin: 10px 0;
	margin: 0.7692307692rem 0;
	padding: 0 0 0 13px;
	padding: 0 0 0 1rem;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
li ul,
li ol {
	margin: 0;
}
dl {
	margin: 20px;
	margin: 1.5384615385rem;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: 20px;
	margin-bottom: 1.5384615385rem;
}
hr {
	clear: both;
	height: 1px;
	min-height: 0;
	margin: 10px 0;
	margin: 0.76923rem 0;
	border-top: 2px solid #373185;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
hr.dotted {
	border-style: dotted;
}
hr.dashed {
	border-style: dashed;
}
hr.blackborder {
	border-color: #000;
}
hr.whiteborder {
	border-color: #fff;
}
/**
 * Print styles.
 */
@media print {
	* {
		color: #000 !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
		border-color: #000 !important;
	}
	body {
		height: auto !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " <" attr(href) ">";
	}
	abbr[title]:after {
		content: " <" attr(title) ">";
	}
	.ir a:after, .breadcrumbs a:after, .header-div a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100%;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	#primary-navigation, .mobileonly, .widget-primary, footer,
	body > span, /* убираем снежинки из печати */
	.header-div .site-logo {
		display: none !important;
	}
	.header-div aside>div>div>img {
		display: table-cell !important;
		vertical-align: top;
		height: 125px;
		overflow: hidden;
	}	
	.header-div .print {
		position: absolute;
		right: 50px;
	}
	.widget-header > aside
	{
		background-color: white !important;
	}
}
/*------------------------------------*	$FORM
\*------------------------------------*/
input[type="search"]::-webkit-search-decoration {
	display: none;
}
input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
	-webkit-box-shadow: none;
	box-shadow: none;
}
input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	display: inline-block;
	overflow: visible;
	width: auto;
	margin: 0;
	padding: 10px 20px;
	padding: 0.7692307692rem 1.5384615385rem;
	border: 1px solid #383184;
	width: 100%;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: 0;
	color: #000;
	background-clip: padding-box;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-size: 0.9230769231rem;
	font-weight: 700;
	vertical-align: top;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
}
button:hover,
  a.button:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover {
	color: #2aa4cf;
	background: #fff;
	text-decoration: none;
}
button::-moz-focus-inner,
  a.button::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner {
	padding: 0;
	border: 0;
}
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 5px;
	padding: 0.3846153846rem;
	border: 1px solid #383184;
	-webkit-border-radius: 0;
	width: 100%;
	border-radius: 0;
	outline: 0;
	color: #000;
	background-color: #fff;
	background-clip: padding-box;
	font-family: "Open Sans", sans-serif;
	text-align: left;
	vertical-align: top;
	-webkit-appearance: none;
}
textarea[disabled],
  select[disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="email"][disabled],
  input[type="month"][disabled],
  input[type="number"][disabled],
  input[type="password"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="text"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  input[type="week"][disabled] {
	background-color: #eee;
}
button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
	color: #888;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #888;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #888;
}
input.placeholder_text,
textarea.placeholder_text {
	color: #888;
}
[placeholder]:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.5s 0.5s ease;
	transition: opacity 0.5s 0.5s ease;
}
textarea,
select[size],
select[multiple] {
	height: auto;
}
select[size="0"],
select[size="1"] {
	height: 2.5em;
}
@media (-webkit-min-device-pixel-ratio: 0) {
	select[size],
	select[multiple],
	select[multiple][size] {
		padding-right: 3px;
		background-image: none;
	}
	select,
	select[size="0"],
	select[size="1"] {
		padding-right: 20px;
		background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
		background-repeat: no-repeat;
		background-position: right center;
	}
	::-webkit-validation-bubble-message {
		overflow: hidden;
		min-height: 16px;
		padding: 15px 15px 17px;
		border: 0;
		color: white;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, black));
		-webkit-box-shadow: none;
		box-shadow: none;
		text-shadow: black 0 0 1px;
		font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
	}
	::-webkit-validation-bubble-arrow,
	::-webkit-validation-bubble-top-outer-arrow,
	::-webkit-validation-bubble-top-inner-arrow {
		border-color: #666;
		background: #666;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
textarea {
	overflow: auto;
	width: 100%;
	min-height: 40px;
	resize: vertical;
}
optgroup {
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	font-style: normal;
}
optgroup::-moz-focus-inner {
	padding: 0;
	border: 0;
}
/*------------------------------------*	$TABLE
\*------------------------------------*/
table {
	text-align: center;
	width: auto;
	max-width: 100%;
	/*font-size: 12px;
	font-size: 0.9230769231rem;*/
}
table,
td {
	/*margin: 20px 0;
	margin: 1.5384615385rem 0;
	padding: 5px 10px;
	padding: 0.3846153846rem 0.7692307692rem;
	*/
	border: 0px solid #373185;
}
th {
	margin: 5px 0 10px;
	margin: 0.3846153846rem 0 0.7692307692rem;
	padding: 5px 10px;
	padding: 0.3846153846rem 0.7692307692rem;
	text-align: left;
}
/*
tr {
	background-color: #fff;
}
*/
table button,
table input {
	*overflow: auto;
}
/*------------------------------------*	$IMAGE
\*------------------------------------*/
figure {
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}
figure > img {
	display: block;
}
img {
	height: auto;
	max-width: 100%;
}
img[class*="align"],
img[class*="attachment-"] {
	height: auto;
}
embed,
iframe,
object {
	width: auto;
	height: auto;
}
.wp-caption img {
	margin-bottom: 5px;
	margin-bottom: 0.3846153846rem;
}
.wp-caption-text {
	color: #999;
	font-style: italic;
}
/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
	margin-bottom: 20px;
	margin-bottom: 1.5384615385rem;
}
.gallery-item {
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0 4px 4px 0;
	margin: 0 0.3076923077rem 0.3076923077rem 0;
}
.gallery-icon a,
.gallery-icon img {
	display: block;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}
.gallery-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-height: 50%;
	margin: 0;
	padding: 2px 8px;
	padding: 0.1538461538rem 0.6153846154rem;
	opacity: 0;
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 12px;
	font-size: 0.9230769231rem;
	line-height: 1.5;
	text-align: left;
}
.gallery-caption:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 50px;
	content: "";
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
/*------------------------------------*	$HEADER
\*------------------------------------*/
/**
 * Search form
 */
.searchform {
	display: inline;
}
.searchform div {
	float: right;
	position: relative;
}
.dashicons {
	display: none;
	position: relative;
	top: 14px;
	top: 1.0769230769rem;
	left: 6px;
	left: 0.4615384615rem;
	width: 40px;
	width: 1.2307692308rem;
	height: 40px;
	height: 1.2307692308rem;
	font-size: 16px;
	font-size: 1.2307692308rem;
}
.searchform {
	color: #dcdcdc;
	top: 14px;
	top: 1.0769230769rem;
	left: 0px;
	height: 16px;
	height: 1.2307692308rem;
}
.searchform .field {
	margin-top: 6px;
	margin-top: 0.4615384615rem;
	padding-left: 8px;
	padding-left: 0.6153846153rem;
	border-color: transparent;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/*------------------------------------*	$NAVIGATIONS
\*------------------------------------*/
/**
 * Primary navigation
 */
#primary-navigation {
	display: table-row;
	height: 1px;
	text-align: center;
	overflow: hidden;
	background-color: #373185;
}
@media screen and (max-width: 720px) {
	#primary-navigation {
		display: block;
		width: 75%;
		max-width: 325px;
		height: auto;
		min-height: 100%;
		position: absolute;
		left: -75%;
		-moz-transition: all 300ms;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}
	#primary-navigation li, #primary-navigation li ul.submenu li {
		min-width: 100%;
	}
	#primary-navigation li ul.submenu {
		display: table-row-group;
		min-width: 100%;
	}
	.menu-primary-items .menu-item-has-children > a:after {
		content: "\25B6" !important;
		float: right;
	}
	.menu-primary-items li:hover ul {
		display: none !important;
	}
}
.navigation-item, .menu-primary-items {
	display: block;
	width: 100%;
	list-style: none;
}
.menu-item {
	display: inline-block;
}
.menu-primary-items .menu-item-has-children > a:after {
	content: "\25BC";
	padding-left: 10px;
}
.main-navigation {
	background-color: #373185;
	color: #fff;
	padding: 5px;
	text-align: left;
}
/* GAMBURGER BUTTON STYLES */
.cmn-toggle-switch {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 43px;
	height: 36px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	background: transparent;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
.cmn-toggle-switch:focus, .cmn-toggle-switch:hover {
	outline: none;
	background: transparent;
}
body.nav_mobileopen #primary-navigation {
	left: 0 !important;
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	z-index: 1;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 16px;
  left: 5px;
  right: 5px;
  height: 3px;
  background: white;
}
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #fff;
}
.cmn-toggle-switch span::before {
  top: -10px;
}
.cmn-toggle-switch span::after {
  bottom: -10px;
}
.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
          transition-delay: 0.3s, 0;
}
.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}
.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}
.cmn-toggle-switch__htx.active span {
  background: none;
}
.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
          transition-delay: 0, 0.3s;
          height: 3.5px;
}
#colophon {
	display: table-row;
	width: 100%;
	height: 44px;
	background-color: #373185;
}
#colophon table, #colophon tr, #colophon td {
	vertical-align: top;
} 
.menu-primary-items {
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 1300px) {
	.menu-primary-items {
		display: flex;
		justify-content: space-between;
	}
}
.menu-primary-items .sfHover, .menu-primary-items .sub-menu a {
	background-color: #4740AD;
}
.menu-primary-items a {
	padding: 11px 15px;
	padding: 0.8461538461rem 1.1538461538rem;
	color: #fff;
	font-size: 13px;
	font-size: 0.9999999999rem;
	text-align: left;
	display: block;
}
@media screen and (max-width: 720px) {
	.menu-primary-items a {
		padding: 7px 10px !important;
		padding: 0.53846rem 0.76923rem !important;
	}
}
.menu-primary-items a:hover, .menu-primary-items a:visited:hover {
	color: #fff;
	background-color: #4740AD;
}
.menu-primary-items .sub-menu a:hover {
	background-color: #383184;
}
.sub-menu {
	padding: 0;
	margin: 0;
}
.menu-primary-items ul {
	display: none;
	position: absolute;
	z-index: 99;
}
.menu-primary-items > li > ul > li {
	display: table-row;
}
.menu-primary-items > li:hover > ul {
	display: table;
}
/**
 * Secondary navigation
 */
.secondary-navigation {
	position: relative;
	z-index: 9;
	margin-bottom: -1px;
}
.menu-secondary-items {
	border: 1px solid #e9e9e9;
	border-bottom-color: #ddd;
}
.menu-secondary-items .sfHover, .menu-secondary-items .menu-primary-items .sub-menu a, .menu-primary-items .sub-menu .menu-secondary-items a {
	color: #666;
	background: #383184;
}
.menu-secondary-items a {
	padding: 12px 18px;
	padding: 0.9230769231rem 1.3846153846rem;
	border-right: 1px solid #e3e3e3;
	color: #888;
	font-size: 13px;
	font-size: 1rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.menu-secondary-items a:hover,
    .menu-secondary-items a:visited:hover {
	color: #666;
	background: #383184;
}
.menu-secondary-items.sf-arrows .sf-with-ul:after {
	border-top-color: #ddd;
}
.menu-secondary-items.sf-arrows ul .sf-with-ul:after {
	border-top-color: transparent;
	border-left-color: #ddd;
}
.menu-secondary-items .sub-menu {
	margin-left: -1px;
	border-bottom: 1px solid #ddd;
}
.menu-secondary-items .sub-menu a {
	padding: 10px 18px;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	color: #666;
	background: #383184;
	font-size: 13px;
	font-size: 1rem;
	text-transform: none;
}
.menu-secondary-items .sub-menu a:hover {
	background: #383184;
	text-shadow: none;
}
/**
 * Breadcrumbs
 */
.breadcrumbs {
	margin: 0 0 10px 0;
	margin-top: 0 0 0.7692307692rem 0;
	font-size: 12px;
	font-size: 0.9230769231rem;
	color: #555;
}
.breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.breadcrumbs li {
	display: inline-block;
	position: relative;
	padding-right: 15px;
}
.breadcrumbs li::before {
	position: absolute;
	top: 0;
	left: -9px;
	color: #555;
	content: ">";
}
.breadcrumbs li.trail-begin::before {
	content: "";
}
.breadcrumbs .sep {
	padding: 0 5px;
	padding: 0 0.3846153846rem;
	color: #555;
}
/*------------------------------------*	$SLIDER
\*------------------------------------*/
.featured-slider {
	margin-bottom: 20px;
	margin-bottom: 1.5384615385rem;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	display: block;
	width: 100%;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: "\0020";
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
.flexslider {
	zoom: 1;
	position: relative;
	margin-bottom: 20px;
	margin-bottom: 1.5384615385rem;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.flex-control-thumbs {
	overflow: hidden;
	position: static;
	margin: 5px 0 0;
}
.flex-control-thumbs li {
	float: left;
	width: 25%;
	margin: 0;
}
.flex-control-thumbs img {
	display: block;
	width: 100%;
	opacity: 0.7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		left: 10px;
		opacity: 1;
	}
	.flex-direction-nav .flex-next {
		right: 10px;
		opacity: 1;
	}
}
@media screen and (min-width: 320px) {
	#carousel {
		display: none;
	}
}
@media screen and (min-width: 480px) {
	#carousel {
		display: block;
	}
}
#carousel .slides li {
	height: 12em;
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #999;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
}
#carousel .slides li:first-child {
	border-left: 1px solid #ddd;
}
#carousel .slides li:hover {
	background: #fff;
}
#carousel .slides li.flex-active-slide {
	background: #fff;
}
#carousel .slides div {
	padding: 9px 10px;
}
#carousel img {
	margin-bottom: 8px;
	margin-bottom: 0.6153846154rem;
}
/*------------------------------------*	$CONTENT
\*------------------------------------*/
.content-area {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: top;
	display: table-cell;
	max-width: 1070px;
	background-color: white;
	padding: 9px 0 0 1%;
}
@media screen and (max-width: 720px) {
	.content-area {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		display: table-row;
	}
}
.hentry .edit-link {
	display: block;
	clear: both;
}
.searchlink {
	width: 100%;
	margin: 0 0 10px 0;
	margin: 0 0 0.76923rem 0;
	padding: 5px 3px;
	padding: 0.38461rem 0.23077rem;
	display: inline-block;
	color: #000;
}
.searchlink:hover {
	background-color: #4740AD;
	color: #fff;
}
.searchlink:visited {
	color: #000;
}
.searchlink:visited:hover {
	color: #fff;
}
.searchlink:hover h2, .searchlink:hover h3 {
	color: #fff;
}
.entry-summary p {
	margin: 0;
}
.thumb-link {
	display: inline;
	float: left;
	margin: 15px 15px 0 0;
	margin: 1.1538461538rem 1.1538461538rem 0 0;
}
.thumb-link img {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.entry-header-index {
	overflow: hidden;
}
.entry-meta {
	color: #999;
	font-size: 13px;
	font-size: 1rem;
}
.entry-meta .published {
	color: #999;
}
.entry-meta .comments-link {
	float: right;
}
.entry-meta .comments-link a {
	color: #999;
}
.entry-meta .comments-link .dashicons {
	color: #50b7dc;
}
.entry-summary {
	overflow: hidden;
}
@media screen and (max-width: 720px) {
	.entry-content{
		font-size: 12px;
		font-size: 0.76rem;
	}
}
.entry-footer {
	clear: both;
	color: #999;
	font-size: 12px;
	font-size: 0.9230769231rem;
}
.cat-links,
.tags-links {
	display: block;
}
.page-links {
	display: block;
	clear: both;
}
/**
 * 404 page
 */
.not-found h2 {
	font-size: 16px;
	font-size: 1.2307692308rem;
}
.not-found div {
	margin-bottom: 40px;
	margin-bottom: 3.0769230769rem;
}
/*------------------------------------*	$WIDGETS
\*------------------------------------*/
/**
 * Header
 */
.site-header {
	display: table-row;
	height: 1px;
}
@media screen and (max-width: 720px) {
	.site-header {
		display: none;
	}	
}
.header-div {
	width: 100%;
	max-width: 1300px;
	height: 145px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 3% 3px 3%;
	position: relative;
	background: white;
	overflow: hidden;
}
.header-div aside > div > div {
	display: table-cell;
	vertical-align: top;
	height: 125px;
	overflow: hidden;
}
.header-div aside > div > div > img {
	display: none;
}
.header-div img {
	width: 125px;
	height: 125px;
}
/**
 * Header sidebar
 */
.widget-header {
}
.widget-header h1 {
	font-family: "FdI_CoHeadline";
	margin: 0 0 15px 0;
	margin: 0 0 1.1538461538rem 0;
	font-size: 40px;
	font-size: 3.07692rem;
	white-space: nowrap;
}
.widget-header span {
	font-family: "FdI_CoHeadline";
	font-size: 24px;
	font-size: 1.5rem;
	color: #383184;
	white-space: nowrap;
}
.widget-header > aside {
	position: absolute;
	background-color: white;
	width: 100%;
	height: 130px;
}
.widget-header #text-26 {
	vertical-align: bottom;
}
@media screen and (max-width: 720px) {
	.widget-header > aside > div > div#site_logo {
		display: none !important;
	}
	.widget-header > span {
		display: none !important;
	}
	.widget-header > h1 {
		color: white !important;
		font-style: normal !important;
		font-weight: 400 !important;
		font-size: 14px !important;
		font-size: 1.0769230796rem !important;
		margin: 0 !important;
	}
	.widget-header > aside {
		margin: 5px 60px 5px !important;
		height: 36px !important;
		width: auto !important;
		min-width: 250px;
		max-width: 675px;
		background-color: #373185 !important;
	}
}
/**
 * Home sidebar
 */
.has-left-sidebar .widget-secondary {
	float: left;
	width: 17%;
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}
.has-left-sidebar .widget-secondary .widget {
	border-right: 0;
}
@media screen and (min-width: 320px) {
	.has-left-sidebar .widget-secondary {
		display: none;
	}
}
@media screen and (min-width: 1024px) {
	.has-left-sidebar .widget-secondary {
		display: block;
	}
}
/**
 * Primary sidebar
 */
.widget-primary {
	padding-left: 30px;
	width: 250px;
	min-width: 250px;
	max-width: 250px;
	display: table-cell;
	vertical-align: top;
	background-color: white;
	padding-right: 1%;
}
@media screen and (max-width: 720px) {
	.widget-primary {
		display:none;
	}
}
.widget-primary .widget_archive li,
.widget-primary .widget_categories li {
	text-align: right;
}
.widget-primary .widget_archive a,
.widget-primary .widget_categories a {
	float: left;
}
.widget-area .widget {
	margin: 0 0 -1px -1px;
	margin: 0.5em 0;
	border: 0;
}
.widget-area .widget select {
	max-width: 100%;
}
.widget-area .widget-title {
	border-top: 2px solid #383184;
	color: #383184;
	font-size: 14px;
	font-size: 1.0769230769rem;
	font-weight: normal;
}
#secondary .widget a {
	width: 100%;
	display: block;
	padding: 0.3rem 0.5rem;
	line-height: 25px;
}
#secondary .widget a:visited {
	color: #383184;
}
#secondary .widget a:hover, #secondary .widget a:visited:hover {
	background-color: #4740AD;
	color: #fff;
}
#secondary #polylang-2 ul, .mobileonly ul {
	display: table;
	width: 100%;
}
.mobileonly ul {
	padding: 0 !important;
}
#secondary #polylang-2 ul > li, .mobileonly ul > li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#secondary #polylang-2 a {
	width: auto;
	height: auto;
	padding: 3px;
	padding: 0.15rem;
}
#secondary #polylang-2 a img {
	max-width: 55px;
}
#secondary #polylang-2 a span {
	display: none;
}
#secondary #polylang-2 a:hover {
	background-color: transparent;
}
#secondary .mistape_widget {
	padding: 13px 8px 0 8px;
	padding: 1rem 0.6153846154rem 0 0.6153846154rem;
}
#secondary .mistape-link-wrap {
	margin-top: 6px;
}
.widget-area table {
	padding: 0;
	margin: 0;
}
.widget-area table td {
	padding: 0;
	margin: 0;
}
.mistape_text_widget {
	margin: 0;
	text-align: left;
}
.mistape_text_widget p {
	margin: 0;
	text-align: left;
	font-size: 80%;
}
/**
 * Footer sidebar
 */
.widget-footer {
	text-align: left;
	padding: 0;
	margin: 0;
	width: auto;
	line-height: 0em;
	overflow: hidden;
	white-space: nowrap;
}
@media screen and (min-width: 721px) {
	.widget-footer .widget {
		display: inline-block;
		margin-right: 20px;
		margin-right: 1.5384615385rem;
	}
}
@media screen and (max-width: 721px) {
	.widget-footer .widget {
		display: none;
	}
}
.widget-footer .widget a, .widget-footer .widget div {
	padding: 0;
	display: inline-block;
	line-height: 0em;
	background-color: #fff;	
}
.widget-footer .widget img {
	height: 40px;
	padding: 5px;
}
/**
 * Custom category widget.
 */
.widget-area .delivery-categories {
	padding-bottom: 0;
}
.widget-area .delivery-categories li {
	padding: 0;
}
.widget-area .delivery-categories li a::before {
	border-left-color: transparent;
}
.delivery-categories li:hover {
	background: none;
}
.delivery-categories li:hover a {
	border-bottom-color: #f00;
}
.delivery-categories li:last-child a {
	border-bottom: 0;
}
.delivery-categories li a {
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #e9e9e9;
	color: #41b7d8;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.delivery-categories li a:hover {
	background: #fff283;
}
.delivery-categories .children {
	border-bottom: 1px solid #e9e9e9;
	background: #f4f4f4;
}
.delivery-categories .children a {
	padding: 7px 20px;
	border-bottom: none;
	color: #999;
	font-size: 13px;
	letter-spacing: 0;
	text-transform: none;
}
/**
 * Recent Comment Widget
 */
.widget-area .widget_recent_comments li::before {
	position: absolute;
	top: 50%;
	left: 1.5em;
	width: 0;
	height: 0;
	margin-top: -3px;
	border: 3px solid transparent;
	border-left-color: #999;
	content: "";
}
.widget-area .widget_recent_comments li a::before {
	border-left-color: transparent;
}
/**
 * Search Widget
 */
.widget_search .searchform div {
	float: none;
}
.widget_search .searchform .field {
	width: 100%;
	border-color: #383184;
	display: block;
	margin-bottom: 7px;
}
/**
 * Nav Menu Widget
 */
.widget-area .widget_nav_menu div {
	padding: 0;
}
/**
 * Recent Posts Widget Extended
 */
.recent-posts-extended .rpwe-block li {
	padding: 10px 0 10px;
}
.recent-posts-extended .rpwe-block li a:first-child::before {
	border: 0;
}
.recent-posts-extended .rpwe-block li:last-child {
	border: 0;
}
.widget_tag_cloud a {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 8px;
	padding: 2px 8px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	background-color: #50b7dc;
	line-height: 1.5;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.widget_tag_cloud a:hover {
	opacity: 0.75;
}
/*------------------------------------*	$COMMENTS
\*------------------------------------*/
/**
 * Comment Form
 */
.comment-reply-title {
	margin-bottom: 0;
}
.comment-form p {
	margin-bottom: 10px;
	margin-bottom: 0.7692307692rem;
	line-height: 2.3;
}
.comment-form p.form-allowed-tags {
	margin-bottom: 20px;
	margin-bottom: 1.5384615385rem;
	line-height: 1.5;
}
.comment-form label {
	color: #999;
}
.comment-form input {
	float: left;
	margin-right: 15px;
	margin-right: 1.1538461538rem;
	background-color: #f4f4f7;
}
.comment-form input:focus {
	background-color: #fff;
}
.comment-form textarea {
	background-color: #f4f4f7;
	line-height: 1.5;
}
.comment-form textarea:focus {
	background-color: #fff;
}
.comment-form .required {
	color: #f00;
}
/**
 * Comment List
 */
.comments-title {
	margin-bottom: 20px;
	margin-bottom: 1.5384615385rem;
	font-size: 16px;
	font-size: 1.2307692308rem;
	font-weight: 700;
	line-height: 1.25;
}
.comment-list .children {
	padding-left: 50px;
	padding-left: 3.8461538462rem;
	list-style: none;
}
.comment .avatar {
	float: left;
	margin-right: 15px;
	margin-right: 1.1538461538rem;
}
.comment .edit-link a {
	color: #2aa4cf;
}
.comment .reply {
	float: right;
	font-size: 12px;
	font-size: 0.9230769231rem;
	font-style: italic;
	text-decoration: underline;
}
.comment .reply a {
	color: #999;
}
.comment-body {
	margin-bottom: 24px;
	margin-bottom: 1.8461538462rem;
	padding-bottom: 20px;
	padding-bottom: 1.5384615385rem;
	border-bottom: 1px solid #e6e6e6;
}
.comment-metadata {
	margin-bottom: 15px;
	margin-bottom: 1.1538461538rem;
}
.comment-metadata a {
	color: #999;
}
.comment-metadata a:hover {
	color: #333;
	text-decoration: underline;
}
.comment-content {
	margin-bottom: 20px;
	margin-bottom: 1.5384615385rem;
	padding-left: 63px;
	padding-left: 4.8461538462rem;
}
.comment-navigation {
	margin: 20px 0;
	margin: 1.5384615385rem 0;
}
/*------------------------------------*	$PAGINATIONS
\*------------------------------------*/
.pagination {
	margin: 15px 0;
	margin: 1.1538461538rem 0;
	text-align: center;
}
.pagination .page-numbers {
	display: inline-block;
	margin-left: -4px;
	margin-left: -0.3076923077rem;
	padding: 7px 12px;
	padding: 0.5384615385rem 0.9230769231rem;
	border-left: 2px solid #fff;
	background: #383184;
	text-decoration: none;
}
.pagination .page-numbers, .pagination .page-numbers:visited {
	color: #fff;
}
.pagination > .page-numbers:first-child {
	border-left: 0px;
}
.pagination .page-numbers:hover {
	background: #4740AD;
}
.pagination .page-numbers.current {
	background: #fff;
	color: #383184;
	font-weight: 700;
}
.loop-nav {
	margin: 0 0 10px 0;
	margin: 0 0 0.7692307692rem 0;
	color: #999;
	font-size: 12px;
	font-size: 0.9230769231rem;
}
.loop-nav .prev, .loop-nav .next {
	margin-bottom: 5px;
	margin-bottom: 0.3846153846rem;
}
/*------------------------------------*	$FOOTER
\*------------------------------------*/
.site-info {
	margin-bottom: 30px;
	margin-bottom: 2.3076923077rem;
	text-align: center;
}
.site-info .powered {
	display: block;
}
/**
 * Back to top
 */
#scrollUp {
	right: 20px;
	bottom: 20px;
	padding: 8px;
	color: #fff;
	background-color: #000;
}
#scrollUp:hover {
	background-color: #50b7dc;
}
/*------------------------------------*	$PLUGINS
\*------------------------------------*/
/*------------------------------------*	$STATE
\*------------------------------------*/
.no-js .hide-if-no-js {
	display: none;
}
/*------------------------------------*	$GLOBAL
\*------------------------------------*/
.gallery, .main-navigation, .menu-secondary-items, .hentry, .entry-meta, .widget-primary .widget_archive,
.widget-primary .widget_categories, .widget-primary .widget_archive li,
.widget-primary .widget_categories li, .widget-footer, .comment-form p, .comment-body {
	*zoom: 1;
}
.gallery:before, .main-navigation:before, .menu-secondary-items:before, .hentry:before, .entry-meta:before, .widget-primary .widget_archive:before,
  .widget-primary .widget_categories:before, .widget-primary .widget_archive li:before,
  .widget-primary .widget_categories li:before, .widget-footer:before, .comment-form p:before, .comment-body:before, .gallery:after, .main-navigation:after, .menu-secondary-items:after, .hentry:after, .entry-meta:after, .widget-primary .widget_archive:after,
  .widget-primary .widget_categories:after, .widget-primary .widget_archive li:after,
  .widget-primary .widget_categories li:after, .widget-footer:after, .comment-form p:after, .comment-body:after {
	display: table;
	content: "";
}
.gallery:after, .main-navigation:after, .menu-secondary-items:after, .hentry:after, .entry-meta:after, .widget-primary .widget_archive:after,
  .widget-primary .widget_categories:after, .widget-primary .widget_archive li:after,
  .widget-primary .widget_categories li:after, .widget-footer:after, .comment-form p:after, .comment-body:after {
	clear: both;
}
.widget-area ul, .comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"], .menu-secondary-items, #carousel .slides li {
	background: #fbfbfb;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#eee));
	background: -webkit-linear-gradient(top, #fbfbfb, #eee);
	background: linear-gradient(to bottom, #fbfbfb, #eee);
	text-shadow: 0 1px 0 #fff;
}
