@charset "UTF-8";/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.ekko-lightbox-container {
	position: relative
}
.ekko-lightbox-nav-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%
}
.ekko-lightbox-nav-overlay a {
	z-index: 100;
	display: block;
	width: 49%;
	height: 100%;
	font-size: 30px;
	color: #fff;
	text-shadow: 2px 2px 4px #000;
	opacity: 0;
	filter: dropshadow(color=#000000, offx=2, offy=2);
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s
}
.ekko-lightbox-nav-overlay a:empty {
	width: 49%
}
.ekko-lightbox a:hover {
	text-decoration: none;
	opacity: 1
}
.ekko-lightbox .glyphicon-chevron-left {
	left: 0;
	float: left;
	padding-left: 15px;
	text-align: left
}
.ekko-lightbox .glyphicon-chevron-right {
	right: 0;
	float: right;
	padding-right: 15px;
	text-align: right
}
.ekko-lightbox .modal-footer {
	text-align: left
}
html.ie #homeCarousel .carousel-inner {
	top: -52px
}
.ie9 body {
	filter: none!important
}
.ie .socialiconitem iframe#twitter-widget-0 {
	width: 70px!important;
	height: 25px!important;
	visibility: visible!important;
	position: relative!important
}
.ie8 .wtlocation, .ie9 .wtlocation {
	display: none!important
}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
	display: none
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}
.ui-helper-clearfix:after, .ui-helper-clearfix:before {
	content: "";
	display: table;
	border-collapse: collapse
}
.ui-helper-clearfix:after {
	clear: both
}
.ui-helper-clearfix {
	min-height: 0
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}
.ui-front {
	z-index: 100
}
.ui-state-disabled {
	cursor: default!important
}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0;
	font-size: 100%
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible
}
.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
	text-decoration: none
}
.ui-button-icon-only {
	width: 2.2em
}
button.ui-button-icon-only {
	width: 2.4em
}
.ui-button-icons-only {
	width: 3.4em
}
button.ui-button-icons-only {
	width: 3.7em
}
.ui-button .ui-button-text {
	display: block;
	line-height: normal
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em
}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em
}
input.ui-button {
	padding: .4em 1em
}
.ui-button-icon-only .ui-icon, .ui-button-icons-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px
}
.ui-button-icons-only .ui-button-icon-primary, .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary {
	left: .5em
}
.ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary {
	right: .5em
}
.ui-buttonset {
	margin-right: 7px
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em
}
button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
border:0;
padding:0
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em
}
.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
	top: 1px
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px
}
.ui-datepicker .ui-datepicker-next {
	right: 2px
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px
}
.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 45%
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: 700;
	border: 0
}
.ui-datepicker td {
	border: 0;
	padding: 1px
}
.ui-datepicker td a, .ui-datepicker td span {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left
}
.ui-datepicker.ui-datepicker-multi {
	width: auto
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0
}
.ui-datepicker-rtl {
	direction: rtl
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
	float: right
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: 0 0;
	overflow: auto
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0
}
.ui-menu .ui-menu {
	position: absolute
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0
}
.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
	margin: -1px
}
.ui-menu-icons {
	position: relative
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em
}
.ui-menu .ui-icon {
	position: absolute;
	top: 0;

	bottom: 0;
	left: .2em;
	margin: auto 0
}
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%
}
.ui-progressbar .ui-progressbar-overlay {
	background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
	height: 100%;
	opacity: .25
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none
}
.ui-resizable {
	position: relative
}
.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none
}
.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
	display: none
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted #000
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5;
	padding: 2px .4em;
	margin: .5em 0 0 0;
	height: auto;
	border: 0
}
.ui-selectmenu-open {
	display: block
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer
}
.ui-selectmenu-button span.ui-icon {
	right: .5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: .4em 2.1em .4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.ui-slider {
	position: relative;
	text-align: left
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit
}
.ui-slider-horizontal {
	height: .8em
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}
.ui-slider-vertical {
	width: .8em;
	height: 100px
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle
}
.ui-spinner-input {
	border: none;
	background: 0 0;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0
}
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none
}
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0
}
.ui-spinner-up {
	top: 0
}
.ui-spinner-down {
	bottom: 0
}
.ui-spinner .ui-icon-triangle-1-s {
	background-position: -65px -16px
}
.ui-tabs {
	position: relative;
	padding: .2em
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: 0 0
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa
}
body .ui-tooltip {
	border-width: 2px
}
.ui-widget {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em
}
.ui-widget .ui-widget {
	font-size: 1em
}
.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em
}
.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff url(images/ui-bg_glass_55_FFFFFF_1x400.png) 50% top repeat-x;
	color: #333
}
.ui-widget-content a {
	color: #333
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
	color: #fff;
	font-weight: 700
}
.ui-widget-header a {
	color: #fff
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #ccc;
	background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: 700;
	color: #1c94c4
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none
}
.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
	border: 1px solid #fbcb09;
	background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: 700;
	color: #c77405
}
.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
	color: #c77405;
	text-decoration: none
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: 700;
	color: #eb8f00
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
	color: #363636
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #363636
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #fff
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #fff
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #fff
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: 700
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: 400
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none
}
.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35)
}
.ui-icon {
	width: 16px;
	height: 16px
}
.ui-icon, .ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png)
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png)
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png)
}
.ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png)
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png)
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_228ef1_256x240.png)
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_ffd27a_256x240.png)
}
.ui-icon-blank {
	background-position: 16px 16px
}
.ui-icon-carat-1-n {
	background-position: 0 0
}
.ui-icon-carat-1-ne {
	background-position: -16px 0
}
.ui-icon-carat-1-e {
	background-position: -32px 0
}
.ui-icon-carat-1-se {
	background-position: -48px 0
}
.ui-icon-carat-1-s {
	background-position: -64px 0
}
.ui-icon-carat-1-sw {
	background-position: -80px 0
}
.ui-icon-carat-1-w {
	background-position: -96px 0
}
.ui-icon-carat-1-nw {
	background-position: -112px 0
}
.ui-icon-carat-2-n-s {
	background-position: -128px 0
}
.ui-icon-carat-2-e-w {
	background-position: -144px 0
}
.ui-icon-triangle-1-n {
	background-position: 0 -16px
}
.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}
.ui-icon-triangle-1-e {
	background-position: -32px -16px
}
.ui-icon-triangle-1-se {
	background-position: -48px -16px
}
.ui-icon-triangle-1-s {
	background-position: -64px -16px
}
.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}
.ui-icon-triangle-1-w {
	background-position: -96px -16px
}
.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}
.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}
.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}
.ui-icon-arrow-1-n {
	background-position: 0 -32px
}
.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}
.ui-icon-arrow-1-e {
	background-position: -32px -32px
}
.ui-icon-arrow-1-se {
	background-position: -48px -32px
}
.ui-icon-arrow-1-s {
	background-position: -64px -32px
}
.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}
.ui-icon-arrow-1-w {
	background-position: -96px -32px
}
.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}
.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}
.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}
.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}
.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}
.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}
.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}
.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}
.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}
.ui-icon-arrowthick-1-n {
	background-position: 0 -48px
}
.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}
.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}
.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}
.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}
.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}
.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}
.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}
.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}
.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}
.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}
.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}
.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}
.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}
.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}
.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}
.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}
.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}
.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}
.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}
.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}
.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}
.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}
.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}
.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}
.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}
.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}
.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}
.ui-icon-arrow-4 {
	background-position: 0 -80px
}
.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}
.ui-icon-extlink {
	background-position: -32px -80px
}
.ui-icon-newwin {
	background-position: -48px -80px
}
.ui-icon-refresh {
	background-position: -64px -80px
}
.ui-icon-shuffle {
	background-position: -80px -80px
}
.ui-icon-transfer-e-w {
	background-position: -96px -80px
}
.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}
.ui-icon-folder-collapsed {
	background-position: 0 -96px
}
.ui-icon-folder-open {
	background-position: -16px -96px
}
.ui-icon-document {
	background-position: -32px -96px
}
.ui-icon-document-b {
	background-position: -48px -96px
}
.ui-icon-note {
	background-position: -64px -96px
}
.ui-icon-mail-closed {
	background-position: -80px -96px
}
.ui-icon-mail-open {
	background-position: -96px -96px
}
.ui-icon-suitcase {
	background-position: -112px -96px
}
.ui-icon-comment {
	background-position: -128px -96px
}
.ui-icon-person {
	background-position: -144px -96px
}
.ui-icon-print {
	background-position: -160px -96px
}
.ui-icon-trash {
	background-position: -176px -96px
}
.ui-icon-locked {
	background-position: -192px -96px
}
.ui-icon-unlocked {
	background-position: -208px -96px
}
.ui-icon-bookmark {
	background-position: -224px -96px
}
.ui-icon-tag {
	background-position: -240px -96px
}
.ui-icon-home {
	background-position: 0 -112px
}
.ui-icon-flag {
	background-position: -16px -112px
}
.ui-icon-calendar {
	background-position: -32px -112px
}
.ui-icon-cart {
	background-position: -48px -112px
}
.ui-icon-pencil {
	background-position: -64px -112px
}
.ui-icon-clock {
	background-position: -80px -112px
}
.ui-icon-disk {
	background-position: -96px -112px
}
.ui-icon-calculator {
	background-position: -112px -112px
}
.ui-icon-zoomin {
	background-position: -128px -112px
}
.ui-icon-zoomout {
	background-position: -144px -112px
}
.ui-icon-search {
	background-position: -160px -112px
}
.ui-icon-wrench {
	background-position: -176px -112px
}
.ui-icon-gear {
	background-position: -192px -112px
}
.ui-icon-heart {
	background-position: -208px -112px
}
.ui-icon-star {
	background-position: -224px -112px
}
.ui-icon-link {
	background-position: -240px -112px
}
.ui-icon-cancel {
	background-position: 0 -128px
}
.ui-icon-plus {
	background-position: -16px -128px
}
.ui-icon-plusthick {
	background-position: -32px -128px
}
.ui-icon-minus {
	background-position: -48px -128px
}
.ui-icon-minusthick {
	background-position: -64px -128px
}
.ui-icon-close {
	background-position: -80px -128px
}
.ui-icon-closethick {
	background-position: -96px -128px
}
.ui-icon-key {
	background-position: -112px -128px
}
.ui-icon-lightbulb {
	background-position: -128px -128px
}
.ui-icon-scissors {
	background-position: -144px -128px
}
.ui-icon-clipboard {
	background-position: -160px -128px
}
.ui-icon-copy {
	background-position: -176px -128px
}
.ui-icon-contact {
	background-position: -192px -128px
}
.ui-icon-image {
	background-position: -208px -128px
}
.ui-icon-video {
	background-position: -224px -128px
}
.ui-icon-script {
	background-position: -240px -128px
}
.ui-icon-alert {
	background-position: 0 -144px
}
.ui-icon-info {
	background-position: -16px -144px
}
.ui-icon-notice {
	background-position: -32px -144px
}
.ui-icon-help {
	background-position: -48px -144px
}
.ui-icon-check {
	background-position: -64px -144px
}
.ui-icon-bullet {
	background-position: -80px -144px
}
.ui-icon-radio-on {
	background-position: -96px -144px
}
.ui-icon-radio-off {
	background-position: -112px -144px
}
.ui-icon-pin-w {
	background-position: -128px -144px
}
.ui-icon-pin-s {
	background-position: -144px -144px
}
.ui-icon-play {
	background-position: 0 -160px
}
.ui-icon-pause {
	background-position: -16px -160px
}
.ui-icon-seek-next {
	background-position: -32px -160px
}
.ui-icon-seek-prev {
	background-position: -48px -160px
}
.ui-icon-seek-end {
	background-position: -64px -160px
}
.ui-icon-seek-start {
	background-position: -80px -160px
}
.ui-icon-seek-first {
	background-position: -80px -160px
}
.ui-icon-stop {
	background-position: -96px -160px
}
.ui-icon-eject {
	background-position: -112px -160px
}
.ui-icon-volume-off {
	background-position: -128px -160px
}
.ui-icon-volume-on {
	background-position: -144px -160px
}
.ui-icon-power {
	background-position: 0 -176px
}
.ui-icon-signal-diag {
	background-position: -16px -176px
}
.ui-icon-signal {
	background-position: -32px -176px
}
.ui-icon-battery-0 {
	background-position: -48px -176px
}
.ui-icon-battery-1 {
	background-position: -64px -176px
}
.ui-icon-battery-2 {
	background-position: -80px -176px
}
.ui-icon-battery-3 {
	background-position: -96px -176px
}
.ui-icon-circle-plus {
	background-position: 0 -192px
}
.ui-icon-circle-minus {
	background-position: -16px -192px
}
.ui-icon-circle-close {
	background-position: -32px -192px
}
.ui-icon-circle-triangle-e {
	background-position: -48px -192px
}
.ui-icon-circle-triangle-s {
	background-position: -64px -192px
}
.ui-icon-circle-triangle-w {
	background-position: -80px -192px
}
.ui-icon-circle-triangle-n {
	background-position: -96px -192px
}
.ui-icon-circle-arrow-e {
	background-position: -112px -192px
}
.ui-icon-circle-arrow-s {
	background-position: -128px -192px
}
.ui-icon-circle-arrow-w {
	background-position: -144px -192px
}
.ui-icon-circle-arrow-n {
	background-position: -160px -192px
}
.ui-icon-circle-zoomin {
	background-position: -176px -192px
}
.ui-icon-circle-zoomout {
	background-position: -192px -192px
}
.ui-icon-circle-check {
	background-position: -208px -192px
}
.ui-icon-circlesmall-plus {
	background-position: 0 -208px
}
.ui-icon-circlesmall-minus {
	background-position: -16px -208px
}
.ui-icon-circlesmall-close {
	background-position: -32px -208px
}
.ui-icon-squaresmall-plus {
	background-position: -48px -208px
}
.ui-icon-squaresmall-minus {
	background-position: -64px -208px
}
.ui-icon-squaresmall-close {
	background-position: -80px -208px
}
.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}
.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}
.ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}
.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}
.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}
.ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}
.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
	border-top-left-radius: 4px
}
.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
	border-top-right-radius: 4px
}
.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
	border-bottom-left-radius: 4px
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
	border-bottom-right-radius: 4px
}
.ui-widget-overlay {
	background: #666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50)
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px
}
.navbar-nav span.scroll-down, .navbar-nav span.scroll-up {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center
}
.navbar-nav span.scroll-down-arrow, .navbar-nav span.scroll-up-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px dashed transparent;
	border-right: 7px dashed transparent;
	border-bottom: 7px solid;
	border-left: 7px dashed transparent
}
.navbar-nav span.scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px dashed transparent;
	border-bottom: 7px dashed transparent;
	border-left: 7px dashed transparent
}
.navbar-nav .collapsible ul .dropdown-menu .dropdown-header, .navbar-nav .collapsible ul .dropdown-menu>li>a {
	padding-left: 15px
}
.navbar-nav .collapsible ul ul .dropdown-menu .dropdown-header, .navbar-nav .collapsible ul ul .dropdown-menu>li>a {
	padding-left: 45px
}
.navbar-nav .collapsible ul ul ul .dropdown-menu .dropdown-header, .navbar-nav .collapsible ul ul ul .dropdown-menu>li>a {
	padding-left: 55px
}
.navbar-nav .collapsible ul ul ul ul .dropdown-menu .dropdown-header, .navbar-nav .collapsible ul ul ul ul .dropdown-menu>li>a {
	padding-left: 65px
}
.navbar-nav .dropdown-menu>li>a {
	white-space: normal
}
.navbar-nav ul>li>a {
	display: block
}
.navbar-nav ul.sm-nowrap>li>a {
	white-space: nowrap
}
.navbar-right ul.dropdown-menu {
	left: 0;
	right: auto
}
.navbar-nav .collapsible ul {
	display: none;
	position: static!important;
	top: auto!important;
	left: auto!important;
	margin-left: 0!important;
	margin-top: 0!important;
	width: auto!important;
	min-width: 0!important;
	max-width: none!important
}
.navbar-nav .collapsible ul.sm-nowrap>li>a {
	white-space: normal
}
.navbar-nav .collapsible iframe {
	display: none
}
ul.sm li *, ul.sm li :after, ul.sm li :before {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.lb-loader, .lightbox {
	text-align: center;
	line-height: 0
}
body:after {
	content: url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);
	display: none
}
.lb-dataContainer:after, .lb-outerContainer:after {
	content: "";
	clear: both
}
body.lb-disable-scrolling {
	overflow: hidden
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	opacity: .8;
	display: none
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	font-weight: 400
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	border-radius: 3px
}
.lightbox a img {
	border: none
}
.lb-outerContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px
}
.lb-loader, .lb-nav {
	position: absolute;
	left: 0
}
.lb-outerContainer:after {
	display: table
}
.lb-container {
	padding: 4px
}
.lb-loader {
	top: 43%;
	height: 25%;
	width: 100%
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(images/loading.gif) no-repeat
}
.lb-nav {
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}
.lb-container>.nav {
	left: 0
}
.lb-nav a {
	outline: 0;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}
.lb-next, .lb-prev {
	height: 100%;
	cursor: pointer;
	display: block
}
.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(images/prev.png) left 48% no-repeat;
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}
.lb-nav a.lb-prev:hover {
	opacity: 1
}
.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(images/next.png) right 48% no-repeat;
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}
.lb-nav a.lb-next:hover {
	opacity: 1
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.lb-dataContainer:after {
	display: table
}
.lb-data {
	padding: 0 4px;
	color: #ccc
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em
}
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(images/close.png) top right no-repeat;
	text-align: right;
	outline: 0;
	opacity: .7;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}
.lb-data .lb-close:hover {
	cursor: pointer;
	opacity: 1
}
.camera_thumbs_wrap img, .camera_thumbs_wrap li, .camera_thumbs_wrap ol, .camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap td, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap th, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap ul, .camera_wrap a, .camera_wrap img, .camera_wrap li, .camera_wrap ol, .camera_wrap table, .camera_wrap tbody, .camera_wrap td .camera_thumbs_wrap a, .camera_wrap tfoot, .camera_wrap th, .camera_wrap thead, .camera_wrap tr, .camera_wrap ul {
	background: 0 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}
.camera_wrap {
	display: none;
	float: left;
	position: relative;
	z-index: 0;
	margin-bottom: 0!important
}
.camera_wrap img {
	max-width: none!important
}
.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1
}
.camera_wrap {
	width: 100%
}
.camera_src {
	display: none
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}
.camera_target_content .camera_link {
	background: url(../css/images/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none
}
.camera_loader {
	background: #fff url(../css/images/camera-loader.gif) no-repeat center;
	background: rgba(255,255,255,.9) url(../css/images/camera-loader.gif) no-repeat center;
	border: 1px solid #fff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3
}
.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
	height: 100%;
	position: absolute;
	width: auto
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
	height: auto;
	position: absolute;
	width: 100%
}
.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4
}
.camera_caption {
	display: block;
	position: absolute;
	width: 100%
}
.camera_caption>div {
	padding: 10px 20px
}
.camerarelative {
	overflow: hidden;
	position: relative
}
.imgFake {
	cursor: pointer
}
.camera_prevThumbs {
	bottom: 4px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10
}
.camera_prevThumbs div {
	background: url(../css/images/camera_skins.png) no-repeat -160px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px
}
.camera_nextThumbs {
	bottom: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10
}
.camera_nextThumbs div {
	background: url(../css/images/camera_skins.png) no-repeat -190px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px
}
.camera_command_wrap .hideNav {
	display: none
}
.camera_command_wrap {
	left: 0;
	position: relative;
	right: 0;
	z-index: 4
}
.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right
}
.camera_wrap .camera_pag .camera_pag_ul li {
	border-radius: 9px;
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin: 20px 5px;
	position: relative;
	text-align: left;
	text-indent: -9999px;
	width: 15px
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,.2)
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover>span {
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,.2)
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent>span {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0
}
.camera_pag_ul li img {
	display: none;
	position: absolute
}
.camera_pag_ul .thumb_arrow {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid;
	top: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute
}
.camera_commands, .camera_next, .camera_prev {
	cursor: pointer;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2
}
.camera_prev {
	left: 0
}
.camera_prev>span {
	background: url(../css/images/camera_skins.png) no-repeat 0 0;
	display: block;
	height: 40px;
	width: 40px
}
.camera_next {
	right: 0
}
.camera_next>span {
	background: url(../css/images/camera_skins.png) no-repeat -40px 0;
	display: block;
	height: 40px;
	width: 40px
}
.camera_commands {
	right: 41px
}
.camera_commands>.camera_play {
	background: url(../css/images/camera_skins.png) no-repeat -80px 0;
	height: 40px;
	width: 40px
}
.camera_commands>.camera_stop {
	background: url(../css/images/camera_skins.png) no-repeat -120px 0;
	display: block;
	height: 40px;
	width: 40px
}
.camera_thumbs_cont {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
	position: relative;
	width: 100%
}
.camera_commands_emboss .camera_thumbs_cont {
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,.2)
}
.camera_thumbs_cont>div {
	float: left;
	width: 100%
}
.camera_thumbs_cont ul {
	overflow: hidden;
	padding: 3px 4px 8px;
	position: relative;
	text-align: center
}
.camera_thumbs_cont ul li {
	display: inline-block;
	padding: 0 5px;
	width: 100px;
	float: none!important
}
.camera_thumbs_cont ul li>img {
	border: 1px solid;
	cursor: pointer;
	margin-top: 5px;
	vertical-align: bottom
}
.camera_clear {
	display: block;
	clear: both
}
.showIt {
	display: none
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative
}
.pattern_1 .camera_overlayer {
	background: url(../css/images/patterns/overlay1.png) repeat
}
.pattern_2 .camera_overlayer {
	background: url(../css/images/patterns/overlay2.png) repeat
}
.pattern_3 .camera_overlayer {
	background: url(../css/images/patterns/overlay3.png) repeat
}
.pattern_4 .camera_overlayer {
	background: url(../css/images/patterns/overlay4.png) repeat
}
.pattern_5 .camera_overlayer {
	background: url(../css/images/patterns/overlay5.png) repeat
}
.pattern_6 .camera_overlayer {
	background: url(../css/images/patterns/overlay6.png) repeat
}
.pattern_7 .camera_overlayer {
	background: url(../css/images/patterns/overlay7.png) repeat
}
.pattern_8 .camera_overlayer {
	background: url(../css/images/patterns/overlay8.png) repeat
}
.pattern_9 .camera_overlayer {
	background: url(../css/images/patterns/overlay9.png) repeat
}
.pattern_10 .camera_overlayer {
	background: url(../css/images/patterns/overlay10.png) repeat
}
.camera_caption {
	color: #fff
}
.camera_caption>div {
	background: #000;
	background: rgba(0,0,0,.8)
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background-color: rgba(255,255,255,.4);
	border: 1px solid #fff
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent, .camera_wrap .camera_pag .camera_pag_ul li:hover {
	background-color: #fff
}
.camera_pag_ul li img {
	border: 4px solid #e6e6e6;
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
	box-shadow: 0 3px 6px rgba(0,0,0,.5)
}
.camera_pag_ul .thumb_arrow {
	border-top-color: #e6e6e6
}
.camera_commands, .camera_next, .camera_nextThumbs, .camera_prev, .camera_prevThumbs, .camera_thumbs_cont {
	background: #d8d8d8;
	background: rgba(216,216,216,.85)
}
.camera_thumbs_cont ul li>img {
	border-color: 1px solid #000
}
.camera_amber_skin .camera_prevThumbs div {
	background-position: -160px -160px
}
.camera_amber_skin .camera_nextThumbs div {
	background-position: -190px -160px
}
.camera_amber_skin .camera_prev>span {
	background-position: 0 -160px
}
.camera_amber_skin .camera_next>span {
	background-position: -40px -160px
}
.camera_amber_skin .camera_commands>.camera_play {
	background-position: -80px -160px
}
.camera_amber_skin .camera_commands>.camera_stop {
	background-position: -120px -160px
}
.camera_ash_skin .camera_prevThumbs div {
	background-position: -160px -200px
}
.camera_ash_skin .camera_nextThumbs div {
	background-position: -190px -200px
}
.camera_ash_skin .camera_prev>span {
	background-position: 0 -200px
}
.camera_ash_skin .camera_next>span {
	background-position: -40px -200px
}
.camera_ash_skin .camera_commands>.camera_play {
	background-position: -80px -200px
}
.camera_ash_skin .camera_commands>.camera_stop {
	background-position: -120px -200px
}
.camera_azure_skin .camera_prevThumbs div {
	background-position: -160px -240px
}
.camera_azure_skin .camera_nextThumbs div {
	background-position: -190px -240px
}
.camera_azure_skin .camera_prev>span {
	background-position: 0 -240px
}
.camera_azure_skin .camera_next>span {
	background-position: -40px -240px
}
.camera_azure_skin .camera_commands>.camera_play {
	background-position: -80px -240px
}
.camera_azure_skin .camera_commands>.camera_stop {
	background-position: -120px -240px
}
.camera_beige_skin .camera_prevThumbs div {
	background-position: -160px -120px
}
.camera_beige_skin .camera_nextThumbs div {
	background-position: -190px -120px
}
.camera_beige_skin .camera_prev>span {
	background-position: 0 -120px
}
.camera_beige_skin .camera_next>span {
	background-position: -40px -120px
}
.camera_beige_skin .camera_commands>.camera_play {
	background-position: -80px -120px
}
.camera_beige_skin .camera_commands>.camera_stop {
	background-position: -120px -120px
}
.camera_black_skin .camera_prevThumbs div {
	background-position: -160px -40px
}
.camera_black_skin .camera_nextThumbs div {
	background-position: -190px -40px
}
.camera_black_skin .camera_prev>span {
	background-position: 0 -40px
}
.camera_black_skin .camera_next>span {
	background-position: -40px -40px
}
.camera_black_skin .camera_commands>.camera_play {
	background-position: -80px -40px
}
.camera_black_skin .camera_commands>.camera_stop {
	background-position: -120px -40px
}
.camera_blue_skin .camera_prevThumbs div {
	background-position: -160px -280px
}
.camera_blue_skin .camera_nextThumbs div {
	background-position: -190px -280px
}
.camera_blue_skin .camera_prev>span {
	background-position: 0 -280px
}
.camera_blue_skin .camera_next>span {
	background-position: -40px -280px
}
.camera_blue_skin .camera_commands>.camera_play {
	background-position: -80px -280px
}
.camera_blue_skin .camera_commands>.camera_stop {
	background-position: -120px -280px
}
.camera_brown_skin .camera_prevThumbs div {
	background-position: -160px -320px
}
.camera_brown_skin .camera_nextThumbs div {
	background-position: -190px -320px
}
.camera_brown_skin .camera_prev>span {
	background-position: 0 -320px
}
.camera_brown_skin .camera_next>span {
	background-position: -40px -320px
}
.camera_brown_skin .camera_commands>.camera_play {
	background-position: -80px -320px
}
.camera_brown_skin .camera_commands>.camera_stop {
	background-position: -120px -320px
}
.camera_burgundy_skin .camera_prevThumbs div {
	background-position: -160px -360px
}
.camera_burgundy_skin .camera_nextThumbs div {
	background-position: -190px -360px
}
.camera_burgundy_skin .camera_prev>span {
	background-position: 0 -360px
}
.camera_burgundy_skin .camera_next>span {
	background-position: -40px -360px
}
.camera_burgundy_skin .camera_commands>.camera_play {
	background-position: -80px -360px
}
.camera_burgundy_skin .camera_commands>.camera_stop {
	background-position: -120px -360px
}
.camera_charcoal_skin .camera_prevThumbs div {
	background-position: -160px -400px
}
.camera_charcoal_skin .camera_nextThumbs div {
	background-position: -190px -400px
}
.camera_charcoal_skin .camera_prev>span {
	background-position: 0 -400px
}
.camera_charcoal_skin .camera_next>span {
	background-position: -40px -400px
}
.camera_charcoal_skin .camera_commands>.camera_play {
	background-position: -80px -400px
}
.camera_charcoal_skin .camera_commands>.camera_stop {
	background-position: -120px -400px
}
.camera_chocolate_skin .camera_prevThumbs div {
	background-position: -160px -440px
}
.camera_chocolate_skin .camera_nextThumbs div {
	background-position: -190px -440px
}
.camera_chocolate_skin .camera_prev>span {
	background-position: 0 -440px
}
.camera_chocolate_skin .camera_next>span {
	background-position: -40px -440px
}
.camera_chocolate_skin .camera_commands>.camera_play {
	background-position: -80px -440px
}
.camera_chocolate_skin .camera_commands>.camera_stop {
	background-position: -120px -440px
}
.camera_coffee_skin .camera_prevThumbs div {
	background-position: -160px -480px
}
.camera_coffee_skin .camera_nextThumbs div {
	background-position: -190px -480px
}
.camera_coffee_skin .camera_prev>span {
	background-position: 0 -480px
}
.camera_coffee_skin .camera_next>span {
	background-position: -40px -480px
}
.camera_coffee_skin .camera_commands>.camera_play {
	background-position: -80px -480px
}
.camera_coffee_skin .camera_commands>.camera_stop {
	background-position: -120px -480px
}
.camera_cyan_skin .camera_prevThumbs div {
	background-position: -160px -520px
}
.camera_cyan_skin .camera_nextThumbs div {
	background-position: -190px -520px
}
.camera_cyan_skin .camera_prev>span {
	background-position: 0 -520px
}
.camera_cyan_skin .camera_next>span {
	background-position: -40px -520px
}
.camera_cyan_skin .camera_commands>.camera_play {
	background-position: -80px -520px
}
.camera_cyan_skin .camera_commands>.camera_stop {
	background-position: -120px -520px
}
.camera_fuchsia_skin .camera_prevThumbs div {
	background-position: -160px -560px
}
.camera_fuchsia_skin .camera_nextThumbs div {
	background-position: -190px -560px
}
.camera_fuchsia_skin .camera_prev>span {
	background-position: 0 -560px
}
.camera_fuchsia_skin .camera_next>span {
	background-position: -40px -560px
}
.camera_fuchsia_skin .camera_commands>.camera_play {
	background-position: -80px -560px
}
.camera_fuchsia_skin .camera_commands>.camera_stop {
	background-position: -120px -560px
}
.camera_gold_skin .camera_prevThumbs div {
	background-position: -160px -600px
}
.camera_gold_skin .camera_nextThumbs div {
	background-position: -190px -600px
}
.camera_gold_skin .camera_prev>span {
	background-position: 0 -600px
}
.camera_gold_skin .camera_next>span {
	background-position: -40px -600px
}
.camera_gold_skin .camera_commands>.camera_play {
	background-position: -80px -600px
}
.camera_gold_skin .camera_commands>.camera_stop {
	background-position: -120px -600px
}
.camera_green_skin .camera_prevThumbs div {
	background-position: -160px -640px
}
.camera_green_skin .camera_nextThumbs div {
	background-position: -190px -640px
}
.camera_green_skin .camera_prev>span {
	background-position: 0 -640px
}
.camera_green_skin .camera_next>span {
	background-position: -40px -640px
}
.camera_green_skin .camera_commands>.camera_play {
	background-position: -80px -640px
}
.camera_green_skin .camera_commands>.camera_stop {
	background-position: -120px -640px
}
.camera_grey_skin .camera_prevThumbs div {
	background-position: -160px -680px
}
.camera_grey_skin .camera_nextThumbs div {
	background-position: -190px -680px
}
.camera_grey_skin .camera_prev>span {
	background-position: 0 -680px
}
.camera_grey_skin .camera_next>span {
	background-position: -40px -680px
}
.camera_grey_skin .camera_commands>.camera_play {
	background-position: -80px -680px
}
.camera_grey_skin .camera_commands>.camera_stop {
	background-position: -120px -680px
}
.camera_indigo_skin .camera_prevThumbs div {
	background-position: -160px -720px
}
.camera_indigo_skin .camera_nextThumbs div {
	background-position: -190px -720px
}
.camera_indigo_skin .camera_prev>span {
	background-position: 0 -720px
}
.camera_indigo_skin .camera_next>span {
	background-position: -40px -720px
}
.camera_indigo_skin .camera_commands>.camera_play {
	background-position: -80px -720px
}
.camera_indigo_skin .camera_commands>.camera_stop {
	background-position: -120px -720px
}
.camera_khaki_skin .camera_prevThumbs div {
	background-position: -160px -760px
}
.camera_khaki_skin .camera_nextThumbs div {
	background-position: -190px -760px
}
.camera_khaki_skin .camera_prev>span {
	background-position: 0 -760px
}
.camera_khaki_skin .camera_next>span {
	background-position: -40px -760px
}
.camera_khaki_skin .camera_commands>.camera_play {
	background-position: -80px -760px
}
.camera_khaki_skin .camera_commands>.camera_stop {
	background-position: -120px -760px
}
.camera_lime_skin .camera_prevThumbs div {
	background-position: -160px -800px
}
.camera_lime_skin .camera_nextThumbs div {
	background-position: -190px -800px
}
.camera_lime_skin .camera_prev>span {
	background-position: 0 -800px
}
.camera_lime_skin .camera_next>span {
	background-position: -40px -800px
}
.camera_lime_skin .camera_commands>.camera_play {
	background-position: -80px -800px
}
.camera_lime_skin .camera_commands>.camera_stop {
	background-position: -120px -800px
}
.camera_magenta_skin .camera_prevThumbs div {
	background-position: -160px -840px
}
.camera_magenta_skin .camera_nextThumbs div {
	background-position: -190px -840px
}
.camera_magenta_skin .camera_prev>span {
	background-position: 0 -840px
}
.camera_magenta_skin .camera_next>span {
	background-position: -40px -840px
}
.camera_magenta_skin .camera_commands>.camera_play {
	background-position: -80px -840px
}
.camera_magenta_skin .camera_commands>.camera_stop {
	background-position: -120px -840px
}
.camera_maroon_skin .camera_prevThumbs div {
	background-position: -160px -880px
}
.camera_maroon_skin .camera_nextThumbs div {
	background-position: -190px -880px
}
.camera_maroon_skin .camera_prev>span {
	background-position: 0 -880px
}
.camera_maroon_skin .camera_next>span {
	background-position: -40px -880px
}
.camera_maroon_skin .camera_commands>.camera_play {
	background-position: -80px -880px
}
.camera_maroon_skin .camera_commands>.camera_stop {
	background-position: -120px -880px
}
.camera_orange_skin .camera_prevThumbs div {
	background-position: -160px -920px
}
.camera_orange_skin .camera_nextThumbs div {
	background-position: -190px -920px
}
.camera_orange_skin .camera_prev>span {
	background-position: 0 -920px
}
.camera_orange_skin .camera_next>span {
	background-position: -40px -920px
}
.camera_orange_skin .camera_commands>.camera_play {
	background-position: -80px -920px
}
.camera_orange_skin .camera_commands>.camera_stop {
	background-position: -120px -920px
}
.camera_olive_skin .camera_prevThumbs div {
	background-position: -160px -1080px
}
.camera_olive_skin .camera_nextThumbs div {
	background-position: -190px -1080px
}
.camera_olive_skin .camera_prev>span {
	background-position: 0 -1080px
}
.camera_olive_skin .camera_next>span {
	background-position: -40px -1080px
}
.camera_olive_skin .camera_commands>.camera_play {
	background-position: -80px -1080px
}
.camera_olive_skin .camera_commands>.camera_stop {
	background-position: -120px -1080px
}
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -960px
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -960px
}
.camera_pink_skin .camera_prev>span {
	background-position: 0 -960px
}
.camera_pink_skin .camera_next>span {
	background-position: -40px -960px
}
.camera_pink_skin .camera_commands>.camera_play {
	background-position: -80px -960px
}
.camera_pink_skin .camera_commands>.camera_stop {
	background-position: -120px -960px
}
.camera_pistachio_skin .camera_prevThumbs div {
	background-position: -160px -1040px
}
.camera_pistachio_skin .camera_nextThumbs div {
	background-position: -190px -1040px
}
.camera_pistachio_skin .camera_prev>span {
	background-position: 0 -1040px
}
.camera_pistachio_skin .camera_next>span {
	background-position: -40px -1040px
}
.camera_pistachio_skin .camera_commands>.camera_play {
	background-position: -80px -1040px
}
.camera_pistachio_skin .camera_commands>.camera_stop {
	background-position: -120px -1040px
}
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -80px
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -80px
}
.camera_pink_skin .camera_prev>span {
	background-position: 0 -80px
}
.camera_pink_skin .camera_next>span {
	background-position: -40px -80px
}
.camera_pink_skin .camera_commands>.camera_play {
	background-position: -80px -80px
}
.camera_pink_skin .camera_commands>.camera_stop {
	background-position: -120px -80px
}
.camera_red_skin .camera_prevThumbs div {
	background-position: -160px -1000px
}
.camera_red_skin .camera_nextThumbs div {
	background-position: -190px -1000px
}
.camera_red_skin .camera_prev>span {
	background-position: 0 -1000px
}
.camera_red_skin .camera_next>span {
	background-position: -40px -1000px
}
.camera_red_skin .camera_commands>.camera_play {
	background-position: -80px -1000px
}
.camera_red_skin .camera_commands>.camera_stop {
	background-position: -120px -1000px
}
.camera_tangerine_skin .camera_prevThumbs div {
	background-position: -160px -1120px
}
.camera_tangerine_skin .camera_nextThumbs div {
	background-position: -190px -1120px
}
.camera_tangerine_skin .camera_prev>span {
	background-position: 0 -1120px
}
.camera_tangerine_skin .camera_next>span {
	background-position: -40px -1120px
}
.camera_tangerine_skin .camera_commands>.camera_play {
	background-position: -80px -1120px
}
.camera_tangerine_skin .camera_commands>.camera_stop {
	background-position: -120px -1120px
}
.camera_turquoise_skin .camera_prevThumbs div {
	background-position: -160px -1160px
}
.camera_turquoise_skin .camera_nextThumbs div {
	background-position: -190px -1160px
}
.camera_turquoise_skin .camera_prev>span {
	background-position: 0 -1160px
}
.camera_turquoise_skin .camera_next>span {
	background-position: -40px -1160px
}
.camera_turquoise_skin .camera_commands>.camera_play {
	background-position: -80px -1160px
}
.camera_turquoise_skin .camera_commands>.camera_stop {
	background-position: -120px -1160px
}
.camera_violet_skin .camera_prevThumbs div {
	background-position: -160px -1200px
}
.camera_violet_skin .camera_nextThumbs div {
	background-position: -190px -1200px
}
.camera_violet_skin .camera_prev>span {
	background-position: 0 -1200px
}
.camera_violet_skin .camera_next>span {
	background-position: -40px -1200px
}
.camera_violet_skin .camera_commands>.camera_play {
	background-position: -80px -1200px
}
.camera_violet_skin .camera_commands>.camera_stop {
	background-position: -120px -1200px
}
.camera_white_skin .camera_prevThumbs div {
	background-position: -160px -80px
}
.camera_white_skin .camera_nextThumbs div {
	background-position: -190px -80px
}
.camera_white_skin .camera_prev>span {
	background-position: 0 -80px
}
.camera_white_skin .camera_next>span {
	background-position: -40px -80px
}
.camera_white_skin .camera_commands>.camera_play {
	background-position: -80px -80px
}
.camera_white_skin .camera_commands>.camera_stop {
	background-position: -120px -80px
}
.camera_yellow_skin .camera_prevThumbs div {
	background-position: -160px -1240px
}
.camera_yellow_skin .camera_nextThumbs div {
	background-position: -190px -1240px
}
.camera_yellow_skin .camera_prev>span {
	background-position: 0 -1240px
}
.camera_yellow_skin .camera_next>span {
	background-position: -40px -1240px
}
.camera_yellow_skin .camera_commands>.camera_play {
	background-position: -80px -1240px
}
.camera_yellow_skin .camera_commands>.camera_stop {
	background-position: -120px -1240px
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: 0
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}
.slick-track:after, .slick-track:before {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.slick-next, .slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: 0
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	outline: 0;
	background: 0 0;
	color: transparent
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25
}
.slick-next:before, .slick-prev:before {
	font-family: 'Font Awesome 5 Pro';
	font-size: 20px;
	line-height: 1;
	color: #333;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-prev {
	left: -25px
}
.slick-prev:before {
	content: '\f104'
}
.slick-next {
	right: -25px
}
.slick-next:before {
	content: '\f105'
}
.slick-dotted .slick-slider {
	margin-bottom: 30px
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	border: 0;
	background: 0 0;
	display: block;
	height: 20px;
	width: 20px;
	outline: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer
}
.slick-dots li button:focus, .slick-dots li button:hover {
	outline: 0
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\f111';
	width: 20px;
	height: 20px;
	font-family: 'Font Awesome 5 Pro';
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height: normal
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}
body {
	font-family: Muli, sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #000;
	background-color: #f9f9f9
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
a {
	color: #967a50;
	text-decoration: none
}
a:focus, a:hover {
	color: #e68a00;
	text-decoration: underline
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
figure {
	margin: 0
}
img {
	vertical-align: middle
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}
.img-rounded {
	border-radius: 6px
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}
.img-circle {
	border-radius: 50%
}
hr {
	margin-top: 22px;
	margin-bottom: 22px;
	border: 0;
	border-top: 1px solid #eee
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
[role=button] {
	cursor: pointer
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 22px;
	margin-bottom: 11px
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 65%
}
.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 11px;
	margin-bottom: 11px
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-size: 75%
}
.h1, h1 {
	font-size: 1.75em
}
.h2, h2 {
	font-size: 1.5em
}
.h3, h3 {
	font-size: 18px
}
.h4, h4 {
	font-size: 16px
}
.h5, h5 {
	font-size: 16px
}
.h6, h6 {
	font-size: 15px
}
p {
	margin: 0 0 11px
}
.lead {
	margin-bottom: 22px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:768px) {
.lead {
	font-size: 24px
}
}
.small, small {
	font-size: 87%
}
.mark, mark {
	background-color: #fcf8e3;
	padding: .2em
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-justify {
	text-align: justify
}
.text-nowrap {
	white-space: nowrap
}
.text-lowercase {
	text-transform: lowercase
}
.text-uppercase {
	text-transform: uppercase
}
.text-capitalize {
	text-transform: capitalize
}
.text-muted {
	color: #777
}
.text-primary {
	color: #967a50
}
a.text-primary:focus, a.text-primary:hover {
	color: #cc7a00
}
.text-success {
	color: #3c763d
}
a.text-success:focus, a.text-success:hover {
	color: #2b542c
}
.text-info {
	color: #31708f
}
a.text-info:focus, a.text-info:hover {
	color: #245269
}
.text-warning {
	color: #8a6d3b
}
a.text-warning:focus, a.text-warning:hover {
	color: #66512c
}
.text-danger {
	color: #a94442
}
a.text-danger:focus, a.text-danger:hover {
	color: #843534
}
.bg-primary {
	color: #fff;
	background-color: #967a50
}
a.bg-primary:focus, a.bg-primary:hover {
	background-color: #cc7a00
}
.bg-success {
	background-color: #dff0d8
}
a.bg-success:focus, a.bg-success:hover {
	background-color: #c1e2b3
}
.bg-info {
	background-color: #d9edf7
}
a.bg-info:focus, a.bg-info:hover {
	background-color: #afd9ee
}
.bg-warning {
	background-color: #fcf8e3
}
a.bg-warning:focus, a.bg-warning:hover {
	background-color: #f7ecb5
}
.bg-danger {
	background-color: #f2dede
}
a.bg-danger:focus, a.bg-danger:hover {
	background-color: #e4b9b9
}
.page-header {
	padding-bottom: 10px;
	margin: 44px 0 22px;
	border-bottom: 1px solid #eee
}
ol, ul {
	margin-top: 0;
	margin-bottom: 11px
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}
.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}
dl {
	margin-top: 0;
	margin-bottom: 22px
}
dd, dt {
	line-height: 1.42857143
}
dt {
	font-weight: 700
}
dd {
	margin-left: 0
}

@media (min-width:768px) {
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.dl-horizontal dd {
	margin-left: 180px
}
}
abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
blockquote {
	padding: 11px 22px;
	margin: 0 0 22px;
	font-size: 20px;
	border-left: 5px solid #eee
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
	margin-bottom: 0
}
blockquote .small, blockquote footer, blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
	content: '\2014 \00A0'
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
	content: ''
}
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
	content: '\00A0 \2014'
}
address {
	margin-bottom: 22px;
	font-style: normal;
	line-height: 1.42857143
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	box-shadow: none
}
pre {
	display: block;
	padding: 10.5px;
	margin: 0 0 11px;
	font-size: 15px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
.container {
	width: 750px
}
}

@media (min-width:992px) {
.container {
	width: 970px
}
}

@media (min-width:1600px) {
.container {
	width: 1170px
}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.row {
	margin-left: -15px;
	margin-right: -15px
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-pull-0 {
	right: auto
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-push-0 {
	left: auto
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 50%
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 33.33333333%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-pull-11 {
	right: 91.66666667%
}
.col-sm-pull-10 {
	right: 83.33333333%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-8 {
	right: 66.66666667%
}
.col-sm-pull-7 {
	right: 58.33333333%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-5 {
	right: 41.66666667%
}
.col-sm-pull-4 {
	right: 33.33333333%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-2 {
	right: 16.66666667%
}
.col-sm-pull-1 {
	right: 8.33333333%
}
.col-sm-pull-0 {
	right: auto
}
.col-sm-push-12 {
	left: 100%
}
.col-sm-push-11 {
	left: 91.66666667%
}
.col-sm-push-10 {
	left: 83.33333333%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-8 {
	left: 66.66666667%
}
.col-sm-push-7 {
	left: 58.33333333%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-5 {
	left: 41.66666667%
}
.col-sm-push-4 {
	left: 33.33333333%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-2 {
	left: 16.66666667%
}
.col-sm-push-1 {
	left: 8.33333333%
}
.col-sm-push-0 {
	left: auto
}
.col-sm-offset-12 {
	margin-left: 100%
}
.col-sm-offset-11 {
	margin-left: 91.66666667%
}
.col-sm-offset-10 {
	margin-left: 83.33333333%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-8 {
	margin-left: 66.66666667%
}
.col-sm-offset-7 {
	margin-left: 58.33333333%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-5 {
	margin-left: 41.66666667%
}
.col-sm-offset-4 {
	margin-left: 33.33333333%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-2 {
	margin-left: 16.66666667%
}
.col-sm-offset-1 {
	margin-left: 8.33333333%
}
.col-sm-offset-0 {
	margin-left: 0
}
}

@media (min-width:992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-pull-11 {
	right: 91.66666667%
}
.col-md-pull-10 {
	right: 83.33333333%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-8 {
	right: 66.66666667%
}
.col-md-pull-7 {
	right: 58.33333333%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-5 {
	right: 41.66666667%
}
.col-md-pull-4 {
	right: 33.33333333%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-2 {
	right: 16.66666667%
}
.col-md-pull-1 {
	right: 8.33333333%
}
.col-md-pull-0 {
	right: auto
}
.col-md-push-12 {
	left: 100%
}
.col-md-push-11 {
	left: 91.66666667%
}
.col-md-push-10 {
	left: 83.33333333%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-8 {
	left: 66.66666667%
}
.col-md-push-7 {
	left: 58.33333333%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-5 {
	left: 41.66666667%
}
.col-md-push-4 {
	left: 33.33333333%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-2 {
	left: 16.66666667%
}
.col-md-push-1 {
	left: 8.33333333%
}
.col-md-push-0 {
	left: auto
}
.col-md-offset-12 {
	margin-left: 100%
}
.col-md-offset-11 {
	margin-left: 91.66666667%
}
.col-md-offset-10 {
	margin-left: 83.33333333%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-8 {
	margin-left: 66.66666667%
}
.col-md-offset-7 {
	margin-left: 58.33333333%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-5 {
	margin-left: 41.66666667%
}
.col-md-offset-4 {
	margin-left: 33.33333333%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-2 {
	margin-left: 16.66666667%
}
.col-md-offset-1 {
	margin-left: 8.33333333%
}
.col-md-offset-0 {
	margin-left: 0
}
}

@media (min-width:1600px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
.col-lg-pull-12 {
	right: 100%
}
.col-lg-pull-11 {
	right: 91.66666667%
}
.col-lg-pull-10 {
	right: 83.33333333%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-8 {
	right: 66.66666667%
}
.col-lg-pull-7 {
	right: 58.33333333%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-5 {
	right: 41.66666667%
}
.col-lg-pull-4 {
	right: 33.33333333%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-2 {
	right: 16.66666667%
}
.col-lg-pull-1 {
	right: 8.33333333%
}
.col-lg-pull-0 {
	right: auto
}
.col-lg-push-12 {
	left: 100%
}
.col-lg-push-11 {
	left: 91.66666667%
}
.col-lg-push-10 {
	left: 83.33333333%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-8 {
	left: 66.66666667%
}
.col-lg-push-7 {
	left: 58.33333333%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-5 {
	left: 41.66666667%
}
.col-lg-push-4 {
	left: 33.33333333%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-2 {
	left: 16.66666667%
}
.col-lg-push-1 {
	left: 8.33333333%
}
.col-lg-push-0 {
	left: auto
}
.col-lg-offset-12 {
	margin-left: 100%
}
.col-lg-offset-11 {
	margin-left: 91.66666667%
}
.col-lg-offset-10 {
	margin-left: 83.33333333%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-8 {
	margin-left: 66.66666667%
}
.col-lg-offset-7 {
	margin-left: 58.33333333%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-5 {
	margin-left: 41.66666667%
}
.col-lg-offset-4 {
	margin-left: 33.33333333%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-2 {
	margin-left: 16.66666667%
}
.col-lg-offset-1 {
	margin-left: 8.33333333%
}
.col-lg-offset-0 {
	margin-left: 0
}
}
table {
	background-color: transparent
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}
th {
	text-align: left
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 22px
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}
.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
	border-top: 0
}
.table>tbody+tbody {
	border-top: 2px solid #ddd
}
.table .table {
	background-color: #f9f9f9
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding: 5px
}
.table-bordered {
	border: 1px solid #ddd
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #ddd
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}
.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}
table col[class*=col-] {
	position: static;
	float: none;
	display: table-column
}
table td[class*=col-], table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
	background-color: #f5f5f5
}
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
	background-color: #dff0d8
}
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
	background-color: #d9edf7
}
.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
	background-color: #fcf8e3
}
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
	background-color: #f2dede
}
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}
.table-responsive {
	overflow-x: auto;
	min-height: .01%
}

@media screen and (max-width:767px) {
.table-responsive {
	width: 100%;
	margin-bottom: 16.5px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd
}
.table-responsive>.table {
	margin-bottom: 0
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
	white-space: nowrap
}
.table-responsive>.table-bordered {
	border: 0
}
.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}
.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}
.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 22px;
	font-size: 24px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}
input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	line-height: normal
}
input[type=file] {
	display: block
}
input[type=range] {
	display: block;
	width: 100%
}
select[multiple], select[size] {
	height: auto
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
output {
	display: block;
	padding-top: 7px;
	font-size: 16px;
	line-height: 1.42857143;

	color: #555
}
.form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.form-control::-moz-placeholder {
color:#999;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#999
}
.form-control::-webkit-input-placeholder {
color:#999
}
.form-control::-ms-expand {
border:0;
background-color:transparent
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed
}
textarea.form-control {
	height: auto
}
input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
	line-height: 36px
}
.input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
	line-height: 33px
}
.input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
	line-height: 49px
}
}
.form-group {
	margin-bottom: 15px
}
.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}
.checkbox label, .radio label {
	min-height: 22px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: absolute;
	margin-left: -20px
}
.checkbox+.checkbox, .radio+.radio {
	margin-top: -5px
}
.checkbox-inline, .radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}
fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
	cursor: not-allowed
}
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
	cursor: not-allowed
}
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
	cursor: not-allowed
}
.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 38px
}
.form-control-static.input-lg, .form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0
}
.input-sm {
	height: 33px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px
}
select.input-sm {
	height: 33px;
	line-height: 33px
}
select[multiple].input-sm, textarea.input-sm {
	height: auto
}
.form-group-sm .form-control {
	height: 33px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px
}
.form-group-sm select.form-control {
	height: 33px;
	line-height: 33px
}
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
	height: auto
}
.form-group-sm .form-control-static {
	height: 33px;
	min-height: 36px;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.5
}
.input-lg {
	height: 49px;
	padding: 10px 16px;
	font-size: 20px;
	line-height: 1.3333333;
	border-radius: 6px
}
select.input-lg {
	height: 49px;
	line-height: 49px
}
select[multiple].input-lg, textarea.input-lg {
	height: auto
}
.form-group-lg .form-control {
	height: 49px;
	padding: 10px 16px;
	font-size: 20px;
	line-height: 1.3333333;
	border-radius: 6px
}
.form-group-lg select.form-control {
	height: 49px;
	line-height: 49px
}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
	height: auto
}
.form-group-lg .form-control-static {
	height: 49px;
	min-height: 42px;
	padding: 11px 16px;
	font-size: 20px;
	line-height: 1.3333333
}
.has-feedback {
	position: relative
}
.has-feedback .form-control {
	padding-right: 45px
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	pointer-events: none
}
.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
	width: 49px;
	height: 49px;
	line-height: 49px
}
.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback {
	width: 33px;
	height: 33px;
	line-height: 33px
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
	color: #3c763d
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}
.has-success .form-control-feedback {
	color: #3c763d
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
	color: #8a6d3b
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}
.has-warning .form-control-feedback {
	color: #8a6d3b
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #a94442
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;

	background-color: #f2dede
}
.has-error .form-control-feedback {
	color: #a94442
}
.has-feedback label~.form-control-feedback {
	top: 27px
}
.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #404040
}

@media (min-width:768px) {
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.form-inline .form-control-static {
	display: inline-block
}
.form-inline .input-group {
	display: inline-table;
	vertical-align: middle
}
.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
	width: auto
}
.form-inline .input-group>.form-control {
	width: 100%
}
.form-inline .control-label {
	margin-bottom: 0;
	vertical-align: middle
}
.form-inline .checkbox, .form-inline .radio {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle
}
.form-inline .checkbox label, .form-inline .radio label {
	padding-left: 0
}
.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
	position: relative;
	margin-left: 0
}
.form-inline .has-feedback .form-control-feedback {
	top: 0
}
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}
.form-horizontal .checkbox, .form-horizontal .radio {
	min-height: 29px
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

@media (min-width:768px) {
.form-horizontal .control-label {
	text-align: right;
	margin-bottom: 0;
	padding-top: 7px
}
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width:768px) {
.form-horizontal .form-group-lg .control-label {
	padding-top: 11px;
	font-size: 20px
}
}

@media (min-width:768px) {
.form-horizontal .form-group-sm .control-label {
	padding-top: 6px;
	font-size: 14px
}
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.btn.focus, .btn:focus, .btn:hover {
	color: #333;
	text-decoration: none
}
.btn.active, .btn:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}
a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}
.btn-default.focus, .btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
	background-image: none
}
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}
.btn-default .badge {
	color: #fff;
	background-color: #333
}
.btn-primary {
	color: #fff;
	background-color: #967a50;
	border-color: #e68a00
}
.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #cc7a00;
	border-color: #663d00
}
.btn-primary:hover {
	color: #fff;
	background-color: #cc7a00;
	border-color: #a86500
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #cc7a00;
	border-color: #a86500
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #a86500;
	border-color: #663d00
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	background-image: none
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #967a50;
	border-color: #e68a00
}
.btn-primary .badge {
	color: #967a50;
	background-color: #fff
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}
.btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}
.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
	background-image: none
}
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}
.btn-info.focus, .btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}
.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
	background-image: none
}
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}
.btn-warning.focus, .btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}
.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
	background-image: none
}
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-danger.focus, .btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}
.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
	background-image: none
}
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}
.btn-link {
	color: #967a50;
	font-weight: 400;
	border-radius: 0
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color: transparent
}
.btn-link:focus, .btn-link:hover {
	color: #e68a00;
	text-decoration: underline;
	background-color: transparent
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}
.btn-group-lg>.btn, .btn-lg {
	padding: 10px 16px;
	font-size: 20px;
	line-height: 1.3333333;
	border-radius: 6px
}
.btn-group-sm>.btn, .btn-sm {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px
}
.btn-group-xs>.btn, .btn-xs {
	padding: 1px 5px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px
}
.btn-block {
	display: block;
	width: 100%
}
.btn-block+.btn-block {
	margin-top: 5px
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.fade.in {
	opacity: 1
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
tr.collapse.in {
	display: table-row
}
tbody.collapse.in {
	display: table-row-group
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.dropdown, .dropup {
	position: relative
}
.dropdown-toggle:focus {
	outline: 0
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 16px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto
}
.dropdown-menu .divider {
	height: 1px;
	margin: 10px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #967a50
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	color: #777
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	cursor: not-allowed
}
.open>.dropdown-menu {
	display: block
}
.open>a {
	outline: 0
}
.dropdown-menu-right {
	left: auto;
	right: 0
}
.dropdown-menu-left {
	left: 0;
	right: auto
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}
.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width:768px) {
.navbar-right .dropdown-menu {
	left: auto;
	right: 0
}
.navbar-right .dropdown-menu-left {
	left: 0;
	right: auto
}
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}
.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	float: left
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
	z-index: 2
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left: -1px
}
.btn-toolbar {
	margin-left: -5px
}
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}
.btn-group>.btn:first-child {
	margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.btn-group>.btn-group {
	float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}
.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}
.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn .caret {
	margin-left: 0
}
.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}
.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}
.btn-group-vertical>.btn-group>.btn {
	float: none
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}
.btn-group-justified>.btn-group .btn {
	width: 100%
}
.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}
[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}
.input-group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 0
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}
.input-group .form-control:focus {
	z-index: 3
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	height: 49px;
	padding: 10px 16px;
	font-size: 20px;
	line-height: 1.3333333;
	border-radius: 6px
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
	height: 49px;
	line-height: 49px
}
select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
	height: auto
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
	height: 33px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
	height: 33px;
	line-height: 33px
}
select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
	height: auto
}
.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 3px
}
.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 20px;
	border-radius: 6px
}
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
	margin-top: 0
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.input-group-addon:first-child {
	border-right: 0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.input-group-addon:last-child {
	border-left: 0
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}
.input-group-btn>.btn {
	position: relative
}
.input-group-btn>.btn+.btn {
	margin-left: -1px
}
.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
	z-index: 2
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
	margin-right: -1px
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}
.nav>li {
	position: relative;
	display: block
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}
.nav>li.disabled>a {
	color: #777
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #eee;
	border-color: #967a50
}
.nav .nav-divider {
	height: 1px;
	margin: 10px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.nav>li>a>img {
	max-width: none
}
.nav-tabs {
	border-bottom: 1px solid #ddd
}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}
.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #555;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}
.nav-tabs.nav-justified>li {
	float: none
}
.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
.nav-tabs.nav-justified>li {
	display: table-cell;
	width: 1%
}
.nav-tabs.nav-justified>li>a {
	margin-bottom: 0
}
}
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
.nav-tabs.nav-justified>li>a {
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border-bottom-color: #f9f9f9
}
}
.nav-pills>li {
	float: left
}
.nav-pills>li>a {
	border-radius: 4px
}
.nav-pills>li+li {
	margin-left: 2px
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #967a50
}
.nav-stacked>li {
	float: none
}
.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}
.nav-justified {
	width: 100%
}
.nav-justified>li {
	float: none
}
.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}
.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
.nav-justified>li {
	display: table-cell;
	width: 1%
}
.nav-justified>li>a {
	margin-bottom: 0
}
}
.nav-tabs-justified {
	border-bottom: 0
}
.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
.nav-tabs-justified>li>a {
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
	border-bottom-color: #f9f9f9
}
}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.navbar {
	position: relative;
	min-height: 88px;
	margin-bottom: 22px;
	border: 1px solid transparent
}

@media (min-width:768px) {
.navbar {
	border-radius: 4px
}
}

@media (min-width:768px) {
.navbar-header {
	float: left
}
}
.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-webkit-overflow-scrolling: touch
}
.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
.navbar-collapse {
	width: auto;
	border-top: 0;
	box-shadow: none
}
.navbar-collapse.collapse {
	display: block!important;
	height: auto!important;
	padding-bottom: 0;
	overflow: visible!important
}
.navbar-collapse.in {
	overflow-y: visible
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
	padding-left: 0;
	padding-right: 0
}
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 200px
}
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-right: 0;
	margin-left: 0
}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
.navbar-static-top {
	border-radius: 0
}
}
.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {
.navbar-fixed-bottom, .navbar-fixed-top {
	border-radius: 0
}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}
.navbar-brand {
	float: left;
	padding: 33px 15px;
	font-size: 20px;
	line-height: 22px;
	height: 88px
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}
.navbar-brand>img {
	display: block
}

@media (min-width:768px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: -15px
}
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 27px;
	margin-bottom: 27px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.navbar-toggle:focus {
	outline: 0
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
.navbar-toggle {
	display: none
}
}
.navbar-nav {
	margin: 16.5px -15px
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px
}

@media (max-width:767px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
	padding: 5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu>li>a {
	line-height: 22px
}
.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
	background-image: none
}
}

@media (min-width:768px) {
.navbar-nav {
	float: left;
	margin: 0
}
.navbar-nav>li {
	float: left
}
.navbar-nav>li>a {
	padding-top: 33px;
	padding-bottom: 33px
}
}
.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	margin-top: 26px;
	margin-bottom: 26px
}

@media (min-width:768px) {
.navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle
}
.navbar-form .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.navbar-form .form-control-static {
	display: inline-block
}
.navbar-form .input-group {
	display: inline-table;
	vertical-align: middle
}
.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
	width: auto
}
.navbar-form .input-group>.form-control {
	width: 100%
}
.navbar-form .control-label {
	margin-bottom: 0;
	vertical-align: middle
}
.navbar-form .checkbox, .navbar-form .radio {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle
}
.navbar-form .checkbox label, .navbar-form .radio label {
	padding-left: 0
}
.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
	position: relative;
	margin-left: 0
}
.navbar-form .has-feedback .form-control-feedback {
	top: 0
}
}

@media (max-width:767px) {
.navbar-form .form-group {
	margin-bottom: 5px
}
.navbar-form .form-group:last-child {
	margin-bottom: 0
}
}

@media (min-width:768px) {
.navbar-form {
	width: auto;
	border: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.navbar-btn {
	margin-top: 26px;
	margin-bottom: 26px
}
.navbar-btn.btn-sm {
	margin-top: 27.5px;
	margin-bottom: 27.5px
}
.navbar-btn.btn-xs {
	margin-top: 33px;
	margin-bottom: 33px
}
.navbar-text {
	margin-top: 33px;
	margin-bottom: 33px
}

@media (min-width:768px) {
.navbar-text {
	float: left;
	margin-left: 15px;
	margin-right: 15px
}
}

@media (min-width:768px) {
.navbar-left {
	float: left!important
}
.navbar-right {
	float: right!important;
	margin-right: -15px
}
.navbar-right~.navbar-right {
	margin-right: 0
}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}
.navbar-default .navbar-brand {
	color: #777
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}
.navbar-default .navbar-text {
	color: #777
}
.navbar-default .navbar-nav>li>a {
	color: #777
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}
.navbar-default .navbar-toggle {
	border-color: #ddd
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: #e7e7e7;
	color: #555
}

@media (max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #777
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #333;
	background-color: transparent
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}
}
.navbar-default .navbar-link {
	color: #777
}
.navbar-default .navbar-link:hover {
	color: #333
}
.navbar-default .btn-link {
	color: #777
}
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
	color: #333
}
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}
.navbar-inverse {
	background-color: #222;
	border-color: #080808
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-text {
	color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}
.navbar-inverse .navbar-toggle {
	border-color: #333
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #080808;
	color: #fff
}

@media (max-width:767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
	border-color: #080808
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #080808
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #9d9d9d
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
	color: #fff;
	background-color: #080808
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
	color: #444;
	background-color: transparent
}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d
}
.navbar-inverse .navbar-link:hover {
	color: #fff
}
.navbar-inverse .btn-link {
	color: #9d9d9d
}
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
	color: #fff
}
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 22px;
	line-height: 1.42857143;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}
.thumbnail a>img, .thumbnail>img {
	margin-left: auto;
	margin-right: auto
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #967a50
}
.thumbnail .caption {
	padding: 9px;
	color: #000
}
.close {
	float: right;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2
}
.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5
}
button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}
.modal-open {
	overflow: hidden
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	background-clip: padding-box;
	outline: 0
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0
}
.modal-backdrop.in {
	opacity: .5
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.42857143
}
.modal-body {
	position: relative;
	padding: 15px
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
.modal-dialog {
	width: 600px;
	margin: 30px auto
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
.modal-sm {
	width: 300px
}
}

@media (min-width:992px) {
.modal-lg {
	width: 900px
}
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: Muli, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 16px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2)
}
.popover.top {
	margin-top: -10px
}
.popover.right {
	margin-left: 10px
}
.popover.bottom {
	margin-top: 10px
}
.popover.left {
	margin-left: -10px
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 16px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}
.popover-content {
	padding: 9px 14px
}
.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.popover>.arrow {
	border-width: 11px
}
.popover>.arrow:after {
	border-width: 10px;
	content: ""
}
.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	bottom: -11px
}
.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}
.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25)
}
.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}
.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25);
	top: -11px
}
.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}
.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25)
}
.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}
.carousel {
	position: relative
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}
.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	line-height: 1
}

@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner>.item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	-moz-transition: -moz-transform .6s ease-in-out;
	-o-transition: -o-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px
}
.carousel-inner>.item.active.right, .carousel-inner>.item.next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	left: 0
}
.carousel-inner>.item.active.left, .carousel-inner>.item.prev {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	left: 0
}
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0
}
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}
.carousel-inner>.active {
	left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}
.carousel-inner>.next {
	left: 100%
}
.carousel-inner>.prev {
	left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}
.carousel-inner>.active.left {
	left: -100%
}
.carousel-inner>.active.right {
	left: 100%
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,0)
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-image: linear-gradient(to right, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-repeat: repeat-x
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-image: linear-gradient(to right, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-repeat: repeat-x
}
.carousel-control:focus, .carousel-control:hover {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}
.carousel-control .icon-next, .carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif
}
.carousel-control .icon-prev:before {
	content: '\2039'
}
.carousel-control .icon-next:before {
	content: '\203a'
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	cursor: pointer;
	background-color: rgba(0,0,0,0)
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	width: 30px;
	height: 30px;
	margin-top: -10px;
	font-size: 30px
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -10px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -10px
}
.carousel-caption {
	left: 20%;
	right: 20%;
	padding-bottom: 30px
}
.carousel-indicators {
	bottom: 20px
}
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .row:after, .row:before {
	content: " ";
	display: table
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .row:after {
	clear: both
}
.btn-group-vertical>.btn-group::after, .btn-group-vertical>.btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .modal-footer::after, .modal-footer::before, .modal-header::after, .modal-header::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .row::after, .row::before {
	content: " ";
	display: table
}
.btn-group-vertical>.btn-group::after, .btn-toolbar::after, .clearfix::after, .container-fluid::after, .container::after, .dl-horizontal dd::after, .form-horizontal .form-group::after, .modal-footer::after, .modal-header::after, .nav::after, .navbar-collapse::after, .navbar-header::after, .navbar::after, .row::after {
	clear: both
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.pull-right {
	float: right!important
}
.pull-left {
	float: left!important
}
.hide {
	display: none!important
}
.show {
	display: block!important
}
.invisible {
	visibility: hidden
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.hidden {
	display: none!important
}
.affix {
	position: fixed
}
@-ms-viewport {
width:device-width
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
	display: none!important
}
.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none!important
}

@media (max-width:767px) {
.visible-xs {
	display: block!important
}
table.visible-xs {
	display: table!important
}
tr.visible-xs {
	display: table-row!important
}
td.visible-xs, th.visible-xs {
	display: table-cell!important
}
}

@media (max-width:767px) {
.visible-xs-block {
	display: block!important
}
}

@media (max-width:767px) {
.visible-xs-inline {
	display: inline!important
}
}

@media (max-width:767px) {
.visible-xs-inline-block {
	display: inline-block!important
}
}

@media (min-width:768px) and (max-width:991px) {
.visible-sm {
	display: block!important
}
table.visible-sm {
	display: table!important
}
tr.visible-sm {
	display: table-row!important
}
td.visible-sm, th.visible-sm {
	display: table-cell!important
}
}

@media (min-width:768px) and (max-width:991px) {
.visible-sm-block {
	display: block!important
}
}

@media (min-width:768px) and (max-width:991px) {
.visible-sm-inline {
	display: inline!important
}
}

@media (min-width:768px) and (max-width:991px) {
.visible-sm-inline-block {
	display: inline-block!important
}
}

@media (min-width:992px) and (max-width:1599px) {
.visible-md {
	display: block!important
}
table.visible-md {
	display: table!important
}
tr.visible-md {
	display: table-row!important
}
td.visible-md, th.visible-md {
	display: table-cell!important
}
}

@media (min-width:992px) and (max-width:1599px) {
.visible-md-block {
	display: block!important
}
}

@media (min-width:992px) and (max-width:1599px) {
.visible-md-inline {
	display: inline!important
}
}

@media (min-width:992px) and (max-width:1599px) {
.visible-md-inline-block {
	display: inline-block!important
}
}

@media (min-width:1600px) {
.visible-lg {
	display: block!important
}
table.visible-lg {
	display: table!important
}
tr.visible-lg {
	display: table-row!important
}
td.visible-lg, th.visible-lg {
	display: table-cell!important
}
}

@media (min-width:1600px) {
.visible-lg-block {
	display: block!important
}
}

@media (min-width:1600px) {
.visible-lg-inline {
	display: inline!important
}
}

@media (min-width:1600px) {
.visible-lg-inline-block {
	display: inline-block!important
}
}

@media (max-width:767px) {
.hidden-xs {
	display: none!important
}
}

@media (min-width:768px) and (max-width:991px) {
.hidden-sm {
	display: none!important
}
}

@media (min-width:992px) and (max-width:1599px) {
.hidden-md {
	display: none!important
}
}

@media (min-width:1600px) {
.hidden-lg {
	display: none!important
}
}
.visible-print {
	display: none!important
}

@media print {
.visible-print {
	display: block!important
}
table.visible-print {
	display: table!important
}
tr.visible-print {
	display: table-row!important
}
td.visible-print, th.visible-print {
	display: table-cell!important
}
}
.visible-print-block {
	display: none!important
}

@media print {
.visible-print-block {
	display: block!important
}
}
.visible-print-inline {
	display: none!important
}

@media print {
.visible-print-inline {
	display: inline!important
}
}
.visible-print-inline-block {
	display: none!important
}

@media print {
.visible-print-inline-block {
	display: inline-block!important
}
}

@media print {
.hidden-print {
	display: none!important
}
}
.w100 {
	width: 100%!important
}
.timer-text {
	display: block;
	margin: 0;
	color: #fff;
	line-height: normal
}

@media (min-width:768px) {
.timer-text {
	font-size: 1em
}
}
#digital-clock {
	list-style-type: none
}
#digital-clock li, #digital-clock2 li {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	line-height: normal
}

@media (min-width:768px) {
#digital-clock li, #digital-clock2 li {
	font-size: 1em
}
}

@media (min-width:992px) {
#digital-clock li, #digital-clock2 li {
	font-size: 1.5em
}
}
#digital-clock, #digital-clock2 {
	padding-left: 0;
	margin: 0;
	float: none;
	display: inline-block
}
.title {
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	margin: 0 10px
}
.wtlocation {
	background-color: rgba(0,0,0,.7);
	padding: 10px 20px;
	text-align: right;
	min-width: 130px;
	min-height: 78px;
	float: right
}
.weatherFeed {
	font-family: Muli, sans-serif;
	padding: 0
}
.weatherFeed>.weatherItem {
	background-image: none!important;
	color: #fff!important
}
.weatherFeed a {
	color: #fff
}
.weatherFeed a:hover {
	color: #fff;
	text-decoration: none
}
.weatherCity {
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase
}
.weatherTemp {
	line-height: normal
}

@media (min-width:768px) {
.weatherTemp {
	font-size: 1em
}
}

@media (min-width:992px) {
.weatherTemp {
	font-size: 1.5em
}
}
.weatherCity, .weatherDesc, .weatherForecastDay {
	font-weight: 400
}
.weatherDesc {
	margin-bottom: 0;
	line-height: normal
}
.weatherForecastItem, .weatherLink, .weatherRange, .weatherWind {
	font-size: .8em
}
.weatherForecastItem, .weatherLink {
	margin-top: .5em;
	text-align: left
}
.weatherForecastItem {
	padding: .5em .5em .5em 80px;
	background-color: #fff;
	background-position: left center
}
.weatherForecastDay {
	font-size: 1.1em
}
.weather-wrap {
	background-color: rgba(0,0,0,.7);
	padding: 10px 20px;
	min-height: 78px;
	min-width: 77px;
	text-align: right;
	float: right;
	margin-left: 5px
}
.weatherCity, .weatherLink, .weatherRange, .weatherWind {
	display: none!important
}
.simple-carousel.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.simple-carousel.carousel-fade .carousel-inner .active {
	opacity: 1
}
.simple-carousel.carousel-fade .carousel-inner .active.left, .simple-carousel.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1
}
.simple-carousel.carousel-fade .carousel-inner .next.left, .simple-carousel.carousel-fade .carousel-inner .prev.right {
	opacity: 1
}
.simple-carousel.carousel-fade .carousel-control {
	z-index: 2
}

@media all and (transform-3d), (-webkit-transform-3d) {
.simple-carousel.carousel-fade .carousel-inner>.item.active.right, .simple-carousel.carousel-fade .carousel-inner>.item.next {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
.simple-carousel.carousel-fade .carousel-inner>.item.active.left, .simple-carousel.carousel-fade .carousel-inner>.item.prev {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
.simple-carousel.carousel-fade .carousel-inner>.item.active, .simple-carousel.carousel-fade .carousel-inner>.item.next.left, .simple-carousel.carousel-fade .carousel-inner>.item.prev.right {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
}
.bookingform-wrapper {
	position: absolute;
	bottom: 40px;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 201
}

@media screen and (min-width:1025px) {
.bookingform-wrapper {
	bottom: 16%
}
}

@media (max-width:768px) {
.bookingform-wrapper {
	bottom: 0;
	position: relative
}
}
.bookingform-wrapper .abs_parent {
	margin: auto;
	max-width: 992px
}

@media (max-width:768px) {
.bookingform-wrapper .abs_parent {
	width: 100%
}
}
#bookingForm {
	margin: 0 auto;
	text-align: center;
	position: relative
}

@media screen and (max-width:768px) {
#bookingForm {
	width: 100%
}
}
#bookingForm .booking-form {
	position: relative;
	padding: 10px 20px 35px;
	float: none;
	text-align: center;
	margin: 0 auto;
	background: rgba(0,0,0,.7)
}
#bookingForm .booking-form>div {
	display: inline-block;
	float: none;
	vertical-align: bottom
}
#bookingForm .form-group {
	margin: 0
}
#bookingForm .form-group label {
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 24px;
	font-weight: 400;
	font-size: 14px
}
#bookingForm .form-control {
	border-radius: 3px;
	font-size: 14px;
	padding: 5px 10px;
	height: 40px;
	cursor: pointer;
	width: 100%;
	border: none;
	box-shadow: none;
	color: #555
}
#bookingForm .date-parameter-block {
	position: relative;
	vertical-align: bottom;
	width: 135px;
	text-align: left;
	margin: 0 10px!important
}
#bookingForm .date-parameter-block .dp-holder {
	width: 100%;
	border: 1px solid #999;
	position: relative;
	height: 40px;
	border-radius: 3px;
	background-color: #fff
}
#bookingForm .date-parameter-block .dp-holder .form-control {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index: 1
}
#bookingForm .date-parameter-block .dp-holder span {
	float: right;
	margin-top: 11px;
	margin-right: 10px;
	color: #555
}
#bookingForm .date-parameter-block .dp-holder.left-space {
	margin-left: 5px
}
#bookingForm .adult-wrapper, #bookingForm .child-wrapper, #bookingForm .room-wrapper {
	width: 58px;
	margin: 0 10px;
	text-align: left
}
#bookingForm .adult-block, #bookingForm .child-block, #bookingForm .room-block {
	width: 100%
}
#bookingForm .adult-block span, #bookingForm .child-block span, #bookingForm .room-block span {
	display: block;
	position: relative
}
#bookingForm .adult-block span:before, #bookingForm .child-block span:before, #bookingForm .room-block span:before {
	content: "";
	position: absolute;
	right: 0;
	height: 40px
}
#bookingForm .adult-block span:after, #bookingForm .child-block span:after, #bookingForm .room-block span:after {
	content: "";
	position: absolute;
	height: 40px;
	right: 25px;
	top: 0;
	border-right: 1px solid #999
}
#bookingForm .adult-block select, #bookingForm .child-block select, #bookingForm .room-block select {
	border: 1px solid #999;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	text-shadow: none!important;
	background: 87% center no-repeat url(../css/images/Drop_Down_Arrow_Grey.png);
	background-size: 27% auto;
	color: #555;
	width: 100%;
	float: none;
	border-radius: 3px;
	background-color: #fff
}
#bookingForm .adult-block select:focus, #bookingForm .child-block select:focus, #bookingForm .room-block select:focus {
	outline: 0!important
}
#bookingForm .adult-block select:hover, #bookingForm .child-block select:hover, #bookingForm .room-block select:hover {
	border: 1px solid #000;
	-webkit-transition: border .3s linear;
	-moz-transition: border .3s linear;
	-ms-transition: border .3s linear;
	-o-transition: border .3s linear;
	transition: border .3s linear
}
#bookingForm .adult-block select option:focus, #bookingForm .child-block select option:focus, #bookingForm .room-block select option:focus {
	outline: 0!important
}
#bookingForm .adult-block select::-ms-expand, #bookingForm .child-block select::-ms-expand, #bookingForm .room-block select::-ms-expand {
display:none
}
#bookingForm .promo-block, #bookingForm .text-field {
	width: 110px;
	margin: 0 10px;
	text-align: left
}
#bookingForm .promo-block .tb-holder, #bookingForm .text-field .tb-holder {
	width: 100%
}
#bookingForm .promo-block .tb-holder input, #bookingForm .text-field .tb-holder input {
	border: 1px solid #999;
	box-shadow: none;
	color: #555;
	border-radius: 0;
	width: 100%;
	border-radius: 3px
}
#bookingForm .btn-wrapper {
	margin: 0 10px;
	vertical-align: middle!important
}
#bookingForm .btn-wrapper .check-btn-holder {
	margin-top: 32px;
	text-align: left
}
#bookingForm .btn-wrapper .check-btn-holder .btn-full-width {
	min-width: 110px
}

@media screen and (max-width:768px) {
#bookingForm .booking-form {
	padding: 10px 20px 95px
}
#bookingForm .btn-wrapper {
	position: absolute;
	left: 50%;
	bottom: 25px;
	transform: translateX(-50%);
	margin: 0!important
}
}

@media screen and (min-width:769px) {
#bookingForm .booking-form {
	display: inline-block;
	padding: 10px 20px 35px
}
#bookingForm .adult-wrapper, #bookingForm .child-wrapper, #bookingForm .room-wrapper {
	width: 70px
}
#bookingForm .adult-wrapper select, #bookingForm .child-wrapper select, #bookingForm .room-wrapper select {
	padding: 5px 15px
}
#bookingForm .adult-wrapper span:after, #bookingForm .child-wrapper span:after, #bookingForm .room-wrapper span:after {
	right: 30px
}
#bookingForm .promo-block, #bookingForm .text-field {
	width: 165px
}
#bookingForm .btn-wrapper .btn-full-width {
	min-width: 165px!important
}
#bookingForm .date-parameter-block {
	min-width: 170px
}
}
#bookingForm .last-block {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	color: #967a50;
	font-size: 14px
}
.btn-full-width {
	min-width: 175px
}
.ui-widget-content {
	border: 1px solid #eee!important
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #555
}
.ui-datepicker, .ui-widget {
	font-size: 1em!important;
	padding: 0!important;
	border-radius: 0!important;
	-webkit-box-shadow: 0 2px 4px 2px #565a5c!important;
	-moz-box-shadow: 0 2px 4px 2px #565a5c!important;
	box-shadow: 0 2px 4px 2px #565a5c!important;
	margin-left: 0!important;
	z-index: 9999!important
}
.ui-datepicker .ui-widget-header, .ui-widget .ui-widget-header {
	margin: -1px;
	border: 0!important;
	font-weight: 400!important;
	border-radius: 0!important;
	background: #967a50!important
}
.ui-datepicker .ui-widget-header .ui-icon, .ui-datepicker .ui-widget-header .ui-widget-content .ui-icon, .ui-widget .ui-widget-header .ui-icon, .ui-widget .ui-widget-header .ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png)!important
}
.ui-datepicker .ui-widget-header .ui-datepicker-next, .ui-widget .ui-widget-header .ui-datepicker-next {
	top: 2px;
	right: 2px
}
.ui-datepicker .ui-widget-header .ui-datepicker-next:hover, .ui-widget .ui-widget-header .ui-datepicker-next:hover {
	top: 2px!important;
	right: 2px!important
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev, .ui-widget .ui-widget-header .ui-datepicker-prev {
	top: 2px;
	left: 2px
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev:hover, .ui-widget .ui-widget-header .ui-datepicker-prev:hover {
	top: 2px!important;
	left: 2px!important
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-disabled span, .ui-widget .ui-widget-header .ui-datepicker-prev.ui-state-disabled span {
	background: 0 0!important
}
.ui-datepicker .ui-widget-header .ui-state-hover, .ui-widget .ui-widget-header .ui-state-hover {
	background: 0 0!important
}
.ui-datepicker table, .ui-widget table {
	margin: 0!important;
	font-size: 1em!important;
	border-collapse: collapse;
	border-spacing: 0
}
.ui-datepicker table thead tr th, .ui-widget table thead tr th {
	padding: 5px!important
}
.ui-datepicker table thead tr th span:hover, .ui-widget table thead tr th span:hover {
	background: 0 0!important
}
.ui-datepicker table td, .ui-widget table td {
	border: 1px solid #eee!important;
	width: 2em
}
.ui-datepicker table td.ui-state-disabled span:hover, .ui-widget table td.ui-state-disabled span:hover {
	background: 0 0!important
}
.ui-datepicker table span, .ui-datepicker table td a, .ui-widget table span, .ui-widget table td a {
	text-align: center!important;
	padding: 5px 0;
	border: none!important;
	background: 0 0!important
}
.ui-datepicker table span:hover, .ui-datepicker table td a:hover, .ui-widget table span:hover, .ui-widget table td a:hover {
	background: #967a50!important;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-ms-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear
}
.ui-datepicker table td a.ui-state-default, .ui-widget table td a.ui-state-default {
	text-align: center!important;
	padding: 5px 0;
	border: none!important
}
.ui-datepicker table td a.ui-state-active, .ui-widget table td a.ui-state-active {
	text-align: center!important;
	color: #fff!important;
	padding: 5px 0;
	border: none!important;
	background: #967a50!important
}
.ui-widget-header {
	background: #ffc266!important
}
.ui-state-hover {
	background: #967a50!important
}
.ui-state-active {
	color: #fff!important;
	background: #ffc266!important
}
.ui-date-picker-next {
	background: #fff!important
}
.ui-datepicker-next a {
	color: #fff!important
}
.ui-datepicker-prev a {
	color: #fff!important
}
.ui-widget-header {
	background: #ffc266!important
}
.ui-state-hover {
	background: #967a50!important
}
.ui-state-active {
	color: #fff!important;
	background: #ffc266!important
}
.ui-date-picker-next {
	background: #fff!important
}
.ui-icon, .ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png)!important
}
.ui-datepicker-div {
	z-index: 202!important
}

@media (max-width:992px) {
body.explorer_v1 .carousel-container {
	margin-top: 0
}
}
body.explorer_v1 header .resv-wrap {
	margin-right: 15px
}
body.explorer_v1 header .navbar.navbar-top {
	height: 128px
}
body.explorer_v1 header .container {
	width: 100%;
	padding: 0
}
body.explorer_v1 header .container .nav-contact {
	position: absolute;
	margin-top: 22px;
	left: 50px;
	font-size: 12px;
	height: 40px
}
body.explorer_v1 header .container .nav-contact .telephone-number-block {
	height: 20px;
	color: #967a50
}
body.explorer_v1 header .container .nav-contact .telephone-number-block .telephone-number {
	line-height: 24px;
	display: inline-block;
	vertical-align: middle
}
body.explorer_v1 header .container .nav-contact .address-email {
	height: 20px;
	display: none
}
body.explorer_v1 header .container .nav-contact .address-email:nth-child(2) {
	display: block!important
}
body.explorer_v1 header .container .nav-contact .address-email a {
	text-decoration: none
}
body.explorer_v1 header .container .nav-contact .address-email .email-id {
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	color: #967a50
}
body.explorer_v1 header .container .nav-contact .address-email .fa-stack {
	color: #967a50
}

@media (max-width:768px) {
body.explorer_v1 header .container .nav-contact {
	left: 25px
}
}
body.explorer_v1 header .container .topresv_area {
	right: 50px;
	margin-right: 0
}
body.explorer_v1 header .container .topresv_area .resv {
	line-height: 20px
}

@media (max-width:768px) {
body.explorer_v1 header .container .topresv_area {
	right: 25px
}
}
body.explorer_v1 header .container .lang-switch-wrap {
	right: 225px
}

@media (max-width:768px) {
body.explorer_v1 header .container .lang-switch-wrap {
	right: 210px;
	margin-right: 0;
	z-index: 9999
}
}
body.explorer_v1 header .navbar .navbar-header {
	max-height: 88px;
	max-width: 200px;
	margin: 0 auto;
	float: none
}
body.explorer_v1 header .navbar .navbar-header .navbar-brand {
	display: block;
	margin: 0 auto;
	position: relative;
	float: none
}
body.explorer_v1 header .navbar .navbar-header .navbar-brand img {
	margin: 0 auto
}
body.explorer_v1 header #top-menu {
	height: 40px;
	background-color: #0f2453;
	padding-right: 0
}
body.explorer_v1 header #top-menu #top-navbar-collapse {
	height: 40px;
	padding-left: 60px;
	padding-right: 60px!important;
	text-align: center
}
body.explorer_v1 header #top-menu #top-navbar-collapse li a {
	padding: 10px 15px;
	line-height: 17px;
	height: auto
}
body.explorer_v1 header #top-menu #top-navbar-collapse li ul.dropdown-menu, body.explorer_v1 header #top-menu #top-navbar-collapse li ul.dropdown-more {
	background-color: #ebe0bb
}
body.explorer_v1 .promotions-wrapper {
	top: 185px
}
body.explorer_v1 .weather-time-widget-holder {
	top: 185px
}

@media screen and (min-width:769px) {
body.explorer_v1 .bookingform-wrapper {
	bottom: 50px
}
}

@media screen and (min-width:1025px) {
body.explorer_v1 .bookingform-wrapper {
	bottom: 18%!important
}
}

@media screen and (max-width:1024px) {
body.explorer_v1 .abs_parent {
	width: 100%
}
}
body.explorer_v1 .abs_parent #bookingForm {
	overflow: visible;
	position: relative

}
body.explorer_v1 .abs_parent #bookingForm .booking-form {
	position: relative
}

@media screen and (min-width:769px) {
body.explorer_v1 .abs_parent #bookingForm .booking-form {
	padding-bottom: 100px
}
}
body.explorer_v1 .abs_parent #bookingForm .form-group {
	margin-bottom: 0
}
body.explorer_v1 .abs_parent #bookingForm .last-block {
	left: auto;
	right: 2%
}

@media screen and (max-width:768px) {
body.explorer_v1 .abs_parent #bookingForm .last-block {
	bottom: 30px
}
}

@media screen and (min-width:769px) {
body.explorer_v1 .abs_parent #bookingForm .btn-wrapper {
	position: absolute;
	left: 50%;
	right: 0;
	bottom: 25px;
	margin: 0!important;
	transform: translateX(-50%)
}
}
body.explorer_v1 .abs_parent #bookingForm .check-btn-holder.form-group {
	margin-top: 0
}
body.explorer_v1 .abs_parent #bookingForm .check-btn-holder.form-group input.btn-full-width {
	max-width: 150px
}

@media screen and (max-width:768px) {
body.explorer_v1 .abs_parent #bookingForm .check-btn-holder.form-group {
	position: relative;
	margin-top: 25px
}
}

@media screen and (min-width:769px) {
body.explorer_v1 .abs_parent #bookingForm .date-parameter-block, body.explorer_v1 .abs_parent #bookingForm .promo-block, body.explorer_v1 .abs_parent #bookingForm .text-field {
	min-width: 180px
}
}
body.explorer_v1 .abs_parent #bookingForm .date-parameter-block .dp-holder span {
	float: right;
	margin-top: 7px;
	margin-right: 10px;
	color: #999;
	width: 25px;
	height: 25px;
	background-image: url(../css/images/small-calendar.svg)
}
body.explorer_v1 .abs_parent #bookingForm .date-parameter-block .dp-holder span:before {
	content: ""
}
body.explorer_v1 .abs_parent #bookingForm .adult-block select, body.explorer_v1 .abs_parent #bookingForm .child-block select, body.explorer_v1 .abs_parent #bookingForm .room-block select {
	cursor: pointer;
	background-color: #fff;
	background-image: none
}
body.explorer_v1 .abs_parent #bookingForm .adult-block span:before, body.explorer_v1 .abs_parent #bookingForm .child-block span:before, body.explorer_v1 .abs_parent #bookingForm .room-block span:before {
	border-left: 1px solid #999;
	right: 40px
}
body.explorer_v1 .abs_parent #bookingForm .adult-block span:after, body.explorer_v1 .abs_parent #bookingForm .child-block span:after, body.explorer_v1 .abs_parent #bookingForm .room-block span:after {
	content: "";
	position: absolute;
	top: 0;
	border-right: 0 dotted #999;
	background-image: url(../css/images/down-arrow.svg);
	width: 20px;
	height: 20px;
	right: 5px;
	float: right;
	margin: 10px 5px;
	pointer-events: none;
	cursor: pointer
}

@media screen and (min-width:640px) {
body.explorer_v1 .abs_parent #bookingForm .adult-wrapper, body.explorer_v1 .abs_parent #bookingForm .child-wrapper, body.explorer_v1 .abs_parent #bookingForm .room-wrapper {
	width: 75px
}
}

@media screen and (min-width:769px) {
body.explorer_v1 .abs_parent #bookingForm .adult-wrapper, body.explorer_v1 .abs_parent #bookingForm .child-wrapper, body.explorer_v1 .abs_parent #bookingForm .room-wrapper {
	width: 80px
}
}
body.explorer_v1 .modal-body #bookingForm {
	overflow: visible;
	background: rgba(0,0,0,.7)
}
body.explorer_v1 .modal-body #bookingForm .booking-form {
	background: 0 0
}
body.explorer_v1 .modal-body #bookingForm .form-group {
	margin-bottom: 0
}

@media screen and (min-width:769px) {
body.explorer_v1 .modal-body #bookingForm .date-parameter-block, body.explorer_v1 .modal-body #bookingForm .promo-block, body.explorer_v1 .modal-body #bookingForm .text-field {
	min-width: 180px
}
}
body.explorer_v1 .modal-body #bookingForm .date-parameter-block .dp-holder span {
	float: right;
	margin-top: 7px;
	margin-right: 10px;
	color: #999;
	width: 25px;
	height: 25px;
	background-image: url(../css/images/small-calendar.svg)
}
body.explorer_v1 .modal-body #bookingForm .date-parameter-block .dp-holder span:before {
	content: ""
}
body.explorer_v1 .modal-body #bookingForm .adult-block select, body.explorer_v1 .modal-body #bookingForm .child-block select, body.explorer_v1 .modal-body #bookingForm .room-block select {
	cursor: pointer;
	background-color: #fff;
	background-image: none
}
body.explorer_v1 .modal-body #bookingForm .adult-block span:before, body.explorer_v1 .modal-body #bookingForm .child-block span:before, body.explorer_v1 .modal-body #bookingForm .room-block span:before {
	border-left: 1px solid #999;
	right: 40px
}
body.explorer_v1 .modal-body #bookingForm .adult-block span:after, body.explorer_v1 .modal-body #bookingForm .child-block span:after, body.explorer_v1 .modal-body #bookingForm .room-block span:after {
	content: "";
	position: absolute;
	top: 0;
	border-right: 0 dotted #999;
	background-image: url(../css/images/down-arrow.svg);
	width: 20px;
	height: 20px;
	right: 5px;
	float: right;
	margin: 10px 5px;
	pointer-events: none;
	cursor: pointer
}

@media screen and (min-width:769px) {
body.explorer_v1 .modal-body #bookingForm .adult-wrapper, body.explorer_v1 .modal-body #bookingForm .child-wrapper, body.explorer_v1 .modal-body #bookingForm .room-wrapper {
	width: 80px
}
}

@media screen and (min-width:640px) {
body.explorer_v1 .modal-body #bookingForm .adult-wrapper, body.explorer_v1 .modal-body #bookingForm .child-wrapper, body.explorer_v1 .modal-body #bookingForm .room-wrapper {
	width: 75px
}
}
body.explorer_v1 .inner-page .header-pills {
	padding: 168px 0 40px
}
body.explorer_v1.location-page .location-header-pills {
	top: 143px
}
body.explorer_v1.location-page .text-content {
	color: #272727!important
}
body.explorer_v1.location-page #close-details {
	background: #272727!important
}
body.explorer_v1.location-page #close-details .close-details-text {
	left: -7px!important
}
body.explorer_v1.location-page .header-pills .tab-content .nav>li>a {
	color: #272727!important
}
.btn-group-vertical>.btn-group::after, .btn-group-vertical>.btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .modal-footer::after, .modal-footer::before, .modal-header::after, .modal-header::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .row::after, .row::before {
	content: " ";
	display: table
}
.btn-group-vertical>.btn-group::after, .btn-toolbar::after, .clearfix::after, .container-fluid::after, .container::after, .dl-horizontal dd::after, .form-horizontal .form-group::after, .modal-footer::after, .modal-header::after, .nav::after, .navbar-collapse::after, .navbar-header::after, .navbar::after, .row::after {
	clear: both
}
iframe {
	max-width: 100%
}
html {
	height: 100%;
	font-family: Muli, sans-serif
}
html .for-homepage {
	
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover
}
html .for-innerpage {
	
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover
}
body {
	height: 100%;
	text-align: left;
	font-family: Muli, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	overflow-y: scroll;
	overflow-x: hidden;
	line-height: 2em
}
body p {
	margin: 5px 0
}
body h3, body h4, body h5, body h6 {
	padding-top: 0;
	margin-top: 0
}
body h1, body h2 {
	font-family: Raleway, sans-serif;
	padding-top: 0;
	margin-top: 0
}

@media screen and (min-width:480px) {
body .container {
	width: 96%
}
}

@media screen and (min-width:1280px) {
body .container {
	max-width: 1340px
}
}
body .container-wrapper {
	width: 100%;
	padding: 0 15px
}
body textarea {
	resize: vertical
}
body a {
	outline: 0
}
body a:focus, body a:hover {
	outline: 0;
	color: #0f2453
}
body .wrapper-of-all {
	width: 100%;
	float: left;
	min-height: 100%;
	height: auto!important;
	position: relative
}
.modal-open .modal {
	padding: 0!important
}
.modal-open {
	overflow-y: scroll!important;
	padding-right: 0!important
}
.other-widget-padding {
	padding-top: 0
}
.fb-widget-wrapper {
	background: 0 0
}
.fb-widget-wrapper .fb-like-box iframe, .fb-widget-wrapper .fb-like-box span {
	position: relative!important;
	display: block!important;
	border: 1px solid #e1e1e1!important
}
.fb-widget-wrapper #fb-root {
	display: none
}
.fb-widget-wrapper .fb_iframe_widget, .fb-widget-wrapper .fb_iframe_widget span, .fb-widget-wrapper .fb_iframe_widget span iframe[style] {
	width: 100%!important
}
.fb-widget-wrapper #likeBoxStream {
	width: 100%!important
}
.widget-wrapper .carousel {
	z-index: 1!important;
	padding-top: 0!important;
	padding-bottom: 0!important
}
.header-pills {
	text-align: center;
	padding: 128px 0 40px;
	background: url('');
	background-color: #967a50;
	border-bottom: 1px solid #967a50;
	border-top: 1px solid #967a50;
	position: relative;
	z-index: 1
}
.header-pills .header-pills-header {
	background: 0 0;
	padding: 0;
	margin: 0 0 20px;
	display: inline-block;
	font-weight: 300;
	font-size: 38px;
	color: #1a1a1a
}

@media (max-width:992px) {
.header-pills .header-pills-header {
	font-size: 1.2em
}
}
.header-pills .nav {
	text-align: center;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}
.header-pills .nav>li {
	margin: 5px;
	display: inline-block;
	float: none
}
.header-pills .nav>li>a {
	font-size: 16px;
	font-weight: 400;
	padding: 5px 20px;
	background-color: transparent;
	color: #fff;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	border-radius: 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent
}
.header-pills .nav>li>a.active, .header-pills .nav>li>a:active, .header-pills .nav>li>a:focus, .header-pills .nav>li>a:hover {
	text-decoration: none;
	color: #ccc!important;
	background-color: transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #c9a875
}
.header-pills .nav>li.active a, .header-pills .nav>li:active a, .header-pills .nav>li:focus a, .header-pills .nav>li:hover a {
	text-decoration: none;
	color: #fff!important;
	background-color: transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #c9a875
}
.header-pills .tab-content {
	width: 200px;
	height: 490px;
	z-index: 1;
	left: 0;
	position: absolute;
	margin-top: 41px;
	background: rgba(255,255,255,.7);
	box-shadow: 4px 0 4px -5px #fff, -4px 0 2px -5px #fff;
	overflow: auto
}

@media (max-width:768px) {
.header-pills .tab-content {
	width: 180px;
	left: 0
}
}
.header-pills .tab-content .nav>li {
	list-style-type: none;
	margin: 0!important;
	border-bottom: 1px solid;
	border-bottom-color: rgba(0,0,0,.5);
	display: block!important;
	width: 100%
}
.header-pills .tab-content .nav>li>a {
	text-decoration: none;
	padding: 10px 5px;
	display: inline-block;
	width: 100%;
	text-align: left;
	background-color: rgba(255,255,255,.7);
	color: #fff
}

@media (max-width:768px) {
.header-pills .tab-content .nav>li>a {
	padding-left: 0;
	padding: 5px 0
}
}
.header-pills .tab-content .nav>li>a.active-location, .header-pills .tab-content .nav>li>a:active, .header-pills .tab-content .nav>li>a:focus, .header-pills .tab-content .nav>li>a:hover {
	border-radius: 0;
	background: #fff;
	color: rgba(255,255,255,.7)!important
}
.header-pills .tab-content .nav>li:first-child {
	margin-top: 0
}
.location-page .loc-fullwidth {
	margin: 0 auto;
	padding: 0
}
.location-page .container .row {
	margin-left: 0;
	margin-right: 0
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: pointer;
	background-color: #fff
}
.direction-form {
	padding: 0 15px
}
.direction-form select.form-control {
	width: 100%
}
.btn-location {
	float: left!important
}
.custom-widget-wrapper .container .promotions-wrapper>.promotion {
	padding: 0 0;
	width: 100%
}
.footer-row .telephone {
	padding-left: 32px;
	font-size: 14px!important;
	line-height: 22px
}
.footer-row .email {
	font-size: 14px!important;
	line-height: 22px
}
.footer-row .navbar-nav>li>a {
	color: #d9d9d9;
	font-weight: 400!important;
	line-height: 25px;
	padding: 0 10px
}
.footer-row .navbar-nav>li>a:focus, .footer-row .navbar-nav>li>a:hover {
	color: #000!important;
	text-decoration: underline!important;
	background-color: transparent
}
.navbar-bottom .navbar-toggle {
	margin-top: -40px
}
.navbar .navbar-toggle {
	margin-top: 20px;
	margin-right: 240px
}
.panel-group-loc {
	margin-top: 0!important
}
.heading-address {
	margin-left: 25px
}
.navbar-nav .collapsible .sub-arrow1, .navbar-nav .sub-arrow1 {
	position: static;
	margin-top: 0;
	margin-right: 0;
	margin-left: 6px;
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px dashed transparent;
	border-bottom: 4px dashed transparent;
	border-left: 4px dashed transparent
}
.navbar-nav ul a.has-submenu {
	padding-right: 30px
}
.navbar-nav .collapsible .sub-arrow, .navbar-nav .sub-arrow {
	display: none
}
.navbar-fixed-bottom .sub-arrow {
	display: none
}
.navbar-nav ul .sub-arrow {
	display: none
}
#top-navbar-collapse ul.columns {
	width: 480px!important;
	max-width: none!important;
	position: static
}

@media (min-width:768px) {
#top-navbar-collapse ul.columns {
	position: absolute!important;
	z-index: 900!important
}
}
#top-navbar-collapse ul.columns-2>li {
	float: left;
	width: 220px!important;
	margin: 10px
}
#top-navbar-collapse ul.columns-3>li {
	float: left;
	width: 150px!important;
	margin: 10px 5px
}
.li-clear {
	clear: both
}
.li-space {
	padding: 4px
}
.form-group .col-xs-6:first-child {
	padding-left: 0
}
.form-group .col-xs-6:last-child {
	padding-left: 4px;
	padding-right: 0
}
.text-content {
	text-align: left
}
.text-content ol, .text-content ul {
	text-align: center!important;
	display: inline-block;
	vertical-align: top
}
.text-content ol li, .text-content ul li {
	text-align: left!important
}
#promo-slide-holder {
	position: relative;
	z-index: 0;
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
	-webkit-transition: all .7s ease-out;
	-moz-transition: all .7s ease-out;
	-ms-transition: all .7s ease-out;
	-o-transition: all .7s ease-out;
	transition: all .7s ease-out
}
.promo-slider {
	position: relative;
	float: left;
	padding-bottom: 20px;
	width: 100%;
	z-index: 0
}
.promo-slider .prom-cycle-next:hover, .promo-slider .prom-cycle-prev:hover {
	opacity: .9
}
.promo-slider .prom-cycle-prev {
	left: 0
}
.promo-slider .prom-cycle-next {
	right: 0;
	text-align: right
}
.promo-slider .prom-cycle-next, .promo-slider .prom-cycle-prev {
	position: absolute;
	top: -32px;
	color: #fff;
	z-index: 800;
	cursor: pointer;
	font-size: 2.8em
}
.promo-slider .prom-cycle-next .icon-next, .promo-slider .prom-cycle-prev .icon-prev {
	position: absolute
}
.promo-slider .prom-cycle-next span, .promo-slider .prom-cycle-prev span {
	font-size: .3em;
	padding: 2px 5px
}
.promo-slider .prom-cycle-prev .icon-prev {
	left: 10px
}
.promo-slider .prom-cycle-next .icon-next {
	right: 10px
}
.promo-slider .prom-cycle-next>.icon-next>i:first-child, .promo-slider .prom-cycle-prev>.icon-prev>i:first-child {
	color: #000
}
.promo-slider .promo-image {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	position: relative
}
.promo-slider .promo-image a {
	width: 100%;
	display: block
}
.promo-slider .promo-image a img {
	width: 100%
}
.promo-slider .promo-content {
	width: 100%;
	float: left;
	padding: 5px;
	background-color: #fff;
	min-height: 65px;
	max-height: 65px;
	overflow: hidden
}
.promo-slider .promo-content p {
	margin: 0
}
.promo-slider .promo-link {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0 2% 0 2%;
	background-color: #fff
}
.promo-slider .promo-link a {
	font-size: 14px
}
.promo-slider .promo-heading {
	width: 100%;
	float: left;
	padding: 5px;
	max-height: 45px;
	overflow: hidden;
	position: relative
}
.promo-slider .promo-heading h6 {
	margin: 0;
	font-size: 1.125em;
	line-height: normal
}
.clamped {
	overflow: hidden;
	position: relative
}
.clamped-2 {
	max-height: 60px;
	padding: 0 2px
}
.ellipsis {
	background: #fff;
	bottom: 0;
	position: absolute;
	right: 0
}
.fill1 {
	background: #fff;
	height: 100%;
	position: absolute;
	width: 100%
}
.navbar-nav {
	margin-top: 0
}
.cycle-slideshow {
	width: 100%;
	float: left;
	z-index: 0
}
.imageblock img {
	max-width: 100%;
	width: 100%;
	border-radius: 0!important
}
.comm_sect, .m-bott {
	margin-bottom: 30px
}
.section-heading h6 {
	font-size: 2.75em;
	margin: 0 0 30px 0;
	font-weight: 300
}

@media (min-width:480px) {
.section-heading h6 {
	font-size: 1.5em
}
}

@media (min-width:992px) {
.section-heading h6 {
	font-size: 2em
}
}

@media (min-width:1600px) {
.section-heading h6 {
	font-size: 2.75em
}
}
.promotions_block .widget-wrapper {
	margin: 30px 0 0 0
}
.promotions_block .contentblock {
	text-align: center
}

@media (min-width:480px) {
.promotions_block .contentblock {
	padding: 30px
}
}

@media (min-width:992px) {
.promotions_block .contentblock {
	padding: 30px
}
}

@media (min-width:1600px) {
.promotions_block .contentblock {
	padding: 30px
}
}
.promotions_block .contentblock .offcont, .promotions_block .contentblock .offhead {
	overflow: hidden;
	-webkit-transition: background .5s linear;
	-moz-transition: background .5s linear;
	-ms-transition: background .5s linear;
	-o-transition: background .5s linear;
	transition: background .5s linear
}
.promotions_block .contentblock .offcont {
	padding-top: 10px;
	padding-bottom: 45px
}
.promotions_block .contentblock .offcont p {
	font-size: 14px;
	margin: 0!important;
	text-align: left;
	font-weight: 300;
	line-height: 2em;
	padding-bottom: 1px;
	color: #272727
}
.promotions_block .contentblock .offhead {
	padding-top: 0
}
.promotions_block .contentblock .offhead a {
	text-decoration: none
}
.promotions_block .contentblock .offhead a:hover {
	text-decoration: underline
}
.promotions_block .contentblock .offhead p {
	color: #967a50;
	text-align: left
}
.promotions_block .contentblock .offcont>:first-child, .promotions_block .contentblock .offhead>:first-child {
	float: right;
	width: 100%;
	margin-left: -5px
}
.promotions_block .viewbtn {
	position: absolute;
	right: 30px;
	bottom: 30px;
	text-align: center;
	float: left!important
}
.promotions_block .viewbtn a {
	display: block;
	background-color: #967a50;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	padding: 0 30px;
	text-decoration: none;
	border-radius: 3px;
	line-height: 40px
}
.promotions_block .viewbtn a:focus, .promotions_block .viewbtn a:hover {
	text-decoration: none;
	background-color: #cc7a00
}
.add_cont ul, .comm_link ul, .comm_link ul li ul, .social_cont ul {
	list-style-type: none;
	padding: 0
}
.social_cont ul li {
	display: inline-block;
	margin-right: 5px
}
.social_cont ul li a {
	background-image: url(images/bg-social.png);
	display: block!important;
	height: 25px;
	width: 25px;
	overflow: hidden;
	text-align: left!important;
	text-indent: -9999px
}
.social_block {
	float: none;
	display: inline-block;
	vertical-align: top
}
.add_cont, .add_head, .social_cont, .social_head, .subs_cont, .subs_head {
	width: 100%;
	float: left;
	text-align: center;
	padding: 5px 0
}
.comm_link ul, .social_cont ul {
	margin: 0
}
.foot_block {
	padding: 30px 0 0 0;
	width: 100%;
	float: left
}
.foot_block p {
	margin: 0
}
.f_bot {
	padding: 0!important;
	width: 100%;
	float: left;
	font-size: .875em
}
.f_bot .container p {
	display: inline;
	padding-left: 20px
}
.add_cont ul li {
	padding-bottom: 5px;
	display: inline-block
}
.add_cont ul li .footer-detail {
	margin-right: 13px
}
.footer_navbar_wrapper {
	border-top: 1px solid #fff
}
.f_left {
	border-left: 1px solid #777
}
.f_rgt {
	border-right: 1px solid #777
}
.add_head p, .social_head p, .subs_head p {
	font-size: 1.125em;
	color: #fff
}
.fsitemap {
	text-align: center;
	padding: 0;
	list-style-type: none;
	margin: 0;
	padding-top: 15px
}
.fsitemap li {
	display: inline-block
}
.fsitemap li a {
	display: block;
	padding: 5px 10px;
	line-height: normal;
	text-transform: none
}
.fsitemap li a:hover {
	text-decoration: none
}
.fsitemap li:hover a {
	color: #aaa!important
}
.comm_cont {
	float: left;
	width: 100%;
	padding: 25px 0 10px 0
}
.row-centered {
	text-align: center
}
.col-centered {
	display: inline-block;
	float: none!important;
	text-align: left;
	vertical-align: top
}
.carousel-container {
	position: relative;
	margin-top: -88px;
	margin-top: 0
}

@media (max-width:992px) {
.carousel-container {
	padding-top: 88px
}
}
.carousel-container #homeCarousel .carousel-caption {
	left: auto;
	right: 0;
	padding: 0;
	max-width: 40%;
	text-align: right;
	bottom: auto;
	top: 320px
}
.carousel-container #homeCarousel .carousel-caption .caption-as-link {
	float: right;
	margin: 0 0;
	display: block;
	text-shadow: none;
	padding: 15px;
	text-decoration: none;
	background-color: #967a50;
	background-color: rgba(255,153,0,.9);
	border: 0 solid #fff;
	border-radius: 3px 0 0 3px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear
}
.carousel-container #homeCarousel .carousel-caption .caption-as-link:hover {
	background-color: #ffa31a
}
.carousel-container #homeCarousel .carousel-caption .caption-as-link span {
	display: block;
	line-height: normal;
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	text-transform: none;
	font-style: normal
}
.carousel-container #homeCarousel .carousel-caption .caption-as-text {
	float: right;
	margin: 0 0;
	display: block;
	text-shadow: none;
	padding: 15px;
	text-decoration: none;
	background-color: #967a50;
	background-color: rgba(255,153,0,.9);
	border: 0 solid #fff;
	border-radius: 3px 0 0 3px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear
}
.carousel-container #homeCarousel .carousel-caption .caption-as-text span {
	display: block;
	line-height: normal;
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	text-transform: none;
	font-style: normal
}

@media (min-width:768px) {
.carousel-container #homeCarousel .carousel-caption {
	max-width: 80%
}
}

@media (min-width:992px) {
.carousel-container #homeCarousel .carousel-caption {
	max-width: 50%
}
}

@media (min-width:1600px) {
.carousel-container #homeCarousel .carousel-caption {
	max-width: 60%
}
}
.carousel-container .camera_overlayer {
	opacity: .1
}
.carousel {
	z-index: 0
}
.carousel .item img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	width: 100%
}
.carousel .item.active img {
	animation: scaleimage 8s infinite alternate
}
@-webkit-keyframes scaleimage {
0% {
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
transform:scale(1.1)
}
100% {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
}

@keyframes scaleimage {
0% {
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
transform:scale(1.1)
}
100% {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
}
.carousel-indicators {
	width: 100%;
	left: 0;
	bottom: 0;
	margin: 0;
	text-align: center
}
.carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 9px;
	margin: 0 5px;
	background-color: rgba(255,255,255,.4)
}
.carousel-indicators li.active {
	width: 15px;
	height: 15px;
	margin: 0 5px
}

@media screen and (min-width:1025px) {
.carousel-indicators {
	bottom: 11%!important
}
}
.camera_pag {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}
.camera_pag .camera_pag_ul {
	padding: 0!important;
	text-align: center!important
}
.homepage-carousel-address-bar {
	position: absolute;
	bottom: 0;
	color: #000!important;
	z-index: 2;
	width: 100%
}
.homepage-carousel-address-bar .container {
	width: 100%
}
.address-block-details {	
	background-color: #967a50;
	background-image: url('');
	border-top: 1px solid #967a50;
	border-bottom: 1px solid #967a50;
	padding: 30px 0;
	margin: 0 -15px;
	position: relative
}
.address-block-details .hotel-info {
	padding: 0 15px
}
.address-block-details .hotel-info .hotel-heading {
	color: #fff;
	font-weight: 400;
	text-transform: none;
	font-size: 1.75em;
	font-style: normal;
	margin: 0 0 20px 0
}
.address-block-details .hotel-address {
	color: #fff;
	font-weight: 400;
	text-transform: none;
	font-size: 1em;
	font-style: normal;
	margin: 0 0 20px 0
}
.address-block-details .hotel-contacts address {
	color: #fff;
	margin-left: 0;
	margin-bottom: 0
}
.address-block-details .hotel-contacts address .address-telephone {
	font-size: .75em;
	padding: 0 0
}
.address-block-details .hotel-contacts address .address-telephone .telephone-number-block {
	margin-bottom: 0;
	margin-right: 20px;
	display: inline-block;
	vertical-align: top
}
.address-block-details .hotel-contacts address .address-telephone .telephone-number-block .fa-stack {
	font-size: 12px;
	margin-right: 10px
}
.address-block-details .hotel-contacts address .address-telephone .telephone-number-block .fa-stack .fa-phone {
	color: #dac8b5
}
.address-block-details .hotel-contacts address .address-telephone .telephone-number-block .fa-stack-visible {
	float: left;
	visibility: visible
}
.address-block-details .hotel-contacts address .address-telephone .telephone-number-block .telephone-number {
	line-height: 24px;
	display: inline-block;
	vertical-align: middle
}
.address-block-details .hotel-contacts address .address-email {
	padding: 0;
	display: inline-block;
	margin-right: 20px
}
.address-block-details .hotel-contacts address .address-email a {
	display: inline-table;
	word-break: break-all;
	color: #fff
}
.address-block-details .hotel-contacts address .address-email a .email-id {
	line-height: 24px;
	display: inline-block;
	vertical-align: middle
}
.address-block-details .hotel-contacts address .address-email a .fa-stack {
	font-size: 12px;
	margin-right: 10px
}
.address-block-details .hotel-contacts address .address-email a .fa-stack .fa-envelope {
	color: #dac8b5
}
header {
	position: relative;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}
header .navbar-top {
	z-index: initial;
	padding: 0;
	border: none;
	border-radius: 0;
	height: 88px;
	background: url('');
	background-color: #fff;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 4px transparent;
	-moz-box-shadow: 0 5px 4px transparent;
	box-shadow: 0 5px 4px transparent;
	margin-bottom: 0;
	transition: all .5s ease-in-out
}
header .navbar-top.scroll {
	background-color: #fff
}
header .navbar-top.scroll .dropdown-menu, header .navbar-top.scroll .moreOptions .dropdown-more {
	background-color: #fff
}
header .navbar-top .navbar-brand {
	position: absolute;
	padding: 0 15px;
	z-index: 1032
}
header .navbar-top .navbar-brand img {
	max-height: 88px;
	max-width: 200px
}

@media (max-width:768px) {
header .navbar-top .navbar-brand img {
	max-width: 200px
}
}
header .navbar-top .navbar-nav {
	text-align: left;
	font-size: 0
}
header .navbar-top .navbar-nav>li {
	float: none;
	display: inline-block
}
header .navbar-top .navbar-nav>li>a {
	padding: 22px 15px;
	line-height: 41px;
	outline: 0;
	background: 0 0;
	color: #ccc;
	font-weight: 400;
	text-transform: normal;
	font-size: 16px;
	font-style: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: 3px solid transparent;
	border-top: 0 solid transparent;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent
}
header .navbar-top .navbar-nav>li>a.active, header .navbar-top .navbar-nav>li>a:focus, header .navbar-top .navbar-nav>li>a:hover {
	background: #967a50;
	font-weight: 400;
	text-transform: normal;
	font-size: 16px;
	font-style: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: 3px solid #967a50;
	border-top: 0 solid transparent;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear
}
header .navbar-top .navbar-nav>li>a:focus, header .navbar-top .navbar-nav>li>a:hover {
	color: #fff
}
header .navbar-top .navbar-nav>li>a.active {
	color: #fff
}
header .navbar-top .navbar-nav>li>a.ddMenuIcon {
	padding-right: 20px
}
header .navbar-top .navbar-nav>li>a.ddMenuIcon:after {
	content: "\f107";
	display: block;
	position: absolute;
	left: auto;
	right: 5px;
	top: 50%;
	transform: translate(0, -50%);
	font-family: 'Font Awesome 5 Pro';
	text-align: center;
	font-weight: 700
}
header .navbar-top .navbar-nav>li:first-child {
	margin-left: 0
}
header .navbar-top .navbar-nav>li:hover ul {
	display: block
}
header .navbar-top .navbar-nav>li:hover ul>li a {
	padding: 10px 20px;
	white-space: nowrap!important
}
header .navbar-top .dropdown-menu, header .navbar-top .moreOptions .dropdown-more {
	webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: #fff;
	background-color: #fff;
	margin-top: 2px
}
header .navbar-top .dropdown-menu>li>a, header .navbar-top .moreOptions .dropdown-more>li>a {
	border: none!important;
	height: 45px;
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #272727;
	white-space: nowrap
}
header .navbar-top .dropdown-menu>li>a:focus, header .navbar-top .dropdown-menu>li>a:hover, header .navbar-top .moreOptions .dropdown-more>li>a:focus, header .navbar-top .moreOptions .dropdown-more>li>a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #fff
}
header .navbar-top .moreOptions .dropdown-menu {
	display: none!important
}
header .navbar-top .dropdown-arrow {
	color: #967a50
}
header .navbar-top #resv-form #bookingForm .booking-form {
	background-color: transparent
}
header .navbar-top .modal .modal-dialog {
	width: 100%;
	position: relative;
	background: rgba(255,255,255,.8);
	height: 100%;
	margin: 0;
	transition: transform .6s ease-out
}
header .navbar-top .modal .modal-dialog .modal-content {
	background: rgba(0,0,0,.7);
	width: 85%;
	max-width: 992px;
	height: auto;
	border-radius: 0;
	position: relative;
	top: 50%;
	margin: 0 auto;
	transform: translateY(-50%)
}

@media (max-width:768px) {
header .navbar-top .modal .modal-dialog .modal-content {
	width: 95%
}
}
header .navbar-top .modal .modal-dialog .modal-content .modal-body {
	width: 100%;
	height: 100%;
	padding: 0
}
header .navbar-top .modal .modal-dialog .modal-content .modal-body button.close {
	position: absolute;
	right: 0;
	line-height: .5;
	opacity: 1;
	z-index: 1050
}
header .navbar-top .modal .modal-dialog .modal-content .modal-body button.close span svg#Layer_1 {
	height: 25px;
	margin-top: 10px;
	margin-right: 10px
}
header .navbar-top .modal .modal-dialog .modal-content .modal-body button.close span svg#Layer_1 rect.cls-1 {
	fill: #fff
}
header .navbar-top .modal .modal-dialog .modal-content .modal-body button.close:hover {
	opacity: .4!important
}
header .navbar-top .modal .modal-dialog .modal-content .modal-body #booking-form {
	padding-bottom: 100px;
	position: relative
}
header .navbar-top .modal .modal-dialog .modal-content .modal-body .btn-wrapper {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 25px;
	margin: 0!important
}
header .navbar-top .modal.fade .modal-dialog {
	transform: translate(0, -100%)
}
header .navbar-top .modal.in .modal-dialog {
	webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
header .container {
	position: relative
}
header .lang-book-wrapper {
	position: absolute;
	right: 0;
	z-index: 999;
	margin-top: 24px
}
header #top-menu {
	overflow: hidden;
	padding-left: 0
}
header #top-navbar-collapse {
	width: 100%;
	padding-left: 220px;
	overflow: hidden;
	position: relative;
	height: 88px
}
header .open .dropdown-more {
	display: block
}
header .dropdown-arrow {
	position: relative;
	font-weight: 400;
	line-height: inherit;
	width: 18px;
	text-align: right
}
header .moreOptions {
	margin-right: 0;
	position: relative
}
header .moreOptions .dropdown-more {
	right: 0;
	left: auto;
	text-align: right;
	border-radius: 0 0 3px 3px
}
header .moreOptions .dropdown-more li {
	display: block
}
header .moreOptions .dropdown-more li>a {
	padding: 10px 20px;
	text-align: right;
	line-height: normal;
	white-space: nowrap;
	text-decoration: none
}
.homepage {
	margin: 0;
	width: 100%;
	float: left
}
.inner-page {
	margin: 0 0 40px 0;
	margin-top: -88px;
	margin-top: 0
}
.text-align {
	text-align: center
}
.left-right-col-spacing {
	padding-right: 20px;
	padding-left: 0
}

@media (max-width:480px) {
.left-right-col-spacing {
	padding-right: 0
}
}
.content_wrapper {
	background-color: #fff;
	background-color: rgba(255,255,255,1);
	border-width: 0;
	border-style: solid;
	border-color: #967a50;
	padding: 30px 0;
	-webkit-box-shadow: 0 3px 8px 2px transparent;
	-moz-box-shadow: 0 3px 8px 2px transparent;
	box-shadow: 0 3px 8px 2px transparent;
	text-align: center;
	overflow: hidden;
	float: none;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px
}
.content_wrapper .no-gutter {
	clear: both;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

@media screen and (max-width:992px) {
.content_wrapper .no-gutter {
	width: 100%
}
}
.content_wrapper .no-gutter img {
	width: 100%;
	border-radius: 3px
}
.content_wrapper .no-gutter .loc-img {
	border-radius: 0!important
}
.content_wrapper .no-gutter .one-col {
	padding-left: 15px;
	padding-right: 15px
}
.content_wrapper .no-gutter .two-col .left-box {
	padding-left: 15px;
	padding-right: 15px
}
.content_wrapper .no-gutter .two-col .right-box {
	padding-left: 15px;
	padding-right: 15px
}
.content_wrapper .no-gutter .three-col {
	text-align: center
}
.content_wrapper .no-gutter .three-col .left-box {
	float: left;
	padding-left: 15px;
	padding-right: 15px
}
.content_wrapper .no-gutter .three-col .center-box {
	float: left;
	padding-left: 15px;
	padding-right: 15px
}
.content_wrapper .no-gutter .three-col .right-box {
	float: left;
	padding-left: 15px;
	padding-right: 15px
}
.content_wrapper .no-gutter .text-content p, .content_wrapper .no-gutter p {
	margin: 15px 0 0 0;
	line-height: 2em
}
.content_wrapper .no-gutter a {
	word-wrap: break-word;
	white-space: normal;
	font-weight: 400
}
.content_wrapper .no-gutter a.all-photos {
	background: #967a50;
	opacity: .6
}
.content_wrapper .no-gutter a.btn {
	margin: 15px 0 0 0
}
.content_wrapper .no-gutter ol, .content_wrapper .no-gutter ul {
	margin: 0;
	padding: 0 10%!important;
	line-height: 2em;
	text-align: center!important;
	display: block;
	vertical-align: top
}
.content_wrapper .no-gutter ol li, .content_wrapper .no-gutter ul li {
	text-align: left!important
}
.content_wrapper .no-gutter h1, .content_wrapper .no-gutter h2, .content_wrapper .no-gutter h3 {
	margin: 0
}
.content_wrapper .no-gutter h1, .content_wrapper .no-gutter h2 {
	padding-bottom: 0;
	color: #444444;
	text-align: center;
	font-weight: lighter
}
.content_wrapper .no-gutter h1 {
	font-size: 1.75em;
	font-weight: 400
}
.content_wrapper .no-gutter h2 {
	font-size: 1.5em;
	font-weight: 400
}
.content_wrapper .no-gutter .text-content p:empty, .content_wrapper .no-gutter .widget-wrapper p:empty {
	display: none
}
.content_wrapper .no-gutter .text-content a:first-child, .content_wrapper .no-gutter .text-content ol:first-child, .content_wrapper .no-gutter .text-content p:first-child, .content_wrapper .no-gutter .text-content ul:first-child {
	margin: 0
}
.content_wrapper .no-gutter .widget-wrapper {
	margin: 0 auto;
	padding: 30px 15px;
	width: 85%
}
.content_wrapper .no-gutter .amenities-block {
	text-align: center;
	background-color: transparent;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 3px
}
.content_wrapper .no-gutter .amenities-block h2 {
	margin-bottom: 15px;
	font-size: 36px;
	color: #000
}
.content_wrapper .no-gutter .amenities-block ul li {
	margin-bottom: 5px;
	color: #000
}
.content_wrapper .no-gutter .form-group {
	margin: 0 0 15px 0;
	float: left
}
.content_wrapper .no-gutter .control-label-custom {
	text-align: left
}
.content_wrapper .no-gutter .control-pad {
	padding-left: 0!important
}
.content_wrapper .no-gutter .fsmall {
	font-size: 13px;
	margin: 10px 0!important;
	text-align: left
}
.content_wrapper .no-gutter .btn-forms {
	float: right
}
.content_wrapper .no-gutter .directions-bar {
	padding-left: 30px;
	padding-right: 30px;
	width: 100%
}
.content_wrapper .no-gutter .direction-form label {
	float: left;
	padding-left: 10px
}
.content_wrapper .no-gutter #form-group-submit {
	margin: 0!important
}

@media (max-width:768px) {
.content_wrapper .no-gutter #form-group-submit label {
	display: none!important
}
}
.content_wrapper .no-gutter .imageDescriptionbottom1 img, .content_wrapper .no-gutter .wt1img {
	text-align: center
}
.content_wrapper .no-gutter .imageDescriptionSide img, .content_wrapper .no-gutter .imageDescriptionSide p {
	margin: 0
}
.content_wrapper .no-gutter .image-content {
	margin: 0 auto
}
.content_wrapper .no-gutter .imageDescriptionbot3 .image-content, .content_wrapper .no-gutter .imageDescriptionbottom1 .image-content, .content_wrapper .no-gutter .imageDescriptionbottom2 .image-content, .content_wrapper .no-gutter .imageDescriptiontop1 .image-content, .content_wrapper .no-gutter .imageDescriptiontop2 .image-content {
	margin-bottom: 0
}
.location-page .content_wrapper {
	z-index: 0;
	padding: 0 0 60px;
	margin-bottom: 40px;
	padding-left: 0;
	padding-right: 0
}
.location-page .content_wrapper .no-gutter {
	width: 100%
}
.location-page .content_wrapper .no-gutter h3 {
	padding-bottom: 15px;
	color: #272727;
	background: #fff;
	padding: 10px 20px
}
.location-page .content_wrapper .no-gutter .text-content {
	padding: 10px 20px;
	line-height: 1.7em;
	font-size: 14px;
	text-align: left
}
.location-page .content_wrapper .no-gutter .get-directions-label {
	background: #967a50;
	color: #fff;
	box-shadow: 0 1px 3px rgba(102,102,102,.74)
}
.location-page .content_wrapper .no-gutter .get-directions-label span {
	padding: 3px 0;
	display: block
}
.location-page .content_wrapper .no-gutter .get-directions-label a {
	color: #fff;
	text-decoration: none
}
.location-page .content_wrapper .no-gutter .get-directions-label a:hover {
	color: #fff
}
.location-page .content_wrapper .no-gutter .widget-wrapper {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	box-shadow: 0 1px 3px rgba(102,102,102,.74);
	z-index: 999;
	position: relative;
	width: 100%
}
.location-page .content_wrapper .no-gutter .widget-wrapper.img-description-padding {
	position: absolute;
	top: 0;
	padding: 0!important;
	right: -264px;
	width: 300px;
	transition: all .8s ease-in-out;
	box-shadow: none;
	height: 100px
}

@media (max-width:768px) {
.location-page .content_wrapper .no-gutter .widget-wrapper.img-description-padding {
	width: 300px;
	right: 0
}
}
.location-page .content_wrapper .no-gutter .widget-wrapper.img-description-padding #close-details {
	cursor: pointer;
	width: 37px;
	left: -25px;
	top: 0;
	height: 96px;
	background: #fff;
	float: left
}

@media (max-width:768px) and (max-width:768px) {
.location-page .content_wrapper .no-gutter .widget-wrapper.img-description-padding #close-details span i.fa-ipad:before {
	content: "\f104"
}
}
.location-page .content_wrapper .no-gutter .widget-wrapper.img-description-padding #close-details span {
	position: relative;
	left: 3px
}
.location-page .content_wrapper .no-gutter .widget-wrapper.img-description-padding #close-details span i {
	transition: all .5s
}
.location-page .content_wrapper .no-gutter .widget-wrapper.img-description-padding #close-details span.close-details-text {
	display: inline-block;
	position: relative;
	top: 11px;
	left: -7px;
	transform: rotate(270deg);
	font-weight: 500;
	color: #272727
}
.location-page .content_wrapper .no-gutter .widget-wrapper.img-description-padding .map-location-details {
	background: #fff;
	overflow-y: hidden;
	max-height: 490px;
	min-height: 490px;
	overflow-x: hidden;
	box-shadow: -5px 0 2px -5px #272727;
	color: #272727
}
.location-page .content_wrapper .no-gutter .widget-wrapper.img-description-padding .map-location-details::-webkit-scrollbar {
width:0
}
.location-page .content_wrapper .no-gutter .widget-wrapper.show-loc-details {
	right: 0
}

@media (max-width:768px) {
.location-page .content_wrapper .no-gutter .widget-wrapper.show-loc-details {
	right: -264px
}
}
.location-page .content_wrapper .no-gutter .img-description-padding .leftPadding {
	padding-left: 0!important
}
.location-page .location-header-pills {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 128px
}
.location-page .location-header-pills h1 {
	margin: 0;
	display: inline-block;
	font-weight: 300;
	font-size: 38px;
	color: #fff
}
.location-page .location-header-pills .no-gutter h3 {
	padding-bottom: 15px
}
.location-page .header-pills {
	border-top: none;
	padding: 100px 0 40px;
	padding: 188px 0 40px
}
.location-page .header-pills .header-nav-pills {
	padding: 0 15px
}
.location-page .header-pills .container:first-child {
	padding: 0;
	position: relative
}
.for-gallerypage .content_wrapper .no-gutter {
	width: 87%
}

@media (max-width:1024px) {
.for-gallerypage .content_wrapper .no-gutter {
	width: 100%
}
}
.content_wrapper .btn-group-vertical>.btn-group.location, .content_wrapper .btn-toolbar.location, .content_wrapper .clearfix.location, .content_wrapper .container-fluid.location, .content_wrapper .container.location, .content_wrapper .dl-horizontal dd.location, .content_wrapper .form-horizontal .form-group.location, .content_wrapper .modal-footer.location, .content_wrapper .modal-header.location, .content_wrapper .nav.location, .content_wrapper .navbar-collapse.location, .content_wrapper .navbar-header.location, .content_wrapper .navbar.location, .content_wrapper .row.location {
	padding: 0 15px
}
.get-directions {
	display: none;
	position: absolute;
	z-index: 999;
	top: 15px;
	right: 60px;
	background: rgba(0,0,0,.6)
}
.get-directions>a {
	padding: 8px 23px;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	color: #fff
}
.get-directions:hover {
	background-color: rgba(0,0,0,.8);
	color: #967a50;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}
.fa-color {
	padding-left: 5px
}
#mapContainer {
	width: 100%;
	height: 490px;
	color: #000!important
}
.glyphicon-envelope {
	padding-right: 4px
}
.title {
	font-size: 11px;
	font-weight: 700;
	color: #333
}
.direction-form select.form-control {
	width: 100%;
	color: #000;
	min-height: 40px
}
.direction-form .adp-directions, .direction-form .adp-summary {
	color: #000
}

@media (max-width:768px) {
.direction-form .btn-wrap label {
	display: none
}
}
.direction-form:before {
	display: block;
	content: " ";
	margin-top: -185px;
	height: 185px;
	visibility: hidden
}
#footer {
	background: url('');
	background-color: #0f2453;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: .875em;
	padding-top: 0;
	padding-bottom: 30px
}
#footer a {
	color: #fff
}
#footer a:hover {
	color: #fff;
	text-decoration: none
}
#footer a.social-ta:hover {
	background-color: #689963
}
#footer a.social-gp:hover {
	background-color: #db4437
}
#footer a.social-yt:hover {
	background-color: #e62117
}
#footer a.social-tw:hover {
	background-color: #3b88c3
}
#footer a.social-lin:hover {
	background-color: #007bb5
}
#footer a.social-fb:hover {
	background-color: #3b5998
}
#footer a.social-pi:hover {
	background-color: #bd081c
}
#footer a.social-ig:hover {
	background-color: #125688
}
#footer a.social-wa:hover {
	background-color: #25d366
}
#footer .container {
	padding-left: 0;
	padding-right: 0
}
#footer .footer-row {
	padding: 5px 0 25px 0;
	text-align: center
}
#footer .footer-row:last-child {
	border-bottom: none
}
#footer .footer-row .final {
	padding: 5px 15px;
	border-bottom: none
}
#footer .footer-row .navbar-default {
	background-color: transparent
}
#footer .socialIcon a {
	display: inline-block!important;
	text-align: center;
	overflow: hidden;
	width: 40px;
	height: 40px;
	float: none;
	margin-right: 10px;
	margin-bottom: 5px;
	border-radius: 3px;
	background-color: #fff
}
#footer .socialIcon a span {
	color: #1e1612;
	font-size: 1.2em;
	line-height: 40px;
	vertical-align: -webkit-baseline-middle
}
#footer .socialIcon a:hover span {
	color: #fff
}
#footer .footer-detail {
	float: left;
	margin: 5px 15px 0;
	padding-bottom: 0
}
#footer .footer-detail.first {
	margin-left: 0
}
#footer .footer-detail .fa-stack {
	font-size: 12px;
	margin-right: 5px;
	color: #fff
}
#footer .footer-detail .fa-stack .fa-envelope, #footer .footer-detail .fa-stack .fa-phone {
	color: #1e1612
}
#footer .footer-detail .fa-phone {
	margin-left: 0
}
#footer .footer-detail .fa-phone:first-child {
	margin-left: 0
}
#footer .navbar {
	margin-bottom: 0;
	margin-left: -12px
}
.socialiconitem iframe#twitter-widget-0 {
	width: 70px!important;
	height: 25px!important;
	visibility: visible!important;
	position: relative!important
}
.bottom {
	position: relative
}
.footer-row .navbar-nav {
	float: none;
	width: 100%;
	text-align: left;
	padding: 0
}
.footer-row .navbar-nav>li {
	float: none;
	display: inline-block
}
.footer-row .navbar-nav>li>a {
	outline: 0;
	padding: 5px;
	color: #272727;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
	line-height: normal;
	margin: 0 10px
}
.footer-row .navbar-nav>li>a:first-child {
	margin-left: 0;
	padding-left: 0
}
.footer-row .navbar-nav>li>a:focus, .footer-row .navbar-nav>li>a:hover {
	background: 0 0
}
.footer-row .email {
	font-size: 13px!important;
	line-height: 22px
}
.footer-row .telephone {
	padding-left: 32px;
	font-size: 13px!important;
	line-height: 22px
}
.footer-detail span {
	vertical-align: middle
}

@media (max-width:768px) {
.fa-stack {
	vertical-align: bottom
}
}
.fa-stack-align {
	display: inline-block;
	width: 85%;
	width: calc(100% - 2.3em);
	vertical-align: middle;
	padding-left: 5px;
	line-height: 18px
}

@media (max-width:768px) {
.fa-stack-align {
	font-size: 12px;
	width: calc(100% - 32px);
	padding-left: 2px
}
}
.ekko-lightbox .fa-arrow-left, .ekko-lightbox .fa-arrow-right {
	display: inline-block;
	font: normal normal normal 14px/1 'Font Awesome 5 Pro';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.ekko-lightbox .fa-arrow-left {
	left: 0;
	float: left;
	padding-left: 15px;
	text-align: left;
	color: rgba(255,255,255,.7);
	font-size: 2em
}
.ekko-lightbox .fa-arrow-right {
	right: 0;
	float: right;
	padding-right: 15px;
	text-align: right;
	color: rgba(255,255,255,.7);
	font-size: 2em
}
.ekko-lightbox a:focus, .ekko-lightbox a:hover {
	text-decoration: none
}
.thumbcentering {
	text-align: center;
	display: block
}
.gallery-thumb {
	width: 100%
}
#gallery-pager {
	text-align: left
}
#gallery-pager .gallery_thumbnail_margin {
	float: left;
	margin: 0 -2px 30px -2px;
	cursor: pointer;
	overflow: hidden
}
#gallery-pager div.cycle-pager-active {
	border: solid 2px #967a50;
	opacity: 1
}
#gallery-hidden {
	display: none
}
.gallery-header {
	margin: 20px 0 50px!important
}
.resv-wrap {
	float: right;
	margin-right: 0
}
.resv-wrap .book_button:nth-child(odd) {
	display: block
}
.resv-wrap .book_button:nth-child(even) {
	display: none
}
.lang-switch-wrap {
	margin-right: 15px;
	float: right
}
.lang-switch-wrap .btn {
	width: 100%;
	color: #fff;
	font-weight: 700;
	outline: 0!important;
	box-shadow: none;
	width: 60px;
	height: 40px
}
.lang-switch-wrap .selected-lang {
	float: left;
	display: none
}
.lang-switch-wrap i {
	margin-right: 5px
}
.lang-switch-wrap .fa {
	-webkit-transition: all linear .2s;
	-o-transition: all linear .2s;
	transition: all linear .2s
}
.lang-switch-wrap .dropdown-more {
	right: 0;
	left: auto;
	min-width: 125px;
	background: #333;
	padding: 0
}
.lang-switch-wrap .dropdown-more li {
	border-radius: 0!important
}
.lang-switch-wrap .dropdown-more li a {
	color: #fff;
	white-space: nowrap!important;
	padding: 8px 20px
}
.lang-switch-wrap .dropdown-more li a:focus, .lang-switch-wrap .dropdown-more li a:hover {
	background: #e68a00
}
.lang-switch-wrap.open .fa-angle-down {
	transform: rotate(180deg)
}
.navbar-contact {
	float: none;
	text-align: left;
	height: 36px;
	margin-right: 200px
}
.navbar-contact address {
	margin-bottom: 0;
	padding: 0
}
.navbar-contact address .address-email, .navbar-contact address .address-telephone {
	display: inline-block;
	font-size: 12px;
	margin: 0 10px;
	padding-top: 5px
}

@media (max-width:1200px) {
.navbar-contact address .address-email {
	display: none
}
}

@media (max-width:991px) {
.navbar-contact address .address-telephone {
	display: none
}
}
.resv {
	background-color: #967a50;
	font-size: 1em;
	padding: 0 10px;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	float: right;
	display: block;
	-webkit-transition: all .7s cubic-bezier(.18, .89, .32, 1.28);
	-moz-transition: all .7s cubic-bezier(.18, .89, .32, 1.28);
	-ms-transition: all .7s cubic-bezier(.18, .89, .32, 1.28);
	-o-transition: all .7s cubic-bezier(.18, .89, .32, 1.28);
	transition: all .7s cubic-bezier(.18, .89, .32, 1.28);
	min-width: 175px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	min-height: 40px;
	border: 0
}
.resv:focus, .resv:hover {
	color: #fff;
	text-decoration: none;
	background-color: #cc7a00
}
.resv.open {
	color: #967a50!important;
	text-decoration: none!important;
	background-color: #e6e6e6
}
figure .overlay-background {
	background-color: #000;
	background-color: rgba(0,0,0,.2)
}
figure {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden
}
figure img {
	width: 100%;
	height: auto;
	transition: all .2s ease-in
}
.article-title {
	text-align: center;
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 0 30px 0
}
.article-title a {
	color: #aaa
}
figure:hover .overlay {
	opacity: 1;
	visibility: visible
}
figure:hover img {
	opacity: 1;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
figure .overlay-background {
	z-index: 1;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: visible;
	width: 100%;
	height: 100%
}
figure .overlay-background .inner {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: 11px;
	background-color: #c8e9c8;
	background-color: rgba(255,255,255,.9)
}
figure .overlay {
	z-index: 2;
	transition: all .2s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: visible;
	width: 100%;
	height: 100%
}
figure .inner-overlay {
	display: table;
	width: 100%;
	height: 100%
}
figure .inner-overlay-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 20px 40px
}
.inner-overlay a {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}
.inner-overlay a span {
	display: none
}
.inner-overlay i {
	color: #fff;
	padding: 7px 7px 7px 9px;
	border-radius: 30px
}
.text-center {
	text-align: center
}
.social_feed {
	text-align: center
}
.social_feed .feed_wrapper {
	margin: 30px 0 0 0
}
.social_feed .feed_wrapper:empty {
	display: none;
	background-color: transparent!important;
	padding: 0!important
}
.wtfbfeed, .wttripadvisor {
	float: none;
	padding-top: 30px;
	padding-bottom: 30px;
	display: inline-block;
	text-align: center
}
.wtfbfeed .row.fb-wrapper {
	margin: 0 auto;
	float: none;
	display: inline-block;
	vertical-align: top
}
.wttripadvisor #CDSWIDSSP {
	width: 300px!important;
	margin: 0 auto;
	float: none;
	display: inline-block;
	vertical-align: top
}
.wttripadvisor #CDSWIDSSP .widSSPData {
	height: 490px
}
.wttripadvisor ol, .wttripadvisor ul {
	list-style-type: none
}
.news_letter_block {
	float: none;
	display: inline-block;
	vertical-align: top
}
.news_letter_block p.text-center.side-nav-header {
	margin: 5px 0
}
.news_letter_block p.text-center.side-nav-header span {
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
	display: inline-block
}
.news_letter_block .subscribe-widget .button-holder, .news_letter_block .subscribe-widget .form-group {
	display: inline-block
}
.news_letter_block .subscribe-widget .form-control {
	height: 40px;
	border-radius: 3px
}
.news_letter_block .subscribe-widget .form-group {
	width: 65%;
	margin-right: 10px;
	margin-bottom: 21px
}
.news_letter_block .subscribe-widget .button-holder {
	vertical-align: middle;
	height: 47px;
	position: absolute
}
div#subscribeMessage-PW-NL-11-1-88675 {
	position: absolute;
	padding-left: 40px;
	bottom: -22px
}
.widget-wrapper.wtlocmap {
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 0;
	margin: 30px 0 0 0;
	text-align: center
}
.widget-wrapper.wtlocmap a {
	display: block
}
.widget-wrapper.wtlocmap a img {
	width: 100%;
	margin: 0 auto
}
.heading_separator {
	border-bottom: 1px solid #000;
	padding-top: 0;
	padding-bottom: 0;
	margin: 30px 0;
	display: block
}
.promoslider_wrapper {
	position: relative;
	z-index: 4
}
.hide-promotions {
	left: -400px!important
}
.promotions-wrapper {
	position: fixed;
	left: 0;
	top: 150px;
	width: 50px;
	margin-right: 0;
	z-index: 205;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out
}
.promotions-wrapper .promo-btn {
	margin: 0;
	padding: 0 15px;
	display: table;
	z-index: 1002;
	position: absolute;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	left: -70px;
	top: 70px;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	width: 190px;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	background-color: #444444;
	color: #fff;
	text-transform: normal;
	font-size: 16px;
	font-style: normal;
	float: left
}
.promotions-wrapper .promo-btn .promo-close, .promotions-wrapper .promo-btn .promo-gift, .promotions-wrapper .promo-btn .promo-text {
	display: table-cell;
	vertical-align: middle
}
.promotions-wrapper .promo-btn .promo-text {
	letter-spacing: 1px;
	font-weight: 400
}
.promotions-wrapper .promo-btn .promo-close {
	width: 25px;
	border-left:1px solid rgba(150,122,80,.7);
	text-align: right
}
.promotions-wrapper .promo-btn .promo-gift {
	transform: rotate(90deg);
	height: 25px;
	text-align: center;
	position: absolute;
	top: 11px;
	right: 53px
}
.promotions-wrapper .promo-details-wrap {
	padding-left: 50px;
	height: 190px;
	width: 400px;
	background-color: #967a50;
	background-color: rgba(15,36,83,.7);
	left: 0;
	position: relative;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	border-radius: 0 3px 3px 0;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out
}
.promotions-wrapper .promo-details-wrap:hover {
	background-color: #cc7a00;
	background-color: rgba(15,36,83,.95);
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-ms-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear
}
.promotions-wrapper .promo-details-wrap .promo-details {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer
}
.promotions-wrapper .promo-details-wrap .promotions .promo-page-link {
	display: block;
	text-decoration: none
}
.promotions-wrapper .promo-details-wrap .promotions .promo-page-link .promotion-content {
	display: block;
	margin: 0;
	padding: 10px 15px 0 15px
}
.promotions-wrapper .promo-details-wrap .promotions .promo-page-link .promotion-content .promotion-heading {
	color: #fff;
	font-weight: 400;
	text-transform: normal;
	font-size: 16px;
	font-style: normal;
	margin: 0 0 20px;
	overflow: hidden;
	line-height: normal
}
.promotions-wrapper .promo-details-wrap .promotions .promo-page-link .promotion-content .promotion-heading .clamped {
	overflow: hidden;
	position: relative
}
.promotions-wrapper .promo-details-wrap .promotions .promo-page-link .promotion-content .promotion-heading .clamped-3 {
	max-height: 2.3em;
	height: 2.3em
}
.promotions-wrapper .promo-details-wrap .promotions .promo-page-link .promotion-content .promotion-heading .ellipsis {
	bottom: 0;
	position: absolute;
	right: 0
}
.promotions-wrapper .promo-details-wrap .promotions .promo-page-link .promotion-content .promotion-heading .fill1 {
	background-color: #967a50;
	background-color: rgba(255,153,0,.7);
	height: 100%;
	position: absolute;
	width: 100%
}
.promotions-wrapper .promo-details-wrap .promotions .promo-page-link .promotion-content .promotion-para {
	color: #fff;
	font-weight: 400;
	text-transform: none;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	height: 4.3em;
	max-height: 4.3em;
	overflow: hidden;
	margin: 0
}
.promotions-wrapper .cycle-next, .promotions-wrapper .cycle-prev {
	width: 30px;
	color: #fff;
	z-index: 800;
	bottom: 0;
	cursor: pointer;
	font-size: 24px;
	height: 30px;
	top: auto;
	padding: 0 4px;
	opacity: 1;
	text-align: center;
	overflow: hidden
}
.promotions-wrapper .cycle-next {
	right: 0
}
.promotions-wrapper .cycle-prev {
	left: 0
}
.promotions-wrapper .cycle-next .icon-next, .promotions-wrapper .cycle-prev .icon-prev {
	position: relative;
	top: -5px;
	margin-top: 0;
	line-height: 24px;
	opacity: 1;
	height: 24px
}
.promotions-wrapper .cycle-next:hover, .promotions-wrapper .cycle-prev:hover {
	opacity: 1;
	background-color: #fff
}
.promotions-wrapper .cycle-next:hover .icon-next, .promotions-wrapper .cycle-next:hover .icon-prev, .promotions-wrapper .cycle-prev:hover .icon-next, .promotions-wrapper .cycle-prev:hover .icon-prev {
	color: #967a50
}
.promo-control {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px solid rgba(150,122,80,.7)
}
.promo-control .play-pause {
	width: 100%;
	padding: 0 15px;
	z-index: 1001
}
.promo-control .fa-pause, .promo-control .fa-play {
	color: #fff;
	cursor: pointer;
	float: right;
	width: 30px;
	height: 30px;
	padding-top: 8px;
	text-align: center
}
.promo-control .fa-pause:hover, .promo-control .fa-play:hover {
	background-color: rgba(255,255,255,.5);
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear
}
.promo-control .controls {
	color: #fff;
	width: 30px;
	height: 30px;
	cursor: pointer;
	padding-top: 5px;
	font-size: 1.4em;
	text-align: center
}
.promo-control .controls:hover {
	background-color: rgba(255,255,255,.5);
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear
}
.promo-control .camera_prev1 {
	float: right
}
.promo-control .camera_next1 {
	float: right
}
.promo-control .play-button {
	display: none
}
.promo-control .custom-caption {
	color: #fff;
	z-index: 700;
	text-align: center;
	font-family: arial;
	float: left
}
.blank_box {
	position: absolute;
	height: 33px
}
.predef_wid_heading {
	display: inline-block!important;
	margin: 0 0 30px 0;
	font-weight: 300;
	line-height: normal;
	padding: 0 10px 10px 10px
}

@media (min-width:480px) {
.predef_wid_heading {
	font-size: 1.5em
}
}

@media (min-width:992px) {
.predef_wid_heading {
	font-size: 2em
}
}

@media (min-width:1600px) {
.predef_wid_heading {
	font-size: 2.75em
}
}
.section_bg {
	background-color: #967a50;
	-webkit-box-shadow: inset 0 0 3px #967a50;
	-moz-box-shadow: inset 0 0 3px #967a50;
	box-shadow: inset 0 0 3px #967a50;
	margin-left: -17px;
	margin-right: -17px
}
.section_border {
	border-top: 1px solid #ddc8b3;
	border-bottom: 1px solid #ddc8b3
}
.padding30 {
	padding: 30px
}
.p_rel {
	position: relative
}
.fixed_promo {
	position: fixed
}
#main-menu {
	position: absolute;
	left: 0;
	right: 0;
	padding-left: 210px;
	width: 100%
}
.btn {
	font-size: 1em;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	border-radius: 3px;
	background-image: none;
	padding: 0 10px;
	line-height: 38px;
	background-color: #967a50;
	border: 1px solid #967a50;
	color: #fff;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	white-space: normal;
	float: right
}
.btn:focus, .btn:hover {
	background-image: none;
	background-color: #444444;
	color: #fff
}
.btn:active, .btn:focus, .btn:hover {
	border-color: transparent;
	outline: 0
}
.btn-full-width {
	display: block;
	float: none;
	margin: 0 auto;
	width: 100%
}
.btn-be {
	width: 100%
}
.wtlinkbutton .btn-forlink span {
	display: inline-block;
	float: none;
	vertical-align: middle
}
.btn-subscribe {
	background-color: #967a50
}
.btn-form {
	width: 100%
}
.wtsocialicons {
	display: none
}
.wtsocialicons ul.socialWidgetRow {
	list-style: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 390px;
	padding: 0;
	margin: 0;
	transition: all .5s ease
}
.wtsocialicons ul.socialWidgetRow>li {
	padding: 0;
	margin: 0 0 5px;
	clear: both;
	width: 50px;
	height: 35px;
	background: rgba(0,0,0,.8);
	transition: all .3s ease;
	text-align: center;
	overflow: hidden
}
.wtsocialicons ul.socialWidgetRow>li .socialWidgetItem {
	height: 100%
}
.wtsocialicons ul.socialWidgetRow>li .socialWidgetItem .fasocialicon {
	float: left;
	color: #fff;
	width: 50px;
	height: 35px;
	padding: 2px 10px;
	font-size: 16px;
	transition: all .3s ease
}
.wtsocialicons ul.socialWidgetRow>li .socialWidgetItem .fasocialicon.ta_icon {
	background-color: #689963
}
.wtsocialicons ul.socialWidgetRow>li .socialWidgetItem .fasocialicon.fb_icon {
	background-color: #415ca8
}
.wtsocialicons ul.socialWidgetRow>li .socialWidgetItem .fasocialicon.tw_icon {
	background-color: #1b95e0
}
.wtsocialicons ul.socialWidgetRow>li .socialWidgetItem .fasocialicon.gp_icon {
	background-color: #db4437
}
.wtsocialicons ul.socialWidgetRow>li .socialWidgetItem .fasocialicon.ig_icon {
	background-color: #125688
}
.wtsocialicons ul.socialWidgetRow>li .socialWidgetItem .fasocialicon.yt_icon {
	background-color: #e62117
}
.wtsocialicons ul.socialWidgetRow>li .socialWidgetItem .fasocialicon.pi_icon {
	background-color: #bd081c
}
.wtsocialicons ul.socialWidgetRow>li .socialWidgetItem .socialiconitem {
	float: left;
	display: none;
	opacity: 0;
	transition: all .2s ease;
	padding: 7px 15px;
	height: 35px;
	min-width: 50px;
	max-width: 105px
}
.wtsocialicons ul.socialWidgetRow>li .socialWidgetItem .socialiconitem .TA_socialButtonIcon {
	margin: 0!important
}
.wtsocialicons ul.socialWidgetRow>li .socialWidgetItem .socialiconitem .TA_socialButtonIcon ul li a img {
	vertical-align: top
}
.wtsocialicons ul.socialWidgetRow>li .socialWidgetItem .socialiconitem .fa-instagram {
	color: #125688
}
.wtsocialicons ul.socialWidgetRow>li .socialWidgetItem .socialiconitem .fa-youtube {
	color: #e62117
}
.wtsocialicons ul.socialWidgetRow>li .socialWidgetItem .socialiconitem .fa-pinterest {
	color: #bd081c
}
.wtsocialicons ul.socialWidgetRow>li .socialWidgetItem .socialiconitem .fa-instagram, .wtsocialicons ul.socialWidgetRow>li .socialWidgetItem .socialiconitem .fa-pinterest, .wtsocialicons ul.socialWidgetRow>li .socialWidgetItem .socialiconitem .fa-youtube {
	font-size: 1.1em;
	vertical-align: top;
	line-height: 21px
}
.wtsocialicons ul.socialWidgetRow>li .socialWidgetItem .socialiconitem a {
	display: block;
	height: 21px
}
.wtsocialicons ul.socialWidgetRow>li:hover {
	width: auto
}
.wtsocialicons ul.socialWidgetRow>li:hover .fasocialicon {
	display: none;
	opacity: 0
}
.wtsocialicons ul.socialWidgetRow>li:hover .socialiconitem {
	display: block;
	opacity: 1
}
.wtsocialicons ul.socialWidgetRow>li ul {
	padding: 0
}
.fbstyle {
	padding-left: 5px
}
.fb-wrapper {
	background: 0 0;
	overflow-x: hidden
}
.fb-wrapper .fb-like-box span {
	position: relative!important;
	display: block!important;
	height: 490px!important;
	border: 1px solid #e1e1e1!important;
	background: #fff;
	overflow: hidden;
	width: 100%
}
.fb-wrapper .fb-like-box iframe {
	position: relative!important;
	display: block!important;
	height: 490px!important;
	border: 1px solid #e1e1e1!important;
	background-color: #fff
}
.fb-wrapper .fb-like-box iframe .uiBoxLightblue {
	display: none!important
}
.fb-wrapper #fb-root {
	display: none
}
.fb-wrapper .fb_iframe_widget span {
	background-color: #fff
}
.fb-wrapper #likeBoxStream {
	width: 100%!important
}
.fb-like {
	width: 80px;
	height: 20px
}
.fb-like .fb_iframe_widget {
	width: 120px;
	height: 20px
}
.fb-activity, .fb-activity span, .fb-activity span iframe[style] {
	width: 100%!important;
	padding-left: 2px!important
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100%!important;
	overflow-x: hidden;
	display: block
}
.tripadvisor {
	overflow: hidden
}
.widSSP {
	width: 100%!important
}
.widSSPBranding dd {
	width: 100%!important
}
.summary-page-slider h3, .summary-widget h3 {
	color: #000;
	font-weight: 400;
	text-transform: none;
	font-size: 18px;
	font-style: normal
}
.summary-page-slider h3 a, .summary-widget h3 a {
	font-weight: 400
}
.summary-page-slider a.btn, .summary-widget a.btn {
	margin: 15px 0 0 0
}
.summary-widget {
	margin: 0 0 30px;
	padding: 0 15px;
	display: flex;
	float: none!important;
	vertical-align: top
}

@media (min-width:480px) {
.summary-widget {
	width: 100%
}
}

@media (min-width:768px) {
.summary-widget {
	width: calc(50%)
}
}

@media (min-width:992px) {
.summary-widget {
	width: calc(33.33333333%)
}
}
.summary-widget .summary-content-wrap {
	background-color: #e9e0bf
}
.summary-widget .contentblock {
	position: relative;
	padding: 30px
}
.summary-widget .contentblock .viewbtn {
	margin: -50px auto 0;
	max-width: 150px;
	text-align: center;
	padding: 0 15px;
	width: 100%
}
.summary-widget .contentblock .viewbtn a {
	display: block;
	background-color: #967a50;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	padding: 0;
	text-decoration: none;
	line-height: 40px;
	min-height: 40px
}
.summary-widget .contentblock .viewbtn a:focus, .summary-widget .contentblock .viewbtn a:hover {
	text-decoration: none;
	background-color: #0f2453
}
.summary-widget .contentblock .offcont, .summary-widget .contentblock .offhead {
	-webkit-transition: background .5s linear;
	-moz-transition: background .5s linear;
	-ms-transition: background .5s linear;
	-o-transition: background .5s linear;
	transition: background .5s linear
}
.summary-widget .offcont {
	text-align: left
}
.summary-widget .offcont p {
	font-size: 14px;
	margin: 0!important;
	font-weight: 300;
	line-height: 25.2px;
	color: #272727
}
.summary-widget .offhead {
	padding: 15px 0;
	text-align: left
}
.summary-widget .offhead a {
	text-decoration: none
}
.summary-widget .offhead p {
	color: #967a50
}
.summary-widget .page_link {
	border-radius: 0
}
#back-top {
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index: 9999
}
#back-top a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #967a50;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s
}
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 0;
	font-size: 42px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ddc8b3
}
#back-top a:hover span {
	background-color: #cdaf90
}

@media (max-width:992px) {
#promo-slide-holder-ex {
	text-align: center
}
}
#promo-slide-holder-ex .promo-content {
	background-color: #e9e0bf;
	margin-bottom: 30px;
	position: relative;
	float: none;
	display: inline-block
}
#promo-slide-holder-ex .promo-content:last-child {
	margin-bottom: 0
}
#promo-slide-holder-ex .promo-content .page_link {
	border-radius: 0!important
}

@media (max-width:992px) {
#promo-slide-holder-ex .promo-content {
	float: none!important;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 30px
}
}
.ekko-lightbox .modal-content {
	background-color: #fff
}
.ekko-lightbox .modal-title {
	color: #000
}
.ekko-lightbox .modal-title span {
	font-size: 12px
}
.ekko-lightbox .modal-header {
	border-color: grey
}
.ekko-lightbox .modal-body .ekko-lightbox-container .ekko-lightbox-nav-overlay a.gallery-prev-icon {
	background: url(../css/images/prev-image.png) no-repeat;
	float: left;
	background-position-y: center;
	background-position-x: left;
	background-position: left;
	opacity: 1
}
.ekko-lightbox .modal-body .ekko-lightbox-container .ekko-lightbox-nav-overlay a.gallery-next-icon {
	background: url(../css/images/next-image.png) no-repeat;
	float: right;
	background-position-y: center;
	background-position-x: right;
	background-position: right;
	opacity: 1
}
.ekko-lightbox button.close {
	font-size: 42px;
	opacity: .8;
	font-weight: 400;
	color: grey
}
.ekko-lightbox button.close:focus, .ekko-lightbox button.close:hover {
	box-shadow: none;
	opacity: 1;
	outline: 0
}
.page_link {
	position: relative;
	z-index: 0;
	overflow: hidden;
	display: block;
	background-color: #967a50;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.page_link .readjust-height, .page_link img {
	-webkit-transition: all .7s ease-in;
	-moz-transition: all .7s ease-in;
	-ms-transition: all .7s ease-in;
	-o-transition: all .7s ease-in;
	transition: all .7s ease-in
}
.page_link .link_overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	color: #fff;
	opacity: 0;
	font-size: 2em;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in
}
.page_link:hover .link_overlay {
	opacity: 1
}
.page_link:hover .readjust-height, .page_link:hover img {
	opacity: .3;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.outer-page {
	width: 100%;
	height: 100%;
	-webkit-transition: all .7s ease-out;
	-moz-transition: all .7s ease-out;
	-ms-transition: all .7s ease-out;
	-o-transition: all .7s ease-out;
	transition: all .7s ease-out
}
#summary_detail_page_slider .cameraSlide, .a_universal_slider .cameraSlide {
	min-height: 300px
}
.generic_slider .a_universal_slider .camera_caption {
	left: auto;
	right: 0;
	padding: 0;
	max-width: 40%;
	text-align: right;
	top: auto;
	bottom: 120px
}
.generic_slider .a_universal_slider .camera_caption .caption-as-link {
	float: right;
	margin: 0 0;
	display: block;
	text-shadow: none;
	padding: 15px;
	text-decoration: none;
	background-color: #967a50;
	background-color: rgba(255,153,0,.9);
	border: 0 solid #fff;
	border-radius: 3px 0 0 3px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear
}
.generic_slider .a_universal_slider .camera_caption .caption-as-link:hover {
	background-color: #ffa31a
}
.generic_slider .a_universal_slider .camera_caption .caption-as-link span {
	display: block;
	line-height: normal;
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	text-transform: none;
	font-style: normal
}
.generic_slider .a_universal_slider .camera_caption .caption-as-text {
	float: right;
	margin: 0 0;
	display: block;
	text-shadow: none;
	padding: 15px;
	text-decoration: none;
	background-color: #967a50;
	background-color: rgba(255,153,0,.9);
	border: 0 solid #fff;
	border-radius: 3px 0 0 3px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear
}
.generic_slider .a_universal_slider .camera_caption .caption-as-text span {
	display: block;
	line-height: normal;
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	text-transform: none;
	font-style: normal
}
.sitemap-links h2 {
	margin-top: 10px
}
.sitemap-links p {
	display: block;
	width: 100%;
	margin-bottom: 5px!important
}
.sitemap-links p a {
	display: block
}
.sitemap-links>ul {
	list-style-type: none!important
}
.sitemap-links ul {
	list-style-type: disc;
	margin-top: 5px!important;
	margin-bottom: 5px!important;
	padding: 0 10%!important;
	color: #967a50
}
.sitemap-links ul>li {
	clear: both
}
.sitemap-page-heading {
	margin: 0!important
}
.mail-show-hide {
	display: block
}
#tawkchat-minified-iframe-element {
	bottom: 37px!important
}
.weather-time-widget-holder {
	position: absolute;
	top: 150px;
	z-index: 2;
	right: 0;
	text-align: right
}
.custom_widgets_block {
	text-align: center
}
.custom_widgets_block .widget-wrapper {
	display: inline-block;
	padding: 30px 15px;
	vertical-align: top
}
.rounded_image {
	border-radius: 50%
}
.modal-backdrop.fade.in {
	display: none
}
.readjust-container {
	border: none;
	border-radius: 0
}
.vertical-images .readjust-container .mb-30 {
	margin-bottom: 30px!important
}
.vertical-images .col-xs-12 {
	padding: 0
}
.readjust-height {
	border-radius: 3px
}
.reset-width {
	width: auto!important
}
.other-script-wrap {
	text-align: center
}
.carousel-container #fullwidth_video_bg {
	background-color: #000;
	position: relative
}

@media screen and (min-width:1025px) {
.carousel-container #fullwidth_video_bg {
	width: auto;
	height: 100vh;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	overflow: hidden
}
}
.carousel-container #fullwidth_video_bg video {
	width: 100%;
	height: auto;
	display: block
}

@media screen and (min-width:1025px) {
.carousel-container #fullwidth_video_bg video {
	display: block;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
}
#video_controls {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	position: absolute
}
#video_controls .mute_video, #video_controls .play_pause_video_btn {
	background-color: rgba(0,0,0,.5);
	display: inline-block;
	min-width: 34px;
	text-align: center;
	line-height: normal
}
#video_controls .mute_video .fa, #video_controls .play_pause_video_btn .fa {
	color: #fff;
	cursor: pointer;
	padding: 10px
}
#video_controls .mute_video .fa-play, #video_controls .mute_video .fa-volume-up, #video_controls .play_pause_video_btn .fa-play, #video_controls .play_pause_video_btn .fa-volume-up {
	display: none
}

@media screen and (min-width:1025px) {
#video_controls {
	position: absolute
}
}

@media screen and (max-width:1024px) {
#video_controls {
	left: auto
}
}

@media screen and (max-width:768px) {
#video_controls {
	bottom: 0;
	left: 0
}
}
.show {
	display: inline-block!important
}
.moreOptions:hover .dropdown-more {
	display: block
}
header .navbar-top .navbar-nav>li.moreOptions {
	position: relative;
	display: none
}
.moreOptions li {
	padding: 0 0;
	width: 100%
}
.moreOptions li a {
	display: block
}
.dropdown-more {
	display: none;
	left: auto;
	right: 0;
	position: absolute;
	top: 100%;
	min-width: 160px;
	padding-left: 0;
	font-size: 16px!important
}
.slick-track {
	display: inline-block
}
.review_data_wrap {
	margin: 30px auto 60px;
	width: 85%
}
.review_data_wrap .slick-slide {
	outline: 0
}
.review_data_wrap .reviews_wrapper {
	border: 1px solid transparent;
	box-shadow: 1px 1px 3px transparent;
	border-radius: 3px;
	padding: 15px;
	margin: 10px;
	text-align: left;
	min-height: 250px;
	max-height: 250px;
	background: #f4f4f4;
	max-width: 470px
}
.review_data_wrap .reviews_wrapper .review_data_rating, .review_data_wrap .reviews_wrapper .review_data_review, .review_data_wrap .reviews_wrapper .review_data_title {
	margin: 5px 0
}
.review_data_wrap .reviews_wrapper .review_data_title {
	font-weight: 700;
	line-height: 20px;
	color: #000;
	max-height: 40px;
	overflow: hidden
}
.review_data_wrap .reviews_wrapper .review_data_review {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	min-height: 90px;
	max-height: 90px;
	overflow-y: auto
}
.review_data_wrap .reviews_wrapper .review_data_review::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
background-color:#f5f5f5
}
.review_data_wrap .reviews_wrapper .review_data_review::-webkit-scrollbar {
width:5px;
background-color:#000
}
.review_data_wrap .reviews_wrapper .review_data_review::-webkit-scrollbar-thumb {
background-color:#967a50
}
.review_data_wrap .reviews_wrapper .review_date_name_wrapper {
	position: absolute;
	bottom: 20px
}
.review_data_wrap .reviews_wrapper .review_date_name_wrapper .review_data_name {
	font-weight: 700;
	line-height: normal;
	color: #000
}
.review_data_wrap .reviews_wrapper .review_date_name_wrapper .review_data_date {
	font-size: 12px;
	line-height: normal;
	color: #000
}
.review_data_wrap .reviews_wrapper .review_data_rating .fa-star, .review_data_wrap .reviews_wrapper .review_data_rating .fa-star-half-empty, .review_data_wrap .reviews_wrapper .review_data_rating .fa-star-o {
	color: #ffeb3a
}
.videoContainerCloudinery {
	max-width: 600px;
	margin: 0 auto!important
}
.videoContainerCloudinery video {
	margin: 0!important;
	width: 100%!important;
	display: block;
	height: 350px
}

@media (max-width:435px) {
.videoContainerCloudinery video {
	height: 195px
}
}
.videoContainerYoutube {
	max-width: 600px;
	margin: 0 auto!important
}
.videoContainerYoutube iframe {
	width: 100%!important;
	display: block;
	height: 350px
}

@media (max-width:435px) {
.videoContainerYoutube iframe {
	height: 195px
}
}
#continueBooking {
	position: fixed;
	top: 100px;
	right: 10px;
	z-index: 9999;
	padding: 17px 20px 15px 23px;
	background-color: rgba(0,0,0,.7);
	border: 1px solid rgba(0,0,0,.8);
	border-radius: 5px;
	color: #ddd
}
#continueBooking h4, #continueBooking p {
	margin: 0;
	line-height: 18px
}
.cb-heading {
	font-size: 15px
}
.cb-room-price {
	font-size: 14px
}
.cb-book-details {
	font-size: 12px
}
.cb-hide {
	display: none
}
.cb-arrow, .cb-book-details, .cb-heading {
	color: #5bbaff
}
#continueBooking .close {
	position: absolute;
	top: 2px;
	left: 2px;
	color: inherit;
	font-size: 16px;
	text-shadow: none;
	font-weight: 400;
	opacity: 0;
	background: url(https://res.cloudinary.com/simplotel/image/upload/v1495518454/close_icon.png) no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	border: 0;
	outline: 0
}
#continueBooking:hover {
	border: 1px solid #000
}
.touch #continueBooking .close {
	opacity: 1
}
#continueBooking:hover .close {
	opacity: 1;
	cursor: pointer
}
.cb-wrap {
	display: flex;
	align-items: center;
	cursor: pointer
}
.cb-main {
	display: flex;
	flex-direction: column;
	flex-grow: 1
}
.cb-arrow {
	padding-left: 15px;
	font-size: 36px
}
.cb-room-price {
	margin-top: 10px!important
}
.recaptcha-widget>div {
	margin: 0 auto!important
}
.recaptcha-modal {
	position: fixed;
	left: 0;
	display: none;
	right: 0;
	top: 0;
	justify-content: center;
	bottom: 0;
	z-index: 999;
	align-items: center;
	background: rgba(0,0,0,.7)
}
.recaptcha-modal .modal-dialog {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%)!important
}
.recaptcha-modal .modal-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)!important
}
.min-price-div {
	position: absolute;
	top: -28px
}
.min-price-wrapper {
	width: 150px;
	position: absolute;
	bottom: 65px;
	left: 0;
	right: 0;
	margin: 0 auto!important
}
.min-price-wrapper .min-price-div {
	display: block;
	position: static;
	margin-left: 5px;
	width: 100%
}
.min-room-price {
	background: 0 0;
	border: transparent;
	cursor: text;
	font-size: 14px;
	color: red;
	text-align: center;
	width: 100%
}
.min-price-div {
	color: #fff;
	text-align: center
}
.general-msg {
	font-size: 11px
}
.price-msg {
	font-size: 16px
}
.modal-body .min-price-wrapper {
	bottom: 65px
}
.hotel_amenities_wrap {
	width: 85%;
	margin: 20px auto;
	text-align: center
}
.hotel_amenities_wrap ul {
	list-style: none;
	padding: 0
}

@media screen and (min-width:1024px) {
.hotel_amenities_wrap ul {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3
}
}
.hotel_amenities_wrap ul li {
	display: inline-block;
	width: 100%;
	text-align: left;
	margin-bottom: 5px
}

@media screen and (min-width:1024px) {
.hotel_amenities_wrap ul li {
	padding: 0 40px
}
}
.hotel_amenities_wrap ul li .hotel_amenitie_icon {
	position: relative;
	display: table-cell;
	width: 20px;
	vertical-align: middle;
	text-align: center
}
.hotel_amenities_wrap ul li .hotel_amenitie_icon i.fa {
	font-size: 1em;
	color: #000
}
.hotel_amenities_wrap ul li .hotel_amenitie_name {
	color: #000;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px
}
#redirect-head {
	text-align: center;
	background-color: #fff;
	background-image: url('')
}
#redirect-page {
	background-color: #fff;
	background-color: rgba(255,255,255,.8);
	height: 100vh;
	margin: 0;
	padding: 0
}
#redirect-page img {
	max-height: 120px;
	width: auto!important
}

@media screen and (max-width:767px) {
#redirect-page img {
	max-height: 80px
}
}
#redirect-container {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	width: 65%;
	transform: translate(-50%, -50%)
}

@media screen and (max-width:767px) {
#redirect-container {
	top: 175px;
	transform: translateX(-50%);
	width: 90%
}
}
#redirect-container p {
	margin: 10px auto;
	line-height: 1.3em
}

@media screen and (max-width:767px) {
#redirect-container p {
	font-size: 14px
}
}
#redirect-container h1 {
	margin-bottom: 25px
}

@media screen and (max-width:767px) {
#redirect-container h1 {
	font-size: 20px
}
}
#redirect-container .homepage-link {
	text-decoration: underline
}
.fa {
	font-weight: 700
}
table.table-autowidth {
	width: auto;
	margin-left: auto;
	margin-right: auto
}
.table-responsive::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
background-color:#f5f5f5
}
.table-responsive::-webkit-scrollbar {
height:5px;
background-color:#ddd
}
.table-responsive::-webkit-scrollbar-thumb {
background-color:#967a50
}
.homepage .content_wrapper, .inner-page .content_wrapper {
	padding-left: 0;
	padding-right: 0
}
.homepage .content_wrapper .no-gutter .widget-wrapper, .inner-page .content_wrapper .no-gutter .widget-wrapper {
	padding: 30px 0;
	max-width: 1340px
}
.homepage .content_wrapper .no-gutter .widget-wrapper.parallaxContainer, .inner-page .content_wrapper .no-gutter .widget-wrapper.parallaxContainer {
	padding-top: 200px!important;
	padding-bottom: 200px!important;
	background-position: center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;
	-ms-background-clip: border-box;
	-o-background-clip: border-box;
	background-clip: border-box
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
.homepage .content_wrapper .no-gutter .widget-wrapper.parallaxContainer, .inner-page .content_wrapper .no-gutter .widget-wrapper.parallaxContainer {
	background-attachment: scroll
}
}
.homepage .content_wrapper .no-gutter .widget-wrapper.parallaxContainer .heading, .inner-page .content_wrapper .no-gutter .widget-wrapper.parallaxContainer .heading {
	margin: 0
}
.homepage .content_wrapper .no-gutter .widget-wrapper.bgImageContainer, .inner-page .content_wrapper .no-gutter .widget-wrapper.bgImageContainer {
	padding-top: 150px!important;
	padding-bottom: 150px!important;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;
	-ms-background-clip: border-box;
	-o-background-clip: border-box;
	background-clip: border-box
}
.homepage .content_wrapper .no-gutter .widget-wrapper.bgImageContainer .heading, .inner-page .content_wrapper .no-gutter .widget-wrapper.bgImageContainer .heading {
	margin: 0!important
}
.homepage .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget, .inner-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget {
	width: 100%!important;
	max-width: unset!important
}
.homepage .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper, .inner-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper {
	margin: 0 auto;
	padding: 30px 15px;
	width: 85%;
	max-width: 1340px
}
.homepage .content_wrapper .no-gutter .widget-wrapper.summary_widget_wrapper, .inner-page .content_wrapper .no-gutter .widget-wrapper.summary_widget_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
.content_wrapper .no-gutter {
	display: inline-block
}
.widget-wrapper.fullWidthWidget {
	max-width: none
}
}
/*# sourceMappingURL=simp.min.css.map */
