/* Normalize 7.0 */

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

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

img {
	border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}


/* Alignments */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Clearings */

.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}


/* Pagination */

.pagination {
	clear: both;
}

.page-numbers {
	list-style: none;
	margin: 0;
	text-align: center;
}

.page-numbers li {
	display: inline-block;
	margin: 0 5px;
}

.page-numbers li a,
.page-numbers li .current {
	display: block;
	border: 1px solid #fff;
	height: 35px;
	line-height: 33px;
	width: 35px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.page-numbers li a:hover,
.page-numbers li .current {
	background: #de4d6c;
	border: 1px solid #de4d6c;
}


/* Typography */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

h2,
.home.blog .entry-title {
	color: #666;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

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

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

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

:focus {
	outline: none;
}


/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}


/* Remove letter-spacing for all non-latin alphabets */

html[lang^="zh-"] * {
	letter-spacing: 0 !important;
}


/* Forms */

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #666;
	border-color: #ccc;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input+button,
input+input[type="button"],
input+input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #B3B3B3;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #B3B3B3;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #B3B3B3;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #B3B3B3;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}


/* Formatting */

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


/* Lists */

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}


/* Tables */

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}


/* Links */

a {
	color: #222;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}


/* Layout */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

body {
	background: #fff;
}

#page {
	position: relative;
	word-wrap: break-word;
	min-height: 100vh;
	height: 100%;
}


/*begin*/

html {
	background: url(../img/background.jpg) no-repeat center center;
	background-size: cover;
}

body {
	background: #26C2A2;
	background: -webkit-linear-gradient(49deg, rgba(38, 194, 162, .8) 7%, rgba(23, 112, 167, .8) 100%);
	background: -o-linear-gradient(49deg, rgba(38, 194, 162, .8) 7%, rgba(23, 112, 167, .8) 100%);
	background: linear-gradient(49deg, rgba(38, 194, 162, .8) 7%, rgba(23, 112, 167, .8) 100%);
	width: 100vw;
	height: 100%;
	color: #fff;
	min-height: 100vh;
}

a,
a:focus,
a:active {
	outline: none;
}

#page {
	width: 1440px;
	margin: 0 auto;
}

.wrap {
	width: 1440px;
	margin: 0 auto;
}

#masthead {
	position: relative;
	z-index: 1001;
}

.navigation-top {
	padding-top: 25px;
}

.logo {
	float: left;
	margin-left: 45px;
	margin-top: 12px;
}

.logo a{
	display: block;
	width: 341px;
	height: 46px;
	background: url(../img/logo.png) no-repeat;
}

.avatar {
	float: left;
	margin-left: 32px;
	line-height: 70px;
}

.avatar img {
	margin-right: 14px;
	border-radius: 50%;
}

.avatar .logout {
	color: #fff;
	margin-left: 14px;
}

.right-bar {
	float: right;
	margin-right: 45px;
	margin-top: 10px;
}

.menu {
	font-size: 20px;
	letter-spacing: 2px;
	float: left;
	margin-right: 40px;
	cursor: pointer;
}

.menu i {
	margin-left: 8px;
	line-height: 40px;
}

.langs {
	float: right;
	font-size: 20px;
	height: 40px;
	line-height: 38px;
}

.langs a {
	color: #fff;
	display: block;
	padding: 0 13px;
	border: 1px solid #fff;
}

.langs a.current {
	position: relative;
	padding: 0 33px 0 13px;
}

.langs a.current.open::after {
	transition: .5s all ease;
	-webkit-transition: .5s all ease;
	transform: rotate(180deg);
}

.langs a.current::after {
	border-top: 10px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 15px;
	width: 0;
	border-top-color: #fff;
	right: 10px;
	transition: .5s all ease;
	-webkit-transition: .5s all ease;
}

.langs a.not_current {
	margin-top: -1px;
	display: none;
}

.langs a.not_current.show {
	display: block;
}

#home_login_panel {
	text-align: center;
	width: 710px;
	height: 538px;
	margin: calc((100vh - 538px - 95px) / 2) auto;
}

body.logged-in #home_login_panel {
	height: 400px;
	margin: calc((100vh - 400px - 95px) / 2) auto;
}

.login_big_text {
	font-size: 76px;
	line-height: 80px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.login_mid_text {
	font-size: 50px;
	line-height: 80px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.login_small_text {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 3px;
}

#home_login_panel .login_trigger {
	font-size: 20px;
	border: 2px solid #fff;
	width: 260px;
	height: 58px;
	line-height: 54px;
	text-align: center;
	color: #fff;
	display: inline-block;
	margin-top: 80px;
}

#menu_div {
	display: none;
	background: #26C2A2;
	background: -webkit-linear-gradient(49deg, rgba(38, 194, 162, 1) 7%, rgba(23, 112, 167, 1) 100%);
	background: -o-linear-gradient(49deg, rgba(38, 194, 162, 1) 7%, rgba(23, 112, 167, 1) 100%);
	background: linear-gradient(49deg, rgba(38, 194, 162, 1) 7%, rgba(23, 112, 167, 1) 100%);
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}

#menu_div div.avatar{
	display: none;
}

#menu_div .main_menu {
	list-style: none;
	font-size: 36px;
	line-height: 80px;
	margin-top: 165px;
	margin-left: 120px;
}

#menu_div .main_menu a {
	color: #fff;
}

@keyframes spin {
	100% {
		transform: rotate( 360deg);
	}
}

.blockUI.blockOverlay::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: '';
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url(../img/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75);
}

#login_div {
	width: 740px;
	height: 580px;
	position: fixed;
	z-index: 1010;
	top: 50%;
	left: 50%;
	margin-top: -290px;
	margin-left: -370px;
	background: rgba(239, 239, 239, .96);
	display: none;
	overflow: hidden;
}

.login_wrap {
	margin: 30px 40px;
	border: 1px solid #EE8F8F;
	height: 520px;
}

.login_title {
	font-size: 24px;
	color: #EE8F8F;
	text-align: center;
	letter-spacing: 2px;
	margin: 30px auto 0;
}

.login_ajax_result {
	font-size: 20px;
	height: 30px;
	text-align: center;
	visibility: hidden;
	color: #8b0000;
}

.login_item {
	width: 500px;
	margin: 0 auto;
}

.login_item input {
	width: 100%;
	height: 76px;
	font-size: 20px;
	color: #B3B3B3;
	border: 1px solid #fff;
}

.login_wrap .login_item .error {
	border-color: #cc0000;
}

.login_error_message {
	height: 30px;
	visibility: hidden;
	color: #8b0000;
	font-style: italic;
}

.login_btn {
	margin-top: 15px;
}

.login_btn button {
	width: 250px;
	height: 54px;
	font-size: 20px;
	color: #fff;
	letter-spacing: 1px;
	background: #FF6F6F;
	padding: 0;
	display: block;
	margin: 0 auto;
}

.login_captcha {}

.captcha-img {
	display: block;
}

.login_item input::-webkit-input-placeholder {
	text-transform: uppercase;
}

.login_item input:-moz-placeholder {
	text-transform: uppercase;
}

.login_item input::-moz-placeholder {
	text-transform: uppercase;
}

.login_item input:-ms-input-placeholder {
	text-transform: uppercase;
}

#message_trigger {
	width: 90px;
	height: 90px;
	position: fixed;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #FF6F6F;
	border: 3px solid #fff;
	border-radius: 50%;
	z-index: 1030;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
}

.message_trigger_inner {
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#message_trigger .inbox_envelope {
	display: block;
	margin: 19px auto 0;
	width: 37px;
	height: 26px;
	background: url(../img/close_envelope.png) no-repeat center center;
}

.mcount {
	color: #FF6F6F;
	font-size: 22px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	height: 32px;
	line-height: 32px;
	width: 32px;
	left: 66px;
	top: -8px;
}

#messages_wrap {
	background: rgba(255, 255, 255, .95);
	width: 350px;
	position: fixed;
	top: 0;
	right: -350px;
	height: 100vh;
	z-index: 1040;
	padding: 30px 15px 30px 35px;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

#messages_wrap .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	background: url(../img/Reset.png) no-repeat center center;
}

.messages_title {
	font-size: 28px;
	margin-top: 60px;
	color: #FF6F6F;
	margin-bottom: 30px;
}

.message-item {
	position: relative;
	margin-bottom: 30px;
	margin-right: 20px;
}

.message-item:last-child {
	margin-bottom: 0;
}

.message-item .more {
	font-size: 14px;
	color: #FF6F6F;
	border: 1px solid #FE7979;
	padding: 0 10px;
	line-height: 28px;
	display: inline-block;
	margin-top: 15px;
}

.message-item-title {
	color: #000;
	font-size: 20px;
	line-height: 24px;
}

.message-item-date {
	color: #999;
	font-size: 18px;
	line-height: 24px;
}

.message-item-text {
	color: #333;
	font-size: 16px;
	line-height: 1.4em;
	max-height: 5.6em;
	overflow: hidden;
	margin-top: 10px;
}

.remove-message-btn {
	font-size: 24px;
	color: #D8D8D8;
	position: absolute;
	right: -20px;
	top: 0;
	line-height: 1;
}

.remove-message-btn:hover {
	color: #333;
}

.no-message {}

.message_items {
	width: 100%;
	position: relative;
}

.message_items .viewport {
	height: calc(100vh - 196px);
	overflow: hidden;
	position: relative;
}

.message_items .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
}

.message_items .scrollbar {
	position: absolute;
	right: -13px;
	top: 0;
	width: 10px;
}

.message_items .track {
	height: 100%;
	width: 10px;
	position: relative;
}

.message_items .thumb {
	background: #666;
	height: 20px;
	width: 10px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
}

.message_items .thumb .end {
	background: #666;
	overflow: hidden;
	height: 5px;
	width: 10px;
}

.message_items .disable {
	display: none;
}

.noSelect {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.no-message {
	color: #000;
	font-size: 24px;
	text-align: center;
}

#contact_div {
	width: 740px;
	height: 556px;
	position: absolute;
	z-index: 900;
	top: 50%;
	left: 50%;
	margin-top: -278px;
	margin-left: -370px;
	background: rgba(239, 239, 239, .96);
	overflow: hidden;
}

.contact_wrap {
	margin: 30px 40px;
	border: 1px solid #EE8F8F;
	height: 496px;
}

.contact_title {
	font-size: 24px;
	color: #EE8F8F;
	text-align: center;
	letter-spacing: 2px;
	margin: 30px auto 0;
}

.contact_ajax_result {
	font-size: 20px;
	height: 30px;
	text-align: center;
	visibility: hidden;
	color: #8b0000;
}

.contact_ajax_result.success {
	color: #049EB7;
}

.contact_item {
	width: 500px;
	margin: 0 auto;
	overflow: hidden;
}

.contact_label {
	width: 100%;
	color: #B3B3B3;
	font-size: 20px;
	display: table;
	margin-bottom: 10px;
}

.contact_label span {
	background: #fff;
	border-radius: 3px;
	display: table-cell;
	width: 85%;
	padding: 0 10px;
}

.contact_item textarea {
	width: 100%;
	font-size: 20px;
	color: #B3B3B3;
	border: 1px solid #fff;
	resize: none;
}

.contact_wrap .contact_item .error {
	border-color: #cc0000;
}

.contact_error_message {
	height: 30px;
	visibility: hidden;
	color: #8b0000;
	font-style: italic;
}

.contact_btn {
	margin-bottom: 30px;
}

.contact_btn button {
	width: 250px;
	height: 54px;
	font-size: 20px;
	color: #fff;
	letter-spacing: 1px;
	background: #FF6F6F;
	padding: 0;
	display: block;
	margin: 0 auto;
}

#page_inner {
	padding: 20px 125px;
}

.page_title {
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
}

.page_subtitle {
	text-align: center;
	font-size: 24px;
	line-height: 1em;
	margin-top: -0.7em;
}

.page_content {}

.project_archive {
	margin: 30px 45px;
}

.project_category {
	list-style: none;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	margin: 0;
}

.project_category li {
	float: left;
	width: 410px;
	margin-right: 60px;
}

.project_category li.last {
	margin-right: 0;
}

.project_category li a {
	display: block;
	font-size: 32px;
	color: #fff;
	text-align: center;
}

.project_category li a span {
	display: inline-block;
}

.project_category li.active a span {
	border-bottom: 8px solid #FF6F6F;
}

.project_count {
	font-size: 24px;
	padding: 1em 5px;
	line-height: 1em;
}

.project_list {
	overflow: hidden;
}

.project_item {
	float: left;
	width: 410px;
	height: 250px;
	margin-right: 60px;
	margin-bottom: 60px;
}

.last {
	margin-right: 0;
}

.project_item a {
	display: block;
}

.project_item a img {
	display: block;
	width: 410px;
	height: 200px;
}

.project_item_title {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-size: 20px;
	color: #fff;
	background: #000;
	display: block;
	overflow: hidden;
}

.project_footer {
	background: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 990;
}

.project_footer_inner {
	margin: 0 45px;
}

.project_footer_list {
	list-style: none;
	text-align: center;
	margin: 0;
}

.project_footer_item {
	display: inline-block;
	width: 240px;
	text-align: center;
}

.project_footer_item a {
	display: block;
	line-height: 46px;
	font-size: 18px;
	color: #4a4a4a;
}

.project_footer_item.current a {
	background: #FF6F6F;
	color: #fff;
}

.project_footer_price_item {
	position: relative;
}

.price_tower_dropup {
	position: absolute;
	left: 0;
	bottom: 46px;
	width: 100%;
	background: #fff;
	display: none;
}

.market_info_list {
	margin: 60px 45px 76px;
	overflow: hidden;
}

.market_info_item {
	margin-bottom: 70px;
	overflow: hidden;
	position: relative;
}

.market_info_item_img {
	float: left;
}

.market_info_item_img a {
	display: block;
}

.market_info_item_img a img {
	display: block;
	width: 280px;
	height: 190px;
}

.market_info_item_data {
	padding-left: 340px;
}

.market_info_item .market_info_item_title {
	font-size: 30px;
	color: #fff;
	display: inline-block;
	line-height: 36px;
	font-weight: 700;
	max-height: 36px;
	overflow: hidden;
}

.market_info_item .market_info_item_readmore {
	font-size: 14px;
	line-height: 32px;
	padding: 0 12px;
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	position: absolute;
	left: 340px;
	bottom: 0;
}

.market_info_item_experct {
	font-size: 18px;
	line-height: 1.5em;
	height: 4.5em;
	overflow: hidden;
}

.price_list_wrap {
	margin: 60px 45px;
	overflow: hidden;
}

.price_list_img {
	float: left;
	width: 460px;
	margin-right: 40px;
}

.price_list_img img {
	width: 100%;
}

.price_floor_list {}

.price_floor_list_project_title {
	font-size: 36px;
	margin-bottom: 20px;
}

.price_floor_list_project_title span {
	font-size: 24px;
	margin-left: 20px;
}

.no_right {
	text-align: center;
	padding: 30px;
	font-size: 20px;
	color: #FF6F6F;
}

.floor_list_wrap {
	overflow: hidden;
}

.list_item {
	float: left;
	width: 120px;
	height: 44px;
	line-height: 38px;
	border: 3px solid #1ECDE9;
	margin-right: 50px;
	margin-bottom: 40px;
}

.list_item a {
	display: block;
	color: #000;
	font-size: 24px;
	text-align: center;
	background: #fff;
}

.wrong_route {
	background: rgba(239, 239, 239, .96);
	color: #EE8F8F;
	font-size: 24px;
	overflow: hidden;
	width: 50%;
	height: 362px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25%;
	margin-top: -181px;
	z-index: 900;
}

.wrong_route_inner {
	border: 1px solid #EE8F8F;
	margin: 30px 40px;
	text-align: center;
	padding: 0 50px 50px;
}

.wrong_route_inner div {
	line-height: 200px;
}

.wrong_route_inner a {
	color: #fff;
	font-size: 20px;
	background: #FF6F6F;
	line-height: 50px;
	padding: 0 20px;
	display: inline-block;
	border-radius: 2px;
}

.floor_plan_wrap {
	margin: 60px auto;
	width: 1110px;
}

.floor_plan_wrap img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	margin-bottom: 25px;
	height: auto;
}

.floor_plan_title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.unit_list_wrap {
	overflow: hidden;
}

.unit_list_wrap .list_item {
	margin-bottom: 25px;
	margin-right: 45px;
}

.unit_list_wrap .list_item.last {
	margin-right: 0;
}

.unit_plan_wrap {
	overflow: hidden;
	margin: 60px 87px;
}

.unit_plan_title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}

.unit_plan_content_wrap {
	overflow: hidden;
}

.unit_plan_img {
	float: left;
	width: 560px;
	margin-right: 40px;
}

.unit_plan_img img {
	width: 100%;
}

.unit_plan_content {
	font-size: 24px;
}

.with_project_footer {
	margin-bottom: 56px;
}

.no_items {
	text-align: center;
	font-size: 30px;
	line-height: 10em;
}

.profile_content {
	margin-top: 30px;
	font-size: 18px;
	overflow: hidden;
}

.profile_content_part {}

.profile_content_part img {
	display: block;
	margin: 0 auto 10px;
}

.column-1 .profile_content_part {
	width: 100%;
}

.column-2 .profile_content_part {
	float: left;
	width: 46%;
	margin-right: 8%;
}

.column-2 .profile_content_part:last-child {
	margin-right: 0;
}

.column-3 .profile_content_part {
	float: left;
	width: 28%;
	margin-right: 8%;
}

.column-3 .profile_content_part:last-child {
	margin-right: 0;
}

.project_location_img{
	margin-bottom: 20px;
}

.project_location_img img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

#project_map{
	height: 430px;
	margin-bottom: 56px;
}

.gallery_tabs {
	list-style: none;
	overflow: hidden;
	text-align: center;
}

.gallery_tabs li {
	display: inline-block;
	font-size: 20px;
	padding: 0 20px;
	margin: 0 10px;
	cursor: pointer;
}

.gallery_tabs li.current {
	border-bottom: 3px solid #FF6F6F;
}

.profile_gallery {
	margin-bottom: 76px;
}

.profile_gallery .bx-wrapper {
	margin-bottom: 0;
}

.gallery_slider {
	width: 1024px;
	margin: 0 auto;
}

.gallery_tabs_content {
	display: none;
}

.gallery_tabs_content.current {
	display: block;
}

.gallery_slider_pager_wrap {
	margin-top: 37.5px;
}

.gallery_slider_pager{
	font-size:0;
}

.gallery_slider_pager img {
	width: 208px;
	height: 117px;
}

.gallery_slider_pager a {
	display: inline-block;
	float:none !important;
	margin: 0 auto;
}

.gallery_slider_pager a.active img {

}

.gallery_slider_pager_wrap .bx-wrapper {
	text-align:center;
	max-width: 1190px!important;
}

.profile_pdfs_wrap {
	position: fixed;
	right: -3px;
	top: 150px;
	border: 3px solid #fff;
	font-size: 20px;
	font-weight: 700;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	line-height: 24px;
	padding: 15px;
	background: #FF6F6F;
	text-transform: uppercase;
}

.profile_pdf {
	color: #fff;
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

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

.profile_pdf:hover,
.profile_pdf:active {
	color: #fff;
}

.profile_pdf span {
	display: block;
	margin-bottom: 12px;
}

.sales_kit_pdf {
	height: 46px;
	background: url(../img/download-to-storage-drive.png) no-repeat center center;
}

.brochure_pdf {
	height: 42px;
	background: url(../img/black-map.png) no-repeat center center;
}

.furniture_pack_pdf {
	height: 32px;
	background: url(../img/sofa.png) no-repeat center center;
}

.back {
	position: fixed;
	left: 0px;
	top: 150px;
	background: #fff;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	color: #FF6F6F;
	height: 67px;
	width: 64px;
	text-align: center;
	padding-right: 15px;
	padding-top: 8px;
	z-index: 999;
}

.back .fa-chevron-left {
	top: 1px;
	left: -1px;
}

.back_txt {
	font-size: 16px;
	display: block;
	line-height: 20px;
}

.back:hover,
.back:active {
	color: #FF6F6F;
}

.price_list_btn {
	position: fixed;
	right: -3px;
	top: 150px;
	border: 3px solid #fff;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	line-height: 24px;
	height: 84px;
	padding: 15px 20px 15px 85px;
	background: #FF6F6F url(../img/squared-bullet-list.png) no-repeat 25px center;
}

.price_list_btn:hover,
.price_list_btn:active {
	color: #fff;
}

.unit_filter_wrap {
	background: #E8EAEA;
	padding: 12px 25px 25px;
}

.unit_filter_left {
	float: left;
	width: 300px;
	margin-right: 15px;
}

.unit_filter_left_title {
	font-size: 26px;
	color: #333;
	line-height: 50px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-right: 1px solid #333;
}

.unit_filter_items {
	background: #fff;
	overflow: hidden;
}

.unit_filter_items_title {
	padding-left: 30px;
	font-size: 16px;
	font-weight: 700;
	line-height: 70px;
	background: #f3f3f3;
	color: #000;
	border-bottom: 1px solid #f3f3f3;
}

.unit_filter_item {
	border-bottom: 1px solid #D0D0D0;
	padding: 0 30px;
}

.unit_slider_filter {
	padding: 20px 0 0;
}

.unit_slider_filter:last-child {
	padding-bottom: 20px;
}

.unit_slider_filter label {
	font-size: 14px;
}

.unit_filter_right {
	float: right;
}

.unit_filter_right_title {
	font-size: 20px;
	color: #8A8A8A;
	line-height: 50px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.unit_data_table_wrap {
	width: 900px;
	overflow-x: scroll;
}

.unit_data_table {
	background: #fff;
	margin: 0;
	text-align: center;
	position: relative;
	white-space: nowrap;
}

.unit_data_table th {
	border-bottom: 1px solid #DEDEDE;
	font-size: 13px;
	color: #000;
	line-height: 70px;
	padding: 0 20px !important;
	text-align: center;
}

.unit_data_table td {
	color: #333;
	font-size: 12px;
	padding: 14px 20px;
}

.inquiry_btn {
	width: 76px;
	height: 30px;
	border: 3px solid #049EB7;
	color: #000;
	line-height: 24px;
	text-align: center;
	display: inline-block;
}

.inquiry_btn.hold,
.inquiry_btn.sold {
	cursor: default;
	color: #aaa;
	border-color: #ccc;
}

.checkbox_label {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 40px;
}

.unit_filter_btns {
	margin: 10px 30px;
}

.unit_filter_btns button {
	color: #fff;
	padding: 0.5em 1em;
}

#filter_reset {
	background: #222;
}

#filter_submit {
	background: #FF6F6F;
	float: right;
}

#content {
	overflow: hidden;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
	.logo a {
		background-image: url(../img/logo@2x.png);
		background-size: 341px 46px;
	}
	#messages_wrap .close{
		background-image: url(../img/Reset@2x.png);
		background-size: 20px 20px;
	}
	#message_trigger .inbox_envelope{
		background-image: url(../img/close-envelope@2x.png);
		background-size: 37px 26px;
	}
	.sales_kit_pdf {
		background-image: url(../img/download-to-storage-drive@2x.png);
		background-size: 50px 46px;
	}
	.brochure_pdf {
		background-image: url(../img/black-map@2x.png);
		background-size: 53px 42px;
	}

	.furniture_pack_pdf {
		background-image: url(../img/sofa@2x.png);
		background-size: 65px 32px;
	}
	.price_list_btn {
		background-image: url(../img/squared-bullet-list@2x.png);
		background-size: 48px 48px;
	}
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.logo a {
		background-image: url(../img/logo@2x.png);
		background-size: 341px 46px;
	}
	#messages_wrap .close{
		background-image: url(../img/Reset@3x.png);
		background-size: 20px 20px;
	}
	#message_trigger .inbox_envelope{
		background-image: url(../img/close-envelope@2x.png);
		background-size: 37px 26px;
	}
	.sales_kit_pdf {
		background-image: url(../img/download-to-storage-drive@2x.png);
		background-size: 50px 46px;
	}
	.brochure_pdf {
		background-image: url(../img/black-map@2x.png);
		background-size: 53px 42px;
	}

	.furniture_pack_pdf {
		background-image: url(../img/sofa@2x.png);
		background-size: 65px 32px;
	}
	.price_list_btn {
		background-image: url(../img/squared-bullet-list@2x.png);
		background-size: 48px 48px;
	}
}


/*slider*/

.bx-wrapper {
	position: relative;
	margin-bottom: 60px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	width: 100%;
}

.bxslider {
	margin: 0;
	padding: 0;
}

ul.bxslider {
	list-style: none;
}

.bx-viewport {
	-webkit-transform: translatez(0);
}

.bx-wrapper {}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('../img/bx_loader.gif') center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 18px;
	height: 18px;
	margin: 0 8px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: rgba(255, 255, 255, .6);
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: bottom;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}

.bx-wrapper .bx-prev {
	left: 0;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	background-position: 0 0;
}

.bx-wrapper .bx-next {
	right: 0;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	outline: 0;
	width: 45px;
	height: 45px;
	z-index: 500;
	color: #fff;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	line-height: 45px;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('../img/controls.png') -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('../img/controls.png') -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	overflow: hidden;
	position: relative;
}

.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	overflow: auto;
}

.fht-table-wrapper .fht-table .fht-cell {
	overflow: hidden;
	height: 1px;
}

.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
	top: 0;
	left: 0;
	position: absolute;
}

.fht-table-wrapper .fht-fixed-column {
	z-index: 1;
}

.irs {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.irs-line {
	position: relative;
	display: block;
	overflow: hidden;
	outline: none !important;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
	position: absolute;
	display: block;
	top: 0;
}

.irs-line-left {
	left: 0;
	width: 11%;
}

.irs-line-mid {
	left: 9%;
	width: 82%;
}

.irs-line-right {
	right: 0;
	width: 11%;
}

.irs-bar {
	position: absolute;
	display: block;
	left: 0;
	width: 0;
}

.irs-bar-edge {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

.irs-shadow {
	position: absolute;
	display: none;
	left: 0;
	width: 0;
}

.irs-slider {
	position: absolute;
	display: block;
	cursor: default;
	z-index: 1;
}

.irs-slider.single {}

.irs-slider.from {}

.irs-slider.to {}

.irs-slider.type_last {
	z-index: 2;
}

.irs-min {
	position: absolute;
	display: block;
	left: 0;
	cursor: default;
}

.irs-max {
	position: absolute;
	display: block;
	right: 0;
	cursor: default;
}

.irs-from,
.irs-to,
.irs-single {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	cursor: default;
	white-space: nowrap;
}

.irs-grid {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
}

.irs-with-grid .irs-grid {
	display: block;
}

.irs-grid-pol {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 8px;
	background: #000;
}

.irs-grid-pol.small {
	height: 4px;
}

.irs-grid-text {
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	padding: 0 3px;
	color: #000;
}

.irs-disable-mask {
	position: absolute;
	display: block;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	cursor: default;
	background: rgba(0, 0, 0, 0.0);
	z-index: 2;
}

.irs-disabled {
	opacity: 0.4;
}

.lt-ie9 .irs-disabled {
	filter: alpha(opacity=40);
}

.irs-hidden-input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
	background: url(../img/slider.png) repeat-x;
}

.irs {
	height: 40px;
}

.irs-with-grid {
	height: 60px;
}

.irs-line {
	height: 8px;
	top: 25px;
}

.irs-line-left {
	height: 8px;
	background-position: 0 -30px;
}

.irs-line-mid {
	height: 8px;
	background-position: 0 0;
}

.irs-line-right {
	height: 8px;
	background-position: 100% -30px;
}

.irs-bar {
	height: 8px;
	top: 25px;
	background-position: 0 -60px;
}

.irs-bar-edge {
	top: 25px;
	height: 8px;
	width: 11px;
	background-position: 0 -90px;
}

.irs-shadow {
	height: 1px;
	top: 34px;
	background: #000;
	opacity: 0.15;
}

.lt-ie9 .irs-shadow {
	filter: alpha(opacity=15);
}

.irs-slider {
	width: 22px;
	height: 22px;
	top: 17px;
	background-position: 0 -120px;
	cursor: pointer;
}

.irs-slider.state_hover,
.irs-slider:hover {
	background-position: 0 -150px;
}

.irs-min,
.irs-max {
	color: #999;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	top: 0;
	padding: 1px 3px;
	background: rgba(0, 0, 0, 0.1);
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
	background: #ccc;
}

.irs-from,
.irs-to,
.irs-single {
	color: #fff;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background: rgba(0, 0, 0, 0.3);
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
	background: #999;
}

.irs-grid-pol {
	background: #99a4ac;
}

.irs-grid-text {
	color: #99a4ac;
}

.irs-disabled {}

.mobile_pdfs_trigger{
	display: none;
}

.fancybox-close-small{
	display: none;
}

.mobile-filter-project-info{
	display: none;
}

@media screen and (max-width: 1440px) {
	body, button, input, select, textarea{
		font-size: 14px;
	}
	#page, .wrap{
		width: 98%;
		margin: 0 auto;
	}
	#masthead{
		position: fixed;
		left: 0;
		width: 100%;
		top: 0;
		height: 60px;
		border-bottom: 2px solid #fff;
		background: #26C2A2;
		background: -webkit-linear-gradient(49deg, rgba(38, 194, 162, 1) 7%, rgba(23, 112, 167, 1) 100%);
		background: -o-linear-gradient(49deg, rgba(38, 194, 162, 1) 7%, rgba(23, 112, 167, 1) 100%);
		background: linear-gradient(49deg, rgba(38, 194, 162, 1) 7%, rgba(23, 112, 167, 1) 100%);
	}
	.navigation-top{
		padding-top: 0;
	}
	.navigation-top .avatar{
		display: none;
	}
	.logo {
		margin-top: 14px;
		margin-bottom: 14px;
		margin-left: 10px;
	}
	.logo a{
		width: 222px;
		height: 30px;
		background-size: 222px 30px;
	}
	.right-bar{
		margin-right: 0;
		margin-top: 14px;
	}
	.langs{
		height: 30px;
		line-height: 28px;
		font-size: 14px;
		margin-right: 8px;
	}
	.langs a{
		padding: 0 8px;
	}
	.langs a.current{
		padding: 0 24px 0 8px;
	}
	.langs a.current::after{
		border-top-width: 6px;
		border-left-width: 5px;
		border-right-width: 5px;
		top: 12px;
		right: 7px;
	}
	.langs a.open, .langs a.show{
		background: #1770A7;
	}
	.menu{
		float: right;
		margin-right: 5px;
	}
	.menu span{
		display: none;
	}
	.menu i{
		line-height: 30px;
		margin-left: 0;
		float: left;
	}

	body.logged-in #home_login_panel, #home_login_panel{
		height: auto;
		width: 100%;
		margin: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.login_big_text{
		font-size: 36px;
		line-height: 40px;
	}
	.login_mid_text{
		font-size: 22px;
		line-height: 1;
		margin-bottom: 30px;
	}
	#home_login_panel .login_trigger{
		width: 160px;
		font-size: 16px;
		height: 38px;
		line-height: 34px;
		margin-top: 40px;
	}
	#menu_div div.avatar{
		display: block;
		margin-top: 80px;
		float: none;
		line-height: 46px;
		margin-left: 30px;
		margin-bottom: 10px;
	}
	#menu_div div.avatar .avatar{
		width: 46px;
		height: 46px;
		margin-left: 0;
	}
	#menu_div .main_menu{
		font-size: 24px;
		line-height: 2em;
		margin-top: 0;
		margin-left: 30px;
	}
	#login_div{
		width: 360px;
		height: auto;
		margin: 0;
		transform: translate(-50%,-50%);
	}
	.login_title{
		font-size: 20px;
	}
	.login_wrap{
		margin: 12px;
		height: auto;
	}
	.login_item{
		width: 100%;
		padding: 0 30px;
	}
	.login_item input{
		height: 36px;
		font-size: 14px;
	}
	.login_btn{
		margin: 30px auto;
	}
	.login_btn button{
		width: 100px;
		height: 32px;
		font-size: 14px;
	}
	.login_error_message, .login_ajax_result{
		font-size: 14px;
	}
	#contact_div{
		width: 360px;
		height: auto;
		margin: 0;
		transform: translate(-50%,-50%);
	}
	.contact_wrap{
		margin: 12px;
		height: auto;
	}
	.contact_item{
		width: 100%;
		padding: 0 30px;
	}
	.contact_label{
		font-size: 14px;
	}
	.contact_label span{
		width: 80%;
	}
	.contact_item textarea{
		font-size: 14px;
	}
	.contact_title{
		font-size: 20px;
	}
	.contact_error_message, .contact_ajax_result{
		font-size: 14px;
	}
	.contact_btn button{
		width: 100px;
		height: 32px;
		font-size: 14px;
	}
	#messages_wrap{
		display: none;
		width: calc( 100% - 30px );
		margin: 75px 15px 0;
		height: calc( 100vh - 90px );
		background: #fff;
		border: 1px solid #ccc;
		padding: 30px 15px;
	}
	.messages_title{
		margin-top: 0;
	}
	.message_items .viewport{
		height: calc( 100vh - 226px );
	}
	.site-content-contain{
		padding-top: 60px;
	}
	.project_category{
		border: none;
		background: #fff;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		padding: 0 30px;
	}
	.project_category li{
		width: 33.3333333333%;
		margin: 0;
		height: 41px;
		display: table;
	}
	.project_category li a{
		color: #666;
		font-size: 14px;
		font-weight: 700;
		display: table-cell;
		vertical-align: middle;
	}
	.project_category li a span{
		max-width: 100px;
		line-height: 1em;
		padding: 5px;
	}
	.project_category li.active a span{
		border-bottom-width: 3px;
	}
	.project_count{
		font-size: 16px;
	}
	.project_archive{
		margin: 0 20px 0;
		padding-top: 41px;
	}
	.archive .pagination{
		margin-bottom: 20px;
	}
	.project_item{
		float: none;
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.project_item a img{
		max-width: 100%;
		height: auto;
		width: 100%;
	}
	.project_item_title{
		height: 42px;
		line-height: 42px;
		padding: 0 15px;
		font-size: 16px;
	}
	#page_inner{
		padding: 20px;
	}
	#page_inner img{
		max-width: 100%;
		height: auto;
	}
	.page_title{
		font-size: 20px;
	}
	.page_subtitle{
		font-size: 18px;
	}
	.project_footer_inner{
		margin: 0;
	}
	.project_footer_item{
		width: 100%;
	}
	.project_footer_item a{
		line-height: 46px;
		font-size: 14px;
	}
	@keyframes blink{
		0%,50%,to{opacity:1}
		25%,75%{opacity:0}
	}
	.project_footer_item.current a{
		background: #fff;
		color: #FF6F6F;
		animation: blink 2s linear infinite;
	}
	.project_footer{
		z-index: 1040;
		transition: .5s all ease;
		-webkit-transition: .5s all ease;
		display: none;
	}
	.project_footer.close{
		height: 46px;
		transition: .5s all ease;
		-webkit-transition: .5s all ease;
	}
	.project_footer.close::after{
		transform: rotate(180deg);
	}
	.project_footer::after {
		border-bottom: 6px solid transparent;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		content: "";
		height: 0;
		position: absolute;
		top: 20px;
		width: 0;
		border-bottom-color: #FF6F6F;
		right: 10px;
		transition: .5s all ease;
		-webkit-transition: .5s all ease;
		animation: blink 2s linear infinite;
	}
	.market_info_list{
		margin: 30px 10px 46px;
	}
	.single-project .pagination{
		margin-bottom: 30px;
	}
	.market_info_item{
		margin-bottom: 30px;
	}
	.market_info_item_img a img{
		width: 150px;
		height: 100px;
	}
	.market_info_item_data{
		padding-left: 170px;
	}
	.market_info_item .market_info_item_title{
		font-size: 16px;
		line-height: 20px;
		max-height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
		white-space: nowrap;
		float: left;
	}
	.market_info_item_experct, .market_info_item_experct p{
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
		word-break: break-all;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		height: 54px;
	}
	.market_info_item .market_info_item_readmore{
		left: 170px;
		font-size: 12px;
		line-height: 20px;
		padding: 0 5px;
	}
	.back{
		height: 34px;
		width: 34px;
		padding-right: 3px;
		padding-top: 3px;
	}
	.back_txt{
		font-size: 14px;
		display: none;
	}
	.profile_pdfs_wrap{
		display: none;
	}
	.profile_pdfs_wrap.animated{
		-webkit-animation-duration: .5s;
		-moz-animation-duration: .5s;
		animation-duration: .5s;
	}
	.mobile_pdfs_trigger{
		width: 30px;
		height: 34px;
		background: #FF6F72;
		border-top-left-radius: 50%;
		border-bottom-left-radius: 50%;
		position: fixed;
		top: 110px;
		right: 0;
		padding-left: 5px;
		text-align: center;
		font-size: 20px;
		line-height: 34px;
		display: block;
	}
	.profile_pdfs_wrap{
		font-size: 12px;
		line-height: 1em;
		padding: 15px 8px;
	}
	.profile_pdf{
		margin-bottom: 20px;
	}
	.sales_kit_pdf{
		height: 23px;
		background: url(../img/mobile-download-to-storage-drive.png) no-repeat center center;
	}
	.brochure_pdf{
		height: 23px;
		background: url(../img/mobile-black-map.png) no-repeat center center;
	}
	.furniture_pack_pdf{
		height: 22px;
		background: url(../img/mobile-sofa.png) no-repeat center center;
	}
	.profile_content{
		font-size: 14px;
	}
	.column-1 .profile_content_part, .column-2 .profile_content_part, .column-3 .profile_content_part{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.profile_content_part p:last-child{
		margin-bottom: 0;
	}
	.price_list_wrap{
		margin: 20px 20px 30px;
	}
	.price_list_img{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.price_list_img img{
		max-width: 100%;
		height: auto;
	}
	.price_floor_list_project_title{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.price_floor_list_project_title span{
		font-size: 14px;
		margin-left: 10px;
	}
	.list_item, .unit_list_wrap .list_item{
		height: 36px;
		line-height: 30px;
		margin-right: 5%;
		margin-bottom: 5%;
		width: 30%;
	}
	.list_item:nth-child(3n+0), .unit_list_wrap .list_item:nth-child(3n+0){
		margin-right: 0;
	}
	.list_item a{
		font-size: 16px;
	}
	.price_list_btn{
		font-size: 14px;
		border-width: 2px;
		right: -2px;
		height: 54px;
		line-height: 16px;
		padding: 10px 10px 10px 45px;
		background: #FF6F6F url(../img/mobile-squared-bullet-list.png) no-repeat 13px center
	}
	.floor_plan_wrap{
		width: 100%;
		padding: 20px 20px 60px;
		margin: 0;
	}
	.floor_plan_title{
		font-size: 20px;
	}
	.unit_list_wrap .list_item.last{
		margin-right: 5%;
	}
	.unit_plan_wrap{
		margin: 20px;
	}
	.unit_plan_title{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.unit_plan_img{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.unit_plan_img img{
		max-width: 100%;
		height: auto;
	}
	.unit_plan_content{
		font-size: 14px;
	}
	.unit_plan_content img {
		max-width: 100%;
		height: auto;
	}
	.price_tower_dropup{
		position: static;
		display: block;
	}
	.project_footer_item .price_tower_dropup a {
		color: #ccc;
	}
	#message_trigger{
		width: auto;
		height: auto;
		background: transparent;
		border: none;
		border-radius: 0;
		right: 5px;
		bottom: 50px;
		background: #FF6F6F;
		border-top-left-radius: 50%;
		border-bottom-left-radius: 50%;
		border: 3px solid #fff;
		padding: 5px 5px 8px 10px;
		right: -3px;
	}
	.mcount{
		font-size: 14px;
		line-height: 1em;
		border-radius: 0;
		background: transparent;
		height: auto;
		color: #fff;
		display: block;
		position: static;
	}
	.message_trigger_inner{
		border-radius: 0;
	}
	#message_trigger .inbox_envelope{
		margin: 0;
		width: 32px;
		height: 23px;
		background: url(../img/mobile-close-envelope.png) no-repeat center center;
	}
	.inbox_name{
		display: none;
	}
	.single-project .unit_filter_wrap{
		width: 100%;
		margin: 60px 0 0;
		padding: 0;
		overflow: hidden;
		height: calc( 100vh - 60px );
	}
	.unit_filter_left{
		float: none;
		width: 100%;
		margin-right: 0;
		height: 68px;
		overflow: hidden;
		transition: .5s all ease;
		-webkit-transition: .5s all ease;
	}
	.unit_filter_right{
		float: none;
	}
	.single-project .fancybox-bg{
		background: transparent;
	}
	.unit_filter_wrap .fancybox-close-small{
		display: block;
		width: 20px;
		height: 20px;
		top: 10px;
		right: 10px;
		background: url(../img/Reset.png) no-repeat center center;
	}
	.unit_filter_wrap .fancybox-close-small:hover{
		background-color: transparent;
	}
	.unit_filter_wrap .fancybox-close-small:after{
		content: '';
		position: static;
	}
	.unit_filter_wrap .fancybox-close-small:hover:after{
		background-color: transparent;
	}
	.unit_filter_left_title, .unit_filter_right_title{
		display: none;
	}
	.unit_filter_items_title{
		font-size: 16px;
		height: 28px;
		line-height: 28px;
		color: #4A90E2;
		margin-top: 40px;
		position: relative;
		padding-left: 20px;
	}
	.unit_filter_items_title:before{
		content: "\f078";
		font-family: 'FontAwesome';
		position: absolute;
		right: 20px;
	}
	.expended .unit_filter_items_title:before{
		content: "\f077";
	}
	.mobile-filter-project-info{
		font-size: 14px;
		color: #8a8a8a;
		background: #f1f1f1;
		margin-top: 5px;
		padding: 0 20px;
		display: block;
		height: 40px;
		overflow: hidden;
	}
	.unit_filter_item{
		padding: 0 20px;
	}
	.mobile-filter-project-info span{
		font-size: 20px;
		color: #333;
		border-right: 1px solid #333;
		padding-right: 10px;
		margin-right: 10px;
		line-height: 30px;
		display: inline-block;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.unit_data_table_wrap{
		width: auto;
	}
	.unit_data_table th{
		line-height: 50px;
	}

	.gallery_slider_wrap .bx-wrapper .bx-controls-direction a{
		display: none;
	}

	@media all and (-webkit-min-device-pixel-ratio: 1.5),
	all and (-o-min-device-pixel-ratio: 3 / 2),
	all and (min--moz-device-pixel-ratio: 1.5),
	all and (min-device-pixel-ratio: 1.5) {
		#message_trigger .inbox_envelope{
			background-image: url(../img/mobile-close-envelope@2x.png);
			background-size: 32px 23px;
		}
		.price_list_btn {
			background-image: url(../img/mobile-squared-bullet-list@2x.png);
			background-size: 24px 29px;
		}
		.sales_kit_pdf{
			background-image: url(../img/mobile-download-to-storage-drive@2x.png);
			background-size: 25px 23px;
		}
		.brochure_pdf{
			background-image: url(../img/mobile-black-map@2x.png);
			background-size: 28px 23px;
		}
		.furniture_pack_pdf{
			background-image: url(../img/mobile-sofa@2x.png);
			background-size: 35px 22px;
		}
	}

	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
		#message_trigger .inbox_envelope{
			background-image: url(../img/mobile-close-envelope@3x.png);
			background-size: 32px 23px;
		}
		.price_list_btn {
			background-image: url(../img/mobile-squared-bullet-list@3x.png);
			background-size: 24px 29px;
		}
		.sales_kit_pdf{
			background-image: url(../img/mobile-download-to-storage-drive@3x.png);
			background-size: 25px 23px;
		}
		.brochure_pdf{
			background-image: url(../img/mobile-black-map@3x.png);
			background-size: 28px 23px;
		}
		.furniture_pack_pdf{
			background-image: url(../img/mobile-sofa@3x.png);
			background-size: 35px 22px;
		}
	}

}