﻿/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height:0px;
  background-color: rgba(0,0,0,0.3);
}

.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}

.rubik-loader {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(https://www.bookmystall.in/images/rubic-cube.gif);
  background-repeat: no-repeat;
  background-position: center;
}


#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.topbar {
	background-color: rgb(213, 213, 213);
	color: rgb(36, 60, 61);
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 32px;
	text-align: center;
	line-height: 32px;
	top: 0px;
}

.topbar .clkhre {
	background-color: rgb(36, 60, 61);
	color: #fff !important;
	height: 22px;
	line-height: 7px;
	padding: 7px 24px;
	border-radius: 0px;
	font-size: 11px;
	letter-spacing: 1px;
}
.topbar .custcare {
	float: none;
	width:190px;
}

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

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

table#ss3 {
	border-collapse: separate !important;
	border-spacing: 0 6px !important;
}

table#ss2,
table#ss {
	border-collapse: separate !important;
	border-spacing: 0 1em !important;
}

th,
td {
	padding: 1px;
	text-align: left;
}

b {
	color: #070707;
	font-size: 14px;
}

.btn-group,
.btn-group .multiselect {
	width: 100% !important;
}

input[type=checkbox],
input[type=radio] {
	margin: 0px 1px 0;
}

a {
	cursor: pointer;
}

h1 {
	font-size: 28px;
}

.panel {
	margin-bottom: 0px !important;
}

footer,
header,
main,
nav,
section {
	display: block
}

html {
	font-family: 'Roboto', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

a {
	background: transparent
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

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

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

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

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

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
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,
input {
	line-height: normal
}

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
}

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

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

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

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

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

table {
	border-collapse: collapse;
	border-spacing: 0
}

@media print {
	* {
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
		text-shadow: none !important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: ""
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr,
	img {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	@page {
		margin: 2cm 0.5cm
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
}

*,
*:before,
*:after,
hr,
hr:before,
hr:after,
input[type="search"],
input[type="search"]:before,
input[type="search"]:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

a:focus {
	outline: thin dotted #333333;
	outline: 5px auto -webkit-focus-ring-color
}

html {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: 'Roboto', sans-serif !important;
	font-size: 14px;
	line-height: 1.43;
	color: #565a5c;
	background-color: #f5f5f5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

img {
	vertical-align: middle
}

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

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

hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
	border-top: 1px solid #dce0e0
}

.text-lead {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 300;
}

.text-copy {
	font-size: 16px
}

.text-copy .text-lead {
	font-weight: bold
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-jumbo {
	font-size: 40px;
	font-weight: 700
}

abbr[title],
abbr[aria-label] {
	border-bottom: 1px dotted #c4c4c4;
	cursor: help
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	line-height: 1.1;
	text-rendering: optimizelegibility
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
	font-weight: normal;
	line-height: 1;
	text-transform: none;
	color: #82888a
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 25px;
	margin-bottom: 15px
}

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

h1,
.h1 {
	font-size: 32px
}

h2,
.h2 {
	font-size: 28px
}

h3,
.h3 {
	font-size: 24px
}

h4,
.h4 {
	font-size: 18px
}

h5,
.h5 {
	font-size: 16px
}

h6,
.h6 {
	font-size: 14px
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	font-weight: 500
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 400
}

h6,
.h6 {
	color: #82888a
}

h1 small,
.h1 small {
	font-size: 28px
}

h2 small,
.h2 small {
	font-size: 20px
}

h3 small,
.h3 small {
	font-size: 17px
}

h4 small,
.h4 small {
	font-size: 14px
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 15px;
	padding-left: 25px
}

ul ul:last-child,
ul ol:last-child,
ol ul:last-child,
ol ol:last-child {
	margin-bottom: 0
}

.list-unstyled,
.list-layout,
.subnav-list,
.sidenav-list {
	padding-left: 0;
	list-style: none
}

.list-layout,
.subnav-list,
.sidenav-list {
	margin-bottom: 0
}

dl {
	margin-top: 0;
	margin-bottom: 15px
}

.list-layout img {
	margin: 0 auto;
}

.supporters {
	text-align: center;
}

.supporters .footer-icon-container {
	width: 80px;
	height: 80px;
}

dt {
	font-weight: bold
}

dd {
	margin-left: 0;
	margin-bottom: 10px
}

.h2 span {
	text-align: right;
	font-size: 14px;
}

.text-normal,
a.text-normal,
a.text-normal:hover,
a.text-normal:focus {
	color: inherit
}

.text-muted {
	color: #82888a
}

a.text-muted {
	color: #82888a
}

a.text-muted:hover,
a.text-muted:focus {
	color: #82888a
}

.text-branding {
	text-transform: uppercase
}

.text-contrast {
	color: #fff
}

.text-truncate {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.link-reset,
.link-icon {
	color: inherit
}

.link-reset:hover,
.link-icon:hover,
.link-reset:focus,
.link-icon:focus,
.link-reset:active,
.link-icon:active {
	color: inherit;
	outline: none;
	text-decoration: none
}

.link-icon:hover .icon:only-child {
	opacity: 0.8
}

.link-icon:hover .link-icon__text {
	text-decoration: underline
}

.text-wrap {
	word-wrap: break-word
}

.text-babu,
.icon-babu {
	color: #00d1c1
}

.text-beach,
.icon-beach {
	color: #ffb400
}

.text-ebisu,
.icon-ebisu {
	color: #ffaa91
}

.text-hackberry,
.icon-hackberry {
	color: #7b0051
}

.text-kazan,
.icon-kazan {
	color: #007a87
}

.text-lima,
.icon-lima {
	color: #3fb34f
}

.text-rausch,
.icon-rausch {
	color: #ff5a5f
}

.text-tirol,
.icon-tirol {
	color: #b4a76c
}

.text-light-gray,
.icon-light-gray {
	color: #cacccd
}

.text-dark-gray,
.icon-dark-gray {
	color: #3c3f40
}

.text-gray,
.icon-gray {
	color: #82888a
}

.text-white,
.icon-white {
	color: #fff
}
.display-none{display:none;}
.cat-list input[type="checkbox"]{}
.cat-list label{
padding-bottom:5px;
padding-top:5px;
margin-bottom:0px;
}
.tc{font-size:12px;}
@media (max-width:767px) {
	.text-jumbo {
		font-size: 31px
	}
	.text-center-sm {
		text-align: center
	}
	h1,
	.h1 {
		font-size: 32px
	}
	h2,
	.h2 {
		font-size: 30px
	}
	h3,
	.h3 {
		font-size: 22px
	}
	h4,
	.h4 {
		font-size: 17px
	}
	h5,
	.h5 {
		font-size: 15px
	}
	h6,
	.h6 {
		font-size: 13px
	}
	h1 small,
	.h1 small {
		font-size: 26px
	}
	h2 small,
	.h2 small {
		font-size: 20px
	}
	h3 small,
	.h3 small {
		font-size: 15px
	}
	h4 small,
	.h4 small {
		font-size: 14px
	}
}

@media (min-width:768px) and (max-width:1099px) {
	.text-center-md {
		text-align: center
	}
}

@media (min-width:1100px) {
	.text-center-lg {
		text-align: center
	}
}

code,
pre {
	font-family: 'Roboto', sans-serif
}

code {
	padding: 2px 4px;
	border-top: 1px solid #dce0e0;
	background-color: #f7f9f8;
	font-size: 0.8em;
	white-space: nowrap;
	color: #d14
}

pre {
	margin-top: 0;
	margin-bottom: 15px;
	padding: 14px;
	background-color: #edefed;
	font-size: 0.95em;
	white-space: pre-line;
	overflow-x: auto
}

pre code {
	border: 0;
	padding: 0;
	background: transparent;
	font-size: inherit;
	white-space: inherit;
	color: inherit
}

.page-container,
.page-container-responsive {
	margin-left: auto;
	margin-right: auto;
	padding-left: 12.5px;
	padding-right: 12.5px
}

.page-container:before,
.page-container-responsive:before,
.page-container:after,
.page-container-responsive:after {
	content: " ";
	display: table
}

.page-container:after,
.page-container-responsive:after {
	clear: both
}

@media (min-width:768px) {
	.page-container,
	.page-container-responsive {
		padding-left: 0px;
		padding-right: 0px
	}
}

.page-container {
	width: 1045px
}

.page-container-responsive {
	width: 99%
}

@media (min-width:768px) {
	.page-container-responsive {
		width: 90%
	}
}

@media (min-width:1100px) {
	.page-container-responsive {
		width: 80%
	}
}

.page-container-full {
	width: auto
}

.page-container-full:before,
.page-container-full:after {
	content: " ";
	display: table
}

.page-container-full:after {
	clear: both
}

.row {
	margin-left: 0px;
	margin-right: 0px
}

.row:before,
.row:after {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.row.row-table {
	width: 100%;
	width: calc(100% + 25px)
}

:root .row.row-table {
	width: 100% \9
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	:root .row.row-table {
		width: calc(100% + 25px)
	}
}

.row-condensed {
	margin-left: -6.25px;
	margin-right: -6.25px
}

.row-table {
	display: table;
	table-layout: fixed
}

.row-full-height {
	height: 100%
}

.row-space-1 {
	margin-bottom: 6.25px
}

.row-space-top-1 {
	margin-top: 6.25px
}

.row-space-2 {
	margin-bottom: 12.5px
}

.row-space-top-2 {
	margin-top: 12.5px
}

.row-space-3 {
	margin-bottom: 18.75px
}

.row-space-top-3 {
	margin-top: 18.75px
}

.row-space-4 {
	margin-bottom: 13px
}

.row-space-top-4 {
	margin-top: 25px
}

.row-space-5 {
	margin-bottom: 25px
}

.row-space-top-5 {
	margin-top: 31.25px
}

.row-space-6 {
	margin-bottom: 37.5px
}

.row-space-top-6 {
	margin-top: 37.5px
}

.row-space-7 {
	margin-bottom: 43.75px
}

.row-space-top-7 {
	margin-top: 43.75px
}

.row-space-8 {
	margin-bottom: 50px
}

.row-space-top-8 {
	margin-top: 155px;
}

.col-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 6px;
	padding-right: 6px
}

.row-condensed .col-1,
.row-condensed .col-sm-1,
.row-condensed .col-md-1,
.row-condensed .col-lg-1,
.row-condensed .col-2,
.row-condensed .col-sm-2,
.row-condensed .col-md-2,
.row-condensed .col-lg-2,
.row-condensed .col-3,
.row-condensed .col-sm-3,
.row-condensed .col-md-3,
.row-condensed .col-lg-3,
.row-condensed .col-4,
.row-condensed .col-sm-4,
.row-condensed .col-md-4,
.row-condensed .col-lg-4,
.row-condensed .col-5,
.row-condensed .col-sm-5,
.row-condensed .col-md-5,
.row-condensed .col-lg-5,
.row-condensed .col-6,
.row-condensed .col-sm-6,
.row-condensed .col-md-6,
.row-condensed .col-lg-6,
.row-condensed .col-7,
.row-condensed .col-sm-7,
.row-condensed .col-md-7,
.row-condensed .col-lg-7,
.row-condensed .col-8,
.row-condensed .col-sm-8,
.row-condensed .col-md-8,
.row-condensed .col-lg-8,
.row-condensed .col-9,
.row-condensed .col-sm-9,
.row-condensed .col-md-9,
.row-condensed .col-lg-9,
.row-condensed .col-10,
.row-condensed .col-sm-10,
.row-condensed .col-md-10,
.row-condensed .col-lg-10,
.row-condensed .col-11,
.row-condensed .col-sm-11,
.row-condensed .col-md-11,
.row-condensed .col-lg-11,
.row-condensed .col-12,
.row-condensed .col-sm-12,
.row-condensed .col-md-12,
.row-condensed .col-lg-12 {
	padding-left: 6.25px;
	padding-right: 6.25px
}

.col-offset-0 {
	margin-left: auto
}

.col-push-0 {
	left: auto
}

.col-pull-0 {
	right: auto
}

.col-1 {
	width: 8.33333%;
	float: left
}

.col-offset-1 {
	margin-left: 8.33333%
}

.col-push-1 {
	left: 8.33333%
}

.col-pull-1 {
	right: 8.33333%
}

.col-2 {
	width: 16.66667%;
	float: left
}

.col-offset-2 {
	margin-left: 16.66667%
}

.col-push-2 {
	left: 16.66667%
}

.col-pull-2 {
	right: 16.66667%
}

.col-3 {
	width: 25%;
	float: left
}

.col-offset-3 {
	margin-left: 25%
}

.col-push-3 {
	left: 25%
}

.col-pull-3 {
	right: 25%
}

.col-4 {
	width: 33.33333%;
	float: left
}

.col-offset-4 {
	margin-left: 33.33333%
}

.col-push-4 {
	left: 33.33333%
}

.col-pull-4 {
	right: 33.33333%
}

.col-5 {
	width: 41.66667%;
	float: left
}

.col-offset-5 {
	margin-left: 41.66667%
}

.col-push-5 {
	left: 41.66667%
}

.col-pull-5 {
	right: 41.66667%
}

.col-6 {
	width: 50%;
	float: left
}

.col-offset-6 {
	margin-left: 50%
}

.col-push-6 {
	left: 50%
}

.col-pull-6 {
	right: 50%
}

.col-7 {
	width: 58.33333%;
	float: left
}

.col-offset-7 {
	margin-left: 58.33333%
}

.col-push-7 {
	left: 58.33333%
}

.col-pull-7 {
	right: 58.33333%
}

.col-8 {
	width: 66.66667%;
	float: left
}

.col-offset-8 {
	margin-left: 66.66667%
}

.col-push-8 {
	left: 66.66667%
}

.col-pull-8 {
	right: 66.66667%
}

.col-9 {
	width: 75%;
	float: left
}

.col-offset-9 {
	margin-left: 75%
}

.col-push-9 {
	left: 75%
}

.col-pull-9 {
	right: 75%
}

.col-10 {
	width: 83.33333%;
	float: left
}

.col-offset-10 {
	margin-left: 83.33333%
}

.col-push-10 {
	left: 83.33333%
}

.col-pull-10 {
	right: 83.33333%
}

.col-11 {
	width: 91.66667%;
	float: left
}

.col-offset-11 {
	margin-left: 91.66667%
}

.col-push-11 {
	left: 91.66667%
}

.col-pull-11 {
	right: 91.66667%
}

.col-12 {
	width: 100%;
	float: left
}

.col-offset-12 {
	margin-left: 100%
}

.col-push-12 {
	left: 100%
}

.col-pull-12 {
	right: 100%
}

.col-sm-offset-0 {
	margin-left: auto
}

.col-sm-push-0 {
	left: auto
}

.col-sm-pull-0 {
	right: auto
}

.col-sm-1 {
	width: 8.33333%;
	float: left
}

.col-sm-offset-1 {
	margin-left: 8.33333%
}

.col-sm-push-1 {
	left: 8.33333%
}

.col-sm-pull-1 {
	right: 8.33333%
}

.col-sm-2 {
	width: 16.66667%;
	float: left
}

.col-sm-offset-2 {
	margin-left: 16.66667%
}

.col-sm-push-2 {
	left: 16.66667%
}

.col-sm-pull-2 {
	right: 16.66667%
}

.col-sm-3 {
	width: 25%;
	float: left
}

.col-sm-offset-3 {
	margin-left: 25%
}

.col-sm-push-3 {
	left: 25%
}

.col-sm-pull-3 {
	right: 25%
}

.col-sm-4 {
	width: 33.33333%;
	float: left
}

.col-sm-offset-4 {
	margin-left: 33.33333%
}

.col-sm-push-4 {
	left: 33.33333%
}

.col-sm-pull-4 {
	right: 33.33333%
}

.col-sm-5 {
	width: 41.66667%;
	float: left
}

.col-sm-offset-5 {
	margin-left: 41.66667%
}

.col-sm-push-5 {
	left: 41.66667%
}

.col-sm-pull-5 {
	right: 41.66667%
}

.col-sm-6 {
	width: 50%;
	float: left
}

.col-sm-offset-6 {
	margin-left: 50%
}

.col-sm-push-6 {
	left: 50%
}

.col-sm-pull-6 {
	right: 50%
}

.col-sm-7 {
	width: 58.33333%;
	float: left
}

.col-sm-offset-7 {
	margin-left: 58.33333%
}

.col-sm-push-7 {
	left: 58.33333%
}

.col-sm-pull-7 {
	right: 58.33333%
}

.col-sm-8 {
	width: 66.66667%;
	float: left
}

.col-sm-offset-8 {
	margin-left: 66.66667%
}

.col-sm-push-8 {
	left: 66.66667%
}

.col-sm-pull-8 {
	right: 66.66667%
}

.col-sm-9 {
	width: 75%;
	float: left
}

.col-sm-offset-9 {
	margin-left: 75%
}

.col-sm-push-9 {
	left: 75%
}

.col-sm-pull-9 {
	right: 75%
}

.col-sm-10 {
	width: 83.33333%;
	float: left
}

.col-sm-offset-10 {
	margin-left: 83.33333%
}

.col-sm-push-10 {
	left: 83.33333%
}

.col-sm-pull-10 {
	right: 83.33333%
}

.col-sm-11 {
	width: 91.66667%;
	float: left
}

.col-sm-offset-11 {
	margin-left: 91.66667%
}

.col-sm-push-11 {
	left: 91.66667%
}

.col-sm-pull-11 {
	right: 91.66667%
}

.col-sm-12 {
	width: 100%;
	float: left
}

.col-sm-offset-12 {
	margin-left: 100%
}

.col-sm-push-12 {
	left: 100%
}

.col-sm-pull-12 {
	right: 100%
}

@media (min-width:768px) {
	.col-md-offset-0 {
		margin-left: auto
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-1 {
		width: 8.33333%;
		float: left
	}
	.col-md-offset-1 {
		margin-left: 8.33333%
	}
	.col-md-push-1 {
		left: 8.33333%
	}
	.col-md-pull-1 {
		right: 8.33333%
	}
	.col-md-2 {
		width: 16.66667%;
		float: left
	}
	.col-md-offset-2 {
		margin-left: 16.66667%
	}
	.col-md-push-2 {
		left: 16.66667%
	}
	.col-md-pull-2 {
		right: 16.66667%
	}
	.col-md-3 {
		width: 25%;
		float: left
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-4 {
		width: 33.33333%;
		float: left
	}
	.col-md-offset-4 {
		margin-left: 33.33333%
	}
	.col-md-push-4 {
		left: 33.33333%
	}
	.col-md-pull-4 {
		right: 33.33333%
	}
	.col-md-5 {
		width: 41.66667%;
		float: left
	}
	.col-md-offset-5 {
		margin-left: 41.66667%
	}
	.col-md-push-5 {
		left: 41.66667%
	}
	.col-md-pull-5 {
		right: 41.66667%
	}
	.col-md-6 {
		width: 50%;
		float: left
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-7 {
		width: 58.33333%;
		float: left
	}
	.col-md-offset-7 {
		margin-left: 58.33333%
	}
	.col-md-push-7 {
		left: 58.33333%
	}
	.col-md-pull-7 {
		right: 58.33333%
	}
	.col-md-8 {
		width: 66.66667%;
		float: left
	}
	.col-md-offset-8 {
		margin-left: 66.66667%
	}
	.col-md-push-8 {
		left: 66.66667%
	}
	.col-md-pull-8 {
		right: 66.66667%
	}
	.col-md-9 {
		width: 75%;
		float: left
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-10 {
		width: 83.33333%;
		float: left
	}
	.col-md-offset-10 {
		margin-left: 83.33333%
	}
	.col-md-push-10 {
		left: 83.33333%
	}
	.col-md-pull-10 {
		right: 83.33333%
	}
	.col-md-11 {
		width: 91.66667%;
		float: left
	}
	.col-md-offset-11 {
		margin-left: 91.66667%
	}
	.col-md-push-11 {
		left: 91.66667%
	}
	.col-md-pull-11 {
		right: 91.66667%
	}
	.col-md-12 {
		width: 100%;
		float: left
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-pull-12 {
		right: 100%
	}
}

@media (min-width:1100px) {
	.col-lg-offset-0 {
		margin-left: auto
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-1 {
		width: 8.33333%;
		float: left
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%
	}
	.col-lg-push-1 {
		left: 8.33333%
	}
	.col-lg-pull-1 {
		right: 8.33333%
	}
	.col-lg-2 {
		width: 16.66667%;
		float: left
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%
	}
	.col-lg-push-2 {
		left: 16.66667%
	}
	.col-lg-pull-2 {
		right: 16.66667%
	}
	.col-lg-3 {
		width: 25%;
		float: left
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-4 {
		width: 33.33333%;
		float: left
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%
	}
	.col-lg-push-4 {
		left: 33.33333%
	}
	.col-lg-pull-4 {
		right: 33.33333%
	}
	.col-lg-5 {
		width: 41.66667%;
		float: left
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%
	}
	.col-lg-push-5 {
		left: 41.66667%
	}
	.col-lg-pull-5 {
		right: 41.66667%
	}
	.col-lg-6 {
		width: 50%;
		float: left
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-7 {
		width: 58.33333%;
		float: left
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%
	}
	.col-lg-push-7 {
		left: 58.33333%
	}
	.col-lg-pull-7 {
		right: 58.33333%
	}
	.col-lg-8 {
		width: 66.66667%;
		float: left
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%
	}
	.col-lg-push-8 {
		left: 66.66667%
	}
	.col-lg-pull-8 {
		right: 66.66667%
	}
	.col-lg-9 {
		width: 75%;
		float: left
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-10 {
		width: 83.33333%;
		float: left
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%
	}
	.col-lg-push-10 {
		left: 83.33333%
	}
	.col-lg-pull-10 {
		right: 83.33333%
	}
	.col-lg-11 {
		width: 91.66667%;
		float: left
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%
	}
	.col-lg-push-11 {
		left: 91.66667%
	}
	.col-lg-pull-11 {
		right: 91.66667%
	}
	.col-lg-12 {
		width: 100%;
		float: left
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-pull-12 {
		right: 100%
	}
}

.col-top,
.col-middle,
.col-bottom {
	float: none;
	display: table-cell
}

.col-top {
	vertical-align: top
}

.col-middle {
	vertical-align: middle
}

.col-bottom {
	vertical-align: bottom
}

.col-center {
	float: none;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:767px) {
	.page-container-responsive .col-1,
	.page-container-responsive .col-2,
	.page-container-responsive .col-3,
	.page-container-responsive .col-4,
	.page-container-responsive .col-5,
	.page-container-responsive .col-6,
	.page-container-responsive .col-7,
	.page-container-responsive .col-8,
	.page-container-responsive .col-9,
	.page-container-responsive .col-10,
	.page-container-responsive .col-11,
	.page-container-responsive .col-12 {
		float: none;
		margin-bottom: 25px;
		width: auto
	}
	.page-container-responsive .col-1:last-child,
	.page-container-responsive .col-2:last-child,
	.page-container-responsive .col-3:last-child,
	.page-container-responsive .col-4:last-child,
	.page-container-responsive .col-5:last-child,
	.page-container-responsive .col-6:last-child,
	.page-container-responsive .col-7:last-child,
	.page-container-responsive .col-8:last-child,
	.page-container-responsive .col-9:last-child,
	.page-container-responsive .col-10:last-child,
	.page-container-responsive .col-11:last-child,
	.page-container-responsive .col-12:last-child {
		margin-bottom: 0
	}
	.page-container-responsive .col-push-1,
	.page-container-responsive .col-push-2,
	.page-container-responsive .col-push-3,
	.page-container-responsive .col-push-4,
	.page-container-responsive .col-push-5,
	.page-container-responsive .col-push-6,
	.page-container-responsive .col-push-7,
	.page-container-responsive .col-push-8,
	.page-container-responsive .col-push-9,
	.page-container-responsive .col-push-10,
	.page-container-responsive .col-push-11,
	.page-container-responsive .col-push-12 {
		left: auto
	}
	.page-container-responsive .col-pull-1,
	.page-container-responsive .col-pull-2,
	.page-container-responsive .col-pull-3,
	.page-container-responsive .col-pull-4,
	.page-container-responsive .col-pull-5,
	.page-container-responsive .col-pull-6,
	.page-container-responsive .col-pull-7,
	.page-container-responsive .col-pull-8,
	.page-container-responsive .col-pull-9,
	.page-container-responsive .col-pull-10,
	.page-container-responsive .col-pull-11,
	.page-container-responsive .col-pull-12 {
		right: auto
	}
	.page-container-responsive .col-offset-1,
	.page-container-responsive .col-offset-2,
	.page-container-responsive .col-offset-3,
	.page-container-responsive .col-offset-4,
	.page-container-responsive .col-offset-5,
	.page-container-responsive .col-offset-6,
	.page-container-responsive .col-offset-7,
	.page-container-responsive .col-offset-8,
	.page-container-responsive .col-offset-9,
	.page-container-responsive .col-offset-10,
	.page-container-responsive .col-offset-11,
	.page-container-responsive .col-offset-12 {
		margin-left: 0
	}
	.page-container-responsive .row-table,
	.page-container-responsive .col-top,
	.page-container-responsive .col-middle,
	.page-container-responsive .col-bottom {
		display: block
	}
}

.carousel-indicators {
	bottom: 0px !important;
}

.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%)
}

.carousel-control.right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 25%;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 25%;
}



.va-container {
	display: table;
	position: relative
}

.va-container-v {
	height: 100%
}

.va-container-h {
	width: 100%
}

.va-top,
.va-middle,
.va-bottom {
	display: table-cell
}

.va-top {
	vertical-align: top
}

.va-middle {
	vertical-align: middle;
	border-radius: 15px;
}

.hyderabad {
	margin: 0px;
}

.va-middle .h4 {
	margin-top: 10px;
}

.home-event span {
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 1px;
}

.home-event p {
	display: inline;
	margin-left: 4px;
	background-color: #fff;
	color: #f45e2b;
	border-radius: 15px;
	padding: 3px;
	font-size: 19px;
	font-weight: 300;
}

.home-event .h2 {
	white-space: nowrap;
	font-size: 29px;
	font-weight: 400;
	text-overflow: ellipsis;
	line-height:16px;
}

.home-event .h2 h4 {
	font-size: 26px;
	display: inline;
	line-height: 44px;
	margin: 0px;
}

.red {
	background-color: rgba(230, 77, 61, 0.70);
}

.red:hover {
	vertical-align: middle;
	background-color: rgba(230, 77, 61, 0.5);
}

.yellow {
	background-color: rgba(242, 195, 17, 0.7);
}

.yellow:hover {
	vertical-align: middle;
	background-color: rgba(242, 195, 17, 0.5);
}

.blue {
	background-color: rgba(75, 158, 234, 0.75);
}

.blue:hover {
	vertical-align: middle;
	background-color: rgba(75, 158, 234, 0.5);
}

.orange {
	background-color: rgba(230, 127, 34, 0.75);
}

.orange:hover {
	vertical-align: middle;
	background-color: rgba(230, 127, 34, 0.5);
}

.green {
	background-color: rgba(76, 202, 164, 0.75);
}

.green:hover {
	vertical-align: middle;
	background-color: rgba(76, 202, 164, 0.5);
}

.about p span {
	color: #ff5a5f
}

.event-sub-head {
	font-size: 17px;
	color: #000;
	width: 30%;
	display: table-cell
}

.event-value {
	font-size: 17px;
	margin: 35px 0px;
	display: table-cell;
}

.event-value span {
	font-size: 14px;
	color: crimson
}

.event-info {
	float: none;
	display: table;
	padding-bottom: 20px;
	position: relative;
	width: 100%;
}

.about .event-sub-head {
	font-size: 18px;
	color: #000;
	width: 6%
}

.about .event-sub-head1 {
	font-size: 18px;
	color: #000;
	width: 28%
}

.about h2 {
	font-size: 20px;
	color: #f45e2b;
}

.about p {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 30px;
}

.about .event-value {
	font-size: 17px;
}

.or-list {
	font-size: 16px;
	text-align: justify;
}

.or-list li {
	margin: 10px 0px;
}

.enquiry i {
	font-size: 20px;
	display: inline-block;
	width: 30px;
	vertical-align: top;
	line-height: 45px;
}

.enquiry p {
	display: inline-block;
	line-height: 20px;
	margin-top: 12px;
}

.enquiry #returnmessage {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #f45e2b
}

#returnmessage span {
	color: red;
}

.EventView .page-div {
	padding-top: 30px;
	padding-bottom: 20px;
}

.EventView .page-div hr {
	border: 1px solid #ccc;
	margin: 0px
}

.bangalore .page-div {
	margin-bottom: 110px
}

.price-amount {
	font-size: 22px;
}

#sticky {
	padding: 2px;
	width: 100%;
	background-color: #ff7b80;
	color: #fff;
	font-size: 22px;
	border-radius: 0.5ex;
	text-align: center;
}

#sticky.stick {
	position: fixed;
	top: 92px;
	z-index: 100;
	border-radius: 0 0 0.5em 0.5em;
	width: auto;
	text-align: center;
	margin: auto 0;
}

#sticky a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #303030;
}

#sticky.stick a {
	font-size: 14px;
	font-weight: 400;
	color: #303030;
	letter-spacing: 1px;
}

#calendar {
	max-width: 800px;
	margin: 0 auto;
}

.stats {
	margin: 10px 10px 0px;
}
.stats .box{border-right:1px solid #ccc;}
.stats h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 22px;
	text-align: center;
	color: #4cae4c;
	margin: 0px 0px 20px 0px;
	font-weight: 300
}

.stats div {
	text-align: center;
}

.stats .counter {
	color: #666;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 1px;
}

.stats .p {
	padding: 5px 40px;
	text-align: center;
	letter-spacing: 1px;
	display:none;
}

.stats h5 {
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0px;
	font-size:14px;
}

.fc-state-highlight {
	background: #5fdfff !important;
}

.fc-center>h2 {
	font-size: 24px !important;
}

.fc-prev-button {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.modal-header {}

.modal-footer {}

.fc-event-width-overirde {
	height: 16px !important;
	line-height: 20px
}

#eventview .row {}

.single #setimage{
    min-height:440px;
}
#setimage {
	border: 0px solid #ddd;
	width:100%;
	border-radius:12px;
	max-height:350px;
}

.cities .discovery-card,
.single .discovery-card {
	border-radius: 10px;
	box-shadow: 0px 0px 1px #aaa;
}
.single .discovery-card{height:auto;}

.head .event-id {
	font-size: 19px;
	text-align: left;
	font-weight: 400;
	color: #f45e2b;
	margin: 0px;
}

.kyc-line {
	color: red;
	font-size: 13px;
	font-weight: 500;
	margin-top: 200px;
	text-align: center;
}



.evorg {
	background-color: #f7f9f8;
	height: 70px;
	margin-top: 5px;
	vertical-align: middle;
	padding: 7px 10px 0px;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 100%;
}

.evorgp {
	background-color: #f45e2b;
	max-height: 110px;
	margin-top: 5px;
	vertical-align: middle;
	padding: 7px 15px;
	border: 1px solid #e24813;
	border-radius: 0px;
}

.evorgp .name b {
	font-size: 16px;
	float: none;
	color: #f45e2b;
	font-weight: bold;
	display: none;
}

.evorgp .name span {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	display: block;
	line-height: 30px;
	text-align: center;
}

.evorgp .img-round,
.media-round {
	border-radius: 50px;
	border: 2px solid #fff
}

.evorgp .media-photo {
	backface-visibility: hidden;
	display: inline-block;
	float: left;
	overflow: hidden;
	position: relative;
	vertical-align: bottom;
	margin: 10px 10px 0px 10px;
}

.eo-box {
	float: left;
	width: 180px;
	padding-left: 5px;
}

.kyc {
	float: right;
	height: 18px;
	line-height: 16px;
}

.kyc i {
	font-size: 11px;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	line-height: 18px;
}

.kycv {
	background-color: green;
	border-radius: 10px;
	height: inherit;
	padding: 0px 11px
}

.kycn {
	background-color: #949494;
	border-radius: 10px;
	height: inherit;
	padding: 0px 13px
}

.kyc p {
	font-size: 11px;
	color: #fff;
}

.cikd-banner {
	padding-top: 90px;
	position: relative;
	background-color: #efe5ea;
}

.ckid-banner img {
	width: 100%;
}

.contact-button {
	margin-top: 0px;
	text-align: center;
	padding: 0px;
}

.cities .contact-button {
	float: right;
	width: 265px;
}

.con-orgnzr {
	padding: 13px 75px;
	background-color: #f45e2b;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	border-radius: 0px;
	width: 100%;
	/*box-shadow:0 0 1px 0 #555;*/
	border: none;
	margin-top: 20px;
	letter-spacing: 1px;
}

.con-orgnzr:hover,
.con-orgnzr:focus {
	background-color: #ee2b30;
	color: #fff;
}

@media (max-width:610px) {
	.readmore {
		padding: 5px 0px;
		background-color: #f45e2b;
		color: #fff;
		font-weight: 500;
		font-size: 16px;
		border-radius: 5px;
		width: 100%;
		margin-top: 25px;
	}
}

.con-orgnzr a:focus,
.con-orgnzr a:hover {
	text-decoration: none;
	color:#000;
	font-weight: normal;
}

.conmo {
	position: fixed;
	padding-right: 10px;
	z-index: 100;
	right: 0px;
	top: 120px;
	font-size: 20px;
	color: #f45e2b;
	font-weight: 500;
}

.conmo img {
	position: fixed;
	padding-right: 10px;
	z-index: 100;
	right: 132px;
	top: 123px;
	width: 65px;
	display: none;
}

.vcount {
	text-align: right;
	margin-top: 15px;
	right: 20px;
	margin-right: 40px;
}

.vcount span {
	font-weight: bold;
	margin-right: 10px;
}

.EventView .exlayout {
	display: none;
}

.exlayout {
	text-align: center;
	margin-top: 15px;
}

.exlayout a {
	color: green;
	font-size: 16px;
}

.head {
	margin-top: 0px;
}

.head i {
	font-size: 24px;
	float: left;
	/*color: #f45e2b;*/
	color:#777;
	margin: 0px 5px;
	line-height: 30px;
	width: 25px;
	display:none;
}
.venue p {
    color: #222;
    font-size: 17px;
    font-weight: 300;
}

.head .venue i {
	font-size: 28px;
}

.head .title {
	display: block;
	width: 100%;
}


.date,
.time {
	display: block;
	float: left;
	width: 45%;
	margin-top: 10px;
}

.head .venue {
	margin-top: 10px;
}

.head p {
	float: none;
	display: block;
	margin: 0px;
	line-height: 30px;
}
.date p{
        font-size: 20px;
    font-weight: 500;
    color: #000;
}
.time p{
    font-weight: 400;
	line-height: 30px;
	color: #808080;
	font-size:15px;
}

.head hr {
	/*border-color: #f45e2b ; */
}

.single .bck {
	margin-top: 92px;
	z-index: 99;
	position: fixed;
	margin-left: 0px;
	border-radius: 3px;
	background-color: #0d9e59;
}

.single .bck .fa {
	font-size: 16px;
	padding: 5px;
	border-radius: 36px;
	border: solid 1px #fff;
}

.single .bck a {
	color: #fff;
	font-size: 14px;
}

.single .glead{margin-top:100px;}

/*.single .kyc-line{margin-top:190px;}
.single .kyc-line span{border:1px red solid;padding:4px 25px; border-radius:40px;} */

.single #showimg {
	margin-top: 15px;
}

.single .head {
	margin-top: 10px;
	padding-left: 30px;
}

.single .head h1 {
	font-size: 21px;
    color: #666;
    font-weight: 300;
}

.stallinfo {
	position: relative;
	height: auto;
}

.stallinfo .box1 {
	padding: 0px;
	float: left;
}

.stallinfo .box2 {
	padding: 0px;
	min-height: 160px;
}



.stallinfo .count {
	line-height: 52px;
	height: 100px;
	/* float: ; */
	width: 200px;
	margin-left: 10px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
}

.stallinfo .total,
.avail {
	color: #eee;
	font-size: 14px;
	padding: 0px 5px;
}

.stallinfo .total {
	background-color: #888;
	height: 42px;
	margin-bottom: -72px;
	margin-left: 36px;
	margin-top: 60px;
	overflow: hidden;
	width: 140px;
	box-shadow: 0 2px 0 0 #ddd;
	border-radius: 2px;
}

.stallinfo .avail {
	background-color: #fff;
	border: 1px solid #555;
	height: 40px;
	margin-top: -45px;
	overflow: hidden;
	width: 160px;
	box-shadow: 2px 3px 4px 1px #333333;
	line-height: 45px;
	font-size: 15px;
	padding: 0px;
	box-shadow: 0 2px 0 0 #ddd;
	color: #555;
	border-radius: 2px;
}

.EventType {
	font-size: 14px;
	padding-left: 0px;
}

.single .EventType {
	margin-top: 4px;
	text-transform: capitalize;
}

.stallinfo .EventType span {
	font-size: 12px;
	font-weight: 400;
}

.evorg .count {
	font-size: 12px;
}

.count span {
	font-weight: 500;
	padding: 0px 0px;
}

.count .avail span {
	font-size: 22px;
	font-weight: bold;
	border-right: 1px #555 dashed;
	float: left;
	padding-left: 5px;
	margin-right: 5px;
	line-height: 40px;
	width: 35px;
	text-align: center;
}

.count .total span {
	font-size: 20px;
	line-height: 48px
}

.stallinfo .details {
	border: 1px #ccc solid;
	padding: 0px;
	border-radius: 5px;
	float: left;
	width: 100%;
	height: auto
}

.stallinfo .price {
	font-size: 16px;
	color: #f45e2b;
	background-color: f7f9f8;
	text-align: center;
	border-radius: 5px 5px 0px 0px;
	line-height: 24px;
	padding-top: 7px;
	box-shadow: 0px 1px 2px 0 #8f8f8f;
}

.stallinfo .price span {
	font-size: 13px;
	color: #555;
	font-weight: 400;
}

.stallinfo .details ul {
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 1px;
	background-color: #f1f1f1;
}

.stallinfo .details ul li {
	list-style: none;
	padding: 5px 0px 5px 3px;
	border-bottom: 1px #ccc solid;
	color: #979797
}

.stallinfo .details ul li:last-child {
	border-bottom: none;
}

.stallinfo .details i {
	color: #f45e2b;
	font-weight: normal;
	margin: 0 2px;
}

.stallinfo .details .price i {
	margin: 0 6px;
	font-size: 18px
}

.stallinfo .details .ExStallType {
	font-weight: 400;
	font-size: 13px;
	color: #f45e2b;
}



.catego {
	margin-top: 3px;
	display: inline-table;
}

.catego .tick i {
	color: #f45e2b;
	background-color: #fff;
	border: #ff7a47 1px solid;
	padding: 5px;
	border-radius: 30px;
	font-size: 20px
}

.catego .label-default {
	background-color: #f1f1f1;
	border: #ececec solid 1px;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 2px;
	padding: 1px 3px;
	color: #787878
}

.catego .spl {
	background-color: #fff;
	color: #f45e2b;
	padding: 4px 8px;
	border-radius: 4px;
	border: #ff7a47 1px solid;
	font-weight: 500;
	font-size: 15px;
}

.catlabel {
	background-color: #fafafa;
    border: #ccc solid 1px;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 4px 3px;
    padding: 2px 6px;
    color: #444;
    border-radius: 82px;
}

.cities .tick,
.cities .spl,
.cities .catlabel {
	display: none;
}
.cities .row-space-top-8 {
	margin-top: 130px;
}
.cities #EventCount{margin-bottom:20px;margin-top:15px;}

.facil {
	margin: 20px 0 40px;
	min-height: 100px;
	padding: 0px;
}

.facil .tick {
	float: left;
}

.facil .tick i {
	color: #f45e2b;
	background-color: #fff;
	border: #ff7a47 1px solid;
	padding: 5px;
	border-radius: 30px;
	font-size: 20px;
}

.facil .label-default {
	background-color: #fff;
	color: #f45e2b;
	padding: 4px 8px;
	border-radius: 4px;
	border: #ff7a47 1px solid;
	font-weight: 500;
	font-size: 15px;
	margin-left: 14px;
	line-height: 18px;
}

.facil .scroll {
	width: -moz-fit-content;
	background-color: #fff;
	height: 68px;
	border-radius: 5px;
	margin-top: 5px;
}

.facil .scroll span {
	float: left;
	/*height: 57px; */
	margin-top: 10px;
	margin:0px 2px;
}

.facil .scroll h6 {
	font-weight: normal;
	color: #888;
	font-size: 12px;
	height: 20px;
	margin: 0px;
	text-align: center
}

.facil .scroll img {
	margin: 0px 8px;
	width: 30px;
}

.cities .facil {
	display: none;
}

#LayoyModal .modal-dialog {
	max-width: 65%;
	width: 65%;
}

#LayoyModal .modal-dialog .modal-content {
	max-width: 100%;
}

.moinfo {
	padding: 20px;
	border: 1px solid #ff7a47;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
}

.moinfo span {
	font-size: 18px;
	color: #f45e2b;
}

.moinfo #Description {
	font-size: 15px;
	color: #444;
	margin-top: 15px;
	font-weight: 300;
	line-height: 30px
}




#stallDetails .form-group {
	margin-bottom: 5px;
}

#sharelink span {
	color: #37a75b;
}

#sharesucess a span {
	color: #fff;
}

.trnresponse h4 {
	font-weight: 300;
	line-height: 36px;
}

.trnresponse h4 span {
	font-weight: 500;
	color: #ff6166;
}

.fa-heart {
	color: #ff5a5f;
	font-size: 10px
}

.hyd {
	color: #fff !important;
	font-size: 10px
}

.getstallbtn {
	width: 55%;
}

.eventprtbtn {
	width: 120px;
	height: auto;
	padding-top: 0px;
	float: right;
}

.eventprtbtn img {
	width: 100%;
}

.eventservice {
	position: fixed;
	padding-right: 10px;
	z-index: 100;
	right: 0px;
	width: 120px;
	top: 180px;
	display: none;
}

.eventservice img {
	width: 100%;
}

.bevolunteer {
	position: fixed;
	padding-right: 10px;
	z-index: 100;
	right: 0px;
	width: 120px;
	top: 245px;
}

.bevolunteer img {
	width: 100%;
}

.stalbulk {
	position: fixed;
	padding: 4px 6px;
	z-index: 1000;
	right: 0px;
	width: 135px;
	bottom: 250px;
	color: #fff;
	background-color: #17950C;
	border-radius: 5px;
	text-align: center
}

.staloan {
	position: fixed;
	padding: 4px 6px;
	z-index: 1000;
	right: 0px;
	width: 135px;
	bottom: 210px;
	color: #fff;
	background-color: #17950C;
	border-radius: 5px;
	text-align: center
}

.smsbulk {
	position: fixed;
	padding: 4px 6px;
	z-index: 1000;
	right: 0px;
	width: 135px;
	bottom: 170px;
	color: #fff;
	background-color: #17950C;
	border-radius: 5px;
	text-align: center
}

.stalbulk:hover,
.staloan:hover,
.smsbulk:hover {
	color: #fff;
}

.whtsap {
	position: fixed;
	padding-right: 0px;
	z-index: 1000;
	right: 5px;
	width: 105px;
	bottom: 65px;
	color: #fff;
	background-color: #17950C;
	border-radius: 30px;
}

.whtsap img {
	width: 40px;
}

.categories {
	color: #3399cc;
	font-size: 16px;
}

.strike {
	text-decoration: line-through
}

.success {
	text-decoration: none;
	color: red
}

.event-date {
	font-size: 19px;
	text-align: right;
	font-weight: bold;
	color: #ff5a5f;
	padding-right: 20px;
}

.price {
	color: #ff5a5f;
	line-height: 32px;
}

.list-inline li {
	display: block;
	padding: 0 5px;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 1px;
}

.event-thumb {
	margin-bottom: 10px !important;
	text-align: center;
}

.event-thumb img {
	margin: 0px 5px!important;
	width: 10%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.inactive {
	background-color: #CCC;
	cursor: default;
	pointer-events: none;
}

.inactive .event-info .price {
	font-size: 20px;
	text-decoration: none !important;
	color: green !important;
}

.ev-complete {
	display: none;
	visibility: hidden;
}

.inactive .ev-complete {
	display: table;
	visibility: visible;
}

.inactive .ev-price {
	display: none;
	visibility: hidden;
}

.inactive .event-info .event-value {
	text-decoration: line-through;
}

.modal-header {
	background-color: #f45e2b;
}

.modal-title {
	color: white;
	font-weight: 100;
	font-size: 20px;
	letter-spacing: 1px;
}

.modal-content .close {
	font-size: 34px;
	line-height: 1px;
	font-weight: 400;
	opacity: 1;
	height: 30px;
	width: 30px;
	color: #fff !important;
	border-radius: 20px;
}

.modal-header #failimg {
	margin: 5px 0px 16px;
}

.modal-header #sucesimg {
	margin: 5px 0px 16px;
}

.ytestimonials {
	background-color: #2b2d2e;
	padding: 30px 0px;
}

.ytestimonials h2 {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 20px 0px 40px 0px;
}

.ytestimonials .yvideo iframe {
	width: 100%;
}

.socialicn {
	background-color: #f45e2b;
	padding: 30px 0px;
}

.socialicn h4 {
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
}

.socialicn .list-inline li {
	display: inline-block;
}

.socialicn .list-layout li a:hover {
	letter-spacing: 1px;
}

.socialicn .list-layout .fa {
	line-height: 33px;
}

.socialicn .footer-icon-container {
	display: block;
	height: 36px;
	width: 36px;
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	border-color: rgba(255, 255, 255, 0.8);
	color: #fff;
	font-size: 16px;
}

#footer .list-inline li {
	display: inline-block;
}

#footer .list-layout li a {
	color:#ccc;
	font-size:14px;
	letter-spacing:0.3px;
}

#footer .list-layout li a:hover {
	letter-spacing: 1px;
}

#footer .list-layout .fa {
	line-height: 33px;
}

#footer .terms .link {
	color: #f45e2b
}

#footer .terms,
#footer .terms a {
	color: #aaa;
	font-size: 13px;
}

.blogpost{margin-bottom:30px;}
.blogpost h2 { font-weight:600;}
.blogpost ul li {
	color: #fff;
	font-size: 13px;
	margin-left:40px;
	list-style-type:disc;
}
.blogpost ul li a {line-height:22px;}
.service-item {
	min-height: 50px;
	margin-bottom: 15px;
}

.service-icon {
	color: #505050;
	border: 1px solid #e4e600;
	border-radius: 30px;
	float: left;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

.service-icon .fa-2x {
	font-size: 1.5em;
}

.service-item p {
	display: inline-block;
	text-align: justify;
	font-size: 15px;
}

.service-desc {
	margin-left: 55px;
	position: relative;
	top: 10px;
}

.service-desc h3 {
	color: #445e71;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	margin-bottom: 15px;
}

.thanks .wow {
	margin-top: 10px;
}

.thanks img {
	width: 100px;
	border-radius: 90px;
	border: 1px #bbb solid;
	overflow: hidden;
	float: none;
	margin: 0 auto;
}

.thanks h3 {
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px
}

.thanks a {
	color: #555;
}

.ebq img {
	margin-top: 10px;
	width: 100%;
}

#formMail .submit {
	padding: 3px 30px;
}


/*ShareThis Plugin*/

#sthoverbuttons {
	top: 70%;
	width: 42px;
}

#sthoverbuttons #sthoverbuttonsMain {
	padding: 5px;
}

#sthoverbuttons #sthoverbuttons-top {
	height: 2px;
}

#sthoverbuttons .sthoverbuttons-background-l {
	left: 4px;
}

.clgspn-form {
	position: absolute;
	font-size: 44px;
	width: 100%;
	;
	font-weight: bold;
	top: 5%;
	color: #FFF;
	text-align: justify;
}

.clgspn-form #form {
	margin: 0 auto;
	width: 50%;
	border-radius: 10px;
	padding: 0px 10px;
	background-color: rgba(27, 26, 26, 0.2);
}

.clgspn-form .lblclass {
	font-size: 20px;
	float: left;
	width: 25%;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
}

.clgspn-form #submit {
	width: 30%;
}

.clgspn-form .input-large {
	width: 70%;
	display: inline;
	padding: 5px;
	margin: 10px 0px;
	background-color: rgba(250, 250, 250, 0.4);
	color: white;
}

.clgspn-form #returnmessage span {
	color: yellow;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.vjd .clgspn-form #form {
	background: rgba(27, 26, 26, 0.4);
}

.vjd .clgspn-form .input-large {
	background-color: rgba(250, 250, 250, 0.8);
}

.vjd .clgspn-form .input-large {
	color: #333
}

.text {
	width: 340px;
	height: 217px;
	background: #FFF;
	opacity: 0;
	-webkit-transition: background 300ms ease-out;
	-moz-transition: background 300ms ease-out;
	-o-transition: background 300ms ease-out;
	transition: background 300ms ease-out;
}

.discovery-card:hover .text {
	opacity: 0.6;
	text-align: justify;
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	padding: 30px;
	-webkit-transition: background 300ms ease-out;
	-moz-transition: background 300ms ease-out;
	-o-transition: background 300ms ease-out;
	transition: background 300ms ease-out;
}

.va-bottom {
	vertical-align: bottom
}
.panel-close,
.alert-close,
.modal-close {
	float: right;
	cursor: pointer;
	font-size: 2em;
	line-height: 0.7;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	color: #cacccd
}
.panel-close:before,
.alert-close:before,
.modal-close:before {
	content: "\00d7"
}
.panel-close:hover,
.alert-close:hover,
.modal-close:hover,
.panel-close:focus,
.alert-close:focus,
.modal-close:focus {
	color: #b0b3b5;
	text-decoration: none
}
.panel-close:not(:empty):before,
.alert-close:not(:empty):before,
.modal-close:not(:empty):before {
	display: none
}
.panel {
	background-color: #fff;
	border-radius: 0
}
.panel-quote {
	position: relative;
	margin-left: 10px
}
.panel-quote:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -10px;
	top: 15px;
	right: auto;
	border: 10px solid transparent;
	border-left: 0;
	border-right-color: #dce0e0
}
.panel-quote:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: -9px;
	top: 16px;
	right: auto;
	border: 9px solid transparent;
	border-left: 0;
	border-right-color: #fff
}
.panel-quote.panel-dark:before,
.panel-quote.panel-header:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -10px;
	top: 15px;
	right: auto;
	border: 10px solid transparent;
	border-left: 0;
	border-right-color: #dce0e0
}
.panel-quote.panel-dark:after,
.panel-quote.panel-header:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: -9px;
	top: 16px;
	right: auto;
	border: 9px solid transparent;
	border-left: 0;
	border-right-color: #edefed
}
.panel-quote-right {
	position: relative;
	margin-right: 10px;
	margin-left: 0
}
.panel-quote-right:before {
	content: "";
	display: inline-block;
	position: absolute;
	right: -10px;
	top: 15px;
	left: auto;
	border: 10px solid transparent;
	border-right: 0;
	border-left-color: #dce0e0
}
.panel-quote-right:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 16px;
	left: auto;
	border: 9px solid transparent;
	border-right: 0;
	border-left-color: #fff
}
.panel-quote-right.panel-dark:before,
.panel-quote-right.panel-header:before {
	content: "";
	display: inline-block;
	position: absolute;
	right: -10px;
	top: 15px;
	left: auto;
	border: 10px solid transparent;
	border-right: 0;
	border-left-color: #dce0e0
}
.panel-quote-right.panel-dark:after,
.panel-quote-right.panel-header:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 16px;
	left: auto;
	border: 9px solid transparent;
	border-right: 0;
	border-left-color: #edefed
}
.panel-header,
.panel-body,
ul.panel-body>li,
ol.panel-body>li,
.panel-footer {
	position: relative;
	margin: 0;
	padding: 20px;
	border-top: 1px solid #dce0e0
}
.panel-header+.panel-body,
.panel-body+.panel-body,
ul.panel-body>li+.panel-body,
ol.panel-body>li+.panel-body,
.panel-footer+.panel-body {
	border-top: none
}
.panel-header:first-child,
.panel-body:first-child,
ul.panel-body>li:first-child,
ol.panel-body>li:first-child,
.panel-footer:first-child {
	border-top: 0
}
ul.panel-condensed>li,
ol.panel-condensed>li,
.panel-condensed {
	padding: 14px
}
.panel-header {
	color: #565a5c;
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dce0e0
}
.panel-header-scroll {
	position: relative
}
.panel-header-scroll:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.06);
	clip: rect(4px, auto, 20px, auto)
}
.panel-image {
	position: relative
}
a.panel-image {
	display: block
}
.panel-body {
	position: relative
}
.panel-body+.panel-body:before {
	content: "";
	position: absolute;
	top: -1px;
	height: 1px;
	left: 20px;
	right: 20px;
	border-top: 1px solid #dce0e0;
	border-color: rgba(220, 224, 224, 0.5)
}
.panel-body:first-child:before,
.panel-body.panel-dark:before,
.panel-body.panel-header:before {
	display: none
}
.panel-body>*:first-child {
	margin-top: 0
}
.panel-body>*:last-child {
	margin-bottom: 0
}
ul.panel-body,
ol.panel-body {
	padding: 0;
	list-style: none
}
ul.panel-body>li,
ol.panel-body>li {
	position: relative
}
ul.panel-body>li+.panel-body:before,
ol.panel-body>li+.panel-body:before {
	content: "";
	position: absolute;
	top: -1px;
	height: 1px;
	left: 20px;
	right: 20px;
	border-top: 1px solid #dce0e0;
	border-color: rgba(220, 224, 224, 0.5)
}
ul.panel-body>li:first-child:before,
ul.panel-body>li.panel-dark:before,
ul.panel-body>li.panel-header:before,
ol.panel-body>li:first-child:before,
ol.panel-body>li.panel-dark:before,
ol.panel-body>li.panel-header:before {
	display: none
}
ul.panel-body>li>*:first-child,
ol.panel-body>li>*:first-child {
	margin-top: 0
}
ul.panel-body>li>*:last-child,
ol.panel-body>li>*:last-child {
	margin-bottom: 0
}
.panel-body-scroll {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}
.panel-footer {
	text-align: right
}
.panel-dark,
.panel-header {
	background-color: #edefed
}
.panel-light {
	background-color: #fff
}
@media (max-width:767px) {
	.panel-header {
		font-size: 15px
	}
	

}
.alert {
	padding: 15px;
	padding-right: 30px;
	text-align: center;
	position: relative;
	border-radius: 2px
}
.alert .alert-close {
	position: absolute;
	right: 15px;
	text-decoration: none
}
.alert .alert-icon {
	margin-right: 20px;
	display: inline-block;
	color: #007a87;
	-webkit-transform: scale(2.4) translateY(-0.4px);
	-ms-transform: scale(2.4) translateY(-0.4px);
	transform: scale(2.4) translateY(-0.4px)
}
.alert-block,
.alert-header.panel-header {
	text-align: left;
	padding: 25px;
	padding-right: 40px
}
.alert-block.alert-with-icon,
.alert-with-icon.alert-header.panel-header {
	min-height: 100px;
	padding-left: 110px
}
.alert-block.alert-with-icon .alert-icon,
.alert-with-icon.alert-header.panel-header .alert-icon {
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	margin-right: 0;
	display: block;
	position: absolute;
	font-size: 67px;
	top: 14px;
	left: 24.5px
}
.alert-block .alert-close,
.alert-header.panel-header .alert-close {
	right: 25px
}
.alert-header.panel-header {
	text-transform: none;
	padding: 15px;
	border-radius: 0
}
.alert-header.panel-header.alert-with-icon {
	min-height: 55px;
	padding-left: 76px
}
.alert-header.panel-header.alert-with-icon .alert-icon {
	font-size: 40px;
	top: 50%;
	left: 20px;
	margin-top: -25.5px
}
.alert {
	background-color: #c2e4e7
}
.alert .alert-link {
	color: #007a87
}
.alert .alert-icon {
	color: #4cb0bb
}
.alert .alert-close {
	color: #007a87
}
.alert .alert-close:hover,
.alert .alert-close:focus {
	color: #004c54
}
.alert-success {
	background-color: #bfeeb0
}
.alert-success .alert-link {
	color: #3fb34f
}
.alert-success .alert-icon {
	color: #8bd275
}
.alert-success .alert-close {
	color: #3fb34f
}
.alert-success .alert-close:hover,
.alert-success .alert-close:focus {
	color: #328d3e
}
.alert-danger,
.alert-error {
	background-color: #ffd1c4
}
.alert-danger .alert-link,
.alert-error .alert-link {
	color: #b2725f
}
.alert-danger .alert-icon,
.alert-error .alert-icon {
	color: #e4a593
}
.alert-danger .alert-close,
.alert-error .alert-close {
	color: #b2725f
}
.alert-danger .alert-close:hover,
.alert-danger .alert-close:focus,
.alert-error .alert-close:hover,
.alert-error .alert-close:focus {
	color: #965a48
}
.modal-container,
.modal {
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	-webkit-transform: translate3d(0, 0, 0);
	background-color: #f5f5f5;
	background-color: rgba(0, 0, 0, 0.75)
}
.modal {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s
}
.modal[aria-hidden="true"] {
	display: none
}
.modal[aria-hidden="false"] {
	opacity: 1;
	filter: alpha(opacity=100)
}
.modal[aria-hidden="true"] {
	z-index: -1
}
.modal-table {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%
}
.modal-cell {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	padding: 50px
}
.modal-transitions.transition-enter {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s
}
.modal-transitions.transition-enter-active {
	opacity: 1;
	filter: alpha(opacity=100)
}
.modal-transitions.transition-leave {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s
}
.modal-transitions.transition-leave-active {
	opacity: 0;
	filter: alpha(opacity=0)
}
.modal-content {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 520px;
	margin-top: 70px;
}
.form-horizontal .control-label {
	font-weight: 400;
}
.modal-close {
	padding: 8px;
	margin-right: -8px;
	margin-top: -8px
}
.modal-open {
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%
}
.modal-absolute {
	position: absolute
}
@media (max-width:767px) {
	.modal {
		background: none
	}
	
	.modal-header {
		text-align: center
	}
	
	.modal-footer {
		left: 0;
		bottom: 0;
		width: 100%
	}
	
	.modal-table,
	.modal-cell {
		display: block
	}
	
	.modal-cell {
		padding: 0
	}
	
	.modal-content {
		max-width: none;
		height: 100%;
		overflow: auto
	}
}
.tooltip {
	position: absolute;
	z-index: 3000;
	max-width: 280px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	top: 0;
	left: 0
}
.tooltip[aria-hidden="false"] {
	opacity: 1;
	filter: alpha(opacity=100)
}
.tooltip[aria-hidden="true"] {
	z-index: -1
}
.tooltip[aria-hidden="true"] {
	display: none
}
.tooltip .panel-header,
.tooltip .panel-body,
.tooltip ul.panel-body>li,
.tooltip ol.panel-body>li,
.tooltip .panel-footer {
	padding: 14px
}
.tooltip .panel-body:before {
	left: 14px;
	right: 14px
}
.modal-open .tooltip {
	position: fixed
}
.modal-open .tooltip.tooltip-layout {
	position: relative
}
.tooltip-layout {
	position: relative;
	z-index: auto;
	opacity: 1;
	max-width: none
}
.tooltip-top-left:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 14px;
	bottom: auto;
	border: 10px solid transparent;
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, 0.1)
}
.tooltip-top-left:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: -9px;
	left: 15px;
	bottom: auto;
	border: 9px solid transparent;
	border-top: 0;
	border-bottom-color: #fff
}
.tooltip-top-middle:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	bottom: auto;
	border: 10px solid transparent;
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, 0.1)
}
.tooltip-top-middle:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -9px;
	bottom: auto;
	border: 9px solid transparent;
	border-top: 0;
	border-bottom-color: #fff
}
.tooltip-top-right:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -10px;
	right: 14px;
	bottom: auto;
	border: 10px solid transparent;
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, 0.1)
}
.tooltip-top-right:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: -9px;
	right: 15px;
	bottom: auto;
	border: 9px solid transparent;
	border-top: 0;
	border-bottom-color: #fff
}
.tooltip-bottom-left:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 14px;
	top: auto;
	border: 10px solid transparent;
	border-bottom: 0;
	border-top-color: rgba(0, 0, 0, 0.1)
}
.tooltip-bottom-left:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -9px;
	left: 15px;
	top: auto;
	border: 9px solid transparent;
	border-bottom: 0;
	border-top-color: #fff
}
.tooltip-bottom-middle:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	top: auto;
	border: 10px solid transparent;
	border-bottom: 0;
	border-top-color: rgba(0, 0, 0, 0.1)
}
.tooltip-bottom-middle:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -9px;
	top: auto;
	border: 9px solid transparent;
	border-bottom: 0;
	border-top-color: #fff
}
.tooltip-bottom-right:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -10px;
	right: 14px;
	top: auto;
	border: 10px solid transparent;
	border-bottom: 0;
	border-top-color: rgba(0, 0, 0, 0.1)
}
.tooltip-bottom-right:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -9px;
	right: 15px;
	top: auto;
	border: 9px solid transparent;
	border-bottom: 0;
	border-top-color: #fff
}
.tooltip-left-top:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -10px;
	top: 10px;
	right: auto;
	border: 10px solid transparent;
	border-left: 0;
	border-right-color: rgba(0, 0, 0, 0.1)
}
.tooltip-left-top:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: -9px;
	top: 11px;
	right: auto;
	border: 9px solid transparent;
	border-left: 0;
	border-right-color: #fff
}
.tooltip-left-middle:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -10px;
	right: auto;
	border: 10px solid transparent;
	border-left: 0;
	border-right-color: rgba(0, 0, 0, 0.1)
}
.tooltip-left-middle:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: -9px;
	top: 50%;
	margin-top: -9px;
	right: auto;
	border: 9px solid transparent;
	border-left: 0;
	border-right-color: #fff
}
.tooltip-left-bottom:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -10px;
	bottom: 10px;
	right: auto;
	border: 10px solid transparent;
	border-left: 0;
	border-right-color: rgba(0, 0, 0, 0.1)
}
.tooltip-left-bottom:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: -9px;
	bottom: 11px;
	right: auto;
	border: 9px solid transparent;
	border-left: 0;
	border-right-color: #fff
}
.tooltip-right-top:before {
	content: "";
	display: inline-block;
	position: absolute;
	right: -10px;
	top: 10px;
	left: auto;
	border: 10px solid transparent;
	border-right: 0;
	border-left-color: rgba(0, 0, 0, 0.1)
}
.tooltip-right-top:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 11px;
	left: auto;
	border: 9px solid transparent;
	border-right: 0;
	border-left-color: #fff
}
.tooltip-right-middle:before {
	content: "";
	display: inline-block;
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -10px;
	left: auto;
	border: 10px solid transparent;
	border-right: 0;
	border-left-color: rgba(0, 0, 0, 0.1)
}
.tooltip-right-middle:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 50%;
	margin-top: -9px;
	left: auto;
	border: 9px solid transparent;
	border-right: 0;
	border-left-color: #fff
}
.tooltip-right-bottom:before {
	content: "";
	display: inline-block;
	position: absolute;
	right: -10px;
	bottom: 10px;
	left: auto;
	border: 10px solid transparent;
	border-right: 0;
	border-left-color: rgba(0, 0, 0, 0.1)
}
.tooltip-right-bottom:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -9px;
	bottom: 11px;
	left: auto;
	border: 9px solid transparent;
	border-right: 0;
	border-left-color: #fff
}
.btn:hover,
.btn:focus {
	text-decoration: none
}
.btn:focus {
	outline: 0
}
.disabled.btn,
[disabled] .btn,
fieldset[disabled] .btn {
	opacity: 0.35;
	filter: alpha(opacity=35);
	cursor: default
}
[disabled].btn,
fieldset[disabled] .btn {
	pointer-events: none
}
.icon.btn {
	line-height: inherit
}
.btn+.btn {
	margin-left: 4px
}
.btn {
	padding: 7px 21px;
	font-size: 14px
}
.btn .icon:first-child {
	margin-right: 3px
}
.btn.icon {
	padding: 0;
	height: 36px;
	width: 36px
}
.btn.icon.icon-full {
	font-size: 21px
}
.btn .icon.icon-facebook {
	margin-right: 10px
}
.btn-small {
	padding: 5px 12px;
	font-size: 12px
}
.btn-small .icon:first-child {
	margin-right: 2px
}
.btn-primary.btn {
	border-color: #ff5a5f;
	border-bottom-color: #e00007;
	background-color: rgba(250, 250, 250, 0.54);
	color: #000;
	font-weight: normal;
	margin-left: 5px;
}
.btn-primary.btn:hover,
.btn-primary.btn:focus {
	border-color: #ff7e82;
	border-bottom-color: #fa0008;
	background-color: #ff7e82;
	color: #fff
}
.btn-primary.btn:active {
	border-color: #e00007;
	background-color: #e00007;
	color: #fff
}
.alert .btn-primary.btn {
	border-color: #007a87;
	border-bottom-color: #004f58;
	background-color: #007a87;
	color: #fff
}
.alert .btn-primary.btn:hover,
.alert .btn-primary.btn:focus {
	border-color: #009aab;
	border-bottom-color: #006671;
	background-color: #009aab;
	color: #fff
}
.alert .btn-primary.btn:active {
	border-color: #004f58;
	background-color: #004f58;
	color: #fff
}
.alert-danger .btn-primary.btn,
.alert-error .btn-primary.btn {
	border-color: #b2725f;
	border-bottom-color: #78483a;
	background-color: #b2725f;
	color: #fff
}
.alert-danger .btn-primary.btn:hover,
.alert-danger .btn-primary.btn:focus,
.alert-error .btn-primary.btn:hover,
.alert-error .btn-primary.btn:focus {
	border-color: #bd8777;
	border-bottom-color: #895242;
	background-color: #bd8777;
	color: #fff
}
.alert-danger .btn-primary.btn:active,
.alert-error .btn-primary.btn:active {
	border-color: #78483a;
	background-color: #78483a;
	color: #fff
}
.alert-success .btn-primary.btn {
	border-color: #3fb34f;
	border-bottom-color: #297433;
	background-color: #3fb34f;
	color: #fff
}
.alert-success .btn-primary.btn:hover,
.alert-success .btn-primary.btn:focus {
	border-color: #53c363;
	border-bottom-color: #30873c;
	background-color: #53c363;
	color: #fff
}
.alert-success .btn-primary.btn:active {
	border-color: #297433;
	background-color: #297433;
	color: #fff
}
.btn-host,
.btn-special {
	border-color: #007a87;
	border-bottom-color: #004f58;
	background-color: #007a87;
	color: #fff
}
.btn-host:hover,
.btn-host:focus,
.btn-special:hover,
.btn-special:focus {
	border-color: #009aab;
	border-bottom-color: #006671;
	background-color: #009aab;
	color: #fff
}
.btn-host:active,
.btn-special:active {
	border-color: #004f58;
	background-color: #004f58;
	color: #fff
}
.btn-guest {
	border-color: #b4a76c;
	border-bottom-color: #7c713f;
	background-color: #b4a76c;
	color: #fff
}
.btn-guest:hover,
.btn-guest:focus {
	border-color: #c0b584;
	border-bottom-color: #8d8048;
	background-color: #c0b584;
	color: #fff
}
.btn-guest:active {
	border-color: #7c713f;
	background-color: #7c713f;
	color: #fff
}
.btn-contrast {
	border-color: #565a5c;
	border-bottom-color: #383b3c;
	background-color: #565a5c;
	color: #fff
}
.btn-contrast:hover,
.btn-contrast:focus {
	border-color: #676c6e;
	border-bottom-color: #444749;
	background-color: #676c6e;
	color: #fff
}
.btn-contrast:active {
	border-color: #383b3c;
	background-color: #383b3c;
	color: #fff
}
.btn-facebook {
	border-color: #3B5998;
	border-bottom-color: #263a63;
	background-color: #3B5998;
	color: #fff
}
.btn-facebook:hover,
.btn-facebook:focus {
	border-color: #4568b2;
	border-bottom-color: #2d4575;
	background-color: #4568b2;
	color: #fff
}
.btn-facebook:active {
	border-color: #263a63;
	background-color: #263a63;
	color: #fff
}
.btn-weibo {
	border-color: #d52b2a;
	border-bottom-color: #8a1c1b;
	background-color: #d52b2a;
	color: #fff
}
.btn-weibo:hover,
.btn-weibo:focus {
	border-color: #db4948;
	border-bottom-color: #a02020;
	background-color: #db4948;
	color: #fff
}
.btn-weibo:active {
	border-color: #8a1c1b;
	background-color: #8a1c1b;
	color: #fff
}
.btn-google .icon.icon-google-plus {
	color: #dd4b39
}
.btn-group {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap
}
.btn-group .btn {
	float: left;
	border-radius: 0;
	position: relative
}
.btn-group .btn:first-child {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px
}
.btn-group .btn:last-child {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn.active,
.btn-group .btn:active {
	z-index: 1
}
.btn-group .btn+.btn {
	margin-left: -2px
}
.btn-group+.btn-group {
	margin-left: 4px
}
.btn-block {
	display: block;
	white-space: normal;
	width: 100%
}
.btn-block+.btn-block {
	margin-top: 8px;
	margin-left: 0
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%
}
@media (max-width:767px) {
	.btn {
		padding: 7px 21px;
		font-size: 13px
	}
	
	.btn .icon:first-child {
		margin-right: 3px
	}
	
	.btn.icon {
		padding: 0;
		height: 34px;
		width: 34px
	}
	
	.btn.icon.icon-full {
		font-size: 19px
	}
	
	.btn .icon.icon-facebook {
		margin-right: 10px
	}
	
	.btn-small {
		padding: 4px 12px;
		font-size: 11px
	}
	
	.btn-small .icon:first-child {
		margin-right: 2px
	}
	
	.btn-small.icon {
		padding: 0;
		height: 25px;
		width: 25px
	}
	
	.btn-small.icon.icon-full {
		font-size: 16px
	}
	
	.btn-small .icon.icon-facebook {
		margin-right: 6px
	}
	
	.btn-large {
		padding: 9px 27px;
		font-size: 15px
	}
	
	.btn-large .icon:first-child {
		margin-right: 4px
	}
	
	.btn-large.icon {
		padding: 0;
		height: 41px;
		width: 41px
	}
	
	.btn-large.icon.icon-full {
		font-size: 22px
	}
	
	.btn-large .icon.icon-facebook {
		margin-right: 13px
	}
}
label,
input,
textarea,
select,
input[type="radio"],
input[type="checkbox"],
.input-prefix,
.input-suffix {
	line-height: normal
}
[type="text"],
[type="password"],
[type="search"],
[type="email"],
[type="url"],
[type="number"],
[type="tel"],
textarea,
select,
input[type="radio"],
input[type="checkbox"],
.input-prefix,
.input-suffix {
	border: 1px solid #c4c4c4;
	border-radius: 2px;
	background-color: #fff;
	color: #565a5c
}
input,
textarea,
.input-prefix,
.input-suffix {
	font-family: 'Roboto', sans-serif
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.input-prefix::-webkit-input-placeholder,
.input-suffix::-webkit-input-placeholder {
	color: #82888a
}
input::-moz-placeholder,
textarea::-moz-placeholder,
.input-prefix::-moz-placeholder,
.input-suffix::-moz-placeholder {
	color: #82888a
}
input:-ms--placeholder,
textarea:-ms--placeholder,
.input-prefix:-ms--placeholder,
.input-suffix:-ms--placeholder {
	color: #82888a
}
[lang^="ru"] input,
[lang^="ru"] textarea,
[lang^="ru"] .input-prefix,
[lang^="ru"] .input-suffix,
[lang="el"] input,
[lang="el"] textarea,
[lang="el"] .input-prefix,
[lang="el"] .input-suffix,
[lang="th"] input,
[lang="th"] textarea,
[lang="th"] .input-prefix,
[lang="th"] [type="text"],
[type="password"],
[type="search"],
[type="email"],
[type="url"],
[type="number"],
[type="tel"],
textarea,
select,
input[type="radio"],
input[type="checkbox"] {
	-webkit-transition: border-color 0.2s;
	transition: border-color 0.2s
}
.focus[type="text"],
.focus[type="password"],
.focus[type="search"],
.focus[type="email"],
.focus[type="url"],
.focus[type="number"],
.focus[type="tel"],
textarea.focus,
select.focus,
input.focus[type="radio"],
input.focus[type="checkbox"],
[type="text"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="email"]:focus,
[type="url"]:focus,
[type="number"]:focus,
[type="tel"]:focus,
textarea:focus,
select:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	border-color: #aaa
}
.invalid[type="text"],
.invalid[type="password"],
.invalid[type="search"],
.invalid[type="email"],
.invalid[type="url"],
.invalid[type="number"],
.invalid[type="tel"],
textarea.invalid,
select.invalid,
input.invalid[type="radio"],
input.invalid[type="checkbox"],
[type="text"]:invalid,
[type="password"]:invalid,
[type="search"]:invalid,
[type="email"]:invalid,
[type="url"]:invalid,
[type="number"]:invalid,
[type="tel"]:invalid,
textarea:invalid,
select:invalid,
input[type="radio"]:invalid,
input[type="checkbox"]:invalid {
	border-color: #ffb400;
	background-color: #fff8e5
}
.valid[type="text"],
.valid[type="password"],
.valid[type="search"],
.valid[type="email"],
.valid[type="url"],
.valid[type="number"],
.valid[type="tel"],
textarea.valid,
select.valid,
input.valid[type="radio"],
input.valid[type="checkbox"] {
	border-color: #3fb34f
}
[type="text"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="email"]:focus,
[type="url"]:focus,
[type="number"]:focus,
[type="tel"]:focus,
textarea:focus,
select:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: none
}
.disabled[type="text"],
.disabled[type="password"],
.disabled[type="search"],
.disabled[type="email"],
.disabled[type="url"],
.disabled[type="number"],
.disabled[type="tel"],
textarea.disabled,
select.disabled,
input.disabled[type="radio"],
input.disabled[type="checkbox"],
[disabled][type="text"],
[disabled][type="password"],
[disabled][type="search"],
[disabled][type="email"],
[disabled][type="url"],
[disabled][type="number"],
[disabled][type="tel"],
textarea[disabled],
select[disabled],
input[disabled][type="radio"],
input[disabled][type="checkbox"],
fieldset[disabled] [type="text"],
fieldset[disabled] [type="password"],
fieldset[disabled] [type="search"],
fieldset[disabled] [type="email"],
fieldset[disabled] [type="url"],
fieldset[disabled] [type="number"],
fieldset[disabled] [type="tel"],
fieldset[disabled] textarea,
fieldset[disabled] select,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	background-color: #edefed;
	color: #cacccd;
	cursor: default
}
[disabled][type="text"],
[disabled][type="password"],
[disabled][type="search"],
[disabled][type="email"],
[disabled][type="url"],
[disabled][type="number"],
[disabled][type="tel"],
textarea[disabled],
select[disabled],
input[disabled][type="radio"],
input[disabled][type="checkbox"],
fieldset[disabled] [type="text"],
fieldset[disabled] [type="password"],
fieldset[disabled] [type="search"],
fieldset[disabled] [type="email"],
fieldset[disabled] [type="url"],
fieldset[disabled] [type="number"],
fieldset[disabled] [type="tel"],
fieldset[disabled] textarea,
fieldset[disabled] select,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	pointer-events: none
}
[type="text"],
[type="password"],
[type="search"],
[type="email"],
[type="url"],
[type="number"],
[type="tel"],
textarea,
select,
.input-prefix,
.input-suffix {
	display: block;
	padding: 8px 10px;
	width: 100%
}
fieldset {
	margin: 0;
	border: 0;
	padding: 0
}
label {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 400
}
.label-large {
	padding-top: 11px;
	padding-bottom: 11px
}
.label-inline {
	display: inline-block;
	margin-right: 10px
}
textarea {
	padding-top: 10px;
	padding-bottom: 10px;
	resize: vertical;
	line-height: inherit
}
select {
	/* -webkit-appearance: none; */
	background: white\0 !important
}
select::-ms-expand {
	display: none
}
.select {
	position: relative;
	display: inline-block;
	vertical-align: bottom
}
.select select {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 2em
}
.select:before {
	content: '\25bc';
	position: absolute;
	pointer-events: none;
	color: #82888a;
	top: 0;
	bottom: 1px;
	padding-top: 0.7em;
	line-height: 1;
	right: 0;
	width: 2em;
	text-align: center;
	transform: scale(0.84, 0.42);
	-webkit-transform: scale(0.84, 0.42);
	-moz-transform: scale(0.84, 0.42);
	-ms-transform: scale(0.84, 0.42);
	-o-transform: scale(0.84, 0.42);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.84, M12=0, M21=0, M22=0.42, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.84, M12=0, M21=0, M22=0.42, SizingMethod='auto expand')
}
.select-block {
	display: block;
	width: 100%
}
.select-large {
	font-size: 16px
}
.select-large select {
	padding-top: 10px;
	padding-bottom: 10px
}
@-moz-document url-prefix() {
	.select:before {
		display: none
	}
	
	.select select {
		padding-top: 7px;
		padding-bottom: 7px;
		padding-right: 0
	}
	
	.select-large select {
		padding-top: 9px;
		padding-bottom: 9px
	}
}
.ie .select:before {
	display: none
}
.ie .select select {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 0
}
.ie .select-large select {
	padding-top: 9px;
	padding-bottom: 9px
}
input[type="radio"],
input[type="checkbox"] {
	position: relative;
	-webkit-appearance: none;
	height: 1.5em;
	width: 1.5em;
	margin-bottom: -0.25em;
	margin-right: 2px;
	vertical-align: top
}
input[type="radio"] {
	border-radius: 1.25em
}
input[type="radio"]:checked:before {
	content: "";
	position: absolute;
	height: 0.45em;
	width: 0.45em;
	border-radius: 0.45em;
	top: 50%;
	left: 50%;
	margin-top: -0.225em;
	margin-left: -0.225em;
	background-color: #ff5a5f
}
input[type="checkbox"]:checked:before {
	content: "\2713";
	position: absolute;
	font-size: 0.85em;
	left: 1px;
	text-align: center;
	width: 1.25em;
	color: #ff5a5f
}
.input-addon {
	display: table;
	width: 100%
}
.input-stem {
	display: table-cell;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-prefix+.input-stem {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.ie .input-prefix.select select {
	padding-right: 0;
	display: table-cell;
	outline: 0px solid #000
}
.input-prefix,
.input-suffix {
	display: table-cell;
	background-color: #edefed;
	width: 1px;
	vertical-align: top
}
.input-prefix.btn,
.input-suffix.btn {
	padding-top: 7px;
	padding-bottom: 6px
}
.input-prefix.select select,
.input-suffix.select select {
	border: 0;
	background: inherit;
	width: auto;
	padding: 0 1.0em 0 0
}
.input-prefix {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0
}
.input-suffix {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0
}
.ie .input-suffix.btn {
	border: none;
	padding-left: 10px;
	padding-right: 10px
}
.ie .input-suffix.btn:focus,
.ie .input-suffix.btn:hover {
	border: none
}
.input-large {
	font-size: 16px;
	padding-top: 10px;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.input-resize-horiz {
	resize: horizontal
}
.input-resize-both {
	resize: both
}
.input-resize-none {
	resize: none
}
@media (max-width:767px) {
	.select-large,
	.input-large {
		font-size: 15px
	}
	
	input[type="text"],
	input[type="email"],
	input[type="date"],
	input[type="password"],
	textarea,
	select {
		font-size: 16px
	}
}
.icon {
	font-style: normal;
	font-weight: normal;
	line-height: 1
}
.label {
	font-weight: bold;
	color: #cacccd
}
.label {
	color: #565a5c
}
.label-success {
	color: #3fb34f
}
.label-danger {
	color: #b23f42
}
.label-warning {
	color: #ffb400
}
.label-new {
	color: #00d1c1
}
.label-info {
	color: #007a87
}
.label-contrast {
	font-weight: bold;
	color: #fff;
	background-color: #565a5c;
	font-size: 12px;
	padding: 1px 5px;
	border-radius: 2px;
	white-space: nowrap;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1)
}
.label-contrast.label-success {
	background-color: #3fb34f
}
.label-contrast.label-danger {
	background-color: #b23f42
}
.label-contrast.label-warning {
	background-color: #ffb400
}
.label-contrast.label-new {
	background-color: #00d1c1
}
.label-contrast.label-info {
	background-color: #007a87
}
.dot {
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	background-color: #cacccd
}
.dot-info {
	background-color: #007a87
}
.dot-success {
	background-color: #3fb34f
}
.dot-danger {
	background-color: #b23f42
}
.dot-warning {
	background-color: #ffb400
}
.dot-new {
	background-color: #00d1c1
}
.dot-babu {
	background-color: #00d1c1
}
.dot-beach {
	background-color: #ffb400
}
.dot-ebisu {
	background-color: #ffaa91
}
.dot-hackberry {
	background-color: #7b0051
}
.dot-kazan {
	background-color: #007a87
}
.dot-lima {
	background-color: #3fb34f
}
.dot-rausch {
	background-color: #ff5a5f
}
.dot-tirol {
	background-color: #b4a76c
}
.dot-light-gray {
	background-color: #cacccd
}
.dot-dark-gray {
	background-color: #3c3f40
}
.dot-gray {
	background-color: #82888a
}
.progress {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	height: 1em;
	background-color: #d7d9da;
	border-radius: 2px
}
.progress-bar {
	float: left;
	height: 100%;
	-webkit-transition: width 0.4s ease;
	transition: width 0.4s ease;
	width: 0%;
	border-left-width: 0
}
.progress-bar:first-child {
	border-left-width: 1px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px
}
.progress-bar:last-child {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px
}
.progress-bar {
	background-color: #007a87
}
.progress-bar-success {
	background-color: #3fb34f
}
.progress-bar-danger {
	background-color: #b23f42
}
.progress-bar-warning {
	background-color: #ffb400
}
.media-photo {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	overflow: hidden;
	background-color: #cacccd;
	float: left;
}
.media-photo-block {
	display: block
}
.media-link:hover,
.media-link:focus {
	text-decoration: none
}
.media-slideshow {
	opacity: 0.5;
	filter: alpha(opacity=50)
}
.media-slideshow:after {
	display: none
}
.media-slideshow:hover,
.media-slideshow.active {
	opacity: 1;
	filter: alpha(opacity=100)
}
.media-slideshow:hover:after,
.media-slideshow.active:after {
	display: block
}
.media-slideshow.active {
	box-shadow: 0 0 10px 2px rgba(255, 170, 145, 0.15);
	cursor: default
}
.media-slideshow.active:before {
	border-color: rgba(255, 170, 145, 0.3)
}
.media-cover,
.media-cover-dark:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.media-cover-dark:after {
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	content: " "
}
.media-caption {
	padding: 25px 15px 15px;
	border-radius: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#CC000000', GradientType=0);";
	color: #fff;
	text-align: center
}
.media-caption-large {
	font-size: 16px
}
.background-cover {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.media:before,
.media:after {
	content: " ";
	display: table
}
.media:after {
	clear: both
}
.media>.pull-left {
	margin-right: 15px
}
.media>.pull-right {
	margin-left: 15px
}
.media-condensed>.pull-left {
	margin-right: 10px
}
.media-condensed>.pull-right {
	margin-left: 10px
}
.media-body {
	display: table-cell;
	width: 999999px
}
.media-body:before,
.media-body:after {
	content: " ";
	display: table
}
.media-body:after {
	clear: both
}
@media (max-width:767px) {
	.media-caption-large {
		font-size: 15px
	}
}
.subnav[data-sticky="true"].pinned,
.subnav[data-transition-at] {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000
}
.subnav {
	position: relative;
	background-color: #565a5c;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.subnav:before,
.subnav:after {
	content: " ";
	display: table
}
.subnav:after {
	clear: both
}
.subnav[data-transition-at] {
	-webkit-backface-visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s
}
.subnav[data-transition-at][aria-hidden="false"] {
	opacity: 1;
	filter: alpha(opacity=100)
}
.subnav[data-transition-at][aria-hidden="true"] {
	z-index: -1
}
.subnav-placeholder {
	display: none
}
.subnav-placeholder.placeholding {
	display: block
}
.subnav-list {
	margin-left: -14px;
	margin-right: -14px
}
.subnav-text,
.subnav-item {
	position: relative;
	float: left;
	padding: 10px 14px;
	color: #fff
}
.subnav-item {
	color: #cacccd
}
.subnav-item.icon,
.subnav-item .icon:first-child {
	color: #cacccd
}
.subnav-item.icon {
	padding-top: 12px
}
.subnav-item .icon:first-child {
	margin-right: 5px;
	position: relative
}
.subnav-item:hover,
.subnav-item:focus,
.subnav-item[aria-selected="true"] {
	text-decoration: none;
	color: #fff
}
.subnav-item:hover.icon,
.subnav-item:hover .icon:first-child,
.subnav-item:focus.icon,
.subnav-item:focus .icon:first-child,
.subnav-item[aria-selected="true"].icon,
.subnav-item[aria-selected="true"] .icon:first-child {
	text-shadow: inherit;
	color: #fff
}
.subnav-item[aria-selected="true"]:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 14px;
	right: 14px;
	height: 4px;
	background: #cacccd
}
@media (max-width:767px) {
	.subnav {
		height: 40px
	}
	
	.subnav .page-container,
	.subnav .page-container-responsive {
		padding-left: 0;
		padding-right: 0
	}
	
	.subnav-list {
		background-color: #565a5c;
		position: absolute;
		width: 100%;
		top: 100%;
		margin-left: 0;
		margin-right: 0;
		z-index: 1
	}
	
	.subnav-list.is-open {
		border-bottom: 1px solid #dce0e0
	}
	
	.subnav-item {
		display: none;
		float: none
	}
	
	.subnav-item[aria-selected="true"] {
		display: block;
		font-weight: bold;
		position: absolute;
		top: -40px;
		width: 100%
	}
	
	.subnav-item[aria-selected="true"]:before {
		display: none
	}
	
	.subnav-list.is-open .subnav-item {
		display: block;
		color: #cacccd
	}
	
	.subnav-list.is-open .subnav-item[aria-selected="true"] {
		color: #fff
	}
	
	.subnav-children {
		margin: 0 14px
	}
	
	.subnav-list.is-open .subnav-children {
		border-top: 1px solid #6d7275;
		border-bottom: 1px solid #6d7275
	}
}
.sidenav {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.sidenav:before,
.sidenav:after {
	content: " ";
	display: table
}
.sidenav:after {
	clear: both
}
.sidenav-text,
.sidenav-item {
	display: block;
	padding: 6px 0;
	font-size: 16px;
	color: #82888a
}
.sidenav-item.icon,
.sidenav-item .icon:first-child {
	font-size: 1.25em
}
.sidenav-item.icon {
	padding-top: 8px
}
.sidenav-item .icon:first-child {
	margin-right: 6px;
	position: relative;
	top: 2px
}
.sidenav-item:hover,
.sidenav-item:focus {
	text-decoration: none;
	color: #cacccd
}
.sidenav-item[aria-selected="true"] {
	text-decoration: none;
	color: #565a5c;
	font-weight: bold
}
@media (max-width:767px) {
	.sidenav-text,
	.sidenav-item {
		font-size: 15px
	}
}
table {
	max-width: 100%
}
th {
	text-align: left
}
.table {
	width: 100%;
	border-collapse: separate;
	margin-bottom: 15px
}
.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
	padding: 8px;
	border-top: 1px solid #dce0e0;
	vertical-align: top
}
.table>thead>tr>th {
	vertical-align: bottom
}
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+tbody>tr:first-child>th,
.table>colgroup+tbody>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>tbody:first-child>tr:first-child>th,
.table>tbody:first-child>tr:first-child>td {
	border-top: 0
}
.table-bordered {
	border: 1px solid #dce0e0;
	border-radius: 2px;
	border-left: 0
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
	border-left: 1px solid #dce0e0
}
.table-bordered>colgroup+thead>tr:first-child>th:first-child,
.table-bordered>colgroup+thead>tr:first-child>td:first-child,
.table-bordered>colgroup+tbody>tr:first-child>th:first-child,
.table-bordered>colgroup+tbody>tr:first-child>td:first-child,
.table-bordered>thead:first-child>tr:first-child>th:first-child,
.table-bordered>thead:first-child>tr:first-child>td:first-child,
.table-bordered>tbody:first-child>tr:first-child>th:first-child,
.table-bordered>tbody:first-child>tr:first-child>td:first-child {
	border-top-left-radius: 2px
}
.table-bordered>colgroup+thead>tr:first-child>th:first-child,
.table-bordered>colgroup+thead>tr:first-child>td:first-child,
.table-bordered>colgroup+tbody>tr:first-child>th:first-child,
.table-bordered>colgroup+tbody>tr:first-child>td:first-child,
.table-bordered>thead:first-child>tr:first-child>th:first-child,
.table-bordered>thead:first-child>tr:first-child>td:first-child,
.table-bordered>tbody:first-child>tr:first-child>th:first-child,
.table-bordered>tbody:first-child>tr:first-child>td:first-child {
	border-top-right-radius: 2px
}
.table-bordered>thead:last-child>tr:last-child>th:first-child,
.table-bordered>thead:last-child>tr:last-child>td:first-child,
.table-bordered>tbody:last-child>tr:last-child>th:first-child,
.table-bordered>tbody:last-child>tr:last-child>td:first-child,
.table-bordered>tfoot:last-child>tr:last-child>th:first-child,
.table-bordered>tfoot:last-child>tr:last-child>td:first-child {
	border-bottom-left-radius: 2px
}
.table-bordered>thead:last-child>tr:last-child>th:first-child,
.table-bordered>thead:last-child>tr:last-child>td:first-child,
.table-bordered>tbody:last-child>tr:last-child>th:first-child,
.table-bordered>tbody:last-child>tr:last-child>td:first-child,
.table-bordered>tfoot:last-child>tr:last-child>th:first-child,
.table-bordered>tfoot:last-child>tr:last-child>td:first-child {
	border-bottom-right-radius: 2px
}
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #fff
}
.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
	background-color: #f5f5f5
}
.table-striped-alt>tbody>tr:nth-child(even)>td,
.table-striped-alt>tbody>tr:nth-child(even)>th {
	background-color: #fff
}
.table-striped-alt>tbody>tr:nth-child(odd)>td,
.table-striped-alt>tbody>tr:nth-child(odd)>th {
	background-color: #f5f5f5
}
.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
	padding: 4px 8px
}
table col[class^="col-"],
table td[class^="col-"],
table th[class^="col-"] {
	float: none
}
.table-responsive {
	overflow-x: auto
}
@media (max-width:767px) {
	.table-responsive {
		margin-bottom: 15px;
		overflow-y: hidden;
		width: 100%;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	
	.table-responsive>.table {
		margin-bottom: 0
	}
	
	.table-responsive>.table th,
	.table-responsive>.table td {
		white-space: nowrap
	}
}
.tabs {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: inherit
}
.tabs>li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px
}
.tabs>li:last-child {
	margin-right: 0
}
.tabs:not(.tabs-header) {
	border-bottom: 1px solid #dce0e0
}
.tabs~.panel-body[role="tabpanel"]:before {
	display: none
}
.tabs-header {
	padding: 0 20px
}
.tab-item {
	display: block;
	padding: 14px 0;
	position: relative;
	text-overflow: ellipsis;
	text-align: center;
	color: #82888a
}
.tab-item:hover,
.tab-item:focus {
	color: #565a5c;
	text-decoration: none;
	outline: 0
}
.tab-item[aria-selected="true"],
.tab-item[aria-selected="true"]:hover,
.tab-item[aria-selected="true"]:focus {
	color: #565a5c;
	cursor: default
}
.tab-item.disabled,
.tab-item.disabled:hover,
.tab-item.disabled:focus,
.tab-item[aria-disabled="true"],
.tab-item[aria-disabled="true"]:hover,
.tab-item[aria-disabled="true"]:focus {
	color: #82888a;
	cursor: default
}
.tab-item[aria-disabled="true"] {
	pointer-events: none
}
.tab-panel[aria-hidden="true"] {
	display: none
}
.panel-overlay-top-left,
.panel-overlay-top-right,
.panel-overlay-bottom-left,
.panel-overlay-bottom-right {
	position: absolute
}
.panel-overlay-top-left {
	top: 15px;
	left: 15px
}
.panel-overlay-top-right {
	top: 15px;
	right: 15px
}
.panel-overlay-bottom-left {
	bottom: 15px;
	left: 15px
}
.panel-overlay-bottom-right {
	bottom: 15px;
	right: 15px
}
.flush-top {
	top: 0
}
.flush-bottom {
	bottom: 0
}
.flush-left {
	left: 0
}
.flush-right {
	right: 0
}
.panel-overlay-label {
	background-color: #3c3f40;
	background-color: rgba(60, 63, 64, 0.9);
	padding: 10px;
	color: #fff
}
.panel-overlay-label.flush-top {
	padding-top: 20px
}
.panel-overlay-label.flush-bottom {
	padding-bottom: 20px
}
.panel-overlay-label.flush-left {
	padding-left: 20px
}
.panel-overlay-label.flush-right {
	padding-right: 20px
}
.pagination {
	height: 20px;
	margin: 18px 0
}
.pagination ul {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0
}
.pagination li {
	display: inline
}
.pagination li:first-child a {
	margin-left: 0
}
.pagination a,
.pagination span {
	float: left;
	padding: 5px 10px;
	margin-left: 10px;
	text-decoration: none;
	border: 1px solid #c4c4c4;
	border-radius: 2px;
	background-color: #fff
}
.pagination a:hover {
	border-color: #aaa
}
.pagination .active a {
	color: #565a5c;
	background-color: #edefed;
	cursor: default
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
	color: #82888a;
	border-color: #c4c4c4;
	background-color: transparent;
	cursor: default
}
.pagination .gap span,
.pagination .gap a,
.pagination .gap a:hover {
	padding: 0 5px;
	border: 0;
	background: transparent;
	box-shadow: 0 0 0 #000
}
.pagination-centered {
	text-align: center
}
.pagination-right {
	text-align: right
}
@media (max-width:767px) {
	.pagination-responsive li:not(.prev):not(.next) {
		display: none
	}
	
	.pagination-responsive .next a {
		margin-left: 0
	}
	
	.pagination-responsive .prev~.next a {
		margin-left: 10px
	}
}
.loading {
	position: relative
}
.loading:before {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	z-index: 10;
	height: 33px;
	width: 33px;
	margin-top: -15px;
	margin-left: -15px
}
.loading:after {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	content: " ";
	z-index: 9;
	opacity: 0.9;
	filter: alpha(opacity=90)
}
.loading-dark:before {}
.loading-dark:after {
	background-color: #000;
	opacity: 0.9;
	filter: alpha(opacity=90)
}
.segmented-control {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle
}
.segmented-control__option {
	border: 1px solid #cacccd;
	cursor: pointer;
	float: left;
	line-height: 1.43;
	margin-right: -1px;
	padding: 7px 21px;
	position: relative;
	text-align: center;
	transition-duration: 0.2s;
	transition-timing-function: ease;
	transition-property: background-color;
	user-select: none
}
.segmented-control__option:first-child {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px
}
.segmented-control__option:last-child {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-right: 0
}
.segmented-control__option:hover {
	border-color: #aaa;
	z-index: 1
}
.segmented-control__option--selected {
	background-color: #fff;
	border-color: #aaa;
	z-index: 1
}
input.segmented-control__input {
	left: -9999px;
	pointer-events: none;
	position: absolute;
	top: -9999px;
	visibility: hidden
}
.screen-reader-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.screen-reader-only-focusable:active,
.screen-reader-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}
.no-transition {
	-webkit-transition: none !important;
	transition: none !important
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.space-0 {
	margin-bottom: 0px
}
.space-top-0 {
	margin-top: 0px
}
.space-1 {
	margin-bottom: 6.25px
}
.space-top-1 {
	margin-top: 6.25px
}
.space-2 {
	margin-bottom: 12.5px
}
.space-top-2 {
	margin-top: 12.5px
}
.space-3 {
	margin-bottom: 18.75px
}
.space-top-3 {
	margin-top: 18.75px
}
.space-4 {
	margin-bottom: 25px
}
.space-top-4 {
	margin-top: 25px
}
.space-5 {
	margin-bottom: 31.25px
}
.space-top-5 {
	margin-top: 31.25px
}
.space-6 {
	margin-bottom: 37.5px
}
.space-top-6 {
	margin-top: 37.5px
}
.space-7 {
	margin-bottom: 43.75px
}
.space-top-7 {
	margin-top: 43.75px
}
.space-8 {
	margin-bottom: 50px
}
.space-top-8 {
	margin-top: 50px
}
@media (max-width:767px) {
	.space-sm-0 {
		margin-bottom: 0px
	}
	
	.space-top-sm-0 {
		margin-top: 0px
	}
	
	.space-sm-1 {
		margin-bottom: 6.25px
	}
	
	.space-top-sm-1 {
		margin-top: 6.25px
	}
	
	.space-sm-2 {
		margin-bottom: 12.5px
	}
	
	.space-top-sm-2 {
		margin-top: 12.5px
	}
	
	.space-sm-3 {
		margin-bottom: 18.75px
	}
	
	.space-top-sm-3 {
		margin-top: 18.75px
	}
	
	.space-sm-4 {
		margin-bottom: 25px
	}
	
	.space-top-sm-4 {
		margin-top: 25px
	}
	
	.space-sm-5 {
		margin-bottom: 31.25px
	}
	
	.space-top-sm-5 {
		margin-top: 31.25px
	}
	
	.space-sm-6 {
		margin-bottom: 37.5px
	}
	
	.space-top-sm-6 {
		margin-top: 37.5px
	}
	
	.space-sm-7 {
		margin-bottom: 43.75px
	}
	
	.space-top-sm-7 {
		margin-top: 43.75px
	}
	
	.space-sm-8 {
		margin-bottom: 50px
	}
	
	.space-top-sm-8 {
		margin-top: 50px
	}
}
@media (min-width:768px) and (max-width:1099px) {
	.space-md-0 {
		margin-bottom: 0px
	}
	
	.space-top-md-0 {
		margin-top: 0px
	}
	
	.space-md-1 {
		margin-bottom: 6.25px
	}
	
	.space-top-md-1 {
		margin-top: 6.25px
	}
	
	.space-md-2 {
		margin-bottom: 12.5px
	}
	
	.space-top-md-2 {
		margin-top: 12.5px
	}
	
	.space-md-3 {
		margin-bottom: 18.75px
	}
	
	.space-top-md-3 {
		margin-top: 18.75px
	}
	
	.space-md-4 {
		margin-bottom: 25px
	}
	
	.space-top-md-4 {
		margin-top: 25px
	}
	
	.space-md-5 {
		margin-bottom: 31.25px
	}
	
	.space-top-md-5 {
		margin-top: 31.25px
	}
	
	.space-md-6 {
		margin-bottom: 37.5px
	}
	
	.space-top-md-6 {
		margin-top: 37.5px
	}
	
	.space-md-7 {
		margin-bottom: 43.75px
	}
	
	.space-top-md-7 {
		margin-top: 43.75px
	}
	
	.space-md-8 {
		margin-bottom: 50px
	}
	
	.space-top-md-8 {
		margin-top: 50px
	}
}
@media (min-width:1100px) {
	.space-lg-0 {
		margin-bottom: 0px
	}
	
	.space-top-lg-0 {
		margin-top: 0px
	}
	
	.space-lg-1 {
		margin-bottom: 6.25px
	}
	
	.space-top-lg-1 {
		margin-top: 6.25px
	}
	
	.space-lg-2 {
		margin-bottom: 12.5px
	}
	
	.space-top-lg-2 {
		margin-top: 12.5px
	}
	
	.space-lg-3 {
		margin-bottom: 18.75px
	}
	
	.space-top-lg-3 {
		margin-top: 18.75px
	}
	
	.space-lg-4 {
		margin-bottom: 25px
	}
	
	.space-top-lg-4 {
		margin-top: 25px
	}
	
	.space-lg-5 {
		margin-bottom: 31.25px
	}
	
	.space-top-lg-5 {
		margin-top: 31.25px
	}
	
	.space-lg-6 {
		margin-bottom: 37.5px
	}
	
	.space-top-lg-6 {
		margin-top: 37.5px
	}
	
	.space-lg-7 {
		margin-bottom: 43.75px
	}
	
	.space-top-lg-7 {
		margin-top: 43.75px
	}
	
	.space-lg-8 {
		margin-bottom: 50px
	}
	
	.space-top-lg-8 {
		margin-top: 50px
	}
}
.bg-babu {
	background-color: #00d1c1
}
.bg-beach {
	background-color: #ffb400
}
.bg-kazan {
	background-color: #007a87
}
.bg-rausch {
	background-color: #ff5a5f
}
.bg-light-gray {
	background-color: #cacccd
}
.bg-dark-gray {
	background-color: #3c3f40
}
.bg-gray {
	background-color: #82888a
}
.bg-white {
	background-color: #fff
}
.bg-hof {
	background-color: #565a5c
}
.show {
	display: block !important
}
tr.show {
	display: table-row !important
}
th.show,
td.show {
	display: table-cell !important
}
.show-inline-block {
	display: inline-block !important
}
.show-inline {
	display: inline !important
}
.hide {
	display: none !important
}
tr.hide {
	display: none !important
}
th.hide,
td.hide {
	display: none !important
}
.hide-inline-block {
	display: none !important
}
.hide-inline {
	display: none !important
}
.invisible {
	visibility: hidden
}
.show-print {
	display: none !important
}
tr.show-print {
	display: none !important
}
th.show-print,
td.show-print {
	display: none !important
}
.show-print-inline-block {
	display: none !important
}
.show-print-inline {
	display: none !important
}
@media print {
	.show-print {
		display: block !important
	}
	
	tr.show-print {
		display: table-row !important
	}
	
	th.show-print,
	td.show-print {
		display: table-cell !important
	}
	
	.show-print-inline-block {
		display: inline-block !important
	}
	
	.show-print-inline {
		display: inline !important
	}
	
	.hide-print {
		display: none !important
	}
	
	tr.hide-print {
		display: none !important
	}
	
	th.hide-print,
	td.hide-print {
		display: none !important
	}
	
	.hide-print-inline-block {
		display: none !important
	}
	
	.hide-print-inline {
		display: none !important
	}
}
.show-phone {
	display: none !important
}
tr.show-phone {
	display: none !important
}
th.show-phone,
td.show-phone {
	display: none !important
}
.show-phone-inline-block {
	display: none !important
}
.show-phone-inline {
	display: none !important
}
.show-tablet {
	display: none !important
}
tr.show-tablet {
	display: none !important
}
th.show-tablet,
td.show-tablet {
	display: none !important
}
.show-tablet-inline-block {
	display: none !important
}
.show-tablet-inline {
	display: none !important
}
.show-desktop {
	display: none !important
}
tr.show-desktop {
	display: none !important
}
th.show-desktop,
td.show-desktop {
	display: none !important
}
.show-desktop-inline-block {
	display: none !important
}
.show-desktop-inline {
	display: none !important
}
@media (max-width:744px) {
	.show-phone {
		display: block !important
	}
	
	tr.show-phone {
		display: table-row !important
	}
	
	th.show-phone,
	td.show-phone {
		display: table-cell !important
	}
	
	.show-phone-inline-block {
		display: inline-block !important
	}
	
	.show-phone-inline {
		display: inline !important
	}
	
	.hide-phone {
		display: none !important
	}
	
	tr.hide-phone {
		display: none !important
	}
	
	th.hide-phone,
	td.hide-phone {
		display: none !important
	}
	
	.hide-phone-inline-block {
		display: none !important
	}
	
	.hide-phone-inline {
		display: none !important
	}
}
@media (min-width:745px) and (max-width:1044px) {
	.show-tablet {
		display: block !important
	}
	
	tr.show-tablet {
		display: table-row !important
	}
	
	th.show-tablet,
	td.show-tablet {
		display: table-cell !important
	}
	
	.show-tablet-inline-block {
		display: inline-block !important
	}
	
	.show-tablet-inline {
		display: inline !important
	}
	
	.hide-tablet {
		display: none !important
	}
	
	tr.hide-tablet {
		display: none !important
	}
	
	th.hide-tablet,
	td.hide-tablet {
		display: none !important
	}
	
	.hide-tablet-inline-block {
		display: none !important
	}
	
	.hide-tablet-inline {
		display: none !important
	}
}
@media (min-width:1045px) {
	.show-desktop {
		display: block !important
	}
	
	tr.show-desktop {
		display: table-row !important
	}
	
	th.show-desktop,
	td.show-desktop {
		display: table-cell !important
	}
	
	.show-desktop-inline-block {
		display: inline-block !important
	}
	
	.show-desktop-inline {
		display: inline !important
	}
	
	.hide-desktop {
		display: none !important
	}
	
	tr.hide-desktop {
		display: none !important
	}
	
	th.hide-desktop,
	td.hide-desktop {
		display: none !important
	}
	
	.hide-desktop-inline-block {
		display: none !important
	}
	
	.hide-desktop-inline {
		display: none !important
	}
}
.show-sm {
	display: none !important
}
tr.show-sm {
	display: none !important
}
th.show-sm,
td.show-sm {
	display: none !important
}
.show-sm-inline-block {
	display: none !important
}
.show-sm-inline {
	display: none !important
}
.show-md {
	display: none !important
}
tr.show-md {
	display: none !important
}
th.show-md,
td.show-md {
	display: none !important
}
.show-md-inline-block {
	display: none !important
}
.show-md-inline {
	display: none !important
}
.show-lg {
	display: none !important
}
tr.show-lg {
	display: none !important
}
th.show-lg,
td.show-lg {
	display: none !important
}
.show-lg-inline-block {
	display: none !important
}
.show-lg-inline {
	display: none !important
}
@media (max-width:767px) {
	.show-sm {
		display: block !important
	}
	
	tr.show-sm {
		display: table-row !important
	}
	
	th.show-sm,
	td.show-sm {
		display: table-cell !important
	}
	
	.show-sm-inline-block {
		display: inline-block !important
	}
	
	.show-sm-inline {
		display: inline !important
	}
	
	.hide-sm {
		display: none !important
	}
	
	tr.hide-sm {
		display: none !important
	}
	
	th.hide-sm,
	td.hide-sm {
		display: none !important
	}
	
	.hide-sm-inline-block {
		display: none !important
	}
	
	.hide-sm-inline {
		display: none !important
	}
}
@media (min-width:768px) and (max-width:1099px) {
	.show-md {
		display: block !important
	}
	
	tr.show-md {
		display: table-row !important
	}
	
	th.show-md,
	td.show-md {
		display: table-cell !important
	}
	
	.show-md-inline-block {
		display: inline-block !important
	}
	
	.show-md-inline {
		display: inline !important
	}
	
	.hide-md {
		display: none !important
	}
	
	tr.hide-md {
		display: none !important
	}
	
	th.hide-md,
	td.hide-md {
		display: none !important
	}
	
	.hide-md-inline-block {
		display: none !important
	}
	
	.hide-md-inline {
		display: none !important
	}
}
@media (min-width:1100px) {
	.show-lg {
		display: block !important
	}
	
	tr.show-lg {
		display: table-row !important
	}
	
	th.show-lg,
	td.show-lg {
		display: table-cell !important
	}
	
	.show-lg-inline-block {
		display: inline-block !important
	}
	
	.show-lg-inline {
		display: inline !important
	}
	
	.hide-lg {
		display: none !important
	}
	
	tr.hide-lg {
		display: none !important
	}
	
	th.hide-lg,
	td.hide-lg {
		display: none !important
	}
	
	.hide-lg-inline-block {
		display: none !important
	}
	
	.hide-lg-inline {
		display: none !important
	}
}
.card-profile-picture-offset {
	position: relative;
	top: -40px;
	margin-bottom: -40px
}
.card-profile-picture {
	height: auto;
	width: auto
}
.card-profile-picture img {
	height: 45px;
	width: 45px
}
.wishlist-button .icon {
	position: absolute;
	top: -7px;
	right: 0;
	padding: 1px
}
.social-connection-panel {
	margin-right: 50px
}
.wl-social-connection-panel .media-photo {
	vertical-align: baseline;
	margin-right: -10px;
	float: right
}
.panel-overlay-listing-label {
	bottom: 40px;
	left: 0;
	padding: 7px 10px
}
.listing-name {
	font-weight: normal
}
.icon-flush-sides {
	margin: 0 -5px;
	display: inline-block
}
.wishlist-heart-unchecked {
	color: rgba(0, 0, 0, 0.3);
	transition: color 0.3s
}
.wish_list_button:hover .wishlist-heart-unchecked {
	color: rgba(0, 0, 0, 0.6)
}
.panel-card-section {
	padding: 10px
}
.listing-map-popover {
	margin: 0;
	width: 260px;
	height: auto;
	font-family: "Circular", "Helvetica Neue", Arial, sans-serif
}
.listing-map-popover .card-profile-picture {
	display: none
}
.listing-map-popover .panel-overlay-top-right {
	top: 10px;
	right: 10px
}
.listing-map-popover .panel-overlay-bottom-left {
	bottom: 0
}
.listing-map-popover .panel-card-section {
	padding: 5px
}
.listing-map-popover .listing-name {
	font-size: 14px;
	margin-bottom: 0
}
.listing-map-popover .listing-location {
	font-size: 12px
}
.rich-toggle input[type="checkbox"] {
	margin-left: -9999px;
	position: absolute
}
.rich-toggle input[type="checkbox"]+label {
	cursor: pointer
}
.rich-toggle input[type="checkbox"]+label .rich-toggle-checked {
	display: none
}
.rich-toggle input[type="checkbox"]:checked+label .rich-toggle-unchecked {
	display: none
}
.rich-toggle input[type="checkbox"]:checked+label .rich-toggle-checked {
	display: block
}
.wishlist-button label {
	padding-top: 0;
	padding-bottom: 0
}
.footer-icon-container {
	display: block;
	height: 36px;
	width: 36px;
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
}
.star-rating {
	display: inline-block;
	position: relative
}
.star-rating-input {
	position: absolute;
	margin-left: -9999px
}
.star-rating:not(:checked) .star-rating-input {
	display: none
}
.star-rating-input.checked~.star-rating-star {
	color: #ffb400
}
.star-rating-input:checked~.star-rating-star {
	color: #ffb400
}
.star-rating-star {
	float: right;
	color: #82888a;
	cursor: pointer
}
.star-rating-definition {
	color: #007a87;
	position: absolute;
	top: 40%;
	left: 110%;
	width: 200px;
	display: none
}
.star-rating-input:checked+.star-rating-star .star-rating-definition,
.star-rating:hover .star-rating-star:hover .star-rating-definition,
.star-rating:hover .star-rating-input:checked+.star-rating-star:hover .star-rating-definition {
	display: block
}
.star-rating:hover .star-rating-definition,
.star-rating:hover .star-rating-input:checked+.star-rating-star .star-rating-definition {
	display: none
}
.star-rating:hover .star-rating-definition,
.star-rating:hover .star-rating-input.checked+.star-rating-star .star-rating-definition {
	display: none
}
.star-rating-input.checked+.star-rating-star .star-rating-definition,
.star-rating:hover .star-rating-star:hover .star-rating-definition,
.star-rating:hover .star-rating-input.checked+.star-rating-star:hover .star-rating-definition {
	display: block
}
.smart-banner {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	height: 73px;
	background: #fff;
	border-bottom: 1px solid #dce0e0;
	z-index: 1999
}
body.has-smart-banner .smart-banner {
	display: block
}
.smart-banner .banner-close {
	padding: 25px 10px
}
.smart-banner .banner-content {
	padding-right: 6.25px;
	float: right
}
.smart-banner .banner-content .banner-title {
	font-size: 13px
}
@media (min-width:768px) {
	.smart-banner .banner-content .banner-title {
		float: left;
		margin-right: 12px
	}
	
	.smart-banner .banner-content .banner-buttons {
		float: left;
		margin-right: 10px
	}
}
.smart-banner.android .banner-content .banner-title {
	float: left;
	margin-top: 20px;
	margin-right: 12px
}
.smart-banner.android .banner-content .banner-buttons {
	float: left;
	margin-top: 21px;
	margin-right: 10px
}
@media (max-width:767px) {
	.smart-banner .banner-button {
		padding-left: 11px;
		padding-right: 11px
	}
}
.star-rating {
	display: inline-block;
	position: relative
}
.star-rating-input {
	position: absolute;
	margin-left: -9999px
}
.star-rating:not(:checked) .star-rating-input {
	display: none
}
.star-rating-input.checked~.star-rating-star {
	color: #ffb400
}
.star-rating-input:checked~.star-rating-star {
	color: #ffb400
}
.star-rating-star {
	float: right;
	color: #82888a;
	cursor: pointer
}
.star-rating-definition {
	color: #007a87;
	position: absolute;
	top: 40%;
	left: 110%;
	width: 200px;
	display: none
}
.star-rating-input:checked+.star-rating-star .star-rating-definition,
.star-rating:hover .star-rating-star:hover .star-rating-definition,
.star-rating:hover .star-rating-input:checked+.star-rating-star:hover .star-rating-definition {
	display: block
}
.star-rating:hover .star-rating-definition,
.star-rating:hover .star-rating-input:checked+.star-rating-star .star-rating-definition {
	display: none
}
.star-rating:hover .star-rating-definition,
.star-rating:hover .star-rating-input.checked+.star-rating-star .star-rating-definition {
	display: none
}
.star-rating-input.checked+.star-rating-star .star-rating-definition,
.star-rating:hover .star-rating-star:hover .star-rating-definition,
.star-rating:hover .star-rating-input.checked+.star-rating-star:hover .star-rating-definition {
	display: block
}
@-webkit-keyframes slide-in {
	0% {
		left: 376px;
		opacity: 0;
		z-index: 10
	}
	
	2% {
		opacity: 1
	}
	
	3% {
		left: 0
	}
	
	5% {
		z-index: 5
	}
}
#js-header-help-menu .field-guide {
	width: 420px;
	overflow-x: hidden;
	right: 0;
	opacity: 1
}
#js-header-help-menu .field-guide .main-content {
	height: 400px
}
#js-header-help-menu .field-guide .panel-header {
	font-size: 14px;
	padding: 18px 20px
}
#js-header-help-menu .field-guide .panel-header a {
	color: #565a5c
}
#js-header-help-menu .field-guide .panel-header a:hover {
	text-decoration: none
}
#js-header-help-menu .field-guide .help-link-bottom {
	padding: 10px 20px;
	border-top: solid 1px #cacccd
}
#js-header-help-menu .field-guide .help-link-bottom a {
	color: #565a5c
}
#js-header-help-menu .field-guide .search .icon-search {
	padding: 20px;
	font-size: 26px;
	width: 70px
}
#js-header-help-menu .field-guide .search .search-input {
	width: 320px;
	width: calc(100% - $icon-width);
	outline: 0;
	border: 0;
	font-size: 16px;
	padding: 25px 0
}
#js-header-help-menu .field-guide .search .search-input-container {
	height: 71px;
	border-bottom: solid 1px #cacccd
}
#js-header-help-menu .field-guide .search-results {
	height: 329px;
	overflow-y: scroll
}
#js-header-help-menu .field-guide .hide-search .search-results {
	height: 400px
}
#js-header-help-menu .field-guide a.article-link {
	color: #565a5c;
	border-bottom: solid 1px #ccc;
	margin: 0 24px
}
#js-header-help-menu .field-guide a.article-link .hover-item__content {
	height: 72px;
	width: 100%
}
#js-header-help-menu .field-guide a.article-link .result-icon {
	width: 12%
}
#js-header-help-menu .field-guide a.article-link .content {
	width: 88%
}
#js-header-help-menu .field-guide a.article-link:hover {
	text-decoration: none
}
#js-header-help-menu .field-guide a.article-link:last-child {
	border: 0;
	margin-bottom: 18px
}
#js-header-help-menu .field-guide .search-results-container {
	position: relative
}
#js-header-help-menu .field-guide .expandable-indicator {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 40px;
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(100%, #fff));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%)
}
#js-header-help-menu .field-guide .article {
	position: relative
}
#js-header-help-menu .field-guide .article .panel-body {
	padding: 30px 20px 40px 20px;
	line-height: 1.5em
}
#js-header-help-menu .field-guide .article .article-body--dangerous img {
	max-width: 100%
}
#js-header-help-menu .field-guide .article .article-body {
	height: 345px;
	overflow: auto
}
#js-header-cities-menu .field-guide {
	width: 310px;
	overflow-x: hidden;
	right: 0;
	opacity: 1;
	box-shadow: 1px 1px 7px 0px #666
}
#js-header-cities-menu .drop-down-menu {
	min-width: 150px;
}
#js-header-cities-menu .field-guide .main-content {
	height: 240px
}
#js-header-cities-menu .field-guide .panel-header {
	font-size: 14px;
	padding: 9px 20px;
	background-color: #ccc
}
#js-header-cities-menu .field-guide .panel-header a {
	color: #565a5c
}
#js-header-cities-menu .field-guide .panel-header a:hover {
	text-decoration: none
}
#js-header-cities-menu .field-guide .help-link-bottom {
	padding: 10px 20px;
	border-top: solid 1px #cacccd
}
#js-header-cities-menu .field-guide .help-link-bottom a {
	color: #565a5c
}
#js-header-cities-menu .field-guide .search .icon-search {
	padding: 20px;
	font-size: 26px;
	width: 70px
}
#js-header-cities-menu .field-guide .search .search-input {
	width: 320px;
	width: calc(100% - $icon-width);
	outline: 0;
	border: 0;
	font-size: 16px;
	padding: 25px 0
}
#js-header-cities-menu .field-guide .search .search-input-container {
	height: 71px;
	border-bottom: solid 1px #cacccd
}
#js-header-cities-menu .field-guide .search-results .title {
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 1px;
}
#js-header-cities-menu .field-guide .search-results {
	height: 329px;
}
#js-header-cities-menu .field-guide .hide-search .search-results {
	height: 190px
}
#js-header-cities-menu .field-guide a.article-link {
	color: #565a5c;
	border-bottom: solid 1px #ccc;
	margin: 0px;
	width: 49%
}
#js-header-cities-menu .field-guide a.article-link .hover-item__content {
	height: 45px;
	width: 100%
}
#js-header-cities-menu .field-guide a.article-link .result-icon {
	width: 12%
}
#js-header-cities-menu .field-guide a.article-link .content {
	width: 88%
}
#js-header-cities-menu .field-guide a.article-link:hover {
	text-decoration: none
}
#js-header-cities-menu .field-guide a.article-link:last-child {
	border: 0;
	margin-bottom: 18px
}
#js-header-cities-menu .field-guide img {
	width: 32px;
	opacity: 0.90;
}
#js-header-cities-menu .field-guide .search-results-container {
	position: relative
}
#js-header-cities-menu .field-guide .expandable-indicator {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 40px;
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(100%, #fff));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%)
}
#js-header-cities-menu .field-guide .article {
	position: relative
}
#js-header-cities-menu .field-guide .article .panel-body {
	padding: 30px 20px 40px 20px;
	line-height: 1.5em
}
#js-header-cities-menu .field-guide .article .article-body--dangerous img {
	max-width: 100%
}
#js-header-cities-menu .field-guide .article .article-body {
	height: 345px;
	overflow: auto
}
#js-header-cities-menu .more .field-guide {
	width: 185px;
	overflow-x: hidden;
	left: -120px;
	opacity: 1;
	box-shadow: 1px 1px 7px 0px #666
}
#js-header-cities-menu .more .field-guide .main-content {
	height: 246px !important
}
#js-header-cities-menu .more .search-results a .btn {
	width: 100%;
	text-align: left;
	padding: 6px;
	box-shadow: 1px 1px 1px 0px #888;
	font-size: 13px;
	letter-spacing: 1px;
}
#js-header-cities-menu .more .search-results a .btn:last-child {
	width: 100%;
	text-align: left;
	padding: 6px;
}
#js-header-cities-menu .more .search-results a {
	color: #444;
}
#js-header-cities-menu .more .search-results a .btn:hover {
	background: #ccc;
	width: 100%;
	text-align: left;
}
#js-header-cities-menu .more .search-results a .btn i {
	color: #f45e2b;
	font-size: 17px;
	padding: 5px 5px 5px 0px;
}
#js-header-cities-menu .more .field-guide .hide-search .search-results {
	height: 148px !important;
}
@media (min-width:1100px) {
	.bms-header .margin-right--small {
		margin-right: 8px
	}
	
	.bms-header .margin-right--tiny {
		margin-right: 4px
	}
}
.bms-header .icon-pos--lower {
	position: relative;
	top: 4px
}
.bms-header input[name="location"] {
	-webkit-appearance: none
}
.bms-header .dropdown-trigger {
	position: relative
}
.bms-header .dropdown-trigger:hover::after {
	bottom: -10px;
	content: '';
	display: block;
	position: absolute;
	left: -20px;
	right: -20px;
	top: -10px;
	z-index: -1
}
.ie9 .bms-header .dropdown-trigger,
.ie10 .bms-header .dropdown-trigger {
	background-color: rgba(0, 0, 0, 0.001)
}
.bms-header .dropdown-trigger .dropdown-menu {
	display: none;
	top: 46px;
	right: 0;
	left: auto;
	max-width: none
}
.bms-header .dropdown-trigger .dropdown-menu.tooltip-top-left {
	left: 0;
	right: auto
}
.bms-header .dropdown-trigger .dropdown-menu.help-dropdown {
	width: 280px
}
.bms-header .dropdown-trigger .dropdown-menu.notifications-dropdown {
	right: -13px;
	padding: 0;
	max-width: 400px;
	min-width: 250px;
	line-height: 18px
}
.bms-header .dropdown-trigger .dropdown-menu.notifications-dropdown .loading {
	padding: 30px
}
.bms-header .dropdown-trigger .dropdown-menu>li {
	white-space: nowrap
}
.bms-header .dropdown-trigger:hover .dropdown-menu {
	display: block;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}
.bms-header .regular-header--new {
	display: block;
	height: auto;
	background: rgba(255, 255, 255, 0.90);
	box-shadow: 0px 0px 10px 0px #bbb;
	border-radius: 0px 0px 5px 5px;
}
.bms-header .regular-header--new .belo-container .icon.icon-airbnb {
	font-size: 24px;
	top: 3px
}
.bms-header .regular-header--new .belo-container .icon.icon-airbnb-alt {
	top: 9px
}
.bms-header .regular-header--new .comp {
	height: auto;
	border-left: 1px solid #dce0e0;
	position: relative;
	line-height: 60px
}
.bms-header .regular-header--new .comp:hover {
	background-color: #f5f5f5
}
.bms-header .regular-header--new .comp:hover .drop-down-menu {
	display: block
}
.bms-header .regular-header--new .comp.comp-become-a-host {
	border-left: none;
}
.bms-header .regular-header--new .comp.search-bar-wrapper:hover {
	background-color: #fff
}
.bms-header .regular-header--new .comp.search-bar-wrapper {
	padding-top: 0
}
.p1 .bms-header .regular-header--new .comp {
	border-left: none
}
.ie9 .p1 .bms-header .regular-header--new .comp,
.ie10 .p1 .bms-header .regular-header--new .comp {
	background-color: rgba(0, 0, 0, 0.001)
}
.p1 .bms-header .regular-header--new .comp:hover {
	background: transparent
}
.ie9 .p1 .bms-header .regular-header--new .comp:hover,
.ie10 .p1 .bms-header .regular-header--new .comp:hover {
	background-color: rgba(0, 0, 0, 0.001)
}
.p1 .bms-header .regular-header--new .comp .hdr-btn {
	color: #f45e2b;
	padding: 0px 15px;
}
.p1 .bms-header .regular-header--new .comp .hdr-btn:hover {
	border-bottom: 1px solid #f45e2b
}
.bms-header .regular-header--new .comp .header-icon {
	display: inline-block;
	position: relative;
	top: 8px;
	width: 24px;
	height: 24px;
	background-color: transparent;
	background-repeat: no-repeat;
	vertical-align: baseline
}
.bms-header .regular-header--new .comp img {
	width: 150px;
	padding: 5px 0px;
	margin-bottom: 5px
}
.bms-header .regular-header--new .comp .header-icon.user-profile-image img {
	height: 26px;
	width: 26px
}
.bms-header .regular-header--new .comp .header-icon.search-icon {
	position: absolute;
	top: 19px;
	left: 16px
}
.bms-header .regular-header--new .comp .btn-become-a-host i {
	color: #f45e2b;
	font-size: 15px;
	line-height: 20px;
	padding-right: 2px;
}
.bms-header .regular-header--new .comp .btn-become-a-host {
	font-weight: 400;
	font-size: 13px;
	background-color: transparent;
	color: #444;
	border-width: 0px;
	position: relative;
	top: 0px;
	margin: 0px;
	letter-spacing: 0px;
}
.crtevnt {
	background-color: #f45e2b !important;
	color: #fff !important;
	border-radius: 30px;
	padding: 10px 20px;
	font-weight: 300 !important;
	box-shadow: 1px 7px 15px 0px #bbb;
	font-size: 11px !important;
	letter-spacing: 1px !important;
}
.crtevnt:hover {
	background-color: transparent !important;
	color: #f45e2b !important;
	border-radius: 30px;
}
.crtevnt .fa {
	color: #fff !important;
}
.bms-header .regular-header--new .comp .btn-become-a-host:hover,
.bms-header .regular-header--new .comp .btn-become-a-host:focus {
	background-color: transparent;
	color: #f45e2b;
}
.p1 .bms-header .regular-header--new .comp .btn-become-a-host {
	border-color: #fff
}
.bms-header .regular-header--new .comp .hdr-btn {
	display: block;
	padding: 0 1px
}
.bms-header .regular-header--new .comp .normal-line-height {
	vertical-align: middle;
	line-height: normal
}
.bms-header .regular-header--new .comp .search-settings.shown {
	top: 61px
}
.bms-header .regular-header--new .comp .search-bar .icon.icon-search {
	top: 16px;
	left: 20px;
	font-size: 22px
}
.bms-header .regular-header--new .comp .search-bar input[name="location"] {
	height: auto;
	width: 357px;
	padding: 19.5px 0 19.5px 48px;
	border: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.bms-header .regular-header--new .comp .alert-count {
	top: -5px;
	left: 17px;
	right: auto;
	border-width: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #fff;
	color: #ff5a5f;
	min-width: 16px
}
.p1 .bms-header .regular-header--new .comp .alert-count:not(.listing-count--inline) {
	border-color: #fff;
	color: #fff;
	background-color: transparent
}
.bms-header .regular-header--new .comp .listing-count {
	left: 14px
}
.bms-header .regular-header--new .comp .listing-count--inline {
	position: relative;
	top: -1px
}
body.has-smart-banner .bms-header {
	margin-top: 73px
}
.bms-header .header--sm {
	position: relative
}
.bms-header .header--sm .burger--sm .icon,
.bms-header .header--sm .action--sm .icon {
	font-size: 25px;
	cursor: pointer
}
.bms-header .header--sm .burger--sm {
	position: absolute;
	left: 10px;
	top: 7px
}
.bms-header .header--sm .title--sm {
	margin: 0 50px;
	padding-top: 6px;
	min-height: 46px
}
.bms-header .header--sm .title--sm .search-btn--sm {
	font-size: 14px;
	overflow-x: auto;
	overflow-y: hidden
}
.bms-header .header--sm .title--sm .search-btn--sm .search-placeholder--sm {
	font-weight: normal
}
.bms-header .header--sm .title--sm .header-belo {
	margin-top: 1px;
	margin-bottom: 0
}
.bms-header .header--sm .action--sm {
	position: absolute;
	right: 10px;
	top: 7px
}
.bms-header .header--sm .nav--sm {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2001;
	visibility: hidden
}
.bms-header .header--sm .nav-content--sm .nav-profile {
	font-size: 16px;
	line-height: 28px;
	padding: 10px
}
.bms-header .header--sm .nav-content--sm .nav-profile .user-profile-image {
	top: -2px
}
.bms-header .header--sm .nav-content--sm .nav-profile .icon.icon-cog {
	font-size: 22px
}
.bms-header .header--sm .nav-content--sm hr {
	margin-top: 0;
	border-color: rgba(255, 255, 255, 0.2)
}
.bms-header .header--sm .nav-content--sm .nav-header {
	height: 48px
}
.bms-header .header--sm .nav-content--sm .nav-menu-wrapper {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}
.bms-header .header--sm .nav-content--sm .nav-menu {
	font-size: 20px;
	padding-left: 25px;
	padding-right: 25px;
	border-color: rgba(255, 255, 255, 0.2)
}
.bms-header .header--sm .nav-content--sm .nav-menu .menu-group {
	margin-bottom: 34px;
	line-height: 46px
}
.bms-header .header--sm .nav-content--sm .nav-menu .menu-group:last-child {
	margin-bottom: 0
}
.bms-header .header--sm .nav-content--sm .nav-menu .menu-item:hover {
	color: #ff5a5f
}
.bms-header .header--sm .nav-content--sm .items-logged-in {
	display: none
}
.bms-header .header--sm .nav-content--sm.logged-in .items-logged-out {
	display: none
}
.bms-header .header--sm .nav-content--sm.logged-in .items-logged-in {
	display: block
}
.bms-header .header--sm .nav-content--sm.logged-in .nav-menu-wrapper {
	height: calc(100% - 48px)
}
.bms-header .header--sm .nav-mask--sm {
	position: absolute;
	cursor: pointer;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1)
}
.bms-header .header--sm .search-placeholder--sm {
	position: relative
}
.bms-header .header--sm .search-placeholder--sm .icon.icon-search {
	position: absolute;
	left: -19px;
	top: -3px;
	font-size: 18px
}
.bms-header .header--sm .room-type-filter--sm .panel-body {
	padding: 10px
}
.bms-header .header--sm .room-type-filter--sm input[name="room_types[]"] {
	opacity: 0;
	position: absolute
}
.bms-header .header--sm .modal-filter {
	border-right: 1px solid #dce0e0;
	cursor: pointer
}
.bms-header .header--sm .modal-filter:last-child {
	border-right: none
}
.bms-header .header--sm input[name="room_types[]"]:checked+.modal-filter {
	color: #ff5a5f
}
.bms-header .header--sm input[type="text"],
.bms-header .header--sm select {
	font-size: 16px;
	-webkit-appearance: none
}
.p1 .bms-header {
	z-index: 1000;
	width: 100%;
	position: fixed;
	margin: 0%;
	height: 70px;
}
.with-new-header.p1 .bms-header {
	top: 32px;
}
.bms-header .nav.logged-in {
	display: none
}
.bms-header .nav.logged-out {
	display: block
}
.bms-header.logged_in .nav.logged-out {
	display: none
}
.bms-header.logged_in .nav.logged-in {
	display: block
}
.bms-header .show-login {
	display: none !important
}
.bms-header.logged_in .show-logout {
	display: none !important
}
.bms-header.logged_in .show-login {
	display: block !important
}
.bms-header .show-host {
	display: none !important
}
.bms-header.is_host .show-host {
	display: block !important
}
.bms-header.is_host .hide-host {
	display: none !important
}
.bms-header .user-profile-image {
	background-size: cover;
	height: 32px;
	width: 32px
}
.bms-header .user-profile-image img {
	vertical-align: top;
	height: 28px;
	width: 28px
}
.bms-header .user-item {
	position: relative;
	padding-left: 41px
}
.bms-header .user-item .user-profile-image {
	position: absolute;
	top: 8px;
	left: 0
}
.bms-header .inbox-item {
	height: 29px
}
.bms-header .nav {
	margin: 0;
	height: 46px
}
.bms-header .nav>li {
	line-height: 46px;
	height: 46px
}
.bms-header .nav.search-form-container {
	margin-left: 20px
}
.simple-header .bms-header .nav.search-form-container {
	display: none
}
.bms-header .small-right-margin {
	margin-right: 15px
}
.bms-header .medium-right-margin {
	margin-right: 20px
}
.bms-header .large-right-margin {
	margin-right: 30px
}
.bms-header .small-left-margin {
	margin-left: 15px
}
.bms-header .medium-left-margin {
	margin-left: 20px
}
.bms-header .large-left-margin {
	margin-left: 30px
}
.bms-header .horizontal-margin-medium {
	margin-left: 10px;
	margin-right: 10px
}
.bms-header .search-settings {
	position: absolute;
	width: 357px;
	top: -999px;
	opacity: 0;
	-webkit-transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px
}
.bms-header .search-settings.shown {
	opacity: 1;
	top: 38px
}
.bms-header .search-settings .field-label {
	padding-top: 0
}
.bms-header .search-settings .basic-settings .setting {
	float: left;
	padding: 0 6.25px
}
.bms-header .search-settings .basic-settings .setting.checkin,
.bms-header .search-settings .basic-settings .setting.checkout {
	width: 120px
}
.bms-header .search-settings .basic-settings .setting.guests {
	width: 75px
}
.bms-header .list-your-space {
	margin-top: -1px
}
.bms-header .list-your-space .btn {
	padding: 4px 15px
}
.bms-header .icon-caret-down {
	position: relative;
	top: 1px
}
.bms-header .inbox-icon {
	position: relative;
	top: 3px
}
.bms-header .inbox-icon .icon-envelope {
	font-size: 21px;
	padding-left: 1px
}
.simple-header .bms-header .inbox-icon .icon-envelope {
	color: #fff
}
.bms-header .search-form {
	margin: 0;
	position: relative;
	z-index: 11
}
.bms-header .search-form .search-bar {
	position: relative
}
.bms-header .search-form .search-bar .icon-search {
	position: absolute;
	top: 4px;
	left: 9px;
	z-index: 1
}
.bms-header .search-form .add-on.submit {
	height: auto
}
.bms-header .search-form .location {
	width: 249px;
	padding: 4px 4px 4px 30px;
	line-height: 21px;
	height: 21px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.bms-header .alert-count {
	display: inline-block;
	min-width: 9px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	border: 1px solid #ff5a5f;
	background: #ff5a5f
}
.bms-header .alert-count.fade {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out
}
.bms-header .alert-count.fade.in {
	opacity: 1
}
.bms-header .regular-header .search-bar-wrapper {
	padding-top: 8px
}
.bms-header .regular-header .alert-count {
	position: absolute;
	top: -10px;
	right: -9px;
	line-height: 13px;
	padding: 0 3px;
	font-size: 10px;
	min-width: 15px
}
.bms-header .header--sm .alert-count {
	position: relative;
	top: -2px;
	left: 5px;
	line-height: 1;
	padding: 3px 6px 3px 5.5px;
	font-size: 14px;
	min-width: 22.5px
}
.simple-header .bms-header .logged-out li,
.simple-header .bms-header .user-item .value_name,
.simple-header .bms-header .help-toggle {
	color: #fff
}
.simple-header .bms-header .logged-out li.link-disabled,
.simple-header .bms-header .user-item .value_name.link-disabled,
.simple-header .bms-header .help-toggle.link-disabled {
	color: #82888a;
	cursor: default;
	pointer-events: none
}
.dropdown-menu {
	padding: 7.5px 0;
	min-width: 140px
}
.dropdown-menu .menu-item {
	display: block;
	padding: 7.5px 15px;
	clear: both;
	line-height: 18px
}
.dropdown-menu .menu-item:hover {
	background-color: #f7f7f7
}
.dropdown-menu.help-dropdown .loading {
	height: 50px;
	text-indent: -9999px
}
.recently-viewed__dropdown {
	width: 370px
}
ul.recently-viewed__scroll-list {
	max-height: 355px;
	overflow-y: auto
}
.recently-viewed__listing-photo {
	width: 89px;
	height: 60px
}
.recently-viewed__menu-item.menu-item:hover {
	background: none
}
@media (min-width:1100px) {
	.recently-viewed__label.show-lg {
		display: inline !important
	}
}
@media (max-width:1099px) {
	.recently-viewed__label.hide-lg {
		display: inline !important
	}
}
.header-menu .menu-header.panel-header {
	border: 0 none
}
.header-menu .menu-item {
	padding: 12px 0;
	border-bottom: 1px solid #dce0e0;
	cursor: pointer
}
.header-menu .menu-item:first-child {
	padding-top: 0
}
.header-menu .menu-item:last-child {
	border-bottom: 0 none;
	padding-bottom: 0
}
.drop-down-menu {
	position: absolute;
	z-index: 3001;
	top: 61px;
	left: auto;
	right: -1px;
	display: none;
	min-width: 282px;
	max-width: 460px;
	line-height: normal;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px
}
.drop-down-menu .loading {
	height: 50px;
	text-indent: -9999px
}
.drop-down-menu.help-dropdown {
	width: 340px
}
.p1 .drop-down-menu {
	top: 45px;
	right: 11px
}
.drop-down-menu .hover-item {
	display: inline-block
}
.drop-down-menu .hover-item:hover .hover-item__content {
	left: 6px
}
.drop-down-menu .hover-item__content {
	position: relative;
	left: 0;
	-webkit-transition: left 0.15s ease-out;
	-moz-transition: left 0.15s ease-out;
	-o-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out
}
.drop-down-menu .panel-header {
	padding: 19px 20px;
	font-size: 14px
}
.drop-down-menu .panel-header.no-border {
	border: 0 none
}
.notifications-dropdown .no-border {
	border: 0
}
.notifications-dropdown.dark-caret:after {
	border-bottom-color: #edefed
}
.notifications-tooltip {
	width: 398px;
	font-size: 14px;
	border: 0
}
.notifications-tooltip .msg-wrapper {
	width: 100%
}
.notifications-tooltip .notification-wrapper {
	width: 100%;
	padding: 0 18px
}
.notifications-tooltip .panel-header {
	padding: 19px 20px;
	font-size: 14px
}
.notifications-tooltip .panel-body {
	padding: 0 0 5px 0
}
.notifications-tooltip .notifications-list {
	padding-bottom: 0
}
.notifications-tooltip li {
	padding: 15px 20px 0 20px;
	margin: 0;
	font-size: 13px
}
.notifications-tooltip li:last-child {
	padding-bottom: 15px
}
.notifications-tooltip li:last-child hr {
	display: none
}
.notifications-tooltip .msg-profile-pic {
	margin-right: 15px
}
.notifications-tooltip hr {
	margin-top: 15px;
	margin-bottom: 0;
	border: 1px solid #f6f6f6
}
.notifications-tooltip .read-all {
	font-size: 14px;
	padding: 25px 20px;
	margin-bottom: 5px
}
.notifications-tooltip .see-all:hover {
	text-decoration: underline
}
.notifications-tooltip .notif-icon {
	width: 50px;
	height: 50px;
	display: inline-block
}
#admin_link {
	position: absolute;
	top: 0;
	right: 0
}
.simple-header #admin_link {
	z-index: 2
}
.skip-to-content:focus {
	position: absolute;
	left: 25px
}
body.slideout {
	position: fixed;
	height: 100%;
	width: 100%;
	overflow: hidden
}
body.slideout .bms-header .header--sm .nav--sm {
	visibility: visible
}
body.slideout .bms-header .header--sm .nav--sm .nav-content--sm {
	left: 0
}
body.slideout .bms-header .header--sm .nav--sm .nav-mask--sm {
	opacity: .6
}
@media (min-width:1100px) {
	.bms-header.new.logged_in .regular-header--new .comp .icon-lifesaver-alt-white,
	.bms-header.new.logged_in .regular-header--new .comp .icon-lifesaver-alt-gray {
		display: inline-block
	}
	
	.bms-header.new .regular-header--new .comp .icon-lifesaver-alt-white,
	.bms-header.new .regular-header--new .comp .icon-lifesaver-alt-gray {
		display: none
	}
}
@media (min-width:768px) {
	.simple-header .bms-header@media (max-width: 767px) {
		.bms-header {
			padding:0
		}
		.simple-header .bms-header {
			background: #fff;
			position: static
		}
		.pac-container {
			z-index: 2001
		}
	}
}
@media (max-width:900px) {
	.bms-header .search-form .location {
		width: 149px
	}
	
	.bms-header .regular-header--new .comp .search-bar input[name="location"] {
		width: 220px
	}
}
@media (-webkit-min-device-pixel-ratio:2) and (min-width:768px),
(min-resolution:192dpi) and (min-width:768px),
(min-resolution:2dppx) and (min-width:768px).no-js-alert {
	z-index: 2
}
.container-brand-dark {
	padding: 30px 0 15px;
	background-color: #2b2d2e;
	color: #fff
}
.container-brand-dark select {
	background-color: #565a5c;
	border: 0;
	color: #fff
}
.container-brand-dark select::-ms-value,
.container-brand-dark option {
	color: #565a5c
}
.ie .container-brand-dark select {
	color: #565a5c
}
.link-contrast {
	color: #fff
}
.link-contrast:hover,
.link-contrast:focus {
	color: #cacccd
}
.link-contrast:active {
	color: #82888a
}
.link-contrast:hover,
.link-contrast:focus,
.link-contrast:active {
	text-decoration: none;
	outline: none
}
.border-translucent,
.footer-divider,
.footer-icon-container {
	border-color: #aaa;
	border-color: rgba(255, 255, 255, 0.2)
}
.list-inline {
	margin-left: -5px;
	margin-right: -5px
}
.list-inline .benefits li {
	padding: 0 5px;
	display: inline-block;
}
#sharesucess a:hover {
	color: #fff !important;
	font-weight: normal;
}
#sharesucess a:focus {
	color: #fff;
}
#sharesucess .icon-list {
	padding: 10px 10px 20px 25px;
	list-style-type: circle;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#sharesucess .icon-list li {
	padding-bottom: 10px;
	line-height: 20px;
	margin-bottom: 5px;
}

.premlfstl .box img {
	width: 100%;
	border-radius: 5px 5px 0px 0px;
}
.premlfstl .box {
	margin-bottom: 60px;
}
.premlfstl .city {
	background-color: #f45e2b;
	color: #fff;
	border-radius: 0px 0px 5px 5px;
	padding: 5px;
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
}