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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

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

:focus {
	outline: 0;
}

.content {
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 30px;
}

.content.main {
	font-size: 18px;
	line-height: 1.3;
}

.content a {
	color: #7773af;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 1.3;
	color: #12141a;
}

.content h1 {
	font-size: 42px;
	line-height: 1.1;
}

.content h2 {
	font-size: 30px;
	line-height: 1.2;
}

.content h3 {
	font-size: 24px;
}

.content h4 {
	font-size: 20px;
}

.content h5 {
	font-size: 18px;
}

.content h6 {
	font-size: 16px;
}

.content p, .content table, .content ul, .content ol, .content img {
	margin-bottom: 20px;
}

.content ul, .content ol {
	margin-left: 1.4em;
}

.content ul ul, .content ol ul {
	margin-top: 8px;
}

.content li + li {
	margin-top: 8px;
}

.content ul {
	list-style-position: outside;
	margin-left: 12px;
}

.content ul li {
	display: block;
	padding-left: 25px;
	position: relative;
}

.content ul li:before {
	content: ' ';
	display: block;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 3px solid #ffce4a;
	position: absolute;
	top: 2px;
	left: 0;
}

.content ol {
	counter-reset: list;
	letter-spacing: normal;
	list-style-position: inside;
	overflow: hidden;
	margin-left: 12px;
}

.content ol li {
	display: block;
	padding-left: 25px;
	position: relative;
}

.content ol li:before {
	content: counter(list);
	counter-increment: list;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	color: #6b6892;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.content ol[start="1"] {
	counter-reset: list 10;
}

.content ol[start="2"] {
	counter-reset: list 1;
}

.content ol[start="3"] {
	counter-reset: list 2;
}

.content ol[start="4"] {
	counter-reset: list 3;
}

.content ol[start="5"] {
	counter-reset: list 4;
}

.content ol[start="6"] {
	counter-reset: list 5;
}

.content ol[start="7"] {
	counter-reset: list 6;
}

.content ol[start="8"] {
	counter-reset: list 7;
}

.content ol[start="9"] {
	counter-reset: list 8;
}

.content ol[start="10"] {
	counter-reset: list 9;
}

.content table {
	height: auto;
	width: auto;
	max-width: 100%;
}

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

.content img.alignleft {
	margin: 5px 20px 10px 0;
}

.content img.alignright {
	margin: 5px 0 10px 20px;
}

.content > :last-child {
	margin-bottom: 0;
}

.content .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.content .alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.content .alignnone {
	margin: 0 0 20px;
}

.content .aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.content blockquote {
	display: block;
	overflow: hidden;
	padding: 22px 40px 25px 130px;
	margin: 32px 0;
	font-size: 24px;
	line-height: 1.25;
	border-radius: 2px;
	background: #f1f0f8 url(../images/ico_8.png) 36px 28px no-repeat;
}

.content blockquote > :last-child {
	margin-bottom: 0;
}

.content .wp-caption-text {
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	color: #535865;
}

.content .wp-caption {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 20px;
	background: #f1f0f8;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	color: #535865;
}

.content .wp-caption p:empty {
	display: none;
}

.content .wp-caption .wp-caption-text {
	padding: 11px 15px 13px;
	margin: 0;
}

.content .wp-caption img {
	margin: 0;
}

.content #toc_container {
	padding: 15px 20px 20px;
	margin-bottom: 20px;
	border-radius: 2px;
	background-color: #f1f0f8;
}

.content #toc_container ul {
	margin-bottom: 0;
}

.content #toc_container ul li {
	font-size: 14px;
	line-height: 1.5;
	padding-left: 12px;
}

.content #toc_container ul li + li {
	margin-top: 5px;
}

.content #toc_container ul li:before {
	display: none;
}

.content #toc_container ul li:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 3px solid #7773af;
	border-bottom: 3px solid transparent;
}

.content #toc_container ul li ul {
	margin: 5px 0 0 10px;
}

.content .toc_title {
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 400;
}

.block_ico_1, .block_ico_2 {
	border: 1px solid #ffce4a;
	padding: 22px 30px 25px 130px;
	min-height: 83px;
	overflow: hidden;
	margin: 32px 0;
	background-image: url(../images/ico_6.png);
	background-position: 30px 28px;
	background-repeat: no-repeat;
	border-radius: 2px;
	font-size: 24px;
	line-height: 1.25;
}

.block_ico_1 > :last-child, .block_ico_2 > :last-child {
	margin-bottom: 0;
}

.block_ico_2 {
	min-height: 61px;
	background-image: url(../images/ico_7.png);
	border-color: #a6a2d7;
}

.gallery {
	overflow: hidden;
	margin: 0 -10px 10px 0;
	font-size: 0;
	line-height: 0;
}

.gallery .gallery-item {
	display: inline-block;
	width: 33.33%;
	padding: 0;
	margin: 0 0 10px;
	vertical-align: top;
}

.gallery .gallery-icon {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 10px;
	margin: 0 10px 0 0;
	background: #f1f0f8;
}

.gallery .gallery-icon a, .gallery .gallery-icon img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.gallery .gallery-caption {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0 10px 10px;
	margin: 0 10px 0 0;
	background: #f1f0f8;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

html, body {
	height: 100%;
}

body {
	font-family: 'PT Sans', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #12141a;
	min-width: 320px;
}

ol, ul {
	list-style-position: inside;
}

a {
	color: #55536e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:hover img {
	opacity: 0.8;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
	display: block;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding: 0 18px;
	border: 1px solid rgba(198, 203, 212, 0.4);
	border-radius: 3px;
	background-color: transparent;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 13px;
	line-height: 38px;
	color: #12141a;
	margin-bottom: 10px;
}

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

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

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

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

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

textarea {
	height: 70px;
	overflow: auto;
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 10px;
}

input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	padding: 0 35px;
	border-radius: 40px;
	border: 0;
	background-color: #55536e;
	background-image: linear-gradient(to bottom, #6b6892, #55536e);
	font-size: 16px;
	line-height: 1.3;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
}

input[type="submit"]:hover {
	background: #67648b;
}

#site {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background: #ffffff;
}

.fixed {
	width: 96%;
	max-width: 1110px;
	margin: 0 auto;
	position: relative;
}

#header {
	position: relative;
	background: url(../images/header_bg.jpg) 50% 0 no-repeat;
	background-size: cover;
	padding: 15px 0 12px 0;
	margin-bottom: 30px;
}

.header_top {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}

.header_top .logo_box {
	display: table-cell;
	vertical-align: bottom;
	width: 244px;
	text-align: center;
}

.header_top .logo_box .corners {
	padding: 10px 25px;
}

.header_top .logo {
	display: inline-block;
	vertical-align: middle;
	width: 190px;
	padding: 35px 0 0;
	box-sizing: border-box;
	background: url(../images/logo.png) 50% 0 no-repeat;
	font-family: 'PT Sans', 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 400;
	color: #cecdcd;
	text-decoration: none;
	text-align: center;
}

.header_top .header_nav {
	display: table-cell;
	vertical-align: bottom;
	padding: 0 60px;
	text-align: center;
}

.header_top .header_nav ul {
	display: block;
	list-style: none;
	margin: 0 -12px 12px;
}

.header_top .header_nav ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px 10px;
	font-size: 12px;
	line-height: 1.3;
}

.header_top .header_nav ul li a {
	color: #ababab;
	text-decoration: none;
}

.header_top .header_nav ul li a:hover {
	color: #ffce4a;
}

.header_top .search {
	display: inline-block;
	width: 100%;
	position: relative;
}

.header_top .search input[type="text"] {
	display: block;
	width: 100%;
	height: 53px;
	box-sizing: border-box;
	padding: 0 50px 0 28px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 3px;
	background-color: transparent;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 13px;
	color: #e6e6e6;
	line-height: 52px;
	margin: 0;
}

.header_top .search input[type="text"]:-ms-input-placeholder {
	color: #ababab;
}

.header_top .search input[type="text"]:-moz-placeholder {
	color: #ababab;
}

.header_top .search input[type="text"]::-moz-placeholder {
	color: #ababab;
}

.header_top .search input[type="text"]::-webkit-input-placeholder {
	color: #ababab;
}

.header_top .search input[type="submit"] {
	display: block;
	width: 16px;
	height: 16px;
	padding: 0;
	border: 0;
	position: absolute;
	top: 50%;
	right: 25px;
	margin: -8px 0 0 0;
	cursor: pointer;
	background: url(../images/ico_search.png) 50% 50% no-repeat;
}

.header_top .search input[type="submit"]:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.header_top .best_post {
	display: table-cell;
	vertical-align: bottom;
	max-width: 350px;
	cursor: default;
}

.header_top .best_post span {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 400;
	background-color: #ffce4a;
	border-radius: 3px;
	padding: 3px 10px 4px;
	margin-bottom: 8px;
}

.header_top .best_post .title {
	color: #ffffff;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 400;
}

.header_top .best_post .title a {
	text-decoration: none;
	color: #ffffff;
}

.header_top .best_post .title a:hover {
	color: #cdcbe4;
}

.corners {
	padding: 20px 25px;
	position: relative;
}

.corners .corner_1, .corners .corner_2, .corners .corner_3, .corners .corner_4 {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	background: url(../images/corners.png) no-repeat;
}

.corners .corner_1 {
	background-position: 0 0;
	top: 0;
	left: 0;
}

.corners .corner_2 {
	background-position: -14px 0;
	top: 0;
	right: 0;
}

.corners .corner_3 {
	background-position: -28px 0;
	bottom: 0;
	left: 0;
}

.corners .corner_4 {
	background-position: -42px 0;
	bottom: 0;
	right: 0;
}

.corners.white .corner_1 {
	background-position: 0 -14px;
}

.corners.white .corner_2 {
	background-position: -14px -14px;
}

.corners.white .corner_3 {
	background-position: -28px -14px;
}

.corners.white .corner_4 {
	background-position: -42px -14px;
}

.menu_box_wrapper {
	display: block;
	position: relative;
	margin-bottom: 7px;
}

.menu_box {
	display: block;
	padding: 0 10px;
	border-radius: 40px;
	background-color: #55536e;
	background-image: linear-gradient(to bottom, #6b6892, #55536e);
	position: relative;
	z-index: 5;
}

.menu_box.scroll {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.menu_box.scroll .page_up {
	display: block;
}

.customize-support .menu_box.scroll {
	top: 32px;
}

.menu_box.scroll > ul {
	max-width: 1110px;
	margin: 0 auto;
}

.menu_box .page_up {
	display: none;
}

.menu_box > ul {
	display: block;
	list-style: none;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.menu_box > ul > li {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.3;
	position: relative;
}

.menu_box > ul > li + li:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: -1px;
	width: 1px;
	background: linear-gradient(to bottom, #767399, #62607b);
}

.menu_box > ul > li + li:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	width: 1px;
	background: linear-gradient(to bottom, #5e5b82, #4c4964);
}

.menu_box > ul > li > a {
	display: inline-block;
	padding: 10px 17px 12px;
	height: 22px;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
}

.menu_box > ul > li > a:hover {
	background-color: #ffce4a;
	color: #12141a;
}

.menu_box > ul > li.active > a {
	color: #ffce4a;
}

.menu_box > ul > li:hover {
	position: relative;
	z-index: 2;
}

.menu_box > ul > li:hover:before, .menu_box > ul > li:hover:after, .menu_box > ul > li:hover + li:before, .menu_box > ul > li:hover + li:after {
	display: none;
}

.menu_box li ul {
	list-style: none;
	background-color: #ffce4a;
	border-radius: 0 5px 5px 5px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 110%;
	min-width: 160px;
	text-align: left;
	display: none;
}

.menu_box li:hover ul {
	display: block;
}

.menu_box li li {
	font-size: 16px;
	font-weight: 400;
	color: #12141a;
}

.menu_box li li + li {
	border-top: 1px solid #ffdd81;
}

.menu_box li li a {
	display: block;
	padding: 8px 18px 11px;
	text-decoration: none;
}

.menu_box li li a:hover {
	color: #ffffff;
}

.menu_box .menu_btn {
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	padding-left: 18px;
	font-size: 16px;
	line-height: 1.3;
	color: #ffffff;
	display: none;
	margin-top: 12px;
}

.menu_box .menu_btn:before {
	content: ' ';
	width: 11px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	height: 2px;
	position: absolute;
	top: 5px;
	left: 0;
}

.menu_box .menu_btn:after {
	content: ' ';
	width: 11px;
	border-top: 2px solid;
	position: absolute;
	top: 13px;
	left: 0;
}

.menu_box .menu_btn:hover {
	color: #ffce4a;
}

.quick_links {
	display: block;
	position: relative;
	margin: 0 -12px -14px;
}

.quick_links li {
	display: inline-block;
	vertical-align: middle;
}

.quick_links li.ico_1 > a {
	padding-left: 40px;
	background: url(../images/ico_1.png) 0 50% no-repeat;
}

.quick_links li.ico_2 > a {
	padding-left: 34px;
	background: url(../images/ico_2.png) 0 50% no-repeat;
}

.quick_links li.ico_3 > a {
	padding-left: 29px;
	background: url(../images/ico_3.png) 0 50% no-repeat;
}

.quick_links a {
	display: inline-block;
	vertical-align: middle;
	min-height: 22px;
	font-size: 16px;
	line-height: 22px;
	color: #dde9ff;
	text-decoration: none;
	margin: 0 10px 14px;
}

.quick_links a:hover {
	text-decoration: underline;
}

#header .quick_links {
	text-align: center;
}

#content_box {
	*zoom: 1;
}

#content_box:after {
	display: table;
	content: '';
	clear: both;
}

#content_box.has_sidebar {
	padding-left: 380px;
}

#content_box.has_sidebar #content {
	float: left;
	width: 100%;
	margin-left: -380px;
}

#sidebar {
	float: right;
	width: 350px;
	margin-top: 20px;
}

#sidebar .widget {
	margin-bottom: 30px;
}

.widget_topic {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 22px;
	overflow: hidden;
}

.topic_content, #content > h1 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 20px;
	overflow: hidden;
}

.topic_content:after, #content > h1:after {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	background-color: #f1f0f8;
	position: relative;
	width: 100%;
	left: 20px;
	margin-right: -100%;
}

.content_more {
	margin-bottom: 18px;
}

.content_more:last-child {
	margin-bottom: 0;
}

.content_more a {
	color: #7773af;
	font-size: 12px;
	line-height: 1.3;
	text-decoration: none;
}

.content_more a:hover {
	text-decoration: underline;
}

.btn {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 35px 11px;
	border-radius: 40px;
	background-color: #55536e;
	background-image: linear-gradient(to bottom, #6b6892, #55536e);
	font-size: 16px;
	line-height: 1.3;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
}

.btn:hover {
	background: #67648b;
}

.widget_1 {
	height: 1px;
	min-height: 360px;
	padding: 20px 30px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	background-color: #f1f0f8;
}

.widget_1:before {
	content: ' ';
	display: block;
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	background: url(../images/bg_1.png) 50% 50% no-repeat;
}

.widget_1 .inner {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.widget_1 .title {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 400;
	background-color: #ffce4a;
	border-radius: 3px;
	padding: 3px 10px 4px;
	text-decoration: none;
	margin-bottom: 30px;
}

.widget_1 .title:hover {
	background-color: #f0af01;
}

.widget_1 .widget_topic {
	margin-bottom: 25px;
}

.widget_2 {
	padding: 22px 30px 30px;
	background-color: #f3eee0;
	text-align: center;
}

.widget_3 {
	padding: 22px 30px 30px;
	background: #f1f0f8 url(../images/bg_2.jpg) 50% 100% no-repeat;
	text-align: center;
}

.widget_5 {
	background-color: #f1f0f8;
	padding: 22px 30px 30px;
}

.widget_video {
	margin-bottom: 20px;
}

.widget_video .video {
	height: 200px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
	border-radius: 3px;
}

.widget_video iframe {
	width: 100%;
	height: 100%;
}

.widget_video .title a {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	text-decoration: none;
}

.widget_video .title a:hover {
	text-decoration: underline;
}

.widget_post {
	display: table;
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.widget_post .thumb {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	height: 78px;
}

.widget_post .thumb img {
	display: block;
	height: auto;
	width: 100%;
}

.widget_post .title {
	padding-left: 20px;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
}

.widget_post .title a {
	text-decoration: none;
}

.widget_post .title a:hover {
	text-decoration: underline;
}

.widget_info {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 25px;
}

.widget_calc {
	padding-left: 35px;
	background: url(../images/ico_4.png) 0 50% no-repeat;
	margin-bottom: 20px;
}

.widget_calc a {
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}

.widget_calc a:hover {
	text-decoration: underline;
}

.popular .news {
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.popular .thumb {
	display: block;
	width: 100%;
	height: 350px;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
}

.popular .thumb img {
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
	margin: auto;
}

.popular .info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background-color: rgba(33, 34, 46, 0.9);
	padding: 22px 25px 25px;
	max-height: 300px;
	box-sizing: border-box;
}

.popular .descr, .popular .sum_photos {
	display: table-cell;
	vertical-align: middle;
}

.popular .descr {
	width: 100%;
	padding-right: 20px;
}

.popular .title {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 12px;
}

.popular .title a {
	color: #ffffff;
	text-decoration: none;
}

.popular .title a:hover {
	color: #ffce4a;
}

.popular .sum_comments {
	display: block;
	color: #a6a2d7;
	font-size: 12px;
	text-decoration: none;
}

.popular .sum_comments:hover {
	color: #ffce4a;
}

.popular .sum_photos {
	width: 80px;
}

.popular .sum_photos .inner {
	display: inline-block;
	width: 80px;
	height: 62px;
	padding-top: 18px;
	text-align: center;
	color: #a6a2d7;
	font-size: 12px;
	border: 1px solid;
	border-radius: 50%;
}

.popular .sum_photos .inner span {
	display: block;
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	font-size: 26px;
	line-height: 1.1;
	font-weight: 300;
	color: #ffce4a;
}

.popular .categ {
	display: inline-block;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 400;
	background-color: #ffce4a;
	border-radius: 3px;
	padding: 3px 10px 4px;
	position: absolute;
	top: 28px;
	right: 20px;
	z-index: 3;
	text-decoration: none;
}

.popular .categ:hover {
	opacity: 0.9;
}

.popular ul {
	display: block;
	list-style: none;
	margin: 0 -17px;
	font-size: 0;
	line-height: 0;
}

.popular ul li {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	padding: 0 17px;
	box-sizing: border-box;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.3;
}

.popular ul li a {
	display: inline-block;
	background: url(../images/wave_1.png) 0 0 no-repeat;
	padding-top: 25px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	text-decoration: none;
}

.popular ul li:hover a {
	color: #12141a;
	background: url(../images/wave_2.png) 0 0 no-repeat;
}

.questions_box {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.questions_box .consult, .questions_box .questions {
	display: table-cell;
	vertical-align: top;
}

.questions_box .questions {
	padding-left: 35px;
}

.questions_box .consult {
	max-width: 244px;
	box-sizing: border-box;
	padding: 25px 25px 30px;
	background-color: #55536e;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}

.questions_box .consult .inner {
	display: inline-block;
}

.questions_box .consult .title {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 10px;
}

.questions_box .consult .text {
	font-size: 12px;
	line-height: 1.3;
	opacity: 0.7;
	margin-bottom: 17px;
}

.questions_box .consult .btn_orange {
	display: block;
	max-width: 180px;
	padding: 10px 20px 11px;
	margin: 0 auto;
	border-radius: 40px;
	background-color: #ffce4a;
	font-size: 14px;
	line-height: 1.3;
	color: #12141a;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
}

.questions_box .consult .btn_orange:hover {
	background: #ffba00;
}

.questions_box .content_more {
	margin-left: 30px;
}

.circle {
	list-style: none;
}

.circle li {
	display: block;
	padding-left: 30px;
	margin-bottom: 20px;
	position: relative;
}

.circle li:before {
	content: ' ';
	width: 16px;
	height: 16px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 3px solid #ffce4a;
	position: absolute;
	top: 3px;
	left: 0;
}

.circle li a {
	font-size: 16px;
	line-height: 1.3;
	text-decoration: none;
}

.circle li a:hover {
	text-decoration: underline;
}

.category_posts {
	font-size: 0;
	line-height: 0;
	margin: 0 -17px;
}

.category_posts .post {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	padding: 0 17px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.category_posts .post > div {
	position: relative;
	z-index: 2;
}

.category_posts .post:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -16px;
	bottom: -8px;
	right: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.2s linear;
}

.category_posts .post:hover {
	z-index: 2;
}

.category_posts .post:hover:after {
	opacity: 1;
}

.category_posts .pic {
	width: 100%;
	position: relative;
	margin-bottom: 17px;
}

.category_posts .thumb {
	display: block;
	width: 100%;
	height: 172px;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}

.category_posts .thumb img {
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	border-radius: 3px;
	position: absolute;
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
	margin: auto;
	z-index: 1;
}

.category_posts .info {
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 12px;
	line-height: 1.3;
	z-index: 2;
	cursor: default;
}

.category_posts .category_link a {
	display: inline-block;
	padding: 3px 10px 6px;
	background-color: #ffce4a;
	border-radius: 3px 3px 3px 0;
	text-decoration: none;
	color: #12141a;
}

.category_posts .category_link a:hover {
	background-color: #f0af01;
}

.category_posts .photos {
	display: inline-block;
	padding: 3px 10px 6px;
	background-color: #fff;
	border-radius: 0 3px 3px 3px;
}

.category_posts .title {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 15px;
}

.category_posts .title a {
	text-decoration: none;
}

.category_posts .title a:hover {
	text-decoration: underline;
}

.category_posts .text {
	font-size: 14px;
	line-height: 1.3;
}

.breadcrumbs {
	font-size: 14px;
	line-height: 1.3;
	color: #7773af;
	margin-bottom: 20px;
}

.breadcrumbs a {
	text-decoration: none;
	margin-right: 20px;
	position: relative;
	color: #7773af;
}

.breadcrumbs a:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 7px;
	right: -14px;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 3px solid #7773af;
	border-bottom: 3px solid transparent;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs a.home {
	padding-left: 20px;
	background: url(../images/ico_5.png) 0 4px no-repeat;
}

.breadcrumbs span {
	opacity: 0.7;
}

.pagination {
	margin: 0 -3px 30px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.pagination span, .pagination a {
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	min-width: 25px;
	padding: 0 5px;
	margin: 4px 3px;
	border-radius: 50%;
	background-color: #55536e;
	background: linear-gradient(to bottom, #6b6892, #55536e);
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 35px;
	text-decoration: none;
}

.pagination span {
	background: #f1f0f8;
	color: #12141a;
}

.pagination a:hover {
	background: #ffce4a;
	color: #12141a;
}

.pagination .extend {
	background-color: transparent;
	color: #12141a;
	margin-left: 0;
	margin-right: 0;
	min-width: 0;
}

.pagination .previous, .pagination .next {
	line-height: 33px;
}

.quest_posts .item {
	padding: 15px 20px 20px 60px;
	background-color: #f1f0f8;
	margin-bottom: 30px;
}

.quest_posts .title {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
}

.quest_posts .title:before {
	content: ' ';
	width: 16px;
	height: 16px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 3px solid #ffce4a;
	position: absolute;
	top: 3px;
	left: -30px;
}

.quest_posts .title a {
	text-decoration: none;
}

.quest_posts .title a:hover {
	text-decoration: underline;
}

.quest_posts .text {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 15px;
}

.quest_posts .sum_answers {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 400;
	background-color: #ffce4a;
	border-radius: 3px;
	padding: 3px 15px 4px;
	text-decoration: none;
}

.quest_posts .sum_answers:hover {
	background-color: #ffc017;
}

.wpcf7, .comment_form {
	margin-bottom: 30px;
}

.wpcf7 .inner, .comment_form .inner {
	font-size: 0;
	line-height: 0;
	margin: 0 -5px;
}

.wpcf7 .inner .item, .wpcf7 .inner .wpcf7-form-control-wrap, .comment_form .inner .item, .comment_form .inner .wpcf7-form-control-wrap {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
}

.wpcf7 input[type="submit"], .comment_form input[type="submit"] {
	margin-top: 5px;
}

.wpcf7 .screen-reader-response, .wpcf7 .ajax-loader {
	display: none;
}

.wpcf7 .wpcf7-display-none {
	display: none;
}

.wpcf7 .wpcf7-response-output {
	padding: 10px 16px 12px;
	margin-top: 16px;
	font-size: 15px;
	line-height: 1.25;
	border: 2px solid #9cc161;
}

.wpcf7 .wpcf7-validation-errors {
	border-color: #ff0000;
}

.wpcf7 .wpcf7-not-valid-tip {
	display: block;
	font-size: 14px;
	line-height: 1.3;
	margin: 0 18px 10px;
	color: #ff0000;
}

.comment_form p {
	margin-bottom: 25px;
}

.comment_form p.form-submit {
	overflow: hidden;
	width: 100%;
}

.comment_form .logout, .comment_form .login {
	font-weight: bold;
}

.comment_form .logout {
	text-decoration: none;
}

.comment_form .logout:hover {
	text-decoration: underline;
}

.comment_form .login {
	color: #953c21;
}

.comment {
	margin-bottom: 30px;
}

.comment .comment {
	margin: 10px 0 0 20px;
}

.comment .box {
	padding: 20px;
	background-color: #f1f0f8;
}

.comment .thumb {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.comment .thumb img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}

.comment .thumb + .inner {
	margin-left: 80px;
}

.comment .info {
	display: table;
	width: 100%;
	margin-bottom: 7px;
}

.comment .info .author, .comment .info .answer {
	display: table-cell;
	vertical-align: top;
}

.comment .info .author span {
	font-size: 13px;
	color: #7773af;
}

.comment .info .answer {
	text-align: right;
}

.comment .info .answer a {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	line-height: 1.3;
	font-weight: 400;
	background-color: #ffce4a;
	border-radius: 15px;
	padding: 3px 10px;
	cursor: pointer;
	text-decoration: none;
}

.comment .info .answer a:hover {
	background-color: #ffba00;
}

.comment .text {
	font-size: 14px;
	line-height: 1.3;
}

.comment .comment_on_moderation {
	font-style: italic;
	color: #990000;
}

.post_social {
	margin-bottom: 20px;
}

.post_social a {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background: url(../images/social.jpg) no-repeat;
	margin: 0 1px 10px;
}

.post_social a.soc_1 {
	background-position: -1px -2px;
}

.post_social a.soc_2 {
	background-position: -46px -2px;
}

.post_social a.soc_3 {
	background-position: -91px -2px;
}

.post_social a.soc_4 {
	background-position: -136px -2px;
}

.post_social a.soc_5 {
	background-position: -181px -2px;
}

.post_social a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#footer {
	display: table-row;
	height: 1px;
	background-color: #55536e;
	background: linear-gradient(to bottom, #514f69, #423f56);
}

.footer_inner {
	padding: 38px 0;
	text-align: justify;
	line-height: 0;
	font-size: 1px;
}

.footer_inner:after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.footer_inner .item_1, .footer_inner .item_2, .footer_inner .item_3 {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.3;
}

.footer_inner .item_1 {
	width: 245px;
}

.footer_inner .item_2 {
	width: 420px;
	margin: 0 30px;
}

.footer_inner .item_3 {
	width: 190px;
	text-align: center;
}

.footer_inner .corners {
	display: inline-block;
	padding-top: 15px;
}

.footer_inner .logo {
	display: block;
	margin: 0 auto 10px;
	width: 132px;
	height: 20px;
	background: url(../images/logo_small.png) 0 0 no-repeat;
}

.footer_inner .copyright {
	text-align: center;
	font-size: 12px;
	line-height: 1.3;
	color: #d3d3d7;
}

.footer_inner .copyright p + p {
	margin-top: 10px;
}

.footer_inner .quick_links {
	margin-bottom: 16px;
}

.footer_inner .quick_links a {
	font-size: 13px;
}

.footer_inner .footer_nav {
	display: table;
	min-width: 100%;
	margin: 0 -35px;
}

.footer_inner .footer_nav ul {
	display: table-cell;
	vertical-align: top;
	list-style: none;
	padding: 0 35px;
}

.footer_inner .footer_nav li {
	display: block;
}

.footer_inner .footer_nav li + li {
	margin-top: 10px;
}

.footer_inner .footer_nav li a {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #ffffff;
	text-decoration: none;
}

.footer_inner .footer_nav li a:hover {
	color: #ffce4a;
}

.footer_inner .social {
	min-height: 40px;
	margin: 0 -8px 10px;
	text-align: justify;
	line-height: 0;
	font-size: 1px;
}

.footer_inner .social:after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.footer_inner .social a {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 15px;
	background: url(../images/social_icons.jpg) no-repeat;
	margin: 0 8px 10px;
}

.footer_inner .social a.ico_1 {
	width: 18px;
	background-position: 0 0;
}

.footer_inner .social a.ico_2 {
	background-position: -23px 0;
}

.footer_inner .social a.ico_3 {
	background-position: -41px 0;
}

.footer_inner .social a.ico_4 {
	width: 13px;
	background-position: -60px 0;
}

.footer_inner .social a.ico_5 {
	background-position: -76px 0;
}

.footer_inner .social a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.footer_inner .counters {
	min-height: 50px;
	margin: 0 -7px 10px;
}

.footer_inner .counters .counter {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 10px;
}

.footer_inner .design {
	display: inline-block;
	font-size: 9px;
	line-height: 24px;
	color: #d3d3d7;
	background: url(../images/design_ico.png) 100% 0 no-repeat;
	padding-right: 90px;
}

.page_up {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #ffce4a url(../images/arrow.png) 50% 50% no-repeat;
	z-index: 10;
	position: fixed;
	top: 0;
	right: -55px;
	cursor: pointer;
}

.page_up:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.jq-file {
	width: 100%;
	margin-bottom: 10px;
}

.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}

.jq-file__name {
	float: left;
	width: 65%;
	height: 40px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 18px;
	margin-right: 3%;
	border: 1px solid rgba(198, 203, 212, 0.4);
	border-radius: 4px;
	background: #FFF;
	font: 14px/37px "PT Sans", sans-serif;
	color: #a6a6a6;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jq-file__browse {
	float: left;
	width: 32%;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 3px;
	background: #f1f0f8;
	font: 14px/37px "PT Sans", sans-serif;
	color: #a6a6a6;
	text-align: center;
}

.jq-file:hover .jq-file__browse {
	background: #f3eee0;
}

.jq-file:active .jq-file__browse {
	border-color: #ddd;
}

.jq-file.focused .jq-file__name {
	border: 1px solid #ccc9e2;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}

@media only screen and (max-width: 1366px) {
	.page_up {
		right: -1px;
	}
}

@media only screen and (max-width: 1040px) {
	.header_top .logo_box, .header_top .header_nav, .header_top .best_post {
		vertical-align: middle;
	}
	.header_top .header_nav {
		padding: 0 40px;
	}
	.header_top .search {
		min-width: 170px;
	}
	.header_top .search input[type="text"] {
		padding: 0 35px 0 15px;
	}
	.header_top .search input[type="submit"] {
		right: 12px;
	}
	.header_top .best_post .title {
		font-size: 20px;
		line-height: 1.3;
	}
}

@media only screen and (max-width: 960px) {
	#content_box:after {
		display: none;
	}
	#content_box.has_sidebar {
		padding-left: 0;
	}
	#content_box.has_sidebar #content {
		float: none;
		margin-left: 0;
	}
	#sidebar {
		float: none;
		width: auto;
		max-width: 350px;
		margin: 0 auto;
	}
	.footer_inner {
		text-align: center;
		padding: 30px 0 0;
	}
	.footer_inner:after {
		display: none;
	}
	.footer_inner .item_1, .footer_inner .item_2, .footer_inner .item_3 {
		display: block;
		width: 100%;
		margin: 0 0 30px;
	}
	.footer_inner .footer_nav {
		display: block;
		margin: 0;
	}
	.footer_inner .footer_nav ul {
		display: inline;
		vertical-align: middle;
		margin: 0;
		padding: 0;
	}
	.footer_inner .footer_nav li {
		display: inline-block;
		vertical-align: middle;
		margin: 0 15px 10px;
	}
	.footer_inner .footer_nav li + li {
		margin-top: auto;
	}
	.footer_inner .social {
		text-align: center;
	}
	.footer_inner .social:after {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.header_top {
		display: block;
		text-align: center;
		margin: 0;
	}
	.header_top .logo_box, .header_top .header_nav, .header_top .best_post {
		display: block;
		margin: 0 auto 10px;
	}
	.header_top .best_post {
		max-width: 100%;
	}
	.menu_box {
		position: relative;
		text-align: center;
		height: 45px;
	}
	.menu_box .menu_btn {
		display: inline-block;
	}
	.menu_box > ul {
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		padding: 15px;
		min-width: 280px;
		box-sizing: border-box;
		background-color: #fff;
		display: none;
	}
	.menu_box > ul > li {
		display: block;
	}
	.menu_box > ul > li + li:before, .menu_box > ul > li + li:after {
		display: none;
	}
	.menu_box > ul > li > a {
		color: #12141a;
		display: inline-block;
		padding: 0;
	}
	.menu_box > ul > li.active > a {
		color: #f4b200;
	}
	.menu_box > ul > li > a:hover {
		color: #f4b200;
		text-decoration: underline;
		background-color: transparent;
	}
	.menu_box li + li {
		margin-top: 12px;
	}
	.menu_box li ul {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		width: auto;
		min-width: 0;
		border-radius: 0;
		background-color: transparent;
		text-align: center;
		margin-top: 14px;
	}
	.menu_box li li {
		display: block;
	}
	.menu_box li li + li {
		border-top: 0;
	}
	.menu_box li li a {
		display: inline-block;
		padding: 0;
		color: #666;
	}
	.menu_box li li a:hover {
		color: #4c4798;
		text-decoration: underline;
	}
}

@media only screen and (max-width: 640px) {
	.category_posts .post {
		width: 50%;
	}
	.questions_box {
		display: block;
	}
	.questions_box .consult, .questions_box .questions {
		display: block;
	}
	.questions_box .consult {
		margin: 0 auto 30px;
	}
	.questions_box .questions {
		padding-left: 0;
	}
	.popular ul {
		margin: 0;
	}
	.popular ul li {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.popular ul li a {
		padding: 0 0 0 35px;
		background-position: 0 6px;
	}
	.popular ul li a:hover {
		background-position: 0 6px;
	}
	.table_wrapper {
		overflow-x: scroll;
	}
}

@media only screen and (max-width: 600px) {
	.customize-support .menu_box.scroll {
		top: 0;
	}
}

@media only screen and (max-width: 480px) {
	.popular .info {
		padding: 15px 10px 20px 20px;
	}
	.popular .title {
		font-size: 16px;
		font-weight: 400;
	}
	.popular .categ {
		top: 20px;
	}
	.wpcf7 .inner, .comment_form .inner {
		margin: 0;
	}
	.wpcf7 .inner .item, .wpcf7 .inner .wpcf7-form-control-wrap, .comment_form .inner .item, .comment_form .inner .wpcf7-form-control-wrap {
		width: 100%;
		padding: 0;
	}
	.footer_inner .footer_nav li {
		margin-left: 8px;
		margin-right: 8px;
	}
	.footer_inner .footer_nav li a {
		font-size: 16px;
		font-weight: normal;
	}
}

@media only screen and (max-width: 420px) {
	.category_posts {
		margin-left: 0;
		margin-right: 0;
	}
	.category_posts .post {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.comment .thumb {
		float: none;
		margin: 0 auto 15px;
	}
	.comment .thumb + .inner {
		margin-left: 0;
	}
	.content img.alignleft, .content img.alignright, .content .wp-caption.alignleft, .content .wp-caption.alignright {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.content ul, .content ol {
		margin-left: 0;
	}
	.content .block_ico_1, .content .block_ico_2, .content blockquote {
		font-size: 18px;
		padding: 100px 15px 18px;
		background-position-x: 50%;
		background-position-y: 10px;
	}
	.content blockquote {
		background-position-y: 35px;
	}
	.content .block_ico_2 {
		background-position-y: 15px;
		padding-top: 80px;
	}
}

@media only screen and (max-width: 320px) {
	.widget_1, .widget_2, .widget_3, .widget_5 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.flat_slide_cross {
 z-index: 100 !important;
 width: 30px !important;
 height: 30px !important;
 top: -20px !important;
 left: -20px !important;
}
/*# sourceMappingURL=style.css.map */