html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role="button"] {
	cursor: pointer
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0
}

@media (min-width:768px) {
	.container {
		width: 720px
	}
}

@media (min-width:992px) {
	.container {
		width: 940px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1140px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0
}

.row {
	margin-left: 0;
	margin-right: 0
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
	background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
	background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
	background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
	background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
	background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
	background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
	background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
	background-color: #ebcccc
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>thead>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>thead>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type="file"] {
	display: block
}

input[type="range"] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type="search"] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 34px
	}

	input[type="date"].input-sm,
	input[type="time"].input-sm,
	input[type="datetime-local"].input-sm,
	input[type="month"].input-sm,
	.input-group-sm input[type="date"],
	.input-group-sm input[type="time"],
	.input-group-sm input[type="datetime-local"],
	.input-group-sm input[type="month"] {
		line-height: 30px
	}

	input[type="date"].input-lg,
	input[type="time"].input-lg,
	input[type="datetime-local"].input-lg,
	input[type="month"].input-lg,
	.input-group-lg input[type="date"],
	.input-group-lg input[type="time"],
	.input-group-lg input[type="datetime-local"],
	.input-group-lg input[type="month"] {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
	margin-top: -5px
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0
	}

	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 0
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	color: #337ab7;
	font-weight: normal;
	border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%
}

/*.fade {*/
/*	opacity: 0;*/
/*	-webkit-transition: opacity .15s linear;*/
/*	-o-transition: opacity .15s linear;*/
/*	transition: opacity .15s linear*/
/*}*/

/*.fade.in {*/
/*	opacity: 1*/
/*}*/

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropup,
.dropdown {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
	z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control:focus {
	z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
	height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
	z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:hover,
	.nav-tabs-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 0;
	padding-left: 0;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px
	}
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
	margin-right: 0;
	margin-left: 0
}

@media (min-width:768px) {

	.container>.navbar-header,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {

	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	padding: 15px 0;
	font-size: 18px;
	line-height: 20px;
	height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width:768px) {

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 0;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px 0
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	margin-left: 0;
	margin-right: 0;
	padding: 10px 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 8px;
	margin-bottom: 8px
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .form-control-static {
		display: inline-block
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto
	}

	.navbar-form .input-group>.form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0
	}

	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 0;
		margin-right: 0
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left !important
	}

	.navbar-right {
		float: right !important;
		margin-right: 0
	}

	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: #e7e7e7;
	color: #555
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #080808;
	color: #fff
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #ccc
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:hover,
a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
	margin-left: auto;
	margin-right: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #337ab7
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: bold
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,
.media-body {
	zoom: 1;
	overflow: hidden
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right,
.media>.pull-right {
	padding-left: 10px
}

.media-left,
.media>.pull-left {
	padding-right: 10px
}

.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	background-color: #eee;
	color: #777;
	cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
	color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #c7ddef
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
	margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
	padding-left: 15px;
	padding-right: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90)
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	border-width: 10px;
	content: ""
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}

.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}

	.carousel-inner>.item.next,
	.carousel-inner>.item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0
	}

	.carousel-inner>.item.prev,
	.carousel-inner>.item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0
	}

	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right,
	.carousel-inner>.item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0)
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table !important
	}

	tr.visible-md {
		display: table-row !important
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table !important
	}

	tr.visible-print {
		display: table-row !important
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

.datetimepicker {
	padding: 4px;
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	direction: ltr
}

.datetimepicker-inline {
	width: 220px
}

.datetimepicker.datetimepicker-rtl {
	direction: rtl
}

.datetimepicker.datetimepicker-rtl table tr td span {
	float: right
}

.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
	top: 0;
	left: 0
}

[class*=" datetimepicker-dropdown"]:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute
}

[class*=" datetimepicker-dropdown"]:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute
}

[class*=" datetimepicker-dropdown-top"]:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #ccc;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-bottom: 0
}

[class*=" datetimepicker-dropdown-top"]:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	border-bottom: 0
}

.datetimepicker-dropdown-bottom-left:before {
	top: -7px;
	right: 6px
}

.datetimepicker-dropdown-bottom-left:after {
	top: -6px;
	right: 7px
}

.datetimepicker-dropdown-bottom-right:before {
	top: -7px;
	left: 6px
}

.datetimepicker-dropdown-bottom-right:after {
	top: -6px;
	left: 7px
}

.datetimepicker-dropdown-top-left:before {
	bottom: -7px;
	right: 6px
}

.datetimepicker-dropdown-top-left:after {
	bottom: -6px;
	right: 7px
}

.datetimepicker-dropdown-top-right:before {
	bottom: -7px;
	left: 6px
}

.datetimepicker-dropdown-top-right:after {
	bottom: -6px;
	left: 7px
}

.datetimepicker>div {
	display: none
}

.datetimepicker.minutes div.datetimepicker-minutes {
	display: block
}

.datetimepicker.hours div.datetimepicker-hours {
	display: block
}

.datetimepicker.days div.datetimepicker-days {
	display: block
}

.datetimepicker.months div.datetimepicker-months {
	display: block
}

.datetimepicker.years div.datetimepicker-years {
	display: block
}

.datetimepicker table {
	margin: 0
}

.datetimepicker td,
.datetimepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0
}

.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
	background-color: transparent
}

.datetimepicker table tr td.minute:hover {
	background: #eee;
	cursor: pointer
}

.datetimepicker table tr td.hour:hover {
	background: #eee;
	cursor: pointer
}

.datetimepicker table tr td.day:hover {
	background: #eee;
	cursor: pointer
}

.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
	color: #999
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
	background: 0;
	color: #999;
	cursor: default
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
	background-color: #fde19a;
	background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
	background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: linear-gradient(top, #fdd49a, #fdf59a);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
	border-color: #fdf59a #fdf59a #fbed50;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
	background-color: #fdf59a
}

.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
	background-color: #fbf069
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #08c, #04c);
	background-image: -ms-linear-gradient(top, #08c, #04c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
	background-image: -webkit-linear-gradient(top, #08c, #04c);
	background-image: -o-linear-gradient(top, #08c, #04c);
	background-image: linear-gradient(top, #08c, #04c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #04c #04c #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
	background-color: #04c
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
	background-color: #039
}

.datetimepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.datetimepicker .datetimepicker-hours span {
	height: 26px;
	line-height: 26px
}

.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
	width: 14.6%
}

.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
	margin-bottom: inherit;
	line-height: 30px
}

.datetimepicker .datetimepicker-minutes span {
	height: 26px;
	line-height: 26px
}

.datetimepicker table tr td span:hover {
	background: #eee
}

.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
	background: 0;
	color: #999;
	cursor: default
}

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #08c, #04c);
	background-image: -ms-linear-gradient(top, #08c, #04c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
	background-image: -webkit-linear-gradient(top, #08c, #04c);
	background-image: -o-linear-gradient(top, #08c, #04c);
	background-image: linear-gradient(top, #08c, #04c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #04c #04c #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
	background-color: #04c
}

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
	background-color: #039
}

.datetimepicker table tr td span.old {
	color: #999
}

.datetimepicker th.switch {
	width: 145px
}

.datetimepicker th span.glyphicon {
	pointer-events: none
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot th {
	cursor: pointer
}

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot th:hover {
	background: #eee
}

.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
	cursor: pointer;
	width: 14px;
	height: 14px
}

.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto
}

.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: 0;
	direction: ltr
}

.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto
}

.mCSB_inside>.mCSB_container {
	margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0
}

.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCSB_outside+.mCSB_scrollTools {
	right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	right: auto;
	left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
	min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
	margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px;
	height: 100%;
	left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px;
	margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0
}

.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
	padding-right: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
	margin-right: 0;
	margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
	padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
	padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
	background-image: url(mCSB_buttons.png);
	background-repeat: no-repeat;
	opacity: .4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
	opacity: .9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
	height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px;
	height: 16px;
	margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px;
	width: 16px;
	margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
	background-repeat: repeat-y;
	opacity: .3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 70px
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 8px;
	margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
	right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
	bottom: 1px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
	width: 12px;
	margin: 2px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
	height: 12px;
	width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #000;
	background-color: rgba(0, 0, 0, .05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
	box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #fff;
	background-color: rgba(0, 0, 0, .05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
	left: 0;
	right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 6px;
	margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-color: rgba(255, 255, 255, .2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	border-color: #000;
	border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9)
}

.ms-choice,
.ms-drop {
	border: 1px solid #aaa
}

.ms-drop input[type=checkbox],
.ms-parent {
	vertical-align: middle
}

.ms-parent {
	display: inline-block;
	position: relative
}

.ms-choice,
.ms-choice>span {
	display: block;
	overflow: hidden;
	white-space: nowrap
}

.ms-choice {
	width: 100%;
	height: 26px;
	padding: 0;
	cursor: pointer;
	text-align: left;
	line-height: 26px;
	color: #444;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff
}

.ms-choice.disabled {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default
}

.ms-choice>span {
	position: absolute;
	top: 0;
	left: 0;
	right: 20px;
	text-overflow: ellipsis;
	padding-left: 8px
}

.ms-choice>span.placeholder {
	color: #999
}

.ms-choice>div {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 25px;
	background: url(multiple-select.png) left top no-repeat
}

.ms-choice>div.open {
	background: url(multiple-select.png) right top no-repeat
}

.ms-drop {
	width: 100%;
	overflow: hidden;
	display: none;
	margin-top: -1px;
	padding: 0;
	position: absolute;
	z-index: 1000;
	background: #fff;
	color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.ms-drop.bottom {
	top: 100%;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.ms-drop.top {
	bottom: 100%;
	-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 -4px 5px rgba(0, 0, 0, .15)
}

.ms-search {
	display: inline-block;
	margin: 0;
	min-height: 26px;
	padding: 4px;
	position: relative;
	white-space: nowrap;
	width: 100%;
	z-index: 10000
}

.ms-search input {
	width: 100%;
	height: auto !important;
	min-height: 24px;
	padding: 0 20px 0 5px;
	margin: 0;
	outline: 0;
	font-family: sans-serif;
	font-size: 1em;
	border: 1px solid #aaa;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: url(multiple-select.png) 100% -22px no-repeat #fff;
	background: url(multiple-select.png) 100% -22px no-repeat, -webkit-gradient(linear, left bottom, left top, color-stop(.85, #fff), color-stop(.99, #eee));
	background: url(multiple-select.png) 100% -22px no-repeat, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url(multiple-select.png) 100% -22px no-repeat, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url(multiple-select.png) 100% -22px no-repeat, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
	background: url(multiple-select.png) 100% -22px no-repeat, -ms-linear-gradient(top, #fff 85%, #eee 99%);
	background: url(multiple-select.png) 100% -22px no-repeat, linear-gradient(top, #fff 85%, #eee 99%)
}

.ms-search,
.ms-search input {
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

.ms-drop ul {
	overflow: auto;
	margin: 0;
	padding: 5px 8px
}

.ms-drop ul>li {
	list-style: none;
	display: list-item;
	background-image: none;
	position: static
}

.ms-drop ul>li .disabled {
	opacity: .35;
	filter: Alpha(Opacity=35)
}

.ms-drop ul>li.multiple {
	display: block;
	float: left
}

.ms-drop ul>li.group {
	clear: both
}

.ms-drop ul>li.multiple label {
	width: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.ms-drop ul>li label {
	font-weight: 400;
	display: block;
	white-space: nowrap
}

.ms-drop ul>li label.optgroup {
	font-weight: 700
}

.ms-drop .ms-no-results {
	display: none
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-container .swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

@font-face {
	font-family: 'flexslider-icon';
	src: url('fonts/flexslider-icon.eot');
	src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.flex-container a:hover,
.flex-slider a:hover {
	outline: none;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .flexslider .slides {
	display: block;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides>li:first-child {
	display: block;
}

.flexslider {
	margin: 0 0 10px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.carousel li {
	margin-right: 5px;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
	font-family: "ashiana";
	font-size: 30px;
	line-height: 40px;
	display: inline-block;
	content: '\67';
	color: #fff;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
	content: '\69';
}

.flex-direction-nav .flex-prev {
	left: -50px;
}

.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: '\f003';
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

@media screen and (max-width:860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-target {
	position: relative;
	direction: ltr
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0
}

.noUi-handle {
	position: relative;
	z-index: 1
}

.noUi-stacking .noUi-handle {
	z-index: 10
}

.noUi-state-tap .noUi-origin {
	-webkit-transition: left .3s, top .3s;
	transition: left .3s, top .3s
}

.noUi-state-drag * {
	cursor: inherit !important
}

.noUi-base,
.noUi-handle {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
	height: 18px
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px
}

.noUi-vertical {
	width: 18px
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px
}

.noUi-background {
	background: #FAFAFA;
	box-shadow: inset 0 1px 1px #f0f0f0
}

.noUi-connect {
	background: #3FB8AF;
	box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
	-webkit-transition: background 450ms;
	transition: background 450ms
}

.noUi-origin {
	border-radius: 2px
}

.noUi-target {
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #BBB
}

.noUi-draggable {
	cursor: w-resize
}

.noUi-vertical .noUi-draggable {
	cursor: n-resize
}

.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after,
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px
}

.noUi-handle:after {
	left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}

.noUi-vertical .noUi-handle:after {
	top: 17px
}

[disabled] .noUi-connect,
[disabled].noUi-connect {
	background: #B8B8B8
}

[disabled] .noUi-handle,
[disabled].noUi-origin {
	cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-pips {
	position: absolute;
	color: #999
}

.noUi-value {
	position: absolute;
	text-align: center
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}

.noUi-marker {
	position: absolute;
	background: #CCC
}

.noUi-marker-large,
.noUi-marker-sub {
	background: #AAA
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%
}

.noUi-value-horizontal {
	-webkit-transform: translate3d(-50%, 50%, 0);
	transform: translate3d(-50%, 50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%
}

.noUi-value-vertical {
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	padding: 5px;
	text-align: center
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
	top: -32px
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
	bottom: -32px
}

.noUi-vertical .noUi-handle-lower .noUi-tooltip {
	left: 120%
}

.noUi-vertical .noUi-handle-upper .noUi-tooltip {
	right: 120%
}

.ChatFrame {
	bottom: 70px !important;
	padding: 10px !important;
}

.ChatFooter {
	display: none !important;
}

.MessageArea textarea {
	height: 40px !important;
	border: 1px solid #e2e2e2 !important;
	padding: 8px !important;
	font-size: 13px !important;
	line-height: 22px !important;
	color: #999999 !important;
	font-weight: 600 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	padding-right: 50px !important;
	font-style: normal !important;
}

.ChatBody {
	bottom: 10px !important;
}

.ChatBody .ActionViewPanel {
	height: 40px !important;
}

.InitOnline .TypingPanel {
	display: none !important;
}

.InitOnline .MessagesPanel {
	bottom: 50px !important;
}

.InitOnline .InfoPanel {
	background: #fff !important;
}

.InitOnline .StatusMessage {
	padding: 0px 0 5px !important;
	border-bottom: 1px solid #eeeeee !important;
	margin-bottom: 15px !important;
}

.InitOnline .TextMain,
.InitOnline .TextSub {
	font-size: 16px !important;
	line-height: 20px !important;
	color: #666666 !important;
	font-weight: 800 !important;
	text-align: center !important;
}

.InitOnline .TextSub {
	font-size: 12px !important;
}

.MessagesPanel .messagesPanel {
	color: #666 !important;
	font-weight: bold !important;
	font-size: 12px !important;
	line-height: 20px !important;
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

textarea {
	resize: none;
}

input:focus,
textarea:focus,
keygen:focus,
select:focus {
	outline: 0;
}

body {
	background: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 120%;
	color: #5e5e5e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 100px;
}

body.no-scroll {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 36px;
	line-height: 38px;
	color: #666666;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.btn {
	background: transparent;
	border-radius: 0;
	font-size: 16px;
	line-height: 20px;
	text-transform: lowercase;
	padding: 12px 10px;
	text-align: center !important;
}

.btn.btn-md {
	font-size: 18px;
	min-width: auto;
	text-align: left !important;
}

a {
	color: #666;
	text-decoration: none;
	outline: none;
}

a:hover,
a:focus {
	color: #d1232a;
	text-decoration: none;
	outline: none;
}

p {
	color: #666;
	font-size: 20px;
	line-height: 24px;
}

.whyashiana {
	min-height: 300px;
	overflow: hidden;
}

.h2-new-banner-class1 {
	font-size: 25px;
	font-weight: 700;
	line-height: 42px;
	color: #ffffff;
	text-transform: uppercase;
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	text-align: left;
}

.new-location {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	display: block;
}

.left-main-text5 h1 {
	font-size: 25px;
	color: #d2232a;
	font-weight: 700;
	text-align: center;
	margin-top: 1px !important;
}

.pic1 {
	height: auto !important;
}

.right-main-text {
	width: 300px;
	float: right;
	height: auto;
	background-color: #dcddde;
	padding-bottom: 16px;
}

.div3 img {
	width: 100%;
	height: 160px !important;
	float: none;
	border: solid #ccc 1px;
	margin-bottom: 5px;
	padding: 2px;
}

.h3-new-class {
	border: none;
	color: #ffce00;
	font-size: 14px;
	outline: none;
	box-shadow: none;
	min-width: auto;
	margin-right: 6px;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 20px;
}

.h2-new-class {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 0;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin-bottom: 30px;
}

.lyt-possession1 .mod-table1.typ-possession-table1 {
	width: auto !important;
	height: auto !important;
}

.stage-logo {
	float: left !important;
}

@media only screen and (max-width:568px) and (min-width:320px) and (orientation:portrait) {
	.mod-help-widget .grp-nav {
		position: absolute;
		bottom: 0;
		right: 0px;
	}

	.stage-logo {
		background-color: #333;
		text-align: center;
		line-height: 42px;
		color: #fff;
		font-size: 15px;
		font-weight: 600;
		margin-bottom: 16px;
		float: left !important;
		margin: 0 auto;
		margin-bottom: 25px;
		margin-left: 16px !important;
		width: 100%;
	}

	.btn {
		font-size: 14px;
		line-height: 16px;
		padding: 14px 10px !important;
	}

	.width100 {
		width: 100% !important;
	}

	.beatpicker {
		margin-top: -13%;
	}

	.top1 {
		margin-top: 17px;
	}

	.mod-help-widget .grp-nav ul li {
		width: 95px !important;
		height: 50px;
	}

	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		list-style: none;
		font-size: 14px;
		text-align: left;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, 0.15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		margin-top: 13% !important;
	}

	.mod-help-widget .grp-nav ul li:first-child {
		width: 75px !important;
	}

	.mod-help-widget .grp-nav .help-tip {
		position: absolute;
		top: -45px;
		padding: 10px;
		background: #d1232a;
		-webkit-box-shadow: 0px 0px 5px 0px #eca2a5;
		-moz-box-shadow: 0px 0px 5px 0px #eca2a5;
		box-shadow: 0px 0px 5px 0px #eca2a5;
		left: 0px !important;
		display: block;
		transform: scale(0);
		transition: all 0.4s ease 0s;
		color: #ffffff;
		font-weight: 600;
		float: right;
	}
}

@media only screen and (max-width:240px) {}

@media only screen and (max-width:732px) and (min-width:412px) and (orientation:portrait) {
	.mod-help-widget .grp-nav {
		position: absolute;
		bottom: 0;
		right: 0px;
	}

	.beatpicker {
		margin-top: -13%;
	}

	.top1 {
		margin-top: 18px;
	}

	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		list-style: none;
		font-size: 14px;
		text-align: left;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, 0.15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		margin-top: 8% !important;
	}

	.mod-help-widget .grp-nav ul li {
		width: 95px !important;
		height: 50px;
	}

	.mod-help-widget .grp-nav ul li:first-child {
		width: 75px !important;
	}

	.mod-help-widget .grp-nav .help-tip {
		position: absolute;
		top: -45px;
		padding: 10px;
		background: #d1232a;
		-webkit-box-shadow: 0px 0px 5px 0px #eca2a5;
		-moz-box-shadow: 0px 0px 5px 0px #eca2a5;
		box-shadow: 0px 0px 5px 0px #eca2a5;
		left: 0px !important;
		display: block;
		transform: scale(0);
		transition: all 0.4s ease 0s;
		color: #ffffff;
		font-weight: 600;
		float: right;
	}
}

@media (device-height:568px) and (device-width:320px) and (-webkit-min-device-pixel-ratio:2) {
	.mod-help-widget .grp-nav {
		position: absolute;
		bottom: 0;
		right: 0px;
	}

	.beatpicker {
		margin-top: -13%;
	}

	.top1 {
		margin-top: 25px;
	}

	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		list-style: none;
		font-size: 14px;
		text-align: left;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, 0.15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		margin-top: 8% !important;
	}

	.mod-help-widget .grp-nav ul li {
		width: 95px !important;
		height: 65px !important;
	}

	.mod-help-widget .grp-nav ul li:first-child {
		width: 75px !important;
	}

	.mod-help-widget .grp-nav .help-tip {
		position: absolute;
		top: -45px;
		padding: 10px;
		background: #d1232a;
		-webkit-box-shadow: 0px 0px 5px 0px #eca2a5;
		-moz-box-shadow: 0px 0px 5px 0px #eca2a5;
		box-shadow: 0px 0px 5px 0px #eca2a5;
		left: 0px !important;
		display: block;
		transform: scale(0);
		transition: all 0.4s ease 0s;
		color: #ffffff;
		font-weight: 600;
		float: right;
	}
}

@media only screen and (max-width:3000px) and (min-width:1200px)and (orientation:landscape) {
	.mod-help-widget .grp-nav ul li {
		width: 88px !important;
		height: 88px !important;
	}

	.top1 {
		margin-top: 8%;
	}

	.mod-help-widget .grp-nav ul li:first-child .icon {
		font-size: 59px !important;
		line-height: 68px !important;
	}

	.top {
		padding-top: 12px !important;
		padding-left: 18px;
	}

	.beatpicker {
		margin-top: -13%;
	}

	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		list-style: none;
		font-size: 14px;
		text-align: left;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, 0.15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		margin-top: 8%;
	}

	.mod-help-widget {
		width: 354px !important;
		position: fixed;
		right: -211px;
		bottom: 0;
		z-index: 12;
		transition: all 0.5s ease 0s;
		margin-right: -2px !important;
	}
}

@media only screen and (min-width:768px) and (max-width:1024px)and (orientation:portrait) {
	.mod-help-widget .grp-nav ul li {
		width: 88px !important;
		height: 66px !important;
	}

	.top1 {
		margin-top: 18px;
	}

	.top {
		padding-top: 16px !important;
	}

	.mod-help-widget .grp-nav ul li:first-child .icon {
		font-size: 37px !important;
		line-height: 51px !important;
	}

	.mod-help-widget {
		width: 354px !important;
		position: fixed;
		right: -211px;
		bottom: 0;
		z-index: 12;
		transition: all 0.5s ease 0s;
	}

	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		list-style: none;
		font-size: 14px;
		text-align: left;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, 0.15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		margin-top: 8%;
	}
}

@media only screen and (max-width:1024px) and (min-width:768px)and (orientation:landscape) {
	.mod-help-widget .grp-nav ul li {
		width: 88px !important;
		height: 66px !important;
	}

	.beatpicker {
		margin-top: -38%;
	}

	.top {
		padding-top: 2px !important;
		padding-left: 10px;
	}

	.top1 {
		padding-top: 16px !important;
	}

	.mod-help-widget .grp-nav ul li:first-child .icon {
		font-size: 37px !important;
		line-height: 51px !important;
	}

	.mod-help-widget {
		width: 354px !important;
		position: fixed;
		right: -211px;
		bottom: 0;
		z-index: 12;
		transition: all 0.5s ease 0s;
	}

	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		list-style: none;
		font-size: 14px;
		text-align: left;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, 0.15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		margin-top: 8%;
	}
}

@media only screen and (max-width:736px) and (min-width:360px)and (orientation:landscape) {
	.mod-help-widget .grp-nav ul li {
		width: 88px !important;
		height: 66px !important;
	}

	.mod-help-widget .grp-nav ul li:first-child .icon {
		font-size: 37px !important;
		line-height: 51px !important;
	}

	.top {
		padding-top: 15px !important;
	}

	.top1 {
		margin-top: 17px;
	}

	.mod-help-widget {
		width: 354px !important;
		position: fixed;
		right: -211px;
		bottom: 0;
		z-index: 12;
		transition: all 0.5s ease 0s;
	}

	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		list-style: none;
		font-size: 14px;
		text-align: left;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, 0.15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		margin-top: 8%;
	}
}

@media only screen and (max-width:400px) and (min-width:220px) {
	.mod-help-widget .grp-nav {
		position: absolute;
		bottom: 0;
		right: 0px;
	}

	.icon.thm-fb-bg-color {
		background-color: #3c5a97;
		color: #fff;
		font-size: 20px;
	}

	.swiper-container-autoheight,
	.swiper-container-autoheight .swiper-slide {
		height: -webkit-fill-available;
	}

	.mod-testimonial .author .name,
	.mod-testimonial .author .lyt-team .profile-desc .designation,
	.lyt-team .profile-desc .mod-testimonial .author .designation {
		display: block;
		font-weight: 600;
		padding-top: 5%;
		text-align: center;
		font-size: 16px;
		line-height: 31px;
	}

	.mod-testimonial .author .location,
	.mod-testimonial .author .mod-address .contact-no,
	.mod-address .mod-testimonial .author .contact-no,
	.mod-testimonial .author .mod-address .email,
	.mod-address .mod-testimonial .author .email,
	.mod-testimonial .author .mod-address .map-link,
	.mod-address .mod-testimonial .author .map-link {
		display: block;
		text-align: center;
	}

	.mod-help-widget .grp-nav ul li {
		width: 95px !important;
		height: 65px !important;
	}

	.mod-help-widget .grp-nav ul li:first-child {
		width: 75px !important;
	}

	.mod-help-widget .grp-nav .help-tip {
		position: absolute;
		top: -45px;
		padding: 10px;
		background: #d1232a;
		-webkit-box-shadow: 0px 0px 5px 0px #eca2a5;
		-moz-box-shadow: 0px 0px 5px 0px #eca2a5;
		box-shadow: 0px 0px 5px 0px #eca2a5;
		left: 0px !important;
		display: block;
		transform: scale(0);
		transition: all 0.4s ease 0s;
		color: #ffffff;
		font-weight: 600;
		float: right;
	}
}

@media only screenand (orientation:portrait)and (max-device-width:1024px)and (max-device-height:1024px) {
	.mod-help-widget .grp-nav {
		position: absolute;
		bottom: 0;
		right: 0px;
	}

	.mod-help-widget .grp-nav ul li {
		width: 100px !important;
		height: 65px !important;
	}

	.mod-help-widget .grp-nav ul li:first-child {
		width: 75px !important;
	}

	.mod-help-widget .grp-nav .help-tip {
		position: absolute;
		top: -45px;
		padding: 10px;
		background: #d1232a;
		-webkit-box-shadow: 0px 0px 5px 0px #eca2a5;
		-moz-box-shadow: 0px 0px 5px 0px #eca2a5;
		box-shadow: 0px 0px 5px 0px #eca2a5;
		left: 0px !important;
		display: block;
		transform: scale(0);
		transition: all 0.4s ease 0s;
		color: #ffffff;
		font-weight: 600;
		float: right;
	}
}

@media only screen and (max-width:667px) and (min-width:375px) and (orientation:portrait) {
	.mod-help-widget .grp-nav {
		position: absolute;
		bottom: 0;
		right: 0px;
	}

	.icon.thm-fb-bg-color {
		background-color: #3c5a97;
		color: #fff;
		font-size: 20px;
	}

	.swiper-container-autoheight,
	.swiper-container-autoheight .swiper-slide {
		height: min-content;
	}

	.mod-testimonial .author .name,
	.mod-testimonial .author .lyt-team .profile-desc .designation,
	.lyt-team .profile-desc .mod-testimonial .author .designation {
		display: block;
		font-weight: 600;
		padding-top: 5%;
		text-align: center;
		font-size: 16px;
		line-height: 31px;
	}

	.mod-testimonial .author .location,
	.mod-testimonial .author .mod-address .contact-no,
	.mod-address .mod-testimonial .author .contact-no,
	.mod-testimonial .author .mod-address .email,
	.mod-address .mod-testimonial .author .email,
	.mod-testimonial .author .mod-address .map-link,
	.mod-address .mod-testimonial .author .map-link {
		display: block;
		text-align: center;
	}

	.mod-help-widget .grp-nav ul li {
		width: 100px !important;
		height: 65px !important;
	}

	.mod-help-widget .grp-nav ul li:first-child {
		width: 75px !important;
	}

	.mod-help-widget .grp-nav .help-tip {
		position: absolute;
		top: -45px;
		padding: 10px;
		background: #d1232a;
		-webkit-box-shadow: 0px 0px 5px 0px #eca2a5;
		-moz-box-shadow: 0px 0px 5px 0px #eca2a5;
		box-shadow: 0px 0px 5px 0px #eca2a5;
		left: 0px !important;
		display: block;
		transform: scale(0);
		transition: all 0.4s ease 0s;
		color: #ffffff;
		font-weight: 600;
		float: right;
	}
}

@media only screen and (max-width:736px) and (min-width:400px) and (orientation:portrait) {
	.mod-help-widget .grp-nav {
		position: absolute;
		bottom: 0;
		right: 0px;
	}

	.mod-help-widget .grp-nav ul li {
		width: 112px !important;
		height: 50px;
	}

	.mod-help-widget .grp-nav ul li:first-child {
		width: 75px !important;
	}

	.mod-help-widget .grp-nav .help-tip {
		position: absolute;
		top: -45px;
		padding: 10px;
		background: #d1232a;
		-webkit-box-shadow: 0px 0px 5px 0px #eca2a5;
		-moz-box-shadow: 0px 0px 5px 0px #eca2a5;
		box-shadow: 0px 0px 5px 0px #eca2a5;
		left: 0px !important;
		display: block;
		transform: scale(0);
		transition: all 0.4s ease 0s;
		color: #ffffff;
		font-weight: 600;
		float: right;
	}
}

@media only screen and (max-width:768px) {
	body {
		margin-top: 50px;
	}

	.beatpicker {
		margin-top: -34%;
	}

	.float {
		float: none !important;
	}

	p {
		font-size: 13px;
		line-height: 16px;
	}

	.whyashiana {
		min-height: 180px;
	}
}

.base-link {
	color: #666;
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
	display: block;
}

.base-link .icon {
	margin-left: 5px;
}

.swiper-container {
	padding-bottom: 35px;
}

.swiper-container.js-tab-slide {
	padding-bottom: 0;
}

.swiper-container .nav-tab.swiper-slide {
	width: auto;
}

.swiper-container.swiper-container-horizontal .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #000;
	display: inline-block;
	border-radius: 0;
}

.swiper-button-next,
.swiper-button-prev {
	font-size: 26px;
	background: none;
}

.js-banner.swiper-container.swiper-container-horizontal .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
}

.js-project-listing {
	position: relative;
	padding: 0 30px 0 40px;
}

.js-project-listing1 {
	position: relative;
	padding: 0 30px 0 40px;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background: #f5f1eb;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: #cbcbcb;
	width: 7px;
}

.zoom {
	display: block;
	position: relative;
	z-index: 2;
	height: 360px;
}

.zoom img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.feed-swiper .swiper-wrapper {
	display: block;
}

.flexslider img {
	opacity: .5;
}

.flexslider .flex-active-slide img {
	opacity: 1;
}

.js-blog-top-stories .swiper-container {
	padding-top: 3px;
}

.noUi-target {
	background: #f2f2f2;
}

.noUi-target.noUi-connect {
	background-color: #a2282e;
	border-radius: 30px;
	height: 10px;
	box-shadow: none;
	border: 0;
	margin: 0px 18px;
}

.noUi-horizontal .noUi-handle {
	border-radius: 50%;
	background-color: #a2282e;
	width: 20px;
	height: 20px;
	box-shadow: none;
	border: 0;
	cursor: pointer;
}

.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
	content: '';
	background: transparent;
}

.noUi-tooltip {
	font-size: 12px;
	line-height: 16px;
	display: block;
	color: #8a8a8a;
	border: 0;
	padding: 0;
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
	bottom: -25px;
	top: auto;
}

.noUi-background {
	background: #f2f2f2;
	box-shadow: none;
}

.noUi-background.noUi-stacking .noUi-tooltip {
	left: auto;
	right: -15px;
	transition: width 2s;
	width: 80px;
}

.noUi-background .noUi-tooltip {
	right: -15px;
	left: 0;
	transition: width 2s;
	width: 80px;
}

@media only screen and (max-width:768px) {
	.swiper-container.swiper-container-horizontal .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}

	.swiper-container {
		padding-bottom: 0;
	}

	.swiper-container .swiper-slide {
		width: 70%;
	}

	.modal-body {
		position: relative;
		padding: 15px;
		padding-bottom: 30%;
	}

	.sec-cont {
		overflow-x: hidden;
	}

	.float {
		float: none !important;
	}

	.swiper-container.js-tab-slide {
		padding-top: 15px;
	}

	.swiper-container.js-tab-slide .swiper-slide {
		width: auto;
	}

	.swiper-container.js-gallery-tab-slide .swiper-slide {
		width: auto;
	}

	.swiper-container.js-gallery-tab-slide1 .swiper-slide {
		width: auto;
	}

	.swiper-container.js-testimonial .swiper-slide {
		width: auto;
	}

	.swiper-container.js-activities {
		padding-bottom: 35px;
	}

	.js-project-listing {
		padding: 0;
	}

	.js-project-listing1 {
		padding: 0;
	}

	.js-concept-senior-living-slider .swiper-container .swiper-slide {
		width: 100%;
	}

	.zoom {
		display: none;
	}
}

.cm-not-in-page {
	left: -99999px;
	position: absolute;
	top: -99999px;
}

.cm-line-break {
	display: block;
}

.cm-bold {
	font-weight: bold;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.cm-info {
	color: #979797;
	font-size: 16px;
	line-height: 18px;
}

.cm-screen-overlay.mnu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 10;
	opacity: .8;
}

.cm-screen-overlay.ovrly-widget {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: transparent;
	opacity: .8;
	z-index: 2;
}

.cm-screen-overlay.prop-flyout {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: .8;
	z-index: 2;
}

.cm-content {
	text-align: center;
	padding: 10px;
	display: inline-block;
}

.cm-content p {
	font-size: 14px;
	line-height: 16px;
}

.cm-content p a {
	font-weight: 600;
	color: #a22a2e;
}

.loading {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -50px auto 0;
	z-index: 11;
}

@media only screen and (max-width:768px) {
	.cm-info {
		font-size: 13px;
		line-height: 15px;
	}

	.cm-screen-overlay.ovrly-widget {
		z-index: 12;
	}
}

.bs-theme-white {
	background: #ffffff;
}

.icon {
	display: inline-block;
	font: normal normal normal 14px/1 ashiana;
	font-size: 140%;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
}

.icon.sm {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.icon.md {
	width: 56px;
	height: 56px;
	line-height: 56px;
}

.icon.typ-round {
	border-radius: 50%;
}

.icon.thm-fb-bg-color {
	background-color: #3c5a97;
	color: #fff;
}

.icon-share:before {
	text-align: center;
}

@media only screen and (max-width:768px) {
	.icon {
		font-size: 100%;
	}

	.icon.md {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}

.btn {
	background: transparent;
	border-radius: 0;
	font-size: 16px;
	line-height: 20px;
	text-transform: lowercase;
	padding: 12px 10px;
}

.btn:focus,
.btn:hover,
.btn:active,
.btn.active,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 0;
	box-shadow: none;
	text-decoration: none;
}

.btn.btn-black {
	min-width: 150px;
	background: #231f20;
	color: #fff;
	font-weight: 600;
}

.btn.btn-black:focus,
.btn.btn-black:hover,
.btn.btn-black:active,
.btn.btn-black.active,
.btn.btn-black:active:focus,
.btn.btn-black.active:focus,
.btn.btn-black.focus,
.btn.btn-black:active.focus,
.btn.btn-black.active.focus {
	background: #231f20;
	color: #fff;
}

.btn.btn-sm {
	font-size: 16px;
	line-height: 20px;
	padding: 4px 18px;
	min-width: auto;
}

.btn.btn-md {
	font-size: 18px;
	min-width: auto;
}

.btn.btn-cta {
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 40px;
	font-size: 14px;
	text-align: center !important;
}

@media only screen and (max-width:768px) {
	.btn {
		font-size: 14px;
		line-height: 16px;
		padding: 12px 10px;
	}

	.btn.btn-cta {
		width: 26px;
		height: 26px;
		line-height: 10px;
		font-size: 10px;
	}
}

.nav-tabs {
	margin-bottom: 40px;
	border-bottom: none;
}

.nav-tabs li a {
	background: transparent;
	color: #666;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 10px;
	text-align: center;
	font-weight: 600;
	border: none;
	border-radius: 0;
	text-transform: capitalize;
}

.nav-tabs li:hover a {
	color: #231f20;
	background: transparent;
}

.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
	background: #231f20;
	color: #ffffff;
	border: none;
	border-radius: 0;
}

.nav-tabs.text-center li {
	float: none;
	display: inline-block;
}

.nav-tabs.typ-theme li a {
	background: #eaeaea;
	color: #666;
	font-size: 22px;
	line-height: 24px;
	padding: 15px 30px;
	text-align: center;
	font-weight: 600;
	border: none;
	border-radius: 0;
}

.nav-tabs.typ-theme li:hover a {
	color: #ffffff;
	background: #d0232a;
}

.nav-tabs.typ-theme li.active a,
.nav-tabs.typ-theme li.active a:focus,
.nav-tabs.typ-theme li.active a:hover {
	background: #d0232a;
	color: #ffffff;
	border: none;
	border-radius: 0;
}

.nav-tabs.md li a {
	font-size: 18px;
	line-height: 20px;
	padding: 12px 22px;
}

.nav-tabs.typ-sub-tab {
	border: 1px solid #eeeeee;
	width: 100%;
}

.nav-tabs.typ-sub-tab li a {
	background: none;
	color: #666666;
	font-weight: 500;
	margin: 10px 20px;
}

.nav-tabs.typ-sub-tab li.active a,
.nav-tabs.typ-sub-tab li.active a:focus,
.nav-tabs.typ-sub-tab li.active a:hover {
	background: none;
	color: #666666;
	font-weight: 700;
}

.nav-tabs.typ-vertical {
	padding-right: 20px;
}

.nav-tabs.typ-vertical li {
	margin-bottom: 10px;
}

.nav-tabs.typ-vertical li a {
	text-align: left;
	background: none;
	padding: 0;
	line-height: 30px;
	color: #999999;
}

.nav-tabs.typ-vertical li a:after {
	content: "\69";
	font-family: "ashiana" !important;
	position: absolute;
	right: 0;
}

.nav-tabs.typ-vertical li:hover a {
	color: #d0232a;
}

.nav-tabs.typ-vertical li.active a,
.nav-tabs.typ-vertical li.active a:focus,
.nav-tabs.typ-vertical li.active a:hover {
	background: none;
	color: #d0232a;
	border: none;
	border-radius: 0;
}

.nav-tabs.typ-round-border li {
	float: none;
	display: inline-block;
	margin: 0 40px;
}

.nav-tabs.typ-round-border li a {
	display: inline-block;
	background: transparent;
	color: #666;
	padding: 0;
	width: 95px;
}

.nav-tabs.typ-round-border li a .icon {
	width: 95px;
	height: 95px;
	border: solid 2px #666;
	color: #666;
	line-height: 95px;
	margin-bottom: 10px;
	border-radius: 50%;
	font-size: 35px;
}

.nav-tabs.typ-round-border li a .icon.icon-seller {
	font-size: 45px;
}

.nav-tabs.typ-round-border li:hover a {
	color: #d0232a;
	background: transparent;
}

.nav-tabs.typ-round-border li:hover a .icon {
	color: #d0232a;
	border-color: #d0232a;
}

.nav-tabs.typ-round-border li.active a,
.nav-tabs.typ-round-border li.active a:focus,
.nav-tabs.typ-round-border li.active a:hover {
	color: #d0232a;
	background: transparent;
}

.nav-tabs.typ-round-border li.active a .icon,
.nav-tabs.typ-round-border li.active a:focus .icon,
.nav-tabs.typ-round-border li.active a:hover .icon {
	color: #d0232a;
	border-color: #d0232a;
}

.nav-tabs.typ-icon-text li {
	text-align: center;
	border-right: 1px solid #f2f2f2;
	min-height: 120px;
	vertical-align: top;
}

.nav-tabs.typ-icon-text li:last-child {
	border-right: none;
}

.nav-tabs.typ-icon-text li a {
	display: inline-block;
	background: transparent;
	color: #999;
	line-height: 28px;
	font-weight: 700;
	padding: 0;
}

.nav-tabs.typ-icon-text li a .icon {
	color: #999999;
	margin-bottom: 20px;
	font-size: 42px;
	display: block;
}

.nav-tabs.typ-icon-text li a span {
	display: block;
}

.nav-tabs.typ-icon-text li:hover a {
	color: #d0232a;
	background: transparent;
}

.nav-tabs.typ-icon-text li:hover a .icon {
	color: #d0232a;
	border-color: #d0232a;
}

.nav-tabs.typ-icon-text li.active a,
.nav-tabs.typ-icon-text li.active a:focus,
.nav-tabs.typ-icon-text li.active a:hover {
	color: #d0232a;
	background: transparent;
}

.nav-tabs.typ-icon-text li.active a .icon,
.nav-tabs.typ-icon-text li.active a:focus .icon,
.nav-tabs.typ-icon-text li.active a:hover .icon {
	color: #d0232a;
	border-color: #d0232a;
}

.nav-tabs.bottom-shadow:after {
	content: "";
	background-image: url(../images/sec-shadow.svg);
	height: 20px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 60px;
}

@media only screen and (max-width:768px) {
	.nav-tabs {
		margin-top: 15px;
		margin-bottom: 20px;
	}

	.nav-tabs li a {
		font-size: 14px;
		line-height: 16px;
		padding: 4px 10px;
	}

	.nav-tabs.text-center {
		text-align: left;
	}

	.nav-tabs.text-center li {
		float: none;
		display: inline-block;
	}

	.nav-tabs.typ-theme li a {
		font-size: 14px;
		line-height: 16px;
		padding: 10px 15px;
	}

	.nav-tabs.typ-icon-text.swiper-wrapper .swiper-slide {
		width: auto;
		margin: 0 10px;
	}

	.nav-tabs.typ-icon-text li {
		border: 1px solid #f2f2f2;
		padding: 20px 10px 10px 10px;
		text-align: center;
	}

	.nav-tabs.typ-icon-text li:last-child {
		border-right: 1px solid #f2f2f2;
	}

	.nav-tabs.typ-icon-text li a {
		line-height: 18px;
	}

	.nav-tabs.typ-icon-text li a .icon {
		font-size: 38px;
		margin-bottom: 10px;
	}

	.nav-tabs.typ-round-border.text-center {
		text-align: center;
	}

	.nav-tabs.typ-round-border li a {
		width: 65px;
	}

	.nav-tabs.typ-round-border li a .icon {
		width: 65px;
		height: 65px;
		line-height: 65px;
	}

	.nav-tabs.typ-round-border li a .icon.icon-seller {
		font-size: 45px;
	}

	.nav-tabs.bottom-shadow:after {
		content: "";
		background-image: none;
		padding-bottom: 0;
	}
}

.form-group {
	margin-bottom: 33px;
	padding: 0 14px;
}

.form-group .form-control {
	border: 1px solid #969696;
	padding: 8px;
	font-size: 18px;
	line-height: 20px;
	color: #666;
	font-weight: 700;
	border-radius: 0;
	box-shadow: none;
	height: 40px;
	background: transparent;
}

.form-group .form-control.error {
	color: #d0232a;
	border-color: #d0232a;
}

.form-group textarea.form-control {
	height: auto;
}

.form-group.browseWindow {
	border: 1px solid #a6a5a4;
	height: 128px;
	position: relative;
}

.form-group.browseWindow .icon {
	display: block;
	font-size: 90px;
	padding: initial;
	line-height: 135px;
	text-align: center;
}

.form-group.browseWindow .img-upload {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
	right: 0;
	top: 0;
	left: 0;
	height: 100%;
}

.form-group.modal-capcha {
	padding: 0 15px;
}

.input-append .add-on,
.input-prepend .add-on {
	display: inline-block;
	width: auto;
	height: 20px;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff;
	background-color: #eeeeee;
	border: 1px solid #ccc;
}

.form_datetime,
.form_dob {
	position: relative;
}

.form_datetime .add-on,
.form_dob .add-on {
	position: absolute;
	right: 20px;
	top: 2px;
	background: transparent;
	border: 0;
	height: 36px;
	width: 36px;
}

@media only screen and (max-width:768px) {
	.form-group {
		margin-bottom: 15px;
		padding: 0 10px;
	}

	.form-group .form-control {
		font-size: 13px;
		line-height: 16px;
		height: 40px;
	}

	.form-group.browseWindow {
		border: none;
		height: auto;
		text-align: center;
		font-size: 30px;
	}

	.form-group.browseWindow .img-upload {
		width: 30px;
		margin: 0 auto;
	}

	.form-group.browseWindow .icon {
		font-size: 30px;
		margin: 0 auto;
		line-height: 32px;
	}

	.form_datetime .add-on {
		right: 15px;
		top: 5px;
		height: 29px;
		width: 29px;
	}
}

.modal .modal-xlg {
	width: 100%;
}

.modal .modal-content {
	box-shadow: none;
	border-radius: 2px;
	border-color: #d5d5d5;
}

.modal .modal-content .modal-header .modal-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
}

.modal .modal-content.mod-feature {
	text-align: left;
}

.modal .modal-content #location .map {
	width: 100%;
}

.modal .modal-content #amenities .lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text,
.modal .modal-content #amenities .lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text,
.modal .modal-content #clubhouse .lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text,
.modal .modal-content #clubhouse .lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text {
	width: 161px;
}

.modal .modal-content .tab-content {
	border: none;
}

.modal .modal-content .form-group {
	margin-bottom: 20px;
}

.modal .modal-content.red {
	border-color: #d0232a;
}

.modal .modal-content.dark-red {
	border-color: #a2282e;
}

.modal .modal-content.dark-orenge {
	border-color: #c24d01;
}

.modal .modal-content.orenge {
	border-color: #ff9016;
}

.modal .modal-content.yellow {
	border-color: #f2ad00;
}

.modal .modal-header {
	border-bottom: none;
}

.modal .close {
	position: absolute;
	top: 15px;
	right: 15px;
}

.modal .close .icon {
	font-size: 20px;
	padding: 10px;
}

.modal.theme-grey .icon-cancel {
	color: #fff;
}

.modal.theme-white .icon-cancel {
	color: #353334;
}

.modal .mod-feature .grp-detail .desc p {
	margin-bottom: 30px;
	display: block;
}

.modal.galleryvideo {
	z-index: 1080 !important;
}

.modal-backdrop {
	background: transparent;
	opacity: 0 !important;
}

.modal-backdrop.in {
	opacity: 0.9;
}

.modal-backdrop.theme-grey {
	background: #353334;
	opacity: 0;
	transition: opacity .20s linear;
}

.modal-backdrop.theme-grey.in {
	opacity: 0.9 !important;
}

.modal-backdrop.theme-white {
	background: #ffffff;
	opacity: 0;
	transition: opacity .20s linear;
}

.modal-backdrop.theme-white.in {
	opacity: 0.9 !important;
}

@media only screen and (max-width:768px) {
	.modal .modal-content {
		border: 0;
		padding-top: 35px;
	}

	.modal .modal-content .modal-header .modal-title {
		font-size: 16px;
		line-height: 20px;
	}

	.modal .modal-dialog {
		margin: 0;
	}

	.modal .mod-feature .grp-icon {
		float: none;
	}

	.modal .mod-feature .grp-detail .desc p {
		margin-bottom: 6px;
	}

	.modal .close {
		top: 16px;
		right: 10px;
	}
}

.bs-sec {
	padding: 0px 0;
}
.lyt-pdf .mod-download{
        height: 130px;
}

.bs-sec.grey {
	background: url(../images/shadow_3_grey.png) no-repeat center 0 transparent;
}

.bs-sec.no-shadow {
	background-image: none;
}

.bs-sec.no-padding {
	padding: 0;
}

.bs-sec .sec-head .title,
.bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-reviews .timestamp,
.mod-reviews .bs-sec .sec-head .timestamp,
.bs-sec .sec-head .mod-msg-ceo .timestamp,
.mod-msg-ceo .bs-sec .sec-head .timestamp,
.bs-sec .sec-head .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .bs-sec .sec-head .desc,
.bs-sec .sec-head .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .bs-sec .sec-head .meta-text {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 0;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin-bottom: 30px;
}

.bs-sec .sec-head .title span,
.bs-sec .sec-head .title.lg span,
.bs-sec .sec-head .mod-reviews .timestamp span,
.mod-reviews .bs-sec .sec-head .timestamp span,
.bs-sec .sec-head .mod-msg-ceo .timestamp span,
.mod-msg-ceo .bs-sec .sec-head .timestamp span,
.bs-sec .sec-head .mod-timeline .grp-desc .desc span,
.mod-timeline .grp-desc .bs-sec .sec-head .desc span,
.bs-sec .sec-head .mod-phase .table-wrap .meta-text span,
.mod-phase .table-wrap .bs-sec .sec-head .meta-text span {
	display: block;
}

.bs-sec .sec-head .lg.title,
.bs-sec .sec-head .mod-reviews .lg.timestamp,
.mod-reviews .bs-sec .sec-head .lg.timestamp,
.bs-sec .sec-head .mod-msg-ceo .lg.timestamp,
.mod-msg-ceo .bs-sec .sec-head .lg.timestamp,
.bs-sec .sec-head .mod-timeline .grp-desc .lg.desc,
.mod-timeline .grp-desc .bs-sec .sec-head .lg.desc,
.bs-sec .sec-head .mod-phase .table-wrap .lg.meta-text,
.mod-phase .table-wrap .bs-sec .sec-head .lg.meta-text {
	font-size: 48px;
	line-height: 54px;
	text-align: left;
}

.bs-sec .sec-head .desc {
	margin-bottom: 30px;
}

.bs-sec .sec-head .desc p {
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 10px;
}

.bs-sec .sec-head .desc p:last-child {
	margin-bottom: 0;
}

.bs-sec .sec-head.text-center {
	text-align: center;
}

.bs-sec .sec-footer {
	padding: 15px 0;
}

@media only screen and (max-width:768px) {
	.bs-sec {
		padding: 25px 0 30px 0;
	}

	.bs-sec .sec-head {
		text-align: center;
	}

	.bs-sec .sec-head .title,
	.bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-reviews .timestamp,
	.mod-reviews .bs-sec .sec-head .timestamp,
	.bs-sec .sec-head .mod-msg-ceo .timestamp,
	.mod-msg-ceo .bs-sec .sec-head .timestamp,
	.bs-sec .sec-head .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .bs-sec .sec-head .desc,
	.bs-sec .sec-head .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .bs-sec .sec-head .meta-text {
		font-size: 20px;
		line-height: 25px;
		padding: 6px 0;
		margin-bottom: 10px;
	}

	.bs-sec .sec-head .title span,
	.bs-sec .sec-head .title.lg span,
	.bs-sec .sec-head .mod-reviews .timestamp span,
	.mod-reviews .bs-sec .sec-head .timestamp span,
	.bs-sec .sec-head .mod-msg-ceo .timestamp span,
	.mod-msg-ceo .bs-sec .sec-head .timestamp span,
	.bs-sec .sec-head .mod-timeline .grp-desc .desc span,
	.mod-timeline .grp-desc .bs-sec .sec-head .desc span,
	.bs-sec .sec-head .mod-phase .table-wrap .meta-text span,
	.mod-phase .table-wrap .bs-sec .sec-head .meta-text span {
		display: inline-block;
	}

	.bs-sec .sec-head .desc {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.bs-sec .sec-head .desc p {
		font-size: 14px;
		line-height: 18px;
	}

	.cm-actions {
		padding: 0 10px;
	}
}

.bs-banner {
	position: relative;
	height: 560px;
	overflow: hidden;
	background-size: cover;
	background-position: top center;
}

.bs-banner .tag {
	position: absolute;
	top: 15px;
	left: 0;
	background: #D1232A;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
}

.bs-banner .banner-img {
	width: 1px;
	height: 1px;
	position: absolute;
	left: -99999px;
	top: -99999px;
}

.bs-banner .video-wrap {
	display: none;
}

.bs-banner.typ-content .banner-img {
	width: 100%;
	height: auto;
	position: relative;
	left: auto;
	top: auto;
	padding-bottom: 0;
}

.bs-banner.typ-content .grp-title {
	display: none;
}

.bs-banner.typ-video-popup .video-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
}

.bs-banner.typ-video-popup .video-wrap .icon-play {
	display: block;
	font-size: 30px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	background: #d0232a;
	width: 80px;
	height: 60px;
	border-radius: 15px;
	margin: -40px auto 0;
	color: #fff;
	cursor: pointer;
	z-index: 2;
}

.bs-banner.typ-video-popup .video-wrap .icon-play:before {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 0;
	right: 0;
}

.bs-banner.typ-video-popup .video-wrap .swiper-container {
	z-index: 1;
}

.bs-banner .grp-video video {
	position: absolute;
	width: 100%;
	height: auto;
	left: 50%;
	top: 0%;
	transform: translate(-50%, -10%);
}

.bs-banner .grp-video #playBtn {
	font-size: 30px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	background: #d0232a;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: -40px auto 0;
	color: #fff;
	cursor: pointer;
	display: none;
}

.bs-banner .grp-video #playBtn:before {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 0;
	right: 0;
}

.bs-banner .grp-title {
	background: transparent url("../images/banner_shadow.png") repeat-x scroll 0 0;
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: left;
	text-shadow: none;
	right: 0;
	height: 169px;
	z-index: 1;
}

.bs-banner .grp-title .banner-title {
	font-size: 26px;
	font-weight: 700;
	line-height: 35px;
	color: #ffffff;
	text-transform: uppercase;
	position: absolute;
	bottom: 30px;
	left: 20px;
	right: 20px;
	text-align: left;
}

.bs-banner .grp-title .banner-title .small-title {
	font-size: 40px;
	line-height: 42px;
	font-weight: 600;
}

.bs-banner .grp-title .banner-title .location,
.bs-banner .grp-title .banner-title .mod-address .contact-no,
.mod-address .bs-banner .grp-title .banner-title .contact-no,
.bs-banner .grp-title .banner-title .mod-address .email,
.mod-address .bs-banner .grp-title .banner-title .email,
.bs-banner .grp-title .banner-title .mod-address .map-link,
.mod-address .bs-banner .grp-title .banner-title .map-link {
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	display: block;
}

.bs-banner .grp-title .small-text {
	color: #666666;
	font-size: 20px;
	line-height: 31px;
	margin-top: 43px;
	color: #ffffff;
}

.bs-banner .grp-title .small-text.text-italic {
	font-style: italic;
}

.bs-banner .grp-input {
	top: 24%;
	left: 10%;
	position: absolute;
	text-align: left;
	text-shadow: none;
	right: 57%;
}

.bs-banner .grp-input .small-text {
	color: #666666;
	font-size: 20px;
	line-height: 31px;
	margin-top: 43px;
	color: #ffffff;
}

.bs-banner .grp-input .small-text.text-italic {
	font-style: italic;
}

.bs-banner .grp-input .input-group .form-control {
	height: 50px;
	background: #ffffff;
	font-size: 18px;
	line-height: 20px;
	color: #999999;
	border-radius: 0;
	border: none;
	font-weight: 600;
}

.bs-banner .grp-input .input-group .input-group-btn .btn {
	background: #cd232a;
	height: 50px;
	border: none;
	padding: 6px 16px;
}

.bs-banner .grp-input .input-group .input-group-btn .btn .icon {
	font-size: 40px;
	color: #ffffff;
}

.bs-banner .overlay {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 70%;
	z-index: 4;
}

.bs-banner .overlay.white {
	background: transparent url("../images/white_overlay.png") no-repeat scroll 0 0/cover;
}

.bs-banner .overlay.black {
	background: transparent url("../images/black_overlay.png") no-repeat scroll 0 0/cover;
}

.bs-banner.reverse .grp-title {
	left: auto;
	right: 10%;
}

.bs-banner.reverse .overlay {
	left: auto;
	right: 0;
}

.bs-banner.reverse .overlay.white {
	background: transparent url("../images/white_overlay_rev.png") no-repeat scroll 0 0/cover;
}

.bs-banner.reverse .overlay.black {
	background: transparent url("../images/black_overlay_rev.png") no-repeat scroll 0 0/cover;
}

.bs-banner.title-orenge .banner-title {
	color: #ff8f12;
}

.bs-banner.title-red .banner-title {
	color: #D1232A;
}

.bs-banner.title-yellow .banner-title {
	color: #f2ad00;
}

.bs-banner.text-black .small-text {
	color: #000000;
}

.bs-banner .grp-offer {
	width: 145px;
	height: 145px;
	background: #a2282e;
	display: block;
	color: #ffffff;
	padding: 24px 10px 10px 10px;
	text-align: center;
	position: absolute;
	top: 15px;
}

.bs-banner .grp-offer .offer {
	font-size: 26px;
	line-height: 28px;
	display: block;
	margin-bottom: 10px;
}

.bs-banner .grp-offer .decs,
.bs-banner .grp-offer .mod-team-details .grp-detail-info .decs p,
.mod-team-details .grp-detail-info .decs .bs-banner .grp-offer p {
	font-size: 16px;
	line-height: 20px;
}

@media only screen and (max-width:768px) {
	.bs-banner {
		height: 260px;
	}

	.bs-banner .tag {
		padding: 0 10px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.bs-banner.typ-content .banner-img {
		height: 280px;
	}

	.bs-banner.typ-video {
		background-color: #a2282e;
	}

	.bs-banner.typ-video .grp-title {
		background: none;
		height: auto;
	}

	.bs-banner.typ-video .grp-title .banner-title {
		text-align: center;
	}

	.bs-banner .mobile-banner-img img {
		width: 100%;
		height: auto;
	}

	.bs-banner.typ-video-popup .video-wrap .icon-play {
		font-size: 18px;
		width: 50px;
		height: 36px;
		margin: -25px auto 0;
		padding: 0;
		border-radius: 10px;
	}

	.bs-banner.typ-video-popup .video-wrap .icon-play:before {
		margin-top: -10px;
	}

	.bs-banner img {
		height: 280px;
	}

	.bs-banner .swiper-slide {
		height: auto;
	}

	.bs-banner .grp-video #playBtn {
		font-size: 18px;
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		top: 40%;
		background: #d0232a;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		margin: -40px auto 0;
		color: #fff;
		cursor: pointer;
		z-index: 10;
		display: block;
	}

	.bs-banner .grp-video #playBtn:before {
		position: absolute;
		top: 50%;
		margin-top: -9px;
		left: 0;
		right: 0;
	}

	.bs-banner .grp-title .banner-title {
		font-size: 20px;
		line-height: 24px;
		bottom: 10px;
		left: 10px;
		right: 10px;
	}

	.bs-banner .grp-title .banner-title .small-title {
		font-size: 18px;
		line-height: 20px;
	}

	.bs-banner .grp-title .small-text {
		font-size: 14px;
		line-height: 18px;
		margin-top: 4px;
		font-weight: 700;
	}

	.bs-banner.reverse .grp-title {
		left: 20px;
		right: 20px;
		top: auto;
		bottom: 15px;
	}

	.bs-banner .grp-input {
		top: 35%;
		left: 10%;
		position: absolute;
		text-align: left;
		text-shadow: none;
		right: 10%;
	}

	.bs-banner .grp-input .small-text {
		font-size: 14px;
		line-height: 18px;
		margin-top: 4px;
		font-weight: 700;
	}

	.bs-banner .grp-input .input-group {
		right: 0;
		left: 0;
		margin-top: 5px;
	}

	.bs-banner .grp-input .input-group .form-control {
		height: 30px;
		font-size: 15px;
		line-height: 17px;
	}

	.bs-banner .grp-input .input-group .input-group-btn .btn {
		height: 30px;
		padding: 2px 8px;
	}

	.bs-banner .grp-input .input-group .input-group-btn .btn .icon {
		font-size: 28px;
	}

	.bs-banner .grp-offer {
		width: 107px;
		height: 65px;
		padding: 6px;
		position: relative;
		bottom: 0;
	}

	.bs-banner .grp-offer .offer {
		font-size: 16px;
		line-height: 18px;
		display: block;
		margin-bottom: 0px;
	}

	.bs-banner .grp-offer .decs,
	.bs-banner .grp-offer .mod-team-details .grp-detail-info .decs p,
	.mod-team-details .grp-detail-info .decs .bs-banner .grp-offer p {
		font-size: 10px;
		line-height: 10px;
	}
}

.bs-radio {
	margin-bottom: 15px;
}

.bs-radio input[type="radio"]:not(old) {
	margin: 0;
	opacity: 0;
	padding: 0;
	width: 28px;
	cursor: pointer;
}

.bs-radio input[type="radio"]:not(old)+label {
	display: inline-block;
	margin-left: -30px;
	padding-left: 30px;
	font-size: 18px;
	line-height: 25px;
	cursor: pointer;
	color: #666;
	position: relative;
	font-weight: 600;
}

.bs-radio input[type="radio"]:not(old)+label:before {
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	border-radius: 50%;
	background-color: #999;
}

.bs-radio input[type="radio"]:not(old)+label:after {
	content: "";
	width: 21px;
	height: 21px;
	position: absolute;
	left: 2px;
	border-radius: 50%;
	border: solid 3px #fff;
	background-color: #fff;
	top: 2px;
}

.bs-radio input[type="radio"]:checked:not(old)+label:before {
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	border-radius: 50%;
	background-color: #999;
}

.bs-radio input[type="radio"]:checked:not(old)+label:after {
	content: "";
	width: 21px;
	height: 21px;
	position: absolute;
	left: 2px;
	border-radius: 50%;
	border: solid 3px #fff;
	background-color: #a2282e;
	top: 2px;
}

@media only screen and (max-width:768px) {
	.bs-radio {
		margin-bottom: 7px;
	}

	.bs-radio input[type="radio"]:not(old)+label {
		font-size: 14px;
		line-height: 20px;
	}

	.bs-radio input[type="radio"]:not(old)+label:before {
		width: 20px;
		height: 20px;
	}

	.bs-radio input[type="radio"]:not(old)+label:after {
		width: 16px;
		height: 16px;
	}

	.bs-radio input[type="radio"]:checked:not(old)+label:before {
		width: 20px;
		height: 20px;
	}

	.bs-radio input[type="radio"]:checked:not(old)+label:after {
		width: 16px;
		height: 16px;
	}
}

.bs-checkbox {
	margin-bottom: 15px;
}

.bs-checkbox input[type="checkbox"]:not(old) {
	margin: 0;
	opacity: 0;
	padding: 0;
	width: 28px;
	cursor: pointer;
	position: absolute;
}

.bs-checkbox input[type="checkbox"]:not(old)+label {
	display: inline-block;
	padding-left: 35px;
	font-size: 18px;
	line-height: 25px;
	cursor: pointer;
	color: #231f20;
	position: relative;
}

.bs-checkbox input[type="checkbox"]:not(old)+label:before {
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	background-color: #fff;
	border: solid 1px #666;
}

.bs-checkbox input[type="checkbox"]:checked:not(old)+label:before {
	content: "\76";
	width: 25px;
	height: 25px;
	font-size: 25px;
	position: absolute;
	left: 0;
	font-family: "ashiana" !important;
	border: 0;
}

@media only screen and (max-width:768px) {
	.bs-checkbox {
		margin-bottom: 7px;
	}

	.bs-checkbox input[type="checkbox"]:not(old)+label {
		font-size: 14px;
		line-height: 20px;
	}

	.bs-checkbox input[type="checkbox"]:not(old)+label:before {
		width: 20px;
		height: 20px;
	}

	.bs-checkbox input[type="checkbox"]:not(old)+label:after {
		width: 16px;
		height: 16px;
	}

	.bs-checkbox input[type="checkbox"]:checked:not(old)+label:before {
		width: 20px;
		height: 20px;
	}

	.bs-checkbox input[type="checkbox"]:checked:not(old)+label:after {
		width: 16px;
		height: 16px;
	}
}

.bs-icon-text {
	text-align: center;
	display: inline-block;
}

.bs-icon-text .icon {
	color: #999999;
	font-size: 38px;
	line-height: 40px;
}

.bs-icon-text .title,
.bs-icon-text .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .bs-icon-text .title.lg,
.bs-icon-text .mod-reviews .timestamp,
.mod-reviews .bs-icon-text .timestamp,
.bs-icon-text .mod-msg-ceo .timestamp,
.mod-msg-ceo .bs-icon-text .timestamp,
.bs-icon-text .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .bs-icon-text .desc,
.bs-icon-text .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .bs-icon-text .meta-text {
	display: block;
}

@media only screen and (max-width:768px) {
	.bs-icon-text .icon {
		font-size: 38px;
		line-height: 40px;
	}
}

.bs-social-connect li {
	display: inline-block;
	margin-right: 10px;
}

.bs-social-connect .social-link {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	display: inline-block;
}

.bs-social-connect .social-link .icon {
	font-size: 96%;
}

.bs-social-connect .social-link.fb {
	background: #3c5a97;
}

.bs-social-connect .social-link.gmail {
	background: #e94335;
}

.bs-social-connect .social-link.youtube {
	background: #ec2b36;
}

.bs-social-connect .social-link.in {
	background: #006ea6;
}

.bs-social-connect .social-link.twitter {
	background: #1da1f2;
}

.bs-social-connect .social-link.instagram {
	background: #e1306c;
}

.bs-radio-tab {
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}

.bs-radio-tab input[type="radio"]:not(old) {
	position: absolute;
	margin: 0;
	opacity: 0;
	padding: 0;
	width: 28px;
	cursor: pointer;
}

.bs-radio-tab input[type="radio"]:not(old)+label {
	padding: 10px 20px;
	color: #9c9c9c;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	width: 100%;
}

.bs-radio-tab input[type="radio"]:checked:not(old)+label {
	background: #231f20;
	color: #ffffff;
}

.bs-radio-tab.typ-theme input[type="radio"]:not(old)+label {
	background: #eeeeee;
	font-size: 22px;
	line-height: 24px;
	padding: 15px 30px;
}

.bs-radio-tab.typ-theme input[type="radio"]:checked:not(old)+label {
	background: #d0232a;
}

@media only screen and (max-width:768px) {
	.bs-radio-tab {
		margin-bottom: 20px;
	}

	.bs-radio-tab input[type="radio"]:not(old)+label {
		font-size: 12px;
		line-height: 14px;
		padding: 6px 10px;
	}

	.bs-radio-tab.typ-theme input[type="radio"]:not(old)+label {
		font-size: 14px;
		line-height: 16px;
		padding: 10px 16px;
	}
}

.bs-flyout {
	position: absolute;
	right: -100%;
	top: 0;
	left: 100%;
	bottom: 0;
	background: #ffffff;
	z-index: 5;
	transition: all 0.5s ease 0s;
}

.bs-flyout.active {
	right: 0;
	left: 0;
}

.bs-flyout .flyout-head .title,
.bs-flyout .flyout-head .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .bs-flyout .flyout-head .title.lg,
.bs-flyout .flyout-head .mod-reviews .timestamp,
.mod-reviews .bs-flyout .flyout-head .timestamp,
.bs-flyout .flyout-head .mod-msg-ceo .timestamp,
.mod-msg-ceo .bs-flyout .flyout-head .timestamp,
.bs-flyout .flyout-head .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .bs-flyout .flyout-head .desc,
.bs-flyout .flyout-head .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .bs-flyout .flyout-head .meta-text {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 0;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin: 15px 0;
}

.bs-flyout .flyout-foot {
	padding: 0 0 15px;
}

.bs-flyout .close-btn {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 2;
}

.bs-flyout.cm-sec-loader {
	position: absolute;
	transition: all 0.5s ease 0s;
}

.bs-flyout .lyt-project-list.typ-rental-resale .grp-list {
	min-height: 280px;
}

.bs-flyout .swiper-button-next {
	right: 30px;
}

.bs-flyout .swiper-button-prev {
	left: 30px;
}

@media only screen and (max-width:768px) {
	.bs-flyout {
		position: fixed;
		top: 0;
		z-index: 13;
	}

	.bs-flyout .flyout-head .title,
	.bs-flyout .flyout-head .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .bs-flyout .flyout-head .title.lg,
	.bs-flyout .flyout-head .mod-reviews .timestamp,
	.mod-reviews .bs-flyout .flyout-head .timestamp,
	.bs-flyout .flyout-head .mod-msg-ceo .timestamp,
	.mod-msg-ceo .bs-flyout .flyout-head .timestamp,
	.bs-flyout .flyout-head .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .bs-flyout .flyout-head .desc,
	.bs-flyout .flyout-head .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .bs-flyout .flyout-head .meta-text {
		font-size: 16px;
		line-height: 20px;
		padding: 6px 0;
		margin: 12px 0 6px 0;
	}

	.bs-flyout.cm-sec-loader {
		position: fixed;
	}

	.bs-flyout .lyt-project-list.typ-rental-resale {
		padding: 0;
	}

	.bs-flyout .lyt-project-list.typ-rental-resale .grp-list {
		min-height: 0;
	}
}

.bs-steps {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 60px 0;
}

.bs-steps .step {
	display: table-cell;
	position: relative;
}

.bs-steps .step:before {
	content: "";
	right: 0;
	left: 0;
	height: 1px;
	position: absolute;
	background: #999;
}

.bs-steps .step:first-child:before {
	left: 50%;
}

.bs-steps .step:last-child:before {
	right: 50%;
}

.bs-steps .step span {
	position: absolute;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #999;
	border-radius: 50%;
	font-size: 40px;
	font-weight: 700;
	color: #ffffff;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: -30px;
}

.bs-steps .step.active span {
	background: #d0232a;
}

.mod-main-nav {
	float: right;
	margin-right: 66px;
}

.mod-main-nav .nav-item {
	float: left;
	position: relative;
}

.mod-main-nav .nav-item .nav-link {
	color: #333;
	display: block;
	font-size: 21px;
	font-weight: 700;
	height: 100px;
	line-height: 23px;

	vertical-align: middle;
	margin-right: 1px;
	text-transform: capitalize;
}

.mod-main-nav .nav-item .nav-link .icon {
	color: #d1232a;
	font-size: 23px;
	line-height: 24px;
	position: relative;
	top: -3px;
}

.mod-main-nav .nav-item .nav-link .fa {
	font-size: 23px;
}

.mod-main-nav .nav-item:hover .nav-link {
	color: #ffffff;
	transition: all 0.5s ease 0s;
		padding: 3.9rem 1.2rem 0;
}

.mod-main-nav .nav-item:hover.hover-red .nav-link {
	background-color: #d0232a;
}

.mod-main-nav .nav-item:hover.hover-yellow .nav-link {
	background-color: #f2ad00;
}

.mod-main-nav .nav-item:hover.hover-orange .nav-link {
	background-color: #ff9016;
}

.mod-main-nav .nav-item:hover .sub-nav {
	display: block;
}

.mod-main-nav .nav-item:hover .sub-nav .sub-nav-link {
	background: #ffffff;
	color: #989898;
	transition: all 0.5s ease 0s;
}

.mod-main-nav .nav-item .sub-nav {
	position: absolute;
	top: 100px;
	background: #ffffff;
	display: none;
	transition: all 0.5s ease 0s;
	z-index: 2;
	left: 0;
	right: 1px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.mod-main-nav .nav-item .sub-nav .sub-nav-item:hover {
	background: #ffffff;
}

.mod-main-nav .nav-item .sub-nav .sub-nav-item:hover .sub-nav-link {
	color: #4d4d4d;
}

.mod-main-nav .nav-item .sub-nav .sub-nav-item {
	height: auto;
	width: 100%;
}

.mod-main-nav .nav-item .sub-nav .sub-nav-item .sub-nav-link {
	font-size: 16px;
	line-height: 18px;
	color: #989898;
	font-weight: normal;
	padding: 10px 6px;
	height: auto;
	display: block;
	text-transform: capitalize;
}

.mod-main-nav .nav-item .sub-nav .sub-nav-item .sub-nav-link .icon {
	font-size: 16px;
	margin-right: 10px;
}

.mod-main-nav .nav-item:first-child:after {
	background-color: transparent;
}

.mod-main-nav .nav-item:after {
	background-color: #ccc;
	content: "";
	height: 20px;
	position: absolute;
	top: 42px;
	width: 1px;
	margin: -1px;
}

@media only screen and (max-width:768px) {
	.mod-main-nav {
		margin: 0;
	}

	.mod-main-nav .nav-item .nav-link {
		height: auto;
		padding: 11px;
		font-size: 16px;
	}

	.mod-main-nav .nav-item:after {
		display: none;
	}
}

.mod-menu-nav {
	position: absolute;
	top: 0;
	right: 0;
}

.mod-menu-nav .menu-btn {
	display: inline-block;
	padding: 43px 20px 0;
	height: 100px;
}

.mod-menu-nav .menu-btn span {
	height: 3px;
	width: 25px;
	display: block;
	margin: 0 0 4px 0;
	background-color: #d1232a;
	transition: all 0.5s ease 0s;
	position: relative;
}

.mod-menu-nav .menu-btn:before {
	background-color: #ccc;
	content: "";
	height: 20px;
	margin: -1px;
	position: absolute;
	top: 42px;
	width: 1px;
	left: 0;
}

.mod-menu-nav.active .menu-btn {
	background: #ffffff;
}

.mod-menu-nav.active .menu-btn span:nth-child(1) {
	bottom: -7px;
	transform: rotate(-45deg);
	transition: all 0.5s ease 0s;
}

.mod-menu-nav.active .menu-btn span:nth-child(2) {
	opacity: 0;
	transition: all 0.5s ease 0s;
}

.mod-menu-nav.active .menu-btn span:nth-child(3) {
	bottom: 7px;
	transform: rotate(45deg);
	transition: all 0.5s ease 0s;
}

.mod-menu-nav.active .menu-wrap {
	display: block;
	transition: all 0.5s ease 0s;
}

.mod-menu-nav .menu-wrap {
	background: #ffffff;
	padding: 8px;
	position: absolute;
	right: 0;
	top: 100px;
	width: 360px;
	display: none;
	transition: all 0.5s ease 0s;
	z-index: 2;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.mod-menu-nav .menu-wrap li {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 10px;
}

.mod-menu-nav .menu-wrap li .nav-link {
	height: auto;
	padding: 8px 0;
	font-size: 20px;
	line-height: 22px;
	color: #666;
	font-weight: normal;
	display: block;
}

.mod-menu-nav .menu-wrap li.grp-sub-nav {
	position: relative;
}

.mod-menu-nav .menu-wrap li.grp-sub-nav:before {
	position: absolute;
	right: 20px;
	top: 12px;
	font-size: 14px;
	content: "\66";
	font-family: "ashiana";
}

.mod-menu-nav .menu-wrap li.grp-sub-nav.active .sub-nav {
	display: block;
}

.mod-menu-nav .menu-wrap li.grp-sub-nav.active:before {
	content: "\6a";
}

.mod-menu-nav .menu-wrap li.grp-sub-nav .sub-nav {
	display: none;
}

.mod-menu-nav .menu-wrap li.grp-sub-nav .sub-nav .sub-nav-item {
	margin-left: 0;
}

.mod-menu-nav .menu-wrap li.grp-sub-nav .sub-nav .sub-nav-item .sub-nav-link:before {
	content: "-";
	margin-right: 5px;
}

.mod-menu-nav .menu-wrap li.grp-sub-nav .sub-nav .sub-nav-item .sub-nav-link {
	font-size: 18px;
	line-height: 20px;
	padding: 10px 0 10px 18px;
	color: #666;
	display: block;
	font-weight: normal;
	text-transform: capitalize;
}

.mod-menu-nav .menu-wrap li.grp-sub-nav .sub-nav .sub-nav-item .sub-nav-link .icon {
	margin-right: 5px;
}

.mod-menu-nav .menu-wrap li.grp-sub-nav .sub-nav .sub-nav-item:hover a {
	color: #4d4d4d;
}

.mod-menu-nav .menu-wrap li:hover a {
	color: #d1232a;
	font-weight: 600;
}

.mod-menu-nav .menu-wrap li:after {
	display: none;
}

.mod-menu-nav .menu-wrap .grp-subscribe {
	background: #333333;
	display: inline-table;
	padding: 10px;
	width: 100%;
}

.mod-menu-nav .menu-wrap .grp-brochure {
	background: #4d4d4d;
	border-bottom: 1px solid #999999;
	color: #ffffff;
	display: inline-table;
	padding: 10px;
	width: 100%;
}

.mod-menu-nav .menu-wrap .grp-brochure .img-wrap img {
	display: block;
}

.mod-menu-nav .menu-wrap .grp-brochure .grp-cont .title,
.mod-menu-nav .menu-wrap .grp-brochure .grp-cont .mod-reviews .timestamp,
.mod-reviews .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .timestamp,
.mod-menu-nav .menu-wrap .grp-brochure .grp-cont .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .timestamp,
.mod-menu-nav .menu-wrap .grp-brochure .grp-cont .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .desc,
.mod-menu-nav .menu-wrap .grp-brochure .grp-cont .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .meta-text {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 4px;
	font-weight: 700;
}

.mod-menu-nav .menu-wrap .grp-brochure .grp-cont .btn {
	background: #333333;
	border: none;
	border-radius: 0;
	color: #ffce00;
	font-weight: 700;
	padding: 2px 8px;
	min-width: auto;
	margin: 4px;
}

.mod-menu-nav .menu-wrap .grp-brochure .grp-cont .btn .icon {
	margin-right: 4px;
	font-size: 13px;
}

@media only screen and (max-width:768px) {
	.mod-menu-nav {
		left: 0;
		right: auto;
	}

	.mod-menu-nav .menu-btn {
		padding: 15px;
		height: 50px;
	}

	.mod-menu-nav .menu-btn:before {
		display: none;
	}

	.mod-menu-nav .menu-wrap {
		right: 100%;
		top: 50px;
		width: 100%;
		display: block;
		bottom: 0;
		height: auto;
		overflow-y: auto;
		position: fixed;
		z-index: 15;
	}

	.mod-menu-nav .menu-wrap li {
		margin: 0;
		border-bottom: 1px solid #f2f2f2;
	}

	.mod-menu-nav .menu-wrap li:last-child {
		border-bottom: none;
	}

	.mod-menu-nav .menu-wrap li.grp-sub-nav:before {
		right: 10px;
		top: 10px;
		font-size: 10px;
	}

	.mod-menu-nav .menu-wrap li.grp-sub-nav .sub-nav .sub-nav-item .sub-nav-link:before {
		content: "";
	}

	.mod-menu-nav .menu-wrap li.grp-sub-nav .sub-nav .sub-nav-item:first-child .sub-nav-link:before {
		content: "-";
	}

	.mod-menu-nav .menu-wrap li.grp-sub-nav .sub-nav .sub-nav-item .sub-nav-link {
		font-size: 13px;
		line-height: 15px;
	}

	.mod-menu-nav .menu-wrap li.grp-sub-nav.nav-login .sub-nav .sub-nav-item .sub-nav-link:before {
		content: "-";
	}

	.mod-menu-nav .menu-wrap li .nav-link {
		font-size: 15px;
		line-height: 20px;
		padding-left: 8px;
	}

	.mod-menu-nav .menu-wrap .grp-brochure .grp-cont .title,
	.mod-menu-nav .menu-wrap .grp-brochure .grp-cont .mod-reviews .timestamp,
	.mod-reviews .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .timestamp,
	.mod-menu-nav .menu-wrap .grp-brochure .grp-cont .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .timestamp,
	.mod-menu-nav .menu-wrap .grp-brochure .grp-cont .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .desc,
	.mod-menu-nav .menu-wrap .grp-brochure .grp-cont .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .meta-text {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 6px;
		font-weight: 600;
	}

	.mod-menu-nav .menu-wrap .grp-brochure .grp-cont .btn {
		font-weight: 600;
		padding: 4px 8px;
		font-size: 11px;
	}

	.mod-menu-nav .menu-wrap .grp-brochure .grp-cont .btn .icon {
		font-size: 12px;
	}

	.mod-menu-nav.active .menu-wrap {
		right: 0;
	}
}

.mod-usp {
	display: block;
	height: 100%;
	padding: 30px 20px;
	color: #ffffff;
	background: transparent url("../images/bg_infographi.png") no-repeat bottom right;
}

.mod-usp:before {
	content: counters(concept, "", decimal-leading-zero);
	counter-increment: concept;
	margin-bottom: 18px;
	font-size: 50px;
	line-height: 52px;
	font-weight: 200;
	display: inline-block;
}

.mod-usp .title,
.mod-usp .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-usp .title.lg,
.mod-usp .mod-reviews .timestamp,
.mod-reviews .mod-usp .timestamp,
.mod-usp .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-usp .timestamp,
.mod-usp .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-usp .desc,
.mod-usp .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-usp .meta-text {
	font-size: 32px;
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 18px;
	color: #fff;
}

.mod-usp .title span,
.mod-usp .bs-sec .sec-head .title.lg span,
.bs-sec .sec-head .mod-usp .title.lg span,
.mod-usp .mod-reviews .timestamp span,
.mod-reviews .mod-usp .timestamp span,
.mod-usp .mod-msg-ceo .timestamp span,
.mod-msg-ceo .mod-usp .timestamp span,
.mod-usp .mod-timeline .grp-desc .desc span,
.mod-timeline .grp-desc .mod-usp .desc span,
.mod-usp .mod-phase .table-wrap .meta-text span,
.mod-phase .table-wrap .mod-usp .meta-text span {
	text-transform: lowercase;
}

.mod-usp .desc {
	margin-bottom: 18px;
}

.mod-usp .desc p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

.mod-usp .know-more {
	color: #ffffff;
	margin-bottom: 18px;
	padding-left: 0;
}

.mod-usp .know-more .icon {
	font-size: 12px;
}

.mod-usp.mod-usp.red {
	background-color: #d0232a;
}

.mod-usp.mod-usp.dark-red {
	background-color: #a2282e;
}

.mod-usp.mod-usp.dark-orenge {
	background-color: #c24d01;
}

.mod-usp.mod-usp.orenge {
	background-color: #ff9016;
}

.mod-usp.mod-usp.yellow {
	background-color: #f2ad00;
}

.mod-offer {
	background: #d0232a;
	padding: 20px;
}

.mod-offer .grp-title label {
	font-size: 50px;
	line-height: 52px;
	margin-bottom: 20px;
	font-weight: 400;
	color: #fff;
}

.mod-offer .grp-detail .title,
.mod-offer .grp-detail .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-offer .grp-detail .title.lg,
.mod-offer .grp-detail .mod-reviews .timestamp,
.mod-reviews .mod-offer .grp-detail .timestamp,
.mod-offer .grp-detail .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-offer .grp-detail .timestamp,
.mod-offer .grp-detail .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-offer .grp-detail .desc,
.mod-offer .grp-detail .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-offer .grp-detail .meta-text {
	font-size: 28px;
	line-height: 28px;
	font-weight: 800;
	color: #fff;
	text-transform: lowercase;
}

.mod-offer .grp-detail .title span,
.mod-offer .grp-detail .bs-sec .sec-head .title.lg span,
.bs-sec .sec-head .mod-offer .grp-detail .title.lg span,
.mod-offer .grp-detail .mod-reviews .timestamp span,
.mod-reviews .mod-offer .grp-detail .timestamp span,
.mod-offer .grp-detail .mod-msg-ceo .timestamp span,
.mod-msg-ceo .mod-offer .grp-detail .timestamp span,
.mod-offer .grp-detail .mod-timeline .grp-desc .desc span,
.mod-timeline .grp-desc .mod-offer .grp-detail .desc span,
.mod-offer .grp-detail .mod-phase .table-wrap .meta-text span,
.mod-phase .table-wrap .mod-offer .grp-detail .meta-text span {
	text-transform: lowercase;
}

.mod-offer .grp-detail .desc p {
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 20px;
	color: #fff;
}

.mod-offer.red {
	background-color: #d0232a;
}

.mod-offer.dark-red {
	background-color: #a2282e;
}

.mod-offer.dark-orenge {
	background-color: #c24d01;
}

.mod-offer.orenge {
	background-color: #ff9016;
}

.mod-offer.yellow {
	background-color: #f2ad00;
}

@media only screen and (max-width:768px) {
	.mod-usp {
		padding: 6px;
		box-sizing: border-box;
		background: none;
		height: auto;
		margin: 0 20px;
		min-height: 115px;
	}

	.mod-usp:before {
		font-size: 17px;
		line-height: 26px;
		float: left;
		margin: 0px 6px 0 0;
		font-weight: 600;
	}

	.mod-usp .title,
	.mod-usp .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-usp .title.lg,
	.mod-usp .mod-reviews .timestamp,
	.mod-reviews .mod-usp .timestamp,
	.mod-usp .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-usp .timestamp,
	.mod-usp .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-usp .desc,
	.mod-usp .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-usp .meta-text {
		font-size: 16px;
		line-height: 22px;
		margin: 4px 0 10px 0;
		overflow: hidden;
	}

	.mod-usp .title .cm-line-break,
	.mod-usp .bs-sec .sec-head .title.lg .cm-line-break,
	.bs-sec .sec-head .mod-usp .title.lg .cm-line-break,
	.mod-usp .mod-reviews .timestamp .cm-line-break,
	.mod-reviews .mod-usp .timestamp .cm-line-break,
	.mod-usp .mod-msg-ceo .timestamp .cm-line-break,
	.mod-msg-ceo .mod-usp .timestamp .cm-line-break,
	.mod-usp .mod-timeline .grp-desc .desc .cm-line-break,
	.mod-timeline .grp-desc .mod-usp .desc .cm-line-break,
	.mod-usp .mod-phase .table-wrap .meta-text .cm-line-break,
	.mod-phase .table-wrap .mod-usp .meta-text .cm-line-break {
		display: inline-block;
		margin-right: 4px;
	}

	.mod-usp .desc {
		margin-bottom: 10px;
		padding-left: 30px;
	}

	.mod-usp .desc p {
		font-size: 13px;
		line-height: 16px;
	}

	.mod-usp .know-more {
		margin-bottom: 0;
		padding: 0;
		padding-left: 30px;
		font-size: 12px;
		line-height: 16px;
	}

	.mod-usp .know-more .icon {
		font-size: 10px;
		line-height: 10px;
	}
}

.mod-concept .img-wrap {
	margin-bottom: 10px;
}

.mod-concept .img-wrap img {
	width: 100%;
}

.mod-concept .title,
.mod-concept .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-concept .title.lg,
.mod-concept .mod-reviews .timestamp,
.mod-reviews .mod-concept .timestamp,
.mod-concept .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-concept .timestamp,
.mod-concept .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-concept .desc,
.mod-concept .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-concept .meta-text {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 18px;
	font-weight: 800;
}

.mod-concept .desc {
	line-height: 24px;
	margin-bottom: 20px;
}

.mod-concept.typ-landing .title,
.mod-concept.typ-landing .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-concept.typ-landing .title.lg,
.mod-concept.typ-landing .mod-reviews .timestamp,
.mod-reviews .mod-concept.typ-landing .timestamp,
.mod-concept.typ-landing .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-concept.typ-landing .timestamp,
.mod-concept.typ-landing .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-concept.typ-landing .desc,
.mod-concept.typ-landing .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-concept.typ-landing .meta-text {
	margin-top: 18%;
}

.mod-concept.typ-landing .desc p {
	font-size: 16px;
	line-height: 21px;
}

.mod-concept .read-more {
	color: #666;
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
	margin-bottom: 15px;
	padding: 0;
	font-style: italic;
}

.mod-concept .read-more .icon {
	margin-left: 10px;
	font-size: 12px;
}

@media only screen and (max-width:768px) {
	.mod-concept {
		margin: 0 10px;
	}

	.mod-concept .img-wrap {
		margin-bottom: 10px;
	}

	.mod-concept .title,
	.mod-concept .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-concept .title.lg,
	.mod-concept .mod-reviews .timestamp,
	.mod-reviews .mod-concept .timestamp,
	.mod-concept .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-concept .timestamp,
	.mod-concept .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-concept .desc,
	.mod-concept .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-concept .meta-text {
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 8px;
	}

	.mod-concept .desc {
		font-size: 13px;
		line-height: 16px;
	}

	.mod-concept .read-more {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.mod-concept .read-more .icon {
		margin-left: 10px;
	}

	.mod-concept.typ-landing {
		padding: 15px;
	}

	.mod-concept.typ-landing .title,
	.mod-concept.typ-landing .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-concept.typ-landing .title.lg,
	.mod-concept.typ-landing .mod-reviews .timestamp,
	.mod-reviews .mod-concept.typ-landing .timestamp,
	.mod-concept.typ-landing .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-concept.typ-landing .timestamp,
	.mod-concept.typ-landing .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-concept.typ-landing .desc,
	.mod-concept.typ-landing .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-concept.typ-landing .meta-text {
		margin-top: 0;
	}

	.mod-concept.typ-landing .desc p {
		font-size: 13px;
		line-height: 16px;
	}
}

.mod-presence {
	display: block;
}

.mod-presence .item {
	border-bottom: 1px solid #999999;
}

.mod-presence .item a {
	padding: 12px 14px;
	display: block;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
}

.mod-presence .item a .icon {
	font-size: 22px;
	line-height: 24px;
	margin-right: 6px;
}

@media only screen and (max-width:768px) {
	.mod-presence {
		margin-top: 10px;
		display: flex;
	}

	.mod-presence .item {
		width: 162px;
		border: 1px solid #eaeaea;
		margin: 8px 4px;
	}

	.mod-presence .item.selActive {
		background-color: #231f20;
	}

	.mod-presence .item.selActive a {
		color: #fff;
	}

	.mod-presence .item a {
		padding: 5px 10px;
		font-size: 13px;
		line-height: 15px;
	}

	.mod-presence .item a .icon {
		font-size: 16px;
		line-height: 18px;
		margin-right: 4px;
	}
}

.mod-subscribe {
	position: relative;
}

.mod-subscribe .title,
.mod-subscribe .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-subscribe .title.lg,
.mod-subscribe .mod-reviews .timestamp,
.mod-reviews .mod-subscribe .timestamp,
.mod-subscribe .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-subscribe .timestamp,
.mod-subscribe .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-subscribe .desc,
.mod-subscribe .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-subscribe .meta-text {
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	font-weight: 700;
	display: block;
	margin-bottom: 4px;
}

.mod-subscribe .form-control {
	background: transparent;
	font-size: 19px;
	line-height: 22px;
	color: #ffce00;
	border: none;
	margin-top: 6px;
	box-shadow: none;
}

.mod-subscribe .btn {
	border: none;
	color: #ffce00;
	font-size: 14px;
	outline: none;
	box-shadow: none;
	min-width: auto;
	margin-right: 6px;
}

.mod-subscribe .sub-text {
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	font-weight: 500;
	display: block;
	margin: 4px 0;
}

.mod-subscribe.md {
	border: 1px solid #ccc;
	padding: 40px 20px;
}

.mod-subscribe.md .title,
.mod-subscribe.md .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-subscribe.md .title.lg,
.mod-subscribe.md .mod-reviews .timestamp,
.mod-reviews .mod-subscribe.md .timestamp,
.mod-subscribe.md .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-subscribe.md .timestamp,
.mod-subscribe.md .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-subscribe.md .desc,
.mod-subscribe.md .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-subscribe.md .meta-text {
	font-size: 20px;
	line-height: 22px;
	color: #666666;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.mod-subscribe.md .sub-text {
	color: #999;
	margin: 4px 0 15px 0;
}

.mod-subscribe.md .input-group {
	display: block;
	text-align: center;
	padding-right: 54px;
}

.mod-subscribe.md .input-group .form-control {
	border-bottom: solid 1px #ccc;
	border-radius: 0;
	margin-bottom: 5px;
	height: 38px;
	color: #666;
	padding-left: 0;
}

.mod-subscribe .modal-capcha .captcha-number {
	padding-right: 60px;
	margin-bottom: 10px;
}

.mod-subscribe .modal-capcha .captcha-input {
	position: relative;
}

.mod-subscribe .modal-capcha .captcha-input .btn {
	position: absolute;
	right: 0;
	font-size: 14px;
	font-weight: 700;
	background: #000;
	padding: 5px 10px;
	color: #fff;
	line-height: 16px;
	bottom: 0;
}

@media only screen and (max-width:768px) {
	.mod-subscribe .form-control {
		font-size: 18px;
		line-height: 20px;
		padding: 0;
		height: 24px;
	}

	.mod-subscribe .btn {
		font-size: 15px;
		padding: 0;
	}

	.mod-subscribe .input-group-btn .btn {
		margin: 4px;
	}

	.mod-subscribe .sub-text {
		font-size: 12px;
		line-height: 14px;
		color: #ffffff;
		font-weight: 500;
		display: block;
	}

	.mod-subscribe.md {
		padding: 20px;
	}

	.mod-subscribe.md .btn {
		padding: 14px;
	}
}

.mod-testimonial .img-wrap {
	display: block;
	margin: 0 auto 10px;
}

.mod-testimonial .img-wrap .img-circle {
	width: 180px;
	height: 180px;
	margin: 0 auto;
}

.mod-testimonial .img-wrap img {
	width: 100%;
	display: block;
}

.mod-testimonial .read-more {
	color: #666;
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
	margin-bottom: 15px;
	padding: 0;
	font-style: italic;
}

.mod-testimonial .read-more .icon {
	margin-left: 10px;
	font-size: 12px;
}

.mod-testimonial .video-wrap {
	display: block;
	margin-bottom: 10px;
}

.mod-testimonial .video-wrap img {
	width: 100%;
	display: block;
}

.mod-testimonial .desc p {
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	font-style: italic;
	margin-bottom: 15px;
}

.mod-testimonial .author {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #a22a2e;
}

.mod-testimonial .author .name,
.mod-testimonial .author .lyt-team .profile-desc .designation,
.lyt-team .profile-desc .mod-testimonial .author .designation {
	display: block;
	font-weight: 600;
}

.mod-testimonial .author .location,
.mod-testimonial .author .mod-address .contact-no,
.mod-address .mod-testimonial .author .contact-no,
.mod-testimonial .author .mod-address .email,
.mod-address .mod-testimonial .author .email,
.mod-testimonial .author .mod-address .map-link,
.mod-address .mod-testimonial .author .map-link {
	display: block;
}

.mod-testimonial.typ-input {
	min-height: 600px;
	position: relative;
}

.mod-testimonial.typ-input .cm-actions {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.mod-testimonial.typ-trained {
	margin: 20px 0 20px 0;
	display: inline-block;
}

.mod-testimonial.typ-trained .img-wrap {
	width: auto;
	height: auto;
	margin: 18px 0 0 0;
	padding-right: 40px;
}

.mod-testimonial.typ-trained .cm-actions {
	margin: 20px 0;
}

.mod-testimonial.typ-trained .desc {
	padding: 10px 0 0 0;
	display: inline-block;
}

.mod-testimonial.typ-work .img-wrap {
	width: auto;
	height: auto;
	margin: 0;
}

.mod-testimonial.typ-full-width .img-wrap {
	width: 100%;
	height: auto;
	padding-left: 30px;
}

.mod-testimonial.typ-full-width .btn {
	margin-left: 30px;
	width: auto;
}

@media only screen and (max-width:768px) {
	.mod-testimonial {
		margin: 0 15px;
	}

	.mod-testimonial .img-wrap {
		margin: 0 auto 10px;
	}

	.mod-testimonial .read-more {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.mod-testimonial .read-more .icon {
		margin-left: 10px;
	}

	.mod-testimonial .desc p {
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 10px;
	}

	.mod-testimonial .author {
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 15px;
	}

	.mod-testimonial .btn-block {
		font-size: 14px;
	}

	.mod-testimonial.typ-input {
		min-height: 300px;
	}

	.mod-testimonial.typ-trained .img-wrap {
		padding-right: 0;
	}

	.mod-testimonial.typ-trained .desc {
		padding: 10px 10px 0;
	}

	.mod-testimonial.typ-trained .author {
		padding: 0px 10px 0;
	}

	.mod-testimonial.typ-trained .cm-actions {
		text-align: center;
	}

	.mod-testimonial.typ-work .desc {
		padding: 10px 10px 0;
	}

	.mod-testimonial.typ-work .author {
		padding: 0px 10px 0;
	}

	.mod-testimonial.typ-full-width .img-wrap {
		padding-left: 0;
	}

	.mod-testimonial.typ-full-width .btn {
		margin: 0 auto 20px;
	}
}

.mod-blog .img-wrap {
	margin-bottom: 10px;
	position: relative;
}

.mod-blog .img-wrap img {
	width: 100%;
	display: block;
}

.mod-blog .img-wrap .btn-share {
	position: absolute;
	right: 0;
	bottom: 10px;
	background-color: #d0232a;
	color: #ffffff;
}

.mod-blog .video-wrap {
	margin-bottom: 10px;
}

.mod-blog .grp-blog-info {
	padding: 20px;
}

.mod-blog .grp-blog-info .title,
.mod-blog .grp-blog-info .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-blog .grp-blog-info .title.lg,
.mod-blog .grp-blog-info .mod-reviews .timestamp,
.mod-reviews .mod-blog .grp-blog-info .timestamp,
.mod-blog .grp-blog-info .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-blog .grp-blog-info .timestamp,
.mod-blog .grp-blog-info .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-blog .grp-blog-info .desc,
.mod-blog .grp-blog-info .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-blog .grp-blog-info .meta-text {
	font-size: 22px;
	line-height: 35px;
	margin-bottom: 18px;
	font-weight: 800;
}

.mod-blog .grp-blog-info .title a,
.mod-blog .grp-blog-info .bs-sec .sec-head .title.lg a,
.bs-sec .sec-head .mod-blog .grp-blog-info .title.lg a,
.mod-blog .grp-blog-info .mod-reviews .timestamp a,
.mod-reviews .mod-blog .grp-blog-info .timestamp a,
.mod-blog .grp-blog-info .mod-msg-ceo .timestamp a,
.mod-msg-ceo .mod-blog .grp-blog-info .timestamp a,
.mod-blog .grp-blog-info .mod-timeline .grp-desc .desc a,
.mod-timeline .grp-desc .mod-blog .grp-blog-info .desc a,
.mod-blog .grp-blog-info .mod-phase .table-wrap .meta-text a,
.mod-phase .table-wrap .mod-blog .grp-blog-info .meta-text a {
	color: #666;
}

.mod-blog .grp-blog-info .desc {
	margin-bottom: 20px;
}

.mod-blog .grp-blog-info .desc p {
	line-height: 24px;
	font-size: 16px;
}

.mod-blog .grp-blog-info .timestamp,
.mod-blog .grp-blog-info .hastag {
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
	font-weight: 600;
	margin-right: 15px;
	margin-bottom: 10px;
}

.mod-blog .grp-blog-info .timestamp {
	color: #999999;
}

.mod-blog .grp-blog-info .hastag {
	color: #d0232a;
}

.mod-blog .grp-blog-info .read-more {
	padding-left: 0;
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
	color: #d0232a;
}

.mod-blog .grp-blog-info .read-more .icon {
	margin-left: 10px;
	font-size: 12px;
}

.mod-blog.typ-grey-border {
	border: 1px solid #f1f1f1;
}

.mod-blog.typ-media {
	margin-bottom: 40px;
}

.mod-blog.typ-media .video-wrap,
.mod-blog.typ-media .img-wrap {
	position: relative;
	z-index: 1;
}

.mod-blog.typ-media .media-link {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
	z-index: 1;
}

.mod-blog.typ-media .hastag {
	background: #d0232a;
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
	font-weight: 800;
	padding: 6px 14px;
	position: absolute;
	top: -3px;
	left: 6px;
	z-index: 2;
}

.mod-blog.typ-media img {
	display: block;
	width: 100%;
}

.mod-blog.typ-media .video-wrap:before {
	background: #d0232a none repeat scroll 0 0;
	border-radius: 8px;
	bottom: 0;
	color: #ffffff;
	content: "V";
	font-family: "ashiana" !important;
	font-size: 17px;
	height: 30px;
	left: 0;
	line-height: 31px;
	margin: -20px auto 0;
	position: absolute;
	right: 0;
	text-indent: 13px;
	top: 50%;
	width: 40px;
}

.mod-blog.typ-media .grp-blog-info {
	padding: 0px 20px;
}

.mod-blog.typ-media .grp-blog-info .title,
.mod-blog.typ-media .grp-blog-info .mod-reviews .timestamp,
.mod-reviews .mod-blog.typ-media .grp-blog-info .timestamp,
.mod-blog.typ-media .grp-blog-info .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-blog.typ-media .grp-blog-info .timestamp,
.mod-blog.typ-media .grp-blog-info .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-blog.typ-media .grp-blog-info .desc,
.mod-blog.typ-media .grp-blog-info .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-blog.typ-media .grp-blog-info .meta-text {
	color: #666666;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	margin-bottom: 4px;
	text-transform: capitalize;
	display: block;
}

.mod-blog.typ-media .grp-blog-info .timestamp {
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	font-weight: 500;
	display: block;
	margin-bottom: 14px;
	margin-right: 0;
}

.mod-blog.typ-media .grp-blog-info .timestamp span:before {
	content: "|";
	margin: 0 6px;
}

.mod-blog.typ-media .grp-blog-info .timestamp.media-timestamp {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	text-transform: capitalize;
}

.mod-blog.typ-media .grp-blog-info .timestamp.media-timestamp span:before {
	content: "|";
	margin: 0 6px;
}

.mod-blog.typ-media .grp-blog-info .desc {
	margin-bottom: 10px;
}

.mod-blog.typ-media .grp-blog-info .read-more {
	padding: 0 10px 0 0;
}

.mod-blog.typ-taking-care {
	border: 1px solid #f3f3f3;
	margin: 10px;
}

.mod-blog.typ-taking-care .img-wrap {
	margin-bottom: 0;
}

.mod-blog.typ-taking-care .grp-blog-info {
	padding: 10px 20px;
	min-height: 200px;
}

.mod-blog.typ-taking-care .grp-blog-info .desc {
	margin-bottom: 0;
}

.mod-blog.typ-taking-care .grp-blog-info .desc p {
	display: inline;
}

.mod-blog.typ-taking-care .grp-blog-info .read-more {
	padding: 3px 0;
}

.mod-blog.typ-awards .swiper-container {
	padding-bottom: 0;
}

.mod-blog.typ-awards img {
	display: block;
	width: 100%;
}

.mod-blog.typ-awards .grp-blog-info {
	padding: 0;
}

.mod-blog.typ-awards .grp-blog-info .title,
.mod-blog.typ-awards .grp-blog-info .mod-reviews .timestamp,
.mod-reviews .mod-blog.typ-awards .grp-blog-info .timestamp,
.mod-blog.typ-awards .grp-blog-info .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-blog.typ-awards .grp-blog-info .timestamp,
.mod-blog.typ-awards .grp-blog-info .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-blog.typ-awards .grp-blog-info .desc,
.mod-blog.typ-awards .grp-blog-info .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-blog.typ-awards .grp-blog-info .meta-text {
	font-size: 18px;
	line-height: 22px;
	color: #969696;
	font-weight: 500;
	margin-bottom: 15px;
}

.mod-blog.typ-awards .grp-blog-info .desc {
	margin-bottom: 0;
}

.mod-blog.typ-awards .grp-blog-info .desc p {
	font-size: 16px;
	line-height: 22px;
	color: #969696;
	font-weight: 400;
}

.mod-blog.typ-activities .swiper-container {
	padding-bottom: 0;
}

.mod-blog.typ-activities img {
	display: block;
	width: 100%;
}

.mod-blog.typ-activities .grp-blog-info {
	padding: 0;
}

.mod-blog.typ-activities .grp-blog-info .title,
.mod-blog.typ-activities .grp-blog-info .mod-reviews .timestamp,
.mod-reviews .mod-blog.typ-activities .grp-blog-info .timestamp,
.mod-blog.typ-activities .grp-blog-info .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-blog.typ-activities .grp-blog-info .timestamp,
.mod-blog.typ-activities .grp-blog-info .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-blog.typ-activities .grp-blog-info .desc,
.mod-blog.typ-activities .grp-blog-info .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-blog.typ-activities .grp-blog-info .meta-text {
	font-size: 34px;
	line-height: 40px;
	color: #666;
	font-weight: 800;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.mod-blog.typ-activities .grp-blog-info .desc {
	margin-bottom: 0;
}

.mod-blog.typ-activities .grp-blog-info .desc p {
	font-size: 16px;
	line-height: 22px;
	color: #969696;
	font-weight: 400;
	margin-bottom: 10px;
}

@media only screen and (max-width:768px) {

	.mod-blog .grp-blog-info .title,
	.mod-blog .grp-blog-info .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-blog .grp-blog-info .title.lg,
	.mod-blog .grp-blog-info .mod-reviews .timestamp,
	.mod-reviews .mod-blog .grp-blog-info .timestamp,
	.mod-blog .grp-blog-info .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-blog .grp-blog-info .timestamp,
	.mod-blog .grp-blog-info .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-blog .grp-blog-info .desc,
	.mod-blog .grp-blog-info .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-blog .grp-blog-info .meta-text {
		font-size: 16px;
		line-height: 20px;
	}

	.mod-blog.typ-awards .grp-blog-info {
		padding: 0;
	}

	.mod-blog.typ-awards .grp-blog-info .title,
	.mod-blog.typ-awards .grp-blog-info .mod-reviews .timestamp,
	.mod-reviews .mod-blog.typ-awards .grp-blog-info .timestamp,
	.mod-blog.typ-awards .grp-blog-info .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-blog.typ-awards .grp-blog-info .timestamp,
	.mod-blog.typ-awards .grp-blog-info .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-blog.typ-awards .grp-blog-info .desc,
	.mod-blog.typ-awards .grp-blog-info .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-blog.typ-awards .grp-blog-info .meta-text {
		font-size: 15px;
		line-height: 18px;
	}

	.mod-blog.typ-awards .grp-blog-info .desc p {
		font-size: 14px;
		line-height: 20px;
	}

	.mod-blog.typ-activities .grp-blog-info {
		padding: 0;
	}

	.mod-blog.typ-activities .grp-blog-info .title,
	.mod-blog.typ-activities .grp-blog-info .mod-reviews .timestamp,
	.mod-reviews .mod-blog.typ-activities .grp-blog-info .timestamp,
	.mod-blog.typ-activities .grp-blog-info .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-blog.typ-activities .grp-blog-info .timestamp,
	.mod-blog.typ-activities .grp-blog-info .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-blog.typ-activities .grp-blog-info .desc,
	.mod-blog.typ-activities .grp-blog-info .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-blog.typ-activities .grp-blog-info .meta-text {
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 5px;
	}

	.mod-blog.typ-activities .grp-blog-info .desc p {
		font-size: 14px;
		line-height: 20px;
	}

	.mod-blog.typ-taking-care {
		margin: 0 0 20px;
	}

	.mod-blog.typ-taking-care .grp-blog-info {
		padding: 8px 10px;
		min-height: 0;
	}

	.mod-blog.typ-taking-care .grp-blog-info .title,
	.mod-blog.typ-taking-care .grp-blog-info .mod-reviews .timestamp,
	.mod-reviews .mod-blog.typ-taking-care .grp-blog-info .timestamp,
	.mod-blog.typ-taking-care .grp-blog-info .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-blog.typ-taking-care .grp-blog-info .timestamp,
	.mod-blog.typ-taking-care .grp-blog-info .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-blog.typ-taking-care .grp-blog-info .desc,
	.mod-blog.typ-taking-care .grp-blog-info .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-blog.typ-taking-care .grp-blog-info .meta-text {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 6px;
		display: block;
	}

	.mod-blog.typ-taking-care .grp-blog-info .desc p {
		font-size: 13px;
		line-height: 15px;
	}
}

.mod-feeds .img-wrap {
	float: left;
	padding: 15px 10px 15px 0;
}

.mod-feeds .img-wrap .icon {
	font-size: 30px;
	text-align: center;
}

.mod-feeds .desc {
	overflow: hidden;
}

.mod-feeds .desc a {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #000;
	display: block;
}

.mod-feeds .desc .timestamp {
	font-size: 16px;
	line-height: 20px;
	color: #666;
	font-weight: 600;
}

@media only screen and (max-width:768px) {
	.mod-feeds {
		margin: 0 15px;
	}

	.mod-feeds .img-wrap {
		padding: 8px 10px 8px 0;
	}

	.mod-feeds .img-wrap .icon {
		font-size: 18px;
	}

	.mod-feeds .desc p {
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 5px;
	}

	.mod-feeds .desc .timestamp {
		font-size: 12px;
		line-height: 16px;
	}
}

.mod-gallery {
	display: block;
	height: 285px;
	overflow: hidden;
	position: relative;
	margin: 15px;
}

.mod-gallery .inner {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition-duration: 0.3s;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	text-indent: -9999px;
}

.mod-gallery:hover .inner {
	transform: scale(1.2);
	transition: all 0.6s ease 0s;
}

.mod-gallery:before {
	content: "";
	background: url(../images/shadow.png) repeat-x;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.mod-gallery .glry-img {
	position: absolute;
	left: -99999px;
	top: -99999px;
}

.mod-gallery .title,
.mod-gallery .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-gallery .title.lg,
.mod-gallery .mod-reviews .timestamp,
.mod-reviews .mod-gallery .timestamp,
.mod-gallery .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-gallery .timestamp,
.mod-gallery .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-gallery .desc,
.mod-gallery .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-gallery .meta-text {
	font-size: 24px;
	line-height: 28px;
	font-weight: 800;
	color: #ffffff;
	z-index: 2;
	position: relative;
	margin: 15px 25px 4px;
	display: inline-block;
}

.mod-gallery .sub-title {
	font-size: 16px;
	line-height: 18px;
	margin: 0px 25px;
	z-index: 2;
	position: relative;
	color: #ffffff;
}

.mod-gallery .tag {
	width: 75px;
	height: 75px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	font-size: 25px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 600;
	padding-top: 10px;
	z-index: 2;
}

.mod-gallery .tag span {
	font-size: 16px;
}

.mod-gallery .tag.red {
	background-color: #d0232a;
}

.mod-gallery .tag.dark-red {
	background-color: #a2282e;
}

.mod-gallery .tag.dark-orenge {
	background-color: #c24d01;
}

.mod-gallery .tag.orenge {
	background-color: #ff9016;
}

.mod-gallery .tag.yellow {
	background-color: #f2ad00;
}

.mod-gallery .desc {
	line-height: 24px;
	margin-bottom: 20px;
}

.mod-gallery.typ-vertical {
	height: 600px;
}

.mod-gallery.gallery-sm {
	height: 255px;
}

.mod-gallery.typ-empty {
	text-align: center;
	height: auto;
}

.mod-gallery.typ-empty:before {
	background: none;
}

.mod-gallery.typ-empty .msg {
	font-size: 40px;
	line-height: 65px;
	font-weight: 800;
	color: #9e9e9e;
}

@media only screen and (max-width:768px) {
	.mod-gallery {
		height: 146px;
		margin: 5px;
	}

	.mod-gallery .title,
	.mod-gallery .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-gallery .title.lg,
	.mod-gallery .mod-reviews .timestamp,
	.mod-reviews .mod-gallery .timestamp,
	.mod-gallery .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-gallery .timestamp,
	.mod-gallery .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-gallery .desc,
	.mod-gallery .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-gallery .meta-text {
		font-size: 15px;
		line-height: 18px;
		font-weight: 600;
		margin: 10px 15px 0px;
	}

	.mod-gallery .sub-title {
		font-size: 12px;
		line-height: 18px;
		margin: 0px 15px;
	}

	.mod-gallery .tag {
		width: 48px;
		height: 48px;
		font-size: 15px;
		line-height: 18px;
		padding-top: 5px;
	}

	.mod-gallery .tag span {
		font-size: 12px;
	}

	.mod-gallery .desc {
		line-height: 24px;
		margin-bottom: 20px;
	}

	.mod-gallery.typ-vertical {
		height: 146px;
	}

	.mod-gallery.gallery-sm {
		height: 150px;
	}

	.mod-gallery.typ-empty .msg {
		font-size: 30px;
		line-height: 50px;
	}
}

.mod-project {
	font-size: 15px;
	font-weight: 500;
	color: #666;
}

.mod-project .img-wrap {
	position: relative;
}

.mod-project .img-wrap img {
	width: 100%;
	display: block;
}

.mod-project .img-wrap .prj-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-indent: -9999px;
	z-index: 1;
	opacity: 0;
}

.mod-project .img-wrap .cm-actions {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.mod-project .img-wrap .btn-cta {
	background-color: #231f20;
	color: #fff;
}

.mod-project .img-wrap .btn-cta:first-child {
	display: none;
}

.mod-project .title,
.mod-project .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-project .title.lg,
.mod-project .mod-reviews .timestamp,
.mod-reviews .mod-project .timestamp,
.mod-project .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-project .timestamp,
.mod-project .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-project .desc,
.mod-project .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-project .meta-text {
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	display: block;
	color: #333;
}

.mod-project .sub-title {
	font-size: 16px;
	line-height: 20px;
	display: block;
	text-transform: capitalize;
}

.mod-project .desc {
	line-height: 24px;
	margin-bottom: 20px;
}

.mod-project .st-complete {
	color: #009245;
}

.mod-project .st-incomplete {
	color: #ff9016;
}

.mod-project .grp-meta-info .df-title {
	font-weight: normal;
	display: inline-block;
	text-transform: capitalize;
	margin: 2px;
}

.mod-project .grp-meta-info .df-desc {
	display: inline-block;
	color: #666666;
	margin: 2px;
	font-weight: 600;
}

.mod-project .cat-badge {
	background-color: #dfdfdf;
	display: inline-block;
	padding: 4px 6px;
	margin: 2px 3px;
}

.mod-project .cat-badge span {
	display: inline-block;
	font-size: 16px;
	color: #666666;
}

.mod-project .view-360 {
	z-index: 2;
	font-size: 62px;
}

.mod-project .tag {
	background: #a2282e;
	padding: 0 6px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
}

.mod-project.typ-similar .img-wrap {
	display: block;
}

.mod-project.typ-similar .img-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url("../images/shadow_v.png") repeat-x center bottom transparent;
}

.mod-project.typ-similar .grp-title {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
}

.mod-project.typ-similar .grp-title .title,
.mod-project.typ-similar .grp-title .mod-reviews .timestamp,
.mod-reviews .mod-project.typ-similar .grp-title .timestamp,
.mod-project.typ-similar .grp-title .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-project.typ-similar .grp-title .timestamp,
.mod-project.typ-similar .grp-title .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-project.typ-similar .grp-title .desc,
.mod-project.typ-similar .grp-title .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-project.typ-similar .grp-title .meta-text {
	color: #ffffff;
	margin: 0;
}

.mod-project.typ-similar .grp-title .sub-title {
	margin: 0;
	color: #ffffff;
}

.mod-project .proj-popup-wrap {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	font-size: 50px;
	z-index: 40;
}

@media only screen and (max-width:768px) {
	.mod-project {
		font-size: 13px;
		font-weight: 700;
	}

	.mod-project .img-wrap {
		float: left;
		width: 40%;
		margin-right: 2%;
	}

	.mod-project .img-wrap .btn-cta:first-child {
		display: inline-block;
		margin-right: 5px;
	}

	.mod-project .grp-list {
		overflow: hidden;
	}

	.mod-project .title,
	.mod-project .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-project .title.lg,
	.mod-project .mod-reviews .timestamp,
	.mod-reviews .mod-project .timestamp,
	.mod-project .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-project .timestamp,
	.mod-project .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-project .desc,
	.mod-project .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-project .meta-text {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 2px;
	}

	.mod-project .sub-title {
		font-size: 13px;
		line-height: 15px;
		font-weight: 400;
		color: #666;
	}

	.mod-project .cat-badge {
		padding: 1px 5px;
		font-size: 12px;
		margin: 2px;
	}

	.mod-project .cat-badge span {
		font-size: 12px;
	}

	.mod-project .tag {
		height: 16px;
		line-height: 16px;
		font-size: 11px;
		font-weight: 600;
	}

	.mod-project .view-360 {
		font-size: 30px;
	}

	.mod-project.typ-similar .img-wrap {
		width: 100%;
	}

	.mod-project.typ-similar .grp-title {
		left: 5px;
		right: 5px;
		bottom: 5px;
	}
}

.mod-project-category {
	font-size: 14px;
	font-weight: 500;
	color: #808080;
}

.mod-project-category .img-wrap {
	position: relative;
	display: block;
	overflow: hidden;
	display: none;
}

.mod-project-category .img-wrap img {
	width: 100%;
	display: block;
	transform: scale(1);
	transition: all 0.5s ease 0s;
}

.mod-project-category .img-wrap:hover img {
	transform: scale(1.2);
	transition: all 0.5s ease 0s;
}

.mod-project-category .title,
.mod-project-category .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-project-category .title.lg,
.mod-project-category .mod-reviews .timestamp,
.mod-reviews .mod-project-category .timestamp,
.mod-project-category .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-project-category .timestamp,
.mod-project-category .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-project-category .desc,
.mod-project-category .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-project-category .meta-text {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 12px;
	font-weight: 700;
	display: block;
	color: #fff;
}

.mod-project-category .sub-title {
	font-size: 18px;
	line-height: 24px;
	display: block;
	color: #fff;
}

.mod-project-category .grp-meta-info .desc {
	padding: 0 10px 0 0;
}

.mod-project-category .grp-meta-info .desc:first-child {
	margin-left: 10px;
}

.mod-project-category .grp-meta-info:first-child .desc:first-child {
	padding-right: 8px;
	margin: 6px 8px 6px 10px;
	border-right: solid 1px #eaeaea;
}

.mod-project-category .grp-meta-info .icon-map .icon-floor-plan {
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}

.mod-project-category .grp-meta-info .icon-map .meta-txt {
	font-size: 12px;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
}

@media only screen and (max-width:768px) {

	.mod-project-category .title,
	.mod-project-category .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-project-category .title.lg,
	.mod-project-category .mod-reviews .timestamp,
	.mod-reviews .mod-project-category .timestamp,
	.mod-project-category .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-project-category .timestamp,
	.mod-project-category .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-project-category .desc,
	.mod-project-category .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-project-category .meta-text {
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 4px;
	}

	.mod-project-category .sub-title {
		font-size: 13px;
		line-height: 16px;
	}

	.mod-project-category .grp-meta-info .desc {
		font-size: 12px;
	}
}

.mod-feature {
	text-align: center;
	padding: 15px;
}

.mod-feature .grp-icon .icon {
	margin-bottom: 15px;
	font-size: 46px;
	line-height: 50px;
	color: #d0232a;
}

.mod-feature .grp-detail .title,
.mod-feature .grp-detail .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-feature .grp-detail .title.lg,
.mod-feature .grp-detail .mod-reviews .timestamp,
.mod-reviews .mod-feature .grp-detail .timestamp,
.mod-feature .grp-detail .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-feature .grp-detail .timestamp,
.mod-feature .grp-detail .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-feature .grp-detail .desc,
.mod-feature .grp-detail .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-feature .grp-detail .meta-text {
	font-size: 36px;
	line-height: 36px;
	color: #666;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 15px;
	display: block;
}

.mod-feature .grp-detail .title span,
.mod-feature .grp-detail .bs-sec .sec-head .title.lg span,
.bs-sec .sec-head .mod-feature .grp-detail .title.lg span,
.mod-feature .grp-detail .mod-reviews .timestamp span,
.mod-reviews .mod-feature .grp-detail .timestamp span,
.mod-feature .grp-detail .mod-msg-ceo .timestamp span,
.mod-msg-ceo .mod-feature .grp-detail .timestamp span,
.mod-feature .grp-detail .mod-timeline .grp-desc .desc span,
.mod-timeline .grp-desc .mod-feature .grp-detail .desc span,
.mod-feature .grp-detail .mod-phase .table-wrap .meta-text span,
.mod-phase .table-wrap .mod-feature .grp-detail .meta-text span {
	display: block;
}

.mod-feature .grp-detail .desc p {
	display: inline;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}

.mod-feature .grp-detail .desc .read-more {
	display: inline;
	font-size: 16px;
	color: #d0232a;
	line-height: 18px;
	padding: 0 0 0 5px;
}

.mod-feature .grp-detail .desc .read-more .icon {
	margin-left: 5px;
	font-size: 11px;
}

@media only screen and (max-width:768px) {
	.mod-feature {
		border: 1px solid #f2f2f2;
		padding: 20px 10px 10px 10px;
		min-height: 190px;
		margin: 0 6px;
	}

	.mod-feature .grp-icon {
		float: left;
		margin-right: 25px;
	}

	.mod-feature .grp-icon .icon {
		margin-bottom: 0;
		font-size: 34px;
		line-height: 44px;
	}

	.mod-feature .grp-detail {
		overflow: hidden;
		text-align: left;
	}

	.mod-feature .grp-detail .title,
	.mod-feature .grp-detail .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-feature .grp-detail .title.lg,
	.mod-feature .grp-detail .mod-reviews .timestamp,
	.mod-reviews .mod-feature .grp-detail .timestamp,
	.mod-feature .grp-detail .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-feature .grp-detail .timestamp,
	.mod-feature .grp-detail .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-feature .grp-detail .desc,
	.mod-feature .grp-detail .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-feature .grp-detail .meta-text {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 10px;
	}

	.mod-feature .grp-detail .title span,
	.mod-feature .grp-detail .bs-sec .sec-head .title.lg span,
	.bs-sec .sec-head .mod-feature .grp-detail .title.lg span,
	.mod-feature .grp-detail .mod-reviews .timestamp span,
	.mod-reviews .mod-feature .grp-detail .timestamp span,
	.mod-feature .grp-detail .mod-msg-ceo .timestamp span,
	.mod-msg-ceo .mod-feature .grp-detail .timestamp span,
	.mod-feature .grp-detail .mod-timeline .grp-desc .desc span,
	.mod-timeline .grp-desc .mod-feature .grp-detail .desc span,
	.mod-feature .grp-detail .mod-phase .table-wrap .meta-text span,
	.mod-phase .table-wrap .mod-feature .grp-detail .meta-text span {
		display: inline-block;
		margin-left: 4px;
	}

	.mod-feature .grp-detail .desc p {
		font-size: 13px;
		line-height: 16px;
		margin: 0 0 6px 0;
		display: inline-block;
	}

	.mod-feature .grp-detail .desc .read-more {
		font-size: 12px;
		line-height: 14px;
		text-align: left !important;
		display: block;
		padding: 0;
		font-weight: 600;
	}
}

.mod-footer .title,
.mod-footer .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-footer .title.lg,
.mod-footer .mod-reviews .timestamp,
.mod-reviews .mod-footer .timestamp,
.mod-footer .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-footer .timestamp,
.mod-footer .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-footer .desc,
.mod-footer .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-footer .meta-text {
	font-size: 16px;
	line-height: 18px;
	color: #ffce00;
	margin-bottom: 12px;
	font-weight: 700;
}

.mod-footer .link {
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	margin-bottom: 10px;
	display: block;
}

.mod-footer .link:hover {
	color: #ffce00;
}

.mod-footer .copyright {
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	margin-bottom: 20px;
	display: block;
	text-align: right;
}

.mod-footer .desc p {
	font-size: 12px;
	line-height: 22px;
}

.mod-footer .contact-no {
	color: #999999;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 35px;
	display: inline-block;
}

@media only screen and (max-width:768px) {
	.mod-footer {
		position: relative;
		bottom: auto;
		background: #231f20;
		top: auto;
		overflow-y: auto;
	}

	.mod-footer .title,
	.mod-footer .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-footer .title.lg,
	.mod-footer .mod-reviews .timestamp,
	.mod-reviews .mod-footer .timestamp,
	.mod-footer .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-footer .timestamp,
	.mod-footer .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-footer .desc,
	.mod-footer .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-footer .meta-text {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 8px;
	}

	.mod-footer .link {
		line-height: 20px;
	}

	.mod-footer .copyright {
		text-align: center;
		margin-bottom: 70px;
	}

	.mod-footer .desc p {
		line-height: 18px;
	}

	.mod-footer .contact-no {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 20px;
	}
}

.mod-media-query {
	background-color: #fff;
	border: 1px solid #f1f1f1;
	margin-bottom: 25px;
	padding: 10px;
}

.mod-media-query .img-wrap {
	background: #d0232a;
	border-radius: 50%;
	float: left;
	height: 45px;
	margin: 6px 15px 0 0;
	text-align: center;
	width: 45px;
}

.mod-media-query .img-wrap .icon {
	font-size: 22px;
	text-align: center;
	color: #ffffff;
	line-height: 47px;
}

.mod-media-query .grp-meta-info {
	overflow: hidden;
}

.mod-media-query .grp-meta-info .df-title {
	display: block;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
}

.mod-media-query .grp-meta-info .df-desc {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	color: #999999;
}

@media only screen and (max-width:768px) {
	.mod-media-query {
		margin: 10px;
	}
}

.bs-select {
	padding: 0 15px;
}

.bs-select .custom-select .ms-choice {
	background: #ffffff;
	padding: 10px 15px;
	height: 40px;
	border-radius: 0;
	border-color: #f1f1f1;
}

.bs-select .custom-select .ms-choice:focus {
	outline: none;
}

.bs-select .custom-select .ms-choice span {
	color: #666;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 15px;
}

.bs-select .custom-select .ms-choice div {
	background: transparent;
}

.bs-select .custom-select .ms-choice div:before {
	content: "\66";
	font-family: "ashiana" !important;
	font-size: 15px;
	position: relative;
	top: 8px;
	right: 8px;
}

.bs-select .custom-select .ms-drop ul {
	padding: 0;
}

.bs-select .custom-select .ms-drop ul li label {
	color: #666;
	font-size: 16px;
	line-height: 20px;
	padding: 8px 15px;
}

.bs-select .custom-select .ms-drop ul li label input[type="radio"],
.bs-select .custom-select .ms-drop ul li label input[type="checkbox"] {
	visibility: hidden;
	opacity: 0;
	position: absolute;
}

.bs-select .custom-select .ms-drop ul li:hover label {
	background: #f6f6f6;
	color: #666;
	cursor: pointer;
}

.bs-select .custom-select .ms-drop ul li.selected label {
	background: #f6f6f6;
	color: #666;
	font-weight: 600;
}

.bs-select .custom-select .ms-drop.bottom {
	box-shadow: none;
	border-color: #f1f1f1;
	border-radius: 0;
	margin-top: 5px;
}

@media only screen and (max-width:768px) {
	.bs-select {
		padding: 0;
		margin: 0 10px 10px 10px;
	}

	.bs-select .custom-select .ms-choice {
		padding: 2px 6px;
		height: 30px;
	}

	.bs-select .custom-select .ms-choice span {
		font-size: 13px;
		line-height: 16px;
		padding: 8px;
	}

	.bs-select .custom-select .ms-choice div {
		background: transparent;
	}

	.bs-select .custom-select .ms-choice div:before {
		content: "\66";
		font-family: "ashiana" !important;
		font-size: 12px;
		position: relative;
		top: 3px;
		right: -2px;
	}

	.bs-select .custom-select .ms-drop ul li label {
		font-size: 13px;
		line-height: 16px;
		padding: 8px;
	}
}

.mod-blog-top-stories .img-wrap {
	width: 100%;
	position: relative;
	display: block;
}

.mod-blog-top-stories .img-wrap img {
	width: 100%;
	display: block;
}

.mod-blog-top-stories .img-wrap:before {
	background: url("../images/shadow_v.png") repeat-x center bottom transparent;
	bottom: 0;
	content: "none";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	text-indent: -9999px;
}

.mod-blog-top-stories .title,
.mod-blog-top-stories .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-blog-top-stories .title.lg,
.mod-blog-top-stories .mod-reviews .timestamp,
.mod-reviews .mod-blog-top-stories .timestamp,
.mod-blog-top-stories .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-blog-top-stories .timestamp,
.mod-blog-top-stories .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-blog-top-stories .desc,
.mod-blog-top-stories .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-blog-top-stories .meta-text {
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	color: #ffffff;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 2;
	pointer-events: none;
}

.mod-blog-top-stories .hastag {
	background: #d0232a;
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
	font-weight: 800;
	padding: 6px 14px;
	position: absolute;
	top: -3px;
	left: 6px;
	z-index: 2;
}

@media only screen and (max-width:768px) {

	.mod-blog-top-stories .title,
	.mod-blog-top-stories .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-blog-top-stories .title.lg,
	.mod-blog-top-stories .mod-reviews .timestamp,
	.mod-reviews .mod-blog-top-stories .timestamp,
	.mod-blog-top-stories .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-blog-top-stories .timestamp,
	.mod-blog-top-stories .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-blog-top-stories .desc,
	.mod-blog-top-stories .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-blog-top-stories .meta-text {
		font-size: 14px;
		line-height: 20px;
	}
}

.mod-faq .title,
.mod-faq .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-faq .title.lg,
.mod-faq .mod-reviews .timestamp,
.mod-reviews .mod-faq .timestamp,
.mod-faq .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-faq .timestamp,
.mod-faq .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-faq .desc,
.mod-faq .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-faq .meta-text {
	font-size: 18px;
	line-height: 28px;
	color: #999;
	font-weight: 700;
	display: block;
	padding-bottom: 10px;
}

.mod-faq .title:before,
.mod-faq .bs-sec .sec-head .title.lg:before,
.bs-sec .sec-head .mod-faq .title.lg:before,
.mod-faq .mod-reviews .timestamp:before,
.mod-reviews .mod-faq .timestamp:before,
.mod-faq .mod-msg-ceo .timestamp:before,
.mod-msg-ceo .mod-faq .timestamp:before,
.mod-faq .mod-timeline .grp-desc .desc:before,
.mod-timeline .grp-desc .mod-faq .desc:before,
.mod-faq .mod-phase .table-wrap .meta-text:before,
.mod-phase .table-wrap .mod-faq .meta-text:before {
	content: counters(srno, "", decimal-leading-zero) ")";
	counter-increment: srno;
	font-size: 24px;
	line-height: 26px;
	display: inline-block;
	color: #999;
	margin: 0 10px 0px 0;
}

.mod-faq .desc {
	margin-bottom: 20px;
}

.mod-faq .desc p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	display: block;
	padding-bottom: 10px;
}

.mod-faq .sub-points ul li {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	padding-left: 10px;
	position: relative;
	margin-bottom: 10px;
}

.mod-faq .sub-points ul li:before {
	content: "-";
	width: 10px;
	margin-right: 5px;
	position: absolute;
	left: 0;
}

.mod-faq ul,
.mod-faq ol {
	position: relative;
}

.mod-faq ol>li,
.mod-faq ul>li {
	font-size: 16px;
	line-height: 24px;
	color: #999;
	font-weight: 400;
	display: block;
	padding-left: 10px;
	padding-bottom: 6px;
}

.mod-faq ol>li:before,
.mod-faq ul>li:before {
	content: "-";
	width: 10px;
	margin-right: 5px;
	position: absolute;
	left: 0;
}

.mod-faq ol>li .table,
.mod-faq ul>li .table {
	margin: 15px;
}

.mod-faq ol>li .table p,
.mod-faq ul>li .table p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	display: block;
	padding-bottom: 18px;
}

@media only screen and (max-width:768px) {
	.mod-faq {
		margin: 0 10px;
	}

	.mod-faq:before {
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 6px;
	}

	.mod-faq .title,
	.mod-faq .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-faq .title.lg,
	.mod-faq .mod-reviews .timestamp,
	.mod-reviews .mod-faq .timestamp,
	.mod-faq .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-faq .timestamp,
	.mod-faq .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-faq .desc,
	.mod-faq .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-faq .meta-text {
		font-size: 16px;
		line-height: 20px;
	}

	.mod-faq .desc {
		margin-bottom: 10px;
	}

	.mod-faq .desc p {
		font-size: 16px;
		line-height: 20px;
	}

	.mod-faq .sub-points ul li {
		font-size: 16px;
		line-height: 20px;
	}

	.mod-faq ol>li,
	.mod-faq ul>li {
		font-size: 14px;
		line-height: 20px;
	}

	.mod-faq ol>li .table,
	.mod-faq ul>li .table {
		margin: 10px 0;
	}

	.mod-faq ol>li .table p,
	.mod-faq ul>li .table p {
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 12px;
	}
}

.mod-search .form-control {
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	display: inline-block;
	font-weight: 600;
	border: none;
	background: #e9e9e9;
	padding: 8px 10px;
	border-radius: 0;
	box-shadow: none;
}

.mod-search .search {
	border: none;
	background: #e9e9e9;
}

.mod-search.md .form-control {
	height: 40px;
	font-size: 16px;
	line-height: 18px;
}

.mod-search.md .btn {
	padding: 0;
	border-color: transparent;
}

.mod-search.md .btn:hover,
.mod-search.md .btn:active,
.mod-search.md .btn:focus {
	background: inherit;
}

.mod-search.md .btn .icon {
	font-size: 18px;
	line-height: 20px;
}

.mod-search.typ-global {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.95);
	z-index: 12;
	display: none;
}

.mod-search.typ-global.active {
	display: block;
}

.mod-search.typ-global .grp-search-input {
	height: 100px;
}

.mod-search.typ-global .grp-search-input .input-group-addon {
	padding: 7px 40px 0 40px;
	border: none;
	background: #ffffff;
	border-radius: 0;
}

.mod-search.typ-global .grp-search-input .input-group-addon .icon {
	font-size: 26px;
	line-height: 32px;
	color: #b2b2b2;
}

.mod-search.typ-global .grp-search-input .form-control {
	height: 100px;
	border: none;
	font-size: 30px;
	line-height: 32px;
	color: #666666;
	background: #ffffff;
}

.mod-search.typ-global .grp-search-result ul {
	bottom: 50px;
	overflow-y: scroll;
	padding: 20px;
	position: fixed;
	top: 100px;
	right: 0;
	left: 92px;
}

.mod-search.typ-global .grp-search-result ul li {
	margin-bottom: 20px;
}

.mod-search.typ-global .grp-search-result ul li span {
	display: block;
	font-size: 16px;
	line-height: 18px;
}

.mod-search.typ-global .grp-search-result ul li span.title,
.mod-search.typ-global .grp-search-result ul li .mod-reviews span.timestamp,
.mod-reviews .mod-search.typ-global .grp-search-result ul li span.timestamp,
.mod-search.typ-global .grp-search-result ul li .mod-msg-ceo span.timestamp,
.mod-msg-ceo .mod-search.typ-global .grp-search-result ul li span.timestamp,
.mod-search.typ-global .grp-search-result ul li .mod-timeline .grp-desc span.desc,
.mod-timeline .grp-desc .mod-search.typ-global .grp-search-result ul li span.desc,
.mod-search.typ-global .grp-search-result ul li .mod-phase .table-wrap span.meta-text,
.mod-phase .table-wrap .mod-search.typ-global .grp-search-result ul li span.meta-text {
	margin-bottom: 2px;
}

.mod-search.typ-global .grp-search-result ul li span.tag {
	font-size: 12px;
	line-height: 14px;
}

.mod-search.typ-global .grp-search-result ul li span.tag.comfort {
	color: #ffce00;
}

.mod-search.typ-global .grp-search-result ul li span.tag.senior {
	color: #ff9012;
}

.mod-search .tt-menu {
	padding: 20px 0;
}

.mod-search .tt-menu .tt-suggestion {
	margin-bottom: 20px;
}

.mod-search .tt-menu .tt-suggestion .title,
.mod-search .tt-menu .tt-suggestion .mod-reviews .timestamp,
.mod-reviews .mod-search .tt-menu .tt-suggestion .timestamp,
.mod-search .tt-menu .tt-suggestion .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-search .tt-menu .tt-suggestion .timestamp,
.mod-search .tt-menu .tt-suggestion .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-search .tt-menu .tt-suggestion .desc,
.mod-search .tt-menu .tt-suggestion .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-search .tt-menu .tt-suggestion .meta-text {
	display: block;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 2px;
	color: #6a6a6a;
	font-weight: 500;
}

.mod-search .tt-menu .tt-suggestion .title .tt-highlight,
.mod-search .tt-menu .tt-suggestion .mod-reviews .timestamp .tt-highlight,
.mod-reviews .mod-search .tt-menu .tt-suggestion .timestamp .tt-highlight,
.mod-search .tt-menu .tt-suggestion .mod-msg-ceo .timestamp .tt-highlight,
.mod-msg-ceo .mod-search .tt-menu .tt-suggestion .timestamp .tt-highlight,
.mod-search .tt-menu .tt-suggestion .mod-timeline .grp-desc .desc .tt-highlight,
.mod-timeline .grp-desc .mod-search .tt-menu .tt-suggestion .desc .tt-highlight,
.mod-search .tt-menu .tt-suggestion .mod-phase .table-wrap .meta-text .tt-highlight,
.mod-phase .table-wrap .mod-search .tt-menu .tt-suggestion .meta-text .tt-highlight {
	font-weight: 500;
}

.mod-search .tt-menu .tt-suggestion .tag {
	font-size: 12px;
	line-height: 14px;
}

.mod-search .tt-menu .tt-suggestion .tag.comfort {
	color: #ffce00;
}

.mod-search .tt-menu .tt-suggestion .tag.senior {
	color: #ff9012;
}

@media only screen and (max-width:768px) {
	.mod-search {
		margin: 10px;
	}

	.mod-search.typ-global {
		margin: 0;
	}

	.mod-search.typ-global .grp-search-input {
		height: 50px;
	}

	.mod-search.typ-global .grp-search-input .input-group-addon {
		padding: 6px 12px;
	}

	.mod-search.typ-global .grp-search-input .input-group-addon .icon {
		font-size: 18px;
		line-height: 20px;
	}

	.mod-search.typ-global .grp-search-input .form-control {
		height: 50px;
		font-size: 18px;
		line-height: 20px;
	}

	.mod-search.typ-global .grp-search-result ul {
		top: 50px;
		left: 30px;
		bottom: 20px;
	}
}

.mod-reviews {
	margin-bottom: 25px;
}

.mod-reviews .title,
.mod-reviews .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-reviews .title.lg,
.mod-reviews .timestamp,
.mod-reviews .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-reviews .desc,
.mod-reviews .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-reviews .meta-text {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 6px;
	display: block;
	color: #a22a2e;
	font-weight: 600;
}

.mod-reviews .desc p {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
}

.mod-reviews .message-block {
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	margin-top: 10px;
	text-align: left;
}

.mod-reviews .message-block span {
	display: block;
}

.mod-reviews .message-block p {
	font-size: 14px;
	line-height: 20px;
}

.mod-reviews .message-block p:first-child {
	margin-bottom: 15px;
}

@media only screen and (max-width:768px) {
	.mod-reviews {
		margin: 0 15px 30px 15px;
	}

	.mod-reviews .title,
	.mod-reviews .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-reviews .title.lg,
	.mod-reviews .timestamp,
	.mod-reviews .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-reviews .desc,
	.mod-reviews .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-reviews .meta-text {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 8px;
	}

	.mod-reviews .desc p {
		font-size: 16px;
		line-height: 22px;
	}

	.mod-reviews .message-block {
		padding: 10px 60px 10px 10px;
		margin-bottom: 10px;
		font-size: 13px;
		line-height: 16px;
		min-height: 65px;
	}

	.mod-reviews .message-block:before {
		background-size: 80% 80%;
		right: 0;
		top: 12px;
	}
}

.mod-comments {
	margin-top: 20px;
	margin-left: -15px;
	margin-bottom: 20px;
}

.mod-comments:before {
	font-size: 22px;
	line-height: 26px;
	color: #000;
	content: "\61";
	display: inline-block;
	margin-right: 6px;
	font-family: "ashiana" !important;
	margin-left: 15px;
}

.mod-comments .title,
.mod-comments .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-comments .title.lg,
.mod-comments .mod-reviews .timestamp,
.mod-reviews .mod-comments .timestamp,
.mod-comments .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-comments .timestamp,
.mod-comments .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-comments .desc,
.mod-comments .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-comments .meta-text {
	color: #000;
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	display: inline-block;
	font-style: italic;
}

.mod-comments .form-group {
	padding: 0 10px;
	margin-bottom: 10px;
}

.mod-comments .form-group .form-control {
	font-size: 18px;
	line-height: 20px;
	color: #999;
	margin: 10px 0;
	font-weight: 500;
	height: 40px;
}

.mod-comments .form-group textarea.form-control {
	height: auto;
}

.mod-comments .btn {
	margin-left: 15px;
}

.mod-comments .modal-capcha {
	margin: 0;
	padding: 0;
}

.mod-comments .captcha-input {
	margin: 0;
	padding: 0;
}

@media only screen and (max-width:768px) {
	.mod-comments {
		margin: 15px;
	}

	.mod-comments:before {
		font-size: 16px;
		line-height: 20px;
		margin-left: 0;
	}

	.mod-comments .title,
	.mod-comments .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-comments .title.lg,
	.mod-comments .mod-reviews .timestamp,
	.mod-reviews .mod-comments .timestamp,
	.mod-comments .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-comments .timestamp,
	.mod-comments .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-comments .desc,
	.mod-comments .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-comments .meta-text {
		font-size: 18px;
		line-height: 22px;
	}

	.mod-comments .form-group {
		padding: 0;
		margin-bottom: 15px;
	}

	.mod-comments .form-group .form-control {
		font-size: 14px;
		line-height: 18px;
	}

	.mod-comments .btn {
		margin-left: 0;
	}
}

.mod-interior-specification .title,
.mod-interior-specification .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-interior-specification .title.lg,
.mod-interior-specification .mod-reviews .timestamp,
.mod-reviews .mod-interior-specification .timestamp,
.mod-interior-specification .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-interior-specification .timestamp,
.mod-interior-specification .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-interior-specification .desc,
.mod-interior-specification .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-interior-specification .meta-text {
	font-size: 16px;
	line-height: 18px;
	color: #ff8f12;
	margin-bottom: 10px;
	margin-top: 25px;
	display: block;
}

.mod-interior-specification .title:first-child,
.mod-interior-specification .bs-sec .sec-head .title.lg:first-child,
.bs-sec .sec-head .mod-interior-specification .title.lg:first-child,
.mod-interior-specification .mod-reviews .timestamp:first-child,
.mod-reviews .mod-interior-specification .timestamp:first-child,
.mod-interior-specification .mod-msg-ceo .timestamp:first-child,
.mod-msg-ceo .mod-interior-specification .timestamp:first-child,
.mod-interior-specification .mod-timeline .grp-desc .desc:first-child,
.mod-timeline .grp-desc .mod-interior-specification .desc:first-child,
.mod-interior-specification .mod-phase .table-wrap .meta-text:first-child,
.mod-phase .table-wrap .mod-interior-specification .meta-text:first-child {
	margin-top: 0;
}

.mod-interior-specification p {
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
	line-height: 18px;
}

.mod-interior-specification p strong {
	margin-top: 10px;
	display: inline-block;
}

.mod-interior-specification p strong:first-child {
	color: #ff9016;
	margin-bottom: 6px;
	display: inline-block;
}

.mod-interior-specification .meta-grp-list {
	margin-bottom: 15px;
	overflow: hidden;
	line-height: 18px;
}

.mod-interior-specification .meta-grp-list .df-title {
	float: left;
	font-weight: 600;
	margin-right: 10px;
}

.mod-interior-specification .meta-grp-list .df-desc {
	overflow: hidden;
}

@media only screen and (max-width:768px) {
	.mod-interior-specification {
		padding: 0 10px;
	}
}

.mod-concept-senior-living {
	text-align: center;
	margin-bottom: 20px;
}

.mod-concept-senior-living .img-wrap {
	margin-bottom: 20px;
	padding: 0 15px;
}

.mod-concept-senior-living .img-wrap img {
	width: 100%;
}

.mod-concept-senior-living .grp-info {
	padding: 0 15px;
}

.mod-concept-senior-living .grp-info .title,
.mod-concept-senior-living .grp-info .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-concept-senior-living .grp-info .title.lg,
.mod-concept-senior-living .grp-info .mod-reviews .timestamp,
.mod-reviews .mod-concept-senior-living .grp-info .timestamp,
.mod-concept-senior-living .grp-info .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-concept-senior-living .grp-info .timestamp,
.mod-concept-senior-living .grp-info .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-concept-senior-living .grp-info .desc,
.mod-concept-senior-living .grp-info .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-concept-senior-living .grp-info .meta-text {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 18px;
	font-weight: 800;
	color: #d0232a;
	text-transform: lowercase;
}

.mod-concept-senior-living .grp-info .desc {
	margin-bottom: 20px;
}

.mod-concept-senior-living .grp-info .desc p {
	line-height: 32px;
	margin: 20px 0;
	color: #000;
	font-size: 18px;
}

@media only screen and (max-width:768px) {
	.mod-concept-senior-living {
		text-align: center;
		margin: 0 15px;
		padding-bottom: 20px;
	}

	.mod-concept-senior-living .img-wrap {
		text-align: center;
	}

	.mod-concept-senior-living .img-wrap img {
		width: 80%;
	}

	.mod-concept-senior-living .grp-info .title,
	.mod-concept-senior-living .grp-info .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-concept-senior-living .grp-info .title.lg,
	.mod-concept-senior-living .grp-info .mod-reviews .timestamp,
	.mod-reviews .mod-concept-senior-living .grp-info .timestamp,
	.mod-concept-senior-living .grp-info .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-concept-senior-living .grp-info .timestamp,
	.mod-concept-senior-living .grp-info .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-concept-senior-living .grp-info .desc,
	.mod-concept-senior-living .grp-info .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-concept-senior-living .grp-info .meta-text {
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 10px;
	}

	.mod-concept-senior-living .grp-info .desc {
		margin-bottom: 10px;
	}

	.mod-concept-senior-living .grp-info .desc p {
		line-height: 16px;
		font-size: 13px;
		margin-bottom: 5px;
	}
}

.mod-tab-static .title,
.mod-tab-static .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-tab-static .title.lg,
.mod-tab-static .mod-reviews .timestamp,
.mod-reviews .mod-tab-static .timestamp,
.mod-tab-static .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-tab-static .timestamp,
.mod-tab-static .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-tab-static .desc,
.mod-tab-static .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-tab-static .meta-text {
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
	margin-bottom: 15px;
}

.mod-tab-static .desc {
	margin-bottom: 20px;
}

.mod-tab-static .desc p {
	font-size: 16px;
	line-height: 24px;
	color: #c6c6c6;
	margin-bottom: 25px;
}

.mod-tab-static .desc ul li {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 16px;
	font-weight: 500;
	color: #666666;
	padding-left: 15px;
	box-sizing: border-box;
}

.mod-tab-static .desc ul li:before {
	width: 6px;
	height: 6px;
	background: #999999;
	content: "";
	display: inline-block;
	border-radius: 50%;
	position: relative;
	top: -2px;
	left: -12px;
}

.mod-tab-static .desc ul li ul {
	margin-top: 10px;
}

.mod-tab-static .desc ul li ul li {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #666666;
	padding-left: 15px;
	box-sizing: border-box;
}

.mod-tab-static .desc ul li ul li:before {
	width: 6px;
	height: 6px;
	border: 1px solid #999999;
	background: #fff;
	content: "";
	display: inline-block;
	border-radius: 50%;
	position: relative;
	top: -2px;
	margin-right: 0;
}

@media only screen and (max-width:768px) {
	.mod-tab-static {
		margin: 15px;
	}

	.mod-tab-static .title,
	.mod-tab-static .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-tab-static .title.lg,
	.mod-tab-static .mod-reviews .timestamp,
	.mod-reviews .mod-tab-static .timestamp,
	.mod-tab-static .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-tab-static .timestamp,
	.mod-tab-static .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-tab-static .desc,
	.mod-tab-static .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-tab-static .meta-text {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.mod-tab-static .desc p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 15px;
	}

	.mod-tab-static .desc ul li {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 10px;
		padding-left: 15px;
	}

	.mod-tab-static .desc ul li ul {
		margin-top: 8px;
	}

	.mod-tab-static .desc ul li ul li {
		font-size: 12px;
		line-height: 16px;
	}
}

.mod-calc-emi .modal-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
	color: #a22a2e;
}

.mod-calc-emi .group-list ul {
	display: table;
}

.mod-calc-emi .group-list ul li {
	display: table-row;
	padding: 6px 0;
}

.mod-calc-emi .group-list ul li a {
	display: block;
	text-align: center;
}

.mod-calc-emi .group-list ul li a img {
	width: 120px;
}

@media only screen and (max-width:768px) {
	.mod-calc-emi .modal-title {
		font-size: 16px;
		line-height: 16px;
	}
}

.mod-trial-service {
	background: #fff;
}

.mod-trial-service .title,
.mod-trial-service .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-trial-service .title.lg,
.mod-trial-service .mod-reviews .timestamp,
.mod-reviews .mod-trial-service .timestamp,
.mod-trial-service .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-trial-service .timestamp,
.mod-trial-service .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-trial-service .desc,
.mod-trial-service .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-trial-service .meta-text {
	background: #000;
	color: #fff;
	font-size: 27px;
	line-height: 46px;
	font-weight: 700;
	padding: 25px;
}

.mod-trial-service .img-wrap {
	background: #fcfcfc;
	text-align: center;
	padding: 20px;
}

.mod-trial-service .img-wrap img {
	display: block;
	width: 245px;
	margin: 0 auto;
}

.mod-trial-service .grp-form {
	padding: 20px 40px 40px;
}

.mod-trial-service .grp-form .sub-title {
	font-size: 24px;
	line-height: 28px;
	color: #666;
	margin: 20px 0 45px 0;
	font-weight: 700;
}

.mod-trial-service .grp-form .bs-checkbox {
	margin-bottom: 35px;
}

@media only screen and (max-width:768px) {

	.mod-trial-service .title,
	.mod-trial-service .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-trial-service .title.lg,
	.mod-trial-service .mod-reviews .timestamp,
	.mod-reviews .mod-trial-service .timestamp,
	.mod-trial-service .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-trial-service .timestamp,
	.mod-trial-service .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-trial-service .desc,
	.mod-trial-service .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-trial-service .meta-text {
		font-size: 20px;
		line-height: 28px;
		padding: 15px;
	}

	.mod-trial-service .title span,
	.mod-trial-service .bs-sec .sec-head .title.lg span,
	.bs-sec .sec-head .mod-trial-service .title.lg span,
	.mod-trial-service .mod-reviews .timestamp span,
	.mod-reviews .mod-trial-service .timestamp span,
	.mod-trial-service .mod-msg-ceo .timestamp span,
	.mod-msg-ceo .mod-trial-service .timestamp span,
	.mod-trial-service .mod-timeline .grp-desc .desc span,
	.mod-timeline .grp-desc .mod-trial-service .desc span,
	.mod-trial-service .mod-phase .table-wrap .meta-text span,
	.mod-phase .table-wrap .mod-trial-service .meta-text span {
		display: block;
	}

	.mod-trial-service .grp-form {
		padding: 15px;
	}

	.mod-trial-service .grp-form .sub-title {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 15px 0;
	}

	.mod-trial-service .grp-form .bs-checkbox {
		margin-bottom: 20px;
	}

	.mod-trial-service .grp-form .bs-checkbox input[type="checkbox"]:checked:not(old)+label:before {
		font-size: 19px;
	}
}

.mod-img-gallery {
	border: 1px solid #d5d5d5;
}

.mod-img-gallery .modal-header {
	background: #fff;
	padding-bottom: 0;
}

.mod-img-gallery .modal-header .title,
.mod-img-gallery .modal-header .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-img-gallery .modal-header .title.lg,
.mod-img-gallery .modal-header .mod-reviews .timestamp,
.mod-reviews .mod-img-gallery .modal-header .timestamp,
.mod-img-gallery .modal-header .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-img-gallery .modal-header .timestamp,
.mod-img-gallery .modal-header .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-img-gallery .modal-header .desc,
.mod-img-gallery .modal-header .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-img-gallery .modal-header .meta-text {
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 0;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin-bottom: 0;
}

.mod-img-gallery .modal-content {
	border: 0;
}

.mod-img-gallery .modal-content .nav-tabs {
	margin: 5px 0 20px 0;
}

.mod-img-gallery.full-width {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
}

.mod-img-gallery.full-width .modal-content {
	position: absolute;
	top: 62px;
	bottom: 0;
	left: 0;
	right: 0;
}

.mod-img-gallery.full-width .modal-content .modal-body {
	position: static;
	padding: 5px;
}

.mod-img-gallery.full-width .modal-content .modal-body .tab-content {
	border: none;
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	bottom: 0;
}

.mod-img-gallery.full-width .modal-content .modal-body .gallery-top {
	overflow: hidden;
	padding-bottom: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mod-img-gallery.full-width .modal-content .modal-body .cm-action {
	background: #737373;
	position: absolute;
	right: 0;
	bottom: 60px;
	color: #fff;
	z-index: 2;
}

.mod-img-gallery.full-width .modal-content .modal-body .cm-action .btn-cta {
	color: #fff;
}

.mod-img-gallery.full-width .modal-content .modal-body .cm-action .btn-cta:hover .icon {
	color: #333;
}

.mod-img-gallery.full-width .modal-content .modal-body .swiper-button-next,
.mod-img-gallery.full-width .modal-content .modal-body .swiper-button-prev {
	font-size: 19px;
	background: #69625f;
	padding: 13px;
	height: 50px;
	width: 50px;
	right: 0;
	color: #fff;
}

.mod-img-gallery.full-width .modal-content .modal-body .swiper-button-prev {
	left: 0;
}

.mod-img-gallery.full-width .modal-content .modal-body .swiper-container .swiper-slide {
	height: 100% !important;
}

.mod-img-gallery.full-width .modal-content .modal-body .panzoom-parent {
	width: 100%;
	height: 100%;
}

.mod-img-gallery.full-width .modal-content .modal-body .panzoom-parent .panzoom {
	height: 100%;
	margin: 0 auto;
}

.mod-img-gallery.full-width .modal-content .modal-body .img-wrap {
	text-align: center;
}

.mod-img-gallery.full-width.no-tab .modal-content .modal-body .no-tab-content {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.mod-img-gallery.full-width .video-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
}

.mod-img-gallery.full-width .video-wrap .icon {
	display: block;
	font-size: 30px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	background: #d0232a;
	width: 80px;
	height: 60px;
	border-radius: 15px;
	margin: -40px auto 0;
	color: #fff;
	cursor: pointer;
	z-index: 2;
}

.mod-img-gallery.full-width .video-wrap .icon:before {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 0;
	right: 0;
}

@media only screen and (max-width:768px) {
	.mod-img-gallery .modal-header {
		background: #fff;
		padding-bottom: 0;
	}

	.mod-img-gallery .modal-header .title,
	.mod-img-gallery .modal-header .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-img-gallery .modal-header .title.lg,
	.mod-img-gallery .modal-header .mod-reviews .timestamp,
	.mod-reviews .mod-img-gallery .modal-header .timestamp,
	.mod-img-gallery .modal-header .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-img-gallery .modal-header .timestamp,
	.mod-img-gallery .modal-header .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-img-gallery .modal-header .desc,
	.mod-img-gallery .modal-header .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-img-gallery .modal-header .meta-text {
		font-size: 20px;
		line-height: 26px;
		padding: 6px 0;
	}

	.mod-img-gallery .modal-content {
		padding-top: 20px;
	}

	.mod-img-gallery .modal-content .nav-tabs {
		margin: 5px 0 10px 0;
	}

	.mod-img-gallery.full-width .modal-content {
		padding: 0;
		top: 70px;
	}

	.mod-img-gallery.full-width .modal-content .modal-body {
		padding: 0;
	}

	.mod-img-gallery.full-width .modal-content .modal-body .tab-content {
		top: 30px;
	}

	.mod-img-gallery.full-width .modal-content .modal-body .tab-content .swiper-slide {
		height: auto !important;
		width: 100% !important;
	}

	.mod-img-gallery.full-width .modal-content .modal-body .gallery-top .cm-action {
		bottom: auto;
		top: 0;
	}

	.mod-img-gallery.full-width .modal-content .modal-body .gallery-top .cm-action .btn {
		padding: 8px 10px;
		color: #fff;
	}

	.mod-img-gallery.full-width .modal-content .modal-body .gallery-top .cm-action .btn.btn-cta {
		padding: 0;
	}

	.mod-img-gallery.full-width .modal-content .modal-body .panzoom-parent {
		height: auto;
		width: auto;
	}

	.mod-img-gallery.full-width .modal-content .modal-body .panzoom-parent .panzoom {
		height: auto;
		width: 100%;
	}

	.mod-img-gallery.full-width .modal-content .modal-body .img-wrap {
		text-align: center;
	}

	.mod-img-gallery.full-width .modal-content .modal-body .img-wrap img {
		width: 100%;
	}

	.mod-img-gallery.full-width .modal-content .modal-body .swiper-container .swiper-slide {
		background-size: contain;
		background-position: top center;
		background-repeat: no-repeat;
	}

	.mod-img-gallery.full-width .modal-content .modal-body .swiper-container .swiper-button-next,
	.mod-img-gallery.full-width .modal-content .modal-body .swiper-container .swiper-button-prev {
		font-size: 13px;
		padding: 8px;
		height: 30px;
		width: 30px;
		top: 100px;
	}

	.mod-img-gallery.no-tab .modal-content .modal-body .no-tab-content {
		border: none;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

#block {
	display: none !important;
}

.mod-available-units .units-list table {
	width: 100%;
}

.mod-available-units .units-list tr td {
	text-align: center;
	font-size: 18px;
	line-height: 20px;
}

.mod-available-units .units-list tr td a {
	border: 1px solid #e6e6e6;
	display: block;
	padding: 22px 0;
	color: #333;
	margin: 10px;
	background: #dadada;
}

.mod-available-units.typ-booking-chart .phase-title {
	margin: 20px 0;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	font-weight: 600;
}

.mod-available-units.typ-booking-chart .units-list table {
	width: 100%;
}

.mod-available-units.typ-booking-chart .units-list tr td.selected a {
	color: #fff;
	background: #333;
}

.mod-available-units.typ-booking-chart .units-list tr td.booked a {
	border-color: #d0232a;
	color: #e8a9aa;
	background: #ffffff;
}

.mod-available-units.typ-booking-chart .units-list tr td.booked.active a {
	border-color: #d0232a;
	color: #e8a9aa;
	background: #ffffff;
}

.mod-available-units.typ-booking-chart .units-list tr td.active a {
	background: #231f20;
	color: #fff;
}

@media only screen and (max-width:768px) {
	.mod-available-units .units-list tr td a {
		padding: 12px 0;
		margin: 1px;
		font-size: 15px;
	}

	.mod-available-units.typ-booking-chart .units-list table {
		width: 100%;
	}
}

.mod-floor-plan.typ-floorimg {
	width: 700px;
}

.mod-floor-plan .swiper-container {
	padding-bottom: 0;
}

.mod-floor-plan .swiper-container .swiper-slide img {
	width: 100%;
}

.mod-floor-plan .swiper-button-next,
.mod-floor-plan .swiper-button-prev {
	font-size: 19px;
	background: #69625f;
	padding: 13px;
	height: 50px;
	width: 50px;
	right: 0;
	color: #fff;
}

.mod-floor-plan .swiper-button-prev {
	left: 0;
}

@media only screen and (max-width:768px) {
	.mod-floor-plan {
		width: auto;
	}

	.mod-floor-plan.typ-floorimg {
		width: auto;
	}

	.mod-floor-plan .swiper-button-next,
	.mod-floor-plan .swiper-button-prev {
		font-size: 13px;
		padding: 8px;
		height: 30px;
		width: 30px;
	}
}

.mod-help-widget {
	width: 300px;
	position: fixed;
	right: -211px;
	bottom: 0;
	z-index: 12;
	transition: all 0.5s ease 0s;
}

.mod-help-widget.active {
	right: 0;
	transition: all 0.5s ease 0s;
}

.mod-help-widget.active .close {
	position: fixed;
	top: 15px;
	right: 10px;
	z-index: 3;
	display: none;
	font-size: 22px;
}

.mod-help-widget .grp-nav {
	float: left;
	position: relative;
	z-index: 2;
}

.mod-help-widget .grp-nav ul {
	float: left;
}

.mod-help-widget .grp-nav ul li {
	text-align: center;
	background: #ffffff;
	float: left;
	width: 70px;
	height: 80px;
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}

.mod-help-widget .grp-nav ul li a {
	padding: 11px 8px;
	display: block;
	width: 70px;
	height: 80px;
}

.mod-help-widget .grp-nav ul li a .icon {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 6px;
	display: block;
	color: #d0232a;
}

.mod-help-widget .grp-nav ul li a .title,
.mod-help-widget .grp-nav ul li a .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-help-widget .grp-nav ul li a .title.lg,
.mod-help-widget .grp-nav ul li a .mod-reviews .timestamp,
.mod-reviews .mod-help-widget .grp-nav ul li a .timestamp,
.mod-help-widget .grp-nav ul li a .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-help-widget .grp-nav ul li a .timestamp,
.mod-help-widget .grp-nav ul li a .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-help-widget .grp-nav ul li a .desc,
.mod-help-widget .grp-nav ul li a .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-help-widget .grp-nav ul li a .meta-text {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	display: block;
}

.mod-help-widget .grp-nav ul li:first-child {
	background: #d0232a;
	border-top: 0;
	width: 90px;
}

.mod-help-widget .grp-nav ul li:first-child .icon {
	color: #ffffff;
	font-size: 44px;
	margin-bottom: 0;
	line-height: 58px;
	text-indent: -1px;
}

.mod-help-widget .grp-nav ul li:first-child a {
	width: 90px;
}

.mod-help-widget .grp-nav ul li.active .title,
.mod-help-widget .grp-nav ul li.active .mod-reviews .timestamp,
.mod-reviews .mod-help-widget .grp-nav ul li.active .timestamp,
.mod-help-widget .grp-nav ul li.active .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-help-widget .grp-nav ul li.active .timestamp,
.mod-help-widget .grp-nav ul li.active .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-help-widget .grp-nav ul li.active .desc,
.mod-help-widget .grp-nav ul li.active .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-help-widget .grp-nav ul li.active .meta-text,
.mod-help-widget .grp-nav ul li:hover .title,
.mod-help-widget .grp-nav ul li:hover .mod-reviews .timestamp,
.mod-reviews .mod-help-widget .grp-nav ul li:hover .timestamp,
.mod-help-widget .grp-nav ul li:hover .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-help-widget .grp-nav ul li:hover .timestamp,
.mod-help-widget .grp-nav ul li:hover .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-help-widget .grp-nav ul li:hover .desc,
.mod-help-widget .grp-nav ul li:hover .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-help-widget .grp-nav ul li:hover .meta-text {
	color: #d0232a;
}

.mod-help-widget .grp-nav .help-tip {
	position: absolute;
	top: -45px;
	padding: 10px;
	background: #d1232a;
	-webkit-box-shadow: 0px 0px 5px 0px #eca2a5;
	-moz-box-shadow: 0px 0px 5px 0px #eca2a5;
	box-shadow: 0px 0px 5px 0px #eca2a5;
	left: -75px;
	display: block;
	transform: scale(0);
	transition: all 0.4s ease 0s;
	color: #ffffff;
	font-weight: 600;
}

.mod-help-widget .grp-nav .help-tip:after {
	top: 100%;
	left: 79%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #d1232a;
	border-width: 7px;
	margin-left: -7px;
}

.mod-help-widget .grp-nav .help-tip.intial {
	transform: scale(1);
	transform-origin: 100% 100%;
}

.mod-help-widget .grp-desc {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
}

.mod-help-widget .grp-desc .title,
.mod-help-widget .grp-desc .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-help-widget .grp-desc .title.lg,
.mod-help-widget .grp-desc .mod-reviews .timestamp,
.mod-reviews .mod-help-widget .grp-desc .timestamp,
.mod-help-widget .grp-desc .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-help-widget .grp-desc .timestamp,
.mod-help-widget .mod-timeline .grp-desc .desc,
.mod-timeline .mod-help-widget .grp-desc .desc,
.mod-help-widget .grp-desc .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-help-widget .grp-desc .meta-text {
	font-size: 20px;
	line-height: 22px;
	color: #666666;
	font-weight: 800;
	text-align: center;
	padding: 5px 0 15px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 15px;
}

.mod-help-widget .grp-desc .sub-title {
	font-size: 16px;
	line-height: 18px;
	color: #666666;
	font-weight: 600;
}

.mod-help-widget .grp-desc .btn.btn-black {
	padding: 10px 12px;
	min-width: auto;
}

.mod-help-widget .grp-desc .inquiry-wrap {
	padding: 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -450px;
	transition: all 0.5s ease 0s;
	background: #ffffff;
}

.mod-help-widget .grp-desc .inquiry-wrap .form-group {
	margin-bottom: 20px;
	padding: 0 10px;
}

.mod-help-widget .grp-desc .inquiry-wrap .form-group .form-control {
	height: 40px;
	border-color: #e2e2e2;
	font-size: 16px;
	font-weight: 600;
	border-radius: 0;
	box-shadow: none;
	background: none;
	color: #555;
}

.mod-help-widget .grp-desc .inquiry-wrap .form-group .form-control.parsley-error {
	background: none;
	box-shadow: none;
	color: #B94A48;
	border: 1px solid red;
}

.mod-help-widget .grp-desc .inquiry-wrap .form-group .form-control.error {
	border-color: #d0232a;
}

.mod-help-widget .grp-desc .inquiry-wrap .form-group textarea.form-control {
	height: auto;
}

.mod-help-widget .grp-desc .inquiry-wrap.active {
	bottom: 80px;
	transition: all 0.5s ease 0s;
}

.mod-help-widget .grp-desc .call-wrap {
	text-align: center;
	padding: 30px 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -450px;
	transition: all 0.5s ease 0s;
	background: #ffffff;
}

.mod-help-widget .grp-desc .call-wrap .call,
.mod-help-widget .grp-desc .call-wrap .email {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 30px 0;
	display: block;
}

.mod-help-widget .grp-desc .call-wrap .email {
	margin: 0;
}

.mod-help-widget .grp-desc .call-wrap input[type="text"] {
	border: 0;
	padding-bottom: 4px;
	margin: 0 auto;
	border-bottom: 1px solid #e8e7e7;
	text-align: center;
	margin: 0 auto 20px;
	width: 80%;
	font-size: 16px;
	font-weight: 600;
	border-radius: 0;
	box-shadow: none;
	background: none;
	color: #555;
}

.mod-help-widget .grp-desc .call-wrap input[type="text"].parsley-error {
	background: none;
	box-shadow: none;
	color: #B94A48;
	border: 1px solid red;
}

.mod-help-widget .grp-desc .call-wrap .btn-grp {
	border-bottom: 1px solid #eeeeee;
	margin: 0 0 25px 0;
}

.mod-help-widget .grp-desc .call-wrap .btn-grp .btn {
	width: 200px;
	height: 50px;
	background: #ff8f12;
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0 0 30px 0;
}

.mod-help-widget .grp-desc .call-wrap.active {
	bottom: 80px;
	transition: all 0.5s ease 0s;
}

.mod-help-widget .grp-desc .call-wrap .meta-msg {
	padding: 12px 0;
}

.mod-help-widget .grp-desc .chat-wrap {
	text-align: center;
	padding: 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -450px;
	transition: all 0.5s ease 0s;
	background: #ffffff;
}

.mod-help-widget .grp-desc .chat-wrap.active {
	bottom: 80px;
	transition: all 0.5s ease 0s;
}

.mod-help-widget .grp-desc .meta-msg {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
	display: none;
	line-height: 24px;
}

@media only screen and (max-width:768px) {
	.mod-help-widget {
		width: 100%;
		right: -102px;
	}

	.mod-help-widget .grp-desc .widget-screen {
		position: fixed;
		bottom: 0px;
		top: 0;
		right: -100%;
		left: 100%;
		padding-bottom: 50px;
	}

	.mod-help-widget .grp-desc .widget-screen.active {
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		overflow-y: auto;
	}

	.mod-help-widget .grp-desc .call-wrap input[type="text"] {
		margin: 0 auto 15px;
		font-size: 14px;
	}

	.mod-help-widget .grp-desc .call-wrap .btn-grp {
		margin: 0 0 20px 0;
	}

	.mod-help-widget .grp-desc .call-wrap .btn-grp .btn {
		width: 200px;
		height: 40px;
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 20px 0;
	}

	.mod-help-widget .grp-nav {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.mod-help-widget .grp-nav ul li {
		width: 50px;
		height: 50px;
	}

	.mod-help-widget .grp-nav ul li a {
		width: 100%;
		height: 50px;
		padding: 8px;
	}

	.mod-help-widget .grp-nav ul li a .icon {
		font-size: 16px;
		margin-bottom: 0;
	}

	.mod-help-widget .grp-nav ul li a .title,
	.mod-help-widget .grp-nav ul li a .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-help-widget .grp-nav ul li a .title.lg,
	.mod-help-widget .grp-nav ul li a .mod-reviews .timestamp,
	.mod-reviews .mod-help-widget .grp-nav ul li a .timestamp,
	.mod-help-widget .grp-nav ul li a .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-help-widget .grp-nav ul li a .timestamp,
	.mod-help-widget .grp-nav ul li a .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-help-widget .grp-nav ul li a .desc,
	.mod-help-widget .grp-nav ul li a .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-help-widget .grp-nav ul li a .meta-text {
		font-size: 11px;
		line-height: 17px;
	}

	.mod-help-widget .grp-nav ul li:first-child {
		width: 50px;
	}

	.mod-help-widget .grp-nav ul li:first-child a {
		width: 100%;
	}

	.mod-help-widget .grp-nav ul li:first-child .icon {
		font-size: 28px;
		line-height: 39px;
	}

	.mod-help-widget .close {
		position: fixed;
		top: 10px;
		right: -400px;
		z-index: 3;
		display: none;
	}
}

.mod-blog-media-detail .img-wrap {
	text-align: center;
	margin-bottom: 40px;
}

.mod-blog-media-detail .img-wrap img {
	max-width: 100%;
}

.mod-blog-media-detail .grp-blog-media-info img {
	max-width: 100%;
	height: auto !important;
	width: 100% !important;
}

.mod-blog-media-detail .grp-blog-media-info .title,
.mod-blog-media-detail .grp-blog-media-info .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-blog-media-detail .grp-blog-media-info .title.lg,
.mod-blog-media-detail .grp-blog-media-info .mod-reviews .timestamp,
.mod-reviews .mod-blog-media-detail .grp-blog-media-info .timestamp,
.mod-blog-media-detail .grp-blog-media-info .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-blog-media-detail .grp-blog-media-info .timestamp,
.mod-blog-media-detail .grp-blog-media-info .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-blog-media-detail .grp-blog-media-info .desc,
.mod-blog-media-detail .grp-blog-media-info .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-blog-media-detail .grp-blog-media-info .meta-text {
	color: #666666;
	font-size: 26px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 6px;
	display: block;
}

.mod-blog-media-detail .grp-blog-media-info .timestamp {
	font-size: 18px;
	line-height: 20px;
	color: 666666;
	font-weight: 300;
	display: block;
	margin-bottom: 18px;
	margin-right: 0;
}

.mod-blog-media-detail .grp-blog-media-info .timestamp.media-timestamp {
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
}

.mod-blog-media-detail .grp-blog-media-info .timestamp span:before {
	content: "|";
	margin: 0 6px;
}

.mod-blog-media-detail .grp-blog-media-info .desc p,
.mod-blog-media-detail .grp-blog-media-info .desc em,
.mod-blog-media-detail .grp-blog-media-info .desc li,
.mod-blog-media-detail .grp-blog-media-info .desc div {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
	font-style: normal;
	color: #666;
}

.mod-blog-media-detail .grp-blog-media-info .desc p {
	margin-bottom: 15px;
}

.mod-blog-media-detail .grp-blog-media-info .desc ol {
	padding: 10px 25px;
}

.mod-blog-media-detail .grp-blog-media-info .desc ol li {
	list-style: inherit;
}

.mod-blog-media-detail .grp-blog-media-info .desc ul {
	margin: 15px 0;
}

.mod-blog-media-detail .grp-blog-media-info .desc ul li {
	padding-left: 10px;
	margin: 0 0 12px 10px;
}

.mod-blog-media-detail .grp-blog-media-info .desc ul li:before {
	width: 6px;
	height: 6px;
	background: #999999;
	content: "";
	display: inline-block;
	border-radius: 50%;
	position: relative;
	top: -2px;
	left: -12px;
}

.mod-blog-media-detail .grp-blog-media-info .desc ul li a {
	display: inline-block;
	word-break: break-word;
}

.mod-blog-media-detail .grp-blog-media-info .desc strong {
	font-weight: 600;
}

.mod-blog-media-detail .grp-blog-media-info .desc img {
	margin: 15px 0;
}

.mod-blog-media-detail.typ-detail .img-wrap .full-width {
	width: 100%;
	display: block;
}

.mod-blog-media-detail.typ-detail .grp-blog-media-info .media-timestamp {
	color: #d0232a;
}

.mod-blog-media-detail.typ-detail .grp-blog-media-info .quotes {
	font-size: 20px;
	line-height: 28px;
	display: block;
	margin-bottom: 40px;
}

@media only screen and (max-width:768px) {
	.mod-blog-media-detail {
		padding: 0 10px;
	}

	.mod-blog-media-detail .img-wrap {
		margin-bottom: 20px;
	}

	.mod-blog-media-detail .grp-blog-media-info .title,
	.mod-blog-media-detail .grp-blog-media-info .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-blog-media-detail .grp-blog-media-info .title.lg,
	.mod-blog-media-detail .grp-blog-media-info .mod-reviews .timestamp,
	.mod-reviews .mod-blog-media-detail .grp-blog-media-info .timestamp,
	.mod-blog-media-detail .grp-blog-media-info .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-blog-media-detail .grp-blog-media-info .timestamp,
	.mod-blog-media-detail .grp-blog-media-info .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-blog-media-detail .grp-blog-media-info .desc,
	.mod-blog-media-detail .grp-blog-media-info .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-blog-media-detail .grp-blog-media-info .meta-text {
		margin-bottom: 8px;
		font-size: 22px;
		line-height: 22px;
	}

	.mod-blog-media-detail .grp-blog-media-info .timestamp {
		font-size: 14px;
		line-height: 16px;
	}

	.mod-blog-media-detail .grp-blog-media-info .timestamp.media-timestamp {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 10px;
	}

	.mod-blog-media-detail .desc p,
	.mod-blog-media-detail .desc em,
	.mod-blog-media-detail .desc li {
		font-size: 13px;
		line-height: 18px;
	}

	.mod-blog-media-detail .desc img {
		width: 100%;
	}

	.mod-blog-media-detail.typ-detail .grp-blog-media-info .quotes {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 15px;
	}
}

.mod-openings dl .title,
.mod-openings dl .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-openings dl .title.lg,
.mod-openings dl .mod-reviews .timestamp,
.mod-reviews .mod-openings dl .timestamp,
.mod-openings dl .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-openings dl .timestamp,
.mod-openings dl .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-openings dl .desc,
.mod-openings dl .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-openings dl .meta-text {
	color: #999999;
	width: 20%;
	margin-right: 2%;
	float: left;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
}

.mod-openings dl .decs,
.mod-openings dl .mod-team-details .grp-detail-info .decs p,
.mod-team-details .grp-detail-info .decs .mod-openings dl p {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 16px;
	font-weight: 700;
	color: #666666;
	width: 78%;
	overflow: hidden;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
}

.mod-openings dl .decs:before,
.mod-openings dl .mod-team-details .grp-detail-info .decs p:before,
.mod-team-details .grp-detail-info .decs .mod-openings dl p:before {
	content: ":";
	position: absolute;
	left: 0px;
	color: #999999;
}

.mod-openings .grp-detail-info {
	margin-top: 30px;
	display: none;
}

.mod-openings .grp-detail-info dl .title,
.mod-openings .grp-detail-info dl .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-openings .grp-detail-info dl .title.lg,
.mod-openings .grp-detail-info dl .mod-reviews .timestamp,
.mod-reviews .mod-openings .grp-detail-info dl .timestamp,
.mod-openings .grp-detail-info dl .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-openings .grp-detail-info dl .timestamp,
.mod-openings .grp-detail-info dl .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-openings .grp-detail-info dl .desc,
.mod-openings .grp-detail-info dl .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-openings .grp-detail-info dl .meta-text {
	font-weight: normal;
}

.mod-openings .grp-detail-info dl .decs,
.mod-openings .mod-team-details .grp-detail-info dl .decs p,
.mod-team-details .mod-openings .grp-detail-info dl .decs p,
.mod-openings .mod-team-details .grp-detail-info .decs dl p,
.mod-team-details .mod-openings .grp-detail-info .decs dl p {
	font-weight: 500;
}

.mod-openings .grp-detail-info dl .decs ul li,
.mod-openings .mod-team-details .grp-detail-info .decs dl p ul li,
.mod-team-details .mod-openings .grp-detail-info .decs dl p ul li {
	margin-bottom: 10px;
}

.mod-openings .grp-detail-info dl .decs ul li:before,
.mod-openings .mod-team-details .grp-detail-info .decs dl p ul li:before,
.mod-team-details .mod-openings .grp-detail-info .decs dl p ul li:before {
	width: 6px;
	height: 6px;
	background: #999999;
	content: "";
	display: inline-block;
	border-radius: 50%;
	position: relative;
	top: -2px;
	margin-right: 6px;
}

.mod-openings .grp-detail-info .act-wrap .btn {
	background: #d0232a;
	font-weight: 700;
	color: #ffffff;
}

.mod-openings .grey-btn .btn {
	background: #999999;
	padding: 4px 8px;
	color: #ffffff;
}

@media only screen and (max-width:768px) {

	.mod-openings dl .title,
	.mod-openings dl .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-openings dl .title.lg,
	.mod-openings dl .mod-reviews .timestamp,
	.mod-reviews .mod-openings dl .timestamp,
	.mod-openings dl .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-openings dl .timestamp,
	.mod-openings dl .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-openings dl .desc,
	.mod-openings dl .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-openings dl .meta-text {
		width: 43%;
		margin-right: 2%;
		font-size: 13px;
		line-height: 16px;
	}

	.mod-openings dl .decs,
	.mod-openings dl .mod-team-details .grp-detail-info .decs p,
	.mod-team-details .grp-detail-info .decs .mod-openings dl p {
		width: 55%;
		font-size: 16px;
		line-height: 20px;
	}

	.mod-openings .grp-detail-info .title,
	.mod-openings .grp-detail-info .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-openings .grp-detail-info .title.lg,
	.mod-openings .grp-detail-info .mod-reviews .timestamp,
	.mod-reviews .mod-openings .grp-detail-info .timestamp,
	.mod-openings .grp-detail-info .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-openings .grp-detail-info .timestamp,
	.mod-openings .grp-detail-info .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-openings .grp-detail-info .desc,
	.mod-openings .grp-detail-info .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-openings .grp-detail-info .meta-text {
		width: 100%;
	}

	.mod-openings .grp-detail-info .decs,
	.mod-openings .mod-team-details .grp-detail-info .decs p,
	.mod-team-details .mod-openings .grp-detail-info .decs p {
		width: 100%;
		padding: 0;
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 10px;
	}

	.mod-openings .grp-detail-info .decs:before,
	.mod-openings .mod-team-details .grp-detail-info .decs p:before,
	.mod-team-details .mod-openings .grp-detail-info .decs p:before {
		display: none;
	}

	.mod-openings .grey-btn {
		margin: 16px 0;
	}
}

.mod_sneak_peak .video-wrap {
	position: relative;
	display: block;
}

.mod_sneak_peak .video-wrap:before {
	background: #d0232a;
	border-radius: 50%;
	bottom: 0;
	color: #ffffff;
	content: "\56";
	font-family: "ashiana" !important;
	font-size: 30px;
	height: 60px;
	left: 0;
	line-height: 61px;
	margin: -30px auto 0;
	position: absolute;
	right: 0;
	text-indent: 19px;
	top: 70%;
	width: 60px;
}

@media only screen and (max-width:768px) {
	.mod_sneak_peak .video-wrap img {
		width: 100%;
	}

	.mod_sneak_peak .video-wrap:before {
		height: 30px;
		width: 30px;
		font-size: 15px;
		line-height: 31px;
		text-indent: 9px;
		margin: -15px auto 0;
	}
}

.mod-msg-ceo .img-wrap {
	margin-right: 25px;
}

.mod-msg-ceo .img-wrap img {
	display: block;
	width: 100%;
}

.mod-msg-ceo .title,
.mod-msg-ceo .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-msg-ceo .title.lg,
.mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-msg-ceo .desc,
.mod-msg-ceo .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-msg-ceo .meta-text {
	font-size: 18px;
	line-height: 19px;
	color: #666;
	font-weight: 600;
	margin-bottom: 2px;
}

.mod-msg-ceo .desc {
	margin: 20px 0 10px 0;
}

.mod-msg-ceo .desc p {
	font-size: 16px;
	line-height: 24px;
	color: #8a8a8a;
	margin-bottom: 8px;
}

.mod-msg-ceo .timestamp {
	color: #999;
	margin-bottom: 10px;
}

.mod-msg-ceo .meta-info .desc {
	display: block;
	margin-top: 0;
}

.mod-msg-ceo .meta-info.typ-inline .desc {
	display: inline;
}

.mod-msg-ceo .grp-cont .text {
	color: #231f20;
	font-size: 15px;
	display: inline-block;
	margin-left: 4px;
	vertical-align: bottom;
	padding-bottom: 5px;
}

.mod-msg-ceo .grp-cont input {
	border: none;
	border-bottom: 1px solid #dcdcdc;
	font-size: 17px;
	color: #8a8a8a;
	background: none;
	vertical-align: bottom;
	padding: 0 0 4px 0;
	margin-left: 8px;
}

.mod-msg-ceo .grp-cont .parsley-errors-list.filled {
	position: absolute;
	bottom: -25px;
	left: 50px;
}

@media only screen and (max-width:768px) {
	.mod-msg-ceo {
		padding: 15px;
	}

	.mod-msg-ceo .img-wrap {
		margin: 0 0 10px 0;
	}

	.mod-msg-ceo .title,
	.mod-msg-ceo .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-msg-ceo .title.lg,
	.mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-msg-ceo .desc,
	.mod-msg-ceo .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-msg-ceo .meta-text {
		font-size: 15px;
		line-height: 18px;
	}

	.mod-msg-ceo .desc {
		margin: 16px 0 10px 0;
	}

	.mod-msg-ceo .desc p {
		font-size: 14px;
		line-height: 20px;
	}

	.mod-msg-ceo .grp-cont .text {
		font-size: 14px;
		line-height: 18px;
	}

	.mod-msg-ceo .grp-cont input {
		font-size: 14px;
	}
}

.mod-timeline {
	overflow: hidden;
	padding: 30px 0;
}

.mod-timeline .img-wrap img {
	width: 100%;
	display: block;
}

.mod-timeline .grp-desc {
	box-sizing: border-box;
	overflow: hidden;
	padding: 96px 0 96px 100px;
	width: 400px;
	min-height: 210px;
}

.mod-timeline .grp-desc .year {
	color: #c24d00;
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	display: block;
	margin: 10px 0 25px 0;
}

.mod-timeline .grp-desc .month {
	color: #666666;
	font-size: 30px;
	line-height: 34px;
	font-weight: 400;
	display: block;
	margin-bottom: 18px;
}

.mod-timeline .grp-desc .title,
.mod-timeline .grp-desc .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-timeline .grp-desc .title.lg,
.mod-timeline .grp-desc .mod-reviews .timestamp,
.mod-reviews .mod-timeline .grp-desc .timestamp,
.mod-timeline .grp-desc .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-timeline .grp-desc .timestamp,
.mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-timeline .grp-desc .meta-text {
	font-size: 16px;
	line-height: 18px;
	color: #666;
}

.mod-timeline .grp-desc .desc {
	display: block;
}

.mod-timeline.typ-reverse .grp-desc {
	padding-left: 0;
	padding-right: 100px;
	box-sizing: border-box;
	text-align: right;
}

@media only screen and (max-width:768px) {
	.mod-timeline {
		padding: 30px 15px 20px 15px;
		margin-bottom: 20px;
	}

	.mod-timeline .img-wrap {
		width: 50%;
	}

	.mod-timeline .grp-desc {
		width: 50%;
		padding: 0 0 0 10px;
		min-height: 0;
	}

	.mod-timeline .grp-desc .year {
		font-size: 20px;
		line-height: 20px;
		text-align: center;
		margin: 0;
	}

	.mod-timeline .grp-desc .month {
		font-size: 15px;
		line-height: 16px;
		font-weight: 500;
		margin-bottom: 10px;
	}

	.mod-timeline .grp-desc .title,
	.mod-timeline .grp-desc .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-timeline .grp-desc .title.lg,
	.mod-timeline .grp-desc .mod-reviews .timestamp,
	.mod-reviews .mod-timeline .grp-desc .timestamp,
	.mod-timeline .grp-desc .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-timeline .grp-desc .timestamp,
	.mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-timeline .grp-desc .meta-text {
		font-size: 13px;
		line-height: 16px;
	}

	.mod-timeline.typ-reverse .grp-desc {
		padding: 0 0 0 10px;
		text-align: left;
	}
}

.mod-profile {
	position: relative;
}

.mod-profile .grp-intro {
	cursor: pointer;
}

.mod-profile .grp-intro .img-wrap img {
	width: 100%;
	display: block;
}

.mod-profile .grp-intro .name,
.mod-profile .grp-intro .lyt-team .profile-desc .designation,
.lyt-team .profile-desc .mod-profile .grp-intro .designation {
	font-size: 22px;
	line-height: 28px;
	display: block;
	color: #fff;
	font-weight: 800;
}

.mod-profile .grp-intro .designation {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}

.mod-profile.sm .name,
.mod-profile.sm .lyt-team .profile-desc .designation,
.lyt-team .profile-desc .mod-profile.sm .designation {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}

.mod-profile.sm .designation {
	font-size: 12px;
	line-height: 15px;
}

@media only screen and (max-width:768px) {

	.mod-profile .grp-intro .name,
	.mod-profile .grp-intro .lyt-team .profile-desc .designation,
	.lyt-team .profile-desc .mod-profile .grp-intro .designation {
		font-size: 14px;
		line-height: 14px;
	}

	.mod-profile .grp-intro .designation {
		font-size: 12px;
		line-height: 12px;
		font-weight: 400;
	}
}

.mod-directors {
	margin-bottom: 30px;
}

.mod-directors .meta-info .title,
.mod-directors .meta-info .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-directors .meta-info .title.lg,
.mod-directors .meta-info .mod-reviews .timestamp,
.mod-reviews .mod-directors .meta-info .timestamp,
.mod-directors .meta-info .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-directors .meta-info .timestamp,
.mod-directors .meta-info .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-directors .meta-info .desc,
.mod-directors .meta-info .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-directors .meta-info .meta-text {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	display: block;
	color: #969696;
	margin-bottom: 6px;
}

.mod-directors .meta-info .desc {
	font-size: 18px;
	line-height: 22px;
}

@media only screen and (max-width:768px) {
	.mod-directors {
		margin: 10px 10px 20px 20px;
	}

	.mod-directors .meta-info .title,
	.mod-directors .meta-info .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-directors .meta-info .title.lg,
	.mod-directors .meta-info .mod-reviews .timestamp,
	.mod-reviews .mod-directors .meta-info .timestamp,
	.mod-directors .meta-info .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-directors .meta-info .timestamp,
	.mod-directors .meta-info .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-directors .meta-info .desc,
	.mod-directors .meta-info .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-directors .meta-info .meta-text {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 2px;
	}

	.mod-directors .meta-info .desc {
		font-size: 14px;
		line-height: 18px;
	}
}

.mod-contact-info {
	border-right: 1px solid #eaeaea;
	padding: 0 15px 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

.mod-contact-info:last-child {
	border-right: none;
	margin-bottom: 0;
}

.mod-contact-info .meta-info .title,
.mod-contact-info .meta-info .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-contact-info .meta-info .title.lg,
.mod-contact-info .meta-info .mod-reviews .timestamp,
.mod-reviews .mod-contact-info .meta-info .timestamp,
.mod-contact-info .meta-info .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-contact-info .meta-info .timestamp,
.mod-contact-info .meta-info .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-contact-info .meta-info .desc,
.mod-contact-info .meta-info .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-contact-info .meta-info .meta-text {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	display: block;
	color: #969696;
	margin-bottom: 6px;
}

.mod-contact-info .meta-info .desc {
	font-size: 18px;
	line-height: 28px;
}

.mod-contact-info .meta-info .desc a:hover {
	color: #ce232a;
}

@media only screen and (max-width:768px) {
	.mod-contact-info {
		border-right: 1px solid #eaeaea;
		padding: 0 15px 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.mod-contact-info .meta-info {
		padding: 10px;
	}

	.mod-contact-info .meta-info .title,
	.mod-contact-info .meta-info .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-contact-info .meta-info .title.lg,
	.mod-contact-info .meta-info .mod-reviews .timestamp,
	.mod-reviews .mod-contact-info .meta-info .timestamp,
	.mod-contact-info .meta-info .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-contact-info .meta-info .timestamp,
	.mod-contact-info .meta-info .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-contact-info .meta-info .desc,
	.mod-contact-info .meta-info .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-contact-info .meta-info .meta-text {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 2px;
	}

	.mod-contact-info .meta-info .desc {
		font-size: 14px;
		line-height: 18px;
	}
}

.mod-address {
	border: 1px solid #f0f0f0;
	padding: 20px;
	margin: 20px;
	min-height: 270px;
}

.mod-address .location,
.mod-address .contact-no,
.mod-address .email,
.mod-address .map-link {
	color: #282c36;
	font-weight: 600;
	margin-bottom: 35px;
	display: block;
	font-size: 20px;
	line-height: 18px;
	font-style: normal;
}

.mod-address .address {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-bottom: 25px;
	font-style: normal;
}

.mod-address .address span {
	display: block;
}

.mod-address .contact-no {
	font-style: normal;
	font-size: 16px;
	color: #979797;
	margin-bottom: 8px;
}

.mod-address .email {
	font-style: normal;
	font-size: 16px;
	color: #979797;
}

.mod-address .map-link {
	color: #a22a2e;
	font-size: 18px;
	font-style: normal;
	margin-top: 35px;
}

.mod-address .title,
.mod-address .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-address .title.lg,
.mod-address .mod-reviews .timestamp,
.mod-reviews .mod-address .timestamp,
.mod-address .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-address .timestamp,
.mod-address .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-address .desc,
.mod-address .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-address .meta-text {
	font-size: 20px;
	line-height: 22px;
	color: #ce232a;
	font-weight: 700;
	margin-bottom: 12px;
	font-style: normal;
}

.mod-address .sub-title {
	font-size: 18px;
	line-height: 20px;
	color: #969696;
	font-weight: 700;
	margin-bottom: 12px;
	font-style: normal;
}

.mod-address .name,
.mod-address .lyt-team .profile-desc .designation,
.lyt-team .profile-desc .mod-address .designation {
	color: #979797;
	font-weight: 700;
	margin-bottom: 8px;
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-style: normal;
}

@media only screen and (max-width:768px) {
	.mod-address {
		border: 1px solid #f0f0f0;
		padding: 15px;
		text-align: left;
		width: 60%;
		margin: 0 auto 20px;
		min-height: 0;
	}

	.mod-address .title,
	.mod-address .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-address .title.lg,
	.mod-address .mod-reviews .timestamp,
	.mod-reviews .mod-address .timestamp,
	.mod-address .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-address .timestamp,
	.mod-address .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-address .desc,
	.mod-address .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-address .meta-text {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 8px;
	}

	.mod-address .location,
	.mod-address .contact-no,
	.mod-address .email,
	.mod-address .map-link {
		margin-bottom: 5px;
		font-size: 13px;
		line-height: 15px;
	}

	.mod-address .address,
	.mod-address .email {
		font-size: 13px;
		line-height: 15px;
	}
}

.cm-loader:after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 120;
	background-color: rgba(255, 255, 255, 0.8);
	background-image: url(../images/loader.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.cm-loader:before {
	content: "loading..." !important;
	position: fixed;
	color: #000;
	font-size: 20px;
	top: 50%;
	left: 0;
	right: 0;
	font-weight: 600;
	text-align: center;
	margin-top: 85px;
	z-index: 130;
}

.cm-sec-loader {
	position: relative;
}

.cm-sec-loader:after {
	position: absolute !important;
	content: "";
	height: auto !important;
	width: auto !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	z-index: 120 !important;
	background-color: rgba(0, 0, 0, 0.82) !important;
	background-image: url(../images/loader.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.cm-sec-loader:before {
	content: "loading..." !important;
	position: absolute;
	color: #fff;
	font-size: 20px;
	top: 50%;
	left: 0;
	right: 0;
	font-weight: 600;
	text-align: center;
	margin-top: 85px;
	z-index: 130;
}

@media only screen and (max-width:768px) {

	.cm-loader:after,
	.cm-sec-loader:after {
		background-size: 80px 80px !important;
	}

	.cm-loader:before,
	.cm-sec-loader:before {
		margin-top: 50px;
		font-size: 16px;
	}
}

.mod-graph {
	margin-right: 15px;
	margin-bottom: 25px;
}

.mod-graph .title,
.mod-graph .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-graph .title.lg,
.mod-graph .mod-reviews .timestamp,
.mod-reviews .mod-graph .timestamp,
.mod-graph .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-graph .timestamp,
.mod-graph .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-graph .desc,
.mod-graph .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-graph .meta-text {
	font-size: 15px;
	line-height: 20px;
	color: #666;
	font-weight: 600;
	margin-bottom: 2px;
	text-align: center;
	text-transform: capitalize;
}

.mod-graph .title span,
.mod-graph .bs-sec .sec-head .title.lg span,
.bs-sec .sec-head .mod-graph .title.lg span,
.mod-graph .mod-reviews .timestamp span,
.mod-reviews .mod-graph .timestamp span,
.mod-graph .mod-msg-ceo .timestamp span,
.mod-msg-ceo .mod-graph .timestamp span,
.mod-graph .mod-timeline .grp-desc .desc span,
.mod-timeline .grp-desc .mod-graph .desc span,
.mod-graph .mod-phase .table-wrap .meta-text span,
.mod-phase .table-wrap .mod-graph .meta-text span {
	display: block;
}

.mod-graph .img-wrap img {
	width: 100%;
	display: block;
}

@media only screen and (max-width:768px) {
	.mod-graph {
		margin-right: 10px;
	}

	.mod-graph .title,
	.mod-graph .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-graph .title.lg,
	.mod-graph .mod-reviews .timestamp,
	.mod-reviews .mod-graph .timestamp,
	.mod-graph .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-graph .timestamp,
	.mod-graph .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-graph .desc,
	.mod-graph .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-graph .meta-text {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 6px;
	}
}

.mod-input-icon .title,
.mod-input-icon .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-input-icon .title.lg,
.mod-input-icon .mod-reviews .timestamp,
.mod-reviews .mod-input-icon .timestamp,
.mod-input-icon .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-input-icon .timestamp,
.mod-input-icon .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-input-icon .desc,
.mod-input-icon .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-input-icon .meta-text {
	font-size: 16px;
	line-height: 18px;
	color: #231f20;
	display: block;
	margin: 0 0 10px 0;
}

.mod-input-icon .icon {
	color: #c24d01;
	font-size: 35px;
	margin-bottom: 15px;
}

.mod-input-icon .input-group .form-control {
	height: 50px;
	background: #ffffff;
	font-size: 18px;
	line-height: 20px;
	color: #999999;
	border-radius: 0;
	border: none;
	font-weight: 600;
	border: 1px solid #f1f1f1;
	border-right: none;
	box-shadow: none;
}

.mod-input-icon .input-group-btn .btn {
	background: #cd232a;
	height: 50px;
	border: none;
	padding: 6px 16px;
}

.mod-input-icon .input-group-btn .btn .icon {
	font-size: 40px;
	color: #ffffff;
}

@media only screen and (max-width:768px) {
	.mod-input-icon {
		margin: 0 15px 30px 15px;
	}

	.mod-input-icon .title,
	.mod-input-icon .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-input-icon .title.lg,
	.mod-input-icon .mod-reviews .timestamp,
	.mod-reviews .mod-input-icon .timestamp,
	.mod-input-icon .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-input-icon .timestamp,
	.mod-input-icon .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-input-icon .desc,
	.mod-input-icon .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-input-icon .meta-text {
		font-size: 14px;
		line-height: 16px;
		margin: 0 0 6px 0;
	}

	.mod-input-icon .icon {
		font-size: 35px;
		margin-bottom: 8px;
	}

	.mod-input-icon .input-group .form-control {
		height: 40px;
		font-size: 16px;
		line-height: 18px;
	}

	.mod-input-icon .input-group-btn .btn {
		height: 40px;
		padding: 6px 12px;
	}

	.mod-input-icon .input-group-btn .btn .icon {
		font-size: 30px;
	}
}
#govpolicies{

}
.mod-download {
	overflow: hidden;
}

.mod-download .text-right {
	text-align: right;
}

.mod-download .title,
.mod-download .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-download .title.lg,
.mod-download .mod-reviews .timestamp,
.mod-reviews .mod-download .timestamp,
.mod-download .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-download .timestamp,
.mod-download .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-download .desc,
.mod-download .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-download .meta-text {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	color: #666666;
	margin-bottom: 12px;
}

.mod-download .icon {
	font-size: 46px;
	color: #bdbdbd;
}

.mod-download .list-wrap li {
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	color: #666;
	border-right: 1px solid #cacaca;
}

.mod-download .list-wrap li a {
	color: #231f20;
}

.mod-download .list-wrap li a:hover {
	color: #cd232a;
}

@media only screen and (max-width:768px) {
	.mod-download {
		margin: 0 15px;
	}

	.mod-download .title,
	.mod-download .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-download .title.lg,
	.mod-download .mod-reviews .timestamp,
	.mod-reviews .mod-download .timestamp,
	.mod-download .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-download .timestamp,
	.mod-download .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-download .desc,
	.mod-download .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-download .meta-text {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 8px;
	}

	.mod-download .icon {
		font-size: 30px;
	}

	.mod-download .list-wrap li {
		font-size: 13px;
		line-height: 16px;
		margin-right: 10px;
		padding-right: 10px;
	}
}

.mod-title-para .title,
.mod-title-para .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-title-para .title.lg,
.mod-title-para .mod-reviews .timestamp,
.mod-reviews .mod-title-para .timestamp,
.mod-title-para .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-title-para .timestamp,
.mod-title-para .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-title-para .desc,
.mod-title-para .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-title-para .meta-text {
	font-size: 17px;
	line-height: 25px;
	display: block;
	color: #231f20;
	margin-bottom: 25px;
}

.mod-title-para .desc {
	margin-bottom: 15px;
}

.mod-title-para .desc p {
	color: #969696;
	font-size: 17px;
	line-height: 25px;
	display: block;
}

.mod-title-para .read-more {
	padding-left: 0;
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
	color: #d0232a;
}

.mod-title-para .read-more .icon {
	margin-left: 10px;
	font-size: 12px;
}

@media only screen and (max-width:768px) {
	.mod-title-para {
		margin: 0 15px;
	}

	.mod-title-para .title,
	.mod-title-para .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-title-para .title.lg,
	.mod-title-para .mod-reviews .timestamp,
	.mod-reviews .mod-title-para .timestamp,
	.mod-title-para .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-title-para .timestamp,
	.mod-title-para .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-title-para .desc,
	.mod-title-para .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-title-para .meta-text {
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 15px;
	}

	.mod-title-para .desc {
		margin-bottom: 8px;
	}

	.mod-title-para .desc p {
		font-size: 13px;
		line-height: 16px;
	}

	.mod-title-para .read-more {
		padding-left: 0;
		font-size: 14px;
		line-height: 15px;
		font-weight: 700;
		color: #d0232a;
	}

	.mod-title-para .read-more .icon {
		margin-left: 10px;
		font-size: 12px;
	}
}

.mod-senior-living {
	background: transparent url("../images/sl1.jpg") no-repeat 0 0;
	width: 100%;
	height: 600px;
	background-size: cover;
	padding-top: 50px;
	position: relative;
	z-index: 2;
	transition: all 0.5s ease 0s;
}

.mod-senior-living .sec-head .title,
.mod-senior-living .bs-sec .sec-head .title.lg,
.bs-sec .mod-senior-living .sec-head .title.lg,
.mod-senior-living .sec-head .mod-reviews .timestamp,
.mod-reviews .mod-senior-living .sec-head .timestamp,
.mod-senior-living .sec-head .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-senior-living .sec-head .timestamp,
.mod-senior-living .sec-head .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-senior-living .sec-head .desc,
.mod-senior-living .sec-head .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-senior-living .sec-head .meta-text {
	color: #fff;
}

.mod-senior-living .sec-head .title span,
.mod-senior-living .bs-sec .sec-head .title.lg span,
.bs-sec .mod-senior-living .sec-head .title.lg span,
.mod-senior-living .sec-head .mod-reviews .timestamp span,
.mod-reviews .mod-senior-living .sec-head .timestamp span,
.mod-senior-living .sec-head .mod-msg-ceo .timestamp span,
.mod-msg-ceo .mod-senior-living .sec-head .timestamp span,
.mod-senior-living .sec-head .mod-timeline .grp-desc .desc span,
.mod-timeline .grp-desc .mod-senior-living .sec-head .desc span,
.mod-senior-living .sec-head .mod-phase .table-wrap .meta-text span,
.mod-phase .table-wrap .mod-senior-living .sec-head .meta-text span {
	display: inline-block;
}

.mod-senior-living .time-list {
	background: #5a97af;
	transition: all 0.5s ease 0s;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	padding: 19px 0;
}

.mod-senior-living .time-list .list-item {
	float: left;
	width: 142.5px;
	text-align: center;
	position: relative;
}

.mod-senior-living .time-list .list-item.left .time-info .info-grp {
	left: -3px;
}

.mod-senior-living .time-list .list-item.right .time-info .info-grp {
	left: auto;
	right: -3px;
}

.mod-senior-living .time-list .list-item .timeline {
	color: #a1d6d6;
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	display: inline-block;
	position: relative;
	z-index: 6;
}

.mod-senior-living .time-list .list-item.activeSlide .time-info {
	display: block;
}

.mod-senior-living .time-list .list-item .time-info {
	position: absolute;
	width: 95px;
	height: 108px;
	bottom: -19px;
	display: none;
}

.mod-senior-living .time-list .list-item .time-info .time-grp {
	position: absolute;
	bottom: 0;
	background: #666666;
	width: 95px;
	height: 108px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 6;
}

.mod-senior-living .time-list .list-item .time-info .time-grp:after {
	content: "| | |";
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	background: #565656;
	height: 24px;
	color: #fff;
	padding-top: 4px;
}

.mod-senior-living .time-list .list-item .time-info .time-grp .time {
	font-size: 48px;
	line-height: 38px;
	display: block;
	color: #fff;
	font-weight: 800;
	margin: 8px 0 10px 0;
	position: relative;
	z-index: 15;
}

.mod-senior-living .time-list .list-item .time-info .time-grp .daytime {
	font-size: 24px;
	line-height: 20px;
	display: block;
	color: #fff;
	font-weight: 700;
	position: relative;
	z-index: 15;
	text-transform: uppercase;
}

.mod-senior-living .time-list .list-item .time-info .info-grp {
	border: 3px solid #fff;
	position: absolute;
	bottom: 102px;
	left: -195px;
	z-index: 5;
	overflow: hidden;
	width: 480px;
	height: 325px;
}

.mod-senior-living .time-list .list-item .time-info .info-grp .title,
.mod-senior-living .time-list .list-item .time-info .info-grp .mod-reviews .timestamp,
.mod-reviews .mod-senior-living .time-list .list-item .time-info .info-grp .timestamp,
.mod-senior-living .time-list .list-item .time-info .info-grp .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-senior-living .time-list .list-item .time-info .info-grp .timestamp,
.mod-senior-living .time-list .list-item .time-info .info-grp .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-senior-living .time-list .list-item .time-info .info-grp .desc,
.mod-senior-living .time-list .list-item .time-info .info-grp .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-senior-living .time-list .list-item .time-info .info-grp .meta-text {
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 16px 20px;
	text-align: left;
	background: transparent url("../images/sl_black_bg.png") repeat 0 0;
	text-transform: capitalize;
}

.mod-senior-living .time-list .list-item .time-info .info-grp .img-wrap img {
	display: block;
	width: 100%;
}

.mod-senior-living .swiper-container.swiper-container-horizontal .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #fff;
}

.mod-senior-living .swiper-container.swiper-container-horizontal .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.mod-senior-living .swiper-container {
	padding: 0;
	overflow: initial;
}

.mod-senior-living .swiper-container .swiper-pagination-bullets {
	bottom: 20px;
	right: 20px;
	left: auto;
	width: 100%;
	text-align: right;
}

.mod-senior-living .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
	width: 10px;
	height: 10px;
	opacity: 0.6;
}

.mod-senior-living.slot2 {
	background-image: url("../images/sl2.jpg");
}

.mod-senior-living.slot2 .time-list {
	background: #4a4d60;
}

.mod-senior-living.slot3 {
	background-image: url("../images/sl3.jpg");
}

.mod-senior-living.slot3 .time-list {
	background: #4a4d60;
}

.mod-senior-living.slot4 {
	background-image: url("../images/sl4.jpg");
}

.mod-senior-living.slot4 .time-list {
	background: #4a4d60;
}

@media only screen and (max-width:768px) {
	.mod-senior-living {
		background-image: url("../images/sl1mob.jpg");
		height: 360px;
		padding-top: 15px;
		overflow: hidden;
	}

	.mod-senior-living .sec-head .title,
	.mod-senior-living .bs-sec .sec-head .title.lg,
	.bs-sec .mod-senior-living .sec-head .title.lg,
	.mod-senior-living .sec-head .mod-reviews .timestamp,
	.mod-reviews .mod-senior-living .sec-head .timestamp,
	.mod-senior-living .sec-head .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-senior-living .sec-head .timestamp,
	.mod-senior-living .sec-head .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-senior-living .sec-head .desc,
	.mod-senior-living .sec-head .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-senior-living .sec-head .meta-text {
		line-height: 20px;
	}

	.mod-senior-living .sec-head .title span,
	.mod-senior-living .bs-sec .sec-head .title.lg span,
	.bs-sec .mod-senior-living .sec-head .title.lg span,
	.mod-senior-living .sec-head .mod-reviews .timestamp span,
	.mod-reviews .mod-senior-living .sec-head .timestamp span,
	.mod-senior-living .sec-head .mod-msg-ceo .timestamp span,
	.mod-msg-ceo .mod-senior-living .sec-head .timestamp span,
	.mod-senior-living .sec-head .mod-timeline .grp-desc .desc span,
	.mod-timeline .grp-desc .mod-senior-living .sec-head .desc span,
	.mod-senior-living .sec-head .mod-phase .table-wrap .meta-text span,
	.mod-phase .table-wrap .mod-senior-living .sec-head .meta-text span {
		display: block;
	}

	.mod-senior-living .time-list {
		padding: 8px 0;
	}

	.mod-senior-living .time-list .list-item {
		width: 64px;
	}

	.mod-senior-living .time-list .list-item.left .time-info .info-grp {
		left: -116px;
	}

	.mod-senior-living .time-list .list-item.right .time-info .info-grp {
		left: -116px;
		right: auto;
	}

	.mod-senior-living .time-list .list-item .timeline {
		font-size: 16px;
		line-height: 20px;
	}

	.mod-senior-living .time-list .list-item .time-info {
		width: 64px;
		height: 65px;
		bottom: -8px;
	}

	.mod-senior-living .time-list .list-item .time-info .time-grp {
		width: 64px;
		height: 65px;
	}

	.mod-senior-living .time-list .list-item .time-info .time-grp:after {
		height: 14px;
		padding-top: 0;
		font-size: 10px;
	}

	.mod-senior-living .time-list .list-item .time-info .time-grp .time {
		font-size: 30px;
		line-height: 22px;
		margin: 5px 0 5px 0;
	}

	.mod-senior-living .time-list .list-item .time-info .time-grp .daytime {
		font-size: 16px;
		line-height: 20px;
	}

	.mod-senior-living .time-list .list-item .time-info .info-grp {
		bottom: 59px;
		width: 296px;
		height: 200px;
		left: -116px;
	}

	.mod-senior-living .time-list .list-item .time-info .info-grp .title,
	.mod-senior-living .time-list .list-item .time-info .info-grp .mod-reviews .timestamp,
	.mod-reviews .mod-senior-living .time-list .list-item .time-info .info-grp .timestamp,
	.mod-senior-living .time-list .list-item .time-info .info-grp .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-senior-living .time-list .list-item .time-info .info-grp .timestamp,
	.mod-senior-living .time-list .list-item .time-info .info-grp .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-senior-living .time-list .list-item .time-info .info-grp .desc,
	.mod-senior-living .time-list .list-item .time-info .info-grp .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-senior-living .time-list .list-item .time-info .info-grp .meta-text {
		font-size: 15px;
		line-height: 18px;
		padding: 7px 16px;
	}

	.mod-senior-living .swiper-container .swiper-pagination-bullets {
		bottom: 10px;
		right: 10px;
	}

	.mod-senior-living .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px;
	}

	.mod-senior-living .swiper-container .swiper-slide {
		width: 100%;
	}

	.mod-senior-living.afternoon {
		background-image: url("../images/sl2mob.jpg");
	}

	.mod-senior-living.evening {
		background-image: url("../images/sl3mob.jpg");
	}
}

.mod-video-bgimg {
	position: relative;
}

.mod-video-bgimg .img-video-wrap ul li {
	background-image: url("../images/banner_comfort_homes.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
	width: 100%;
	display: none;
}

.mod-video-bgimg .img-video-wrap ul li iframe {
	display: none;
}

.mod-video-bgimg .img-video-wrap ul li:nth-child(2) {
	background-image: url("../images/kch.jpg");
}

.mod-video-bgimg .img-video-wrap ul li.active {
	display: block;
}

.mod-video-bgimg .img-video-wrap ul li:nth-child(3) {
	background-image: url("../images/banner_senior-living.jpg");
}

.mod-video-bgimg .img-video-wrap ul li.active {
	display: block;
}

.mod-video-bgimg .img-video-wrap ul li.activeVideo {
	display: block;
}

.mod-video-bgimg .img-video-wrap ul li.activeVideo iframe {
	display: block;
}

.mod-video-bgimg #vidLink {
	display: none;
	position: relative;
	z-index: 1;
	width: 100%;
}

.mod-video-bgimg .link-wrap {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 841px;
}

.mod-video-bgimg .link-wrap ul li {
	float: left;
}

.mod-video-bgimg .link-wrap ul li .link {
	width: 280px;
	display: inline-block;
	color: #333333;
	font-size: 22px;
	line-height: 28px;
	font-weight: 800;
	background: #fff;
	padding: 10px 40px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 4px 1px #bfbdbf;
	-moz-box-shadow: 0px 0px 4px 1px #bfbdbf;
	box-shadow: 0px 0px 4px 1px #bfbdbf;
	transition: all 0.5s ease 0s;
}

.mod-video-bgimg .link-wrap ul li:hover .link {
	background-color: #d0232a;
	color: #fff;
	transition: all 0.5s ease 0s;
}

.mod-video-bgimg .link-wrap ul li.active .link {
	background-color: #d0232a;
	color: #fff;
}

.mod-video-bgimg .icon-cancel {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 28px;
	color: #fff;
	display: none;
	cursor: pointer;
	background: #2f2f2f;
	padding: 22px;
	border-radius: 50%;
}

.mod-video-bgimg .icon-wrap {
	background: #d0232a none repeat scroll 0 0;
	border-radius: 15px;
	color: #fff;
	cursor: pointer;
	font-size: 30px;
	height: 60px;
	left: 0;
	margin: -40px auto 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	width: 80px;
}

.mod-video-bgimg .icon-wrap:before {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 0;
	right: 0;
}

@media only screen and (max-width:768px) {
	.mod-video-bgimg .img-video-wrap ul li {
		height: 350px;
	}

	.mod-video-bgimg .img-video-wrap ul li iframe {
		height: 350px;
	}

	.mod-video-bgimg .link-wrap {
		bottom: 50px;
		left: 6px;
		right: 6px;
		width: auto;
	}

	.mod-video-bgimg .link-wrap ul li {
		width: 50%;
		margin: 0;
		padding: 0;
	}

	.mod-video-bgimg .link-wrap ul li .link {
		width: 100%;
		font-size: 14px;
		line-height: 18px;
		padding: 8px 15px;
	}

	.mod-video-bgimg .link-wrap ul li.icon-wrap {
		font-size: 22px;
		width: 50px;
		height: 50px;
		margin: -25px auto 0;
		padding: 0;
	}

	.mod-video-bgimg .link-wrap ul li.icon-wrap:before {
		margin-top: -10px;
	}

	.mod-video-bgimg .icon-cancel {
		padding: 10px;
		top: 10px;
		right: 10px;
		font-size: 16px;
		z-index: 1;
	}
}

.mod-phase {
	margin: 15px 0;
	position: relative;
	padding-bottom: 70px;
}

.mod-phase .property-map {
	width: 713px;
	margin: 0 auto;
}

.mod-phase .property-map img {
	width: 713px;
}

.mod-phase .property-map .phase-map {
	position: relative;
	z-index: 1;
	display: none;
}

.mod-phase .table-wrap {
	width: 450px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 2;
	display: none;
	border-collapse: initial;
}

.mod-phase .table-wrap .title,
.mod-phase .table-wrap .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-phase .table-wrap .title.lg,
.mod-phase .table-wrap .mod-reviews .timestamp,
.mod-reviews .mod-phase .table-wrap .timestamp,
.mod-phase .table-wrap .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-phase .table-wrap .timestamp,
.mod-phase .table-wrap .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-phase .table-wrap .desc,
.mod-phase .table-wrap .meta-text {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
	padding: 20px 15px;
	border: 1px solid #f2f2f2;
}

.mod-phase .table-wrap .title span,
.mod-phase .table-wrap .bs-sec .sec-head .title.lg span,
.bs-sec .sec-head .mod-phase .table-wrap .title.lg span,
.mod-phase .table-wrap .mod-reviews .timestamp span,
.mod-reviews .mod-phase .table-wrap .timestamp span,
.mod-phase .table-wrap .mod-msg-ceo .timestamp span,
.mod-msg-ceo .mod-phase .table-wrap .timestamp span,
.mod-phase .table-wrap .mod-timeline .grp-desc .desc span,
.mod-timeline .grp-desc .mod-phase .table-wrap .desc span,
.mod-phase .table-wrap .meta-text span {
	font-weight: 500;
	font-size: 14px;
}

.mod-phase .table-wrap .meta-text {
	vertical-align: middle;
	color: #fff;
	padding: 15px 16px;
	cursor: pointer;
}

.mod-phase .table-wrap .meta-text:first-child {
	text-align: left;
}

.mod-phase .table-wrap .meta-text .details {
	display: block;
	margin-top: 6px;
	font-weight: 500;
	font-size: 14px;
}

.mod-phase .table-wrap .meta-text .unit {
	display: inline;
}

.mod-phase .table-wrap .theme-red .meta-text {
	background: #d6363e;
}

.mod-phase .table-wrap .theme-red:hover .meta-text {
	background: #fff;
	border: 1px solid #d6363e;
	color: #d6363e;
}

.mod-phase .table-wrap .theme-red:hover .meta-text:nth-child(1),
.mod-phase .table-wrap .theme-red:hover .meta-text:nth-child(2) {
	border-right-color: #f2f2f2;
}

.mod-phase .table-wrap .theme-red:hover .meta-text:nth-child(3),
.mod-phase .table-wrap .theme-red:hover .meta-text:nth-child(2) {
	border-left-color: #f2f2f2;
}

.mod-phase .table-wrap .theme-yellow .meta-text {
	background: #f8c801;
}

.mod-phase .table-wrap .theme-yellow:hover .meta-text {
	background: #fff;
	border: 1px solid #f8c801;
	color: #f8c801;
}

.mod-phase .table-wrap .theme-yellow:hover .meta-text:nth-child(1),
.mod-phase .table-wrap .theme-yellow:hover .meta-text:nth-child(2) {
	border-right-color: #f2f2f2;
}

.mod-phase .table-wrap .theme-yellow:hover .meta-text:nth-child(3),
.mod-phase .table-wrap .theme-yellow:hover .meta-text:nth-child(2) {
	border-left-color: #f2f2f2;
}

.mod-phase .table-wrap .theme-orange .meta-text {
	background: #ea802b;
}

.mod-phase .table-wrap .theme-orange:hover .meta-text {
	background: #fff;
	border: 1px solid #ea802b;
	color: #ea802b;
}

.mod-phase .table-wrap .theme-orange:hover .meta-text:nth-child(1),
.mod-phase .table-wrap .theme-orange:hover .meta-text:nth-child(2) {
	border-right-color: #f2f2f2;
}

.mod-phase .table-wrap .theme-orange:hover .meta-text:nth-child(3),
.mod-phase .table-wrap .theme-orange:hover .meta-text:nth-child(2) {
	border-left-color: #f2f2f2;
}

.mod-phase .close {
	display: none;
}

@media only screen and (max-width:768px) {
	.mod-phase {
		margin: 15px 0;
		padding-bottom: 0;
	}

	.mod-phase .property-map {
		width: 100%;
		height: auto;
	}

	.mod-phase .property-map img {
		width: 100%;
	}

	.mod-phase .table-wrap {
		width: 100%;
		position: relative;
	}

	.mod-phase .table-wrap .title,
	.mod-phase .table-wrap .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-phase .table-wrap .title.lg,
	.mod-phase .table-wrap .mod-reviews .timestamp,
	.mod-reviews .mod-phase .table-wrap .timestamp,
	.mod-phase .table-wrap .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-phase .table-wrap .timestamp,
	.mod-phase .table-wrap .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-phase .table-wrap .desc,
	.mod-phase .table-wrap .meta-text {
		font-size: 14px;
		line-height: 18px;
		padding: 15px 8px;
	}

	.mod-phase .table-wrap .title span,
	.mod-phase .table-wrap .bs-sec .sec-head .title.lg span,
	.bs-sec .sec-head .mod-phase .table-wrap .title.lg span,
	.mod-phase .table-wrap .mod-reviews .timestamp span,
	.mod-reviews .mod-phase .table-wrap .timestamp span,
	.mod-phase .table-wrap .mod-msg-ceo .timestamp span,
	.mod-msg-ceo .mod-phase .table-wrap .timestamp span,
	.mod-phase .table-wrap .mod-timeline .grp-desc .desc span,
	.mod-timeline .grp-desc .mod-phase .table-wrap .desc span,
	.mod-phase .table-wrap .meta-text span {
		font-size: 12px;
	}

	.mod-phase .table-wrap .meta-text {
		padding: 10px 4px;
	}

	.mod-phase .table-wrap .meta-text .details {
		margin-top: 4px;
		font-size: 12px;
	}
}

.mod-team-details .name,
.mod-team-details .lyt-team .profile-desc .designation,
.lyt-team .profile-desc .mod-team-details .designation {
	font-size: 36px;
	line-height: 38px;
	color: #666666;
	margin-bottom: 0;
}

.mod-team-details .sub-title {
	font-size: 18px;
	line-height: 28px;
	color: #999;
	font-weight: 700;
	display: block;
	padding-bottom: 10px;
}

.mod-team-details .grp-detail-info .title,
.mod-team-details .grp-detail-info .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-team-details .grp-detail-info .title.lg,
.mod-team-details .grp-detail-info .mod-reviews .timestamp,
.mod-reviews .mod-team-details .grp-detail-info .timestamp,
.mod-team-details .grp-detail-info .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-team-details .grp-detail-info .timestamp,
.mod-team-details .grp-detail-info .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-team-details .grp-detail-info .desc,
.mod-team-details .grp-detail-info .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-team-details .grp-detail-info .meta-text {
	color: #999999;
	width: 17%;
	margin-right: 2%;
	float: left;
	font-size: 16px;
	line-height: 22px;
	text-transform: capitalize;
	clear: left;
	margin-bottom: 15px;
}

.mod-team-details .grp-detail-info .decs,
.mod-team-details .grp-detail-info .decs p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 16px;
	font-weight: 500;
	color: #666666;
	width: 81%;
	overflow: hidden;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
	min-height: 45px;
}

.mod-team-details .grp-detail-info .decs ul li {
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
}

.mod-team-details .grp-detail-info .decs ul li:before {
	width: 6px;
	height: 6px;
	background: #999999;
	content: "";
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	margin-right: 6px;
	left: 0;
}

.mod-team-details .grp-detail-info .decs ul li p {
	padding: 0;
}

.mod-team-details .grp-detail-info .decs ul li p:before {
	content: "";
}

.mod-team-details .grp-detail-info .decs:before,
.mod-team-details .grp-detail-info .decs p:before {
	content: ":";
	position: absolute;
	left: 0px;
	color: #999999;
}

.mod-team-details .desc {
	margin-bottom: 15px;
}

.mod-team-details .desc p {
	color: #969696;
	font-size: 17px;
	line-height: 25px;
	display: block;
	width: 85%;
}

@media only screen and (max-width:768px) {

	.mod-team-details .name,
	.mod-team-details .lyt-team .profile-desc .designation,
	.lyt-team .profile-desc .mod-team-details .designation {
		font-size: 30px;
		line-height: 26px;
	}

	.mod-team-details .sub-title {
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 10px;
	}

	.mod-team-details .grp-detail-info .title,
	.mod-team-details .grp-detail-info .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-team-details .grp-detail-info .title.lg,
	.mod-team-details .grp-detail-info .mod-reviews .timestamp,
	.mod-reviews .mod-team-details .grp-detail-info .timestamp,
	.mod-team-details .grp-detail-info .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-team-details .grp-detail-info .timestamp,
	.mod-team-details .grp-detail-info .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-team-details .grp-detail-info .desc,
	.mod-team-details .grp-detail-info .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-team-details .grp-detail-info .meta-text {
		width: 100%;
		margin-right: 0%;
		float: none;
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 0;
	}

	.mod-team-details .grp-detail-info .decs,
	.mod-team-details .grp-detail-info .decs p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 16px;
		width: 100%;
		padding-left: 0;
		min-height: auto;
	}

	.mod-team-details .grp-detail-info .decs ul li {
		margin-bottom: 10px;
		padding-left: 15px;
	}

	.mod-team-details .grp-detail-info .decs ul li:before {
		content: "";
	}

	.mod-team-details .grp-detail-info .decs ul li p {
		padding: 0;
	}

	.mod-team-details .grp-detail-info .decs ul li p:before {
		content: "";
	}

	.mod-team-details .grp-detail-info .decs:before,
	.mod-team-details .grp-detail-info .decs p:before {
		content: "";
	}

	.mod-team-details .desc {
		margin-bottom: 15px;
	}

	.mod-team-details .desc p {
		font-size: 15px;
		line-height: 24px;
		width: 100%;
	}
}

.modal-capcha {
	padding: 10px;
	background: #fff;
}

.modal-capcha .form-control {
	color: #333;
	font-weight: 600;
	margin-bottom: 10px;
}

.modal-capcha .btn {
	min-width: auto;
	text-align: center;
	margin: 10px auto 0;
	display: block;
}

.modal-capcha>img {
	width: 100%;
	display: block;
}

.modal-capcha .captcha-number {
	padding-right: 60px;
}

.modal-capcha .captcha-number img {
	display: inline-block;
	width: 100%;
}

.modal-capcha .captcha-number .reflash {
	position: absolute;
	right: 12px;
	top: 15px;
}

.modal-capcha .captcha-number .reflash img {
	width: auto;
}

.modal-capcha .captcha-input {
	border-bottom: solid 1px #ccc;
	overflow: hidden;
}

.modal-capcha .captcha-input .form-control {
	width: 100px;
	float: left;
	border-bottom: none;
	margin: 0;
	padding: 0 0 6px 0;
	height: auto;
}

.modal-capcha .captcha-input .btn {
	color: #d1232a;
	float: left;
	margin: 2px 0px 0 10px;
	padding: 0;
}

@media only screen and (max-width:768px) {
	.modal-capcha .captcha-number .reflash {
		top: 16px;
	}

	.modal-capcha .captcha-input .form-control {
		width: 110px;
	}

	.modal-capcha .captcha-input .btn {
		margin: 6px 0px 0 10px;
	}
}

.mod_growth .image-wrap {
	position: relative;
	display: block;
}

.mod_growth .image-wrap img {
	width: 100%;
	display: block;
}

.mod-download-dropdown .text-right {
	text-align: left;
}

.mod-download-dropdown .title,
.mod-download-dropdown .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-download-dropdown .title.lg,
.mod-download-dropdown .mod-reviews .timestamp,
.mod-reviews .mod-download-dropdown .timestamp,
.mod-download-dropdown .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-download-dropdown .timestamp,
.mod-download-dropdown .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-download-dropdown .desc,
.mod-download-dropdown .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-download-dropdown .meta-text {
	font-size: 21px;
	line-height: 40px;
	font-weight: 500;
	color: #666666;
}

.mod-download-dropdown .icon {
	font-size: 40px;
	color: #969696;
}

.mod-download-dropdown .link-grp a {
	display: none;
}

.mod-download-dropdown .link-grp a:first-child {
	display: block;
}

@media only screen and (max-width:768px) {

	.mod-download-dropdown .title,
	.mod-download-dropdown .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-download-dropdown .title.lg,
	.mod-download-dropdown .mod-reviews .timestamp,
	.mod-reviews .mod-download-dropdown .timestamp,
	.mod-download-dropdown .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-download-dropdown .timestamp,
	.mod-download-dropdown .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-download-dropdown .desc,
	.mod-download-dropdown .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-download-dropdown .meta-text {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.mod-download-dropdown .icon {
		font-size: 38px;
	}
}

.mod-emi {
	width: 425px;
}

.mod-emi .modal-title {
	color: #a22a2e;
}

.mod-emi .modal-content .form-group {
	overflow: hidden;
	padding: 0 0 12px 0;
	margin-bottom: 0;
}

.mod-emi .modal-content .form-group .title,
.mod-emi .modal-content .form-group .mod-reviews .timestamp,
.mod-reviews .mod-emi .modal-content .form-group .timestamp,
.mod-emi .modal-content .form-group .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-emi .modal-content .form-group .timestamp,
.mod-emi .modal-content .form-group .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-emi .modal-content .form-group .desc,
.mod-emi .modal-content .form-group .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-emi .modal-content .form-group .meta-text {
	font-size: 18px;
	line-height: 22px;
	display: block;
	color: #8a8a8a;
	margin-bottom: 12px;
}

.mod-emi .modal-content .form-group .start,
.mod-emi .modal-content .form-group .end {
	font-size: 12px;
	line-height: 16px;
	display: block;
	color: #8a8a8a;
	margin-top: 10px;
}

.mod-emi .modal-content .form-group .tot-price {
	font-size: 33px;
	line-height: 36px;
	color: #a22a2e;
	font-weight: 600;
}

.mod-emi .modal-content .btn-black {
	min-width: auto;
	width: 94px;
}

.mod-emi .modal-content .group-list {
	overflow: hidden;
}

.mod-emi .modal-content .group-list .title,
.mod-emi .modal-content .group-list .mod-reviews .timestamp,
.mod-reviews .mod-emi .modal-content .group-list .timestamp,
.mod-emi .modal-content .group-list .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-emi .modal-content .group-list .timestamp,
.mod-emi .modal-content .group-list .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-emi .modal-content .group-list .desc,
.mod-emi .modal-content .group-list .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-emi .modal-content .group-list .meta-text {
	font-size: 16px;
	line-height: 20px;
}

.mod-emi .modal-content .group-list ul {
	display: table;
}

.mod-emi .modal-content .group-list ul li {
	display: table-row;
	padding: 6px 0;
}

.mod-emi .modal-content .group-list ul li a {
	display: block;
	text-align: center;
}

.mod-emi .modal-content .group-list ul li a img {
	width: 120px;
}

@media only screen and (max-width:768px) {
	.mod-emi {
		width: auto;
	}

	.mod-emi .modal-content .form-group .title,
	.mod-emi .modal-content .form-group .mod-reviews .timestamp,
	.mod-reviews .mod-emi .modal-content .form-group .timestamp,
	.mod-emi .modal-content .form-group .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-emi .modal-content .form-group .timestamp,
	.mod-emi .modal-content .form-group .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-emi .modal-content .form-group .desc,
	.mod-emi .modal-content .form-group .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-emi .modal-content .form-group .meta-text {
		font-size: 14px;
		line-height: 18px;
	}

	.mod-emi .modal-content .form-group .tot-price {
		font-size: 24px;
		line-height: 30px;
	}
}

.mod-details-form {
	width: 360px;
}

@media only screen and (max-width:768px) {
	.mod-details-form {
		width: auto;
	}
}

.mod-thankyou p {
	font-size: 24px;
	line-height: 36px;
	color: #333;
	text-align: center;
	font-weight: 600;
}

@media only screen and (max-width:768px) {
	.mod-thankyou p {
		font-size: 16px;
		line-height: 22px;
	}
}

.mod-pan-zoom {
	text-align: center;
}

@media only screen and (max-width:768px) {
	.mod-pan-zoom .buttons {
		display: none;
	}
}

.mod-imgwrap a {
	display: inline-block;
}

.mod-booking-form.bs-sec .sec-head .title,
.mod-booking-form.bs-sec .sec-head .mod-reviews .timestamp,
.mod-reviews .mod-booking-form.bs-sec .sec-head .timestamp,
.mod-booking-form.bs-sec .sec-head .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-booking-form.bs-sec .sec-head .timestamp,
.mod-booking-form.bs-sec .sec-head .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-booking-form.bs-sec .sec-head .desc,
.mod-booking-form.bs-sec .sec-head .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-booking-form.bs-sec .sec-head .meta-text {
	margin-top: 40px;
	margin-bottom: 20px;
}

.mod-booking-form .label {
	font-size: 18px;
	color: #999999;
	font-weight: 600;
	position: absolute;
	top: 22px;
	left: 0;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
	padding: 0 0 0 14px;
}

.mod-booking-form .sec-head {
	padding: 0 14px;
}

.mod-booking-form .sec-head .note {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.mod-booking-form .bs-select {
	margin-bottom: 0;
	position: relative;
	padding: 0;
}

.mod-booking-form .bs-select .custom-select .ms-choice {
	border: 0;
	border-bottom: 1px solid #969696;
	height: 48px;
	background: transparent;
}

.mod-booking-form .bs-select .custom-select .ms-choice div:before {
	top: 14px;
}

.mod-booking-form .bs-select .custom-select .ms-choice span {
	padding: 20px 0 8px 0;
	font-size: 20px;
	line-height: 22px;
	color: #999999;
	font-weight: 700;
	border-radius: 0;
	box-shadow: none;
}

.mod-booking-form .file-browse {
	position: relative;
}

.mod-booking-form .file-browse .label {
	padding-left: 0;
}

.mod-booking-form .file-browse .file-upload {
	overflow: hidden;
}

.mod-booking-form .file-browse .file-upload input[type="file"] {
	cursor: pointer;
	font-size: 12px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 150px;
	left: 14px;
}

.mod-booking-form .file-browse .file-upload.btn {
	padding: 50px 5px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	display: block;
	height: 150px;
	vertical-align: middle;
	border: 1px solid #ccc;
	background: transparent;
	margin: 0 20px 0 0;
}

.mod-booking-form .form-group {
	font-size: 18px;
	line-height: 34px;
	color: #979797;
	font-weight: 600;
	padding: 0 14px;
	margin-bottom: 30px;
}

.mod-booking-form .form-group.active .label {
	font-size: 12px;
	line-height: 14px;
	color: #cccccc;
	top: 0;
	font-size: 14px;
}

.mod-booking-form .form-group .form-control {
	margin: 20px 0 0 0;
	display: inline-block;
	width: auto;
	border: 0;
	border-bottom: 1px solid #969696;
	padding: 0 0px 5px 0px;
	font-size: 18px;
	color: #999999;
	font-weight: 600;
	height: auto;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	position: relative;
}

.mod-booking-form .form-group.form_datetime .add-on {
	bottom: 0;
	top: auto;
}

.mod-booking-form .field-title {
	font-size: 20px;
	line-height: 28px;
	color: #979797;
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: capitalize;
	display: block;
}

.mod-booking-form .sub-title {
	font-size: 22px;
	line-height: 28px;
	color: #666;
	margin: 20px 0;
	font-weight: 600;
	text-transform: lowercase;
	padding: 0 14px;
	text-align: left;
	display: block;
}

.mod-booking-form .bs-checkbox {
	margin-bottom: 20px;
}

.mod-booking-form .bs-checkbox input[type="checkbox"]+label {
	color: #666666;
}

.mod-booking-form .bs-radio {
	margin-bottom: 20px;
}

.mod-booking-form .bs-radio input[type="radio"]+label {
	color: #666666;
}

.mod-booking-form .info-sec {
	padding: 0 14px;
	margin-bottom: 20px;
}

.mod-booking-form .info-sec .note {
	font-size: 16px;
	line-height: 15px;
	display: inline-block;
	margin-bottom: 10px;
	text-align: left;
}

.mod-booking-form .info-sec .note .highlight {
	font-weight: 600;
}

.mod-booking-form ul .list-item {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #666666;
	padding-left: 10px;
	box-sizing: border-box;
}

.mod-booking-form ul .list-item:before {
	width: 6px;
	height: 6px;
	background: #999999;
	content: "";
	display: inline-block;
	border-radius: 50%;
	position: relative;
	top: -2px;
	left: -10px;
}

.mod-booking-form .meta-info {
	position: relative;
}

.mod-booking-form .meta-info .bs-select {
	margin-bottom: 30px;
}

.mod-booking-form .meta-info .meta-txt {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	top: 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

@media only screen and (max-width:768px) {

	.mod-booking-form .title,
	.mod-booking-form .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-booking-form .title.lg,
	.mod-booking-form .mod-reviews .timestamp,
	.mod-reviews .mod-booking-form .timestamp,
	.mod-booking-form .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-booking-form .timestamp,
	.mod-booking-form .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-booking-form .desc,
	.mod-booking-form .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-booking-form .meta-text {
		margin-top: 20px;
	}

	.mod-booking-form .title:first-child,
	.mod-booking-form .bs-sec .sec-head .title.lg:first-child,
	.bs-sec .sec-head .mod-booking-form .title.lg:first-child,
	.mod-booking-form .mod-reviews .timestamp:first-child,
	.mod-reviews .mod-booking-form .timestamp:first-child,
	.mod-booking-form .mod-msg-ceo .timestamp:first-child,
	.mod-msg-ceo .mod-booking-form .timestamp:first-child,
	.mod-booking-form .mod-timeline .grp-desc .desc:first-child,
	.mod-timeline .grp-desc .mod-booking-form .desc:first-child,
	.mod-booking-form .mod-phase .table-wrap .meta-text:first-child,
	.mod-phase .table-wrap .mod-booking-form .meta-text:first-child {
		margin-top: 0;
	}

	.mod-booking-form .label {
		font-size: 14px;
		top: 22px;
	}

	.mod-booking-form .label .sub-text {
		display: none;
	}

	.mod-booking-form .sec-head {
		padding: 0 10px;
	}

	.mod-booking-form .sec-head .note {
		font-size: 16px;
	}

	.mod-booking-form .bs-select {
		margin: 0 0 15px 0;
		padding: 0;
	}

	.mod-booking-form .bs-select .custom-select .ms-choice {
		height: 40px;
	}

	.mod-booking-form .bs-select .custom-select .ms-choice div:before {
		top: 14px;
	}

	.mod-booking-form .bs-select .custom-select .ms-choice span {
		font-size: 13px;
		line-height: 16px;
		height: 40px;
	}

	.mod-booking-form .file-browse .file-upload.btn {
		padding: 8px 5px;
		font-size: 14px;
		bottom: 1px;
	}

	.mod-booking-form .form-group {
		font-size: 16px;
		line-height: 30px;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.mod-booking-form .form-group .form-control {
		font-size: 14px;
		min-width: 100%;
	}

	.mod-booking-form .field-title {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.mod-booking-form .sub-title {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.mod-booking-form .bs-checkbox {
		margin-bottom: 10px;
	}

	.mod-booking-form .bs-radio {
		margin-bottom: 10px;
	}

	.mod-booking-form .info-sec {
		padding: 0 10px;
		margin-bottom: 15px;
	}

	.mod-booking-form .info-sec .note {
		font-size: 14px;
		line-height: 20px;
	}

	.mod-booking-form ul .list-item {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 10px;
		padding-left: 15px;
	}

	.mod-booking-form .meta-info .bs-select {
		margin-bottom: 30px;
	}

	.mod-booking-form .meta-info .meta-txt {
		top: 65px;
	}
}

.mod-map {
	height: 600px;
}

.mod-map .mapping {
	width: 100%;
	height: 100%;
}

.mod-map .info_content h3 {
	font-size: 14px;
	color: #ce232a;
	font-weight: 600;
	line-height: 16px;
}

.mod-video.full-width {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
}

.mod-video.full-width .modal-content {
	position: static;
	height: 100%;
}

.mod-video.full-width .modal-content .modal-body {
	position: static;
}

.mod-video.full-width .modal-content .modal-body .video-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.mod-video.full-width .modal-content .modal-body .video-content iframe {
	height: 100%;
	width: 100%;
}

.mod-sitemap-list-block .title,
.mod-sitemap-list-block .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-sitemap-list-block .title.lg,
.mod-sitemap-list-block .mod-reviews .timestamp,
.mod-reviews .mod-sitemap-list-block .timestamp,
.mod-sitemap-list-block .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-sitemap-list-block .timestamp,
.mod-sitemap-list-block .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-sitemap-list-block .desc,
.mod-sitemap-list-block .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-sitemap-list-block .meta-text {
	font-size: 20px;
	color: #666666;
	font-weight: 600;
}

.mod-sitemap-list-block .sitemap-list {
	padding: 16px 15px;
}

.mod-sitemap-list-block .sitemap-list li {
	font-size: 18px;
	padding: 5px 0px;
	list-style: disc;
	margin-bottom: 10px;
}

.mod-sitemap-list-block .sitemap-list li a {
	text-decoration: none;
	cursor: pointer;
}

.mod-sitemap-list-block .sitemap-list li a:hover,
.mod-sitemap-list-block .sitemap-list li a:focus {
	color: #ff0000;
}

@media only screen and (max-width:768px) {
	.mod-sitemap-list-block {
		padding: 10px 20px;
	}

	.mod-sitemap-list-block .title,
	.mod-sitemap-list-block .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-sitemap-list-block .title.lg,
	.mod-sitemap-list-block .mod-reviews .timestamp,
	.mod-reviews .mod-sitemap-list-block .timestamp,
	.mod-sitemap-list-block .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-sitemap-list-block .timestamp,
	.mod-sitemap-list-block .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-sitemap-list-block .desc,
	.mod-sitemap-list-block .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-sitemap-list-block .meta-text {
		font-size: 18px;
	}

	.mod-sitemap-list-block .sitemap-list {
		padding: 0 15px;
	}

	.mod-sitemap-list-block .sitemap-list li {
		font-size: 15px;
		margin-bottom: 6px;
	}
}

.mod-activities .img-wrap {
	margin-bottom: 10px;
	position: relative;
}

.mod-activities .img-wrap img {
	width: 100%;
	display: block;
}

.mod-activities .grp-activity-info {
	padding: 20px;
}

.mod-activities .grp-activity-info .title,
.mod-activities .grp-activity-info .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-activities .grp-activity-info .title.lg,
.mod-activities .grp-activity-info .mod-reviews .timestamp,
.mod-reviews .mod-activities .grp-activity-info .timestamp,
.mod-activities .grp-activity-info .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-activities .grp-activity-info .timestamp,
.mod-activities .grp-activity-info .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-activities .grp-activity-info .desc,
.mod-activities .grp-activity-info .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-activities .grp-activity-info .meta-text {
	font-size: 22px;
	line-height: 35px;
	margin-bottom: 18px;
	font-weight: 800;
}

.mod-activities .grp-activity-info .title a,
.mod-activities .grp-activity-info .bs-sec .sec-head .title.lg a,
.bs-sec .sec-head .mod-activities .grp-activity-info .title.lg a,
.mod-activities .grp-activity-info .mod-reviews .timestamp a,
.mod-reviews .mod-activities .grp-activity-info .timestamp a,
.mod-activities .grp-activity-info .mod-msg-ceo .timestamp a,
.mod-msg-ceo .mod-activities .grp-activity-info .timestamp a,
.mod-activities .grp-activity-info .mod-timeline .grp-desc .desc a,
.mod-timeline .grp-desc .mod-activities .grp-activity-info .desc a,
.mod-activities .grp-activity-info .mod-phase .table-wrap .meta-text a,
.mod-phase .table-wrap .mod-activities .grp-activity-info .meta-text a {
	color: #666;
}

.mod-activities .grp-activity-info .desc {
	margin-bottom: 20px;
}

.mod-activities .grp-activity-info .desc p {
	line-height: 24px;
	font-size: 14px;
}

.mod-activities.typ-activities .swiper-container {
	padding-bottom: 0;
}

.mod-activities.typ-activities img {
	display: block;
	width: 100%;
}

.mod-activities.typ-activities .grp-activity-info {
	padding: 0;
}

.mod-activities.typ-activities .grp-activity-info .title,
.mod-activities.typ-activities .grp-activity-info .mod-reviews .timestamp,
.mod-reviews .mod-activities.typ-activities .grp-activity-info .timestamp,
.mod-activities.typ-activities .grp-activity-info .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-activities.typ-activities .grp-activity-info .timestamp,
.mod-activities.typ-activities .grp-activity-info .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-activities.typ-activities .grp-activity-info .desc,
.mod-activities.typ-activities .grp-activity-info .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-activities.typ-activities .grp-activity-info .meta-text {
	font-size: 34px;
	line-height: 40px;
	color: #666;
	font-weight: 800;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.mod-activities.typ-activities .grp-activity-info .desc {
	margin-bottom: 0;
}

.mod-activities.typ-activities .grp-activity-info .desc p {
	font-size: 16px;
	line-height: 22px;
	color: #969696;
	font-weight: 400;
	margin-bottom: 10px;
}

@media only screen and (max-width:768px) {

	.mod-activities .grp-activity-info .title,
	.mod-activities .grp-activity-info .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-activities .grp-activity-info .title.lg,
	.mod-activities .grp-activity-info .mod-reviews .timestamp,
	.mod-reviews .mod-activities .grp-activity-info .timestamp,
	.mod-activities .grp-activity-info .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-activities .grp-activity-info .timestamp,
	.mod-activities .grp-activity-info .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-activities .grp-activity-info .desc,
	.mod-activities .grp-activity-info .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-activities .grp-activity-info .meta-text {
		font-size: 16px;
		line-height: 20px;
	}

	.mod-activities.typ-activities .swiper-container {
		padding-bottom: 35px;
	}

	.mod-activities.typ-activities .grp-activity-info {
		padding: 0;
	}

	.mod-activities.typ-activities .grp-activity-info .title,
	.mod-activities.typ-activities .grp-activity-info .mod-reviews .timestamp,
	.mod-reviews .mod-activities.typ-activities .grp-activity-info .timestamp,
	.mod-activities.typ-activities .grp-activity-info .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-activities.typ-activities .grp-activity-info .timestamp,
	.mod-activities.typ-activities .grp-activity-info .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-activities.typ-activities .grp-activity-info .desc,
	.mod-activities.typ-activities .grp-activity-info .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-activities.typ-activities .grp-activity-info .meta-text {
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 5px;
	}

	.mod-activities.typ-activities .grp-activity-info .desc p {
		font-size: 14px;
		line-height: 20px;
	}
}

.mod-table .table {
	text-align: center;
	background: #fff;
}

.mod-table .table thead tr th {
	color: #000000;
	font-size: 12px;
	font-weight: 700;
	background: #f0efef;
	border-bottom: 1px solid #d1cfcf;
	border-right: 1px solid #d1cfcf;
	text-align: center;
	padding: 8px 4px;
	text-transform: lowercase;
}

.mod-table .table tbody tr td {
	border: 0;
	border-right: 1px solid #d1cfcf;
	padding: 5px 0;
	color: #666;
}

@media only screen and (max-width:768px) {
	.mod-table .table {
		text-align: center;
		background: #fff;
	}

	.mod-table .table thead tr th {
		display: none;
	}

	.mod-table .table tbody tr {
		border-bottom: 1px solid #d1cfcf;
	}

	.mod-table .table tbody tr td {
		float: left;
		text-align: left;
		border: none;
		font-size: 12px;
		font-weight: 500;
	}

	.mod-table .icon-cancel {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 15;
		font-size: 20px;
	}
}

.mod-legends {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 15px 10px;
	margin-bottom: 10px;
}

.mod-legends ul li {
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	color: #333;
	display: inline-block;
	padding-left: 30px;
	position: relative;
	margin-right: 40px;
}

.mod-legends ul li.booked:before {
	background: #fff;
	border-color: #d0232a;
}

.mod-legends ul li.selected:before {
	background: #333;
	border-color: #333;
}

.mod-legends ul li:before {
	content: "";
	position: absolute;
	left: 0;
	padding-left: 16px;
	border-radius: 50%;
	border: 1px solid #dadada;
	width: 18px;
	height: 18px;
	background: #dadada;
	display: inline-block;
}

@media only screen and (max-width:768px) {
	.mod-legends ul li {
		font-size: 13px;
		line-height: 15px;
		padding-left: 24px;
		margin-right: 6px;
	}

	.mod-legends ul li:before {
		padding-left: 14px;
		width: 16px;
		height: 16px;
	}
}

.mod-errormsg {
	text-align: center;
}

.mod-errormsg .title,
.mod-errormsg .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .mod-errormsg .title.lg,
.mod-errormsg .mod-reviews .timestamp,
.mod-reviews .mod-errormsg .timestamp,
.mod-errormsg .mod-msg-ceo .timestamp,
.mod-msg-ceo .mod-errormsg .timestamp,
.mod-errormsg .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .mod-errormsg .desc,
.mod-errormsg .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .mod-errormsg .meta-text {
	font-size: 60px;
	line-height: 80px;
	margin-bottom: 15px;
}

.mod-errormsg p {
	font-size: 24px;
	line-height: 36px;
	color: #333;
	text-align: center;
	font-weight: 600;
	margin-bottom: 50px;
}

@media only screen and (max-width:768px) {

	.mod-errormsg .title,
	.mod-errormsg .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .mod-errormsg .title.lg,
	.mod-errormsg .mod-reviews .timestamp,
	.mod-reviews .mod-errormsg .timestamp,
	.mod-errormsg .mod-msg-ceo .timestamp,
	.mod-msg-ceo .mod-errormsg .timestamp,
	.mod-errormsg .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .mod-errormsg .desc,
	.mod-errormsg .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .mod-errormsg .meta-text {
		font-size: 22px;
		line-height: 26px;
	}

	.mod-errormsg p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 30px;
	}
}

.lyt-content.typ-bg-light-yellow {
	background-color: #fffbf3;
}

.lyt-content.typ-bg-light-grey {
	background-color: #f1f1f1;
}

.lyt-content.bottom-shadow:after {
	content: "";
	background-image: url(../images/sec-shadow.svg);
	height: 20px;
	width: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center top;
}

.lyt-content.top-shadow:before {
	content: "";
	background-image: url(../images/sec-shadow.svg);
	height: 20px;
	width: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center top;
}

.lyt-content.typ-bg-ptn1 {
	background-image: url(../images/bg-gallery.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.lyt-content.typ-grp-tab {
	padding: 40px 0 0;
}

.lyt-content.typ-flyout {
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width:768px) {
	.lyt-content.typ-grp-tab {
		padding: 20px 0 0;
	}
}

.lyt-header {
	background-color: #ffffff;
	height: 100px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 11;
	-webkit-box-shadow: 0 0 3px 1px #e5e2e2;
	-moz-box-shadow: 0 0 3px 1px #e5e2e2;
	box-shadow: 0 0 3px 1px #e5e2e2;
}

.lyt-header .container {
	position: relative;
}

.lyt-header .logo {
	display: block;
	float: left;
	margin-top: 14px;
	width: auto;
}

.lyt-header .logo img {
	width: 100%;
}

@media only screen and (max-width:768px) {
	.lyt-header {
		height: 50px;
	}

	.lyt-header .logo {
		margin-top: 5px;
		width: 29%;
		left: 62px;
		position: absolute;
	}
}

.lyt-footer {
	background-color: #231f20;
	padding: 30px 0;
	position: relative;
	min-height: 352px;
}

.lyt-footer .grp-col {
	padding: 0 30px;
	margin: 15px 0;
}

.lyt-footer .grp-col:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 225px;
	background: #3a3838;
	width: 1px;
}

.lyt-footer .grp-col:last-child:after {
	display: none;
}

.lyt-footer .mod-subscribe {
	margin-top: 20px;
}

.lyt-footer .mod-subscribe .input-group {
	display: block;
	text-align: center;
	padding-right: 54px;
}

.lyt-footer .mod-subscribe .input-group>.form-control {
	border-bottom: solid 1px #3a3838;
	border-radius: 0;
	margin-bottom: 5px;
}

.lyt-footer .mod-subscribe .input-group-btn {
	display: inline-block;
	width: 200px;
}

.lyt-footer .mod-subscribe .btn-group {
	position: absolute;
	top: 0;
	right: 0;
}

.lyt-footer .mod-subscribe .btn {
	font-size: 20px;
	font-weight: 600;
}

@media only screen and (max-width:768px) {
	.lyt-footer {
		padding: 0;
		z-index: 10;
		position: relative;
		bottom: auto;
		top: auto;
		background: transparent;
		left: 0;
		right: 0;
		transition: all 0.5s ease 0s;
		min-height: 0;
	}

	.lyt-footer .btn-black {
		width: 40px;
		color: #fff;
		content: "x";
		font-size: 20px;
		line-height: 24px;
		height: 40px;
		min-width: 0;
		margin-left: -20px;
		margin: 0 auto;
		position: relative;
	}

	.lyt-footer .btn-black .icon {
		transform: rotate(45deg);
		position: absolute;
		top: 8px;
		left: 8px;
	}

	.lyt-footer .grp-col {
		padding: 0 20px;
		margin: 10px 0;
	}

	.lyt-footer .grp-col:after {
		height: 230px;
	}

	.lyt-footer .mod-subscribe {
		margin-top: 15px;
	}

	.lyt-footer .mod-subscribe .input-group {
		padding-right: 34px;
	}

	.lyt-footer .mod-subscribe .input-group .form-control {
		font-size: 16px;
		height: 20px;
	}

	.lyt-footer .mod-subscribe .btn-group {
		top: 5px;
	}

	.lyt-footer .mod-subscribe .btn {
		font-size: 18px;
		font-weight: 600;
	}

	.lyt-footer.footer-open {
		padding: 0;
		bottom: auto;
		top: auto;
		transition: all 0.5s ease 0s;
	}

	.lyt-footer.footer-open .btn-black .icon {
		transform: rotate(0deg);
	}
}

.lyt-scroll {
	overflow-y: auto;
}

.lyt-scroll.typ-presence {
	height: 585px;
}

.lyt-scroll.typ-most-asked {
	height: 400px;
	margin-bottom: 20px;
}

.lyt-scroll.typ-reviews {
	height: 370px;
}

.lyt-scroll.typ-address {
	height: 600px;
	margin-right: 20px;
}

.lyt-scroll.typ-news {
	height: 245px;
	margin-bottom: 20px;
}

.lyt-scroll.typ-phase {
	height: 100%;
}

.lyt-scroll.typ-team-detail {
	height: 370px;
}

.lyt-scroll.typ-booking-chart {
	height: 450px;
}

@media only screen and (max-width:768px) {

	.lyt-scroll.typ-presence,
	.lyt-scroll.typ-feed {
		height: auto;
	}

	.lyt-scroll.typ-feed {
		overflow: auto;
	}

	.lyt-scroll.typ-address {
		height: auto;
		margin-right: 0;
	}

	.lyt-scroll.typ-most-asked {
		height: auto;
		margin-right: 0;
	}

	.lyt-scroll.typ-news {
		height: auto;
	}

	.lyt-scroll.typ-phase {
		height: auto;
		overflow: visible;
	}

	.lyt-scroll.typ-team-detail {
		height: auto;
	}
}

.lyt-list-view {
	counter-reset: srno;
}

.lyt-list-view.typ-white-bg .list-item {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #f1f1f1;
}

@media only screen and (max-width:768px) {
	.lyt-list-view.typ-white-bg .list-item {
		margin: 0 10px;
	}
}

.lyt-what-we-offer {
	counter-reset: concept;
}

.lyt-what-we-offer .bs-sec {
	display: table;
}

.lyt-what-we-offer .bs-sec .sec-head {
	padding: 25px;
	margin: 30px 10px 0 -15px;
	float: left;
	width: 33.33333%;
}

.lyt-what-we-offer .bs-sec .sec-head .desc {
	margin-bottom: 0;
}

.lyt-what-we-offer .bs-sec .sec-cont {
	margin: 0 -15px;
}

.lyt-what-we-offer ol li {
	height: 350px;
	padding: 15px;
	float: left;
	width: 33.33333%;
}

@media only screen and (max-width:768px) {
	.lyt-what-we-offer .bs-sec {
		display: block;
	}

	.lyt-what-we-offer .bs-sec .sec-head {
		padding: 0;
		margin: 0 0 15px 0;
		width: auto;
		float: none;
	}

	.lyt-what-we-offer .bs-sec .sec-cont {
		margin: 0;
	}

	.lyt-what-we-offer .bs-sec .sec-cont .mod-usp {
		margin: 0 5px;
		min-height: 160px;
	}

	.lyt-what-we-offer ol li {
		height: auto;
		padding: 5px 0;
	}
}

.lyt-testimonial {
	margin-bottom: 30px;
}

.lyt-testimonial .swiper-container {
	padding-bottom: 35px;
}

.lyt-testimonial .swiper-pagination {
	bottom: 10px;
	text-align: left;
}

.lyt-testimonial .mod-testimonial .video-wrap {
	position: relative;
}

.lyt-testimonial .mod-testimonial .video-wrap .icon {
	background: #c5232a none repeat scroll 0 0;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	height: 36px;
	left: 0;
	margin: -25px auto 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	width: 50px;
}

.lyt-testimonial .mod-testimonial .video-wrap .icon:before {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
	right: 0;
}

@media only screen and (max-width:768px) {
	.lyt-testimonial .swiper-container {
		padding-bottom: 30px;
	}

	.lyt-testimonial .swiper-pagination {
		margin: 0;
		text-align: center;
		bottom: 5px;
	}
}

.lyt-project-list {
	position: relative;
	border: solid 1px #eaeaea;
	margin: 10px;
}

.lyt-project-list .grp-list {
	padding: 10px 20px 66px;
	min-height: 378px;
	background: #fff;
}

.lyt-project-list .grp-list .btn.btn-block {
	position: absolute;
	min-width: 0;
	bottom: 20px;
	left: 20px;
	right: 20px;
	width: auto;
}

.lyt-project-list .grp-list .list-item {
	border-bottom: solid 1px #eaeaea;
	padding: 10px 0;
}

.lyt-project-list .grp-list .list-item .icon-map,
.lyt-project-list .grp-list .list-item .book-car {
	color: #d0232a;
	border: 1px solid #d0232a;
	padding: 5px 6px;
	width: 130px;
	height: 31px;
	display: block;
	margin: 10px auto;
}

.lyt-project-list .grp-list .list-item .icon-map:hover,
.lyt-project-list .grp-list .list-item .book-car:hover {
	border: 1px solid #d0232a;
	color: #fff;
	background: #d0232a;
}

.lyt-project-list .grp-list .list-item .icon-map:hover .icon,
.lyt-project-list .grp-list .list-item .icon-map:hover .meta-txt,
.lyt-project-list .grp-list .list-item .book-car:hover .icon,
.lyt-project-list .grp-list .list-item .book-car:hover .meta-txt {
	color: #fff;
}

.lyt-project-list .grp-list .list-item:first-child {
	padding-top: 0;
}

.lyt-project-list .grp-list .list-item.v-break {
	padding: 0;
}

.lyt-project-list .grp-list .list-item.v-break .v-break-item {
	border-right: solid 1px #eaeaea;
}

.lyt-project-list .grp-list .list-item.v-break .v-break-item:last-child {
	border-right: none;
}

.lyt-project-list .grp-list .list-item.v-break .btn-black {
	min-width: 2px;
}

.lyt-project-list .grp-list .list-item .btn.btn-link {
	padding: 2px 5px;
	font-size: 12px;
	color: #666;
}

.lyt-project-list .grp-list .list-item .book-car {
	font-size: 30px;
	line-height: 40px;
}

.lyt-project-list .grp-list .list-item .book-car .icon {
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}

.lyt-project-list .grp-list .list-item .book-car .meta-txt {
	font-size: 12px;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
}

.lyt-project-list .grp-list .list-item .icon-map {
	line-height: 40px;
	font-size: 18px;
}

.lyt-project-list .grp-list .list-item .icon-map .icon {
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}

.lyt-project-list .grp-list .list-item .icon-map .meta-txt {
	font-size: 12px;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
}

.lyt-project-list .list-item.icon-group .icon-map,
.lyt-project-list .list-item.icon-group .book-car {
	color: #d0232a;
	border: 1px solid #d0232a;
	padding: 5px 6px;
	width: 130px;
	height: 31px;
	display: block;
	margin: 10px auto;
}

.lyt-project-list .list-item.icon-group .icon-map:hover,
.lyt-project-list .list-item.icon-group .book-car:hover {
	border: 1px solid #d0232a;
	color: #fff;
	background: #d0232a;
}

.lyt-project-list .list-item.icon-group .icon-map:hover .icon,
.lyt-project-list .list-item.icon-group .icon-map:hover .meta-txt,
.lyt-project-list .list-item.icon-group .book-car:hover .icon,
.lyt-project-list .list-item.icon-group .book-car:hover .meta-txt {
	color: #fff;
}

.lyt-project-list .list-item.icon-group:last-child {
	border-bottom: none;
}

.lyt-project-list .list-item.icon-group:first-child {
	padding-top: 0;
}

.lyt-project-list .list-item.icon-group.v-break {
	padding: 0;
}

.lyt-project-list .list-item.icon-group.v-break .v-break-item {
	border-right: solid 1px #eaeaea;
	border-top: solid 1px #eaeaea;
}

.lyt-project-list .list-item.icon-group.v-break .v-break-item:last-child,
.lyt-project-list .list-item.icon-group.v-break .v-break-item:nth-child(2) {
	border-right: none;
}

.lyt-project-list .list-item.icon-group.v-break .btn-black {
	min-width: 2px;
}

.lyt-project-list .list-item.icon-group .btn.btn-link {
	padding: 2px 5px;
	font-size: 12px;
	color: #666;
}

.lyt-project-list .list-item.icon-group .book-car {
	font-size: 30px;
	line-height: 40px;
}

.lyt-project-list .list-item.icon-group .book-car .icon {
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}

.lyt-project-list .list-item.icon-group .book-car .meta-txt {
	font-size: 12px;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
}

.lyt-project-list .list-item.icon-group .icon-map {
	line-height: 40px;
	font-size: 18px;
}

.lyt-project-list .list-item.icon-group .icon-map .icon {
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}

.lyt-project-list .list-item.icon-group .icon-map .meta-txt {
	font-size: 12px;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
}

.lyt-project-list .tag {
	position: absolute;
	top: -5px;
	left: 5px;
}

.lyt-project-list.typ-rental-resale .list-item .icon-map,
.lyt-project-list.typ-rental-resale .list-item .book-car {
	color: #d0232a;
}

.lyt-project-list.typ-rental-resale .list-item .btn.btn-link:hover {
	color: #d0232a;
}

.lyt-project-list.typ-rental-resale .grp-list {
	padding: 10px 20px 10px;
	min-height: 310px;
}

.lyt-project-list.typ-rental-resale .btn-view-amenities {
	color: #d0232a;
}

.lyt-project-list.typ-care-homes .list-item .icon-map,
.lyt-project-list.typ-care-homes .list-item .book-car {
	color: #d0232a;
}

.lyt-project-list.typ-care-homes .list-item .btn.btn-link:hover {
	color: #d0232a;
}

.lyt-project-list.typ-care-homes .grp-list {
	padding: 10px 20px 10px;
	min-height: 330px;
}

.lyt-project-list.typ-care-homes .btn-view-amenities {
	color: #d0232a;
}

.lyt-project-list.typ-retail {
	border: none;
	margin: 40px 0 0 0;
}

.lyt-project-list.typ-retail .img-wrap {
	height: 178px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.lyt-project-list.typ-retail .img-wrap .proj-img {
	width: 1px;
	height: 1px;
	position: absolute;
	left: -99999px;
	top: -99999px;
}

.lyt-project-list.typ-retail .grp-list {
	padding: 0 20px 20px;
	min-height: 200px;
}

.lyt-project-list.typ-retail .grp-list .list-item:first-child {
	padding-top: 0;
}

.lyt-project-list.typ-retail .grp-list .list-item .title,
.lyt-project-list.typ-retail .grp-list .list-item .mod-reviews .timestamp,
.mod-reviews .lyt-project-list.typ-retail .grp-list .list-item .timestamp,
.lyt-project-list.typ-retail .grp-list .list-item .mod-msg-ceo .timestamp,
.mod-msg-ceo .lyt-project-list.typ-retail .grp-list .list-item .timestamp,
.lyt-project-list.typ-retail .grp-list .list-item .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .lyt-project-list.typ-retail .grp-list .list-item .desc,
.lyt-project-list.typ-retail .grp-list .list-item .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .lyt-project-list.typ-retail .grp-list .list-item .meta-text {
	font-size: 20px;
	line-height: 24px;
	text-transform: capitalize;
}

.lyt-project-list.typ-retail .grp-list .list-item .btn.btn-link:hover {
	color: #d0232a;
}

.lyt-project-list.typ-retail .grp-list .icon-map,
.lyt-project-list.typ-retail .grp-list .book-car,
.lyt-project-list.typ-retail .grp-list .icon-360 {
	color: #d0232a;
}

.lyt-project-list.typ-retail .grp-list .icon-360-deg {
	font-size: 32px;
	line-height: 40px;
}

.lyt-project-list.typ-retail .btn-view-amenities {
	color: #d0232a;
}

.lyt-project-list.typ-phase {
	display: none;
	border: none;
	margin: 0;
}

.lyt-project-list.typ-phase.typ-block {
	display: block;
}

.lyt-project-list.typ-phase .mod-project {
	margin: 0 20px 0 70px;
	border: solid 1px #eaeaea;
	overflow: hidden;
}

.lyt-project-list.typ-phase .mod-project .block-title {
	font-size: 20px;
	line-height: 24px;
	color: #666666;
	font-weight: 700;
	text-transform: capitalize;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	background: #f4f4f4;
	padding: 12px 0;
}

.lyt-project-list.typ-phase .mod-project .grp-list {
	min-height: 0;
	padding: 0 20px 0;
}

.lyt-project-list.typ-phase .mod-project .grp-list .list-item .sub-title {
	text-transform: capitalize;
}

.lyt-project-list.typ-phase .mod-project .grp-list .list-item .title,
.lyt-project-list.typ-phase .mod-project .grp-list .list-item .mod-reviews .timestamp,
.mod-reviews .lyt-project-list.typ-phase .mod-project .grp-list .list-item .timestamp,
.lyt-project-list.typ-phase .mod-project .grp-list .list-item .mod-msg-ceo .timestamp,
.mod-msg-ceo .lyt-project-list.typ-phase .mod-project .grp-list .list-item .timestamp,
.lyt-project-list.typ-phase .mod-project .grp-list .list-item .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .lyt-project-list.typ-phase .mod-project .grp-list .list-item .desc,
.lyt-project-list.typ-phase .mod-project .grp-list .list-item .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .lyt-project-list.typ-phase .mod-project .grp-list .list-item .meta-text {
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	display: block;
	color: #333;
}

.lyt-project-list.typ-phase .mod-project .grp-list .list-item.v-break {
	border: none;
}

.lyt-project-list.typ-phase .mod-project .grp-list .list-item .status {
	color: #d0232a;
}

.lyt-project-list.typ-phase .mod-project .grp-list .list-item .status .df-desc {
	color: #d0232a;
}

.lyt-project-list.typ-phase .mod-project .grp-list .icon-map,
.lyt-project-list.typ-phase .mod-project .grp-list .book-car {
	color: #d0232a;
	line-height: 44px;
}

.lyt-project-list.typ-phase .mod-project .grp-list:last-child {
	padding: 0 20px 20px 20px;
}

.lyt-project-list.typ-phase .mod-project .grp-list .btn.btn-block {
	position: relative;
	width: 100%;
	left: auto;
	right: 0;
	bottom: auto;
}

.lyt-project-list.typ-phase .btn-book-now {
	color: #fff;
}

.lyt-project-list .swiper-slide-nav .swiper-button-prev {
	left: -10px;
	margin-top: 30px;
}

.lyt-project-list .swiper-slide-nav .swiper-button-next {
	right: 0;
	margin-top: 30px;
}

@media only screen and (max-width:768px) {
	.lyt-project-list {
		border: none;
		margin: 6px 5px 20px 5px;
	}

	.lyt-project-list .grp-list {
		padding: 0;
		min-height: 0;
	}

	.lyt-project-list .grp-list .btn.btn-block {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		width: 100%;
	}

	.lyt-project-list .grp-list .list-item {
		padding: 6px;
	}

	.lyt-project-list .grp-list .list-item:first-child {
		padding-top: 0;
	}

	.lyt-project-list .grp-list .list-item .icon-map,
	.lyt-project-list .grp-list .list-item .book-car,
	.lyt-project-list .grp-list .list-item .icon-360 {
		font-size: 9px;
		margin: 5px auto;
	}

	.lyt-project-list .grp-list .list-item .btn.btn-link {
		padding: 0 5px;
	}

	.lyt-project-list .list-item.icon-group {
		padding: 6px 0;
	}

	.lyt-project-list .list-item.icon-group:first-child {
		padding-top: 0;
	}

	.lyt-project-list .list-item.icon-group .icon-map,
	.lyt-project-list .list-item.icon-group .book-car,
	.lyt-project-list .list-item.icon-group .icon-360 {
		font-size: 12px;
		margin: 5px auto;
		width: 130px;
		padding: 7px 5px;
	}

	.lyt-project-list .list-item.icon-group .icon-map .meta-txt,
	.lyt-project-list .list-item.icon-group .book-car .meta-txt,
	.lyt-project-list .list-item.icon-group .icon-360 .meta-txt {
		font-size: 12px;
		line-height: 18px;
	}

	.lyt-project-list .list-item.icon-group .icon-map .icon {
		font-size: 16px;
	}

	.lyt-project-list .list-item.icon-group.v-break .v-break-item {
		border-top: none;
	}

	.lyt-project-list .tag {
		top: -5px;
		left: 5px;
	}

	.lyt-project-list .mod-project {
		position: relative;
		padding-bottom: 33px;
	}

	.lyt-project-list .mod-project .btn {
		position: absolute;
		right: 0;
	}

	.lyt-project-list .mod-project .cm-actions {
		left: 0;
		bottom: -28px;
		height: 27px;
		padding: 0;
	}

	.lyt-project-list .mod-project .cm-actions .btn-cta {
		position: relative;
	}

	.lyt-project-list.typ-rental-resale {
		padding: 10px 0;
		margin-bottom: 16px;
	}

	.lyt-project-list.typ-rental-resale .mod-project {
		padding-bottom: 0;
	}

	.lyt-project-list.typ-rental-resale .mod-project .btn {
		position: relative;
	}

	.lyt-project-list.typ-rental-resale .mod-project .v-break .btn {
		margin: 0px 0 4px 0;
	}

	.lyt-project-list.typ-rental-resale .mod-project .grp-list {
		padding: 0;
		min-height: 0;
	}

	.lyt-project-list.typ-care-homes {
		padding: 10px 0;
		margin-bottom: 16px;
	}

	.lyt-project-list.typ-care-homes .mod-project {
		padding-bottom: 0;
	}

	.lyt-project-list.typ-care-homes .mod-project .btn {
		position: relative;
	}

	.lyt-project-list.typ-care-homes .mod-project .v-break .btn {
		margin: 0px 0 4px 0;
	}

	.lyt-project-list.typ-care-homes .mod-project .grp-list {
		min-height: 0;
		padding: 0;
	}

	.lyt-project-list.typ-retail {
		margin: 15px 0;
	}

	.lyt-project-list.typ-retail .mod-project {
		padding-bottom: 10px;
	}

	.lyt-project-list.typ-retail .mod-project .list-item .btn {
		position: relative;
	}

	.lyt-project-list.typ-retail .mod-project .list-item .btn.btn-block {
		margin: 5px 0;
	}

	.lyt-project-list.typ-retail .mod-project .cm-actions {
		bottom: 0;
	}

	.lyt-project-list.typ-retail .mod-project .cm-actions .btn {
		position: absolute;
	}

	.lyt-project-list.typ-retail .mod-project .cm-actions .btn:first-child {
		right: 28px;
	}

	.lyt-project-list.typ-retail .img-wrap {
		height: 155px;
	}

	.lyt-project-list.typ-retail .grp-list {
		padding: 0 10px 0 0;
	}

	.lyt-project-list.typ-retail .grp-list .list-item .title,
	.lyt-project-list.typ-retail .grp-list .list-item .mod-reviews .timestamp,
	.mod-reviews .lyt-project-list.typ-retail .grp-list .list-item .timestamp,
	.lyt-project-list.typ-retail .grp-list .list-item .mod-msg-ceo .timestamp,
	.mod-msg-ceo .lyt-project-list.typ-retail .grp-list .list-item .timestamp,
	.lyt-project-list.typ-retail .grp-list .list-item .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .lyt-project-list.typ-retail .grp-list .list-item .desc,
	.lyt-project-list.typ-retail .grp-list .list-item .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .lyt-project-list.typ-retail .grp-list .list-item .meta-text {
		font-size: 16px;
		line-height: 24px;
		text-transform: capitalize;
	}

	.lyt-project-list.typ-retail .grp-list .list-item.v-break .btn {
		position: relative;
	}

	.lyt-project-list.typ-retail .grp-list .list-item.v-break .v-break-item {
		min-height: 40px;
	}

	.lyt-project-list.typ-retail .grp-list .icon-map,
	.lyt-project-list.typ-retail .grp-list .book-car,
	.lyt-project-list.typ-retail .grp-list .icon-360 {
		color: #d0232a;
	}

	.lyt-project-list.typ-retail .grp-list .icon-360-deg {
		font-size: 28px;
		line-height: 38px;
	}

	.lyt-project-list.typ-phase {
		margin: 15px 0 10px 0;
	}

	.lyt-project-list.typ-phase .mod-project {
		padding-bottom: 0;
		margin: 0;
	}

	.lyt-project-list.typ-phase .mod-project .block-title {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 6px;
	}

	.lyt-project-list.typ-phase .mod-project .grp-list {
		padding: 0 10px 0;
	}

	.lyt-project-list.typ-phase .mod-project .grp-list .list-item .title,
	.lyt-project-list.typ-phase .mod-project .grp-list .list-item .mod-reviews .timestamp,
	.mod-reviews .lyt-project-list.typ-phase .mod-project .grp-list .list-item .timestamp,
	.lyt-project-list.typ-phase .mod-project .grp-list .list-item .mod-msg-ceo .timestamp,
	.mod-msg-ceo .lyt-project-list.typ-phase .mod-project .grp-list .list-item .timestamp,
	.lyt-project-list.typ-phase .mod-project .grp-list .list-item .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .lyt-project-list.typ-phase .mod-project .grp-list .list-item .desc,
	.lyt-project-list.typ-phase .mod-project .grp-list .list-item .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .lyt-project-list.typ-phase .mod-project .grp-list .list-item .meta-text {
		font-size: 20px;
		line-height: 22px;
	}

	.lyt-project-list.typ-phase .mod-project .grp-list .list-item.v-break {
		border: none;
	}

	.lyt-project-list.typ-phase .mod-project .grp-list .list-item .status {
		color: #d0232a;
	}

	.lyt-project-list.typ-phase .mod-project .grp-list .list-item .status .df-desc {
		color: #d0232a;
	}

	.lyt-project-list.typ-phase .mod-project .grp-list .list-item .btn {
		position: relative;
	}

	.lyt-project-list.typ-phase .mod-project .grp-list .list-item .btn.btn-block {
		margin: 5px 0;
	}

	.lyt-project-list.typ-phase .mod-project .grp-list .icon-map,
	.lyt-project-list.typ-phase .mod-project .grp-list .book-car {
		width: 120px;
	}

	.lyt-project-list.typ-phase .mod-project .grp-list .icon-map .meta-txt,
	.lyt-project-list.typ-phase .mod-project .grp-list .book-car .meta-txt {
		font-size: 11px;
	}

	.lyt-project-list.typ-phase .mod-project .grp-list .cm-actions {
		bottom: 0;
	}

	.lyt-project-list.typ-phase .mod-project .grp-list .cm-actions .btn {
		position: absolute;
	}

	.lyt-project-list.typ-phase .mod-project .grp-list .cm-actions .btn:first-child {
		right: 28px;
	}

	.lyt-project-list.typ-phase .img-wrap {
		height: 155px;
		width: 100%;
		margin-bottom: 6px;
	}

	.lyt-project-list.typ-phase .img-wrap .proj-name {
		font-size: 16px;
		line-height: 18px;
	}

	.lyt-project-list.typ-phase .img-wrap .proj-name span {
		font-weight: 400;
	}

	.lyt-project-list.typ-phase .grp-list {
		padding: 0 10px 0 0;
	}

	.lyt-project-list.typ-phase .grp-list .list-item:first-child {
		border: 0;
	}

	.lyt-project-list.typ-phase .grp-list .list-item .title,
	.lyt-project-list.typ-phase .grp-list .list-item .mod-reviews .timestamp,
	.mod-reviews .lyt-project-list.typ-phase .grp-list .list-item .timestamp,
	.lyt-project-list.typ-phase .grp-list .list-item .mod-msg-ceo .timestamp,
	.mod-msg-ceo .lyt-project-list.typ-phase .grp-list .list-item .timestamp,
	.lyt-project-list.typ-phase .grp-list .list-item .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .lyt-project-list.typ-phase .grp-list .list-item .desc,
	.lyt-project-list.typ-phase .grp-list .list-item .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .lyt-project-list.typ-phase .grp-list .list-item .meta-text {
		font-size: 16px;
		line-height: 24px;
		text-transform: capitalize;
	}

	.lyt-project-list.typ-phase .grp-list .list-item.v-break .btn {
		position: relative;
	}

	.lyt-project-list.typ-phase .grp-list .list-item.v-break .v-break-item {
		min-height: 30px;
	}

	.lyt-project-list.typ-phase .grp-list .list-item.v-break .v-break-item:first-child {
		border-left: 0;
	}

	.lyt-project-list.typ-phase .grp-list .icon-map,
	.lyt-project-list.typ-phase .grp-list .book-car {
		line-height: 30px;
	}

	.lyt-project-list.typ-phase .grp-list .btn-book-now {
		position: static;
		min-width: 0;
	}

	.lyt-project-list.typ-horz .mod-project .img-wrap {
		width: 100%;
		float: none;
	}

	.lyt-project-list.typ-horz .mod-project .cm-actions {
		right: 0;
		bottom: 3px;
		left: auto;
	}

	.lyt-project-list.typ-horz .mod-project .cm-actions .btn-cta {
		position: relative;
	}
}

.lyt-project-detail {
	position: relative;
	border: solid 1px #eaeaea;
}

.lyt-project-detail .view-360 {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	background: #000;
}

.lyt-project-detail .view-360 .icon {
	font-size: 40px;
	padding: 10px;
	margin: 0;
}

.lyt-project-detail .mod-project .tag {
	position: absolute;
	top: 0;
	left: 0;
	background: #D1232A;
	padding: 0 15px;
}

.lyt-project-detail .grp-list {
	padding: 25px 35px;
}

.lyt-project-detail .grp-list .title,
.lyt-project-detail .grp-list .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .lyt-project-detail .grp-list .title.lg,
.lyt-project-detail .grp-list .mod-reviews .timestamp,
.mod-reviews .lyt-project-detail .grp-list .timestamp,
.lyt-project-detail .grp-list .mod-msg-ceo .timestamp,
.mod-msg-ceo .lyt-project-detail .grp-list .timestamp,
.lyt-project-detail .grp-list .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .lyt-project-detail .grp-list .desc,
.lyt-project-detail .grp-list .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .lyt-project-detail .grp-list .meta-text {
	margin-bottom: 0;
}

.lyt-project-detail .grp-list .sub-title {
	margin-bottom: 20px;
}

.lyt-project-detail .grp-list .grp-meta-info {
	margin-bottom: 15px;
	line-height: 33px;
}

.lyt-project-detail .grp-list .grp-meta-link {
	margin-top: 15px;
}

.lyt-project-detail .grp-list .grp-meta-link .icon {
	font-size: 22px;
}

.lyt-project-detail .grp-list .st-complete,
.lyt-project-detail .grp-list .st-incomplete {
	display: block;
	padding: 5px 0;
}

.lyt-project-detail .grp-list .cm-actions {
	margin-top: 20px;
}

.lyt-project-detail .grp-list .btn.btn-link {
	padding: 5px 0;
	font-size: 13px;
	color: #666;
}

.lyt-project-detail .grp-list .btn.btn-link:hover {
	color: #d0232a;
}

.lyt-project-detail .grp-list .btn.btn-link .link-name {
	border-bottom: 1px solid #666;
	padding-bottom: 3px;
}

.lyt-project-detail .icon {
	margin-right: 6px;
}

.lyt-project-detail .icon.green {
	color: #009245;
}

.lyt-project-detail .icon.orange {
	color: #ff9016;
}

.lyt-project-detail .btn.share {
	position: absolute;
	top: 0;
	right: 0;
	color: #ffffff;
	background-color: #a2282e;
}

.lyt-project-detail .btn.share .icon {
	margin: 0;
}

@media only screen and (max-width:768px) {
	.lyt-project-detail {
		border: solid 1px #eaeaea;
	}

	.lyt-project-detail .mod-project .img-wrap {
		width: 100%;
		float: none;
	}

	.lyt-project-detail .mod-project .tag {
		height: 20px;
		line-height: 20px;
		padding: 0 10px;
	}

	.lyt-project-detail .view-360 {
		right: 25px;
		top: 0;
		margin-right: 8px;
	}

	.lyt-project-detail .grp-list {
		padding: 15px;
	}

	.lyt-project-detail .grp-list .sub-title {
		margin-bottom: 10px;
	}

	.lyt-project-detail .grp-list .grp-meta-info {
		margin-bottom: 15px;
		line-height: 16px;
	}

	.lyt-project-detail .grp-list .grp-meta-info .btn.btn-link {
		margin-bottom: 0;
	}

	.lyt-project-detail .grp-list .grp-meta-link {
		margin-top: 0;
		margin-bottom: 15px;
	}

	.lyt-project-detail .grp-list .grp-meta-link .btn.btn-link {
		padding: 0;
		margin-bottom: 0;
	}

	.lyt-project-detail .grp-list .grp-meta-link .btn.btn-possession {
		padding: 5px 0;
	}

	.lyt-project-detail .grp-list .grp-meta-link .icon {
		font-size: 18px;
	}

	.lyt-project-detail .grp-list .cm-actions {
		margin-top: 0;
	}

	.lyt-project-detail .grp-list .cm-actions .btn {
		width: 100%;
		margin-bottom: 10px;
	}

	.lyt-project-detail .grp-list .btn.btn-link {
		padding: 0;
		margin-bottom: 15px;
	}

	.lyt-project-detail .icon {
		margin-right: 4px;
	}
}

.lyt-swiper {
	position: relative;
	padding: 0 45px;
}

.lyt-swiper .lyt-grid-view .swiper-slide-next {
	border-right: solid 1px #eaeaea;
	border-left: solid 1px #eaeaea;
}

.no-lyt-swiper {
	padding: 0;
}

.no-lyt-swiper .no-swiper-slide {
	float: left;
	width: 350px;
}

@media only screen and (max-width:768px) {
	.lyt-swiper {
		padding: 0;
	}

	.lyt-swiper .no-swiper-slide {
		float: none;
		width: 100%;
	}

	.lyt-swiper .lyt-grid-view .swiper-slide-next {
		border-right: none;
		border-left: none;
	}

	.no-lyt-swiper .no-swiper-slide {
		float: none;
		width: 100%;
	}
}

.lyt-search-specific .cm-info {
	margin-bottom: 30px;
}

@media only screen and (max-width:768px) {
	.lyt-search-specific .cm-info {
		margin: 0 10px 20px 10px;
	}
}

.lyt-customers-say .btn-black,
.lyt-customers-say .btn-block {
	margin-bottom: 25px;
}

.lyt-customers-say .msnry-grid-item {
	width: 33.33333%;
	padding: 30px;
}

.lyt-customers-say .mod-testimonial {
	width: 33.33333%;
	padding: 30px;
}

.lyt-customers-say .mod-testimonial .video-wrap {
	position: relative;
	margin-bottom: 0;
}

.lyt-customers-say .mod-testimonial .video-wrap .icon {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	background: #c5232a;
	color: #fff;
	font-size: 18px;
	width: 50px;
	height: 36px;
	margin: -25px auto 0;
	padding: 0;
	border-radius: 10px;
}

.lyt-customers-say .mod-testimonial .video-wrap .icon:before {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
	right: 0;
}

.lyt-customers-say .mod-testimonial .img-wrap {
	margin: 0 auto;
}

.lyt-customers-say .mod-testimonial .desc-wrap {
	border: 1px solid #999;
	padding: 15px;
}

@media only screen and (max-width:768px) {
	.lyt-customers-say .btn {
		margin-bottom: 10px;
	}

	.lyt-customers-say .msnry-grid-item {
		width: 100%;
		padding: 0;
	}

	.lyt-customers-say .mod-testimonial {
		width: 100%;
		padding: 10px 30px;
		margin: 0;
	}
}

.lyt-project-category {
	position: relative;
	margin-top: 10px;
	padding: 0 20px;
}

.lyt-project-category .img-wrap .title,
.lyt-project-category .img-wrap .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .lyt-project-category .img-wrap .title.lg,
.lyt-project-category .img-wrap .mod-reviews .timestamp,
.mod-reviews .lyt-project-category .img-wrap .timestamp,
.lyt-project-category .img-wrap .mod-msg-ceo .timestamp,
.mod-msg-ceo .lyt-project-category .img-wrap .timestamp,
.lyt-project-category .img-wrap .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .lyt-project-category .img-wrap .desc,
.lyt-project-category .img-wrap .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .lyt-project-category .img-wrap .meta-text {
	position: absolute;
	bottom: 24px;
	left: 10px;
	right: 10px;
	z-index: 2;
}

.lyt-project-category .img-wrap .sub-title {
	position: absolute;
	left: 10px;
	bottom: 10px;
	right: 10px;
	z-index: 2;
}

.lyt-project-category .mod-project-category {
	border: solid 1px #eaeaea;
	margin: 10px;
	position: relative;
}

.lyt-project-category .tag {
	position: absolute;
	left: 10px;
	top: -5px;
	padding: 3px 15px;
	color: #ffffff;
	font-weight: 600;
	background: #a2282e;
}

.lyt-project-category .grp-meta-info {
	border-top: solid 1px #eaeaea;
	line-height: 28px;
	position: relative;
	text-align: left;
}

.lyt-project-category .grp-meta-info:first-child {
	border-top: none;
}

.lyt-project-category .grp-meta-info .desc {
	padding: 0;
	margin: 0 4px;
}

.lyt-project-category .grp-meta-info .desc:first-child:before {
	display: none;
}

.lyt-project-category .grp-meta-info .icon-map {
	border: 1px solid #d0232a;
	padding: 5px 6px;
	color: #d0232a;
	width: 106px;
	height: 31px;
	display: block;
	margin: 10px;
}

.lyt-project-category .grp-meta-info .icon-map:hover {
	border: 1px solid #d0232a;
	color: #fff;
	background: #d0232a;
}

.lyt-project-category .grp-meta-info .icon-map:hover .meta-txt {
	color: #fff;
}

.lyt-project-category .grp-download {
	margin: 0 10px 15px 10px;
	padding: 0 10px;
	border: 0;
}

.lyt-project-category .grp-download .btn {
	margin: 15px 10px;
	width: 30%;
}

.lyt-project-category .swiper-slide-nav .swiper-button-prev {
	left: -10px;
	margin-top: 30px;
	top: 18px;
}

.lyt-project-category .swiper-slide-nav .swiper-button-next {
	right: 0;
	margin-top: 30px;
	top: 18px;
}

@media only screen and (max-width:768px) {
	.lyt-project-category {
		padding: 0;
	}

	.lyt-project-category .grp-download {
		margin: 0 20px;
		padding: 0;
		border: 0;
	}

	.lyt-project-category .grp-download .btn {
		margin: 0 0 20px 0;
		width: 100%;
		line-height: 25px;
	}

	.lyt-project-category .grp-download .btn .icon {
		margin-right: 8px;
	}
}

.lyt-detail-tab {
	margin-top: 20px;
}

.lyt-detail-tab .tab-content {
	border: solid 1px #eaeaea;
	padding: 30px;
}

.lyt-detail-tab .nav-tabs {
	margin-bottom: 0;
}

@media only screen and (max-width:768px) {
	.lyt-detail-tab .tab-content {
		padding: 15px;
	}

	.lyt-detail-tab .tab-content .specification-wrap .tab-content {
		border: none;
	}

	.lyt-detail-tab .tab-content .map {
		width: 100%;
		display: block;
	}
}

.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text,
.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text {
	width: 210px;
	padding: 0;
	vertical-align: top;
	position: relative;
	cursor: pointer;
	color: #666;
	float: none;
	display: inline-block;
	margin: 0;
}

.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text a,
.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text a {
	margin: 15px;
	padding: 15px 0;
	font-size: 18px;
	line-height: 22px;
}

.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text .icon,
.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text .icon {
	font-size: 50px;
	line-height: 50px;
	color: #d1232a;
}

.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text .title,
.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text .mod-reviews .timestamp,
.mod-reviews .lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text .timestamp,
.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text .mod-msg-ceo .timestamp,
.mod-msg-ceo .lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text .timestamp,
.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text .desc,
.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text .meta-text,
.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text .title,
.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text .mod-reviews .timestamp,
.mod-reviews .lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text .timestamp,
.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text .mod-msg-ceo .timestamp,
.mod-msg-ceo .lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text .timestamp,
.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text .desc,
.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text .meta-text {
	margin-top: 10px;
	color: #666;
	font-weight: 400;
	text-transform: lowercase;
}

.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text.active .icon,
.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text.active .title,
.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text.active .mod-reviews .timestamp,
.mod-reviews .lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text.active .timestamp,
.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text.active .mod-msg-ceo .timestamp,
.mod-msg-ceo .lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text.active .timestamp,
.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text.active .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text.active .desc,
.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text.active .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text.active .meta-text,
.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text.active .icon,
.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text.active .title,
.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text.active .mod-reviews .timestamp,
.mod-reviews .lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text.active .timestamp,
.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text.active .mod-msg-ceo .timestamp,
.mod-msg-ceo .lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text.active .timestamp,
.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text.active .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text.active .desc,
.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text.active .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text.active .meta-text {
	font-weight: 500;
}

.lyt-amenities .nav-tabs.typ-sub-tab .desc-group,
.lyt-clubhouse .nav-tabs.typ-sub-tab .desc-group {
	display: none !important;
}

.lyt-amenities .nav-tabs.typ-sub-tab .desc-group .tab-pane,
.lyt-clubhouse .nav-tabs.typ-sub-tab .desc-group .tab-pane {
	padding: 30px 18px;
	height: auto !important;
}

.lyt-amenities .nav-tabs.typ-sub-tab .desc-group .desc li,
.lyt-clubhouse .nav-tabs.typ-sub-tab .desc-group .desc li {
	font-size: 16px;
	line-height: 20px;
	color: #999999;
	margin-bottom: 10px;
}

.lyt-amenities .nav-tabs.typ-sub-tab .desc-group .desc li:before,
.lyt-clubhouse .nav-tabs.typ-sub-tab .desc-group .desc li:before {
	width: 8px;
	height: 8px;
	background: #999999;
	content: "";
	display: inline-block;
	border-radius: 50%;
	position: relative;
	top: -4px;
	margin-right: 8px;
}

.lyt-amenities .nav-tabs.typ-sub-tab .tab-content,
.lyt-clubhouse .nav-tabs.typ-sub-tab .tab-content {
	padding: 0;
	border: 0;
	width: 100% !important;
	opacity: 0;
}

@media only screen and (max-width:768px) {

	.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text,
	.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text {
		padding: 10px;
		min-height: 0;
		width: 100%;
		box-sizing: border-box;
		vertical-align: top;
		border: 0;
		margin: 0;
	}

	.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text a,
	.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text a {
		margin: 0;
		padding: 0;
		display: table;
	}

	.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text a .icon,
	.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text a .icon {
		color: #ff9016;
		display: table-cell;
		float: none;
		width: auto;
		font-size: 40px;
	}

	.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text a .title,
	.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text a .mod-reviews .timestamp,
	.mod-reviews .lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text a .timestamp,
	.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text a .mod-msg-ceo .timestamp,
	.mod-msg-ceo .lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text a .timestamp,
	.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text a .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text a .desc,
	.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text a .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text a .meta-text,
	.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text a .title,
	.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text a .mod-reviews .timestamp,
	.mod-reviews .lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text a .timestamp,
	.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text a .mod-msg-ceo .timestamp,
	.mod-msg-ceo .lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text a .timestamp,
	.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text a .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text a .desc,
	.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text a .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text a .meta-text {
		font-size: 12px;
		line-height: 16px;
		margin: 6px 0;
		text-align: left;
		overflow: hidden;
		display: table-cell;
		vertical-align: middle;
		padding-left: 10px;
	}
}

.lyt-detail-action .cm-actions {
	margin-top: 20px;
}

.lyt-detail-action .cm-actions .icon {
	margin-right: 8px;
}

.lyt-detail-action .cm-actions .icon.icon-car {
	font-size: 34px;
}

.lyt-detail-action .cm-actions:first-child .btn {
	padding: 4px 20px;
	line-height: 44px;
	margin-right: 20px;
	min-width: 200px;
}

@media only screen and (max-width:768px) {
	.lyt-detail-action .cm-actions {
		margin-top: 5px;
	}

	.lyt-detail-action .cm-actions .icon.icon-car {
		font-size: 28px;
	}

	.lyt-detail-action .cm-actions:first-child .btn {
		line-height: 33px;
		margin: 8px 0;
		min-width: 0;
		width: 100%;
	}
}

.lyt-swiper {
	position: relative;
	padding: 0 45px;
}

.lyt-swiper .lyt-grid-view .swiper-slide-next {
	border-right: solid 1px #eaeaea;
	border-left: solid 1px #eaeaea;
}

.no-lyt-swiper {
	padding: 0;
}

.no-lyt-swiper .no-swiper-slide {
	float: left;
	width: 350px;
}

@media only screen and (max-width:768px) {
	.lyt-swiper {
		padding: 0;
	}

	.lyt-swiper .no-swiper-slide {
		float: none;
		width: 100%;
	}

	.lyt-swiper .lyt-grid-view .swiper-slide-next {
		border-right: none;
		border-left: none;
	}

	.no-lyt-swiper .no-swiper-slide {
		float: none;
		width: 100%;
	}
}

.lyt-similar-project .mod-project.typ-similar {
	margin: 10px;
}

.lyt-similar-project .grp-download {
	margin: 10px;
}

.lyt-similar-project .grp-download .btn {
	margin-bottom: 10px;
}

@media only screen and (max-width:768px) {
	.lyt-similar-project .mod-project.typ-similar {
		margin: 10px 15px;
	}

	.lyt-similar-project .grp-download {
		margin: 20px 15px 10px 15px;
	}
}

@media only screen and (max-width:768px) {
	.lyt-reviews:before {
		margin: 0 0 15px 15px;
		font-size: 30px;
		line-height: 20px;
	}
}

.lyt-select .bs-select {
	margin-bottom: 20px;
}

@media only screen and (max-width:768px) {
	.lyt-select .bs-select {
		margin-bottom: 0px;
	}
}

.lyt-banner .swiper-container {
	padding-bottom: 0;
}

.lyt-banner .swiper-container .swiper-slide-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.lyt-banner .swiper-container .swiper-slide-nav .swiper-button-prev,
.lyt-banner .swiper-container .swiper-slide-nav .swiper-button-next {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 2;
	height: auto;
}

.lyt-banner .swiper-container .swiper-slide-nav .swiper-button-prev .icon,
.lyt-banner .swiper-container .swiper-slide-nav .swiper-button-next .icon {
	text-align: center;
	top: 50%;
	position: absolute;
	font-size: 28px;
	margin-top: -14px;
	color: #fff;
	right: 0;
	left: 0;
}

.lyt-banner .swiper-container .swiper-slide-nav .swiper-button-prev {
	left: 0;
}

.lyt-banner .swiper-container .swiper-slide-nav .swiper-button-next {
	right: 0;
}

.lyt-resale-rental-tab-cont {
	padding: 15px 0;
}

.lyt-resale-rental-tab-cont .cm-actions {
	padding: 15px 0;
}

.lyt-resale-rental-tab-cont .bs-radio {
	display: inline-block;
	margin: 15px 30px;
}

.lyt-resale-rental-tab-cont .lyt-project-list {
	background: #ffffff;
}

.lyt-resale-rental-tab-cont .form-group .bs-select {
	padding: 0;
}

.lyt-resale-rental-tab-cont .custom-select .ms-choice {
	height: 50px;
	background-color: transparent;
	border-color: #969696;
	font-weight: 700;
}

.lyt-resale-rental-tab-cont .custom-select .ms-choice span {
	line-height: 28px;
	font-size: 20px;
	color: #999;
}

.lyt-resale-rental-tab-cont .custom-select .ms-choice div {
	top: 5px;
}

.lyt-resale-rental-tab-cont .mod-project .img-wrap .cm-actions {
	padding: 0;
}

#seller .title,
#seller .mod-reviews .timestamp,
.mod-reviews #seller .timestamp,
#seller .mod-msg-ceo .timestamp,
.mod-msg-ceo #seller .timestamp,
#seller .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc #seller .desc,
#seller .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap #seller .meta-text {
	font-size: 20px;
	line-height: 22px;
	color: #d0232a;
	padding: 0 14px;
	margin-bottom: 15px;
	font-weight: 700;
}

#seller .lyt-resale-rental-tab-cont .grp-step {
	margin: 0 20%;
}

@media only screen and (max-width:768px) {
	.lyt-resale-rental-tab-cont .bs-radio {
		margin: 0 15px;
	}

	.lyt-resale-rental-tab-cont .para-cont {
		margin: 0 20px;
	}

	#buyer .lyt-resale-rental-tab-cont .custom-select .ms-choice {
		height: 40px;
	}

	#buyer .lyt-resale-rental-tab-cont .custom-select .ms-choice span {
		line-height: 28px;
		font-size: 13px;
	}

	#seller .lyt-resale-rental-tab-cont .bs-select {
		margin: 0;
	}

	#seller .lyt-resale-rental-tab-cont .bs-select .custom-select .ms-choice {
		height: 40px;
	}

	#seller .lyt-resale-rental-tab-cont .bs-select .custom-select .ms-choice span {
		line-height: 28px;
		font-size: 12px;
	}

	#seller .lyt-resale-rental-tab-cont .cm-actions {
		text-align: center;
	}
}

.lyt-openings .item {
	padding: 20px;
	margin: 0 0 20px 0;
	border: 1px solid #dadada;
}

.lyt-tab-cont .map {
	width: 100%;
}

.lyt-timeline .mod-timeline {
	position: relative;
}

.lyt-timeline .mod-timeline .img-wrap {
	float: left;
	width: 320px;
}

.lyt-timeline .mod-timeline .grp-desc:before,
.lyt-timeline .mod-timeline .grp-desc:after {
	border-left: 1px solid #dadada;
	content: "";
	display: block;
	height: 110px;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 0;
}

.lyt-timeline .mod-timeline .grp-desc:after {
	top: 0;
	bottom: auto;
}

.lyt-timeline .mod-timeline.typ-reverse .img-wrap {
	float: right;
	clear: right;
}

.lyt-timeline .mod-timeline.typ-reverse .grp-desc {
	float: right;
	clear: left;
}

.lyt-timeline:first-child .grp-desc:after {
	content: none;
}

.lyt-timeline:last-child .grp-desc:before {
	content: none;
}

@media only screen and (max-width:768px) {
	.lyt-timeline .mod-timeline .img-wrap {
		width: 50%;
	}

	.lyt-timeline .mod-timeline .grp-desc .year {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
	}

	.lyt-timeline .mod-timeline .grp-desc:after {
		display: none;
	}

	.lyt-timeline .mod-timeline .grp-desc:before {
		display: none;
	}

	.lyt-timeline .mod-timeline.typ-reverse .grp-desc {
		float: left;
		clear: none;
		padding: 0 10px 0 0;
		text-align: right;
	}
}

.lyt-profile .mod-profile .grp-intro:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 130px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(216, 216, 216, 0) 16%, rgba(196, 196, 196, 0) 24%, #0a0a0a 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(216, 216, 216, 0) 16%, rgba(196, 196, 196, 0) 24%, #0a0a0a 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(216, 216, 216, 0) 16%, rgba(196, 196, 196, 0) 24%, #0a0a0a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#0a0a0a', GradientType=0);
}

.lyt-profile .mod-profile .grp-intro .intro-wrap {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
}

.lyt-profile .mod-profile .grp-intro .intro-wrap .name,
.lyt-profile .mod-profile .grp-intro .intro-wrap .lyt-team .profile-desc .designation,
.lyt-team .profile-desc .lyt-profile .mod-profile .grp-intro .intro-wrap .designation {
	margin-bottom: 4px;
}

.lyt-profile .mod-profile .grp-desc {
	display: none;
}

@media only screen and (max-width:768px) {
	.lyt-profile .mod-profile .grp-intro:before {
		background: transparent url("../images/team_bg.png") no-repeat 0 0;
		height: 90px;
	}

	.lyt-profile .mod-profile .grp-intro .intro-wrap {
		left: 10px;
		right: 10px;
		bottom: 10px;
	}

	.lyt-profile .mod-profile .grp-intro .intro-wrap .name,
	.lyt-profile .mod-profile .grp-intro .intro-wrap .lyt-team .profile-desc .designation,
	.lyt-team .profile-desc .lyt-profile .mod-profile .grp-intro .intro-wrap .designation {
		margin-bottom: 2px;
	}
}

.lyt-awards {
	margin-bottom: 20px;
}

.lyt-awards .mod-blog .img-wrap {
	width: 320px;
	float: left;
}

.lyt-awards .mod-blog .img-wrap li {
	margin-bottom: 35px;
}

.lyt-awards .mod-blog .video-wrap {
	width: 320px;
	float: left;
	margin-bottom: 0;
}

.lyt-awards .mod-blog .video-wrap {
	position: relative;
}

.lyt-awards .mod-blog .video-wrap .icon {
	font-size: 30px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	background: #c5232a;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: -40px auto 0;
	color: #fff;
	text-indent: 8px;
}

.lyt-awards .mod-blog .video-wrap .icon:before {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 0;
	right: 0;
}

.lyt-awards .mod-blog .grp-blog-info {
	width: 560px;
	float: left;
	padding: 115px 0 0 95px;
}

.lyt-awards.typ-reverse .mod-blog .img-wrap,
.lyt-awards.typ-reverse .mod-blog .video-wrap {
	float: right;
}

.lyt-awards.typ-reverse .mod-blog .grp-blog-info {
	float: right;
	text-align: right;
	padding: 115px 95px 0 0;
}

@media only screen and (max-width:768px) {
	.lyt-awards .mod-blog .swiper-container .swiper-slide {
		width: 100%;
	}

	.lyt-awards .mod-blog .img-wrap,
	.lyt-awards .mod-blog .video-wrap {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}

	.lyt-awards .mod-blog .video-wrap {
		display: table;
		float: none;
	}

	.lyt-awards .mod-blog .video-wrap .icon {
		font-size: 22px;
		width: 60px;
		height: 60px;
		margin: -30px auto 0;
	}

	.lyt-awards .mod-blog .video-wrap .icon:before {
		margin-top: -10px;
	}

	.lyt-awards .mod-blog .grp-blog-info {
		width: 100%;
		float: none;
		padding: 10px 0 0 10px;
	}

	.lyt-awards.typ-reverse .mod-blog .img-wrap,
	.lyt-awards.typ-reverse .mod-blog .video-wrap {
		float: none;
	}

	.lyt-awards.typ-reverse .mod-blog .grp-blog-info {
		float: none;
		text-align: left;
		padding: 10px 0 0 10px;
	}
}

.lyt-activities {
	margin-bottom: 20px;
}

.lyt-activities .mod-blog .img-wrap {
	width: 320px;
	float: left;
}

.lyt-activities .mod-blog .img-wrap li {
	margin-bottom: 35px;
}

.lyt-activities .mod-blog .video-wrap {
	width: 400px;
	float: left;
	margin-bottom: 0;
	position: relative;
}

.lyt-activities .mod-blog .video-wrap .icon {
	font-size: 30px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	background: #c5232a;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: -40px auto 0;
	color: #fff;
}

.lyt-activities .mod-blog .video-wrap .icon:before {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 0;
	right: 0;
}

.lyt-activities .mod-blog .grp-blog-info {
	width: 700px;
	float: left;
	padding: 10px 0 0 50px;
}

.lyt-activities.typ-reverse .mod-blog .img-wrap,
.lyt-activities.typ-reverse .mod-blog .video-wrap {
	float: right;
}

.lyt-activities.typ-reverse .mod-blog .grp-blog-info {
	float: right;
	text-align: right;
	padding: 10px 50px 0 0;
}

.lyt-activities .mod-activities .img-wrap {
	width: 320px;
	float: left;
}

.lyt-activities .mod-activities .img-wrap li {
	margin-bottom: 35px;
}

.lyt-activities .mod-activities .grp-activity-info {
	width: 700px;
	float: left;
	padding: 10px 0 0 50px;
}

.lyt-activities.typ-reverse .mod-activities .img-wrap,
.lyt-activities.typ-reverse .mod-activities .video-wrap {
	float: right;
}

.lyt-activities.typ-reverse .mod-activities .grp-activity-info {
	float: right;
	text-align: right;
	padding: 10px 50px 0 0;
}

@media only screen and (max-width:768px) {
	.lyt-activities {
		margin-bottom: 30px;
	}

	.lyt-activities .mod-blog .swiper-container .swiper-slide {
		width: 100%;
	}

	.lyt-activities .mod-blog .img-wrap,
	.lyt-activities .mod-blog .video-wrap {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}

	.lyt-activities .mod-blog .img-wrap li,
	.lyt-activities .mod-blog .video-wrap li {
		margin-bottom: 10px;
	}

	.lyt-activities .mod-blog .video-wrap {
		display: table;
		float: none;
	}

	.lyt-activities .mod-blog .video-wrap .icon {
		font-size: 22px;
		width: 60px;
		height: 60px;
		margin: -30px auto 0;
	}

	.lyt-activities .mod-blog .video-wrap .icon:before {
		margin-top: -10px;
	}

	.lyt-activities .mod-blog .grp-blog-info {
		width: 100%;
		float: none;
		padding: 10px 0 0 10px;
	}

	.lyt-activities.typ-reverse .mod-blog .img-wrap,
	.lyt-activities.typ-reverse .mod-blog .video-wrap {
		float: none;
	}

	.lyt-activities.typ-reverse .mod-blog .grp-blog-info {
		float: none;
		text-align: left;
		padding: 10px 0 0 10px;
	}

	.lyt-activities .mod-activities .swiper-container .swiper-slide {
		width: 100%;
	}

	.lyt-activities .mod-activities .img-wrap,
	.lyt-activities .mod-activities .video-wrap {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}

	.lyt-activities .mod-activities .img-wrap li,
	.lyt-activities .mod-activities .video-wrap li {
		margin-bottom: 10px;
	}

	.lyt-activities .mod-activities .video-wrap {
		display: table;
		float: none;
	}

	.lyt-activities .mod-activities .video-wrap .icon {
		font-size: 22px;
		width: 60px;
		height: 60px;
		margin: -30px auto 0;
	}

	.lyt-activities .mod-activities .video-wrap .icon:before {
		margin-top: -10px;
	}

	.lyt-activities .mod-activities .grp-activity-info {
		width: 100%;
		float: none;
		padding: 10px 0 0 10px;
	}

	.lyt-activities.typ-reverse .mod-activities .img-wrap,
	.lyt-activities.typ-reverse .mod-activities .video-wrap {
		float: none;
	}

	.lyt-activities.typ-reverse .mod-activities .grp-activity-info {
		float: none;
		text-align: left;
		padding: 10px 0 0 10px;
	}
}

.lyt-team {
	position: relative;
}

.lyt-team ul {
	display: table;
	width: 100%;
}

.lyt-team .profile-desc {
	background: #fff;
	display: block;
	padding: 46px 40px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	position: absolute;
	top: 0;
	display: none;
	-webkit-box-shadow: 0px 0px 1px 1px #f1f1f1;
	-moz-box-shadow: 0px 0px 1px 1px #f1f1f1;
	box-shadow: 0px 0px 1px 1px #f1f1f1;
	z-index: 7;
}

.lyt-team .profile-desc .name,
.lyt-team .profile-desc .designation {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 5px;
	font-weight: 800;
	color: #666666;
}

.lyt-team .profile-desc .designation {
	font-weight: 300;
	margin-bottom: 15px;
}

.lyt-team .profile-desc p {
	color: #666;
	line-height: auto;
	font-size: 18px;
}

.lyt-team .profile-desc .icon {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}

.lyt-team .profile-desc.left-arrow:before {
	right: 100%;
	top: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 31px;
	margin-top: -31px;
}

.lyt-team .profile-desc.right-arrow:before {
	left: 100%;
	top: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 31px;
	margin-top: -31px;
}

@media only screen and (max-width:768px) {
	.lyt-team .profile-desc {
		bottom: 0;
		display: block;
		left: 100%;
		overflow: scroll;
		padding: 30px 10px 10px;
		position: fixed;
		right: -100%;
		top: 50px;
		-webkit-transition: all 600ms ease;
		-moz-transition: all 600ms ease;
		-ms-transition: all 600ms ease;
		-o-transition: all 600ms ease;
		transition: all 600ms ease;
	}

	.lyt-team .profile-desc.active {
		left: 0;
		right: 0;
		-webkit-transition: all 600ms ease;
		-moz-transition: all 600ms ease;
		-ms-transition: all 600ms ease;
		-o-transition: all 600ms ease;
		transition: all 600ms ease;
	}

	.lyt-team .profile-desc .name,
	.lyt-team .profile-desc .designation {
		font-size: 20px;
		line-height: 24px;
	}

	.lyt-team .profile-desc .designation {
		margin-bottom: 10px;
	}

	.lyt-team .profile-desc p {
		line-height: 22px;
		font-size: 15px;
	}

	.lyt-team .profile-desc .icon {
		right: 15px;
		top: 15px;
	}
}

.lyt-resalerental .mod-contact-info:nth-child(3n) {
	border-right: none;
}

.lyt-maintainance .mod-contact-info:nth-child(3n) {
	border-right: none;
}

.lyt-investor .mod-address {
	border-right: 1px solid #eaeaea;
	margin: 0;
}

.lyt-investor .mod-contact-info {
	min-height: 208px;
	margin: 0;
	border-right: 1px solid #eaeaea;
}

.lyt-investor .mod-contact-info:last-child {
	border-right: none;
}

@media only screen and (max-width:768px) {
	.lyt-investor .mod-address {
		border-right: 1px solid #eaeaea;
		width: 80%;
	}

	.lyt-investor .mod-contact-info {
		min-height: 0;
	}
}

.lyt-glance .bs-icon-text {
	padding: 10px 14px;
	min-height: 150px;
	border-right: 1px solid #e2e2e2;
	margin-bottom: 30px;
	width: 32%;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}

.lyt-glance .bs-icon-text.last {
	border-right: 0;
}

.lyt-glance .bs-icon-text .title,
.lyt-glance .bs-icon-text .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .lyt-glance .bs-icon-text .title.lg,
.lyt-glance .bs-icon-text .mod-reviews .timestamp,
.mod-reviews .lyt-glance .bs-icon-text .timestamp,
.lyt-glance .bs-icon-text .mod-msg-ceo .timestamp,
.mod-msg-ceo .lyt-glance .bs-icon-text .timestamp,
.lyt-glance .bs-icon-text .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .lyt-glance .bs-icon-text .desc,
.lyt-glance .bs-icon-text .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .lyt-glance .bs-icon-text .meta-text {
	font-size: 18px;
	line-height: 24px;
	color: #666;
	margin-bottom: 15px;
	text-align: center;
}

.lyt-glance .bs-icon-text .icon {
	color: #c24d01;
	font-size: 35px;
	margin-bottom: 15px;
}

.lyt-glance .bs-icon-text .ttip {
	position: absolute;
	background: #eeeeee;
	font-size: 16px;
	line-height: 18px;
	color: #c24d00;
	padding: 15px;
	height: 150px;
	width: 240px;
	text-align: center;
	bottom: -150px;
	z-index: 10;
	margin-left: -120px;
	left: 50%;
	display: none;
}

.lyt-glance .bs-icon-text .ttip:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: #fff;
	border-bottom-color: #eeeeee;
	border-width: 16px;
	margin-left: -8px;
}

.lyt-glance .bs-icon-text:hover .ttip {
	display: block;
}

@media only screen and (max-width:768px) {
	.lyt-glance .bs-icon-text {
		padding: 10px;
		min-height: 0;
		margin-bottom: 0;
		width: 100%;
		box-sizing: border-box;
		vertical-align: top;
		border: 0;
	}

	.lyt-glance .bs-icon-text .title,
	.lyt-glance .bs-icon-text .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .lyt-glance .bs-icon-text .title.lg,
	.lyt-glance .bs-icon-text .mod-reviews .timestamp,
	.mod-reviews .lyt-glance .bs-icon-text .timestamp,
	.lyt-glance .bs-icon-text .mod-msg-ceo .timestamp,
	.mod-msg-ceo .lyt-glance .bs-icon-text .timestamp,
	.lyt-glance .bs-icon-text .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .lyt-glance .bs-icon-text .desc,
	.lyt-glance .bs-icon-text .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .lyt-glance .bs-icon-text .meta-text {
		font-size: 15px;
		line-height: 20px;
		margin: 6px 0;
		text-align: left;
		overflow: hidden;
	}

	.lyt-glance .bs-icon-text .icon {
		font-size: 30px;
		margin-bottom: 0;
		float: left;
		width: 20%;
		line-height: 34px;
	}

	.lyt-glance .bs-icon-text .ttip {
		position: relative;
		background: #eeeeee;
		font-size: 14px;
		color: #c24d00;
		height: auto;
		width: 100%;
		text-align: left;
		top: 10px;
		bottom: auto;
		margin-left: 0;
		left: auto;
		display: block;
		padding: 15px;
	}

	.lyt-glance .bs-icon-text .ttip:before {
		content: '';
		border: 0;
		margin: 0;
		left: 0;
	}

	.lyt-glance .bs-icon-text:hover .ttip {
		display: block;
	}
}

.lyt-pdf .mod-download {
	padding: 25px 20px 20px 25px;
	margin-bottom: 25px;
	border: 1px solid #cacaca;
}

.lyt-pdf .mod-download .list-wrap li {
	margin-right: 25px;
	padding-right: 25px;
}

.lyt-pdf .mod-download .list-wrap li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}

@media only screen and (max-width:768px) {
	.lyt-pdf .mod-download {
		padding: 15px 10px 10px 15px;
		margin-bottom: 15px;
	}

	.lyt-pdf .mod-download .list-wrap li {
		margin-right: 10px;
		padding-right: 10px;
	}
}

.lyt-feedback .form-group textarea.form-control {
	height: 128px;
}

@media only screen and (max-width:768px) {
	.lyt-feedback .form-group textarea.form-control {
		height: 80px;
	}
}

.lyt-booking-chart {
	position: relative;
}

.lyt-booking-chart .js-direction.active .bs-radio {
	display: block;
}

.lyt-booking-chart .bs-checkbox {
	font-size: 16px;
	line-height: 20px;
	margin-right: 15px;
	border-left: 1px solid #d2d2d2;
}

.lyt-booking-chart .bs-checkbox input[type="checkbox"]:checked:not(old)+label:before {
	color: #a2282e;
}

.lyt-booking-chart .bs-checkbox input[type="checkbox"]:not(old)+label {
	font-weight: 600;
	color: #333;
}

.lyt-booking-chart .bs-checkbox:first-child {
	border-left: none;
}

.lyt-booking-chart .bs-radio {
	margin-right: 15px;
	padding-left: 40px;
	border-left: 1px solid #d2d2d2;
}

.lyt-booking-chart .bs-radio input[type="radio"]:not(old)+label {
	color: #333;
	text-transform: capitalize;
}

.lyt-booking-chart .btn-unit {
	padding: 9px 10px;
	margin-left: 15px;
	display: none;
}

.lyt-booking-chart .proj-det-flyout {
	padding: 60px 50px 50px 20px;
	width: 100%;
	position: fixed;
	top: 0;
	left: -100%;
	background: #fff;
	transition: all 0.5s ease 0s;
	border: solid 1px #eaeaea;
	border-left: 0;
	z-index: 15;
	bottom: 0;
}

.lyt-booking-chart .proj-det-flyout .meta-msg {
	font-size: 18px;
	line-height: 24px;
	color: #999;
	font-weight: 600;
	margin-bottom: 10px;
}

.lyt-booking-chart .proj-det-flyout.active {
	left: 0;
}

.lyt-booking-chart .proj-det-flyout .close {
	position: absolute;
	top: 30px;
	right: 30px;
}

@media only screen and (max-width:768px) {
	.lyt-booking-chart .bs-checkbox {
		margin-right: 0;
		border-left: none;
		margin-bottom: 10px;
	}

	.lyt-booking-chart .bs-radio {
		margin-right: 0px;
		padding-left: 0px;
		border-left: none;
	}

	.lyt-booking-chart .proj-det-flyout {
		padding: 40px 20px 20px 20px;
		width: 100%;
		border: 0;
		bottom: 0;
		position: fixed;
		z-index: 15;
		top: 0;
		overflow: auto;
	}

	.lyt-booking-chart .proj-det-flyout .meta-msg {
		font-size: 14px;
		line-height: 18px;
	}

	.lyt-booking-chart .proj-det-flyout .close {
		position: absolute;
		top: 20px;
		right: 20px;
	}
}

.lyt-investor-team {
	position: relative;
}

.lyt-investor-team ul {
	display: table;
	width: 100%;
}

.lyt-investor-team .profile-desc {
	background: #fff;
	display: block;
	padding: 26px 20px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	position: absolute;
	top: 0;
	display: none;
	-webkit-box-shadow: 0px 0px 1px 1px #f1f1f1;
	-moz-box-shadow: 0px 0px 1px 1px #f1f1f1;
	box-shadow: 0px 0px 1px 1px #f1f1f1;
	z-index: 7;
}

.lyt-investor-team .profile-desc .name,
.lyt-investor-team .lyt-team .profile-desc .designation,
.lyt-team .lyt-investor-team .profile-desc .designation {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 5px;
	font-weight: 800;
	color: #666666;
}

.lyt-investor-team .profile-desc .designation {
	color: #666666;
	font-weight: 300;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 18px;
}

.lyt-investor-team .profile-desc p {
	color: #8c8c8c;
	line-height: 22px;
	font-size: 15px;
}

.lyt-investor-team .profile-desc .icon {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}

.lyt-investor-team .profile-desc.left-arrow:before {
	right: 100%;
	top: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 31px;
	margin-top: -31px;
}

.lyt-investor-team .profile-desc.right-arrow:before {
	left: 100%;
	top: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 31px;
	margin-top: -31px;
}

.lyt-investor-team .profile-desc .desc {
	position: absolute;
	right: 20px;
	left: 20px;
	top: 95px;
	bottom: 20px;
	overflow-y: auto;
}

@media only screen and (max-width:768px) {
	.lyt-investor-team .profile-desc {
		bottom: 0;
		display: block;
		overflow: scroll;
		padding: 30px 10px 10px;
		position: fixed;
		left: 100%;
		right: -100%;
		top: 0;
		z-index: 12;
		-webkit-transition: all 600ms ease;
		-moz-transition: all 600ms ease;
		-ms-transition: all 600ms ease;
		-o-transition: all 600ms ease;
		transition: all 600ms ease;
	}

	.lyt-investor-team .profile-desc.active {
		left: 0;
		top: 0;
		right: 0;
		-webkit-transition: all 600ms ease;
		-moz-transition: all 600ms ease;
		-ms-transition: all 600ms ease;
		-o-transition: all 600ms ease;
		transition: all 600ms ease;
	}

	.lyt-investor-team .profile-desc .name,
	.lyt-investor-team .lyt-team .profile-desc .designation,
	.lyt-team .lyt-investor-team .profile-desc .designation {
		font-size: 20px;
		line-height: 24px;
	}

	.lyt-investor-team .profile-desc .designation {
		margin-bottom: 10px;
	}

	.lyt-investor-team .profile-desc p {
		line-height: 28px;
		font-size: 16px;
	}

	.lyt-investor-team .profile-desc .icon {
		right: 15px;
		top: 15px;
	}

	.lyt-investor-team .profile-desc .desc {
		position: relative;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		overflow-y: visible;
	}
}

.lyt-investors-profile .mod-profile .grp-intro:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent url("../images/team_bg.png") no-repeat 0 0;
	height: 155px;
}

.lyt-investors-profile .mod-profile .grp-intro .intro-wrap {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
}

.lyt-investors-profile .mod-profile .grp-desc {
	display: none;
}

@media only screen and (max-width:768px) {
	.lyt-investors-profile .mod-profile .grp-intro:before {
		background: transparent url("../images/team_bg.png") no-repeat 0 0;
		height: 90px;
	}

	.lyt-investors-profile .mod-profile .grp-intro .name,
	.lyt-investors-profile .mod-profile .grp-intro .lyt-team .profile-desc .designation,
	.lyt-team .profile-desc .lyt-investors-profile .mod-profile .grp-intro .designation {
		left: 10px;
		bottom: 30px;
	}

	.lyt-investors-profile .mod-profile .grp-intro .designation {
		left: 10px;
		bottom: 10px;
	}
}

.lyt-media-blog-stories .bs-social-connect {
	padding: 10px 0 0 0;
}

.lyt-media-blog-stories .lyt-form {
	border-left: 1px solid #b7b6b6;
	padding-left: 30px;
}

.lyt-media-blog-stories .js-media-blog-stories {
	padding: 0 50px 0 50px;
	margin: 0 20px;
}

.lyt-media-blog-stories .js-media-blog-stories .swiper-button-next {
	right: 20px;
}

.lyt-media-blog-stories .js-media-blog-stories .swiper-button-prev {
	left: 0;
}

.lyt-media-blog-stories .btn {
	margin-bottom: 40px;
	background-color: #000;
}

.lyt-media-blog-stories .btn:focus,
.lyt-media-blog-stories .btn:hover,
.lyt-media-blog-stories .btn:active,
.lyt-media-blog-stories .btn.active,
.lyt-media-blog-stories .btn:active:focus,
.lyt-media-blog-stories .btn.active:focus,
.lyt-media-blog-stories .btn.focus,
.lyt-media-blog-stories .btn:active.focus,
.lyt-media-blog-stories .btn.active.focus {
	background: #000;
	color: #fff;
}

.lyt-media-blog-stories .msg {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}

@media only screen and (max-width:768px) {
	.lyt-media-blog-stories .bs-social-connect {
		padding: 10px 0;
		text-align: center;
	}

	.lyt-media-blog-stories .lyt-form {
		border-left: 0;
		padding-left: 0;
	}

	.lyt-media-blog-stories .js-media-blog-stories {
		padding: 0;
		margin: 0;
	}

	.lyt-media-blog-stories .btn {
		margin-bottom: 20px;
	}

	.lyt-media-blog-stories .msg {
		font-size: 16px;
		line-height: 22px;
	}
}

.lyt-pdf-groups {
	border: 1px solid #cacaca;
	margin-bottom: 40px;
}

.lyt-pdf-groups .heading {
	font-size: 21px;
	line-height: 26px;
	font-weight: 600;
	color: #666666;
	padding: 15px;
	font-weight: 600;
	border-bottom: 1px solid #cacaca;
}

.lyt-pdf-groups .mod-download {
	margin: 20px 25px;
	padding: 25px 20px 20px 25px;
	border: 1px solid #cacaca;
}

.lyt-pdf-groups .mod-download .list-wrap li {
	margin-right: 25px;
	padding-right: 25px;
}

.lyt-pdf-groups .mod-download .list-wrap li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}

@media only screen and (max-width:768px) {
	.lyt-pdf-groups {
		border: 1px solid #cacaca;
		margin-bottom: 20px;
	}

	.lyt-pdf-groups .heading {
		font-size: 18px;
		line-height: 22px;
		padding: 10px;
	}

	.lyt-pdf-groups .mod-download {
		padding: 10px;
		margin-bottom: 0;
	}

	.lyt-pdf-groups .mod-download:last-child {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.lyt-pdf-groups .mod-download .list-wrap li {
		margin-right: 10px;
		padding-right: 10px;
	}
}

.lyt-download-dropdown {
	border: 1px solid #cacaca;
	margin-bottom: 40px;
}

.lyt-download-dropdown .heading {
	font-size: 21px;
	line-height: 26px;
	font-weight: 600;
	color: #666666;
	padding: 15px;
	font-weight: 600;
	border-bottom: 1px solid #cacaca;
}

.lyt-download-dropdown .mod-download-dropdown {
	padding: 25px 20px 0px 25px;
}

.lyt-download-dropdown .mod-download-dropdown:last-child {
	padding-bottom: 25px;
}

@media only screen and (max-width:768px) {
	.lyt-download-dropdown {
		border: 1px solid #cacaca;
		margin-bottom: 20px;
	}

	.lyt-download-dropdown .heading {
		font-size: 18px;
		line-height: 22px;
		padding: 10px;
	}

	.lyt-download-dropdown .mod-download-dropdown {
		padding: 10px 10px 0 15px;
		margin-bottom: 0;
	}

	.lyt-download-dropdown .mod-download-dropdown:last-child {
		padding-bottom: 0;
		margin-bottom: 10px;
	}
}

.lyt-invest-contact .title,
.lyt-invest-contact .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .lyt-invest-contact .title.lg,
.lyt-invest-contact .mod-reviews .timestamp,
.mod-reviews .lyt-invest-contact .timestamp,
.lyt-invest-contact .mod-msg-ceo .timestamp,
.mod-msg-ceo .lyt-invest-contact .timestamp,
.lyt-invest-contact .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .lyt-invest-contact .desc,
.lyt-invest-contact .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .lyt-invest-contact .meta-text {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	display: block;
	color: #969696;
	margin-bottom: 6px;
	margin-left: 15px;
}

.lyt-invest-contact .meta-txt {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	display: block;
	color: #969696;
	margin-bottom: 6px;
	margin-left: 15px;
}

.lyt-invest-contact .mod-contact-info {
	margin: 15px 0;
	border: 0;
}

.lyt-invest-contact .mod-contact-info .meta-info .title,
.lyt-invest-contact .mod-contact-info .meta-info .mod-reviews .timestamp,
.mod-reviews .lyt-invest-contact .mod-contact-info .meta-info .timestamp,
.lyt-invest-contact .mod-contact-info .meta-info .mod-msg-ceo .timestamp,
.mod-msg-ceo .lyt-invest-contact .mod-contact-info .meta-info .timestamp,
.lyt-invest-contact .mod-contact-info .meta-info .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .lyt-invest-contact .mod-contact-info .meta-info .desc,
.lyt-invest-contact .mod-contact-info .meta-info .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .lyt-invest-contact .mod-contact-info .meta-info .meta-text {
	margin-left: 0;
}

.lyt-invest-contact .mod-address {
	margin: 15px;
}

.lyt-invest-contact .mod-address .title,
.lyt-invest-contact .mod-address .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .lyt-invest-contact .mod-address .title.lg,
.lyt-invest-contact .mod-address .mod-reviews .timestamp,
.mod-reviews .lyt-invest-contact .mod-address .timestamp,
.lyt-invest-contact .mod-address .mod-msg-ceo .timestamp,
.mod-msg-ceo .lyt-invest-contact .mod-address .timestamp,
.lyt-invest-contact .mod-address .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .lyt-invest-contact .mod-address .desc,
.lyt-invest-contact .mod-address .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .lyt-invest-contact .mod-address .meta-text {
	margin-left: 0;
}

@media only screen and (max-width:768px) {

	.lyt-invest-contact .title,
	.lyt-invest-contact .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .lyt-invest-contact .title.lg,
	.lyt-invest-contact .mod-reviews .timestamp,
	.mod-reviews .lyt-invest-contact .timestamp,
	.lyt-invest-contact .mod-msg-ceo .timestamp,
	.mod-msg-ceo .lyt-invest-contact .timestamp,
	.lyt-invest-contact .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .lyt-invest-contact .desc,
	.lyt-invest-contact .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .lyt-invest-contact .meta-text {
		font-size: 18px;
		line-height: 20px;
	}

	.lyt-invest-contact .meta-txt {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 2px;
	}

	.lyt-invest-contact .mod-contact-info {
		margin: 0;
		border: 0;
	}

	.lyt-invest-contact .mod-contact-info .meta-info {
		padding-left: 0;
	}

	.lyt-invest-contact .mod-contact-info .meta-info .title,
	.lyt-invest-contact .mod-contact-info .meta-info .mod-reviews .timestamp,
	.mod-reviews .lyt-invest-contact .mod-contact-info .meta-info .timestamp,
	.lyt-invest-contact .mod-contact-info .meta-info .mod-msg-ceo .timestamp,
	.mod-msg-ceo .lyt-invest-contact .mod-contact-info .meta-info .timestamp,
	.lyt-invest-contact .mod-contact-info .meta-info .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .lyt-invest-contact .mod-contact-info .meta-info .desc,
	.lyt-invest-contact .mod-contact-info .meta-info .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .lyt-invest-contact .mod-contact-info .meta-info .meta-text {
		margin-left: 0;
	}

	.lyt-invest-contact .mod-address {
		margin: 0;
		width: 100%;
		border: 0;
	}

	.lyt-invest-contact .mod-address .title,
	.lyt-invest-contact .mod-address .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .lyt-invest-contact .mod-address .title.lg,
	.lyt-invest-contact .mod-address .mod-reviews .timestamp,
	.mod-reviews .lyt-invest-contact .mod-address .timestamp,
	.lyt-invest-contact .mod-address .mod-msg-ceo .timestamp,
	.mod-msg-ceo .lyt-invest-contact .mod-address .timestamp,
	.lyt-invest-contact .mod-address .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .lyt-invest-contact .mod-address .desc,
	.lyt-invest-contact .mod-address .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .lyt-invest-contact .mod-address .meta-text {
		margin-left: 0;
	}
}

.lyt-thankyou {
	min-height: 500px;
}

.lyt-thankyou .mod-thankyou {
	margin: 200px 100px 0 100px;
}

.lyt-thankyou .bs-social-connect {
	margin: 50px auto;
	text-align: center;
}

.lyt-thankyou .bs-social-connect .title,
.lyt-thankyou .bs-social-connect .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .lyt-thankyou .bs-social-connect .title.lg,
.lyt-thankyou .bs-social-connect .mod-reviews .timestamp,
.mod-reviews .lyt-thankyou .bs-social-connect .timestamp,
.lyt-thankyou .bs-social-connect .mod-msg-ceo .timestamp,
.mod-msg-ceo .lyt-thankyou .bs-social-connect .timestamp,
.lyt-thankyou .bs-social-connect .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .lyt-thankyou .bs-social-connect .desc,
.lyt-thankyou .bs-social-connect .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .lyt-thankyou .bs-social-connect .meta-text {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}

@media only screen and (max-width:768px) {
	.lyt-thankyou {
		min-height: 0;
	}

	.lyt-thankyou .mod-thankyou {
		margin: 100px 30px 30px 30px;
	}

	.lyt-thankyou .bs-social-connect .title,
	.lyt-thankyou .bs-social-connect .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .lyt-thankyou .bs-social-connect .title.lg,
	.lyt-thankyou .bs-social-connect .mod-reviews .timestamp,
	.mod-reviews .lyt-thankyou .bs-social-connect .timestamp,
	.lyt-thankyou .bs-social-connect .mod-msg-ceo .timestamp,
	.mod-msg-ceo .lyt-thankyou .bs-social-connect .timestamp,
	.lyt-thankyou .bs-social-connect .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .lyt-thankyou .bs-social-connect .desc,
	.lyt-thankyou .bs-social-connect .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .lyt-thankyou .bs-social-connect .meta-text {
		font-size: 16px;
		margin-bottom: 15px;
	}
}

.lyt-feed .list-item {
	margin: 0 0 10px 0;
	height: auto;
}

.lyt-feed .swiper-container {
	padding-bottom: 26px;
}

.lyt-feed .swiper-pagination {
	bottom: 0px;
	text-align: center;
}

@media only screen and (max-width:768px) {
	.lyt-feed.typ-feed .lyt-list-view.typ-white-bg .list-item {
		margin: 0;
	}

	.lyt-feed .swiper-container {
		padding-bottom: 30px;
	}

	.lyt-feed .swiper-pagination {
		margin: 0;
	}
}

.lyt-btn-group .cm-actions {
	margin-bottom: 20px;
}

.lyt-possession .mod-table.typ-possession-table {
	background: #ffffff;
	position: absolute;
	left: 0;
	color: #585858;
	z-index: 4;
	text-align: left;
	width: 510px;
	bottom: 30px;
}

.lyt-rera .mod-table.typ-rera-table {
	background: #ffffff;
	position: absolute;
	left: 0;
	color: #585858;
	z-index: 4;
	text-align: left;
	width: 510px;
	bottom: 30px;
}

.lyt-possession .mod-table .table {
	padding: 30px 16px 20px;
	text-align: center;
	margin-bottom: 10px;
}

.lyt-possession .mod-table .table thead tr th {
	padding: 5px 0;
	border: 1px solid #d1cfcf;
	border-bottom: none;
}

.lyt-possession .mod-table .table tbody tr td {
	padding: 5px 0;
	border: 1px solid #d1cfcf;
}

.lyt-rera .mod-table .table {
	padding: 30px 16px 20px;
	text-align: center;
	margin-bottom: 10px;
}

.lyt-rera .mod-table .table thead tr th {
	padding: 5px 0;
	border: 1px solid #d1cfcf;
	border-bottom: none;
}

.lyt-rera .mod-table .table tbody tr td {
	padding: 5px 0;
	border: 1px solid #d1cfcf;
}

@media only screen and (max-width:768px) {
	.lyt-possession .mod-table.typ-possession-table {
		width: 100%;
		left: 100%;
		bottom: 0;
		top: 0;
		padding-top: 40px;
		position: fixed;
		z-index: 15;
		transition: all 0.5s ease 0s;
		display: block;
	}

	.lyt-possession .mod-table.typ-possession-table.active {
		left: 0;
	}

	.lyt-possession .mod-table .table thead tr th {
		display: table-cell;
	}

	.lyt-possession .mod-table .table tbody tr:first-child {
		border-top: 1px solid #d1cfcf;
	}

	.lyt-possession .mod-table .table tbody tr td {
		float: none;
		text-align: center;
		padding: 5px 3px;
		border: 0;
		border-left: 1px solid #d1cfcf;
	}

	.lyt-rera .mod-table.typ-rera-table {
		width: 100%;
		left: 100%;
		bottom: 0;
		top: 0;
		padding-top: 40px;
		position: fixed;
		z-index: 15;
		transition: all 0.5s ease 0s;
		display: block;
	}

	.lyt-rera .mod-table.typ-rera-table.active {
		left: 0;
	}

	.lyt-rera .mod-table .table thead tr th {
		display: table-cell;
	}

	.lyt-rera .mod-table .table tbody tr:first-child {
		border-top: 1px solid #d1cfcf;
	}

	.lyt-rera .mod-table .table tbody tr td {
		float: none;
		text-align: center;
		padding: 5px 3px;
		border: 0;
		border-left: 1px solid #d1cfcf;
	}
}

.lyt-errormsg {
	min-height: 500px;
}

.lyt-errormsg .mod-errormsg {
	margin: 200px 100px 0 100px;
}

@media only screen and (max-width:768px) {
	.lyt-errormsg {
		min-height: 0;
	}

	.lyt-errormsg .mod-errormsg {
		margin: 100px 30px 30px 30px;
	}
}

.lyt-legal-doc .mod-download {
	margin-bottom: 20px;
	display: block;
	text-align: center;
}

.lyt-legal-doc .mod-download .title,
.lyt-legal-doc .mod-download .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .lyt-legal-doc .mod-download .title.lg,
.lyt-legal-doc .mod-download .mod-reviews .timestamp,
.mod-reviews .lyt-legal-doc .mod-download .timestamp,
.lyt-legal-doc .mod-download .mod-msg-ceo .timestamp,
.mod-msg-ceo .lyt-legal-doc .mod-download .timestamp,
.lyt-legal-doc .mod-download .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .lyt-legal-doc .mod-download .desc,
.lyt-legal-doc .mod-download .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .lyt-legal-doc .mod-download .meta-text {
	margin-left: 20px;
	line-height: 34px;
}

.lyt-legal-doc .mod-download .title:hover,
.lyt-legal-doc .mod-download .mod-reviews .timestamp:hover,
.mod-reviews .lyt-legal-doc .mod-download .timestamp:hover,
.lyt-legal-doc .mod-download .mod-msg-ceo .timestamp:hover,
.mod-msg-ceo .lyt-legal-doc .mod-download .timestamp:hover,
.lyt-legal-doc .mod-download .mod-timeline .grp-desc .desc:hover,
.mod-timeline .grp-desc .lyt-legal-doc .mod-download .desc:hover,
.lyt-legal-doc .mod-download .mod-phase .table-wrap .meta-text:hover,
.mod-phase .table-wrap .lyt-legal-doc .mod-download .meta-text:hover {
	color: #d1232a;
}

@media only screen and (max-width:768px) {
	.lyt-legal-doc {
		min-height: 0;
	}

	.lyt-legal-doc .mod-download {
		margin-bottom: 15px;
	}

	.lyt-legal-doc .mod-download .title,
	.lyt-legal-doc .mod-download .bs-sec .sec-head .title.lg,
	.bs-sec .sec-head .lyt-legal-doc .mod-download .title.lg,
	.lyt-legal-doc .mod-download .mod-reviews .timestamp,
	.mod-reviews .lyt-legal-doc .mod-download .timestamp,
	.lyt-legal-doc .mod-download .mod-msg-ceo .timestamp,
	.mod-msg-ceo .lyt-legal-doc .mod-download .timestamp,
	.lyt-legal-doc .mod-download .mod-timeline .grp-desc .desc,
	.mod-timeline .grp-desc .lyt-legal-doc .mod-download .desc,
	.lyt-legal-doc .mod-download .mod-phase .table-wrap .meta-text,
	.mod-phase .table-wrap .lyt-legal-doc .mod-download .meta-text {
		margin-left: 0;
		line-height: 22px;
	}
}

.pg-senior-home .mod-feature .grp-detail .desc p {
	font-size: 18px;
}

@media only screen and (max-width:768px) {
	.pg-senior-home .mod-feature {
		min-height: 210px;
	}

	.pg-senior-home .mod-feature .grp-detail .desc p {
		font-size: 14px;
		line-height: 18px;
	}
}

.pg-care-homes .mod-blog .grp-blog-info .desc p {
	font-size: 15px;
	line-height: 20px;
}

@media only screen and (max-width:768px) {
	.pg-care-homes .mod-blog .grp-blog-info .desc p {
		font-size: 14px;
		line-height: 18px;
	}
}

.pg-investors .lyt-investors-tab-content {
	position: relative;
	min-height: 900px;
}

.pg-investors .lyt-investors-tab-content .lyt-investment-news {
	position: absolute;
	right: 0;
}

@media only screen and (max-width:768px) {
	.pg-investors .lyt-investors-tab-content {
		min-height: 0;
	}

	.pg-investors .lyt-investors-tab-content .lyt-investment-news {
		position: relative;
		right: 0;
	}

	.pg-investors .lyt-investors-tab-content .lyt-investment-news .swiper-container {
		padding-bottom: 35px;
	}
}

.pg-defence .bs-banner .grp-title .banner-title {
	left: 160px;
}

@media only screen and (max-width:768px) {
	.pg-defence .bs-banner .grp-title .banner-title {
		left: 10px;
	}
}

.thm-comfort .mod-feature .grp-icon .icon {
	color: #f2ad00;
}

.thm-comfort .mod-feature .grp-detail .desc .read-more {
	color: #f2ad00;
}

.thm-comfort .mod-feature .grp-detail .desc .read-more .icon {
	color: #f2ad00;
}

.thm-comfort .nav-tabs.typ-theme li:hover a {
	background: #f2ad00;
}

.thm-comfort .nav-tabs.typ-theme li.active a,
.thm-comfort .nav-tabs.typ-theme li.active a:focus,
.thm-comfort .nav-tabs.typ-theme li.active a:hover {
	background: #f2ad00;
}

.thm-comfort .lyt-project-list .btn-block {
	background: #231f20;
}

.thm-comfort .mod-blog .btn-cta {
	background: #f2ad00;
}

.thm-comfort .mod-concept-senior-living .title,
.thm-comfort .mod-concept-senior-living .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .thm-comfort .mod-concept-senior-living .title.lg,
.thm-comfort .mod-concept-senior-living .mod-reviews .timestamp,
.mod-reviews .thm-comfort .mod-concept-senior-living .timestamp,
.thm-comfort .mod-concept-senior-living .mod-msg-ceo .timestamp,
.mod-msg-ceo .thm-comfort .mod-concept-senior-living .timestamp,
.thm-comfort .mod-concept-senior-living .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .thm-comfort .mod-concept-senior-living .desc,
.thm-comfort .mod-concept-senior-living .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .thm-comfort .mod-concept-senior-living .meta-text {
	color: #f2ad00;
}

.thm-comfort .bs-checkbox input[type="checkbox"]:not(old)+label:before {
	color: #f2ad00;
	border: solid 1px #f2ad00;
}

.thm-comfort .mod-project .btn-cta.share {
	background: #f2ad00;
}

.thm-comfort .mod-project .view-360 {
	color: #f2ad00;
}

.thm-comfort .bs-radio input[type="radio"]:checked:not(old)+label:after {
	background-color: #f2ad00;
}

.thm-comfort .bs-icon-text .icon {
	color: #f2ad00;
}

.thm-comfort .lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text .icon,
.thm-comfort .lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text .icon {
	color: #f2ad00;
}

.thm-senior-living .mod-feature .grp-icon .icon {
	color: #ff9016;
}

.thm-senior-living .mod-feature .grp-detail .desc .read-more {
	color: #ff9016;
}

.thm-senior-living .mod-feature .grp-detail .desc .read-more .icon {
	color: #ff9016;
}

.thm-senior-living .nav-tabs.typ-theme li:hover a {
	background: #ff9016;
}

.thm-senior-living .nav-tabs.typ-theme li.active a,
.thm-senior-living .nav-tabs.typ-theme li.active a:focus,
.thm-senior-living .nav-tabs.typ-theme li.active a:hover {
	background: #ff9016;
}

.thm-senior-living .lyt-project-list .btn-block {
	background: #231f20;
}

.thm-senior-living .mod-blog .btn-cta {
	background: #ff9016;
}

.thm-senior-living .mod-concept-senior-living .title,
.thm-senior-living .mod-concept-senior-living .bs-sec .sec-head .title.lg,
.bs-sec .sec-head .thm-senior-living .mod-concept-senior-living .title.lg,
.thm-senior-living .mod-concept-senior-living .mod-reviews .timestamp,
.mod-reviews .thm-senior-living .mod-concept-senior-living .timestamp,
.thm-senior-living .mod-concept-senior-living .mod-msg-ceo .timestamp,
.mod-msg-ceo .thm-senior-living .mod-concept-senior-living .timestamp,
.thm-senior-living .mod-concept-senior-living .mod-timeline .grp-desc .desc,
.mod-timeline .grp-desc .thm-senior-living .mod-concept-senior-living .desc,
.thm-senior-living .mod-concept-senior-living .mod-phase .table-wrap .meta-text,
.mod-phase .table-wrap .thm-senior-living .mod-concept-senior-living .meta-text {
	color: #ff9016;
}

.thm-senior-living .bs-radio input[type="radio"]:checked:not(old)+label:after {
	background-color: #ff9016;
}

.thm-senior-living .bs-checkbox input[type="checkbox"]:not(old)+label:before {
	color: #ff9016;
	border: solid 1px #ff9016;
}

.thm-senior-living .bs-icon-text .icon {
	color: #ff9016;
}

.thm-senior-living .lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text .icon,
.thm-senior-living .lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text .icon {
	color: #ff9016;
}

.thm-senior-living .mod-project .btn-cta.share {
	background: #ff9016;
}

.thm-senior-living .mod-project .view-360 {
	color: #ff9016;
}

.ie .lyt-content.bottom-shadow:after {
	background-image: url(../images/shadow_ie.png);
}

.ie .lyt-content.top-shadow:before {
	background-image: url(../images/shadow_ie.png);
}

.ie .mod-senior-living .swiper-container {
	overflow: visible;
}

.desktop .lyt-what-we-offer .swiper-container {
	overflow: visible;
}

.desktop .lyt-what-we-offer .swiper-wrapper {
	width: auto;
	height: auto;
	display: block;
}

.desktop .lyt-what-we-offer .swiper-wrapper .swiper-slide {
	width: 33.333333%;
}

@media only screen and (max-width:480px) and (min-width:220px) {
	.modal .close {
		top: 16px !important;
		right: 15px !important;
	}

	.bs-banner {
		height: 276px;
	}
}

@media only screen and (min-width:1000px) and (max-width:1500px) {
	.panzoom {
		height: 450px !important;
		margin: 0 auto;
	}
}

@media only screen and (min-width:1900px) and (max-width:2500px) {
	.swiper-wrapper {
		height: 50%;
	}

	.new-right-panel1 {
		width: 100%;
		float: right;
		height: auto;
		text-align: justify;
		margin-left: 20px;
	}
}

@media only screen and (max-width:480px) and (min-width:320px) {
	.new-right-panel {
		height: auto !important;
		width: 100%;
		position: relative;
		z-index: 10000 !important;
	}

	.mod-video.full-width .modal-content .modal-body .video-content iframe {
		height: auto;
		width: 100%;
	}

	.mod-concept .img-wrap img {
		width: 328px !important;
		background-size: cover;
	}
}

@media only screen and (max-width:480px) and (min-width:220px) {
	.mod-concept .img-wrap img {
		width: 348px;
		background-size: cover;
	}

	.bs-banner {
	height: 277px;
		background-size: 100%;
	    background-position: center;
    background-size: cover;
	}

	.h2-new-banner-class1 {
		top: 100px;
	}
}

@media only screen and (max-width:640px) and (min-width:360px) and (orientation:portrait) {
	.mod-concept .img-wrap img {
		width: 358px;
		background-size: cover;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.form-group .form-control {
		font-size: 13px;
		line-height: 16px;
		height: 41px;
		margin-top: 14px;
		width: 100%;
		float: left;
		margin-bottom: 15px;
		max-width: 100% !important;
		margin-left: -1px;
	}

	.swiper-container {
		padding-bottom: 0;
		overflow: scroll;
	}

	.bs_home {
		height: 373px !important;
		padding: 16px;
	}

	.bs-radio input[type="radio"]:not(old)+label {
		display: inline-block;
		margin-left: 0px;
		padding-left: 26px;
		font-size: 18px;
		line-height: 18px;
		cursor: pointer;
		color: #666;
		position: relative;
		font-weight: 600;
	}

	.bs-radio input[type="radio"]:not(old) {
		margin: 0;
		opacity: 0;
		padding: 0;
		width: 468px;
		cursor: pointer;
	}

	.lyt-project-category {
		width: 100%;
	}

	.lyt-detail-action .cm-actions:first-child .btn {
		padding: 4px 20px;
		line-height: 44px;
		margin-right: 20px;
		min-width: 200px;
	}

	.col-md-9 {
		width: 75%;
		padding-left: 15px;
		float: right;
	}

	.bs-banner .grp-video #playBtn {
		font-size: 18px;
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		top: 21%;
		background: #d0232a;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		margin: -40px auto 0;
		color: #fff;
		cursor: pointer;
		z-index: 10;
		display: block;
	}

	.bs_home {
		height: 299px !important;
		margin-bottom: 5%;
	}

	.mod-main-nav .nav-item .nav-link {
		height: auto;
		padding: 11px;
		font-size: 16px;
	}

	.visitor_view {
		background: #fe9015;
		border-radius: 100%;
		color: #fff;
		margin-top: 250px;
		position: fixed;
		z-index: 10;
		margin-left: 77% !important;
		font-size: 12px;
	}

	.ChatFrame {
		display: none !important;
	}

	.mod-video-bgimg .link-wrap ul li {
		width: 33%;
		margin: 0;
		padding: 0;
		margin-left: 1px;
	}

	.mod-blog .img-wrap .btn-share {
		position: absolute;
		right: 0;
		bottom: 5px;
		background-color: #d0232a;
		color: #ffffff;
		text-align: center;
		padding-left: 8px;
		padding-top: 5px;
	}

	.sec-cont {
		overflow-x: hidden;
	}

	.lyt-what-we-offer .bs-sec {
		display: block;
	}

	.form-group .form-control {
		font-size: 13px;
		line-height: 16px;
		height: 41px;
		margin-top: 14px;
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}

	.mod-presence .item a {
		padding: 5px 10px;
		font-size: 11px;
		line-height: 15px;
	}

	.youtube-player {
		padding-bottom: 41.23% !important;
	}

	.mod-directors {
		margin: 10px 10px 20px 20px;
		width: 100%;
		float: left;
	}

	.lyt-activities .mod-activities .swiper-container .swiper-slide {
		width: 20%;
		height: auto;
	}

	.bs-banner .grp-title {
		background: transparent url(../images/banner_shadow.png) repeat-x scroll 0 0;
		left: 0;
		position: relative;
		text-align: left;
		text-shadow: none;
		right: 0;
		height: 128px;
		z-index: 1;
		margin-top: -17%;
	}

	.bs-banner {
		height: 374px !important;
		position: inherit;
	}

	.bs-select .custom-select .ms-choice {
		padding: 2px 6px;
		height: 30px;
		width: 224px;
		margin-right: 101px;
	}

	.h3-new-class {
		border: none;
		color: #ffce00;
		font-size: 14px;
		outline: none;
		box-shadow: none;
		min-width: auto;
		margin-right: 6px;
		font-size: 13px;
		font-weight: 600;
		padding-bottom: 12px;
	}

	.mod-main-nav .nav-item .sub-nav {
		position: absolute;
		top: 46px;
		background: #ffffff;
		display: none;
		transition: all 0.5s ease 0s;
		z-index: 2;
		left: 0;
		right: 1px;
		-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
		width: 205px;
	}

	.no-lyt-swiper .no-swiper-slide {
		float: left;
		width: 237px;
	}

	.btn.btn-cta {
		width: 26px;
		height: 26px;
		line-height: 23px;
		font-size: 10px;
		padding-left: 7px;
	}

	.modal .modal-content {
		box-shadow: none;
		border-radius: 2px;
		border-color: #d5d5d5;
	}

	.modal-lg {
		width: 100%;
	}

	.icon.sm {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.mod-feature {
		border: 1px solid #f2f2f2;
		padding: 20px 10px 10px 10px;
		min-height: 123px;
		margin: 0 6px;
	}

	.thm-comfort .mod-feature .grp-detail .desc .read-more {
		color: #f2ad00;
		float: left;
	}

	.lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text,
	.lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text {
		width: 210px;
		padding: 0;
		vertical-align: top;
		position: relative;
		cursor: pointer;
		color: #666;
		float: none;
		display: inline-block;
		margin: 0;
	}

	.nav-tabs.typ-vertical {
		padding-right: 23px;
		display: inline-grid;
		float: left;
	}

	.mod-footer {
		position: relative;
		bottom: auto;
		background: #231f20;
		top: auto;
		overflow-y: auto;
		padding-top: 5%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.mod-feature {
		border: 1px solid #f2f2f2;
		padding: 20px 10px 10px 10px;
		min-height: 155px;
		margin: 0 6px;
	}

	.mod-feature .grp-detail .desc .read-more {
		font-size: 12px;
		line-height: 14px;
		text-align: left !important;
		display: block;
		padding: 0;
		font-weight: 600;
	}

	.col-md-3 {
		width: 25%;
	}

	.form-control {
		margin-left: 12px;
		margin-bottom: 20px;
		max-width: 71% !important;
		float: right;
		margin-top: 15px;
		border-radius: 0px;
		border: #5d5d5d solid 1px;
		margin-right: 9px;
		height: 36px;
		font-weight: 700;
		font-size: 15px;
		color: #a0a0a0;
		text-transform: lowercase;
	}

	input {
		width: 100%;
	}

	.fade.in {
		opacity: 1;
		background: #fff;
		padding-top: 3%;
	}

	.bs-banner .grp-video video {
		transform: translate(-50%, -2%) !important;
	}

	.bs-banner {
		height: 482px !important;
		position: inherit;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.bs-banner .grp-title {
		position: absolute !important;
	}
}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
	.bs-radio input[type="radio"]:not(old)+label {
		display: inline-block;
		margin-left: 0px;
		padding-left: 34px;
		font-size: 18px;
		line-height: 18px;
		cursor: pointer;
		color: #666;
		position: relative;
		font-weight: 600;
	}

	.modal-lg {
		width: 900px;
	}

	.no-lyt-swiper .no-swiper-slide {
		float: left;
		width: 310px;
	}

	.content1 {
		position: relative;
		background-color: #fff;
		border: 1px solid #999;
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 6px;
		outline: 0;
		-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		background-clip: padding-box;
		margin-top: -3% !important;
	}

	.header1 {
		min-height: 16.42857143px;
		padding: 18px;
		border-bottom: 1px solid #e5e5e5;
		background: #bb2826 !important;
		margin-top: -5% !important;
	}

	.mod-main-nav .nav-item .nav-link {
		height: auto;
		padding: 12px;
		font-size: 13px;
		line-height: 76px;
	}

	.visitor_view {
		background: #fe9015;
		border-radius: 100%;
		color: #fff;
		margin-top: 250px;
		position: fixed;
		z-index: 10;
		margin-left: 85% !important;
		font-size: 12px;
	}

	.ChatFrame {
		display: none !important;
	}

	.swiper-container {
		margin: 0 auto;
		position: relative;
		overflow: auto;
		z-index: 1;
	}

	.swiper-wrapper {
		width: 90%;
	}
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
	iframe {
		height: 600px;
	}

	.sec-cont iframe {
		height: auto;
	}
}

@media only screen and (min-width:1600px) and (max-width:1900px) {
	.bs-banner {
		height: 650px !important;
	}
}

@media only screen and (min-width:1920px) and (max-width:2500px) {
	.bs-banner {
		position: relative;
		height: 780px !important;
		overflow: hidden;
		background-size: cover;
		background-position: top center;
	}

	iframe {
		height: 720px;
	}

	.sec-cont iframe {
		height: auto;
	}

	.top1 {
		margin-top: 340px;
	}

	#collapse21 li {
		list-style: disc;
	}

	.bg5 {
		height: 800px !important;
	}
}

@charset "UTF-8";

@font-face {
	font-family: "ashiana";
	src: url("../fonts/ashiana.eot");
	src: url("../fonts/ashiana.eot?#iefix") format("embedded-opentype"), url("../fonts/ashiana.woff") format("woff"), url("../fonts/ashiana.ttf") format("truetype"), url("../fonts/ashiana.svg#ashiana") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before {
	font-family: "ashiana" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "ashiana" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zoom-out:before {
	content: "\62";
}

.icon-360:before {
	content: "\63";
}

.icon-activities:before {
	content: "\64";
}

.icon-age-friendly:before {
	content: "\65";
}

.icon-arrow-down:before {
	content: "\66";
}

.icon-arrow-left:before {
	content: "\67";
}

.icon-arrow-right2:before {
	content: "\68";
}

.icon-arrow-right:before {
	content: "\69";
}

.icon-arrow-up:before {
	content: "\6a";
}

.icon-ashiana-logo:before {
	content: "\6b";
}

.icon-available:before {
	content: "\6c";
}

.icon-buyer:before {
	content: "\6d";
}

.icon-calculator:before {
	content: "\6e";
}

.icon-ease-of-process:before {
	content: "\6f";
}

.icon-download:before {
	content: "\70";
}

.icon-download1:before {
	content: "\71";
}

.icon-direction:before {
	content: "\72";
}

.icon-dining-facility:before {
	content: "\73";
}

.icon-customer-care:before {
	content: "\74";
}

.icon-flag:before {
	content: "\75";
}

.icon-chat:before {
	content: "\77";
}

.icon-car:before {
	content: "\78";
}

.icon-cancel:before {
	content: "\79";
}

.icon-call:before {
	content: "\7a";
}

.icon-call2:before {
	content: "\41";
}

.icon-emergency-care:before {
	content: "\42";
}

.icon-full-view:before {
	content: "\43";
}

.icon-facebook:before {
	content: "\44";
}

.icon-floor-plan:before {
	content: "\45";
}

.icon-google:before {
	content: "\46";
}

.icon-hamburger-menu:before {
	content: "\47";
}

.icon-help-ashianan:before {
	content: "\48";
}

.icon-visibilty:before {
	content: "\49";
}

.icon-history:before {
	content: "\4a";
}

.icon-hobby-club:before {
	content: "\4b";
}

.icon-image:before {
	content: "\4c";
}

.icon-investor-relations:before {
	content: "\4d";
}

.icon-linkedin:before {
	content: "\4e";
}

.icon-resale-rental:before {
	content: "\4f";
}

.icon-more-icon:before {
	content: "\50";
}

.icon-query:before {
	content: "\51";
}

.icon-profile-login:before {
	content: "\52";
}

.icon-price-list:before {
	content: "\53";
}

.icon-environment:before {
	content: "\54";
}

.icon-pause:before {
	content: "\55";
}

.icon-play:before {
	content: "\56";
}

.icon-parking:before {
	content: "\57";
}

.icon-services:before {
	content: "\58";
}

.icon-maintenance-services:before {
	content: "\59";
}

.icon-loactaion:before {
	content: "\5a";
}

.icon-safety-security:before {
	content: "\30";
}

.icon-safety-security2:before {
	content: "\31";
}

.icon-search:before {
	content: "\32";
}

.icon-seller:before {
	content: "\33";
}

.icon-email:before {
	content: "\34";
}

.icon-share:before {
	content: "\35";
}

.icon-smooth-transaction:before {
	content: "\36";
}

.icon-mail-send:before {
	content: "\37";
}

.icon-you-tube:before {
	content: "\38";
}

.icon-zoom-in:before {
	content: "\39";
}

.icon-offices:before {
	content: "\21";
}

.icon-share2:before {
	content: "\22";
}

.icon-assets-checkbox:before {
	content: "\76";
}

.icon-download-1:before {
	content: "\23";
}

.icon-active-life:before {
	content: "\24";
}

.icon-age-friendly-1:before {
	content: "\25";
}

.icon-continue-care:before {
	content: "\26";
}

.icon-creating-conviniance:before {
	content: "\27";
}

.icon-dining-hall:before {
	content: "\28";
}

.icon-direct-deals:before {
	content: "\29";
}

.icon-download-2:before {
	content: "\2a";
}

.icon-emergency-care-1:before {
	content: "\2b";
}

.icon-floor-plan-1:before {
	content: "\2c";
}

.icon-green-open-area:before {
	content: "\2d";
}

.icon-hassel-free-documents:before {
	content: "\2e";
}

.icon-hassel-free-living:before {
	content: "\2f";
}

.icon-intelligent-design:before {
	content: "\3a";
}

.icon-transparent-transaction:before {
	content: "\3b";
}

.icon-transparancy:before {
	content: "\3c";
}

.icon-timely-possession:before {
	content: "\3d";
}

.icon-sports-facilities-2:before {
	content: "\3e";
}

.icon-sports-facilities:before {
	content: "\3f";
}

.icon-safe-secure:before {
	content: "\40";
}

.icon-maintaince-maagement:before {
	content: "\5b";
}

.icon-other-facilities-1:before {
	content: "\5d";
}

.icon-other-facilities:before {
	content: "\5e";
}

.icon-secured-living:before {
	content: "\5f";
}

.icon-club-house:before {
	content: "\60";
}

.icon-online-booking:before {
	content: "\7b";
}

.icon-icon-video:before {
	content: "\7c";
}

.icon-35-years:before {
	content: "\7d";
}

.icon-active-senior-living:before {
	content: "\7e";
}

.icon-constructed:before {
	content: "\5c";
}

.icon-construction-capability:before {
	content: "\e000";
}

.icon-direct-sale:before {
	content: "\e001";
}

.icon-maintenance-management:before {
	content: "\e002";
}

.icon-under-development:before {
	content: "\e003";
}

.icon-search-minus:before {
	content: "\e004";
}

.icon-search-plus:before {
	content: "\e005";
}

.icon-calendar:before {
	content: "\e006";
}

.icon-twitter:before {
	content: "\e007";
}

.icon-instagram:before {
	content: "\e008";
}

.icon-learning:before {
	content: "\e009";
}

.icon-badminton:before {
	content: "\e00a";
}

.icon-basketball:before {
	content: "\e00b";
}

.icon-cctv:before {
	content: "\e00c";
}

.icon-cricket:before {
	content: "\e00d";
}

.icon-library:before {
	content: "\e00f";
}

.icon-tt:before {
	content: "\e010";
}

.icon-pool:before {
	content: "\e011";
}

.icon-gym:before {
	content: "\e012";
}

.icon-swimming-pool:before {
	content: "\e013";
}

.icon-tenniss:before {
	content: "\e014";
}

.icon-garbage:before {
	content: "\e015";
}

.icon-play-area:before {
	content: "\e016";
}

.icon-ambulance:before {
	content: "\e017";
}

.icon-temple:before {
	content: "\e018";
}

.icon-groceries:before {
	content: "\e019";
}

.icon-parking-1:before {
	content: "\e01a";
}

.icon-board-games:before {
	content: "\e01b";
}

.icon-cafe:before {
	content: "\e01c";
}

.icon-garden:before {
	content: "\e01d";
}

.icon-intercom:before {
	content: "\e01e";
}

.icon-meeting:before {
	content: "\e01f";
}

.icon-security:before {
	content: "\e020";
}

.icon-skating:before {
	content: "\e021";
}

.icon-theatre:before {
	content: "\e022";
}

.icon-golf-cart:before {
	content: "\e023";
}

.icon-transport:before {
	content: "\e024";
}

.icon-meditation:before {
	content: "\e025";
}

.icon-activity:before {
	content: "\e026";
}

.icon-multihall:before {
	content: "\e027";
}

.icon-cards:before {
	content: "\e028";
}

.icon-sauna:before {
	content: "\e029";
}

.icon-yoga:before {
	content: "\e02a";
}

.icon-party:before {
	content: "\e02b";
}

.icon-lounge:before {
	content: "\e02c";
}

.icon-craft:before {
	content: "\e02d";
}

.icon-birthday:before {
	content: "\e02e";
}

.icon-housekeeping:before {
	content: "\e02f";
}

.icon-doctor:before {
	content: "\e030";
}

.icon-notice:before {
	content: "\e031";
}

.icon-concierge:before {
	content: "\e032";
}

.icon-salon:before {
	content: "\e033";
}

.icon-laundry:before {
	content: "\e034";
}

.icon-bar:before {
	content: "\e036";
}

.icon-pharmacy:before {
	content: "\e037";
}

.icon-music:before {
	content: "\e038";
}

.icon-nurse:before {
	content: "\e039";
}

.icon-test1:before {
	content: "\e03a";
}

.icon-dummy:before {
	content: "\e03c";
}

.icon-power:before {
	content: "\e03d";
}

.icon-lamp:before {
	content: "\e03e";
}

.icon-vcard:before {
	content: "\e03f";
}

.icon-graduation-cap:before {
	content: "\e040";
}

.icon-hammer-and-wrench:before {
	content: "\e00e";
}

.icon-foosball-1:before {
	content: "\e04d";
}

.icon-1:before {
	content: "\e041";
}

.icon-4:before {
	content: "\e035";
}

.icon-art:before {
	content: "\e03b";
}

.icon-baking:before {
	content: "\e042";
}

.icon-dance:before {
	content: "\e043";
}

.icon-music-1:before {
	content: "\e044";
}

.icon-plant:before {
	content: "\e045";
}

.icon-readingroom:before {
	content: "\e046";
}

.icon-tution:before {
	content: "\e047";
}

.icon-flash:before {
	content: "\e048";
}

.icon-foosball-1:before {
	content: "\e050";
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
	color: #468847;
	background-color: #DFF0D8;
	border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}

.form-group .form-control.parsley-error {
	color: #B94A48;
	border: 1px solid red;
}

.parsley-errors-list {
	margin: 2px 0 3px;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 0.9em;
	opacity: 0;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}

.alert ul.parsley-errors-list li {
	color: #ffffff;
	padding-top: 5px;
	font-size: 13px;
	line-height: 16px;
}

ul.parsley-errors-list li {
	color: #ff0000;
	padding-top: 5px;
	font-size: 13px;
	line-height: 16px;
}

.parsley-errors-list.filled {
	opacity: 1;
}

.parsley-min {
	color: #ff0039;
}

.iconcolor {
	color: #000000 !important;
}

.iconWeb {
	margin-bottom: 15px;
	font-size: 46px;
	line-height: 50px;
	color: #fcce01;
	display: inline-block;
	font: normal normal normal 60px/1 ashiana;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
}

.iconWeb.sm {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.iconWeb.md {
	width: 56px;
	height: 56px;
	line-height: 56px;
}

.iconWeb.typ-round {
	border-radius: 50%;
}

.iconWeb.thm-fb-bg-color {
	background-color: #3c5a97;
	color: #fff;
}

.select2-container {
	margin: 0;
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.select2-container .select2-choice {
	display: block;
	height: 26px;
	padding: 0 0 0 8px;
	overflow: hidden;
	position: relative;
	border: 1px solid #aaa;
	white-space: nowrap;
	line-height: 26px;
	color: #444;
	text-decoration: none;
	border-radius: 4px;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
	background-image: -webkit-linear-gradient(center bottom, #eee 0, #fff 50%);
	background-image: -moz-linear-gradient(center bottom, #eee 0, #fff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	background-image: linear-gradient(to top, #eee 0, #fff 50%)
}

html[dir="rtl"] .select2-container .select2-choice {
	padding: 0 8px 0 0
}

.select2-container.select2-drop-above .select2-choice {
	border-bottom-color: #aaa;
	border-radius: 0 0 4px 4px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
	background-image: -webkit-linear-gradient(center bottom, #eee 0, #fff 90%);
	background-image: -moz-linear-gradient(center bottom, #eee 0, #fff 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	background-image: linear-gradient(to bottom, #eee 0, #fff 90%)
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
	margin-right: 42px
}

.select2-container .select2-choice>.select2-chosen {
	margin-right: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: none;
	width: auto
}

html[dir="rtl"] .select2-container .select2-choice>.select2-chosen {
	margin-left: 26px;
	margin-right: 0
}

.select2-container .select2-choice abbr {
	display: none;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 24px;
	top: 8px;
	font-size: 1px;
	text-decoration: none;
	border: 0;
	background: url('select2.png') right top no-repeat;
	cursor: pointer;
	outline: 0
}

.select2-container.select2-allowclear .select2-choice abbr {
	display: inline-block
}

.select2-container .select2-choice abbr:hover {
	background-position: right -11px;
	cursor: pointer
}

.select2-drop-mask {
	border: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 9998;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-drop {
	width: 100%;
	margin-top: -1px;
	position: absolute;
	z-index: 9999;
	top: 100%;
	background: #fff;
	color: #000;
	border: 1px solid #aaa;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.select2-drop.select2-drop-above {
	margin-top: 1px;
	border-top: 1px solid #aaa;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 -4px 5px rgba(0, 0, 0, .15)
}

.select2-drop-active {
	border: 1px solid #5897fb;
	border-top: 0
}

.select2-drop.select2-drop-above.select2-drop-active {
	border-top: 1px solid #5897fb
}

.select2-drop-auto-width {
	border-top: 1px solid #aaa;
	width: auto
}

.select2-container .select2-choice .select2-arrow {
	display: inline-block;
	width: 18px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #aaa;
	border-radius: 0 4px 4px 0;
	background-clip: padding-box;
	background: #ccc;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
	background-image: -webkit-linear-gradient(center bottom, #ccc 0, #eee 60%);
	background-image: -moz-linear-gradient(center bottom, #ccc 0, #eee 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
	background-image: linear-gradient(to top, #ccc 0, #eee 60%)
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
	left: 0;
	right: auto;
	border-left: 0;
	border-right: 1px solid #aaa;
	border-radius: 4px 0 0 4px
}

.select2-container .select2-choice .select2-arrow b {
	display: block;
	width: 100%;
	height: 100%;
	background: url('select2.png') no-repeat 0 1px
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
	background-position: 2px 1px
}

.select2-search {
	display: inline-block;
	width: 100%;
	min-height: 26px;
	margin: 0;
	padding: 4px 4px 0 4px;
	position: relative;
	z-index: 10000;
	white-space: nowrap
}

.select2-search input {
	width: 100%;
	height: auto !important;
	min-height: 26px;
	padding: 4px 20px 4px 5px;
	margin: 0;
	outline: 0;
	font-family: sans-serif;
	font-size: 1em;
	border: 1px solid #aaa;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff url('select2.png') no-repeat 100% -22px;
	background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
	background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0
}

html[dir="rtl"] .select2-search input {
	padding: 4px 5px 4px 20px;
	background: #fff url('select2.png') no-repeat -37px -22px;
	background: url('select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
	background: url('select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0
}

.select2-search input.select2-active {
	background: #fff url('select2-spinner.gif') no-repeat 100%;
	background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
	background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	border: 1px solid #5897fb;
	outline: 0;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.select2-dropdown-open .select2-choice {
	border-bottom-color: transparent;
	-webkit-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
	background-image: -webkit-linear-gradient(center bottom, #fff 0, #eee 50%);
	background-image: -moz-linear-gradient(center bottom, #fff 0, #eee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	background-image: linear-gradient(to top, #fff 0, #eee 50%)
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
	border: 1px solid #5897fb;
	border-top-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
	background-image: -webkit-linear-gradient(center top, #fff 0, #eee 50%);
	background-image: -moz-linear-gradient(center top, #fff 0, #eee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%)
}

.select2-dropdown-open .select2-choice .select2-arrow {
	background: transparent;
	border-left: 0;
	filter: none
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
	border-right: 0
}

.select2-dropdown-open .select2-choice .select2-arrow b {
	background-position: -18px 1px
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
	background-position: -16px 1px
}

.select2-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.select2-results {
	max-height: 200px;
	padding: 0 0 0 4px;
	margin: 4px 4px 4px 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html[dir="rtl"] .select2-results {
	padding: 0 4px 0 0;
	margin: 4px 0 4px 4px
}

.select2-results ul.select2-result-sub {
	margin: 0;
	padding-left: 0
}

.select2-results li {
	list-style: none;
	display: list-item;
	background-image: none
}

.select2-results li.select2-result-with-children>.select2-result-label {
	font-weight: bold
}

.select2-results .select2-result-label {
	padding: 3px 7px 4px;
	margin: 0;
	cursor: pointer;
	min-height: 1em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.select2-results-dept-1 .select2-result-label {
	padding-left: 20px
}

.select2-results-dept-2 .select2-result-label {
	padding-left: 40px
}

.select2-results-dept-3 .select2-result-label {
	padding-left: 60px
}

.select2-results-dept-4 .select2-result-label {
	padding-left: 80px
}

.select2-results-dept-5 .select2-result-label {
	padding-left: 100px
}

.select2-results-dept-6 .select2-result-label {
	padding-left: 110px
}

.select2-results-dept-7 .select2-result-label {
	padding-left: 120px
}

.select2-results .select2-highlighted {
	background: #3875d7;
	color: #fff
}

.select2-results li em {
	background: #feffde;
	font-style: normal
}

.select2-results .select2-highlighted em {
	background: transparent
}

.select2-results .select2-highlighted ul {
	background: #fff;
	color: #000
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
	background: #f4f4f4;
	display: list-item;
	padding-left: 5px
}

.select2-results .select2-disabled.select2-highlighted {
	color: #666;
	background: #f4f4f4;
	display: list-item;
	cursor: default
}

.select2-results .select2-disabled {
	background: #f4f4f4;
	display: list-item;
	cursor: default
}

.select2-results .select2-selected {
	display: none
}

.select2-more-results.select2-active {
	background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%
}

.select2-results .select2-ajax-error {
	background: rgba(255, 50, 50, .2)
}

.select2-more-results {
	background: #f4f4f4;
	display: list-item
}

.select2-container.select2-container-disabled .select2-choice {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
	background-color: #f4f4f4;
	background-image: none;
	border-left: 0
}

.select2-container.select2-container-disabled .select2-choice abbr {
	display: none
}

.select2-container-multi .select2-choices {
	height: auto !important;
	height: 1%;
	margin: 0;
	padding: 0 5px 0 0;
	position: relative;
	border: 1px solid #aaa;
	cursor: text;
	overflow: hidden;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
	background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
	background-image: linear-gradient(to bottom, #eee 1%, #fff 15%)
}

html[dir="rtl"] .select2-container-multi .select2-choices {
	padding: 0 0 0 5px
}

.select2-locked {
	padding: 3px 5px 3px 5px !important
}

.select2-container-multi .select2-choices {
	min-height: 26px
}

.select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #5897fb;
	outline: 0;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.select2-container-multi .select2-choices li {
	float: left;
	list-style: none
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
	float: right
}

.select2-container-multi .select2-choices .select2-search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap
}

.select2-container-multi .select2-choices .select2-search-field input {
	padding: 5px;
	margin: 1px 0;
	font-family: sans-serif;
	font-size: 100%;
	color: #666;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent !important
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
	background: #fff url('select2-spinner.gif') no-repeat 100% !important
}

.select2-default {
	color: #999 !important
}

.select2-container-multi .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 18px;
	margin: 3px 0 3px 5px;
	position: relative;
	line-height: 13px;
	color: #333;
	cursor: default;
	border: 1px solid #aaa;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #e4e4e4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%)
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 18px 3px 5px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
	cursor: default
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
	background: #d4d4d4
}

.select2-search-choice-close {
	display: block;
	width: 12px;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 4px;
	font-size: 1px;
	outline: 0;
	background: url('select2.png') right top no-repeat
}

html[dir="rtl"] .select2-search-choice-close {
	right: auto;
	left: 3px
}

.select2-container-multi .select2-search-choice-close {
	left: 3px
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
	left: auto;
	right: 2px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
	background-position: right -11px
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
	background-position: right -11px
}

.select2-container-multi.select2-container-disabled .select2-choices {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 5px;
	border: 1px solid #ddd;
	background-image: none;
	background-color: #f4f4f4
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
	display: none;
	background: 0
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
	text-decoration: underline
}

.select2-offscreen,
.select2-offscreen:focus {
	clip: rect(0 0 0 0) !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	outline: 0 !important;
	left: 0 !important;
	top: 0 !important
}

.select2-display-none {
	display: none
}

.select2-measure-scrollbar {
	position: absolute;
	top: -10000px;
	left: -10000px;
	width: 100px;
	height: 100px;
	overflow: scroll
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:2dppx) {

	.select2-search input,
	.select2-search-choice-close,
	.select2-container .select2-choice abbr,
	.select2-container .select2-choice .select2-arrow b {
		background-image: url('select2x2.png') !important;
		background-repeat: no-repeat !important;
		background-size: 60px 40px !important
	}

	.select2-search input {
		background-position: 100% -21px !important
	}
}

@charset "UTF-8";

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

@-webkit-keyframes flash {

	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

@keyframes flash {

	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}

	100% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}

	80% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
}

@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(.95);
		-ms-transform: scale(.95);
		transform: scale(.95);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		-ms-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		-ms-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40% {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	100% {
		-webkit-transform: translateY(700px);
		-ms-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		-ms-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

.jq-ry-container {
	position: relative;
	padding: 0 5px;
	line-height: 0;
	display: block;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	direction: ltr
}

.jq-ry-container[readonly=readonly] {
	cursor: default
}

.jq-ry-container>.jq-ry-group-wrapper {
	position: relative;
	width: 100%
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group {
	position: relative;
	line-height: 0;
	z-index: 10;
	white-space: nowrap
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
	display: inline-block
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group {
	width: 100%
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
	width: 0;
	z-index: 11;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

button {
	background-color: transparent;
	color: inherit;
	border-width: 0;
	padding: 0;
	cursor: pointer;
}

figure {
	margin: 0;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin: 0;
}

ul,
ol,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

p {
	margin: 0;
}

cite {
	font-style: normal;
}

fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[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 {
	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-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

@font-face {
	font-family: "ashiana-new";
	src: url("../fonts/ashiana-new.eot");
	src: url("../fonts/ashiana-new.eot?#iefix") format("embedded-opentype"), url("../fonts/ashiana-new.woff") format("woff"), url("../fonts/ashiana-new.ttf") format("truetype"), url("../fonts/ashiana-new.svg#ashiana-new") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before {
	font-family: "ashiana-new" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^=a-icon-]:before,
[class*=" a-icon-"]:before {
	font-family: "ashiana-new" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.a-icon-left-arrow:before {
	content: "a";
}

.a-icon-right-arrow:before {
	content: "b";
}

.a-icon-next:before {
	content: "c";
}

.a-icon-inr:before {
	content: "d";
}

.a-icon-next-i:before {
	content: "e";
}

.a-icon-prev-i:before {
	content: "f";
}

.a-icon-cctv:before {
	content: "g";
}

.a-icon-download:before {
	content: "h";
}

.a-icon-info:before {
	content: "i";
}

.a-icon-intercom:before {
	content: "j";
}

.a-icon-security:before {
	content: "k";
}

.a-icon-store:before {
	content: "l";
}

.a-icon-tree:before {
	content: "m";
}

.a-icon-down-arrow:before {
	content: "n";
}

.a-icon-ambulance:before {
	content: "o";
}

.a-icon-care:before {
	content: "p";
}

.a-icon-service:before {
	content: "q";
}

.a-icon-doctor:before {
	content: "r";
}

.a-icon-first-aid:before {
	content: "s";
}

.a-icon-parking:before {
	content: "t";
}

.a-icon-pipe-gas:before {
	content: "u";
}

.a-icon-power:before {
	content: "v";
}

.a-icon-close:before {
	content: "x";
}

.a-icon-zoom:before {
	content: "w";
}

.a-icon-care-homes:before {
	content: "y";
}

.a-icon-zoom-out:before {
	content: "z";
}

.a-icon-check:before {
	content: "A";
}

.a-icon-checked:before {
	content: "B";
}

.a-icon-refresh:before {
	content: "C";
}

.a-icon-star:before {
	content: "D";
}

html {
	font-size: 10px;
	transition: all 0.5s ease-in;
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	html {
		font-size: 8px;
	}
}

@media only screen and (min-width:1020px) and (max-width:1199px) {
	html {
		font-size: 8px;
	}
}

@media only screen and (min-width:1500px) {
	html {
		font-size: 12px;
	}
}

@media only screen and (min-width:1920px) {
	html {
		font-size: 15px;
	}
}

body {
	background: #ffffff;
	font-family: "Raleway", sans-serif;
	font-size: 1.4rem;
	color: 120%;
	font-weight: 400;
	line-height: #231f20;
	overflow-x: hidden;
}

img {
	width: 100%;
}

a:hover {
	text-decoration: none;
	color: #d11f2f;
}

.main {
	width: 100%;
	overflow-x: hidden;
}

.cm-line-break {
	display: block;
}

.set-bg {
	background-size: cover;
}

.set-bg .fetch-img-src {
	display: none;
}

.overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
	z-index: 0;
	transition: all 0.2s ease-in-out;
}

.overlay.active {
	visibility: visible;
	opacity: 1;
	z-index: 20;
}

button:hover,
button:active,
button:focus {
	outline: none;
	box-shadow: none;
}

.cm-num {
	font-family: "Roboto", sans-serif !important;
}

.cm-desc,
div.cm-desc p {
	font-family: "Raleway", sans-serif;
	font-size: 1.2rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 1.5rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {

	.cm-desc,
	div.cm-desc p {
		line-height: 2.2rem;
	}
}

.cm-desc:last-child,
div.cm-desc p:last-child {
	margin-bottom: 0;
}

.cm-no-pad-top {
	padding-top: 0 !important;
}

.cm-no-pad-bottom {
	padding-bottom: 0 !important;
}

.i-embedded-chat {}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.i-embedded-chat {}
}

.modal-loader {
	display: none;
}

.cm-load .modal-loader {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: -5rem;
	background: white;
	z-index: 2;
}

.cm-load .modal-loader .loader-wrap {
	width: 8rem;
	height: 8rem;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.cm-load .modal-loader .loader-wrap img {
	width: 100%;
}

.mod-img-gallery.full-width .modal-content .modal-body .panzoom-parent {
	height: 100%;
	padding-top: 8rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.mod-img-gallery.full-width .modal-content .modal-body .panzoom-parent {
		height: 100%;
		width: 90%;
		margin: 0 auto;
	}
}

.mod-img-gallery.full-width .modal-content .modal-body .panzoom-parent .panzoom {
	max-width: 65rem;
}

.animated {
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
}

.stars {
	margin: 20px 0;
	font-size: 24px;
	color: #fdcd09;
}

@media only screen and (max-width:1500px) and (min-width:1200px) {
	iframe {
		height: auto;
	}
}

@media only screen and (max-width:2500px) and (min-width:1900px) {
	.swiper-wrapper {
		height: 100%;
	}
}

@media (max-width:1024px) and (min-width:768px) {
	.fade.in {
		background: rgba(0, 0, 0, 0.5);
	}
}

@media (min-width:992px) {
	.container {
		width: 90%;
		margin: 0 auto;
	}
}

.js-img {
	display: none;
}

.js-addto {
	background-size: cover;
	background-position: bottom center;
}

.swiper-btn {
	height: 3rem;
	width: 3rem;
	position: absolute;
	transition: all 0.3s ease;
	z-index: 5;
}

.swiper-btn:hover .icon {
	color: #d11f2f;
}

.swiper-btn .icon {
	font-size: 3rem;
	color: #a8a9ad;
}

.swiper-nav-container {
	position: relative;
	padding-bottom: 5rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.swiper-nav-container {
		padding-bottom: 3.5rem;
	}
}

.swiper-nav-container .swiper-nav {
	width: 17rem;
	height: 3rem;
	position: absolute;
	left: 50%;
	bottom: -1.5rem;
	transform: translateX(-50%);
	text-align: center;
	z-index: 2;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.swiper-nav-container .swiper-nav {
		width: 12rem;
	}
}

.swiper-nav-container .swiper-nav .swiper-btn {
	position: absolute;
}

.swiper-nav-container .swiper-nav .swiper-btn.swiper-button-next {
	right: 0;
}

.swiper-nav-container .swiper-nav .swiper-btn.swiper-button-prev {
	left: 0;
}

.swiper-nav-container .swiper-pagination {
	font-family: "Raleway", sans-serif;
	font-size: 2rem;
	color: #d11f2f;
	font-weight: 700;
	line-height: 3rem;
	max-width: 8rem;
	margin: 0 auto;
	left: 0;
	right: 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.swiper-nav-container .swiper-pagination {
		font-size: 1.4rem;
		max-width: 6rem;
	}
}

.swiper-pagination-bullets {
	width: 10rem;
	margin: 1rem auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 1.2rem;
	height: 1.2rem;
	background: #4b4b4c;
	cursor: pointer;
	margin-right: 1rem;
}

.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 1.6rem;
	height: 1.6rem;
	background: #f78f20;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.swiper-pagination-bullets {
		width: 8rem;
	}

	.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 0.8rem;
		height: 0.8rem;
	}

	.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 1rem;
		height: 1rem;
	}
}

@media (max-width:1024px) and (min-width:768px) {
	.swiper-container {
		overflow: hidden;
	}
}

@media only screen and (min-width:1020px) and (max-width:1199px) {
	.swiper-container {
		overflow: hidden;
	}
}

.modal-backdrop {
	background: #231f20;
	opacity: 0.5 !important;
}

.modal {
	text-align: center;
	padding: 0 !important;
}

.modal:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal .modal-content .modal-header {
	text-align: center;
	padding: 3rem 1rem 1rem 1rem;
}

.modal .modal-content .modal-header .modal-title {
	display: inline-block;
	text-align: left;
	font-family: "Raleway", sans-serif;
	font-size: 2.8rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	padding-bottom: 0.5rem;
	position: relative;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.modal .modal-content .modal-header .modal-title {
		font-size: 1.8rem;
	}
}

.modal .modal-content .modal-header .modal-title:after {
	content: "";
	width: 4rem;
	height: 0.4rem;
	background: #d11f2f;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.modal .modal-content .modal-header .modal-title:after {
		width: 3rem;
		height: 0.3rem;
	}
}

.modal .modal-content .cp-login .modal-header {
	padding: 0;
}

.modal .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal .modal-dialog.modal-sm {
	width: 40rem;
}

.modal .modal-dialog.modal-sm .modal-body {
	padding: 3rem 2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.modal .modal-dialog.modal-sm.mod-details-form {
		width: auto;
	}
}

.modal.typ-video .modal-close {
	position: absolute;
	top: 2rem;
	right: 2rem;
}

.modal.typ-video .modal-close .icon {
	font-size: 2rem;
	color: #ffffff;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.modal.typ-video .modal-content {
		padding: 0;
	}
}

.modal.typ-info .modal-close {
	position: absolute;
	z-index: 2;
	right: 2rem;
	top: 2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.modal.typ-info .modal-dialog {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}

	.modal.typ-info .modal-dialog .modal-content {
		height: 100%;
	}
}

.modal .modal-body {
	padding: 0;
}

.modal .modal-body iframe {
	height: 50rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.modal .modal-body iframe {
		height: 16.8rem;
	}
}

.typ-gallery .modal-body .swiper-nav-container {
	height: 83vh;
	padding: 3rem 0 7rem;
}

.typ-gallery .modal-body .swiper-nav-container .swiper-container {
	height: 100%;
	padding: 0 8rem;
}

.typ-gallery .modal-body .swiper-nav-container .swiper-nav {
	bottom: 1.3rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.typ-gallery .modal-body .swiper-nav-container {
		height: 79vh;
		padding: 0 0 7rem;
	}

	.typ-gallery .modal-body .swiper-nav-container .swiper-container {
		padding: 0;
	}

	.typ-gallery .modal-body .swiper-nav-container .swiper-container .swiper-slide {
		background-position: center center;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.typ-gallery .modal-body .cp-tab .tab-content {
		padding: 2.5rem 1rem;
	}
}

.typ-gallery .modal-close {
	position: absolute;
	right: 1.4rem;
	top: 1.4rem;
	z-index: 9;
}

.typ-gallery .modal-close .icon {
	color: #231f20;
}

.typ-gallery.typ-lyt .swiper-slide {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.typ-gallery.typ-lyt .modal-body .swiper-nav-container {
	height: 83vh;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.typ-gallery.typ-lyt .modal-body .swiper-nav-container {
		height: 73vh;
	}
}

.typ-gallery .modal-full {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.typ-gallery .cp-tab.typ-border .nav-tabs {
	margin-top: 4.7rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.typ-gallery .cp-tab.typ-border .nav-tabs {
		margin-top: 0;
		justify-content: space-between;
	}
}

.typ-gallery .cp-tab.typ-border .nav-tabs>li {
	width: 100%;
}

.typ-gallery .cp-tab.typ-border .nav-tabs>li a {
	min-height: auto;
	font-size: 1.4rem;
	padding: 1rem;
}

.typ-gallery .modal-content {
	height: 100%;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-modal#enquire .modal-content {
		padding-top: 0;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-modal#enquire .modal-dialog.modal-sm .modal-body {
		padding: 1rem 2rem 3rem;
	}
}

@media (min-width:1199px) {
	.cp-modal:before {
		content: none;
	}
}

html.text-big p,
html.text-big .cp-info-card .ic-desc,
html.text-big .cp-project .project-variation .item,
html.text-big .cp-project .project-address,
html.text-big .cp-footer .quick-desc,
html.text-big .cp-blogs .blog-desc,
html.text-big .cp-accordian .panel-body,
html.text-big .cp-accordian .panel-body p,
html.text-big .cp-timeline .timeline-desc,
html.text-big .cm-desc,
html.text-big div.cm-desc p,
html.text-big .cp-property-detail .pd-address,
html.text-big .cp-section .sec-desc,
html.text-big .cp-flats .flat-area,
html.text-big .cp-info-card.typ-border.typ-small .ic-desc,
html.text-big .cp-comments .desc,
html.text-big .cp-info-list .info-value {
	font-size: 1.2rem;
	line-height: 2.2rem;
}

html.text-big .cp-footer .link {
	font-size: 1.4rem;
}

html.text-big .cp-project .project-address {
	margin-top: 1rem;
}

html.text-big .cp-footer .quick-link {
	font-size: 1.5rem;
}

html.text-big .cp-info-list .info-title,
html.text-big .cp-status .status-link {
	font-size: 1.6rem;
}

html.text-big .cp-social-card.typ-sm .cp-section .sec-title {
	font-size: 2rem;
}

html.text-big .cp-social-card .meta-info {
	font-size: 1.2rem;
}

html.text-big .cp-banner.typ-property-detail .cp-property-detail {
	width: 62rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	html.text-big .cp-banner.typ-property-detail .cp-property-detail {
		width: auto;
	}
}

.loader {
	position: relative;
	float: left;
	user-select: none;
	box-sizing: border-box;
	width: 150px;
	height: 150px;
}

.loader-bg {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-sizing: border-box;
	border: 5px solid #e4e4e4;
	display: flex;
	align-items: center;
	justify-content: center;
}

.spinner-holder-one {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 50%;
	height: 50%;
	background: transparent;
	box-sizing: border-box;
}

.spinner-holder-two {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: transparent;
	box-sizing: border-box;
}

.loader-spinner {
	width: 200%;
	height: 200%;
	border-radius: 50%;
	border: 5px solid #d11f2f;
	box-sizing: border-box;
}

.animate-0-25-a {
	transform: rotate(90deg);
	transform-origin: 100% 100%;
}

.animate-0-25-b {
	transform: rotate(-90deg);
	transform-origin: 100% 100%;
}

.animate-25-50-a {
	transform: rotate(180deg);
	transform-origin: 100% 100%;
}

.animate-25-50-b {
	transform: rotate(-90deg);
	transform-origin: 100% 100%;
}

.animate-50-75-a {
	transform: rotate(270deg);
	transform-origin: 100% 100%;
}

.animate-50-75-b {
	transform: rotate(-90deg);
	transform-origin: 100% 100%;
}

.animate-75-100-a {
	transform: rotate(0deg);
	transform-origin: 100% 100%;
}

.animate-75-100-b {
	transform: rotate(-90deg);
	transform-origin: 100% 100%;
}

.text {
	text-align: center;
	font-size: 20px;
	color: skyblue;
	font-weight: bold;
}

.jq-stars {
	display: inline-block;
}

.jq-rating-label {
	font-size: 22px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	font-family: helvetica, arial, verdana;
}

.jq-star {
	width: 100px;
	height: 100px;
	display: inline-block;
	cursor: pointer;
}

.jq-star-svg {
	padding-left: 3px;
	width: 100%;
	height: 100%;
}

.jq-star-svg path {
	stroke-linejoin: round;
}

.jq-shadow {
	-webkit-filter: drop-shadow(-2px -2px 2px #888);
	filter: drop-shadow(-2px -2px 2px #888);
}

.js-circular-timer {
	width: 6.5rem !important;
	height: 6.5rem !important;
}

.mod-menu-nav .menu-btn {
	padding: 0;
	height: auto;
}

.mod-menu-nav .menu-btn span {
	height: 0.3rem;
	width: 2.5rem;
	margin: 0 0 0.4rem 0;
}

.mod-menu-nav .menu-btn span:last-child {
	margin-bottom: 0;
}

.mod-menu-nav .menu-btn:before {
	content: none;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.mod-menu-nav .menu-wrap {
		right: -100%;
	}
}

.mod-menu-nav.active .menu-wrap {
	top: 6rem;
}

.mod-time {
	text-align: center;
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.3;
	cursor: pointer;
}

.mod-chat {
	display: inline-block;
	width: 7.5rem;
	height: 7.5rem;
	display: inline-block;
	background: url("../images/chat.png") no-repeat 0 0 transparent;
	background-size: cover;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	position: fixed;
	bottom: 1rem;
	right: 2rem;
	z-index: 10;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.mod-chat {
		bottom: 1.5rem;
		right: 1.5rem;
		width: 5.5rem;
		height: 5.5rem;
	}
}

.mod-main-nav .nav-item .nav-link {
	height: 10rem;
	line-height: 2.3rem;
	padding: 3.9rem 1.2rem 0 !important;
	font-size: 2rem;
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.mod-main-nav .nav-item .nav-link {
		height: 6rem;
		padding: 2rem 2rem 0;
		font-size: 1.5rem;
	}
}

.mod-main-nav .nav-item:after {
	transform: translateY(-50%);
	top: 50%;
	height: 2rem;
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.mod-main-nav .nav-item .sub-nav {
		top: 6rem;
	}
}

@media only screen and (min-width:1020px) and (max-width:1199px) {
	.mod-main-nav .nav-item .sub-nav {
		top: 10rem;
	}
}

.lyt-header {
	padding: 0 4rem;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	z-index: 12;
	height: 10rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.lyt-header {
		padding: 0 1.5rem;
		height: 6rem;
	}
}

.lyt-header .logo {
	float: none;
	display: inline-block;
	width: 20rem;
	margin-top: 0;
	margin-right: auto;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.lyt-header .logo {
		width: 12rem;
		left: 1.5rem;
		margin-right: initial;
	}
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.lyt-header .logo {
		left: 1rem;
	}
}

.lyt-header .mod-main-nav {
	float: none;
	margin: 0 4rem;
}

.lyt-header .mod-menu-nav {
	position: relative;
	top: auto;
	right: auto;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.lyt-header .mod-menu-nav {
		position: absolute;
		left: auto;
		top: auto;
		right: 1.5rem;
	}
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.lyt-header .mod-menu-nav {
		position: absolute;
		left: auto;
		top: auto;
		right: 3rem;
	}
}

.lyt-header .enquire {
	margin-right: 2.5rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.lyt-header .enquire {
		margin-right: 0;
		position: absolute;
		right: 6rem;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.lyt-header .enquire {
		margin-right: 0;
		position: absolute;
		right: 8.5rem;
		top: 50%;
		transform: translateY(-50%);
	}
}

.lyt-header .enquire .btn {
	min-width: initial;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.lyt-header .enquire .btn {
		padding: 1rem 1.3rem !important;
	}
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.lyt-header .enquire .btn {
		padding: 1rem 1.3rem !important;
	}
}

.lyt-content {
	padding-top: 10rem;
}

@media only screen and (max-width:1019px) and (orientation:portrait) {
	.lyt-content {
		padding-top: 6rem;
		overflow-x: hidden;
	}
}

.btn {
	white-space: inherit;
	font-family: "Raleway", sans-serif;
	font-size: 1.4rem;
	color: #231f20;
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;
	padding: 1.2rem 1rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.btn {
		font-size: 1.2rem;
		padding: 1rem 1.5rem !important;
	}
}

.btn.btn-link {
	font-family: "Raleway", sans-serif;
	font-size: 1.4rem;
	color: #f78f20;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: underline;
	padding: 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.btn.btn-link {
		padding: 0 !important;
		font-size: 1.2rem;
	}
}

.btn.btn-link.btn-invert {
	font-family: "Raleway", sans-serif;
	font-size: 1.4rem;
	color: #ffffff;
	font-weight: 500;
	line-height: 1.3;
}

.btn.btn-text {
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	color: #fdcd09;
	font-weight: 700;
	line-height: 1.3;
}

.btn.btn-outline {
	border: 1px solid #231f20;
	color: #231f20;
	background: #ffffff;
	font-weight: 700;
	background-color: transparent;
}

.btn.btn-social {
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	padding: 1rem;
}

.btn.btn-social .icon {
	display: inline-block;
	width: 3rem;
	height: 3rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	vertical-align: middle;
	margin-right: 1rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.btn.btn-social .icon {
		width: 2.3rem;
		height: 2.3rem;
	}
}

.btn.btn-social .icon.icon-fb {
	background-image: url("../images/fb.png");
}

.btn.btn-social .icon.icon-g {
	background-image: url("../images/google.png");
}

.btn.btn-social .text {
	display: inline-block;
	vertical-align: middle;
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	text-transform: capitalize;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.btn.btn-social .text {
		font-size: 1.4rem;
	}
}

.cp-section {
	padding: 6rem 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-section {
		padding: 4rem 1.5rem;
	}
}

.cp-section .sec-title {
	font-family: "Raleway", sans-serif;
	font-size: 2.8rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	padding-bottom: 0.5rem;
	position: relative;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-section .sec-title {
		font-size: 1.8rem;
	}
}

.cp-section .sec-title:after {
	content: "";
	width: 4rem;
	height: 0.4rem;
	background: #d11f2f;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-section .sec-title:after {
		width: 3rem;
		height: 0.3rem;
	}
}

.cp-section .sec-title .text-lg {
	font-size: 3.5rem;
	color: #d11f2f;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-section .sec-title .text-lg {
		font-size: 2rem;
	}
}

.cp-section .sec-subtitle {
	font-family: "Raleway", sans-serif;
	font-size: 2rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	text-transform: capitalize;
	margin-bottom: 2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-section .sec-subtitle {
		font-size: 1.4rem;
		margin-bottom: 1.6rem;
	}
}

.cp-section .sec-desc {
	font-family: "Raleway", sans-serif;
	font-size: 1.2rem;
	color: #231f20;
	font-weight: 500;
	line-height: 2rem;
	margin-bottom: 2rem;
}

.cp-section .sec-head {
	margin-bottom: 3rem;
}

.cp-section .inner-sec-list .inner-item {
	margin-bottom: 4rem;
}

.cp-section .inner-sec-list .inner-item:first-child {
	margin-bottom: 1.5rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-section .inner-sec-list .inner-item:first-child {
		margin-bottom: 4rem;
	}
}

.cp-section .inner-sec-list .inner-item:last-child {
	margin-bottom: 0;
}

.cp-section.sec-bg-grey {
	background: #f7f7f7;
}

.cp-section.sec-first {
	padding-top: 11rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-section.sec-first {
		padding-top: 9rem;
	}
}

.cp-section.sec-first.typ-2 {
	padding-top: 16rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-section.sec-first.typ-2 {
		padding-top: 14rem;
	}
}

.cp-section.sec-count .cp-info-card {
	position: relative;
	z-index: 4;
	margin: -3rem 0 5.2rem -3rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-section.sec-count .cp-info-card {
		max-width: initial;
		width: 100%;
		margin: -2rem auto 3.2rem;
		padding: 1.7rem 1.5rem;
	}
}

.cp-section.sec-experience {
	position: relative;
}

.cp-section.sec-experience .cp-info-card {
	margin-top: 10rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-section.sec-experience .cp-info-card {
		margin-top: 2rem;
	}
}

.cp-section.sec-experience:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f7f7f7;
	z-index: -1;
	height: 47rem;
}

.cp-section.sec-kc-detail {
	margin-top: -11rem;
	position: relative;
	z-index: 4;
}

.cp-section.sec-why-kch {
	position: relative;
}

.cp-section.sec-why-kch:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f7f7f7;
	z-index: -1;
	height: 35rem;
}

.cp-section.sec-why-kch .cp-tab {
	margin-bottom: 4rem;
}

.cp-section.sec-why-kch .number-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.cp-section.sec-why-kch .number-wrap .action-wrap .btn {
	min-width: 15rem;
	margin-right: 3rem;
}

.cp-section.sec-why-kch .number-wrap .action-wrap .btn:last-child {
	margin-right: 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-section.sec-why-kch .number-wrap {
		display: block;
	}

	.cp-section.sec-why-kch .number-wrap .cp-counter {
		margin-bottom: 3rem;
	}

	.cp-section.sec-why-kch .number-wrap .action-wrap {
		display: flex;
		justify-content: space-between;
	}

	.cp-section.sec-why-kch .number-wrap .action-wrap .btn {
		margin-right: 0;
		min-width: auto;
		width: 48%;
	}

	.cp-section.sec-why-kch .number-wrap .action-wrap .btn:last-child {
		margin-right: 0;
	}
}

.cp-section.sec-blog {
	position: relative;
}

.cp-section.sec-blog:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f7f7f7;
	z-index: -1;
	height: 38rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-counter {
		width: 100%;
		text-align: center;
	}
}

.cp-counter .counter-title {
	font-family: "Raleway", sans-serif;
	font-size: 2rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 3rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-counter .counter-title {
		font-size: 1.6rem;
		margin-bottom: 1.8rem;
	}
}

.cp-counter .counter-value {
	font-family: "Raleway", sans-serif;
	font-size: 6rem;
	color: #d11f2f;
	font-weight: 700;
	line-height: 1.3;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-counter .counter-value {
		font-size: 3rem;
		margin-bottom: 0.5rem;
		display: block;
	}
}

.cp-counter .counter-text {
	font-family: "Raleway", sans-serif;
	font-size: 1.8rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.3;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-counter .counter-text {
		font-size: 1.4rem;
	}
}

.cp-counter .counter-list {
	display: flex;
	align-items: center;
	margin: 0 -5.6rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-counter .counter-list {
		flex-wrap: wrap;
		margin: 0;
		align-items: flex-start;
	}
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.cp-counter .counter-list {
		flex-wrap: wrap;
		margin: 0;
		align-items: flex-start;
	}
}

.cp-counter .counter-list .counter-item {
	padding: 0 5.6rem;
	border-right: 1px solid #a8a9ad;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-counter .counter-list .counter-item {
		width: 50%;
		padding: 0 1rem;
		border-right: none;
		margin-bottom: 3.5rem;
	}

	.cp-counter .counter-list .counter-item:nth-last-child(2),
	.cp-counter .counter-list .counter-item:nth-last-child(1) {
		margin-bottom: 0;
	}
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.cp-counter .counter-list .counter-item {
		width: 50%;
		padding: 0;
		border-right: none;
		margin-bottom: 3.5rem;
	}

	.cp-counter .counter-list .counter-item:nth-last-child(2),
	.cp-counter .counter-list .counter-item:nth-last-child(1) {
		margin-bottom: 0;
	}
}

.cp-counter .counter-list .counter-item:last-child {
	border-right: none;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-link-tags {
		margin-bottom: -1.5rem;
	}
}

.cp-link-tags .lt-links {
	font-family: "Raleway", sans-serif;
	font-size: 1.4rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
	padding: 0.7rem 2.5rem 0.7rem 1rem;
	border-radius: 0.4rem;
	border: 1px solid #a8a9ad;
	display: block;
	position: relative;
	transition: all 0.3s ease;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-link-tags .lt-links {
		font-size: 1.2rem;
	}
}

.cp-link-tags .lt-links:before {
	content: "a";
	font-family: "ashiana-new" !important;
	text-transform: lowercase !important;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
	color: #f78f20;
	font-size: 1rem;
	font-weight: 700 !important;
	transition: all 0.3s ease;
}

.cp-link-tags .lt-links:hover {
	background: #f78f20;
	border-color: #f78f20;
	color: #ffffff;
}

.cp-link-tags .lt-links:hover:before {
	color: #ffffff;
}

.cp-link-tags .lt-items {
	display: inline-block;
	margin-right: 2.5rem;
	margin-bottom: 2.5rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-link-tags .lt-items {
		margin: 0 1.5rem 1.5rem 0;
	}
}

.cp-link-tags .lt-items:last-child {
	margin-right: 0;
}

.cp-info-card {
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	padding: 3rem;
	display: flex;
	align-items: center;
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.cp-info-card {
		flex-flow: column;
		align-items: flex-start;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-info-card {
		flex-flow: column;
	}
}

.cp-info-card .info-foot {
	align-self: flex-end;
	margin-left: auto;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-info-card .info-foot {
		width: 100%;
		justify-content: space-between;
		display: flex;
	}
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.cp-info-card .info-foot {
		margin-left: initial;
		align-self: flex-start;
		margin-top: 3rem;
	}
}

.cp-info-card .info-foot .btn {
	margin-right: 3rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-info-card .info-foot .btn {
		margin-right: 0;
		width: 48%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.cp-info-card .info-foot .btn:last-child {
	margin-right: 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-info-card .info-foot .btn.btn-black {
		min-width: initial;
	}
}

.cp-info-card .icon-wrap {
	margin-right: 2rem;
}

.cp-info-card .icon-wrap .icon {
	font-family: "Raleway", sans-serif;
	font-size: 10rem;
	line-height: #a8a9ad;
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.cp-info-card .icon-wrap .icon {
		font-size: 15rem;
	}
}

.cp-info-card .info-wrap {
	margin-right: 10rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-info-card .info-wrap {
		margin-right: 0;
	}
}

.cp-info-card .ic-title {
	font-family: "Raleway", sans-serif;
	font-size: 2.8rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 2rem;
	padding-bottom: 0.5rem;
	position: relative;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-info-card .ic-title {
		font-size: 1.8rem;
	}
}

.cp-info-card .ic-title:after {
	content: "";
	width: 4rem;
	height: 0.4rem;
	background: #d11f2f;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-info-card .ic-title:after {
		width: 3rem;
		height: 0.3rem;
	}
}

.cp-info-card .ic-desc {
	font-family: "Raleway", sans-serif;
	font-size: 1.4rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.3;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-info-card .ic-desc {
		font-size: 1.2rem;
		margin-bottom: 2rem;
	}
}

.cp-info-card .ic-desc .bold {
	font-family: "Raleway", sans-serif;
	font-size: 2rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	text-transform: capitalize;
	display: block;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-info-card .ic-desc .bold {
		font-size: 1.6rem;
		margin-bottom: 0.5rem;
	}
}

.cp-info-card.typ-sm {
	max-width: 76.6rem;
}

.cp-info-card.typ-border {
	box-shadow: none;
	border-top: 0.4rem solid #f78f20;
	border-bottom: 0.4rem solid #f78f20;
	padding: 3rem 0;
	background-color: transparent;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-info-card.typ-border {
		padding: 2rem 0;
	}
}

.cp-info-card.typ-border .ic-title {
	font-family: "Raleway", sans-serif;
	font-size: 2.8rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	text-transform: inherit;
	margin-bottom: 1rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-info-card.typ-border .ic-title {
		font-size: 2rem;
		line-height: 1.4;
		margin-bottom: 0.5rem;
	}
}

.cp-info-card.typ-border .ic-title:after {
	content: none;
}

.cp-info-card.typ-border .ic-desc {
	font-family: "Raleway", sans-serif;
	font-size: 2rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.3;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-info-card.typ-border .ic-desc {
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
}

.cp-info-card.typ-border.typ-small .ic-desc {
	font-size: 1.6rem;
	max-width: 66rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-info-card.typ-border.typ-small .ic-desc {
		font-size: 1.2rem;
		line-height: 1.8;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-info-card.typ-icon {
		align-items: flex-start;
		padding: 2rem;
		display: block;
	}
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.cp-info-card.typ-icon {
		flex-flow: row;
		align-items: flex-end;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-info-card.typ-icon .info-foot {
		text-align: center;
		display: inline-block;
	}
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.cp-info-card.typ-icon .info-foot {
		align-self: flex-end;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-info-card.typ-icon .info-foot .btn.btn-black {
		width: auto;
	}
}

.cp-info-card.typ-icon .ic-title {
	margin-bottom: 1rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-info-card.typ-icon .icon-wrap {
		margin-right: 0;
		margin-bottom: 1rem;
		display: inline-block;
		vertical-align: top;
		width: 25%;
	}
}

.cp-info-card.typ-icon .icon-wrap .icon {
	width: 10rem;
	height: 10rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-info-card.typ-icon .icon-wrap .icon {
		width: 6rem;
		height: 6rem;
		font-size: 6rem;
	}
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.cp-info-card.typ-icon .icon-wrap .icon {
		width: 15rem;
		height: 15rem;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-info-card.typ-icon .info-wrap {
		display: inline-block;
		width: 70%;
		vertical-align: top;
	}
}

.cp-testimonials .testi-desc {
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.63;
	margin-bottom: 2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-testimonials .testi-desc {
		font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 2.4rem;
	}
}

.cp-testimonials .testi-name {
	font-family: "Raleway", sans-serif;
	font-size: 2rem;
	color: #d11f2f;
	font-weight: 700;
	line-height: 1.3;
	text-transform: capitalize;
	display: block;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-testimonials .testi-name {
		font-size: 1.6rem;
	}
}

.cp-testimonials .testi-place {
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.75;
	text-transform: capitalize;
	display: block;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-testimonials .testi-place {
		font-size: 1.2rem;
		line-height: 2rem;
		margin-bottom: 1.6rem;
	}
}

.cp-testimonials .testi-img {
	width: 32rem;
	display: block;
}

.cp-testimonials .testi-img img {
	width: 100%;
}

.cp-testimonials .testi-item {
	padding: 5rem 17rem 5rem 3rem;
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	max-width: 89rem;
	position: relative;
	min-height: 25.2rem;
}

@media (max-width:1024px) and (min-width:768px) {
	.cp-testimonials .testi-item {
		padding: 5rem 20rem 5rem 3rem;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-testimonials .testi-item {
		padding: 2rem;
		margin: 0;
		min-height: 32.2rem;
		max-width: initial;
		width: 100%;
	}
}

@media (max-width:1024px) and (min-width:768px) {
	.cp-testimonials .testi-item {
		max-width: 75rem;
	}
}

@media only screen and (min-width:1020px) and (max-width:1199px) {
	.cp-testimonials .testi-item {
		max-width: 80%;
	}
}

.cp-testimonials .testi-item .testi-img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -19%;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-testimonials .testi-item .testi-img {
		top: auto;
		transform: none;
		left: 2.5rem;
		right: 2.5rem;
		width: auto;
	}
}

.cp-testimonials .swiper-container {
	padding: 3.5rem;
	margin: -3.5rem -3.5rem 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-testimonials .swiper-container {
		padding: 1rem;
		margin: 0 -1rem;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-testimonials .swiper-container .swiper-slide {
		padding-bottom: 10rem;
	}
}

.cp-testimonials .video-play {
	width: 4.6rem;
	height: 4.6rem;
	border-radius: 100%;
	background: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.cp-testimonials .video-play:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.8rem 0 0.8rem 1.5rem;
	border-color: transparent transparent transparent #231f20;
	position: absolute;
	left: 53%;
	top: 51%;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-testimonials .video-play {
		width: 3.6rem;
		height: 3.6rem;
	}

	.cp-testimonials .video-play:after {
		border-width: 0.6rem 0 0.6rem 1.1rem;
	}
}

.cp-blogs .blog-tile {
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	padding: 1.5rem 1.5rem 6rem;
	height: 100%;
	position: relative;
}

.cp-blogs .blog-tile .blog-icon-link {
	position: absolute;
	bottom: 1.5rem;
	right: 1.5rem;
	z-index: 2;
}

.cp-blogs .blog-list {
	display: flex;
	align-items: stretch;
	justify-content: space-evenly;
	margin: 0 -1.1rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-blogs .blog-list {
		display: block;
		margin: 0;
	}
}

.cp-blogs .blog-list .blog-item {
	padding: 0 1.1rem;
	width: 33.33%;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-blogs .blog-list .blog-item {
		width: 100%;
		margin-bottom: 1.5rem;
		padding: 0;
	}

	.cp-blogs .blog-list .blog-item:last-child {
		margin-bottom: 0;
	}
}

.cp-blogs .blog-img-wrap {
display: block;
    max-height: 13rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
    position: relative;
}

.cp-blogs .blog-img-wrap img {
	width: 100%;
	    height: 114px;
    object-fit: cover;
}

.cp-blogs .blog-date {
	font-family: "Raleway", sans-serif;
	font-size: 1.4rem;
	color: #d11f2f;
	font-weight: 500;
	line-height: 2;
	text-transform: capitalize;
	display: block;
	margin-bottom: 0.5rem;
}

.cp-blogs .blog-title {
	font-family: "Raleway", sans-serif;
	font-size: 1.8rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.33;
	margin-bottom: 1.5rem;
}

.cp-blogs .blog-desc {
	font-family: "Raleway", sans-serif;
	font-size: 1.2rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.67;
	margin-bottom: 1.5rem;
}

.cp-blogs .blog-read-time {
	font-family: "Raleway", sans-serif;
	font-size: 1.4rem;
	color: #a8a9ad;
	font-weight: 700;
	line-height: 2;
	position: absolute;
	bottom: 1.5rem;
}

.cp-blogs .blog-icon-link {
	font-size: 3rem;
	color: #f78f20;
	transition: all 0.3s ease;
}

.cp-blogs .blog-icon-link:hover {
	color: #d11f2f;
}

.cp-blogs .blog-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.cp-blogs .blog-act-wrap {
	text-align: center;
	margin-top: 3rem;
}

.cp-categories .nav-tabs {
	margin-bottom: 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-categories .nav-tabs {
		margin-bottom: 0.1rem;
	}
}

.cp-categories .nav-tabs>li {
	margin-right: 10rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-categories .nav-tabs>li {
		margin-right: 1.4rem;
	}
}

.cp-categories .nav-tabs>li:last-child {
	margin-right: 0;
}

.cp-categories .nav-tabs>li a {
	font-family: "Raleway", sans-serif;
	font-size: 1.8rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.3;
	text-transform: capitalize;
	border-bottom: 4px solid transparent;
	padding: 1rem 0;
	transition: all 0.3s ease;
}

.cp-categories .nav-tabs>li a:hover,
.cp-categories .nav-tabs>li a:focus {
	color: #d11f2f;
	border-bottom: 4px solid transparent;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-categories .nav-tabs>li a {
		font-size: 1.2rem;
	}
}

.cp-categories .nav-tabs>li.active a {
	color: #d11f2f;
	border-color: #d11f2f;
	background: transparent;
	font-weight: 700;
}

.cp-categories .nav-tabs>li.active a:hover,
.cp-categories .nav-tabs>li.active a:focus {
	border-color: #d11f2f;
}

.cp-categories .cat-info {
	padding: 3.5rem 3rem;
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	max-width: 43.5rem;
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.cp-categories .cat-info {
		max-width: initial;
	}
}

.cp-categories .cat-title {
	font-family: "Raleway", sans-serif;
	font-size: 2rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	text-transform: capitalize;
	margin-bottom: 1.5rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-categories .cat-title {
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}
}

.cp-categories .cat-desc {
	font-family: "Raleway", sans-serif;
	font-size: 1.2rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.67;
	margin-bottom: 2.5rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-categories .cat-desc {
		margin-bottom: 1.2rem;
	}
}

.cp-categories .tab-pane {
	position: relative;
}
.cp-categories .tab-pane .cat-info {
    position: absolute;
    top: 0rem;
    left: 76rem !important;
    z-index: 3;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-categories .tab-pane .cat-info {
		position: relative;
		top: auto;
		left: auto !important;
		padding: 1.5rem;
	}
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.cp-categories .tab-pane .cat-info {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		width: 100%;
	}
}

.cp-categories .tab-pane .cat-gallery {
    position: absolute;
    top: 85%;
    transform: translateY(-50%);
    left: 74rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-categories .tab-pane .cat-gallery {
		position: relative;
		top: auto;
		transform: none;
		left: auto;
		margin: 2rem auto 0;
	}
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.cp-categories .tab-pane .cat-gallery {
		position: relative;
		top: auto;
		transform: translateY(0);
		left: auto;
		margin-top: 2rem;
	}
}

@media only screen and (min-width:1020px) and (max-width:1199px) {
	.cp-categories .tab-pane .cat-gallery {
		top: 80%;
	}
}

.cp-video {
	width: 70rem;
	height: 40rem;
	position: relative;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-video {
		width: 100%;
		/*height: 15.5rem;*/
		height: 15.5rem;
	}
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.cp-video {
		width: 100%;
		height: 51.5rem;
	}
}

.cp-video .video-poster-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.cp-video .video-iframe {
	height: 40rem;
}

.cp-video .video-play {
	width: 5.6rem;
	height: 5.6rem;
	border-radius: 100%;
	background: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.cp-video .video-play:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0 1rem 2rem;
	border-color: transparent transparent transparent #231f20;
	position: absolute;
	left: 53%;
	top: 51%;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-video .video-play {
		width: 3.6rem;
		height: 3.6rem;
	}

	.cp-video .video-play:after {
		border-width: 0.6rem 0 0.6rem 1.1rem;
	}
}

.cp-social-card {
	background: #f7f7f7;
}

.cp-social-card .cp-section {
	display: flex;
    align-items: center;
	justify-content: space-between;

}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-social-card .cp-section {
		display: block;
	}
}

.cp-social-card .cp-section .sec-head {
	max-width: 34.6rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-social-card .cp-section .sec-head {
		max-width: auto;
		margin-bottom: 2rem;
	}
}

.cp-social-card .social-wrap {
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	padding: 2rem;
	max-width: 64rem;
	min-height: 14rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-social-card .social-wrap {
		max-width: initial;
		min-height: auto;
		margin: 0 -2.5rem;
	}
}

.cp-social-card .meta-info {
	font-family: "Raleway", sans-serif;
	font-size: 1rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.8;
	text-transform: capitalize;
	display: block;
	margin-top: 2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-social-card .meta-info {
		margin-top: 0.5rem;
	}
}

.cp-social-card .count {
	font-family: "Raleway", sans-serif;
	font-size: 3.5rem;
	color: #231f20;
	font-weight: 700;
	line-height: 0.8;
	display: block;
	margin-bottom: 0.7rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-social-card .count {
		font-size: 1.8rem;
	}
}

.cp-social-card .text {
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	display: block;
	margin-bottom: 1.3rem;
	text-align: left;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-social-card .text {
		font-size: 1rem;
		margin-bottom: 0.8rem;
	}
}

.cp-social-card .icon {
	width: 5rem;
	height: 5rem;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
}

.cp-social-card .icon.icon-fb {
	background-image: url("../images/fb.png");
}

.cp-social-card .icon.icon-g {
	background-image: url("../images/google.png");
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-social-card .icon {
		width: 2.6rem;
		height: 2.6rem;
	}
}

.cp-social-card .rating {
	width: 20rem;
	display: block;
	margin-left: -1rem;
}

.cp-social-card .social-list {
	display: flex;
	margin: 0 -3rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-social-card .social-list {
		justify-content: space-around;
		margin: 0;
	}
}

.cp-social-card .social-list .item {
	display: flex;
	align-items: flex-start;
	padding: 0 3rem;
	border-right: 1px solid #eeeded;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-social-card .social-list .item {
		padding: 0;
		border-right: none;
	}
}

.cp-social-card .social-list .item:last-child {
	border-right: none;
}

.cp-social-card .social-list .item .icon-wrap {
	margin-right: 2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-social-card .social-list .item .icon-wrap {
		margin-right: 0.8rem;
	}
}

.cp-social-card.typ-sm .cp-section {
	flex-flow: column;
	padding: 0;
}

.cp-social-card.typ-sm .cp-section .sec-head {
	margin-bottom: 2rem;
}

.cp-social-card.typ-sm .cp-section .sec-title {
	font-size: 1.8rem;
}

.cp-social-card.typ-sm .cp-section .sec-title:after {
	width: 3rem;
	height: 0.3rem;
}

.cp-social-card.typ-sm .cp-section .sec-title .text-lg {
	font-size: 2rem;
}

.cp-social-card.typ-sm .social-wrap {
	padding: 0;
	background: transparent;
	box-shadow: none;
	min-height: auto;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-social-card.typ-sm .social-wrap {
		padding: 2rem 1.2rem;
		max-width: 100%;
	}
}

.cp-footer {
	background: #231f20;
	padding: 4rem 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-footer {
		padding: 2.5rem;
	}
}

.cp-footer .container {
	overflow: hidden;
}

.cp-footer .row {
	margin: 0 -4rem;
}

.cp-footer .row>div {
	padding: 0 4rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-footer .row>div {
		margin-bottom: 3.6rem;
	}
}

@media (max-width:1024px) and (min-width:768px) {
	.cp-footer .row>div {
		margin-bottom: 3.6rem;
	}
}

.cp-footer .row:first-child>div {
	border-right: 1px solid rgba(168, 173, 169, 0.3);
	min-height: 37rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-footer .row:first-child>div {
		min-height: auto;
		margin-bottom: 3.6rem;
	}
}

@media (max-width:1024px) and (min-width:768px) {
	.cp-footer .row:first-child>div {
		min-height: auto;
		margin-bottom: 3.6rem;
	}
}

.cp-footer .row:first-child>div:last-child {
	border-right: none;
}

.cp-footer .row:last-child {
	padding: 4rem 0;
	border-bottom: 1px solid rgba(168, 173, 169, 0.3);
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-footer .row:last-child {
		padding: 0;
	}
}

.cp-footer .quick-title {
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	color: #fdcd09;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 1.8rem;
}

.cp-footer .quick-desc {
	font-family: "Raleway", sans-serif;
	font-size: 1.2rem;
	color: #a8a9ad;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 3rem;
}

.cp-footer .quick-desc:last-child {
	margin-bottom: 0;
}

.cp-footer .quick-desc .highlight {
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	color: #fdcd09;
	font-weight: 700;
	line-height: 1.3;
}

.cp-footer .quick-link {
	font-family: "Raleway", sans-serif;
	font-size: 1.2rem;
	color: #a8a9ad;
	font-weight: 400;
	line-height: 2.5;
	transition: all 0.3s ease;
	padding: 1rem 0;
}

.cp-footer .quick-link:hover {
	color: #fdcd09;
}

.cp-footer .btn-invert {
	display: inline-block;
	margin-top: 1.8rem;
}

.cp-footer .footer-mid {
	padding: 3rem 0;
	border-bottom: 1px solid rgba(168, 173, 169, 0.3);
}

.cp-footer .link-wrap {
	display: block;
	margin: 0 -1rem 3rem;
}

.cp-footer .link-item {
	display: inline-block;
	padding: 0 1rem;
	border-right: 1px solid rgba(168, 173, 169, 0.3);
}

.cp-footer .link-item:last-child {
	border-right: none;
}

.cp-footer .link {
	font-family: "Raleway", sans-serif;
	font-size: 1.1rem;
	color: #a8a9ad;
	font-weight: 400;
	line-height: 1.3;
	display: block;
	transition: all 0.3s ease;
}

.cp-footer .link:hover {
	color: #fdcd09;
}

.cp-footer .footer-bottom {
	padding-top: 3rem;
	text-align: center;
}

.cp-footer .footer-bottom p {
	font-family: "Raleway", sans-serif;
	font-size: 1.2rem;
	color: #a8a9ad;
	font-weight: 400;
	line-height: 1.5;
}

@media only screen and (max-width:1019px) and (orientation:portrait) {
	.cp-footer .cp-form {
		max-width: 47rem;
	}
}

.cp-awards .award-item {
	display: flex;
	align-items: flex-start;
	position: relative;
	padding: 0.9rem 0.5rem;
	border-bottom: 1px solid rgba(168, 173, 169, 0.3);
}

.cp-awards .award-item .award-icon {
	width: 6.8rem;
	margin-right: 2.5rem;
}

.cp-awards .award-item .award-icon img {
	width: 100%;
}

.cp-awards .award-item .award-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.cp-awards .award-title {
	font-family: "Raleway", sans-serif;
	font-size: 1.2rem;
	color: #a8a9ad;
	font-weight: 400;
	line-height: 1.5;
}

.cp-awards .award-period {
	font-family: "Raleway", sans-serif;
	font-size: 1.2rem;
	color: #fdcd09;
	font-weight: 400;
	line-height: 1.5;
}

.cp-form .form-control {
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(168, 173, 169, 0.3);
	border-radius: 0;
	color: #ffffff;
	height: 4rem;
	padding: 0.6rem 1.2rem;
	font-size: 1.4rem;
}

.cp-form .form-control:focus {
	outline: none;
	box-shadow: none;
}

.cp-form .input-group .btn {
	padding: 0.9rem 1rem;
	text-transform: capitalize;
}

.cp-form .form-foot,
.cp-form .rate-wrap {
	text-align: right;
}

@media only screen and (max-width:767px) and (orientation:portrait) {

	.cp-form .form-foot,
	.cp-form .rate-wrap {
		text-align: left;
	}
}

.cp-form textarea.form-control {
	border: 1px solid #a8a9ad;
	resize: none;
	font-family: "Raleway", sans-serif;
	font-size: 1.2rem;
	color: #231f20;
	font-weight: 400;
	line-height: 1.5;
	padding: 2rem;
}

.cp-form .form-group {
	padding: 0;
}

.cp-tab .nav-tabs {
	counter-reset: section;
	display: flex;
	border: 1px solid #e1e1e1;
	margin-bottom: 0;
}

.cp-tab .nav-tabs>li {
	transition: all 0.3s ease;
	position: relative;
	float: none;
	width: 20%;
	border-right: 1px solid #e1e1e1;
	cursor: pointer;
}

.cp-tab .nav-tabs>li:last-child {
	border-right: none;
}

.cp-tab .nav-tabs>li:after {
	content: "";
	height: 0.4rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(100%);
	background: transparent;
	transition: all 0.3s ease;
}

.cp-tab .nav-tabs>li:hover a {
	color: #d11f2f;
}

.cp-tab .nav-tabs>li a {
	font-family: "Raleway", sans-serif;
	font-size: 1.8rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.3;
	text-transform: capitalize;
	text-align: left;
	transition: all 0.3s ease;
	background: transparent;
	padding: 2rem 5rem;
	width: 100%;
	display: block;
}

.cp-tab .nav-tabs>li a .count {
	display: block;
}

.cp-tab .nav-tabs>li a .count:before {
	counter-increment: section;
	content: counter(section, decimal-leading-zero);
	font-family: "Raleway", sans-serif;
	font-size: 2.4rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	font-family: "Roboto", sans-serif;
}

.cp-tab .nav-tabs>li.active {
	background: #f7f7f7;
}

.cp-tab .nav-tabs>li.active:after {
	background: #d11f2f;
}

.cp-tab .nav-tabs>li.active a {
	font-weight: 700;
	color: #d11f2f;
	background: transparent;
	text-transform: capitalize;
}

.cp-tab .tab-content {
	margin-top: -0.1rem;
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	padding: 2.5rem 3rem;
}

.cp-tab .pane-info-wrap {
	position: relative;
	padding-bottom: 2rem;
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.cp-tab .pane-info-wrap {
		padding-bottom: 5rem;
	}
}

.cp-tab .pane-info-wrap .pane-info {
	font-family: "Raleway", sans-serif;
	font-size: 1.2rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.3;
	background: #f7f7f7;
	padding: 1rem;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: -3rem;
	right: -3rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-tab .pane-info-wrap .pane-info {
		line-height: 2.2rem;
	}
}

.cp-tab.typ-4col .nav-tabs>li {
	width: 25%;
}

.cp-tab.typ-3col .nav-tabs>li {
	width: 33.33%;
}

.cp-tab.typ-border .nav-tabs>li a {
	min-height: 9rem;
	align-items: center;
	display: flex;
	justify-content: center;
}

.cp-tab.typ-border .tab-content {
	box-shadow: none;
	border: 1px solid #e1e1e1;
	padding-bottom: 0;
}

.cp-message {
	display: block;
}

.cp-message .img-wrap {
	width: 28rem;
	margin-right: 2rem;
	display: inline-block;
	vertical-align: top;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-message .img-wrap {
		width: 100%;
		display: block;
	}
}

.cp-message .img-wrap img {
	width: 100%;
}

.cp-message .info-wrap {
	max-width: 75rem;
	display: inline-block;
	vertical-align: top;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-message .info-wrap {
		max-width: initial;
		width: 100%;
		display: block;
	}
}

.cp-project .nav-tabs {
	display: none;
}

.cp-project .tab-content {
	padding: 0;
	box-shadow: none;
}

.cp-project .cp-seclect {
	max-width: 52rem;
}

.cp-project .project-head {
	margin-bottom: 4rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-project .project-head {
		margin-bottom: 3rem;
	}
}

.cp-project .project-list {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -1.1rem;
}

.cp-project .project-list>.item {
	padding: 0 1.1rem;
	margin-bottom: 2.2rem;
	width: 50%;
}

.cp-project .project-list>.item:last-child,
.cp-project .project-list>.item:nth-last-child(2) {
	margin-bottom: 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-project .project-list {
		display: block;
		margin: 0 -1.4rem;
	}

	.cp-project .project-list>.item {
		width: 100%;
		padding: 0;
		margin: 0 0 1.5rem 0;
	}

	.cp-project .project-list>.item:nth-last-child(2) {
		margin-bottom: 1.5rem;
	}

	.cp-project .project-list>.item:last-child {
		margin-bottom: 0;
	}
}

.cp-project .project-tile {
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	padding: 1.5rem 0 1.5rem 1.5rem;
	display: flex;
	align-items: center;
	position: relative;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-project .project-tile {
		padding: 1rem;
		align-items: flex-start;
	}
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.cp-project .project-tile {
		padding: 1rem;
		align-items: flex-start;
	}
}

.cp-project .project-image {
	max-width: 22rem;
	height: 18.9rem;
	margin-right: 1.5rem;
}

.cp-project .project-image img {
	width: 100%;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-project .project-image {
		max-width: 10rem;
		height: auto;
		margin-right: 1rem;
	}
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.cp-project .project-image {
		max-width: 18rem;
		height: auto;
		margin-right: 1rem;
	}
}

.cp-project .project-info {
	width: 100%;
}

.cp-project .project-type {
	display: block;
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	color: #a2262e;
	font-weight: 500;
	line-height: 1.5;
	text-transform: capitalize;
	margin-bottom: 1rem;
}

.cp-project .project-name {
	font-family: "Raleway", sans-serif;
	font-size: 2rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.2;
	text-transform: capitalize;
	padding-right: 1rem;
}

.cp-project .project-address {
	font-family: "Raleway", sans-serif;
	font-size: 1.2rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.5;
	display: block;
	margin-bottom: 1.3rem;
	font-style: initial;
	padding-right: 1rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-project .project-address {
		font-size: 1rem;
		margin-bottom: 0.6rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.cp-project .project-price {
	font-family: "Raleway", sans-serif;
	font-size: 2rem;
	color: #d11f2f;
	font-weight: 700;
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
	padding: 1rem;
	background: #f7f7f7;
	margin-bottom: 3rem;
}

.cp-project .project-price .icon {
	font-size: 2rem;
}

.cp-project .project-price .icon:before {
	position: relative;
	top: -1px;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-project .project-price {
		font-size: 1.6rem;
		padding: 0.3rem;
		margin-bottom: 0.6rem;
	}

	.cp-project .project-price .icon {
		font-size: 1.6rem;
	}
}

.cp-project .project-variation {
	margin: 0 -1rem;
	display: block;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-project .project-variation {
		margin: 0 -0.5rem;
	}
}

.cp-project .project-variation .item {
	font-family: "Raleway", sans-serif;
	font-size: 1.2rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	display: inline-block;
	padding: 0 1rem;
	border-right: 1px solid #a8a9ad;
}

.cp-project .project-variation .item:last-child {
	border-right: none;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-project .project-variation .item {
		font-size: 1rem;
		padding: 0 0.6rem;
	}
}

.cp-project .project-icon-link {
	font-size: 3rem;
	color: #f78f20;
	position: absolute;
	right: 1.5rem;
	bottom: 1.5rem;
	z-index: 2;
	transition: all 0.3s ease;
}

.cp-project .project-icon-link:hover {
	color: #d11f2f;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-project .project-icon-link {
		font-size: 1.8rem;
		bottom: 0.9rem;
	}
}

.cp-project .project-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.cp-project .project-foot {
	text-align: center;
	margin-top: 3rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-accordian {
		margin: 0 -2rem;
	}
}

.cp-accordian .panel-default {
	border: none;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	border-radius: 0;
}

.cp-accordian .panel-group .panel+.panel {
	margin-top: 2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-accordian .panel-group .panel+.panel {
		margin-top: 1rem;
	}
}

.cp-accordian .panel-heading {
	padding: 0;
	background: transparent;
}

.cp-accordian .panel-body {
	border: none;
	padding: 1.5rem 4rem;
	font-family: "Raleway", sans-serif;
	font-size: 1.2rem;
	color: #231f20;
	font-weight: 500;
	line-height: 2.2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-accordian .panel-body {
		padding: 1.5rem 2rem;
	}
}

.cp-accordian .panel-body p {
	font-family: "Raleway", sans-serif;
	font-size: 1.2rem;
	color: #231f20;
	font-weight: 500;
	line-height: 2.2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-accordian .panel-body p {
		padding: 0;
	}
}

.cp-accordian .acc-link {
	padding: 2.2rem 7rem 2.2rem 4rem;
	display: block;
	font-family: "Raleway", sans-serif;
	font-size: 2rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	position: relative;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-accordian .acc-link {
		padding: 1.2rem 4rem 1.2rem 2rem;
		font-size: 1.4rem;
	}
}

.cp-accordian .acc-link:after,
.cp-accordian .acc-link:before {
	content: "";
	width: 2rem;
	height: 0.4rem;
	background: #f78f20;
	display: block;
	position: absolute;
	right: 4rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

@media only screen and (max-width:767px) and (orientation:portrait) {

	.cp-accordian .acc-link:after,
	.cp-accordian .acc-link:before {
		width: 1.4rem;
		height: 0.3rem;
		right: 1.5rem;
	}
}

.cp-accordian .acc-link:after {
	transform: translateY(-50%) rotate(90deg);
}

.cp-accordian .acc-link:not(.collapsed) {
	background: #f7f7f7;
}

.cp-accordian .acc-link:not(.collapsed):after {
	transform: translateY(-50%) rotate(0deg);
}

.cp-accordian .panel-group .panel-heading+.panel-collapse>.panel-body,
.cp-accordian .panel-group .panel-heading+.panel-collapse>.list-group {
	border: none;
}

.cp-accordian .accordian-foot {
	margin-top: 3.2rem;
	text-align: center;
}

.cp-accordian .initial .accordian-foot {
	margin-top: 2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-accordian .initial .accordian-foot {
		margin-top: 1rem;
	}
}

.cp-accordian.typ-tabs {
	display: none;
	margin-top: 3rem;
}

.cp-accordian.typ-tabs .acc-link {
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.3;
	padding: 1.8rem 2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-accordian.typ-tabs .acc-link {
		font-size: 1.4rem;
		color: #a2262e;
		font-weight: 700;
		padding: 1.8rem 4rem 1.8rem 2rem;
	}

	.cp-accordian.typ-tabs .acc-link.collapsed {
		color: #231f20;
	}
}

.cp-accordian.typ-tabs .panel-group {
	border: solid 1px #e1e1e1;
}

.cp-accordian.typ-tabs .panel-group .panel+.panel {
	margin-top: 1rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-accordian.typ-tabs .panel-group .panel+.panel {
		margin-top: -0.1rem;
		border: solid 1px #e1e1e1;
		box-shadow: none;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-accordian.typ-tabs .pane-info {
		display: none;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-accordian.typ-tabs {
		display: block;
		margin: 0;
	}
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.cp-accordian.typ-tabs {
		display: block;
		margin: 0;
	}
}

.cp-banner {
	height: calc(100vh - 17rem);
	background-color: #f7f7f7;
	position: relative;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-banner {
		height: calc(87vh - 12rem);
		padding-bottom: 6rem;
	}
}

.cp-banner .swiper-container {
	overflow: inherit;
}

.cp-banner.typ-home {
	height: calc(100vh - 19rem);
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-banner.typ-home {
		height: calc(87vh - 12rem);
		padding-bottom: 6rem;
	}
}

.cp-banner.typ-home .cp-info-card {
	position: absolute;
	bottom: -8rem;
	left: 6rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-banner.typ-home .cp-info-card {
		padding: 1.6rem 1.5rem;
		width: auto;
		right: 1.5rem;
		left: 1.5rem;
		bottom: -12rem;
		z-index: 5;
	}
}

.cp-banner.typ-property-detail .cp-property-detail {
	position: absolute;
	left: 10%;
	right: auto;
	margin: 0 auto;
	bottom: -10rem;
	width: 60rem;
	transition: all 0.3s ease;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-banner.typ-property-detail .cp-property-detail {
		bottom: -12rem;
		width: auto;
		left: 1.5rem;
		right: 1.5rem;
	}
}

@media only screen and (min-width:1020px) and (max-width:1199px) {
	.cp-banner.typ-property-detail .cp-property-detail {
		left: 2%;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-banner.typ-property-detail .container {
		padding: 0 1.5rem;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
  .cp-banner.typ-property-detail .swiper-container .swiper-slide {
    background-position: top center;
  }
}


.cp-banner.typ-category-detail {
	height: calc(100vh - 20rem);
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-banner.typ-category-detail {
		height: calc(87vh - 12rem);
		padding-bottom: 6rem;
	}
}

.cp-banner.typ-category-detail .cp-info-card {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -9rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-banner.typ-category-detail .cp-info-card {
		left: 1.5rem;
		right: 1.5rem;
		padding: 2rem 1.5rem;
		bottom: -12rem;
	}
}

.cp-banner .swiper-container {
	height: 100%;
	padding: 0;
}

.cp-banner .swiper-btn {
	width: 5rem;
	height: 5rem;
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	padding: 1rem;
}

.cp-banner .swiper-btn.swiper-button-prev {
	left: 0;
}

.cp-banner .swiper-btn.swiper-button-next {
	right: 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {

	.cp-banner .swiper-btn.swiper-button-next.swiper-button-disabled,
	.cp-banner .swiper-btn.swiper-button-prev.swiper-button-disabled {
		opacity: 1;
	}
}

.cp-banner .js-addto {
	background-position: top center;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.iphone .cp-banner {
		height: calc(85vh - 12rem);
	}
}

.cp-property-detail {
	position: relative;
	z-index: 4;
}

.cp-property-detail .pd-card {
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	padding: 3rem 2.5rem;
	margin-bottom: 4rem;
	position: relative;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property-detail .pd-card {
		padding: 1.3rem 1.5rem;
		margin-bottom: 0;
	}
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.cp-property-detail .pd-card {
		position: absolute;
		bottom: 0;
	}
}

.cp-property-detail .pd-card .pd-rating {
	position: absolute;
	bottom: 3rem;
	right: 4rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property-detail .pd-card .pd-rating {
		position: relative;
		bottom: auto;
		right: auto;
	}
}

.cp-property-detail .pd-type {
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	color: #a2262e;
	font-weight: 500;
	line-height: 1.3;
	text-transform: capitalize;
	margin-bottom: 0.7rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property-detail .pd-type {
		font-size: 1.2rem;
	}
}

.cp-property-detail .pd-name {
	font-family: "Raleway", sans-serif;
	font-size: 2.8rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	padding-bottom: 0.5rem;
	margin-bottom: 2rem;
	position: relative;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property-detail .pd-name {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}
}

.cp-property-detail .pd-name:after {
	content: "";
	width: 4rem;
	height: 0.4rem;
	background: #d11f2f;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property-detail .pd-name:after {
		width: 3rem;
		height: 0.3rem;
	}
}

.cp-property-detail .pd-address {
	display: block;
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	color: #231f20;
	font-weight: 700;
	line-height: 3rem;
	font-style: initial;
	position: relative;
	padding-left: 3rem;
	padding-right: 20rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property-detail .pd-address {
		font-size: 1.2rem;
		line-height: 2.5;
		margin-bottom: 1rem;
		padding-bottom: 1rem;
		border-bottom: 1px solid #a8a9ad;
		padding-right: 0;
	}
}

.cp-property-detail .pd-address:before {
	content: "";
	width: 2.5rem;
	height: 3rem;
	display: inline-block;
	background: url("../images/map-pin.png") no-repeat 0 0 transparent;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property-detail .pd-address:before {
		height: 3.2rem;
	}
}

.cp-property-detail .pd-info .info-list {
	display: flex;
	justify-content: space-between;
	margin: 0 -2rem;
	align-items: center;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property-detail .pd-info .info-list {
		flex-flow: column;
		margin: 0;
	}
}

.cp-property-detail .pd-info .info-list .info-item {
	padding: 0 2rem;
	width: 33.33%;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property-detail .pd-info .info-list .info-item {
		padding: 0;
		width: 100%;
		margin-bottom: 2rem;
		display: flex;
		justify-content: center;
	}

	.cp-property-detail .pd-info .info-list .info-item:last-child {
		margin-bottom: 0;
	}
}

.cp-property-detail .pd-info .info-list .info-item:nth-child(2) {
	border-right: 1px solid #a8a9ad;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property-detail .pd-info .info-list .info-item:nth-child(2) {
		border-right: none;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property-detail .pd-info .info-list .info-item:nth-child(2) .pd-item {
		text-align: center;
	}
}

.cp-property-detail .pd-info .info-list .info-item:last-child {
	width: 29%;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property-detail .pd-info .info-list .info-item:last-child {
		width: 100%;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property-detail .pd-info .info-list .info-item:last-child .sec-head {
		margin-bottom: 0;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property-detail .pd-info .info-list .info-item:first-child {
		width: auto;
		margin: 0 0 2rem;
	}
}

.cp-property-detail .pd-item {
	position: relative;
	padding: 2rem 0;
}

.cp-property-detail .pd-item .cp-status {
	margin-bottom: 3rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property-detail .pd-item .cp-status {
		margin-bottom: 0;
	}
}

.cp-property-detail .pd-item .cp-status.dropdown {
	margin-top: 3.2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property-detail .pd-item .cp-status.dropdown {
		margin-top: 0;
	}
}

.cp-property-detail .pd-item .cp-info-list {
	margin-bottom: 2.5rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property-detail .pd-item .cp-info-list {
		margin: 2rem auto;
	}
}

.cp-property-detail .pd-rating {
	display: flex;
	align-items: center;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property-detail .pd-rating {
		padding-left: 0.5rem;
	}
}

.cp-property-detail .pd-rating .icon {
	width: 2.5rem;
	height: 2.5rem;
	background: url("../images/google.png") no-repeat center center transparent;
	background-size: cover;
	margin-right: 1rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property-detail .pd-rating .icon {
		width: 1.5rem;
		height: 1.5rem;
		margin-right: 0.5rem;
	}
}

.cp-property-detail .pd-rating .count {
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	color: #231f20;
	font-weight: 400;
	line-height: 1;
	margin-right: 1rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property-detail .pd-rating .count {
		display: inline-block;
	}
}

.cp-property-detail .pd-rating .text {
	font-family: "Raleway", sans-serif;
	font-size: 1.2rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.2;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property-detail .pd-rating .text {
		display: inline-block;
	}
}

.cp-property-detail .pd-desc {
	margin-bottom: 0.7rem;
	font-family: "Raleway", sans-serif;
	font-size: 1.4rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.5;
}

.cp-price-card {
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	padding: 2rem 3rem;
	max-width: 40rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-price-card {
		padding: 1.5rem;
	}
}

.cp-price-card .pd-price {
	font-family: "Raleway", sans-serif;
	font-size: 3rem;
	color: #d11f2f;
	font-weight: 700;
	line-height: 1.3;
	font-family: "Roboto", sans-serif;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #a8a9ad;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-price-card .pd-price {
		font-size: 2.4rem;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}
}

.cp-price-card .pd-price .icon {
	font-size: 3rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-price-card .pd-price .icon {
		font-size: 2.2rem;
	}
}

.cp-price-card .pd-price .icon:before {
	position: relative;
	top: -1px;
}

.cp-price-card .pd-meta-info {
	margin: 0 -1rem;
	display: block;
	margin-bottom: 2.5rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-price-card .pd-meta-info {
		margin-bottom: 1.5rem;
	}
}

.cp-price-card .pd-meta-info .item {
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.8;
	text-transform: capitalize;
	display: inline-block;
	padding: 0 1rem;
	border-right: 1px solid #231f20;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-price-card .pd-meta-info .item {
		font-size: 1.4rem;
		line-height: 1.3;
	}
}

.cp-price-card .pd-meta-info .item:last-child {
	border-right: none;
}

.cp-status .status-link {
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.5;
	text-transform: capitalize;
}

.cp-status .status-link .icon {
	display: inline-block;
	margin-left: 1rem;
	color: #f78f20;
	font-size: 1.8rem;
}

.cp-status .status-body {
	border-radius: 0;
	border: none;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	padding: 0;
	margin-top: 1rem;
	transform: translateX(-12%);
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-status .status-body {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
		transform: translateX(0);
		background: rgba(0, 0, 0, 0.8);
		margin-top: 0 !important;
	}
}

.cp-status .status-body.typ-2 {
	transform: translateX(-38%);
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-status .status-body.typ-2 {
		transform: translateX(0);
	}
}

.cp-status .status-body:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 1rem 1rem 1rem;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%);
}

.cp-status .cp-table {
	width: 40rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-status .cp-table {
		width: 95%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.cp-status .icon-close {
	font-size: 2rem;
	color: #ffffff;
	position: absolute;
	top: 2rem;
	right: 2rem;
}

.cp-info-list {
	display: flex;
	margin: 0 -2rem;
}

.cp-info-list .il-item {
	padding: 0 2rem;
	border-right: 1px solid #e4e4e4;
}

@media only screen and (max-width:349px) and (orientation:portrait) {
	.cp-info-list .il-item {
		padding: 0 1rem;
	}
}

.cp-info-list .il-item:last-child {
	border: none;
}

.cp-info-list .info-title {
	font-family: "Raleway", sans-serif;
	font-size: 1.4rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	text-transform: capitalize;
	margin-bottom: 0.8rem;
}

.cp-info-list .info-value {
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	color: #231f20;
	font-weight: 400;
	line-height: 1.3;
	font-family: "Roboto", sans-serif;
}

.cp-kids-gallery {
	position: relative;
}

.cp-kids-gallery .swiper-nav-container {
	margin-top: 2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-kids-gallery .swiper-nav-container {
		margin: 2rem -1.5rem 0;
	}
}

.cp-kids-gallery .kg-footer {
	text-align: right;
	margin-top: -3rem;
	z-index: 1;
	position: relative;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-kids-gallery .kg-footer {
		margin-top: 2rem;
		display: flex;
		justify-content: center;
	}
}

.cp-kids-gallery .kg-footer .btn {
	display: inline-block;
	margin-right: 3rem;
	min-width: 15rem;
	text-align: center;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-kids-gallery .kg-footer .btn {
		min-width: initial;
		width: 47%;
		margin-right: 1rem;
	}
}

.cp-kids-gallery .kg-footer .btn:last-child {
	margin-right: 0;
}

.cp-kids-gallery .swiper-container {
	height: 25rem;
	padding: 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-kids-gallery .swiper-container {
		height: 16rem;
		padding: 0 3rem;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-kids-gallery .swiper-container .swiper-slide:not(.swiper-slide-active) {
		opacity: 0.5;
	}
}

.cp-flats {
	position: relative;
}

.cp-flats:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 26rem;
	background: #f7f7f7;
	z-index: -1;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-flats:before {
		height: 98%;
	}
}

.cp-flats .flat-variation {
	font-family: "Raleway", sans-serif;
	font-size: 2.4rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	margin-bottom: 0.9rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-flats .flat-variation {
		font-size: 2rem;
	}
}

.cp-flats .flat-variation .text {
	font-family: "Raleway", sans-serif;
	font-size: 1.8rem;
	color: #666666;
	font-weight: 500;
	line-height: 1.3;
	text-transform: capitalize;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-flats .flat-variation .text {
		font-size: 1.5rem;
	}
}

.cp-flats .flat-area {
	font-family: "Raleway", sans-serif;
	font-size: 1.4rem;
	color: #231f20;
	font-weight: 400;
	line-height: 1.8rem;
	margin-bottom: 1rem;
}

.cp-flats .flat-area .highlight {
	font-weight: 500;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-flats .flat-area .highlight {
		font-weight: 700;
	}
}

.cp-flats .flat-price {
	font-family: "Raleway", sans-serif;
	font-size: 2.2rem;
	color: #d11f2f;
	font-weight: 700;
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
	padding: 1rem;
	background: #f7f7f7;
	margin-bottom: 1.5rem;
	margin-right: -1.5rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-flats .flat-price {
		font-size: 1.8rem;
	}
}

.cp-flats .flat-price .icon {
	font-size: 2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-flats .flat-price .icon {
		font-size: 1.6rem;
	}
}

.cp-flats .flat-price .icon:before {
	position: relative;
	top: -1px;
}

.cp-flats .flat-tile {
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	padding: 1.5rem;
}

.cp-flats .flat-list {
	display: flex;
	margin: 0 -1.1rem;
	flex-flow: row wrap;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-flats .flat-list {
		flex-flow: column;
		margin: 0 -1.5rem;
	}
}

.cp-flats .flat-list .flat-item {
	width: 33.33%;
	padding: 0 1.1rem;
	margin-bottom: 2.2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-flats .flat-list .flat-item {
		width: 100%;
		padding: 0;
		margin-bottom: 2rem;
	}

	.cp-flats .flat-list .flat-item:last-child {
		margin-bottom: 0;
	}
}

.cp-flats .action-wrap {
	display: flex;
	justify-content: space-between;
}

.cp-flats .action-wrap .btn {
	width: 48%;
	min-width: initial;
}

.cp-flats .foot {
	margin-top: 3rem;
	text-align: center;
}

.cp-seclect .select2-container {
	width: 100%;
}

.cp-seclect .select2-container .select2-choice {
	height: 4rem;
	border-radius: 0;
	border-color: #a8a9ad;
	background: transparent;
	padding: 0 2rem;
	position: relative;
}

.cp-seclect .select2-container .select2-choice>.select2-chosen {
	font-family: "Raleway", sans-serif;
	font-size: 1.4rem;
	color: #231f20;
	font-weight: 500;
	line-height: 4rem;
	text-transform: capitalize;
}

.cp-seclect .select2-container .select2-choice .select2-arrow {
	background: transparent;
	border: none;
	position: absolute;
	right: 1.5rem;
}

.cp-seclect .select2-container .select2-choice .select2-arrow:before {
	content: "n";
	font-family: "ashiana-new" !important;
	font-size: 1.5rem;
	color: #a8a9ad;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.cp-seclect .select2-container .select2-choice .select2-arrow b {
	display: none;
}

.cp-seclect .select2-container.select2-dropdown-open .select2-choice .select2-arrow:before {
	transform: translateY(-50%) rotate(180deg);
}

.cp-seclect .select2-container.select2-container-active .select2-choice {
	box-shadow: none;
	outline: none;
}

.select2-drop {
	max-height: 36rem;
	overflow: auto;
	padding: 1rem 2rem;
}

.select2-drop-active {
	border: none;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	border-radius: 0;
}

.select2-results {
	padding: 0;
	margin: 0;
}

.select2-results .select2-result-label {
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	color: #231f20;
	font-weight: 400;
	line-height: 4rem;
	text-transform: capitalize;
	border-bottom: 1px solid #e1e1e1;
}

.select2-results .select2-highlighted {
	background: transparent;
}

.select2-results .select2-highlighted .select2-result-label {
	font-weight: 700;
}

.select2-results .select2-result:last-child .select2-result-label {
	border-bottom: none;
}

.cp-download {
	background: #f7f7f7;
}

.cp-download .cp-section {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-download .cp-section {
		flex-flow: column;
	}
}

.cp-download .cp-section .sec-body {
	display: flex;
}

.cp-download .cp-section .sec-head {
	margin-bottom: 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-download .cp-section .sec-head {
		margin-bottom: 2rem;
	}
}

.cp-download .cp-seclect {
	width: 60rem;
	margin-right: 3rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-download .cp-seclect {
		width: 100%;
		margin-right: 1rem;
	}
}

.cp-download .btn {
	padding: 1rem 1.5rem;
	min-width: auto;
	max-height: 4rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-download .btn {
		padding: 1rem 1.2rem !important;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-download .btn .icon {
		font-size: 1.4rem;
	}
}

.cp-property .property-info-wrap {
	display: flex;
	align-items: center;
	padding: 2rem 0.5rem;
	background: #f7f7f7;
}

.cp-property .property-info-wrap .info-item {
	font-family: "Raleway", sans-serif;
	font-size: 1.8rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1;
	text-transform: capitalize;
	padding: 0 1.3rem;
	border-right: 1px solid #a8a9ad;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property .property-info-wrap .info-item {
		font-size: 1.4rem;
	}
}

.cp-property .property-info-wrap .info-item:last-child {
	border-right: none;
}

.cp-property .property-img-wrap {
	max-height: 28.6rem;
	overflow: hidden;
	display: block;
position: relative;	
}

.cp-property .property-img-wrap img {
	width: 100%;
	transition: all 0.3s ease;
}

.cp-property .list {
	display: flex;
	margin: 0 -1.1rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property .list {
		flex-flow: column;
		margin: 0 -1.5rem;
	}
}

.cp-property .list .item {
	width: 50%;
	padding: 0 1.1rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property .list .item {
		width: 100%;
		padding: 0;
		margin-bottom: 1.5rem;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-property .list .item:last-child {
		margin-bottom: 0;
	}
}

.cp-property .property-tile {
	position: relative;
}

.cp-property .property-tile .property-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.cp-property .property-tile .property-link:hover+.property-img-wrap img {
	transform: scale(1.1);
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-review {
		position: relative;
	}
}

.cp-review .review-band {
	background: #f7f7f7;
	padding: 2rem 3rem;
	display: flex;
	align-items: center;
	margin-bottom: 3rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-review .review-band {
		padding: 2rem 2.5rem;
		flex-flow: column;
		margin: 0 -1.5rem 3rem;
		align-items: initial;
	}
}

.cp-review .review-band .initial {
	width: 4rem;
	height: 4rem;
	padding: 1.2rem 0.9rem;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	font-family: "Raleway", sans-serif;
	font-size: 1.4rem;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-review .review-band .initial {
		width: 3rem;
		height: 3rem;
		font-size: 1.2rem;
		padding: 0.9rem 0.75rem;
	}
}

.cp-review .review-band .user-img {
	width: 4rem;
	height: 4rem;
	border-radius: 100%;
	display: inline-block;
	overflow: hidden;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-review .review-band .user-img {
		width: 3rem;
		height: 3rem;
	}
}

.cp-review .user-initials {
	display: flex;
	align-items: center;
	margin-right: 3rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-review .user-initials {
		margin-right: 0;
		margin-bottom: 1rem;
	}
}

.cp-review .user-initials .item {
	margin-right: 1rem;
	display: flex;
	align-items: center;
}

.cp-review .user-initials .item:last-child {
	margin-right: 0;
}

.cp-review .user-initials .item:nth-child(3n+1) .initial {
	background: #be9d7b;
}

.cp-review .user-initials .item:nth-child(3n+2) .initial {
	background: #7282a5;
}

.cp-review .user-initials .item:nth-child(3n+3) .initial {
	background: #b0c09f;
}

.cp-review .review-text {
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.3;
}

.cp-review .review-rating {
	margin-left: auto;
	font-family: "Raleway", sans-serif;
	font-size: 3.2rem;
	color: #d11f2f;
	font-weight: 700;
	line-height: 1.3;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-review .review-rating {
		font-size: 2.4rem;
		position: absolute;
		top: 2rem;
		right: 0.5rem;
	}
}

.cp-review .review-body {
	max-width: 88rem;
	margin: 0 auto;
}

.cp-review .cp-lg-rating {
	display: inline-block;
}

.cp-comments {
	max-width: 88rem;
	margin: 0 auto;
}

.cp-comments .comments-item {
	margin-bottom: 1.5rem;
}

.cp-comments .comments-item:last-child {
	margin-bottom: 3rem;
}

.cp-comments .comments-item:nth-child(3n+1) .user-initial {
	background: #be9d7b;
}

.cp-comments .comments-item:nth-child(3n+2) .user-initial {
	background: #7282a5;
}

.cp-comments .comments-item:nth-child(3n+3) .user-initial {
	background: #b0c09f;
}

.cp-comments .comment {
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	padding: 3rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-comments .comment {
		padding: 1.5rem;
	}
}

.cp-comments .comment-foot {
	text-align: center;
}

.cp-comments .comment-date,
.cp-comments .reply-date {
	font-family: "Raleway", sans-serif;
	font-size: 1.4rem;
	color: #d11f2f;
	font-weight: 500;
	line-height: 1.3;
	text-transform: capitalize;
}

@media only screen and (max-width:767px) and (orientation:portrait) {

	.cp-comments .comment-date,
	.cp-comments .reply-date {
		font-size: 1.2rem;
	}
}

.cp-comments .desc {
	font-family: "Raleway", sans-serif;
	font-size: 1.4rem;
	color: #231f20;
	font-weight: 500;
	line-height: 2.2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-comments .desc {
		font-size: 1.2rem;
	}
}

.cp-comments .comment-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #e4e4e4;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-comments .comment-head {
		align-items: flex-end;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}
}

.cp-comments .reply-cont {
	margin-top: 2.5rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-comments .reply-cont {
		margin-top: 1.5rem;
	}
}

.cp-comments .reply-cont .icon-wrap {
	width: 4rem;
	height: 4rem;
	display: inline-block;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	border-radius: 100%;
	background: #ffffff;
	padding: 1rem;
	position: relative;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-comments .reply-cont .icon-wrap {
		width: 3rem;
		height: 3rem;
	}
}

.cp-comments .reply-cont .icon-wrap:before {
	content: "";
	width: 1.3rem;
	height: 2rem;
	background: url("../images/a.png") no-repeat 0 0 transparent;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-comments .reply-cont .icon-wrap:before {
		width: 1rem;
		height: 1.5rem;
	}
}

.cp-comments .reply-head {
	display: flex;
	align-items: center;
	position: relative;
}

.cp-comments .reply-head .icon-wrap {
	margin-right: 2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-comments .reply-head .icon-wrap {
		margin-right: 1rem;
	}
}

.cp-comments .reply-head:before {
	content: "";
	height: 1px;
	background: #e4e4e4;
	position: absolute;
	right: 0;
	left: 21%;
	top: 50%;
	transform: translateY(-50%);
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-comments .reply-head:before {
		left: 50%;
	}
}

.cp-comments .reply-body {
	padding-left: 6rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-comments .reply-body {
		padding-left: 4rem;
	}
}

.cp-user {
	display: flex;
	align-items: center;
}

.cp-user .user-initial {
	width: 4rem;
	height: 4rem;
	padding: 1.2rem 0.9rem;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	margin-right: 1rem;
	font-family: "Raleway", sans-serif;
	font-size: 1.4rem;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-user .user-initial {
		width: 3rem;
		height: 3rem;
		font-size: 1.2rem;
		padding: 0.9rem 0.75rem;
	}
}

.cp-user .user-img {
	width: 4rem;
	height: 4rem;
	border-radius: 100%;
	display: inline-block;
	margin-right: 1rem;
	overflow: hidden;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-user .user-img {
		width: 3rem;
		height: 3rem;
	}
}

.cp-user .user-img img {
	width: 100%;
}

.cp-user .user-name {
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	text-transform: capitalize;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-user .user-name {
		font-size: 1.4rem;
	}
}

.cp-user .cp-rating span {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.5rem;
	margin-top: 0.5rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-user .cp-rating span {
		width: 1.2rem;
		height: 1.2rem;
	}
}

.cp-icon-text ul:nth-last-child(2):after {
	content: none;
}

.cp-icon-text .icon {
	font-size: 6rem;
	margin-bottom: 2.2rem;
	background: -webkit-gradient(linear, right bottom, left top, from(#c24e25), to(#f78f20));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-icon-text .icon {
		font-size: 4rem;
		margin-bottom: 1rem;
	}
}

.cp-icon-text .icon-title {
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-icon-text .icon-title {
		font-size: 1.4rem;
	}
}

.cp-icon-text .list-wrap {
	display: flex;
	align-items: stretch;
	margin: 0 -4.5rem;
	padding: 3rem 0;
	position: relative;
}

.cp-icon-text .list-wrap:after {
	content: "";
	height: 1px;
	position: absolute;
	left: 1.5rem;
	right: 1.5rem;
	background: #d3d3d3;
	bottom: 0;
}

.cp-icon-text .list-wrap:last-child:after {
	content: none;
}

.cp-icon-text .list-wrap .item {
	padding: 0 4.5rem;
	border-right: 1px solid #d3d3d3;
	width: 25%;
	text-align: center;
	max-width: 23.3rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-icon-text .list-wrap .item {
		width: 50%;
		padding: 0 1.5rem;
		margin-bottom: 2.5rem;
		min-height: 9.5rem;
	}
}

.cp-icon-text .list-wrap .item:last-child {
	border-right: none;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-icon-text .list-wrap .item:nth-child(even) {
		border-right: none;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {

	.cp-icon-text .list-wrap .item:last-child,
	.cp-icon-text .list-wrap .item:nth-last-child(2) {
		margin-bottom: 0;
	}
}

.cp-icon-text .mobile-list {
	display: none;
	margin: 0 -1.5rem;
	padding: 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-icon-text .mobile-list {
		display: flex;
		align-items: baseline;
		flex-flow: row wrap;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-icon-text .mobile-list .item {
		width: 50%;
		padding: 0 1.5rem;
		margin-bottom: 2.5rem;
		min-height: 9.5rem;
		text-align: center;
		max-width: 23.3rem;
		border-right: 1px solid #d3d3d3;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-icon-text .mobile-list .item:nth-child(even) {
		border-right: none;
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {

	.cp-icon-text .mobile-list .item:last-child,
	.cp-icon-text .mobile-list .item:nth-last-child(2) {
		margin-bottom: 0;
	}
}

.cp-rating {
	display: flex;
	align-items: center;
}

.cp-rating span {
	width: 2.9rem;
	height: 2.9rem;
	margin-right: 1rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
}

.cp-rating span:last-child {
	margin-right: 0;
}

.cp-rating span.star {
	background-image: url("../images/star.svg");
}

.cp-rating span.star-half {
	background-image: url("../images/star-half.svg");
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-rating span {
		width: 1.2rem;
		height: 1.2rem;
		margin-right: 0.6rem;
	}
}

.cp-table td {
	padding: 1.3rem 2rem 1.1rem;
	font-family: "Raleway", sans-serif;
	font-size: 1.2rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.3;
	border-right: 1px solid #dddfe5;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-table td {
		padding: 1rem;
	}
}

@media only screen and (max-width:349px) and (orientation:portrait) {
	.cp-table td {
		font-size: 1rem;
	}
}

.cp-table td.bold {
	font-weight: 700;
}

.cp-table .heading {
	border-top: 1px solid #dddfe5;
	border-bottom: 1px solid #dddfe5;
}

.cp-table .heading td {
	font-family: "Raleway", sans-serif;
	font-size: 1.4rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	padding: 1rem 2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-table .heading td {
		font-size: 1.2rem;
		padding: 1rem;
	}
}

@media only screen and (max-width:349px) and (orientation:portrait) {
	.cp-table .heading td {
		font-size: 1rem;
	}
}

.cp-table tr:not(.heading) td {
	background: #f7f7f7;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-table tr.heading td {
		background: #ffffff;
	}
}

.cp-gallery {
	position: relative;
	padding: 0 0 3rem 0;
}

.cp-gallery:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f7f7f7;
	z-index: -1;
	height: 43rem;
}

.cp-gallery .swiper-container {
	height: 50rem;
	padding: 0 8rem;
}

.cp-gallery .swiper-container .swiper-slide {
	transition: all 0.3s ease;
}

.cp-gallery .swiper-container .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.5;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-gallery {
		padding: 0 1.5rem 3rem;
	}

	.cp-gallery .swiper-container {
		height: 45rem;
		padding: 0;
	}
}

.cp-gallery .js-addto {
	background-position: bottom center;
}

.cp-timeline {
	position: relative;
}

.cp-timeline.typ-sec {
	margin-bottom: 16rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-timeline.typ-sec {
		margin-bottom: 13.5rem;
	}
}

.cp-timeline .cp-banner {
	height: calc(100vh - 22rem);
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-timeline .cp-banner {
		height: calc(92vh - 19rem);
		padding-bottom: 0;
	}
}

@media only screen and (min-width:1020px) and (max-width:1199px) {
	.cp-timeline .cp-banner .swiper-container {
		overflow: hidden;
	}
}

.cp-timeline .timeline-title {
	font-family: "Raleway", sans-serif;
	font-size: 2.8rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	padding-bottom: 0.5rem;
	position: relative;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-timeline .timeline-title {
		font-size: 1.8rem;
	}
}

.cp-timeline .timeline-title:after {
	content: "";
	width: 4rem;
	height: 0.4rem;
	background: #d11f2f;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-timeline .timeline-title:after {
		width: 3rem;
		height: 0.3rem;
	}
}

.cp-timeline .timeline-desc {
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	color: #231f20;
	font-weight: 500;
	line-height: 2.2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-timeline .timeline-desc {
		font-size: 1.2rem;
	}
}

.cp-timeline .timeline-info-wrap {
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	padding: 2.5rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -11rem;
	z-index: 4;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-timeline .timeline-info-wrap {
		padding: 1.5rem;
		left: 1.5rem;
		right: 1.5rem;
		bottom: -12rem;
	}
}

.cp-timeline .timeline-thumbs {
	margin: 3rem 0 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-timeline .timeline-thumbs {
		margin: 1.5rem 0 0;
	}
}

.cp-timeline .timeline-thumbs .swiper-container {
	padding: 0.2rem 0;
}

.cp-timeline .timeline-thumbs .swiper-wrapper {
	margin-bottom: 0;
}

.cp-timeline .timeline-thumbs .swiper-slide {
	width: 6.5rem !important;
	height: 6.5rem !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	position: relative;
	transition: all 0.3s ease;
	margin-right: 8rem !important;
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.cp-timeline .timeline-thumbs .swiper-slide {
		margin-right: 3rem !important;
		width: 8rem !important;
		height: 8rem !important;
	}
}

@media only screen and (min-width:1020px) and (max-width:1199px) {
	.cp-timeline .timeline-thumbs .swiper-slide {
		margin-right: 6.5rem !important;
		width: 8rem !important;
		height: 8rem !important;
	}
}

@media only screen and (min-width:1500px) {
	.cp-timeline .timeline-thumbs .swiper-slide {
		margin-right: 9.5rem !important;
	}
}

@media only screen and (min-width:1920px) {
	.cp-timeline .timeline-thumbs .swiper-slide {
		margin-right: 7.5rem !important;
		width: 7rem !important;
		height: 7rem !important;
	}
}

.cp-timeline .timeline-thumbs .swiper-slide:after {
	content: "";
	height: 2px;
	width: 6rem;
	display: inline-block;
	background: #ecedf1;
	position: absolute;
	top: 50%;
	transform: translate(120%, -50%);
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-timeline .timeline-thumbs .swiper-slide:after {
		content: none;
	}
}

@media only screen and (max-width:1020px) and (min-width:768px) {
	.cp-timeline .timeline-thumbs .swiper-slide:after {
		content: none;
	}
}

@media only screen and (min-width:1020px) and (max-width:1199px) {
	.cp-timeline .timeline-thumbs .swiper-slide:after {
		width: 5rem;
		transform: translate(147%, -50%);
	}
}

.cp-timeline .timeline-thumbs .swiper-slide:last-child:after {
	content: none;
}

.cp-timeline .timeline-thumbs .swiper-slide a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.cp-timeline .timeline-thumbs .swiper-slide a>div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.cp-timeline .timeline-thumbs .swiper-slide a>div .loader-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-timeline .timeline-thumbs .swiper-slide:not(.swiper-slide-active) {
		transform: scale(0.9);
	}
}

@media only screen and (max-width:349px) and (orientation:portrait) {
	.cp-timeline .timeline-thumbs .swiper-slide:not(.swiper-slide-active) {
		transform: scale(0.7);
	}
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-timeline .nav-tabs {
		margin-top: 0;
	}
}

.cp-timeline .nav-tabs li.active a,
.cp-timeline .nav-tabs li.active a:focus,
.cp-timeline .nav-tabs li.active a:hover {
	background: transparent;
	color: #231f20;
	font-weight: 700;
}

@media only screen and (max-width:767px) and (orientation:portrait) {

	.cp-timeline .nav-tabs li.active a,
	.cp-timeline .nav-tabs li.active a:focus,
	.cp-timeline .nav-tabs li.active a:hover {
		padding: 0.2rem;
	}
}

.cp-timeline .nav-tabs li a {
	padding: 0;
}

.cp-timeline .nav-tabs li.active .mod-time {
	font-weight: 700;
}

.cp-timeline .nav-tabs li:not(.active) .loader-bg,
.cp-timeline .nav-tabs li:not(.active) .loader-spinner {
	border-color: transparent;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.iphone .cp-timeline .cp-banner {
		height: calc(89vh - 19rem);
	}
}

.cp-font-zoom {
	position: fixed;
	right: 2rem;
	top: 12.1rem;
	z-index: 9;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-font-zoom {
		right: 1.5rem;
		top: 7.5rem;
	}
}

.cp-font-zoom .font-btn {
	width: 5rem;
	height: 5rem;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	background: #ffffff;
}

.cp-font-zoom .font-btn .icon {
	font-size: 2.5rem;
}

.cp-font-zoom .font-btn .icon.a-icon-zoom {
	display: none;
}

.cp-font-zoom .font-btn .icon.a-icon-zoom-out {
	display: block;
}

.cp-font-zoom.act .font-btn .icon.a-icon-zoom {
	display: block;
}

.cp-font-zoom.act .font-btn .icon.a-icon-zoom-out {
	display: none;
}

.cp-detail-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cp-detail-list .btn.btn-black {
	font-size: 1.2rem;
	min-width: initial;
	padding: 1rem !important;
}

@media only screen and (max-width:349px) and (orientation:portrait) {
	.cp-detail-list .btn.btn-black {
		padding: 0.7rem !important;
	}
}

.cp-detail-list li {
	max-width: 10.5rem;
	word-wrap: break-word;
	vertical-align: middle;
}

.cp-detail-info {
	padding: 3rem;
}

.cp-detail-info .di-title {
	font-family: "Raleway", sans-serif;
	font-size: 2.8rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	padding-bottom: 0.5rem;
	position: relative;
	margin-bottom: 3rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-detail-info .di-title {
		font-size: 1.8rem;
	}
}

.cp-detail-info .di-title:after {
	content: "";
	width: 4rem;
	height: 0.4rem;
	background: #d11f2f;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-detail-info .di-title:after {
		width: 3rem;
		height: 0.3rem;
	}
}

.cp-detail-info .di-desc p {
	font-family: "Raleway", sans-serif;
	font-size: 1.4rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 2rem;
}

.cp-detail-info .di-desc p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-detail-info .di-desc p {
		font-size: 1.2rem;
	}
}

.cp-checkbox input[type=checkbox]:not(old) {
	width: 28px;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.cp-checkbox input[type=checkbox]:not(old)+label {
	cursor: pointer;
	padding-left: 2.5rem;
	position: relative;
	font-family: "Raleway", sans-serif;
	font-size: 1.4rem;
	color: #231f20;
	font-weight: 500;
	line-height: 2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-checkbox input[type=checkbox]:not(old)+label {
		font-size: 1.2rem;
	}
}

.cp-checkbox input[type=checkbox]:not(old)+label:before {
	content: "A";
	font-family: "ashiana-new" !important;
	font-size: 2rem;
	color: #231f20;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease;
}

.cp-checkbox input[type=checkbox]:not(old):checked+label:before {
	content: "B";
}

.cp-captcha .modal-dialog {
	max-width: 40rem;
}

.cp-captcha .captcha-group {
	padding: 2rem;
}

.cp-captcha .captcha-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cp-captcha .captcha-wrap .img-wrap {
	max-width: 18rem;
}

.cp-captcha .btn-refresh {
	padding: 1rem;
	color: #f78f20;
	font-size: 2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-captcha .modal-content {
		padding-top: 0;
	}
}

.cp-login .form-list .item {
	display: none;
}

.cp-login .form-list .item.active {
	display: block;
}

.cp-login .modal-header {
	padding: 0;
	margin-bottom: 2rem;
}

.cp-login .cpl-subtitle {
	font-family: "Raleway", sans-serif;
	font-size: 1.8rem;
	color: #231f20;
	font-weight: 500;
	line-height: 1.3;
	text-transform: capitalize;
	display: block;
	text-align: center;
	margin-bottom: 2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-login .cpl-subtitle {
		font-size: 1.4rem;
	}
}

.cp-login .action-wrap {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.cp-login .action-wrap .btn {
	min-width: 16rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-login .action-wrap .btn {
		min-width: 12rem;
	}
}

.cp-login .form-action {
	margin-top: 3rem;
}

.cp-login .cpl-separator {
	display: block;
	text-align: center;
	margin: 3rem 0;
	position: relative;
}

.cp-login .cpl-separator .text {
	padding: 1rem;
	background: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 2.4rem;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-login .cpl-separator .text {
		font-size: 2rem;
	}
}

.cp-login .cpl-separator:after {
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	background: #e4e4e4;
}

.cp-login .link-spce-top {
	margin-top: 3rem;
	display: inline-block;
}

.pg-home {
	position: relative;
}

.pg-home:before {
	content: "";
	width: 81.1rem;
	height: 130.4rem;
	display: inline-block;
	background: url("../images/a.svg") no-repeat 0 0 transparent;
	background-size: cover;
	position: absolute;
	top: 35%;
	right: 0;
	z-index: -1;
}