/*
Theme Name: Zotefoams
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. General reset
   3. Common site styles
   ---------------------------------------------------------*/

/* ---------------------------------------------------------
   1. Embedded fonts styles
   ---------------------------------------------------------*/

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?-wat3lh");
	src: url("fonts/icomoon.eot?#iefix-wat3lh") format("embedded-opentype"), url("fonts/icomoon.ttf?-wat3lh") format("truetype"), url("fonts/icomoon.woff?-wat3lh") format("woff"), url("fonts/icomoon.svg?-wat3lh#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-copy:before {
	content: "\e605";
}

.icon-arrow-bold:before {
	content: "\e604";
}

.icon-arrow-right:before {
	content: "\e600";
}

.icon-facebook:before {
	content: "\e601";
}

.icon-linkedin:before {
	content: "\e602";
}

.icon-twitter:before {
	content: "\e603";
}

.widget:after,
.search-form:after,
.post-password-form p:after,
.container:after,
.pagination:after,
.preview-area .twocolumns:after,
.article:after,
.local-form:after,
.breadcrumbs:after,
#main:after,
.manager:after,
.single-news .text-holder:after,
.wpcf7-form .label-checkbox:after,
.lightbox .form-holder:after,
.attach-list:after {
	content: " ";
	display: block;
	clear: both;
}

#nav > ul,
#nav .drop .col > ul,
#nav .drop .group ul,
.pagination,
.category-list,
.markets-list,
.brand-list,
.product-list,
.breadcrumbs,
.aside-nav ul,
.job ul,
.accordion,
.partners,
.attach-list,
.nav ul,
.social-networks,
.add-nav,
.list,
#sidebar .widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.category-list,
.markets-list,
.brand-list,
.product-list,
.social-networks,
.add-nav {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

/* ---------------------------------------------------------
   2. General reset
   ---------------------------------------------------------*/

/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	margin: 0;
	padding: 0;
	max-height: 1000000px;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 18px;
}

html,
body,
div,
span,
applet,
embed,
object,
iframe,
frameset,
p,
q,
blockquote,
sub,
sup,
a,
abbr,
acronym,
font,
img,
small,
center,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
big,
u,
ins,
i,
cite,
em,
var,
dfn,
address,
s,
strike,
del,
dl,
dt,
dd,
ol,
ul,
li,
pre,
code,
kbd,
samp,
tt,
fieldset,
legend,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	background: none;
}

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

body {
	color: #5b6a72;
	font: 16px / 1.125 "Helvetica", "Arial", sans-serif;
	background: #fff;
	overflow-y: scroll;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

a {
	text-decoration: none;
	color: #476db8;
	outline: none;
}

a:hover {
	color: #72c7e7;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border-style: none;
}

video,
iframe,
object,
embed {
	max-width: 100%;
}

input,
textarea,
select {
	font: 100% "Helvetica", "Arial", sans-serif;
	color: #000;
	vertical-align: middle;
}

form {
	background: #b9e3f3;
	padding: 10px 15px;
}

form label {
	display: block;
	font-size: 15px;
	line-height: 16px;
	display: block;
	margin: 0 0 3px;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: #fff;
	margin: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: none;
	padding: 1px 7px;
	font-size: 14px;
	line-height: 20px;
	height: 22px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="url"].placeholder,
input[type="password"].placeholder,
input[type="search"].placeholder,
textarea.placeholder {
	color: #999;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #4d4d4d;
}

label {
	vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	border-radius: 0;
	border: none;
	background: #72c7e7;
	color: #fff;
	height: 39px;
	padding: 5px 40px 5px 12px;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #476db8;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 7px 40px 5px 12px;
	background: #72c7e7 url(images/arrow.png) no-repeat 100% 10px;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #476db8 url(images/arrow.png) no-repeat 100% 10px;
}

input[type="search"] {
	-webkit-appearance: none;
	box-sizing: border-box;
}

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

input[type="search"]::-webkit-search-decoration {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
	font-weight: bold;
}

h1 {
	font-size: 36px;
	line-height: 1.17;
	color: #476db8;
}

h2 {
	font-size: 23px;
	line-height: 1.44;
	font-weight: 400;
	color: #476db8;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

i,
cite,
em,
var,
dfn,
address {
	font-style: italic;
}

u,
ins {
	text-decoration: underline;
}

s,
strike,
del {
	text-decoration: line-through;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote {
	border-left: 4px solid #ccc;
	padding-left: 10px;
	margin-left: 18px;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

table a {
	color: #3f4e55;
}

th,
td {
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
	color: #3f4e55;
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px solid #808080;
}

th {
	text-transform: uppercase;
	padding-bottom: 8px;
}

ul {
	margin-left: 1px;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul > li {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: 4px;
	font-weight: bold;
}

pre {
	max-width: 100%;
	overflow: auto;
}

.widget {
	margin-bottom: 18px;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.widget_search .search-form input[type="search"] {
	width: 170px;
}

.comment-form textarea {
	padding: 3px 4px;
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 270px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 270px;
	height: 30px;
	padding: 5px 7px;
}

.post-password-form input[type="submit"] {
	height: 30px;
	background-position: 100% 6px;
}

.search-form {
	background: none;
	padding: 0;
}

.search-form input {
	float: left;
	height: 33px;
	border: none;
}

.search-form input[type="search"] {
	width: 206px;
	background: #e4e4e4;
	color: #808080;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 16px;
	padding: 9px 13px 8px;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	color: #808080;
}

.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #808080;
}

.search-form input[type="search"]:-moz-placeholder {
	color: #808080;
}

.search-form input[type="search"]:-ms-input-placeholder {
	color: #808080;
}

.search-form input[type="search"].placeholder {
	color: #808080;
}

.search-form button[type="submit"] {
	width: 33px;
	height: 33px;
	font-size: 16px;
	padding: 0;
}

.post-password-form input {
	float: left;
	height: 24px;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.commentlist {
	margin: 0 0 18px;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 18px 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 18px;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	overflow: hidden;
	margin: 0 0 18px;
}

.navigation .next {
	float: left;
	max-width: 50%;
}

.navigation .prev {
	float: right;
	max-width: 50%;
	text-align: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 18px;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: 10px 0 0 !important;
}

div.aligncenter {
	margin: 0 auto 18px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 18px 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 18px;
}

.mejs-container {
	margin-bottom: 18px;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar th,
#wp-calendar td {
	border: 1px solid #808080;
	padding: 3px 5px;
	text-align: center;
}

#wp-calendar th {
	text-align: center;
}

#wp-calendar #prev {
	text-align: left;
}

select {
	opacity: 0;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #e4e4e4;
	min-width: 150px;
	height: 38px;
	opacity: 0;
}

.loaded .jcf-select {
	opacity: 1;
}

.jcf-select:hover .jcf-select-opener {
	background: #b8e2f2;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 12px;
	line-height: 26px;
	margin: 6px 45px 6px 15px;
	color: #9da9b1;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #72c7e7;
	width: 38px;
	bottom: 0;
	right: 0;
	top: 0;
	cursor: default;
}

.jcf-select .jcf-select-opener:after {
	content: "\e604";
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: "icomoon";
	font-size: 18px;
	line-height: 1;
	color: #fff;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: -9px 0 0 -9px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #9da9b1;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #9da9b1;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

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

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* custom file input styles */

.jcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}

.jcf-file .jcf-fake-input {
	position: relative;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	padding: 11px 30px 10px 12px;
	font-size: 11px;
	line-height: 18px;
	height: 39px;
	width: 125px;
	background: #72c7e7;
	color: #fff;
	text-transform: uppercase;
}

.jcf-file .jcf-fake-input:after {
	content: "\e604";
	position: absolute;
	top: 50%;
	right: 12px;
	margin: -9px 0 0;
	font-family: "icomoon";
	font-size: 18px;
	line-height: 1;
}

.jcf-file .jcf-upload-button {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #777;
	margin: 0 0 0 -1px;
	padding: 0 10px;
	line-height: 28px;
	height: 28px;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e5e5e5;
	width: 11px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-slider {
	height: 100% !important;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 11px;
	width: 11px;
	left: 0;
	top: 0;
	display: none;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #666;
	height: 1px;
	width: 11px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 11px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 11px;
	width: 11px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 11px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 11px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	margin: 0 6px 0 0;
	float: left;
	width: 23px;
	height: 23px;
	background: #fff;
}

:root .jcf-checkbox span {
	margin: -9px 0 0 -7px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	background-image: url("images/checked.png");
	width: 15px;
	height: 17px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	text-shadow: none;
	background: #44778b;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
	background: #fff;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 8040;
	background: #000;
	border: 3px solid #fff;
	border-radius: 50%;
	text-align: center;
}

.fancybox-close:before {
	content: "X";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-weight: 700;
	font-size: 31px;
	line-height: 44px;
}

.fancybox-close:hover:before {
	color: #44778b;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

/* ---------------------------------------------------------
   3. Сommon site styles
   ---------------------------------------------------------*/

/* main container styles */

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.container {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}

/* header styles */

#header .top-box {
	background: #fff;
	padding: 22px 0;
}

#header .search-form {
	float: right;
	margin: 6px 0 0;
}

/* page logo styles */

.logo {
	float: left;
	width: 168px;
	height: auto;
}

.logo img {
	display: block;
}

/* main navigation styles */

.nav-panel {
	background: #5b9eb8;
}

.nav-opener {
	position: relative;
	vertical-align: top;
	padding: 0 35px 0 0;
	color: #fff;
	display: none;
}

.nav-opener span {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -12px 0 0;
	width: 30px;
	height: 24px;
	border: solid #fff;
	border-width: 4px 0;
}

.nav-opener span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 4px;
	margin: -2px 0 0;
	background: #fff;
}

.nav-opener:hover {
	color: #fff;
}

.nav-opener:hover span {
	border-color: #476db8;
}

.nav-opener:hover span:before {
	background: #476db8;
}

#nav {
	float: right;
	position: relative;
}

#nav > ul {
	font-size: 12px;
	line-height: 16px;
}

#nav > ul > li {
	position: relative;
	list-style: none outside;
	float: left;
	border-left: 1px solid #fff;
}

#nav > ul > li:first-child {
	border-left: none;
}

#nav > ul > li.hover > a,
#nav > ul > li:hover > a,
#nav > ul > li.active > a {
	background: #7fb3c7;
}

#nav > ul > li.hover .drop {
	display: block;
}

#nav > ul > li > a {
	display: block;
	background: #5b9eb8;
	color: #fff;
	padding: 12px 25px 11px;
}

#nav > ul > li > a:hover {
	background: #7fb3c7;
}

#nav .drop {
	display: none;
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0;
	background: #233857;
	padding: 15px 0 0;
}

#nav .drop .col {
	float: left;
	width: 170px;
	padding: 0 20px;
}

#nav .drop .col > ul {
	font-weight: 700;
	padding: 0 0 10px;
}

#nav .drop .col > ul > li {
	list-style: none outside;
	margin: 0 0 10px;
}

#nav .drop .col > ul a {
	color: #72c7e7;
}

#nav .drop .col > ul a:hover {
	text-decoration: underline;
}

#nav .drop .group {
	margin: 0 0 15px;
}

#nav .drop .group strong {
	display: block;
	color: #72c7e7;
	text-transform: uppercase;
	margin: 0  05px;
}

#nav .drop .group ul {
	font-size: 10px;
	line-height: 14px;
}

#nav .drop .group li {
	list-style: none outside;
	position: relative;
	padding: 0 0 0 10px;
}

#nav .drop .group li:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #fff;
}

#nav .drop .group a {
	color: #fff;
}

#nav .drop .group a:hover {
	color: #72c7e7;
}

.resize-active #nav ul {
	-webkit-transition: none !important;
	transition: none !important;
}

/* slideshow styles */

.slideshow {
	position: relative;
	height: 425px;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow .img-holder {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.slideshow .img-holder img {
	width: 100%;
	max-width: none;
}

.slideshow .text-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.slideshow .text {
	position: relative;
	margin: 48px 0 0;
	width: 460px;
	height: 220px;
	background: rgba(255, 255, 255, .8);
	padding: 23px 25px 21px;
	font-size: 15px;
	line-height: 18px;
	color: #000;
}

.slideshow h1 {
	font-size: 25px;
	line-height: 26px;
	margin: 0 0 9px;
}

.slideshow p {
	margin: 0 0 20px;
}

.slideshow .btn {
	position: absolute;
	bottom: 21px;
	left: 25px;
}

.slideshow .pagination {
	margin: 0 auto;
	padding: 0 10px 0 383px;
	max-width: 960px;
}

.pagination-holder {
	position: absolute;
	top: 54%;
	z-index: 100;
	left: 0;
	right: 0;
}

/* pagination styles */

.pagination li {
	float: left;
	list-style: none outside;
	text-align: left;
	margin: 0 0 0 10px;
}

.pagination li:first-child {
	margin: 0;
}

.pagination li.active a {
	background: #476db8;
}

.pagination a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #72c7e7;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, .12);
}

.pagination a:hover {
	background: #476db8;
}

/* category list styles */

.category-box {
	position: absolute;
	z-index: 10;
	bottom: 25px;
	left: 0;
	right: 0;
}

.category-list {
	margin: 0 -10px;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.category-list li {
	list-style: none outside;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 10px;
	letter-spacing: 0;
}

.category-list a {
	display: block;
	width: 100%;
}

.category-list a:hover {
	background: rgba(71, 109, 184, .8);
}

.category-list a:hover span {
	color: #fff;
	background: none;
}

.category-list .icon {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	width: 38.2%;
}

.category-list .icon img {
	width: 100%;
	max-width: none;
}

.category-list span {
	position: relative;
	width: 60%;
	display: inline-block;
	vertical-align: middle;
	background: rgba(255, 255, 255, .8);
	color: #476db8;
	padding: 5px 25px 5px 15px;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
}

.category-list span:before {
	position: absolute;
	top: 50%;
	right: 3px;
	font-family: "icomoon";
	margin: -8px 0 0;
	font-size: 17px;
	line-height: 1;
	color: #72c7e7;
}

/* markets area styles */

.markets-area {
	background: #476db8;
	padding: 37px 0 48px;
}

.markets-area h1 {
	color: #fff;
	margin: 0 0 27px;
}

.markets-list li {
	list-style: none outside;
	width: 25%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	font-size: 18px;
	line-height: 22px;
}

.markets-list strong {
	color: #fff;
}

.markets-list a {
	display: block;
	background: #476db8;
	text-align: center;
	min-height: 107px;
	padding: 18px 10px 10px;
}

.markets-list a:hover {
	background: #72c7e7;
}

.markets-list a:hover strong {
	color: #476db8;
}

.markets-list .icon {
	position: relative;
	width: 81px;
	height: 56px;
	margin: 0 auto;
	white-space: nowrap;
}

.markets-list .icon:before {
	content: "\e604";
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -7px 0 0;
	font-family: "icomoon";
	font-size: 15px;
	line-height: 1;
	color: #fff;
}

.markets-list .icon:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	min-height: 100%;
}

.markets-list .icon img {
	vertical-align: middle;
}

/* preview area styles */

.preview-area {
	padding: 20px 0 30px;
}

.preview-area .group {
	position: relative;
	z-index: 10;
	border-bottom: 4px solid #476db8;
	padding: 15px 0 35px;
}

.preview-area .group:last-child {
	border: none;
}

.preview-area .group h1 {
	margin: 0 0 10px;
}

.preview-area .group.local {
	padding: 20px 0 35px;
	background: url(images/map.png) no-repeat;
	background-size: 396px 223px;
	background-position: 100% 3px;
}

.preview-area .twocolumns {
	margin: 0 -10px;
}

.preview-area .col {
	float: left;
	width: 50%;
	padding: 0 10px;
}

.article {
	margin: 0 -9px;
}

.article .img-holder {
	float: left;
	width: 50%;
	padding: 7px 9px 0;
}

.article .text {
	position: relative;
	overflow: hidden;
	padding: 0 9px 45px;
	color: #000;
	font-size: 15px;
	line-height: 17px;
}

.article .btn {
	position: absolute;
	bottom: 0;
	left: 9px;
}

.article h2 {
	margin: 0 0 4px;
}

.article p {
	margin: 0 0 24px;
}

.btn {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	background: #72c7e7;
	font-size: 11px;
	line-height: 16px;
	padding: 10px 12px 11px;
	min-width: 114px;
	text-transform: uppercase;
}

.btn span {
	display: inline-block;
	vertical-align: middle;
	margin: 2px 0 0;
}

.btn:after {
	content: "\e604";
	display: inline-block;
	vertical-align: middle;
	font-family: "icomoon";
	font-size: 18px;
	line-height: 1;
	margin: 0 0 0 13px;
}

.btn:hover {
	background: #476db8;
	color: #fff;
}

.brand-list {
	margin: 0 -10px;
	padding: 4px 0 0;
}

.brand-list li {
	list-style: none outside;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 10px;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 17px;
	color: #000;
}

.brand-list li a {
	font-size: 36px;
	line-height: 1.17;
	font-weight: 700;
	display: block;
	color: #fff;
	height: 100px;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	margin: 0 0 15px;
}

.brand-list li a:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	min-height: 100%;
}

.brand-list li a:hover {
	opacity: .85;
}

.brand-list li a.item01 {
	background: #e6007e;
}

.brand-list li a.item02 {
	background: #009fe3;
}

.brand-list li a.item03 {
	background: #f18500;
}

.brand-list li a.item04 {
	background: #3fa535;
}

.brand-list strong {
	display: block;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 7px;
}

.brand-list p {
	margin: 0;
}

.product-list {
	margin: 0 -10px;
	padding: 4px 0 0;
}

.product-list li {
	list-style: none outside;
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 0 10px;
	letter-spacing: 0;
}

.product-list li > a {
	font-size: 36px;
	line-height: 1.17;
	font-weight: 700;
	display: block;
	color: #fff;
	height: 200px;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
}

.product-list li > a:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	min-height: 100%;
}

.product-list li > a:hover {
	opacity: .85;
}

.product-list li > a.item01 {
	background: #e6007e;
}

.product-list li > a.item02 {
	background: #009fe3;
}

.product-list li > a.item03 {
	background: #f18500;
}

.product-list li > a.item04 {
	background: #3fa535;
}

/* product styles */

.product {
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 47px;
}

.product a {
	position: relative;
	display: block;
}

.product a:after {
	display: none;
	content: "";
	position: absolute;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	border: 8px solid #fff;
}

.product a:hover:after {
	display: block;
}

.product .img-holder {
	margin: 0 !important;
}

.product .img-holder img {
	width: 100%;
}

.product .text {
	position: relative;
	color: #fff;
	padding: 13px 40px 9px 10px;
	min-height: 113px;
}

.product .text:after {
	content: "\e604";
	position: absolute;
	top: 15px;
	right: 10px;
	font-family: "icomoon";
	font-size: 17px;
	line-height: 1;
}

.product h2 {
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
	margin: 0;
}

.product p {
	margin: 0 0 20px;
}

.product.rose a:after {
	border-color: #ffcde8;
}

.product.rose .text {
	background: #e6007e;
}

.product.cerulean a:after {
	border-color: #caefff;
}

.product.cerulean .text {
	background: #009fe3;
}

.product.tangerine a:after {
	border-color: #ffedd8;
}

.product.tangerine .text {
	background: #f18500;
}

.product.apple a:after {
	border-color: #d3f0d0;
}

.product.apple .text {
	background: #3fa535;
}

.product.san-marino a:after {
	border-color: #edf0f8;
}

.product.san-marino .text {
	background: #476db8;
}

.product.san-marino .text:after {
	color: #72c7e7;
}

.product.copy .text:after {
	content: "\e605";
}

.location-box {
	min-height: 148px;
	padding: 7px 0 0;
	position: relative;
}

.local-form {
	position: relative;
	z-index: 10;
	background: none;
	padding: 0;
	margin: 0 -3.6% 4px 0;
}

.content-holder .local-form {
	margin-right: 0;
}

.local-form .jcf-select {
	float: left;
	width: 210px;
	margin: 0 3.6% 24px 0;
}

.local-form .btn {
	float: left;
	margin: 0 0 24px;
}

/* breadcrumbs styles */

.breadcrumbs-panel {
	background: #d4edf7;
	padding: 9px 0;
}

.breadcrumbs {
	font-size: 10px;
	line-height: 16px;
	color: #3f4e55;
	text-transform: uppercase;
}

.breadcrumbs li {
	position: relative;
	list-style: none outside;
	float: left;
	margin: 0 0 0 25px;
}

.breadcrumbs li:before {
	content: "\e604";
	position: absolute;
	top: 0;
	left: -22px;
	font-family: "icomoon";
	font-size: 16px;
	line-height: 1;
	color: #72c7e7;
}

.breadcrumbs li:first-child {
	margin: 0;
}

.breadcrumbs li:first-child:before {
	display: none;
}

.breadcrumbs a {
	font-weight: 700;
}

/* main informative part styles */

#main {
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 10px 26px;
}

#main .m1 {
	margin-left: 240px;
	overflow: hidden;
}

[id="main"] h1 {
	margin: 0 0 51px;
}

[id="main"] > .product-list li {
	width: 25%;
}

/* sidebar styles */

#sidebar {
	float: left;
	width: 220px;
	margin-right: -100%;
	padding: 8px 0 0;
}

/* aside nav styles */

.aside-nav {
	margin: 0 0 16px;
}

.aside-nav ul {
	font-size: 12px;
	line-height: 16px;
}

.aside-nav > ul {
	padding: 6px 0 0;
}

.aside-nav > ul > li > ul {
	padding: 5px 0 0 16px;
}

.products-single-page .aside-nav > ul > li > ul > li > ul {
	padding: 0;
}

.aside-nav > ul > li > a {
	font-weight: 700;
	font-family: "Helvetica", "Arial", sans-serif;
	line-height: 16px;
}

.aside-nav > ul > li > a:before {
	display: inline-block;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	font-family: "icomoon";
	font-size: 12px;
	line-height: 1;
	margin: 0 4px 0 0;
	color: #72c7e7;
}

.aside-nav li {
	list-style: none outside;
}

.aside-nav li ul {
	padding: 0 0 0 10px;
}

.aside-nav li ul > li.active > a {
	font-weight: 700;
	color: #72c7e7;
}

.aside-nav li ul > li > a + ul {
	padding: 5px 0 0 10px;
}

.aside-nav li ul > li ul li {
	padding: 0 0 5px;
}

.aside-nav li ul > li > ul > li ul li {
	padding: 0 0 5px;
}

.aside-nav li:last-child {
	padding-bottom: 0;
}

/* sign form styles */

.sign-form {
	background: #b9e3f3;
	padding: 16px 15px 12px;
}

.sign-form h2 {
	font-size: 26px;
	line-height: 1.23;
	font-weight: 700;
	margin: 0 0 25px;
}

.sign-form .row {
	padding: 0 0 13px;
}

.sign-form input {
	width: 100%;
}

/* main content styles */

#content {
	float: left;
	width: 100%;
}

[id="content"] h1 {
	margin: 0 0 12px;
}

[id="content"] p {
	margin: 0 0 18px;
}

[id="content"] p.large {
	font-size: 23px;
	line-height: 1.13;
	margin: 0 0 26px;
}

[id="content"] .img-holder {
	margin: 0 0 24px;
}

/* single-product */

.single-product {
	padding: 8px 0 0;
}

.single-product h1 {
	text-transform: uppercase;
	margin: 0 0 14px;
}

.single-product > .img-holder {
	margin: 0 0 35px;
}

.single-product.rose h1 {
	color: #e6007e;
}

.single-product .product-list {
	padding: 14px 0 0;
}

.single-product .product {
	margin: 0 0 40px;
}

/* manager styles */

.manager {
	padding: 0 0 29px;
}

.manager .img-holder {
	float: left;
	width: 222px;
	margin: 3px 20px 10px 0;
}

.manager .text {
	overflow: hidden;
}

.manager h2 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	color: #5b6a72;
	margin: 0 0 19px;
}

.manager h3 {
	font-size: 16px;
	line-height: 19px;
	color: #5b6a72;
	font-weight: 700;
	margin: 0 0 18px;
}

.manager h3 a {
	color: #5b6a72;
}

.manager h3 a:hover {
	color: #72c7e7;
}

.manager p {
	margin: 0;
}

/* search results styles */

.results-table {
	width: 100%;
	margin: 0 0 37px;
}

.results-table th {
	padding-bottom: 13px;
}

.results-table .tilte {
	width: 38.7%;
}

.results-table .location {
	width: 40.58%;
}

.results-table .date {
	width: 156px;
}

.results-table td {
	border: none;
}

.results-table tr:first-child td {
	padding-top: 18px;
}

.results-table a {
	text-decoration: underline;
	font-weight: 700;
}

/* job info styles */

.job {
	padding: 9px 0 24px;
}

.job h2 {
	font-size: 16px;
	font-weight: 700;
	color: #3f4e55;
	margin: 0 0 24px;
}

.job dl {
	margin: 0 0 26px;
}

.job strong {
	color: #3f4e55;
}

.job ul {
	padding: 0 0 8px;
}

.job ul li {
	list-style: none outside;
	margin: 0 0 18px;
}

.job p a {
	color: #5b6a72;
}

.job p a:hover {
	text-decoration: underline;
}

.job .btn {
	margin: 18px 0 0;
}

.faqs-box {
	padding: 8px 0 0;
}

.faqs-box h1 {
	margin: 0 0 18px;
}

.faqs-box > strong {
	display: block;
	font-size: 17px;
	line-height: 20px;
	margin: 0 0 9px;
}

/* accordion */

.accordion {
	padding: 0 0 22px;
}

.accordion li {
	list-style: none outside;
	margin: 0 0 20px;
}

.accordion li.active .opener:before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.accordion .opener {
	position: relative;
	display: table;
	width: 100%;
	background: #d5eef8;
	color: #5b6a72;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 16px;
	height: 56px;
	padding: 5px 70px 5px 15px;
}

.accordion .opener span {
	display: table-cell;
	vertical-align: middle;
}

.accordion .opener:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 56px;
	background: #72c7e7;
}

.accordion .opener:before {
	position: absolute;
	top: 50%;
	right: 15px;
	font-family: "icomoon";
	color: #fff;
	z-index: 5;
	font-size: 25px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: -12px 0 0;
}

.accordion .slide {
	background: #f2f2f2;
	padding: 19px 15px 5px;
	overflow: hidden;
}

.accordion .slide p {
	margin: 0 0 15px;
}

/* news styles */

.news {
	border-bottom: 1px solid #808080;
	padding: 0 0 12px;
	margin: 0 0 4px;
}

.news h2 {
	color: #5b6a72;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.09;
	margin: 0 0 5px;
}

.news time {
	font-size: 14px;
	line-height: 16px;
	display: block;
	color: #72c7e7;
	text-transform: uppercase;
}

.news p {
	margin: 0 0 8px;
}

/* single news styles */

.single-news .img-holder {
	float: right;
	margin: 0 18px 20px 15px;
}

.single-news h1 {
	margin: 0 0 2px;
}

.single-news time {
	display: block;
	color: #72c7e7;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 20px;
}

.single-news p.large {
	margin: 0 0 22px;
}

/* download box styles */

.download-box {
	padding: 12px 0 0;
}

.download-box h1 {
	margin: 0 0 18px;
}

.download-box .product {
	margin: 0 0 18px;
}

/* result box styles */

.result-box {
	padding: 8px 0 0;
}

.result-box h1 {
	margin: 0 0 51px;
}

/* result */

.result {
	padding: 0 0 13px;
}

.result h2 {
	font-size: 22px;
	line-height: 1.09;
	margin: 0 0 3px;
}

.result h2 a {
	color: #6383c3;
	text-decoration: underline;
}

.result h2 a:hover {
	text-decoration: none;
}

.result .link {
	color: #72c7e7;
	font-size: 14px;
	line-height: 16px;
}

.result .link:hover {
	color: #476db8;
}

/* contact area styles */

.contact-area h1 {
	margin: 0 0 54px;
}

.contact-area > h2 {
	font-size: 22px;
	font-weight: 700;
	color: #5b6a72;
	margin: 0 0 1px;
}

.contact-area address {
	font-style: normal;
	margin: 0 0 18px;
}

.contact-area .jcf-scrollbar-horizontal {
	display: none;
}

.contact-area .jcf-scrollbar-vertical {
	height: 83px !important;
	right: 0;
}

.contact-area .jcf-scrollbar-vertical .jcf-scrollbar-slider {
	height: 83px !important;
}

.contact-area .wpcf7-form-control-wrap.message,
.contact-area .wpcf7-form-control-wrap.textarea {
	display: block;
	overflow: hidden;
}

.contact-area .wpcf7-form-control-wrap.message .jcf-textarea,
.contact-area .wpcf7-form-control-wrap.textarea .jcf-textarea {
	display: block;
	overflow: hidden;
}

.contact-area .wpcf7-form-control-wrap.message textarea,
.contact-area .wpcf7-form-control-wrap.textarea textarea {
	display: block;
	margin: 0;
	width: 100%;
}

.contact-info {
	margin: 0 0 36px;
}

.contact-info dt {
	font-weight: 400;
}

.contact-info a {
	color: #5b6a72;
}

/* contact form 7 */

.wpcf7-form {
	padding: 24px 15px 26px;
}

.wpcf7-form h2 {
	margin: 0 0 20px;
	font-size: 26px;
	line-height: 1.23;
	font-weight: 700;
	margin: 0 0 25px;
}

.wpcf7-form .row {
	padding: 0 0 13px;
}

.wpcf7-form label {
	margin: 0 0 8px;
}

.wpcf7-form textarea {
	width: 100%;
	height: 94px;
	resize: none;
}

.wpcf7-form input {
	width: 207px;
}

.wpcf7-form input[type="submit"] {
	width: auto;
}

.wpcf7-form .label-checkbox {
	font-size: 11px;
	line-height: 14px;
}

.wpcf7-form .label-checkbox span {
	display: block;
	overflow: hidden;
}

.wpcf7-form .label-checkbox input[type="checkbox"] {
	float: left;
	width: 23px;
	margin: 0 6px 0 0;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"] {
	float: left;
	width: 23px;
	margin: 0 6px 0 0;
}

.wpcf7-form span.wpcf7-list-item {
	margin: 0;
}

.wpcf7-form .wpcf7-checkbox span {
	display: inline;
}

/* partner area styles*/

.partner-area {
	padding: 9px 0 0;
}

.partner-area h1 {
	margin: 0 0 17px;
}

.partner-area p.large {
	margin: 0 0 20px;
}

.partner-area .local-form {
	margin: 0 -3.6% 15px 0;
}

.partner-area .local-form .btn-holder {
	clear: both;
}

.partner-area .local-form .btn {
	float: none;
}

/* partner-list styles*/

.partner-list {
	border-top: 1px solid #000;
}

.partner-list .partner-info {
	border-bottom: 1px solid #000;
	padding: 30px 0 10px;
}

.partner-list .partner-info .title {
	font-size: 26px;
	line-height: 1.5;
	margin: 0 0 26px;
	color: #274e6d;
	font-weight: 700;
}

.partner-list .partner-info .partner-description {
	margin-bottom: 25px;
}

.partner-list .partner-info ul {
	margin: 0 -10px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	color: #274e6d;
}

.partner-list .partner-info ul li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	font: 16px / 1.125 "Helvetica", "Arial", sans-serif;
	width: 20%;
	padding: 0 10px 20px;
	word-wrap: break-word;
}

.partner-list .partner-info ul li a {
	color: #274e6d;
}

.partner-list .partner-info ul .label {
	font-weight: bold;
	font-size: 12px;
}

.partner-list .partner-info ul .info-content {
	font-size: 10px;
}

.pagination-links {
	overflow: hidden;
	font-weight: 700;
	padding: 30px 0;
}

.pagination-links .screen-reader-text {
	float: left;
	color: #000;
}

.pagination-links .page-numbers {
	float: left;
	margin: 0;
	padding: 0;
}

.pagination-links .page-numbers li {
	list-style: none;
	float: left;
	padding: 0 5px;
}

/* partner table */

.partner-table {
	border-collapse: collapse;
	max-width: 660px;
}

.partner-table th,
.partner-table td {
	font-size: 13px;
	line-height: 16px;
}

.partner-table td {
	padding-top: 12px;
	padding-bottom: 23px;
}

.partner-table address {
	margin: 0;
	font-style: normal;
}

.partner-table .name {
	width: 40%;
}

.partner-table .phone {
	width: 38%;
}

.partner-table .email {
	width: 22%;
}

.partner-table a.company {
	font-weight: 700;
	text-decoration: underline;
}

/* location area styles */

.location-area {
	padding: 8px 0 0;
}

.location-area p.large {
	margin: 0 0 3px;
}

.map {
	position: relative;
	max-width: 687px;
}

/* location popup */

.location-popup {
	position: absolute;
}

.location-popup.popup-active .popup {
	display: block;
}

.location-popup .open {
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	position: relative;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 3px solid #476db8;
}

.location-popup .open:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border-radius: 50%;
	background: #72c7e7;
}

.location-popup .open:hover {
	border-color: #72c7e7;
}

.location-popup .open:hover:before {
	background: #476db8;
}

.location-popup .popup {
	display: none;
	position: absolute;
	z-index: 50;
	top: 0;
	right: 100%;
	background: #b9e3f3;
	color: #3f4e55;
	font-size: 12px;
	line-height: 14px;
	padding: 16px 18px 4px 14px;
	margin: -3px 7px 0 0;
	width: 196px;
}

.location-popup .popup.align-right {
	right: auto;
	left: 100%;
	margin: -3px 0 0 7px;
}

.location-popup .close {
	position: absolute;
	top: 4px;
	right: 4px;
	overflow: hidden;
	text-indent: -9999px;
	width: 14px;
	height: 12px;
}

.location-popup .close:before,
.location-popup .close:after {
	content: "";
	position: absolute;
	top: 5px;
	left: -1px;
	right: -1px;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}

.location-popup .close:after {
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
}

.location-popup .close:hover:before,
.location-popup .close:hover:after {
	background: #476db8;
}

.location-popup address {
	font-style: normal;
	margin: 0 0 14px;
}

.location-popup dl {
	margin: 0;
}

.location-popup dl a {
	color: #3f4e55;
}

.location-popup dl a:hover {
	text-decoration: underline;
}

.location-popup dt {
	font-weight: 400;
}

.location-popup dd {
	margin: 0 0 14px;
}

.location-popup.item01 {
	top: 33.94%;
	right: 24%;
}

.location-popup.item02 {
	top: 20.98%;
	right: 46.72%;
}

.location-popup.item03 {
	top: 22.28%;
	right: 51.38%;
}

.location-popup.item04 {
	top: 31.35%;
	left: 12.23%;
}

.location-popup.popup-right .popup {
	right: auto;
	margin-left: 30px;
}

.partners {
	letter-spacing: -4px;
}

.partners li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	letter-spacing: 0;
	text-align: center;
}

.partners li.popup-active .open {
	box-shadow: inset 0 0 0 10px #cbcbcb;
}

.partners li .open {
	display: block;
	padding: 12px 20px;
	height: 97px;
}

.partners li img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.partners li:nth-child(3n+3) .popup {
	left: auto;
	right: 100px;
}

.partners .popup {
	display: none;
	position: absolute;
	z-index: 50;
	top: 80px;
	text-align: left;
	left: 106px;
	background: #b9e3f3;
	color: #3f4e55;
	font-size: 11px;
	line-height: 13px;
	padding: 24px 13px 24px 24px;
	margin: -3px 7px 0 0;
	width: 250px;
}

.partners .title {
	display: block;
	margin: 0 0 5px;
	font-size: 16px;
}

.partners p {
	margin: 0;
}

.partners .close {
	position: absolute;
	top: 7px;
	right: 7px;
	overflow: hidden;
	text-indent: -9999px;
	width: 14px;
	height: 12px;
}

.partners .close:before,
.partners .close:after {
	content: "";
	position: absolute;
	top: 5px;
	left: -1px;
	right: -1px;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}

.partners .close:after {
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
}

.partners .close:hover:before,
.partners .close:hover:after {
	background: #476db8;
}

/* lightbox styles */

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.popup-holder .lightbox {
	display: block !important;
}

.lightbox .form-holder {
	border: 10px solid #44778b;
	width: 534px;
	padding: 30px 40px 20px;
	font-size: 10px;
	line-height: 19px;
}

.lightbox .form-holder h2,
.lightbox .form-holder h3 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	color: #5b6a72;
	margin: 0 0 26px;
}

.lightbox .form-holder h3 {
	margin: 0;
}

.lightbox .wpcf7-form {
	padding: 0;
	margin: 0;
	background: none;
}

.lightbox .wpcf7-form p {
	margin: 0 0 11px;
}

.lightbox .wpcf7-form input[type="submit"] {
	float: right;
}

.lightbox .wpcf7-form .wpcf7-form-control-wrap.file {
	display: block;
}

.lightbox .text-box {
	margin: 14px 0 25px;
}

.lightbox .text-box .holder {
	position: relative;
}

.lightbox .text-box p {
	margin: 0 0 9px;
}

.lightbox .text-box .jcf-scrollbar-horizontal {
	display: none;
}

.lightbox .text-box textarea {
	width: 100%;
	height: 165px;
	max-height: 400px;
	min-height: 100px;
	font-size: 10px;
	line-height: 19px;
	box-shadow: inset 3px 0 3px -3px rgba(0, 0, 0, .5), inset 0 3px 3px -3px rgba(0, 0, 0, .5), inset 0 -3px 3px -3px rgba(0, 0, 0, .5);
	border: 1px solid #ededed;
	outline: none;
}

.attach-list {
	margin: 0 -7px;
}

.attach-list li {
	list-style: none outside;
	float: left;
	width: 33.33%;
	padding: 0 7px;
	margin: 0 0 30px;
}

.attach-list .jcf-file {
	display: block;
}

.attach-list .jcf-fake-input {
	display: block;
	width: 100%;
}

.attach-list .jcf-upload-button {
	display: none;
}

/* footer styles */

#footer {
	background: #44778a;
	color: #fff;
	padding: 35px 0 36px;
}

/* footer navigation styles */

.nav {
	float: left;
	font-size: 15px;
	line-height: 17px;
	font-weight: 700;
	text-transform: uppercase;
}

.nav li {
	list-style: none outside;
}

.nav a {
	color: #fff;
}

.nav a:hover {
	color: #e6e6e6;
}

/* contact box styles */

.contact-box {
	float: right;
	text-align: right;
	padding: 0 0 5px;
}

.contact-box .tel {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin: 0 0 60px;
}

.contact-box .tel a {
	color: #fff;
}

.social-networks {
	margin: 0 0 92px;
}

.social-networks li {
	list-style: none outside;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 30px;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0;
}

.social-networks li:first-child {
	margin: 0;
}

.social-networks a {
	color: #fff;
}

.add-nav {
	white-space: nowrap;
}

.add-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 15px;
	letter-spacing: 0;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
}

.add-nav li:first-child {
	margin: 0;
}

.add-nav a {
	color: #fff;
}

.add-nav a:hover {
	text-decoration: underline;
}

.contact-block {
	margin: 0 0 17px;
}

.contact-block .title {
	display: block;
	color: #516874;
	margin: 0 0 1px;
}

.contact-block address {
	margin: 0;
	font-style: normal;
}

.contact-block a {
	color: #516874;
}

.contact-block a:hover {
	color: #000;
}

.content-holder {
	padding: 15px 0 0;
}

.table {
	width: 100%;
}

.table td {
	color: #516874;
	border: none;
	padding: 6px 7px 5px 16px;
	vertical-align: middle;
	border-left: 2px solid #fff;
	background: #b9e3f3;
}

.table td:first-child {
	border-left: none;
	width: 150px;
}

.table tr:nth-child(even) td {
	background: #dcf1f9;
}

.list {
	font-size: 14px;
	line-height: 18px;
	border-top: 2px solid #f2f2f2;
	color: #476db8;
}

.list li {
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid #f2f2f2;
	padding: 10px 30px 9px 0;
}

.list time {
	float: left;
	width: 20%;
	margin: 0 10px 0 0;
}

.list .name {
	display: block;
	overflow: hidden;
}

.list .name a {
	font-weight: 700;
	color: #476db8;
}

.list .name a:hover {
	color: #72c7e7;
}

.list .icon {
	position: absolute;
	top: 50%;
	margin: -11px 0 0;
	right: 0;
	width: 18px;
	height: 23px;
}

.list .icon:after {
	content: "\e605";
	display: block;
	color: #72c7e7;
	font-family: "icomoon";
	font-size: 22px;
	line-height: 1;
}

/* registration form styles */

.registration .jcf-select,
.wpcf7-form.registration .jcf-select {
	width: 207px;
}

#sidebar .widget {
	padding: 0 0 0 15px;
}

#sidebar .widget ul {
	line-height: 16px;
	font-size: 12px;
	padding: 0;
}

#sidebar .widget ul li {
	margin: 0 0 5px;
	list-style-type: none;
}

#sidebar .widget h3 {
	margin: 0 0 5px;
	font-weight: 700;
	font-family: "Helvetica", "Arial", sans-serif;
	line-height: 16px;
	font-size: 12px;
	color: #476db8;
}

.info-block {
	padding: 0 0 18px;
}

.info-block p {
	margin-bottom: 0;
}

.info-block address {
	font-style: normal;
}

.info-block address a {
	color: #5b6a72;
}

.info-block address a:hover {
	color: #72c7e7;
}

/* video block styles */

.video-block .video-holder {
	width: 300px;
	height: 220px;
	margin-bottom: 20px;
}

.video-block video {
	width: 300px;
	height: 220px;
	overflow: hidden;
}

.video-block video img {
	width: 100%;
	height: auto;
}

.video-block .mejs-container {
	overflow: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1099px) {
	.slideshow .img-holder {
		text-align: center;
	}
}

@media (max-width: 959px) {
	#nav > ul > li > a {
		padding: 12px 20px 11px;
	}

	.category-list {
		margin: 0 -5px;
	}

	.category-list li {
		padding: 0 5px;
	}

	.category-list span:before {
		right: 5px;
	}

	.category-list span {
		padding: 5px 25px 5px 7px;
		font-size: 14px;
	}

	.brand-list li a {
		font-size: 30px;
	}

	.product-list li > a {
		font-size: 30px;
	}

	.manager .img-holder {
		width: 180px;
	}

	.single-news .img-holder {
		margin: 0 0 20px 15px;
		width: 180px;
	}

	.partner-list .partner-info ul li {
		width: 33%;
	}

	.location-popup.item02 {
		right: 45.72%;
	}

	.partners .popup {
		width: 200px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 18px;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	#header .top-box {
		padding: 10px 0;
	}

	#header .search-form {
		display: none;
	}

	.logo {
		float: none;
		margin: 0 auto;
	}

	.nav-panel {
		text-align: center;
		position: relative;
		padding: 15px 0;
	}

	.nav-panel.nav-active #nav ul {
		opacity: 1;
		visibility: visible;
	}

	.nav-opener {
		display: inline-block;
	}

	#nav {
		float: none;
		position: static;
	}

	#nav > ul {
		position: absolute;
		top: 100%;
		z-index: 999;
		left: 0;
		right: 0;
		border-top: 1px solid #fff;
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
		opacity: 0;
		visibility: hidden;
	}

	#nav > ul > li {
		float: none;
		border-left: none;
		border-bottom: 1px solid #fff;
	}

	#nav > ul > li > a {
		display: block;
	}

	#nav .drop {
		position: relative;
		overflow: hidden;
		text-align: left;
	}

	.category-box {
		bottom: 20px;
	}

	.category-list {
		margin: 0 -10px;
	}

	.category-list span {
		font-size: 12px;
	}

	.category-list span:before {
		font-size: 14px;
		margin: -7px 0 0;
		right: 2px;
	}

	.markets-list {
		margin: 0 -10px;
	}

	.preview-area .col {
		width: 100%;
	}

	.article {
		padding: 0 0 30px;
	}

	.article .img-holder {
		width: 220px;
		margin: 0 20px 0 0;
	}

	.article .text {
		padding: 0;
	}

	.article .btn {
		position: static;
	}

	.brand-list li a {
		height: 70px;
		font-size: 24px;
	}

	.product-list li > a {
		height: 150px;
		font-size: 24px;
	}

	.product {
		margin: 0 0 30px;
	}

	.breadcrumbs-panel {
		display: none;
	}

	#main .m1 {
		margin-left: 0;
	}

	[id="main"] h1 {
		margin: 0 0 30px;
	}

	[id="main"] > .product-list li {
		width: 33.33%;
	}

	#sidebar {
		display: none;
	}

	[id="content"] p.large {
		font-size: 20px;
	}

	.result-box h1 {
		margin: 0 0 30px;
	}

	.partner-table {
		width: 100%;
	}

	.location-area p.large {
		margin: 0 0 10px;
	}

	.location-popup .popup {
		position: fixed;
		top: 30%;
		right: 50%;
		margin: 5px -98px 0 0;
	}

	.partners li {
		width: 48%;
	}

	.partners li.popup-active .open {
		box-shadow: inset 0 0 0 5px #cbcbcb;
	}

	.partners li .open {
		padding: 7px;
		height: 90px;
	}

	.partners li:nth-child(3n+3) .popup {
		right: auto;
		left: 10px;
	}

	.partners li:nth-child(2n+2) .popup {
		left: auto;
		right: 10px;
	}

	.partners .popup {
		top: 80%;
		left: 10px;
		margin: 0;
		width: 180px;
		padding: 10px;
	}

	.nav {
		display: none;
	}

	.contact-box {
		float: none;
		text-align: center;
	}

	.contact-box .tel {
		margin: 0 0 30px;
	}

	.social-networks {
		margin: 0 0 30px;
	}

	.add-nav {
		white-space: normal;
	}

	.table td {
		padding: 6px;
	}

	.table td:first-child {
		width: auto;
	}

	.list time {
		display: block;
		width: auto;
		float: none;
		margin: 0 0 5px;
	}
}

@media (max-width: 639px) {
	.hidden-xs {
		display: none;
	}

	#nav .drop .col {
		float: none;
		width: 100%;
	}

	#nav .drop .col > ul {
		padding: 0;
	}

	.slideshow {
		display: none;
	}

	.markets-list li {
		width: 50%;
	}

	.preview-area .group.local {
		background-position: 50% 3px;
	}

	.preview-area .group.local h1 {
		display: none;
	}

	.article h2 {
		height: auto !important;
	}

	.brand-list li {
		width: 50%;
	}

	.brand-list li a {
		height: auto;
		padding: 10px;
		margin: 0;
	}

	.brand-list strong {
		display: none;
	}

	.brand-list p {
		display: none;
	}

	.product-list li {
		width: 50%;
	}

	.product-list li > a {
		height: auto;
		padding: 10px;
	}

	[id="main"] > .product-list li {
		width: 50%;
	}

	.results-table .date {
		width: 130px;
	}

	.partner-table {
		border-top: 1px solid #808080;
	}

	.partner-table thead {
		display: none;
	}

	.partner-table tr {
		border-bottom: 1px solid #808080;
	}

	.partner-table td {
		position: relative;
		display: block;
		border: none;
		padding: 10px 10px 10px 140px;
	}

	.partner-table td:before {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		content: attr(data-label);
		display: inline-block;
		vertical-align: top;
		color: #3f4e55;
		font-size: 12px;
		line-height: 16px;
		width: 130px;
		padding: 10px 10px 10px 0;
		font-weight: 700;
	}

	.lightbox .form-holder {
		width: 300px;
		padding: 30px 20px 20px;
		border-width: 5px;
	}

	.attach-list li {
		width: 100%;
		margin: 0 0 15px;
	}
}

@media (max-width: 479px) {
	.preview-area .group.local {
		background-size: 300px 169px;
	}

	.brand-list li {
		width: 100%;
	}

	.product-list li {
		width: 100%;
	}

	[id="main"] > .product-list li {
		width: 100%;
	}

	.manager {
		padding: 0 0 40px;
	}

	.manager .img-holder {
		float: none;
		width: 222px;
		margin: 0 auto 20px;
	}

	.results-table {
		border-top: 1px solid #808080;
	}

	.results-table thead {
		display: none;
	}

	.results-table td {
		position: relative;
		display: block;
		width: 100%;
		padding: 5px 10px 5px 140px !important;
	}

	.results-table td:before {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		content: attr(data-label);
		display: inline-block;
		vertical-align: top;
		color: #3f4e55;
		font-size: 14px;
		line-height: 20px;
		font-weight: 700;
		width: 130px;
		padding: 5px 10px 5px 0;
	}

	.results-table tr {
		border-bottom: 1px solid #808080;
	}

	.accordion .opener {
		font-size: 14px;
		padding: 5px 50px 5px 15px;
	}

	.accordion .opener:after {
		width: 40px;
	}

	.accordion .opener:before {
		font-size: 20px;
		margin: -10px 0 0;
		right: 10px;
	}

	.news h2 {
		font-size: 20px;
	}

	.single-news .img-holder {
		float: none;
		width: auto;
		text-align: center;
		margin: 0 0 20px;
	}

	.wpcf7-form input {
		width: 100%;
	}

	.partner-list .partner-info ul li {
		width: 50%;
	}

	.location-popup .open {
		width: 18px;
		height: 18px;
		border-width: 2px;
	}

	.location-popup .open:before {
		top: 3px;
		right: 3px;
		left: 3px;
		bottom: 3px;
	}

	.location-popup .popup.align-right {
		right: auto;
		left: -30px;
		margin: 5px 0 0;
	}

	.location-popup.item02 {
		right: 44%;
	}

	.location-popup.item03 {
		right: 50%;
	}

	.lightbox .form-holder {
		width: 280px;
		padding: 20px 10px 20px;
	}

	.lightbox .form-holder h2,
	.lightbox .form-holder h3 {
		font-size: 14px;
		line-height: 18px;
	}
}
