/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/themes/twentyten
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Author URI: http://wordpress.org/
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on December 29, 2016 */



* {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Ubuntu', sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: 'Ubuntu', sans-serif;
}
input[type="submit"] {
	font-family: 'Ubuntu', sans-serif;
}
pre {
	font-family: 'Ubuntu', sans-serif;
}
code {
	font-family: 'Ubuntu', sans-serif;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
	transition: 300ms all linear;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #777;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
#header {position:relative; padding: 0;}
#wrapper {
	background: none;
	margin-top: 0;
	padding: 0;
}
#colophon, #footer {
	border:none;
	position: relative;
	margin:0;
	padding:0;
}
header, section, footer {
	position: relative;
	width: 100%;
}
.wrapper {
	max-width: 1440px;
	padding: 0 10px;
	position: relative;
	margin: 0 auto;
}
#header {
	height: 115px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.5, #000000),
		color-stop(1, rgba(0,0,0,0))
	);
	background-image: -o-linear-gradient(bottom, #000000 50%, rgba(0,0,0,0) 100%);
	background-image: -moz-linear-gradient(bottom, #000000 50%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, #000000 50%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient(bottom, #000000 50%, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(to bottom, #000000 50%, rgba(0,0,0,0) 100%);
}
#header a.logo {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: -20px;
	width: 226px;
	height: 135px;
	background: url(images/logo.png) 0 0 no-repeat;
}
#header a.logo:hover {opacity: .7;}
#header address {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	font-style: normal;
	font-size: 18px;
	color:#fff;
	font-weight: 200;
	margin-top: 42px;
	background: url(images/address.png) 0 1px no-repeat;
	line-height: 1.3;
	width: 25%;
	text-align: left;
}
#header .uptime {
	padding-left: 30px;
	background: url(images/uptime.png) 0 3px no-repeat;
	font-size: 18px;
	color:#fff;
	display: inline-block;
	vertical-align: top;
	font-weight: 200;
	line-height: 1.3;
	margin-top: 42px;
}
#header .wrapper {
	text-align: justify;
}
#header .wrapper:after {
	content: "";
	display: inline-block;
	width: 100%;
}
#header div.phone {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 32px;
}
#header img.whatsapp {
	padding-right: 10px;
}
#header div.phone a {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	line-height: 1.3;
	font-size: 28px;
	color:#fff;
	font-weight: bold;
	background: url(images/phone.png) 0 9px no-repeat;
}
#header div.phone span {
	font-weight: 200;
	color: #f0b67f;
}
#header .menu-btn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 23px;
	margin-top: 39px;
	cursor: pointer;
	transition: 300ms all linear;
	background: url(images/menu.png) 0 0 no-repeat;
}
#header .menu-btn:hover {opacity: .7;}
#fixed-menu {
	position: fixed;
	right: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	z-index: 966;
	background: #000000;
	padding: 40px 0 10px 0px;
	overflow-y: scroll;
	background: #030303 url(images/popup_menu.jpg) center 0 no-repeat;
}
#fixed-menu #schema {background: none; min-height: 1px;}
#fixed-menu .left {
	max-width: calc(100% - 420px);
	position: relative;
	width: 100%;
	float: left;
}
#fixed-menu .scheme {margin: 0 auto; float: none;}
#fixed-menu #schema .wrapper {padding-top: 50px;}
#fixed-menu .right {
	width: 420px;
	position: relative;
	float: right;
}
#fixed-menu .right a.btn {margin-bottom: 30px;}
.scheme .place .info-text a.btn,
#fixed-menu .left a.btn {background: rgb(240, 182, 127); color:#000;}
#fixed-menu .right .phone {
    text-decoration: none;
    display: block;
    vertical-align: top;
    line-height: 1.3;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.lg-toolbar {
	position: relative !important;
	z-index: 1500 !important
}
#page-spa .btn.book {
	display: block;
	margin: 0 auto 30px;
}
#fixed-menu .left .phone {color:#000;}
#fixed-menu .right .phone {margin-bottom: 10px;}
#fixed-menu address {
	font-style: normal;
	font-size: 15px;
	color:#fff;
	font-weight: 200;
}
#fixed-menu .phone span {
	font-weight: 200;
}
#fixed-menu .info {
	display: none;
}
#fixed-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#fixed-menu .lang {margin-bottom: 30px; left: -5px; position: relative;}
#fixed-menu .lang ul li {margin: 0 3px 0 0 !important;}
#fixed-menu .close {
	position: absolute;
	right: 40px;
	top: 40px;
	background: url(images/close.png) 0 0 no-repeat;
	width: 30px;
	z-index: 5;
	cursor: pointer;
	transition: 300ms all linear;
	height: 31px;
}
#fixed-menu .close:hover {opacity: .7;}
#fixed-menu .menu-nav ul li {
	margin-bottom: 25px;
}
#fixed-menu .menu-nav ul li a {
	color:#ffffff;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
}
#fixed-menu .menu-nav ul li a:hover {
	color:#f0b67f;
}
.popup-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.75);
	z-index: 900;
	opacity: 0;
	display: none;
}
#fixed-menu {
	display: none;
	opacity: 0;
}
body {
	background: #030303;
}
.lang-menu .lang {
	position: absolute;
	right: 40px;
	top: 115px;
	z-index: 25;
	display: none;
}
.lang-menu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 25;
	display: none;
}
#fixed-menu .lang {display: none;}
#fixed-menu .lang img,
.lang-menu .lang img {
	display: none;
}
#fixed-menu .lang > div > ul > li > a,
.lang-menu .lang > div > ul > li > a {display: none;}
#fixed-menu .lang li,
.lang-menu .lang li {
	display: inline-block;
	vertical-align: top;
	margin-left: 3px;
}
#fixed-menu .lang > div > ul > li a,
.lang-menu .lang > div > ul > li a {
	color:#ffffff;
	font-size: 18px;
	font-weight: 200;
	text-decoration: none;
	text-transform: uppercase;
}
#fixed-menu .lang > div > ul > li a:hover,
#fixed-menu .lang li.current_page_item a,
#fixed-menu .lang li.current-menu-item a,
.lang-menu .lang > div > ul > li a:hover,
.lang-menu .lang li.current-menu-item a,
.lang-menu .lang li.current_page_item a {
	color:#f0b67f;
}
.lang-menu .lang ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#welcome-screen {
	min-height: 900px;
}
body.home {background: #030303;}
#welcome-screen .wrapper {
	padding-top: 335px;
	text-align: center;
}
#welcome-screen a.next-screen {
	display: block;
	margin: 0 auto;
	text-align: center;
}
body.home #welcome-screen .wrapper {padding-top: 170px;}
#welcome-screen img {
	max-width: 100%;
	width: 280px;
	height: auto;
	margin: 0 20px 35px;
	max-width: 170px;
	width: auto;
	height: auto;
}
body.home #welcome-screen .btn {
	border-radius: 10px;
	background-image: -moz-linear-gradient( 90deg, #f59245 0%, #f9ba79 100%);
	background-image: -webkit-linear-gradient( 90deg, #f59245 0%, #f9ba79 100%);
	background-image: -ms-linear-gradient( 90deg, #f59245 0%, #f9ba79 100%);
	box-shadow: 0px 5px 10px 0px rgba(255, 178, 104, 0.5),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35);
	position: relative;
	width: 260px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: none;
	color:#4c3118;
	font-size: 13px;
	text-transform: uppercase;
}
body.home #welcome-screen .btn:hover {
	opacity: .7;
}
#balet .title,
#hangout .title,
#karaoke .title,
#welcome-screen .title {
	font-size: 55px;
	color: rgb(255, 255, 255);
	line-height: 1.3;
	padding: 35px 0 40px;
	font-weight: 300;
	letter-spacing: 3px;
	position: relative;
	text-align: center;
	margin-bottom: 90px;
	text-transform: uppercase;
}
#welcome-screen .title {margin-bottom: 60px;}
body.home #welcome-screen .btn {margin-bottom: 60px;}
#balet .title:before,
#karaoke .title:before,
#hangout .title:before,
#welcome-screen .title:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	width: 100px;
	height: 2px;
	background: #f0b67f;
}
#balet .title:after,
#karaoke .title:after,
#hangout .title:after,
#welcome-screen .title:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	width: 100px;
	height: 2px;
	background: #f0b67f;
}
#karaoke .title span,
#hangout .title span,
#welcome-screen .title span {
	font-weight: 300;
	display: block;
}
.title span.bold-title {
	font-weight: 700!important;
}
#services-slider .wrapper {
	padding-top: 80px;
}
#services-slider h1.entry-title {
	padding: 0;
	margin-bottom: 55px;
}
#services-slider h1.entry-title:after,
#services-slider h1.entry-title:before {
	display: none;
}
body.page-id-193 .services ul.slick-slider,
#services-slider ul.slick-slider {
	list-style: none;
	margin: 0;
	position: relative;
	padding: 0;
}
body.page-id-193 .services ul li {max-width: 100%; width: auto;}
body.page-id-193 .services ul.slick-slider .slick-list li,
#services-slider ul.slick-slider .slick-list li {
	width: 380px;
	margin-right: 30px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	color:#f0b67f;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 200;
}
body.page-id-193 .services ul.slick-slider .slick-list li {font-size: 18px;}
body.page-id-193 .services ul.slick-slider .slick-list li .ico,
#services-slider ul li .ico {
	height: 100px;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}
body.page-id-193 .services *,
#slider *,
#services-slider * {outline: none !important;}
#services-slider {min-height: 470px; padding-bottom: 70px;}
body.page-id-193 .services ul li img,
#services-slider ul li img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
body.page-id-193 .services ul.slick-dots,
#services-slider ul.slick-dots {
	list-style: none;
	margin: 60px 0 0 0;
	padding: 0;
	position: relative;
	width: 100%;
	text-align: center;
}
#slider ul.slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 10px;
	bottom: 30px;
	width: calc(100% - 10px);
	text-align: left;
}
#slider ul.slick-dots li,
body.page-id-193 .services ul.slick-dots li,
#services-slider ul.slick-dots li {
	display: inline-block;
	vertical-align: top;
	width: 14px;
	height: 14px;
	margin: 0 4px;
}
body.page-id-193 .services ul.slick-dots li button,
#slider ul.slick-dots li button,
#services-slider ul.slick-dots li button {
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	position: relative;
	border-radius: 50%;
	border: 1px solid #f0b67f;
	background: transparent;
	cursor: pointer;
	outline: none;
	transition: 300ms all linear;
}
body.page-id-193 .services ul.slick-dots li button:hover,
body.page-id-193 .services ul.slick-dots li.slick-active button,
#slider ul.slick-dots li button:hover,
#slider ul.slick-dots li.slick-active button,
#services-slider ul.slick-dots li button:hover,
#services-slider ul.slick-dots li.slick-active button {
	background: #f0b67f;
}

#slider ul .slick-list li {
	position: relative;

}
#slider .wrapper {
	padding: 0;
	max-width: 1920px;
}
#slider ul .slick-list li .img {
	width: 100%;
	height: 800px;
	background-size: cover;
	display: block;
	position: relative;
	background-position: center;
}
#slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#slider .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	width: 62px;
	height: 41px;
	background-image: url(images/arrows.png);
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -9999px;
	box-shadow: none;
	border: none;
	cursor: pointer;
	z-index: 5;
	transition: 300ms all linear;
}
#slider .slick-arrow:hover {opacity: .7;}
#slider .slick-arrow.slick-prev {
	background-position: 0 0;
	left: 30px;
}
#slider .slick-arrow.slick-next {
	background-position: 0 bottom;
	right: 30px;
}
#slider .btn {
	position: absolute;
	right: 10px;
	bottom: 40px;
	text-align: center;
	text-decoration: none;
	border-width: 2px;
	border-color: rgb(240, 182, 127);
	border-style: solid;
	border-radius: 10px;
	width: 180px;
	height: 40px;
	line-height: 36px;
	color:#f0b67f;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
a.btn {
	text-align: center;
	text-decoration: none;
	border-width: 2px;
	border-color: rgb(240, 182, 127);
	border-style: solid;
	border-radius: 10px;
	width: 180px;
	height: 40px;
	line-height: 36px;
	color:#f0b67f;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
}
a.btn:hover,
#slider .btn:hover {
	background: rgb(240, 182, 127);
	color: #000;
}
.clear {
	position: relative;
	width: 100%;
	height: 0;
	clear: both;
}
#about-us {
	position: relative;
	width: 100%;
	float: left;
}
#about-us .wrapper {
	padding: 0;
	max-width: 1920px;
	text-align: center;
}
#about-us .left {
	position: relative;
	float: left;
	width: 50%;
	height: 670px;
	background: url(images/our_b.jpg) left center no-repeat;
	background-size: cover;
	padding: 175px 0 0 0;
}
#about-us .left .info {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 400px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 35px 10px 40px;
}
#about-us .left .info .title {
	color:#fff;
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 35px;
	padding-bottom: 24px;
	line-height: 1.3;
	font-weight: 200;
	letter-spacing: 1px;
	position: relative;
}
#about-us .left .info .title:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 60px;
	height: 2px;
	background: #f0b67f;
}
#about-us .left .info .title span {font-weight: bold;}
#page-spa .row .inline.info p,
#about-us .row .inline.info p,
#about-us .left .info p {
	font-size: 15px;
	color: rgb(255, 255, 255);
	line-height: 1.6;
	font-weight: 200;
	margin-bottom: 30px;
}
#page-spa .row .inline.info p,
#about-us .row .inline.info p {
	color:#070707;
	margin-bottom: 40px;
}
#about-us .row .inline.info p {margin-bottom: 30px;}
#about-us .row .inline.info .btn {margin: 0 5px 10px;}
#page-spa .wrapper {
	padding: 0;
	max-width: 1920px;
}
#about-us .right {
	position: relative;
	float: left;
	width: 50%;
	height: 670px;
}
#page-spa .row,
#about-us .row {
	position: relative;
	width: 100%;
	float: left;
}
#page-spa .row:nth-child(2n) .inline.photo,
#about-us .row:nth-child(2n) .inline.photo {float: right;}
#page-spa .row .inline,
#about-us .row .inline {
	width: 50%;
	position: relative;
	float: left;
	height: calc(670px / 2);
	background-size: cover;
	background-color: #fff;
	background-position: center;
}
#page-spa .row .inline.photo,
#about-us .row .inline.photo {
	background-size: cover;
	background-color: #fff;
	background-position: center;
}
#page-spa .row .inline.info,
#about-us .row .inline.info {
	padding: 55px 10px 0 10px;
	text-align: center;
}
#page-spa .row .inline.info .name,
#about-us .row .inline.info .name {
	color:#070707;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 35px;
	padding-bottom: 18px;
	line-height: 1.3;
	font-weight: 200;
	position: relative;
}
#page-spa .row .inline.info .name:after,
#about-us .row .inline.info .name:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 60px;
	height: 2px;
	background: #f0b67f;
}
#page-spa .row .inline.info .name span,
#about-us .row .inline.info .name span {font-weight: 600;}
#page-spa .row .block {
	position: relative;
	float: left;
	width: 50%;
}
#hangout {
	padding-top: 255px;
	min-height: 900px;
	background: url(images/bg2.jpg) center no-repeat;
	overflow: hidden;
	text-align: center;
}
#hangout p {
	color:#f6f6f6;
	font-weight: 200;
	font-size: 24px;
	line-height: 1.3;
}
#hangout a:not(.btn) {
	display: block;
	margin-top: 15px;
	color: #f6f6f6;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
}
#hangout a.btn {width: 240px;}
#resto-spa {float: left;}
#resto-spa .info {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	max-width: 400px;
	width: 100%;
	height: 220px;
	text-align: center;
	padding: 35px 10px 0;
}
#resto-spa .info .name {
	color:#ffffff;
	font-size: 36px;
	font-weight: 200;
	position: relative;
	padding-bottom: 27px;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 35px;
}
#resto-spa .info .name span {font-weight: 600;}
#resto-spa .info .name:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 60px;
	height: 2px;
	background: #f0b67f;
}
#resto-spa .wrapper {
	max-width: 1920px;
	padding: 0;
}
#resto-spa .left {
	position: relative;
	width: 50%;
	float: left;
	height: 670px;
	background: url(images/resto.jpg) center no-repeat;
	background-size: cover;
}
#resto-spa .right {
	position: relative;
	width: 50%;
	float: left;
	height: 670px;
	background: url(images/spa.jpg) center no-repeat;
	background-size: cover;
}
#karaoke {
	min-height: 900px;
	background: url(images/bg3.jpg) center no-repeat;
	padding-top: 285px;
	text-align: center;
}
#open {
	min-height: 900px;
	padding-top: 65px;
	background: url(images/bg4.jpg) center no-repeat;
}
#open .title {
	font-weight: 200;
	padding-bottom: 30px;
	font-size: 24px;
	color: rgb(246, 246, 246);
	line-height: 1.5;
	text-align: center;
	position: relative;
	max-width: 1110px;
	margin: 0 auto 33px;
	display: block;
}
#open .title:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 60px;
	height: 2px;
	background: #f0b67f;
}
#open p {
	color: #f6f6f6;
	font-weight: 200;
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 35px;
}
#open h2 {
	font-size: 20px;
	color: rgb(240, 182, 127);
	font-weight: bold;
	line-height: 1.8;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#open .wrapper {
	padding: 0 80px;
}
#open .left {
	position: relative;
	width: 49.2%;
	float: left;
}
#open .right {
	float: right;
	position: relative;
	width: 49.2%
}
#open ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#open ul li {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
#open ul li .ico,
#open ul li .name {
	display: inline-block;
	vertical-align: middle;
}
#open ul li .ico img {
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 30px;
}
#open ul li .ico {
	width: 38px;
	text-align: center;
	margin-right: 13px;
}
#open ul li .name p {
	margin-bottom: 0;
	color:#f0b67f;
	font-weight: bold;
	line-height: 1.4;
	font-size: 15px;
}
#open ul li .name {
	width: calc(100% - 55px);
	color:#f0b67f;
	font-weight: bold;
	font-size: 15px;
}
#open .desc:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: 60px;
	height: 2px;
	background: #f0b67f;
}
#open .desc {
	position: relative;
	font-size: 24px;
	font-weight: 200;
	color:#f6f6f6;
	margin-top: 60px;
	padding-top: 40px;
	line-height: 1.3;
	text-align: center;
}
#open .desc span {
	color:#f0b67f;
}
#schema {
	min-height: 900px;
	background: url(images/bg5.jpg) center no-repeat;
	position: relative;
	z-index: 12;
}
#schema .info {
	width: 20.3%;
	position: relative;
	float: left;
	margin-left: 70px;
	padding-top: 145px;
}
#schema .info .d3 {
	display: inline-block;
	padding-left: 90px;
	background: url(images/3d.png) 0 0 no-repeat;
	line-height: 48px;
	height: 48px;
	margin-bottom: 40px;
	vertical-align: top;
	text-decoration: none;
}
#schema .info .d3 span {
	color:#f6f6f6;
	font-size: 24px;
	border-bottom: 1px dashed #f6f6f6;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 200;
	transition: 300ms all linear;
}
#schema .info .d3:hover > span {border-color: transparent;}
#schema .info p {
	font-size: 24px;
	color: rgb(246, 246, 246);
	line-height: 1.5;
	font-weight: 200;
}
#schema .info a.phone {
	color:#f6f6f6;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
	display: block;
	margin-bottom: 30px;
	line-height: 1.2;
}

a.phone {
	color:#f6f6f6;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
	display: block;
	margin-bottom: 30px;
	line-height: 1.2;
}

#schema .info a.book {
	background: #f0b67f;
	color:#000;
	font-size: 13px;
	letter-spacing: normal;
}
#dots-menu {
	position: fixed;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 30px;
	height: 430px;
	z-index: 10;
	vertical-align: middle;
}
#dots-menu div {
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/dots.png) 0 bottom no-repeat;
	margin-bottom: 20px;
}
#dots-menu a {
	position: relative;
	display: block;
	width: 30px;
	vertical-align: middle;
	display: inline-block;
	height: 30px;

	background: url(images/dots.png) 0 20px no-repeat;
	opacity: 0;
}
#dots-menu a:last-child {margin-bottom: 0;}
#dots-menu a.active,
#dots-menu a:hover {background-position: 0 20px; opacity: 1;}
#schema .wrapper {
	padding-top: 85px;
}
#schema .title {
	color:#ffffff;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1;
	position: relative;
	text-align: center;
	padding-bottom: 35px;
	margin-bottom: 55px;
}
#schema .title:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 60px;
	height: 2px;
	background: #f0b67f;
}
#schema .title span {font-weight: 700;}
.scheme {
    width: 858px;
    height: 572px;
    position: relative;
    display: block;
    float: left;
    background: url("images/scheme.png") no-repeat 0 0;
}
.scheme .place {
    width: 27px;
    height: 27px;
    background: #f0b67f url("images/place_icon.png") no-repeat center center;
    position: absolute;
    cursor: pointer;
  	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    transition: background-color 0.5s ease;
    overflow: hidden;
}
.scheme .place .info-text {
	padding: 15px 15px 25px;
	background: #fff;
	color:#000;
	text-align: center;
}
.scheme .place .info-text p {
	font-size: 21px;
    color:#000;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 200;
}
.scheme .place .info-text a.phone {
    color:#000;
    font-weight: bold;
    font-size: 30px;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    line-height: 1.2;
}
.scheme .place:hover {background-color: #fff;}
.scheme .place1 {
    top: 199px;
    left: 39px;
}
.scheme .place2 {
    top: 295px;
    left: 39px;
}
.scheme .place3 {
    top: 32px;
    left: 168px;
}
.scheme .place4 {
    top: 245px;
    left: 156px;
}
.scheme .place5 {
    top: 32px;
    left: 317px;
}
.scheme .place6 {
    top: 129px;
    left: 285px;
}
.scheme .place7 {
    top: 355px;
    left: 245px;
}
.scheme .place8 {
    top: 515px;
    left: 320px;
}
.scheme .place9 {
    top: 145px;
    left: 403px;
}
.scheme .place10 {
    top: 340px;
    left: 403px;
}
.scheme .place11 {
    top: 142px;
    left: 494px;
}
.scheme .place12 {
    top: 340px;
    left: 494px;
}
.scheme .place13 {
    top: 68px;
    left: 506px;
}
.scheme .place14 {
    top: 32px;
    left: 597px;
}
.scheme .place15 {
    top: 333px;
    left: 627px;
}
.scheme .place16 {
    top: 174px;
    left: 800px;
}
.scheme .place17 {
    top: 270px;
    left: 800px;
}
.scheme .place18 {
    top: 455px;
    left: 795px;
}
.scheme .place .hover-block {
    width: 495px;
    height: 200px;
    position: absolute;
    background: #ffffff;
    top: 19px;
    left: 19px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s ease, opacity 0.5s ease;
}
.scheme .place .hover-block .image {
    float: right;
    width: 270px;
    height: 100%;
}
.scheme .place .hover-block .image img {
    width: 100%;
}
.scheme .place .hover-block .description {
    width: 225px;
    padding: 0 20px;
    height: 100%;
    float: left;
}
.scheme .place .hover-block .description .description-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.scheme .place .hover-block .description .description-wrapper .text {
    display: table-cell;
    vertical-align: middle;
    color: #1f2229;
}
.scheme .place .hover-block .description .description-wrapper .text h3 {
    font-size: 2.4rem;
    line-height: 1;
}
div.wpcf7-mail-sent-ok {
	padding: 10px;
	text-align: center;
	font-size: 16px;
	background: #398f14;
	color:#fff;
	line-height: 1.4;
}
.scheme .place .hover-block .description .description-wrapper .text p {
    font-size: 17px;
    line-height: 1.4;
    margin-top: 25px;
}
.scheme .place:hover {
    background-color: #ffffff;
    transition: background-color 0.5s ease;
    overflow: visible;
    z-index: 10;
}
.scheme .place:hover .hover-block {
    width: 495px;
    height: 200px;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.5s ease, opacity 0.5s ease;
}
#footer .info {
	max-width: 420px;
	width: 100%;
	height: 830px;
	background: #030303;
	position: relative;
	float: left;
	text-align: center;
}
#footer .info .title {
	color:#ffffff;
	font-size: 36px;
	font-weight: 200;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 25px;
	line-height: 1;
	margin-bottom: 25px;
}
#footer .info .title span {font-weight: 600;}
#footer .info .title:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 60px;
	height: 2px;
	background: #f0b67f;
}
#footer {float: left;}
#footer .info .img {
	width: 100%;
	position: relative;
	height: 330px;
	background: url(images/address.jpg) center no-repeat;
	background-size: cover;
	margin-bottom: 35px;
}
#footer .info .phone {
	color:#fff;
	font-weight: 200;
	display: block;
	line-height: 1;
	font-size: 30px;
	text-decoration: none;
	position: relative;
	margin-bottom: 10px;
}
#footer .info .phone span {font-weight: 600;}
#footer .info address {
	font-style: normal;
	font-size: 15px;
	color: #fff;
	margin-bottom: 20px;
}
#footer .map {
	float: right;
	width: calc(100% - 420px);
	position: relative;
	height: 830px;
	background: url(images/map.jpg) center no-repeat;
	background-size: cover;
}
#footer .social {
	color:#f0b67f;
	font-size: 13px;
	margin-bottom: 15px;
	font-weight: 200;
}
#footer .btn {margin-bottom: 15px;}
#footer .create a {
	font-weight: 300;
	color: #7c5f43; display: inline-block; text-align: right; padding-right: 120px; padding-top: 10px; padding-bottom: 1px; background: url(images/creator.png) right center no-repeat;}
#footer .create {margin-bottom: 20px; color: #7c5f43; font-size: 14px;}
#footer .create a:hover {text-decoration: none;}
#footer .social .links {
	margin-top: 14px;
}
#footer .social a {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 30px;
	margin: 0 10px;
	background-image: url(images/social.png);
	background-repeat: no-repeat;
}
#footer .to-top {
	position: relative;
	display: block;
	width: 50px;
	height: 55px;
	margin: 0 auto 15px;
	background: url(images/to_top.png) 0 bottom no-repeat;

}
#footer .to-top:hover {
	background-position: 0 0;
}
#footer .social a:hover {opacity: .7;}
#footer .social a.vk {
	background-position: 0 0;
}
#footer .social a.fb {
	background-position: -62px 0px;
}
#footer .social a.inst {
	background-position: -122px 0px;
}
#footer .social a.yt {
	background-position: 0 0px;
}
#footer .social a.ok {
	background-position: -192px 0px;
}
#footer .wrapper {
	max-width: 1920px;
	padding: 0;
}
#footer .map .nav {
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 10;
}
#footer .map .nav .nav-tab.route {
	margin-right: 4px;
}
#footer .map .nav .nav-tab {
	width: 180px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color:#ffffff;
	cursor: pointer;
	transition: 300ms all linear;
	background: #070707;
	text-transform: uppercase;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
}
#footer .map .nav .nav-tab.active,
#footer .map .nav .nav-tab:hover {
	background: #f0b67f;
}
.fake-header {
	position: relative;
	height: 140px;
}
body.page-template-page-balet .fake-header {margin-bottom: 150px;}
body:not(.home) {
	background: #000 url(images/body_bg.jpg) center 0 no-repeat;
}
.entry-title {
	text-align: center;
	font-size: 55px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 300;
	padding: 50px 0;
	margin-bottom: 40px;
	position: relative;
	color: #fff;
}
.entry-title:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: 60px;
	height: 2px;
	background: #f0b67f;
}
.entry-title:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 60px;
	height: 2px;
	background: #f0b67f;
}
#events .wrapper {
	max-width: 1920px;
	text-align: center;
	padding: 0;
}
#events .text-default {padding: 100px 10px 50px;}
#events ul {
	list-style: none;
	margin: 0;
	text-align: center;
	padding: 0;
}
#events .show-block.active {display: block;}
#events .show-block {display: none;}
#events ul li {
	float: left;
	width: 25%;
	height: 670px;
	outline: 1px solid #000;
}
#events ul li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
#events .btn {margin-top: 20px;}
#gallery-page ul li a .text,
#menu-page ul li a .text,
#events ul li a .text {
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0, .80);
	text-align: center;
	min-height: 70px;
	max-width: 275px;
	width: 100%;
	padding: 14px 10px 5px;
}
#events ul li a .text .name {
	color:#fff;
	font-size: 18px;
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#events ul li a .text .date {
	text-transform: uppercase;
	font-weight: 200;
	color:#f0b67f;
	font-size: 18px;
}
#events ul li a:hover {opacity: .7;}
#menu-page ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
#menu-page {
	padding-bottom: 60px;
}
#menu-page ul li {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 20px);
	max-width: 380px;
	height: 545px;
	margin-bottom: 20px;
}
#menu-page ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	color:#ffffff;
	font-size: 18px;
}
#gallery-page ul li a:hover .text,
#menu-page ul li a:hover .text {
	background-color: rgba(240,182,127,.8);
	color:#000;
}
#gallery-page ul li a .text,
#menu-page ul li a .text {
	min-height: 70px;
	padding-top: 25px;
	color:#ffffff;
	font-size: 18px;
	font-weight: 200;
	transition: 300ms all linear;
	text-transform: uppercase;
	line-height: 1.4;
	text-transform: uppercase;
}
#gallery-page ul li .hidden,
#menu-page ul li .hidden {display: none;}
.text-default:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 57px;
	margin: 0 auto;
	width: 60px;
	height: 2px;
	background: #f0b67f;
}
.text-default {
	position: relative;
	padding-top: 100px;
	padding-bottom: 50px;
}
.text-default h2 {
	text-align: center;
	color:#f0b67f;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 30px;
}
.text-default p {
	color:#f6f6f6;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 200;
	margin-bottom: 22px;
}
.text-default h3 {
	font-size: 24px;
	color: #f6f6f6;
	font-weight: 200;
	line-height: 1.3;
	margin-bottom: 20px;
}
.qtranxs-available-languages-message {display: none !important;}
#videos ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#videos ul li {
	width: calc(100% / 3 - 20px);
	min-height: 260px;
	margin: 0 20px 20px 0;
	margin-left: -.36em;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#videos ul li iframe {
	width: 100% !important;
	min-height: 260px !important;
	height: 100% !important;
}
#videos ul li .name {
	text-align: center;
	font-size: 18px;
	font-weight: 200;
	margin-bottom: 15px;
	color: #fff;
	margin-top: 10px;
}
#videos ul li:nth-child(3n) {margin-right: 0;}
#videos ul li:first-child,
#videos ul li:nth-child(3n + 1) {margin-left: 0;}
body.page-template-page-corporat {
	background: #000 url(images/corp_bg.jpg) center 0 no-repeat;
}
body.page .text-default iframe {
	max-width: 100% !important;
}
body.page .text-default:before,
body.page-template-page-corporat .text-default:before {
	display: none;
}
body.page .text-default,
body.page-template-page-corporat .text-default {
	padding-top: 0;
	font-size: 24px;
}
body.page-template-page-corporat .text-default p {
	font-size: 24px;
}
body.page .text-default,
body.page .text-default p {
	font-size: 18px;
}
#corporates .services {
	padding-top: 60px;
}
body.page-id-193 {
	background: #030303 url(images/policy_bg.jpg) center 0 no-repeat;
}
body.page-id-193 .text-default p,
body.page-id-193 .text-default {
	font-size: 24px;
	font-weight: 200;
	color:#f6f6f6;
}
body.page-id-193 .text-default p strong,
body.page-id-193 .text-default strong {
	color:#f0b67f;
}
body:not(.page-id-193) #corporates .services ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
body:not(.page-id-193) #corporates .services ul li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 215px;
	color:#f0b67f;
	font-size: 18px;
	font-weight: 200;
	line-height: 1.4;
	margin: 0 8px 20px;
}
body:not(.page-id-193) #corporates .services ul li .ico {
	position: relative;
	width: 100%;
	height: 100px;
	margin-bottom: 30px;
}
body:not(.page-id-193) #corporates .services ul li .ico img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
#corporates .text-last {
	text-align: center;
	color:#f6f6f6;
	font-size: 24px;
	font-weight: 200;
	padding-top: 30px;
	padding-bottom: 80px;
	line-height: 1.4;
}
#corporates .text-last a {
	font-weight: bold;
	color: #f6f6f6;
	text-decoration: none;
}
#corporates .text-last a span {
	color: #f0b67f;
}
#gallery-page .wrapper {
	max-width: 1920px;
	padding: 0;
}
#gallery-page ul {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
#gallery-page ul li {
	position: relative;
	float: left;
	width: calc(100% / 3);
	height: 410px;
}
#gallery-page ul li a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
}
.map-wrap iframe {
	width: 100% !important;
	height: 100% !important;
	position: relative;
}
.map-wrap {
	position: relative;
	display: none;
	height: 830px;
}
#footer .copyright {
	font-size: 13px;
	color:#7c5f43;
}
.popup-form-bg {
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: fixed;
    background: rgba(0, 0, 0, 0.80);
    overflow-y: scroll;
    display: none;
}
.popup-form {
    top: 5vh;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 65px 100px 10px;
    position: relative;
    background: #ffffff;
}
.popup-form .title {
	text-align: center;
	font-size: 36px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 200;
	padding: 0px 0 30px;
	margin-bottom: 40px;
	position: relative;
	color: #070707;
	text-align: left;
}
.popup-form .title span {
	font-weight: bold;
}
.popup-form .title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 2px;
	background: #f0b67f;
}
.popup-form .close:hover {
    animation-name: rotation;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}
.popup-form .close {
    top: 72px;
    right: 40px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    background: url(images/close_popup_icon.png) no-repeat center center;
}
.popup-form input {
	width: 100%;
    color: #777777;
    border: 1px #999999 solid;
    padding: 10px 14px;
    background: #fff;
    box-shadow: none;
    position: relative;
    height: 40px;
    font-size: 16px;
    font-weight: 200;
}
.popup-form textarea {
	width: 100%;
    color: #777777;
    height: 112px;
    border: 1px #999999 solid;
    padding: 10px 14px;
    position: relative;
    font-size: 16px;
    background: #fff;
    box-shadow: none;
    font-weight: 200;
}
.wpcf7-form-control-wrap.your-kolvo select,
.wpcf7-form-control-wrap.your-time select {
	width: 110%;
	border: none;
	outline: none;
	font-size: 16px;
	padding: 10px 14px;
	color:#a5a5a5;
	font-family: 'Ubuntu', sans-serif;
}
.wpcf7-form-control-wrap.your-kolvo,
.wpcf7-form-control-wrap.your-time {
	width: 100%;
    color: #777777;
    border: 1px #999999 solid;
    display: block;
    background: #fff;
    box-shadow: none;
    position: relative;
    height: 40px;
    font-size: 16px;
    font-weight: 200;
    overflow: hidden;
    font-family: 'Ubuntu', sans-serif;
}
.popup-form input.wpcf7-not-valid {
	border-color: red;
}
.popup-form input.wpcf7-not-valid::-webkit-input-placeholder {
   color: red;
}

.popup-form input.wpcf7-not-valid:-moz-placeholder { /* Firefox 18- */
   color: red;
}

.popup-form input.wpcf7-not-valid::-moz-placeholder {  /* Firefox 19+ */
   color: red;
}

.popup-form input.wpcf7-not-valid:-ms-input-placeholder {
   color: red;
}
.popup-form input[type='submit'] {
    width: 100%;
    border: none;
    height: 54px;
    color: #030303;
    cursor: pointer;
    font-size: 18px;
    background: #f0b67f;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 300ms all linear;
    outline: none;
    border-radius: 10px;
}
.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
	display: none !important;
}
.jobs-list {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
}
.jobs-list .job {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	min-height: 70px;
	border: 1px solid #f0b67f;
	padding: 0 80px 0 40px;
	background: rgba(0,0,0,.5);
	transition: 300ms all linear;
}
.jobs-list .job.actie {background: rgba(0,0,0,.5);}
.jobs-list .job .text {
	color:#f6f6f6;
	font-weight: 200;
	font-size: 15px;
	line-height: 1.3;
	padding-bottom: 15px;
}
.jobs-list .job .text ul {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0;
}
.jobs-list .job .text p {margin-bottom: 25px; line-height: 1.5;}
.jobs-list .job .text ul li {
	color:#f0b67f;
	font-weight: bold;
	font-size: 15px;
	position: relative;
	padding-left: 50px;
	margin-bottom: 20px;
}
.jobs-list .job .text ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 30px;
	height: 2px;
	background: #f0b67f;
}
.jobs-list .job:after {
	content: "";
	position: absolute;
	right: 40px;
	top: 27px;
	background: url(images/arr_bot.png) 0 0 no-repeat;
	width: 32px;
	height: 18px;
	transition: 300ms all linear;
}
.jobs-list .job:not(.active):hover:after {
	background: url(images/arr_bot_h.png) 0 0 no-repeat;
}
.jobs-list .job.active:after {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.jobs-list .job .text a {
	color:#f0b67f;
}
.jobs-list .job .name {
	color:#f0b67f;
	font-size: 24px;
	font-weight: 200;
	text-transform: uppercase;
	line-height: 1.3;
	min-height: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: 300ms all linear;
	cursor: pointer;
}
.jobs-list .job .text {
	display: none;
}

.jobs-list .job:not(.active):hover {
	background: #f0b67f;
}
.jobs-list .job:not(.active):hover .name {
	color:#2d3142;
}
body.page-template-page-job .text-default {padding-top: 40px;}
.text-default a {
	color:#f0b67f;
}
body.page-template-page-job {
	background: #030303 url(images/bg_job.jpg) center 0 no-repeat;
}
body.error404 {
	background: #030303;
}
#page-not-found {
	text-align: center;
}
#page-not-found img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
#popUpReview {position:fixed; width:550px; height:550px; left:50%;top:50%;margin-left:-275px;margin-top:-275px; display: none; background:url(images/popup-bg.jpg) repeat-y top center;font-size:14px; color:#FFFFFF; text-align:center;z-index:1000;}
.popup-review {padding:15px 25px; position:relative;}
.popup-review p {margin-top:0;line-height:100%;}
.popup-review .yellow {background:#fff110;color:#9b001e;font-size:11px; padding:10px 20px; text-align:center;}
.popup-review .review-logo a {display:block; width:262px; margin:0 auto; height:40px; background:url(images/review-logo.png) no-repeat top center; margin-bottom:3px;}
.review-logo a.afisha {height:45px; background-position:0px -48px;}
.review-logo a.zoon {height:45px; background-position:0px -209px;}
.review-logo a.spr {height:42px; background-position:0px -164px;}
.review-logo a.komandirovka {height:50px; background-position:0px -104px;}
.review-logo a.mapsYandex {height:45px; background-position:0px -256px;}
.review-logo a.inyourpocket {height:41px; background-position:0px -304px;}
.popup-review .close-r-btn {background:#FFFFFF; color:#000000; position:absolute; top:2px;right:2px; font-size:18px; padding:3px 8px; cursor:pointer;}
.slideshow {
	width: 100%;
	height: 900px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 0;
}
.slideshow ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 900px;
}
.slideshow li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 900px;
	overflow: hidden;
}
.slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 1;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-animation: image 30s linear infinite;
    -ms-animation: image 30s linear infinite;
    -o-animation: image 30s linear infinite;
    -webkit-animation: image 30s linear infinite;
    animation: image 30s linear infinite;
}
.slideshow li:nth-child(2) span {
    -webkit-animation-delay: 6s
}
.slideshow li:nth-child(3) span {
    -webkit-animation-delay: 12s
}
.slideshow li:nth-child(4) span {
    -webkit-animation-delay: 18s
}
.slideshow li:nth-child(5) span {

  -webkit-animation-delay: 24s
}
.slideshow li:nth-child(6) span {
  -webkit-animation-delay: 30s
}
.slideshow li:nth-child(7) span {
  -webkit-animation-delay: 36s
}
.slideshow li:nth-child(8) span {
  -webkit-animation-delay: 42s
}
.slideshow li:nth-child(9) span {
  -webkit-animation-delay: 48s
}
.slideshow li:nth-child(10) span {
  -webkit-animation-delay: 54s
}
@-webkit-keyframes image {
0% {
		opacity: 0;
		-moz-animation-timing-function: ease-in;
		-ms-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		-moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	    -webkit-transform: scale(1.05);
	    -o-transform: scale(1.05);
	    transform: scale(1.05);
		-moz-animation-timing-function: ease-out;
		-ms-animation-timing-function: ease-out;
		-o-animation-timing-function: ease-out;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		-moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	    -o-transform: scale(1.1);
	    transform: scale(1.1);
	}
	25% {
		opacity: 0;
		-moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	    -o-transform: scale(1.1);
	    transform: scale(1.1);
	}
	100% {opacity: 0;}
}
@-moz-keyframes image {
0% {
		opacity: 0;
		-moz-animation-timing-function: ease-in;
		-ms-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		-moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	    -webkit-transform: scale(1.05);
	    -o-transform: scale(1.05);
	    transform: scale(1.05);
		-moz-animation-timing-function: ease-out;
		-ms-animation-timing-function: ease-out;
		-o-animation-timing-function: ease-out;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		-moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	    -o-transform: scale(1.1);
	    transform: scale(1.1);
	}
	25% {
		opacity: 0;
		-moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	    -o-transform: scale(1.1);
	    transform: scale(1.1);
	}
	100% {opacity: 0;}
}
@-o-keyframes image {
0% {
		opacity: 0;
		-moz-animation-timing-function: ease-in;
		-ms-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		-moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	    -webkit-transform: scale(1.05);
	    -o-transform: scale(1.05);
	    transform: scale(1.05);
		-moz-animation-timing-function: ease-out;
		-ms-animation-timing-function: ease-out;
		-o-animation-timing-function: ease-out;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		-moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	    -o-transform: scale(1.1);
	    transform: scale(1.1);
	}
	25% {
		opacity: 0;
		-moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	    -o-transform: scale(1.1);
	    transform: scale(1.1);
	}
	100% {opacity: 0;}
}
@keyframes image {
	0% {
		opacity: 0;
		-moz-animation-timing-function: ease-in;
		-ms-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		-moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	    -webkit-transform: scale(1.05);
	    -o-transform: scale(1.05);
	    transform: scale(1.05);
		-moz-animation-timing-function: ease-out;
		-ms-animation-timing-function: ease-out;
		-o-animation-timing-function: ease-out;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		-moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	    -o-transform: scale(1.1);
	    transform: scale(1.1);
	}
	25% {
		opacity: 0;
		-moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	    -o-transform: scale(1.1);
	    transform: scale(1.1);
	}
	100% {opacity: 0;}
}
#balet {
	min-height: 900px;
	background: url('images/bg_balet.jpg') center 0 no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 250px;
	padding-bottom: 50px;
}
#balet .text {
	max-width: 940px;
	margin: 0 auto;
	font-size: 24px;
	color: rgb(246, 246, 246);
	line-height: 1.5;
	text-align: center;
	font-weight: 300;
	margin-bottom: 55px;
}
#balet .rd {
	border-radius: 10px;
	background-color: rgb(240, 182, 127);
	max-width: 220px;
	width: 100%;
	text-align: center;
	border: 2px solid rgb(240, 182, 127);
	height: 50px;
	line-height: 46px;
	text-decoration: none;
	color: #070707;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
}
#balet .rd:hover {
	background: transparent;
	color: #f0b67f;
}
#page-balet .welcome {
	min-height: 650px;
}
#page-balet .welcome .callback {
	border-radius: 10px;
	background-color: rgb(240, 182, 127);
	position: relative;
	display: block;
	margin: 0 auto;
	border: 2px solid rgb(240, 182, 127);
	max-width: 190px;
	width: 100%;
	height: 50px;
	line-height: 46px;
	text-align: center;
	text-decoration: none;
	color: #070707;
	font-size: 13px;
	text-transform: uppercase;
}
#page-balet .welcome .callback:hover {
	background: transparent;
	color: rgb(240, 182, 127);
}
#page-balet .video-slider,
#page-balet .slider {position: relative;}
#page-balet .video-slider ul,
#page-balet .slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#page-balet .video-slider {
	background: url(images/video_bg.jpg) center 0 no-repeat;
	background-size: cover;
	padding: 110px 0;
}
#page-balet .video-slider ul li {
	width: 460px;
	height: 260px;
	margin: 0 10px;
}
#page-balet .video-slider ul li iframe {
	width: 100% !important;
	height: 100% !important;
}
#page-balet .slider ul li {margin:0 7px;}
#page-balet .slider ul li a {
	display: block;
	width: 345px;
	height: 280px;
	background-size: cover;
	background-position: center;
}
#page-balet .slider * {outline: none !important;}
#page-balet .slider ul li a:hover {opacity: .7;}
#page-balet .video-slider .title,
#page-balet .slider .title {
	text-align: center;
	font-size: 48px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	margin-bottom: 45px;
	font-weight: 300;
	letter-spacing: 0.05em;
}
#page-balet .video-slider .slick-arrow,
#page-balet .slider .slick-arrow {
	position: absolute;
	top: 135px;
	width: 65px;
	height: 44px;
	text-indent: -9999px;
	box-shadow: none;
	border: none;
	cursor: pointer;
	z-index: 10;
}
#page-balet .video-slider .slick-arrow {top: 110px;}
#page-balet .slider {margin-bottom: 60px;}
#page-balet .video-slider .slick-prev,
#page-balet .slider .slick-prev {
	left: 20px;
	background: url('images/prev_b.png') 0 0 no-repeat;
}
#page-balet .video-slider .slick-next,
#page-balet .slider .slick-next {
	right: 20px;
	background: url('images/next_b.png') 0 0 no-repeat;
}
#page-balet .text-default {
	padding: 80px 0;
	background: url(images/balet_bg.jpg) center 0 no-repeat;
	background-size: cover;
}
#page-balet .text-default .center-t {
	text-align: center;
	max-width: 1140px;
	margin:0 auto 55px;
	position: relative;
	padding-bottom: 25px;
	display: block;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.5;
}
#page-balet .text-default .center-t p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.5;
}
#page-balet .text-default .justify-t {
	text-align: justify;
}
#page-balet .text-default .justify-t:after {
	content:"";
	width: 100%;
	display: inline-block;
}
#page-balet .text-default .right-t,
#page-balet .text-default .left-t {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 540px;
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}
#page-balet .text-default .center-t strong {
	color:#f0b67f;
}
#page-balet .text-default .last-t {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
	position: relative;
}
#page-balet .text-default .last-t p:last-child {margin-bottom: 0;}
#page-balet .text-default .last-t p {
	font-size: 24px;
	color:#f6f6f6;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 40px;
}
#page-balet .text-default .last-t p.strong {
	color:#f0b67f;
}
#page-balet .text-default .last-t p.strong a {
	text-decoration: none;
	color:#f0b67f;
	font-weight: bold;
}
#page-balet .text-default .last-t:after,
#page-balet .text-default .center-t:after {
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin:0 auto;
	width: 60px;
	height: 2px;
	background: #f0b67f;
}
#page-balet .text-default .last-t:after {
	bottom: auto;
	top: 0;
}
#page-balet .text-default .center-t p:last-child {margin-bottom: 0;}
@media(max-width: 1370px) {
	body.home {background-size: contain;}
	#events ul li {height: 500px;}
	#fixed-menu .scheme {
		width: 320px;
		height: 482px;
		background: url(images/scheme_m.png) 0 0 no-repeat;
	}
	#fixed-menu .scheme .place {
		width: 20px;
		height: 20px;
	}
	#fixed-menu .scheme .place1 {
	    top: 20px;
	    left: 191px;
	}
	#fixed-menu .scheme .place2 {
	    top: 20px;
	    left: 137px;
	}
	#fixed-menu .scheme .place3 {
	    top: 92px;
	    left: 287px;
	}
	#fixed-menu .scheme .place4 {
	    top: 86px;
	    left: 165px;
	}
	#fixed-menu .scheme .place5 {
	    top: 169px;
	    left: 287px;
	}
	#fixed-menu .scheme .place6 {
	    top: 140px;
	    left: 225px;
	}
	#fixed-menu .scheme .place7 {
	    top: 148px;
	    left: 100px;
	}
	#fixed-menu .scheme .place8 {
	    top: 150px;
	    left: 11px;
	}
	#fixed-menu .scheme .place9 {
	    top: 223px;
	    left: 217px;
	}
	#fixed-menu .scheme .place10 {
	    top: 223px;
	    left: 114px;
	}
	#fixed-menu .scheme .place11 {
	    top: 275px;
	    left: 217px;
	}
	#fixed-menu .scheme .place12 {
	    top: 274px;
	    left: 114px;
	}
	#fixed-menu .scheme .place13 {
	    top: 270px;
	    left: 264px;
	}
	#fixed-menu .scheme .place14 {
	    top: 333px;
	    left: 286px;
	}
	#fixed-menu .scheme .place15 {
	    top: 347px;
	    left: 103px;
	}
	#fixed-menu .scheme .place16 {
	    top: 445px;
	    left: 205px;
	}
	#fixed-menu .scheme .place17 {
	    top: 445px;
	    left: 152px;
	}
	#fixed-menu .scheme .place18 {
	    top: 443px;
	    left: 47px;
	}
	#fixed-menu .scheme .place:hover .hover-block {width: 250px;}
	#fixed-menu .scheme .place .hover-block .image,
	#fixed-menu .scheme .place .hover-block .description {width: 250px; float: none; display: block; height: auto;}
	#fixed-menu .scheme .place .hover-block .description {padding-top: 30px;}
	#fixed-menu .scheme .place .info-text a.phone {font-size: 21px;}
	#fixed-menu .scheme .place.place1 .hover-block, #fixed-menu .scheme .place.place2 .hover-block,
	#fixed-menu .scheme .place.place16 .hover-block, #fixed-menu .scheme .place.place18 .hover-block, #fixed-menu .scheme .place.place17 .hover-block {left: -220px;}
	#fixed-menu #schema .info {display: none;}
}
@media(max-width: 1170px) {
	.scheme {float: none; margin: 0 auto;}
	#schema .info {
		display: block;
		text-align: center;
		width: 100%;
		padding-top: 30px;
		padding-bottom: 40px;
		margin: 0;
	}
}
@media(max-width: 1100px) {
	#events ul li {width: calc(100% / 3);}
	.scheme .place.place1 .hover-block,
	.scheme .place.place2 .hover-block {left: 19px;}
	.scheme .place.place16 .hover-block,
	.scheme .place.place18 .hover-block,
	.scheme .place.place17 .hover-block {left: -475px;}
	.scheme .place .hover-block {left: -212px;}
	#videos ul li {
		width: calc(100% / 2 - 20px);
	}
	#videos ul li:nth-child(2n) {margin-right: 0;}
	#videos ul li:nth-child(2n + 1) {margin-right: 20px; margin-left: 0;}
	#videos ul li:nth-child(4n) {margin-left: -.36em;}
}
@media(max-width: 960px) {
	#header div.phone {font-size: 23px; margin-top: 35px; background-position: 0 6px;}
	#header .uptime {display: none;}
	#about-us .right,
	#about-us .left {
		width: 100%;
		float: none;
	}
}
@media(max-width: 880px) {
	#page-spa .row .block {width: 100%; float: none;}
	#page-spa .row .block:nth-child(3n) .inline.photo {float: left;}
	#page-spa .row .block:nth-child(2n) .inline.photo {float: right;}

	.scheme {
		width: 320px;
		height: 482px;
		background: url(images/scheme_m.png) 0 0 no-repeat;
	}
	.scheme .place {
		width: 20px;
		height: 20px;
	}
	.scheme .place1 {
	    top: 20px;
	    left: 191px;
	}
	.scheme .place2 {
	    top: 20px;
	    left: 137px;
	}
	.scheme .place3 {
	    top: 92px;
	    left: 287px;
	}
	.scheme .place4 {
	    top: 86px;
	    left: 165px;
	}
	.scheme .place5 {
	    top: 169px;
	    left: 287px;
	}
	.scheme .place6 {
	    top: 140px;
	    left: 225px;
	}
	.scheme .place7 {
	    top: 148px;
	    left: 100px;
	}
	.scheme .place8 {
	    top: 150px;
	    left: 11px;
	}
	.scheme .place9 {
	    top: 223px;
	    left: 217px;
	}
	.scheme .place10 {
	    top: 223px;
	    left: 114px;
	}
	.scheme .place11 {
	    top: 275px;
	    left: 217px;
	}
	.scheme .place12 {
	    top: 274px;
	    left: 114px;
	}
	.scheme .place13 {
	    top: 270px;
	    left: 264px;
	}
	.scheme .place14 {
	    top: 333px;
	    left: 286px;
	}
	.scheme .place15 {
	    top: 347px;
	    left: 103px;
	}
	.scheme .place16 {
	    top: 445px;
	    left: 205px;
	}
	.scheme .place17 {
	    top: 445px;
	    left: 152px;
	}
	.scheme .place18 {
	    top: 443px;
	    left: 47px;
	}
	.scheme .place:hover .hover-block {width: 250px;}
	.scheme .place .hover-block .image,
	.scheme .place .hover-block .description {width: 250px; float: none; display: block; height: auto;}
	.scheme .place .hover-block .description {padding-top: 30px;}
	.scheme .place .info-text a.phone {font-size: 21px;}
	.scheme .place.place1 .hover-block, .scheme .place.place2 .hover-block,
	.scheme .place.place16 .hover-block, .scheme .place.place18 .hover-block, .scheme .place.place17 .hover-block {left: -220px;}
	#menu-page ul li {
		width: calc(100% / 2 - 20px);
		height: 450px;
	}
}
@media(max-width: 770px) {
	#fixed-menu .left {display: none;}
	#fixed-menu .right {width: 100%;}
	#fixed-menu {background: #030303; padding: 40px 10px 0;}
}
@media(max-width: 750px) {
	#videos ul li {
		width: 100% !important;
		margin: 0 auto 20px !important;
	}
	#gallery-page ul li {
		width: 50%;
		height: 350px;
	}
	#header address {display: none;}
	#footer .info,
	#footer .map {
		float: none;
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	#footer .info {height: auto; padding-bottom: 15px;}
	#footer .map {height: 450px;}
	#open .left,
	#open .right {
		width: 100%;
		float: none;
	}
	#resto-spa .left,
	#resto-spa .right {
		width: 100%;
		float: none;
		display: block;
		height: 450px;
	}
	#about-us .left {
		height: 600px;
		padding-top: 250px;
	}
	#events ul li {width: 50%;}
	.scheme .place8.place .hover-block,
	.scheme .place18.place .hover-block {
		left: 19px;
	}
	.scheme .place4.place .hover-block,
	.scheme .place2.place .hover-block,
	.scheme .place12.place .hover-block,
	.scheme .place10.place .hover-block,
	.scheme .place7.place .hover-block,
	.scheme .place15.place .hover-block,
	.scheme .place1.place .hover-block,
	.scheme .place17.place .hover-block {
		left: -125px;
	}
}
@media(max-width: 650px) {
	#karaoke .title {
		font-size: 36px;
	}
	#menu-page ul li {
		width: 100%;
		height: 450px;
		margin: 0 auto 20px;
	}
	#footer .btn {display: none;}
}
@media(max-width: 610px) {
	#header div.phone a {
		width: 30px;
		background: url(images/call_m.png) center no-repeat;
		height: 30px;
		text-indent: -9999px;
		padding: 0;
		background-position: center;
	}
}
@media(max-width: 520px) {
	#page-balet .video-slider .title, #page-balet .slider .title {font-size: 37px;}
	#gallery-page ul li {width: 100%;}
	#services-slider .wrapper {padding-top: 0px;}
	#header a.logo {margin-left: -40px;}
	#schema .wrapper {padding: 20px 0 0 0;}
	#open .wrapper {padding: 0 10px;}
	#karaoke,
	#hangout {padding-top: 45px; padding-bottom: 60px; min-height: 1px; height: auto; background-size: cover;}
	.popup-form .title,
	.entry-title,
	#balet .title,
	#hangout .title, #karaoke .title, #welcome-screen .title {font-size: 36px;}
	#page-spa .row, #about-us .row {height: auto;}
	#page-spa .row:nth-child(2n) .inline.photo, #about-us .row:nth-child(2n) .inline.photo,
	#page-spa .row .inline, #about-us .row .inline {display: block !important; width: 100% !important; float: none !important;}
	#slider ul .slick-list li .img {height: 655px;}
	#header div.phone a {
		width: 30px;
		background: url(images/call_m.png) center no-repeat;
		height: 30px;
		text-indent: -9999px;
		padding: 0;
		background-position: center;
	}
	#dots-menu {display: none;}
	#events ul li {width: 100%; height: 600px;}
	#footer .map .nav {
		left: 0;
		width: 100%;
		text-align: center;
	}
	#footer .map .nav .nav-tab {
		margin: 0 5px 10px;
	}

	#services-slider {min-height: 1px; height: auto; padding-bottom: 20px;}
	/*body.home {background: #030303 url(images/bg1_m.jpg) center 0 no-repeat; background-size: contain;}*/
	#welcome-screen {min-height: 720px;}
	#welcome-screen .wrapper {padding-top: 160px;}
	.lang-menu .lang {right: 10px; top: 95px;}

}
@media(max-width: 4px) {
	.jobs-list .job {
		padding: 0 55px 0 15px;
	}
	.jobs-list .job:after {right: 10px;}
	.popup-form {
	    top: 5vh;
	    max-width: 600px;
	    width: 100%;
	    margin: 0 auto;
	    padding: 45px 20px 10px;
	    position: relative;
	    background: #ffffff;
	}
	.popup-form .close {
		right: 5px;
		top: 20px;
	}
	.popup-form .title {padding-bottom: 20px;}
	#services-slider ul.slick-slider .slick-list li {margin: 0;}
	#karaoke .title {font-size: 21px;}
	#balet .title,
	#hangout .title {font-size: 31px;}
}
@media(max-width: 360px) {#slider ul .slick-list li .img {height: 455px;}	}
@media(max-width: 320px) {

	#events ul li {height: 500px;}
}


/* Arrow animation */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 40px;
  height: 60px;
  display: inline-block;
  position:relative;
}
/*.swiper-pagination-bullet:before,.swiper-pagination-bullet:after{
  content:'\f111';
  position:absolute;
  left:0;
  width:100%;
  display: block;
  color: #fff;
  opacity: 0.5;
  font-family:'FontAwesome';
  font-size:2.2em;
  line-height:100%;
}*/
.swiper-pagination-bullet:before,.swiper-pagination-bullet:after{
  content:'\f107';
  position:absolute;
  left:0;
  width:100%;
  display: block;
  color: #fff;
  opacity: 0.5;
  font-family:'FontAwesome';
  font-size:4em;
  line-height:100%;
}
.swiper-pagination-bullet:before{top:0;vertical-align:bottom;-webkit-animation:object-1 .7s cubic-bezier(0.7,0,0.9,1) infinite;animation:object-1 .7s cubic-bezier(0.7,0,0.9,1) infinite;}
.swiper-pagination-bullet:after{top:30%;vertical-align:top;-webkit-animation:object-2 .7s cubic-bezier(0.7,0,0.9,1) infinite;animation:object-2 .7s cubic-bezier(0.7,0,0.9,1) infinite;}
@-webkit-keyframes object-1{0%{opacity:.5;}25%{opacity:1;}50%{opacity:.5;}}
@keyframes object-1{0%{opacity:.5;}25%{opacity:1;}50%{opacity:.5;}}
@-webkit-keyframes object-2{25%{opacity:.5;}50%{opacity:1;}100%{opacity:.5;}}
@keyframes object-2{25%{opacity:.5;}50%{opacity:1;}100%{opacity:.5;}}
.swiper-pagination-bullet:hover:before,.swiper-pagination-bullet:hover:after{opacity:1!important;color:#f0b67f;}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active:before{
  background: #007aff;
  opacity: 1;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active + .swiper-pagination-bullet {
  z-index:9;
  opacity:1;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  left: 50%;
  bottom: 30px;
  width:30px;
  margin:0 0 0 -15px;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  display: block;
  position:absolute;
  z-index:1;
  bottom:0;
  opacity:0;
  text-shadow:1px 1px 1px rgba(0,0,0,.5),2px 2px 5px rgba(0,0,0,.4),3px 3px 10px rgba(0,0,0,.3);
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}


* {box-sizing: border-box;}