﻿html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
xpre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

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

nav ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help
}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input,
select {
	vertical-align: middle
}

body {
	font: 13px sans-serif;
	*font-size: small;
	*font: x-small;
	line-height: 1.22
}

table {
	font-size: inherit;
	font: 100%
}

xpre,
code,
kbd,
samp {
	font-family: monospace, sans-serif
}

body,
select,
input,
textarea {
	color: #444
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	text-rendering: optimizeLegibility
}

html {
	-webkit-font-smoothing: antialiased
}

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

a,
a:active,
a:visited {
	color: #607890
}

a:hover {
	color: #036
}

ul {
	margin-left: 30px
}

ol {
	margin-left: 30px;
	list-style-type: decimal
}

small {
	font-size: 85%
}

strong,
th {
	font-weight: 700
}

td,
td img {
	vertical-align: top
}

sub {
	vertical-align: sub;
	font-size: smaller
}

sup {
	vertical-align: super;
	font-size: smaller
}

xpre {
	padding: 15px;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word
}

input[type="radio"] {
	vertical-align: text-bottom
}

input[type="checkbox"] {
	vertical-align: bottom;
	*vertical-align: baseline
}

.ie6 input {
	vertical-align: text-bottom
}

label,
input[type=button],
input[type=submit],
button {
	cursor: pointer
}

::-moz-selection {
	background: #58719b;
	color: #fff;
	text-shadow: none
}

::selection {
	background: #58719b;
	color: #fff;
	text-shadow: none
}

a:link {
	-webkit-tap-highlight-color: #FF5E99
}

html {
	overflow-y: scroll
}

button {
	width: auto;
	overflow: visible
}

.ie7 img {
	-ms-interpolation-mode: bicubic
}

.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat
}

.hidden {
	display: none;
	visibility: hidden
}

.visuallyhidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px)
}

.invisible {
	visibility: hidden
}

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

.clearfix {
	display: inline-block
}

* html .clearfix {
	height: 1%
}

.clearfix {
	display: block
}

@media print {
	* {
		background: transparent !important;
		color: #444 !important;
		text-shadow: none
	}

	a,
	a:visited {
		color: #444 !important;
		text-decoration: underline
	}

	a:after {
		content: " (" attr(href) ")"
	}

	abbr:after {
		content: " (" attr(title) ")"
	}

	.ir a:after {
		content: ""
	}

	xpre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	img {
		page-break-inside: avoid
	}

	@page {
		margin: .5cm
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}
}

@media screen and (max-device-width:480px) {
	html {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none
	}
}

form.simple {
	background-color: red
}

form.simple div.fieldwrapper.alert {
	border: 0 solid #f3d6d6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(255, 0, 0, .15)
}

form.simple div.fieldwrapper.pass:after {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	right: 3px;
	top: 7px;
	font-size: 24px;
	color: rgba(0, 0, 0, .5)
}

form.simple div.fieldwrapper.alert:after {
	font-family: FontAwesome;
	content: "\f071";
	position: absolute;
	right: 3px;
	top: 7px;
	font-size: 24px;
	color: rgba(255, 0, 0, .5)
}

form.simple div.fieldwrapper .thefield span.error {
	font-size: 80%;
	display: block;
	clear: both
}

form.simple input.text.alert {
	border: 1px solid #903 !important
}

form.simple {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 24px
}

form.simple fieldset {
	margin: 20px 0;
	border: 0;
	padding: 5px 0
}

form.simple legend {
	font: 18px/24px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #666
}

form.simple input {
	padding: 0 3px;
	font: 12px/34px Georgia, "Times New Roman", Times, serif;
	color: #333
}

form.simple div.description {
	padding-bottom: 10px;
	font-style: normal
}

form.simple div.fieldwrapper {
	overflow: hidden;
	padding: 2px;
	position: relative;
	margin-top: 2px
}

form.simple div.fieldwrapper:focus {
	background-color: #EAFAEC
}

form.simple div.fieldwrapper label.styled {
	float: left;
	width: 165px;
	text-transform: capitalize;
	border-bottom: 0 solid #666;
	margin: 5px 5px auto 0;
	text-align: right;
	position: absolute;
	left: 0;
	top: 3px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 15px
}

form.simple div.fieldwrapper div.thefield {
	margin-left: 170px;
	margin-right: 32px
}

form.simple div.fieldwrapper.label75 label.styled,
form.simple fieldset.label75 div.fieldwrapper label.styled,
form.simple.label75 fieldset div.fieldwrapper label.styled {
	width: 75px
}

form.simple div.fieldwrapper.label75 div.thefield,
form.simple fieldset.label75 div.fieldwrapper div.thefield,
form.simple.label75 fieldset div.fieldwrapper div.thefield {
	margin-left: 80px
}

form.simple div.fieldwrapper.label100 label.styled,
form.simple fieldset.label100 div.fieldwrapper label.styled,
form.simple.label100 fieldset div.fieldwrapper label.styled {
	width: 100px
}

form.simple div.fieldwrapper.label100 div.thefield,
form.simple fieldset.label100 div.fieldwrapper div.thefield,
form.simple.label100 fieldset div.fieldwrapper div.thefield {
	margin-left: 105px
}

form.simple div.fieldwrapper.label125 label.styled,
form.simple fieldset.label125 div.fieldwrapper label.styled,
form.simple.label125 fieldset div.fieldwrapper label.styled {
	width: 125px
}

form.simple div.fieldwrapper.label125 div.thefield,
form.simple fieldset.label125 div.fieldwrapper div.thefield,
form.simple.label125 fieldset div.fieldwrapper div.thefield {
	margin-left: 130px
}

form.simple div.fieldwrapper.label150 label.styled,
form.simple fieldset.label150 div.fieldwrapper label.styled,
form.simple.label150 fieldset div.fieldwrapper label.styled {
	width: 150px
}

form.simple div.fieldwrapper.label150 div.thefield,
form.simple fieldset.label150 div.fieldwrapper div.thefield,
form.simple.label150 fieldset div.fieldwrapper div.thefield {
	margin-left: 155px
}

form.simple div.fieldwrapper.fulllabel label.styled,
form.simple div.fieldwrapper.labelfull label.styled {
	width: 100%;
	clear: both;
	position: relative;
	text-align: left;
	float: none;
	padding-bottom: 5px;
	display: block;
	text-transform: none
}

form.simple div.fieldwrapper.required label.styled {
	font-weight: 700
}

form.simple div.fieldwrapper.required label.styled:after {
	content: " *";
	color: #900
}

form.simple div.fieldwrapper .thefield ul {
	width: 100% !important;
	margin: 0px !important;
	padding: 0px !important
}

form.simple div.fieldwrapper .thefield ul li {
	margin: 0px !important;
	display: block !important;
	padding: 0 0 5px !important;
	list-style-type: none !important;
	clear: both !important;
	background-image: none !important;
	width: 100% !important;
	position: relative;
	height: 20px
}

form.simple div.fieldwrapper .thefield ul li label {
	margin: 0 0 0 20px;
	display: block;
	padding-top: 6px;
	clear: right;
	width: auto;
	color: #333
}

form.simple div.fieldwrapper .thefield span.instruction {
	font-size: 80%;
	color: #666;
	display: block;
	clear: both
}

form.simple div.fieldwrapper div.thefield input {
	margin: 3px 0
}

form.simple div.fieldwrapper div.thefield input.text {
	margin: 3px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 100%;
	border: 1px solid #999
}

form.simple div.fieldwrapper div.thefield.two div {
	float: left;
	width: 48%;
	margin-right: 2% !important
}

form.simple div.fieldwrapper div.thefield.two div:last-child {
	width: 50%;
	margin-right: 0 !important
}

form.simple div.fieldwrapper div.thefield.two ul li {
	box-sizing: border-box;
	clear: none !important;
	display: block;
	float: left !important;
	width: 48% !important;
	margin-right: 2% !important
}

form.simple div.fieldwrapper div.thefield.three div {
	float: left;
	width: 31.33%;
	margin-right: 2% !important
}

form.simple div.fieldwrapper div.thefield.three div:last-child {
	width: 33.33%;
	margin-right: 0 !important
}

form.simple div.fieldwrapper div.thefield.three ul li {
	box-sizing: border-box;
	clear: none !important;
	display: block;
	float: left !important;
	width: 31.33% !important;
	margin-right: 2% !important
}

form.simple div.fieldwrapper div.thefield.four div {
	float: left;
	width: 23%;
	margin-right: 2% !important
}

form.simple div.fieldwrapper div.thefield.four div:last-child {
	width: 25%;
	margin-right: 0 !important
}

form.simple div.fieldwrapper div.thefield.four ul li {
	box-sizing: border-box;
	clear: none !important;
	display: block;
	float: left !important;
	width: 23% !important;
	margin-right: 2% !important
}

form.simple div.fieldwrapper div.thefield input.text:focus {
	border: 1px solid #900;
	background-color: #FFC
}

form.simple div.fieldwrapper div.thefield input.radio,
form.simple div.fieldwrapper div.thefield input.checkbox {
	float: left;
	cursor: pointer;
	padding-top: 0;
	padding-bottom: 0
}

form.simple div.fieldwrapper div.thefield textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #666
}

form.simple div.fieldwrapper div.thefield select {
	width: 100%;
	margin: 4px 0;
	line-height: normal
}

form.simple div.buttonsdiv {
	margin: 15px 30px 15px 180px;
	text-align: right
}

form.simple div.buttonsdiv input {
	font-size: 14px;
	font-weight: 700;
	padding: 5px 8px;
	color: #1a3a5c;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	background: #c9e4f3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7ebf6', endColorstr='#c9e3f3');
	background: -webkit-gradient(linear, left top, left bottom, from(#d7ebf6), to(#c9e3f3));
	background: -moz-linear-gradient(top, #d7ebf6, #c9e3f3);
	box-shadow: 0 1px 3px #20598e;
	-moz-box-shadow: 0 1px 3px #20598e;
	-webkit-box-shadow: 0 1px 3px #20598e;
	border: none;
	border-top: 1px solid #fff
}

form.simple div.buttonsdiv input:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3dff9', endColorstr='#98d4f6');
	background: -webkit-gradient(linear, left top, left bottom, from(#b3dff9), to(#98d4f6));
	background: -moz-linear-gradient(top, #b3dff9, #98d4f6)
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.fancybox-opened {
	z-index: 8030
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-outer,
.fancybox-inner {
	position: relative
}

.fancybox-inner {
	overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url(../../../../_resources/jQueryPlugins/jquery.fancybox/default/fancybox_sprite.png)
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../../../../_resources/jQueryPlugins/jquery.fancybox/default/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../../../../_resources/jQueryPlugins/jquery.fancybox/default/blank.gif);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040
}

.fancybox-prev {
	left: 0
}

.fancybox-next {
	right: 0
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}

.fancybox-nav:hover span {
	visibility: visible
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto
}

.fancybox-lock body {
	overflow: hidden !important
}

.fancybox-lock-test {
	overflow-y: hidden !important
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../../../../_resources/jQueryPlugins/jquery.fancybox/default/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}

.fancybox-opened .fancybox-title {
	visibility: visible
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, .8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}

.fancybox-title-inside-wrap {
	padding-top: 10px
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {

	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url(../../../../_resources/jQueryPlugins/jquery.fancybox/default/fancybox_sprite@2x.png);
		background-size: 44px 152px
	}

	#fancybox-loading div {
		background-image: url(../../../../_resources/jQueryPlugins/jquery.fancybox/default/fancybox_loading@2x.gif);
		background-size: 24px 24px
	}
}

span.zoomicon {
	position: absolute;
	height: 23px;
	width: 23px;
	right: 2px;
	bottom: 2px;
	background-image: url(../../../../_resources/jQueryPlugins/jquery.fancybox/default/zoom.png);
	background-repeat: no-repeat;
	text-indent: -2000em !important;
	text-align: left !important
}

a.zoomlink.video span.zoomicon,
a.zoomlink.youtube span.zoomicon,
a.zoomlink.vimeo span.zoomicon,
a.zoomlink.bliptv span.zoomicon {
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	bottom: 0;
	text-indent: -2000em !important;
	background: url(../../../../_resources/jQueryPlugins/jquery.fancybox/default/play.png) no-repeat center center
}

a.zoomlink.swf span.zoomicon {
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	bottom: 0;
	text-indent: -2000em !important;
	background: url(../../../../_resources/jQueryPlugins/jquery.fancybox/default/360.png) no-repeat center center
}

a.zoomlink:hover span.zoomicon,
a.zoomlink:active span.zoomicon {
	display: block;
	opacity: 1
}

.fancybox-type-iframe.fancybox-mobile .fancybox-inner {
	height: auto !important
}

#fancybox-overlay {
	position: fixed !important
}

html,
body,
p {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: 300
}

.money {
	font: 300 18px/30px 'Barlow', Helvetica, Arial, sans-serif
}

.money .cur {
	vertical-align: super;
	font-size: .5em
}

strong {
	font-weight: 500
}

body {
	background: rgba(250, 250, 250, 1) url(../../images/layout/noise.png) center center
}

body,
p {
	margin: 0;
	padding: 0;
	color: #000;
	font: 300 20px/30px 'Barlow', Helvetica, Arial, sans-serif
}

/*! In Editor Styles Only */
.FCKcontent,
#FCKcontent {
	width: 100%;
	max-width: 1170px;
	margin: 30px auto;
	color: #fff;
	font: 300 18px/30px 'Barlow', Helvetica, Arial, sans-serif;
	background: rgba(250, 250, 250, 1) url(../../images/layout/noise.png) center center
}

.FCKcontent table tr td,
.FCKcontent div {
	border: 1px dotted rgba(133, 0, 0, .35)
}

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

.designnotes {
	font-weight: 400;
	background-color: #FFC;
	display: block;
	border: 1px solid #FC3;
	background: #FFC url(../../images/templateicons/DevComment.gif) no-repeat left top;
	padding: 30px 10px 10px 75px;
	min-height: 55px
}

.SC_panel {
	width: 250px !important;
	font-size: 10px
}

.SC_panel span.designnotes {
	background-image: none;
	padding: 3px;
	min-height: 12px
}

img.template {
	display: block;
	clear: both;
	margin: 0 auto
}

#content div.mapwrap,
#content div.mapwrap>div:first-of-type {
	width: 100% !important
}

/*! For Google Maps  */
.MarkerTitle>div {
	white-space: pre;
	color: #FFF;
	text-align: left;
	font: bold 10px/10px 'Barlow', Helvetica, Arial, sans-serif;
	padding: 3px 5px;
	margin: 0 3px;
	text-shadow: #000 0 0 2px;
	background-color: rgba(0, 0, 0, .8);
	border: solid 1px #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000
}

.InfoContent {
	font: 12px/normal 'Barlow', Helvetica, Arial, sans-serif;
	color: #333
}

#content,
#content table tr td {
	color: #000;
	font: 300 18px/30px 'Barlow', Helvetica, Arial, sans-serif
}

#content .dark,
#content .dark table tr td {
	color: #fff;
	font: 300 20px/30px 'Barlow', Helvetica, Arial, sans-serif
}

#content tr td.indented {
	padding-left: 70px;
	padding-left: 5.9829%
}

#content tr,
#content tr td {
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

/*! link Styles */
#content a,
#content a:visited {
	text-decoration: none;
	color: rgba(24, 112, 183, 1)
}

#content a:hover,
#content a:active {
	color: #5FA5DE;
	text-decoration: underline
}

#content a[href$='.pdf']:before {
	font-family: FontAwesome;
	font-size: .8em;
	content: "\f1c1";
	padding-right: 5px
}

/*! CSS Buttons */
#content a.lrgButton,
#content a:visited.lrgbutton {
	margin: 0;
	color: #fff !important;
	font: 700 22px/26px 'Barlow', Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	display: block;
	padding: 10px 0;
	text-decoration: none !important;
	background: #5F93F8;
	overflow: hidden;
	border-style: none !important
}

#content a:hover.lrgButton {
	color: #2286b3 !important;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s
}

#content .button,
#content .button:visited {
	display: inline-block;
	font: 400 16px/20px 'Barlow', Helvetica, Arial, sans-serif;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(18, 95, 99, 1);
	padding: 5px 40px;
	margin: 0 auto;
	min-width: 24px;
	border-radius: 20px;
	letter-spacing: .1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all .2s ease
}

#content .button100,
#content .button100:visited {
	display: block;
	font: 400 16px/20px 'Barlow', Helvetica, Arial, sans-serif;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(18, 95, 99, 1);
	padding: 5px 40px;
	margin: 0 auto;
	min-width: 24px;
	border-radius: 20px;
	letter-spacing: .1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all .2s ease
}

#content .buttonDK,
#content .buttonDK:visited {
	display: inline-block;
	font: 400 16px/20px 'Barlow', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #fff;
	padding: 5px 40px;
	margin: 0 auto;
	min-width: 24px;
	border-radius: 20px;
	letter-spacing: .1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(8, 29, 47, 1);
	transition: all .2s ease
}

#content .buttonDK100,
#content .buttonDK100:visited {
	display: block;
	font: 400 16px/20px 'Barlow', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #fff;
	padding: 5px 40px;
	margin: 0 auto;
	min-width: 24px;
	border-radius: 20px;
	letter-spacing: .1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(8, 29, 47, 1);
	transition: all .2s ease
}

#content .button:hover,
#content .button100:hover,
#content .buttonDK:hover,
#content .buttonDK100:hover {
	color: #FFF;
	background-color: rgba(16, 71, 89, 1);
	text-decoration: none
}

#content a.smallButton,
#content a:visited.smallButton {
	font: 700 18px/24px 'Barlow', Helvetica, Arial, sans-serif;
	color: #000;
	border-radius: 50%;
	background-color: #75B1C7;
	text-align: center;
	display: inline-block;
	min-width: 24px
}

#content a:hover.smallButton {
	color: #fff;
	background: #000
}

/*! Headers */
#content h1 {
	color: #000;
	display: block;
	padding: 0;
	font: 400 48px/60px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
	margin: 30px 0 20px;
	letter-spacing: .02em
}

#content h1 .highlight1 {
	color: #f7ba00;
	font: 400 48px/60px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
	display: inline-block;
	text-transform: none
}

#content .dark h1 {
	color: #fff
}

#content h2 {
	color: #000;
	display: block;
	font: 400 36px/1.2em 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 6px 0 12px
}

#content .dark h2 {
	color: #fff
}

#content .offwhite h2 {
	color: #323232
}

#content h2 span {
	display: block
}

#content h3 {
	color: #000;
	display: block;
	clear: none;
	font: 400 24px/30px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
	margin: 6px 0 12px;
	letter-spacing: .1em
}

#content .dark h3 {
	color: #fff
}

#content h4 {
	font: italic 400 20px/30px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
	display: block;
	clear: none;
	color: #000;
	padding: 0;
	margin: 6px 0 10px;
	letter-spacing: .1em
}

#content .dark h4 {
	color: #fff
}

/*! Styles  */
#content .highlight1 {
	color: rgba(24, 69, 105, 1);
	font: 400 26px/30px 'Barlow', Helvetica, Arial, sans-serif;
	letter-spacing: .02em
}

#content .dark .highlight1 {
	color: #fff
}

#content .highlight2 {
	font-size: 24px
}

#content .highlight3 {
	color: rgba(47, 71, 102, 1);
	font-size: 20px
}

#content .highlight4 {
	color: rgba(14, 27, 36, 1)
}

#content .fineprint {
	font-size: 16px;
	line-height: 20px !important
}

#content .black {
	color: #000
}

#content .upper {
	text-transform: uppercase
}

#content .underlined {
	border-bottom: 1px solid #000
}

#content .tighter {
	line-height: 24px !important;
	display: block
}

#content hr,
#content .hr {
	background-image: url(../../images/content/hr.png);
	background-position: center center;
	border-style: none;
	clear: both;
	display: block;
	height: 58px;
	margin: 0;
	padding: 0;
	width: auto;
	position: relative
}

#content hr:before,
#content .hr:before {
	font-family: FontAwesome;
	content: "\f111";
	position: absolute;
	left: 0;
	top: 17px;
	font-size: 10px;
	color: #04212e
}

#content hr:after,
#content .hr:after {
	font-family: FontAwesome;
	content: "\f111";
	position: absolute;
	right: 0;
	top: 17px;
	font-size: 10px;
	color: #04212e
}

/*! Lists */
#content ul {
	display: block;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-top: 15px
}

#content ul li {
	display: block;
	list-style-type: none;
	list-style-position: outside;
	padding: 0 0 20px;
	line-height: 26px
}

#content ul li:before {
	font-family: 'FontAwesome';
	font-size: 14px;
	content: '\f0A9';
	margin: 0 8px 0 -20px;
	color: rgba(0, 0, 0, .5);
	top: -2px;
	position: relative
}

#content ol {
	display: block;
	padding-left: 18px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-top: 15px
}

#content ol li {
	margin-left: 10px;
	padding: 0 0 20px 5px;
	line-height: 26px
}

/*! Normal Content Tables */
#content table.table_basic {
	width: 100% !important;
	border-bottom: 1px solid rgba(21, 55, 102, .4)
}

#content table.table_basic thead {
	background: #325f84 url(../../images/layout/noise.png) center center
}

#content table.table_basic thead tr td {
	color: #fff;
	border-bottom: none;
	padding: 10px 20px;
	font: 300 18px/20px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
	border-top-style: none
}

#content table.table_basic tr td {
	vertical-align: top;
	border-top: 1px solid rgba(21, 55, 102, .4);
	padding: 10px 20px;
	background-color: rgba(0, 0, 0, .05);
	color: #000;
	border-left-width: 0;
	border-right-width: 0;
	border-right-style: none;
	border-left-style: none
}

#content table.callout {
	background-color: #13364B;
	width: 100% !important;
	height: auto !important;
	margin: 0;
	padding: 0
}

#content table.callout .black {
	color: rgba(63, 160, 238, 1)
}

#content table.callout td {
	padding: 20px;
	color: #fff;
	font: 400 24px/32px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase
}

#content table.calloutDark {
	background-color: rgba(0, 78, 111, .75);
	mix-blend-mode: multiply;
	width: 100% !important;
	height: auto !important;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, .5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#content table.calloutDark td {
	padding: 20px;
	color: #fff;
	font: 400 24px/32px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase
}

#content table.calloutLight {
	background-color: rgba(254, 254, 254, .5);
	width: 100% !important;
	height: auto !important;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, .5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#content table.calloutLight td {
	padding: 20px;
	color: rgba(0, 0, 0, 1);
	font: 400 24px/32px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase
}

/*! Media Styles */
#content img.left,
#content img.right,
#content img.centered,
#content img.vidLeft,
#content div.vidLeft,
#content img.vidRight,
#content div.vidRight,
#content img.vidFull,
#content div.vidFull,
#content div.mapwrap,
#content div.flashwrap {
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#content img.left,
#content div.vidLeft,
#content img.vidLeft {
	margin: 0 30px 0 0;
	float: left
}

#content img.right,
#content div.vidRight,
#content img.vidRight {
	float: right;
	margin: 0 0 0 30px
}

#content img.centered,
#content div.mapwrap,
#content div.flashwrap,
#content div.vidFull,
#content img.vidFull {
	float: none;
	margin: 0;
	clear: both;
	display: block
}

#content img.round {
	float: none;
	margin: 0 auto;
	clear: both;
	display: block;
	border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, 1);
	box-shadow: 0 0 2px #000;
	box-sizing: border-box;
	transition: all .5s ease;
	width: 100% !important
}

#content img.round:hover {
	border-radius: 5%;
	border: 5px solid rgba(255, 255, 255, 1);
	opacity: 1
}

#content img.round.lifted {
	margin-top: -58px
}

#content div.mapwrap {
	overflow: hidden
}

#content div.mapwrap>div {
	width: 100%
}

/*! Quotes */
#content table.quotespecial {
	margin: 0;
	background: #cb2217
}

#content table.quotespecial.fill {
	width: 100%;
	position: absolute;
	left: 0;
	top: -50px;
	right: 0;
	bottom: 0;
	display: block
}

#content table.quotespecial.fill tbody,
#content table.quotespecial.fill td,
#content table.quotespecial.fill tr {
	height: 100%;
	display: block;
	position: relative
}

#content table.quotespecial td.main {
	font: 400 16px/26px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
	color: #474747;
	font-style: italic;
	text-align: center;
	padding: 20px;
	background: url(//d1n59xpaprvtgj.cloudfront.net/themes/REO19/images/content/QuoteBG.png) center center no-repeat;
	vertical-align: middle
}

#content table.quotespecial td.caption {
	font: 400 normal 15px/normal 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: right;
	padding-right: 20px
}

#content table.quote_full {
	margin: 0
}

#content table.quote_left {
	margin: 0 30px 0 0
}

#content table.quote_right {
	margin: 0 0 0 30px
}

#content table.quote_full td.main,
#content table.quote_left td.main,
#content table.quote_right td.main {
	font: 300 18px/24px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
	color: #2d2d2d;
	text-align: left;
	padding: 20px;
	background-color: rgba(238, 238, 238, 1);
	vertical-align: middle
}

#content table.quote_full td.caption,
#content table.quote_left td.caption,
#content table.quote_right td.caption {
	font: 700 normal 14px/18px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
	color: #474747;
	text-align: left;
	padding-left: 80px;
	padding-top: 6px;
	text-transform: uppercase;
	background-image: url(../../images/content/quotetail.png);
	background-repeat: no-repeat;
	background-position: 40px 0;
	padding-bottom: 12px
}

#content .imagequote {
	min-height: 200px;
	background-position: center center;
	background-size: cover
}

#content .imagequote table.quote_right {
	margin: 20px 20px 10px 0;
	width: 80%;
	max-width: 450px
}

#content .imagequote table.quote_right td.main {
	font: italic 400 16px/normal 'Lato', Helvetica, Arial, sans-serif;
	color: #000;
	text-align: left;
	padding: 20px 20px 20px 80px;
	background: rgba(250, 249, 245, .8) url(//d1n59xpaprvtgj.cloudfront.net/themes/REO19/images/content/quoteleft.png) no-repeat 20px 20px;
	vertical-align: middle;
	min-height: 32px
}

#content .imagequote table.quote_right td.caption {
	font: 700 normal 14px/20px 'Lato', Helvetica, Arial, sans-serif;
	background: url(//d1n59xpaprvtgj.cloudfront.net/themes/REO19/images/content/quotetail80.png) no-repeat 30px 0;
	color: #474747;
	text-align: left;
	padding: 10px 0 0 80px;
	text-shadow: 2px 3px 10px rgba(0, 0, 0, .8)
}

#content .imagequote table.quote_right td.caption div {
	color: #d93232
}

#content table.table_utility {
	background: rgba(0, 0, 0, .15);
	border-style: none
}

#content table.table_utility tr td {
	padding: 10px 20px
}

@media only screen and (max-width:600px) {
	table.grid.stack>tbody>tr>td {
		display: block;
		width: 100% !important;
		margin-bottom: 24px
	}

	table.grid.stack>tbody>tr>td:last-child {
		margin-bottom: 0
	}

	table.grid.stack>tbody>tr>td.gutter,
	table.grid16.stack>tbody>tr>td.gutter1-16,
	table.grid16.stack>tbody>tr>td.noMobile {
		display: none
	}
}

#content .flybook-book-now-button {
	background: #fff !important;
	font: 700 16px/32px 'Roboto Condensed', Arial, Helvetica, sans-serif;
	border-radius: 5px;
	padding: 0 12px;
	text-transform: uppercase;
	color: #1c9132;
	display: inline-block;
	cursor: pointer;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .34);
	height: auto;
	margin: auto;
	border: none
}

#content .flybook-book-now-button:hover {
	background: #1c9132 !important;
	color: #fff
}

#content .full .flybook-book-now-button {
	padding: 5px 20px;
	text-transform: capitalize !important
}

#content .full .flybook-book-now-button:hover {
	background: #1c9132 !important;
	color: #fff
}

.body {
	height: 100%;
	background: #fff url(../../images/layout/noise-1.png) center center;
	color: #000;
	font: 300 18px/30px 'Barlow', Helvetica, Arial, sans-serif
}

html,
body,
p {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: 300
}

.width {
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box
}

#container {
	overflow: hidden;
	width: 100%;
	background: transparent url(../../images/layout/footerBG3.jpg) center bottom no-repeat;
	background-size: 100% auto
}

#line {
	height: 30px;
	width: 100%;
	background: rgba(0, 0, 0, .04)
}

#page {
	position: relative;
	padding: 0 15px
}

#topNav .logo {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 101;
	width: 428px;
	height: 88px
}

.logo {
	margin: 0;
	width: 428px;
	height: 88px;
	transition: all .5s ease
}

.logo .element {
	position: absolute;
	transition: all .5s ease
}

.logo .logoWaves {
	width: auto;
	height: 78%;
	top: 0;
	left: 0
}

.logo .logoREO {
	width: auto;
	height: 35%;
	top: 17%;
	left: 36%;
	max-height: 32px
}

.logo .logoRafting {
	width: auto;
	height: 13.5%;
	top: 65%;
	top: auto;
	bottom: 21.5%;
	right: 0;
	max-height: 12px
}

.logo .element path,
#logo .element path {
	fill: #fff;
	transition: all .5s ease
}

#topNav .logo.inline {
	height: 35px;
	top: 5px
}

.logo.inline .logoREO {
	width: auto;
	height: 80%;
	top: 10%;
	left: 0%
}

.logo.inline .logoRafting {
	width: auto;
	height: 40%;
	max-height: 14px;
	top: auto;
	bottom: 10%;
	right: 0
}

.logo.inline .logoWaves {
	top: -15%;
	left: 100px
}

#topspacer {
	height: 48px
}

#topNav {
	background: rgba(135, 162, 131, 0.45) ;
	height: 140px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 4px 2px 2px rgba(0, 0, 0, .1);
	transition: all .5s ease
}

.sticky #topNav {
	height: 90px;
	background: rgba(93, 235, 54, 0.37)
}

.bookBTN {
	position: absolute;
	display: block;
	padding: 0 15px;
	top: 0;
	right: 0;
	font: normal 20px/90px Barlow, sans-serif;
	text-transform: uppercase;
	text-align: center;
	background-color: #fff;
	color: #000 !important;
	text-decoration: none;
	transition: all .5s ease;
	border: 0px !important
}

.bookBTN:hover {
	background-color: #d18416
}

.sticky .bookBTN {
	font: normal 18px/40px Barlow, sans-serif
}

.GetinTouch {
	position: absolute;
	top: 15px;
	font: 400 24px/28px 'Barlow', Times, Helvetica, sans-serif;
	text-decoration: none;
	right: 180px;
	transition: all .3s;
	transform-origin: top right;
	width: 400px;
	color: #fff;
	display: block;
	text-align: right;
	letter-spacing: .1em
}

.GetinTouch a {
	color: #fff;
	text-decoration: none
}

.sticky .GetinTouch {
	top: 7px;
	right: 160px;
	transform: scale(.9)
}

.sticky .GetinTouch .email {
	opacity: 0
}

.GetinTouch .email {
	letter-spacing: 0em;
	transition: all .5s ease;
	font-size: 18px
}

.social {
	display: none;
	border-top: none;
	height: 40px;
	right: 0;
	top: 24px;
	position: absolute;
	width: 200px;
	box-sizing: border-box;
	transition: all .3s;
	transform-origin: center right
}

.sticky #topNav .social {
	top: 15px
}

.social ul,
.social ul li,
.socialfooter ul,
.social ul li {
	list-style: none;
	margin: 0;
	padding: 0
}

.social ul,
.socialfooter ul {
	position: absolute;
	text-align: center;
	right: 0;
	top: 0
}

.social ul li,
.socialfooter ul li {
	margin: 0 2px;
	display: inline
}

.social ul li a,
.socialfooter ul li a {
	display: inline-block;
	width: 34px !important;
	height: 34px !important;
	border-radius: 50%;
	border: 0 solid rgba(204, 204, 204, .7);
	text-align: center;
	line-height: 34px !important;
	font-size: 19px;
	color: #fff;
	font-weight: 700;
	background-color: transparent;
	transition: transform .2s ease-in-out, color .2s ease-in-out, background-color .2s ease-in-out
}

.social ul li a i,
.socialfooter ul li a i {
	position: relative;
	top: 0;
	left: 0;
	line-height: 34px
}

.social ul li a:hover,
.socialfooter ul li a:hover {
	color: #fff;
	transform: scale(1.2)
}

header {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-top: 0;
	min-height: 180px;
	border-bottom: 0 solid #f7ba00;
	border-bottom: 5px solid #122331;
	border-bottom: 1px solid #fff;
	background: #325f84 url(../../images/layout/noise-1.png) center center
}

header.FullHeight,
header.FullHeight .rsDefault {
	min-height: calc(100vh - 65px)
}

header.FullHeight .rsDefault,
header.FullHeight .rsUni {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

#video {
	object-fit: cover;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	max-height: 100vh !important
}

#TARibbon {
	width: 247px;
	height: 247px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../../images/layout/TA2.png) left bottom;
	z-index: 99;
	display: none
}

#TARibbon2 {
	width: 305px;
	height: 305px;
	position: absolute;
	bottom: -305px;
	right: 0;
	background: url(../../images/layout/TA2020BoB.png) top right;
	background-size: contain;
	z-index: 99;
	transition: all .5s ease
}

.sticky #TARibbon2 {
	width: 200px;
	height: 200px;
	bottom: -200px
}

header.done #TARibbon2 {
	display: none
}

#main {
	position: relative;
	padding: 30px 0 20px;
	padding: 0
}

#content {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0 0 0;
	min-height: 800px;
	box-sizing: border-box;
	max-width: 1170px;
	z-index: 500
}

#mainnav {
	bottom: 0;
	height: 50px;
	right: 0;
	position: absolute;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 100;
	background-color: rgba(0, 0, 0, .5)
}

.sticky #mainnav {
	background-color: rgba(0, 0, 0, .75)
}

footer {
	width: 100%;
	height: 45vw;
	position: relative;
	font: normal 12px/30px Barlow, Arial, Helvetica, sans-serif;
	padding: 0;
	color: #fff;
	box-sizing: border-box;
	/* background: url(../../images/layout/noise-1.png) center center */
}

	footer #fbottom {
		position: absolute;
		bottom: 0;
		background: rgba(135, 162, 131, 0.45);
		left: 0;
		right: 0;
		height: 95px
	}

footer .inner {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: 100%
}

#flogo {
	display: block;
	left: 30px;
	position: absolute;
	text-indent: -2000em;
	top: 40%;
	transition: all .5s ease 0;
	margin: 0;
	width: 428px;
	height: 88px
}

footer .info {
	color: #fff;
	display: block;
	font: 400 14px/20px Barlow, Helvetica, sans-serif;
	left: 155px;
	max-width: 450px;
	position: absolute;
	text-align: left;
	top: 80px;
	width: 100%;
	text-indent: 0
}

#contactinfo {
	background: rgba(0, 0, 0, .5);
	height: 50px;
	line-height: 50px
}

footer .GetinTouch {
	display: block;
	position: absolute;
	left: auto;
	right: 30px;
	text-align: center;
	bottom: 8px !important;
	transform-origin: right top 0;
	transition: all .3s ease 0;
	width: auto;
	height: 120px;
	top: auto
}

footer .GetinTouch a {
	color: rgba(93, 96, 163, 1);
	text-decoration: none
}

footer .GetinTouch a:hover {
	color: rgba(0, 0, 0, 1);
	transform: scale(1.3)
}

footer .email {
	display: block;
	font: 400 24px/33px Barlow, sans-serif;
	color: #000
}

footer .phone {
	display: block;
	font: 400 48px/52px Barlow, sans-serif
}

footer .GetinTouch i.fa-fax {
	font-size: 16px !important
}

.socialfooter {
	border-top: none;
	left: 60px;
	right: auto;
	bottom: 85px;
	width: 200px;
	text-align: right;
	position: absolute;
	box-sizing: border-box;
	transition: all .3s;
	transform-origin: center right
}

footer #copyright {
	text-align: left;
	position: relative;
	height: auto;
	width: auto;
	left: 15px;
	bottom: 0;
	color: #f5f5f5;
	font: normal 12px/50px Barlow, Arial, Helvetica, sans-serif
}

#IncBar {
	background: rgba(0, 0, 0, .5);
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

footer #incontrol {
	text-align: right;
	position: absolute;
	height: auto;
	width: auto;
	right: 15px;
	bottom: 0;
	color: #f5f5f5;
	font: normal 12px/40px Barlow, Arial, Helvetica, sans-serif
}

footer #incontrol a {
	color: #e2eeff;
	text-decoration: none
}

footer #incontrol a .highlight {
	color: #e2eeff;
	text-decoration: none
}

footer #incontrol a:hover {
	color: #fff
}

footer #incontrol #wcmsLogin {
	opacity: .3;
	margin-left: 10px;
	transition: all .5s;
	min-width: 8px
}

footer #incontrol #wcmsLogin:hover {
	opacity: 1
}

#container_jwplayer_display_icon {
	display: none !important
}

#FlybookWidgetIframe {
	display: none
}

#FlybookWidgetIframe.flybook-book-now-visible {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	display: block
}

.flybook-ios {
	position: absolute !important
}

.flybook-widget-background {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
	background-color: rgba(0, 0, 0, .6);
	text-align: center
}

.flybook-widget-background span {
	color: #fff;
	font-weight: 600;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	position: fixed;
	bottom: 25px;
	left: 35%
}

.spinner {
	text-align: center;
	margin: 100px;
	height: 50px;
	width: 50px;
	animation: rotate 0.8s infinite linear;
	border: 8px solid gainsboro;
	border-right-color: transparent;
	border-radius: 50%;
	display: inline-block
}

@keyframes rotate {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

:focus {
	outline: thick none #000
}

ul.mainNav {
	list-style: none;
	line-height: normal;
	margin: 0;
	padding: 0;
	z-index: 100;
	text-align: center
}

ul.mainNav>li {
	display: inline-block;
	border-left: 0 solid rgba(255, 255, 255, .25)
}

ul.mainNav>li.first {
	background: none;
	border-left: 0 solid rgba(255, 255, 255, 0)
}

ul.mainNav>li a {
	font: normal 20px/50px 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: right;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
	letter-spacing: .05em;
	position: relative
}

ul.mainNav li.current>a,
ul.mainNav li.current>a:hover {
	color: #fff;
	background: rgba(10, 30, 47, .35)
}

#mainnav>ul li.current>a:after {
	content: '';
	display: none;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 1px;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	left: 0
}

ul.mainNav ul li.current>a:after {
	display: none
}

ul.mainNav li.sfHover>a,
ul.mainNav li.sfHover>a:hover,
ul.mainNav li a:hover {
	color: #fff;
	background: rgba(10, 30, 47, .85)
}

ul.mainNav ul {
	display: none;
	list-style: none;
	position: absolute;
	top: 50px;
	margin: 0;
	width: auto;
	background: rgba(10, 30, 47, .95);
	padding: 10px 0 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .9);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .9);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .9);
	clip: rect(0, 1000px, 1000px, -5px)
}

ul.mainNav ul li,
ul.mainNav ul li.current {
	border: 0;
	float: none;
	margin: 0 5px;
	padding: 0;
	background: none
}

ul.mainNav ul li.first {
	background-repeat: no-repeat;
	background-position: center top;
	border-style: none
}

ul.mainNav ul li.first a {
	border-style: none
}

ul.mainNav ul li a,
ul.mainNav li.sfHover ul li a,
ul.mainNav ul li.current a {
	display: block;
	text-decoration: none !important;
	color: #fff;
	color: rgba(255, 255, 255, .75);
	margin: 0;
	background: none;
	text-transform: none;
	padding: 0 15px;
	border-radius: 5px;
	font: normal 13px/24px 'Roboto Condensed', arial, serif;
	background: none;
	height: auto;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	text-align: left;
	white-space: nowrap
}

ul.mainNav ul li a:hover,
ul.mainNav li.sfHover ul li a:hover {
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 0 15px;
	height: auto;
	text-shadow: #000 0 0 3px;
	-moz-text-shadow: #000 0 0 3px;
	-webkit-text-shadow: #000 0 0 3px;
	background: rgba(255, 255, 255, .2) url(/themes/armetal11/images/layout/mainNav/smallArrow.png) 235px 7px no-repeat
}

ul.mainNav ul ul {
	top: 0;
	margin-top: 0;
	margin-left: 180px;
	display: none !important
}

ul.mainNav li ul li ul li {
	display: none !important
}

ul.mainNav a:hover,
{
color: #fff
}

ul.mainNav li.current ul li.current a {
	color: #fff
}

ul.mainNav li.current ul li.current {
	color: #FFF
}

ul.mainNav li.current ul li a {
	color: #FFF
}

ul.mainNav a.highlighted {
	color: #fff
}

ul.mainNav a .subind {
	display: none
}

ul.mainNav ul a .subind {
	display: block;
	float: right
}

ul.mainNav a {
	float: left
}

ul.mainNav ul a {
	float: none
}

ul.mainNav a {
	float: none
}

*:first-child+html ul.mainNav ul li {
	float: left;
	width: 100%
}

* html ul.mainNav ul li {
	float: left;
	height: 1%
}

* html ul.mainNav ul a {
	height: 1%
}

#subnavbar {
	width: 100%;
	margin: 20px auto
}

#subnavbar ul {
	padding: 0;
	margin: 0
}

#subnavbar ul li {
	list-style-type: none;
	line-height: 1px
}

#subnavbar ul li a {
	color: #1B6987;
	text-decoration: none;
	display: block;
	padding: 0 0 10px 30px;
	font: 300 28px/40px 'Lato', Arial, Helvetica, sans-serif;
	border-bottom: 1px solid rgba(8, 60, 80, 1)
}

#subnavbar ul li a:hover {
	color: rgba(0, 0, 0, .5)
}

#subnavbar ul ul {
	background: none
}

#subnavbar ul ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 1)
}

#subnavbar ul ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	font: 400 16px/20px 'Lato', Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 30px;
	border-bottom-style: none
}

#subnavbar ul ul li a:hover {
	color: #226E8B;
	background: rgba(97, 136, 156, .25)
}

#subnavbar ul ul li a.selected,
#subnavbar ul ul li a.selected:hover {
	color: #9c8d61;
	display: block;
	background: rgba(133, 158, 129, .2)
}

#subnavbar ul ul li.current a {
	color: #000;
	background: rgba(133, 158, 129, .2)
}

#subnavbar ul ul li.current a:hover {
	color: #226E8B;
	background: rgba(97, 136, 156, .25)
}

#subnavbar ul ul li.current ul {
	display: block
}

#subnavbar ul ul ul {
	display: block
}

#subnavbar ul ul ul li {
	border-bottom-style: none
}

#subnavbar ul ul ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	font: 300 15px/18px 'Lato', Arial, Helvetica, sans-serif;
	padding: 6px 0 6px 40px;
	border-bottom-style: none
}

#subnavbar ul ul ul li a:hover {
	color: #226E8B;
	background: rgba(97, 136, 156, .25)
}

#subnavbar ul ul li.current ul li a {
	text-decoration: none;
	padding: 0 0 0 40px;
	display: block;
	text-transform: none;
	font: 400 14px/35px 'Lato', Arial, Helvetica, sans-serif;
	color: #363636
}

#subnavbar ul ul li.current ul li a:hover {
	color: #43809A;
	background-color: rgba(255, 255, 255, .5)
}

#subnavbar ul ul li.current ul li.current a,
#subnavbar ul ul li.current ul li.current a:hover {
	color: #fff;
	background: rgba(133, 158, 129, .6)
}

html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
html.mm-opened .mm-menu.mm-horizontal>.mm-panel {
	-webkit-transition: none 0.4s ease;
	-moz-transition: none 0.4s ease;
	-ms-transition: none 0.4s ease;
	-o-transition: none 0.4s ease;
	transition: none 0.4s ease;
	-webkit-transition-property: top, right, bottom, left, border;
	-moz-transition-property: top, right, bottom, left, border;
	-ms-transition-property: top, right, bottom, left, border;
	-o-transition-property: top, right, bottom, left, border;
	transition-property: top, right, bottom, left, border
}

html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
	left: 0%;
	top: 0;
	margin: 0;
	border: 0 solid rgba(0, 0, 0, 0)
}

html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker {
	border: 0 solid rgba(100, 100, 100, 0)
}

.mm-menu .mm-hidden {
	display: none
}

.mm-fixed-top,
.mm-fixed-bottom {
	position: fixed;
	left: 0
}

.mm-fixed-top {
	top: 0
}

.mm-fixed-bottom {
	bottom: 0
}

html.mm-opened .mm-page,
.mm-menu>.mm-panel {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

html.mm-opened,
html.mm-opened body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative
}

html.mm-opened .mm-page {
	height: 100%;
	overflow: hidden;
	position: absolute
}

html.mm-background .mm-page {
	background: inherit
}

#mm-blocker {
	background: #fff;
	opacity: 0;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
	display: block
}

.mm-menu.mm-current {
	display: block
}

.mm-menu {
	background: inherit;
	display: none;
	overflow: hidden;
	height: 100%;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0
}

.mm-menu>.mm-panel {
	background: inherit;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 0
}

.mm-menu>.mm-panel.mm-opened {
	left: 0%
}

.mm-menu>.mm-panel.mm-subopened {
	left: -40%
}

.mm-menu>.mm-panel.mm-highest {
	z-index: 1
}

.mm-menu>.mm-panel.mm-hidden {
	display: block;
	visibility: hidden
}

.mm-menu .mm-list {
	padding: 20px 0
}

.mm-menu>.mm-list {
	padding: 20px 0 40px 0
}

.mm-panel>.mm-list {
	margin-left: -20px;
	margin-right: -20px
}

.mm-panel>.mm-list:first-child {
	padding-top: 0
}

.mm-list,
.mm-list>li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0
}

.mm-list {
	font: inherit;
	font-size: 14px
}

.mm-list a,
.mm-list a:hover {
	text-decoration: none
}

.mm-list>li {
	position: relative
}

.mm-list>li>a,
.mm-list>li>span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	line-height: 20px;
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0
}

.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
	content: '';
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0
}

.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
	width: auto;
	margin-left: 20px;
	position: relative;
	left: auto
}

.mm-list a.mm-subopen {
	width: 40px;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

.mm-list a.mm-subopen::before {
	content: '';
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.mm-list a.mm-subopen.mm-fullsubopen {
	width: 100%
}

.mm-list a.mm-subopen.mm-fullsubopen:before {
	border-left: none
}

.mm-list a.mm-subopen+a,
.mm-list a.mm-subopen+span {
	padding-right: 5px;
	margin-right: 40px
}

.mm-list>li.mm-selected>a.mm-subopen {
	background: transparent
}

.mm-list>li.mm-selected>a.mm-fullsubopen+a,
.mm-list>li.mm-selected>a.mm-fullsubopen+span {
	padding-right: 45px;
	margin-right: 0
}

.mm-list a.mm-subclose {
	text-indent: 20px;
	padding-top: 30px;
	margin-top: -20px
}

.mm-list>li.mm-label {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px;
	padding-right: 5px
}

.mm-list>li.mm-spacer {
	padding-top: 40px
}

.mm-list>li.mm-spacer.mm-label {
	padding-top: 25px
}

.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
	content: '';
	border: 2px solid transparent;
	display: block;
	width: 7px;
	height: 7px;
	margin-bottom: -5px;
	position: absolute;
	bottom: 50%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mm-list a.mm-subopen:after {
	border-top: none;
	border-left: none;
	right: 18px
}

.mm-list a.mm-subclose:before {
	border-right: none;
	border-bottom: none;
	margin-bottom: -15px;
	left: 22px
}

.mm-menu.mm-vertical .mm-list .mm-panel {
	display: none;
	padding: 10px 0 10px 10px
}

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
	border-color: transparent
}

.mm-menu.mm-vertical .mm-list li.mm-opened>.mm-panel {
	display: block
}

.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen {
	height: 40px
}

.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	right: 16px
}

html.mm-opened .mm-page {
	box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-ismenu {
	background: #333
}

.mm-menu {
	color: rgba(255, 255, 255, .6)
}

.mm-menu .mm-list>li:after {
	border-color: rgba(0, 0, 0, .15)
}

.mm-menu .mm-list>li>a.mm-subclose {
	background: rgba(0, 0, 0, .1);
	color: rgba(255, 255, 255, .3)
}

.mm-menu .mm-list>li>a.mm-subopen:after,
.mm-menu .mm-list>li>a.mm-subclose:before {
	border-color: rgba(255, 255, 255, .3)
}

.mm-menu .mm-list>li>a.mm-subopen:before {
	border-color: rgba(0, 0, 0, .15)
}

.mm-menu .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu .mm-list>li.mm-selected>span {
	background: rgba(0, 0, 0, .1)
}

.mm-menu .mm-list>li.mm-label {
	background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened>ul {
	background: rgba(255, 255, 255, .05)
}

html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
	left: 50%
}

.mm-menu {
	width: 50%
}

@media all and (max-width:175px) {
	.mm-menu {
		width: 100px
	}

	html.mm-opened.mm-opening .mm-page,
	html.mm-opened.mm-opening #mm-blocker,
	html.mm-opened.mm-opening .mm-fixed-top,
	html.mm-opened.mm-opening .mm-fixed-bottom {
		left: 100px
	}
}

@media all and (min-width:550px) {
	.mm-menu {
		width: 250px
	}

	html.mm-opened.mm-opening .mm-page,
	html.mm-opened.mm-opening #mm-blocker,
	html.mm-opened.mm-opening .mm-fixed-top,
	html.mm-opened.mm-opening .mm-fixed-bottom {
		left: 250px
	}
}

html.mm-nooverflowscrolling.mm-opened {
	height: auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll
}

html.mm-nooverflowscrolling.mm-opened body {
	overflow: auto
}

html.mm-nooverflowscrolling.mm-opened .mm-page {
	min-height: 1000px;
	position: fixed
}

html.mm-nooverflowscrolling.mm-opened .mm-menu {
	height: auto;
	min-height: 1000px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	left: auto;
	top: auto
}

html.mm-nooverflowscrolling.mm-opened>.mm-panel {
	position: relative;
	height: auto;
	display: none;
	left: 0
}

html.mm-nooverflowscrolling.mm-opened>.mm-panel.mm-current {
	display: block
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: 'FontAwesome';
	src: url(../../css/fonts/fontawesome-webfont.eot);
	src: url('../../css/fonts/fontawesome-webfont-1.eot') format('embedded-opentype'), url(../../css/fonts/fontawesome-webfont.woff2) format('woff2'), url(../../css/fonts/fontawesome-webfont.woff) format('woff'), url(../../css/fonts/fontawesome-webfont.ttf) format('truetype'), url('../../css/fonts/fontawesome-webfont.svg') format('svg');
	font-weight: 400;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

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

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

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

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	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
}

.royalSlider {
	width: 600px;
	height: 180px;
	position: relative;
	direction: ltr
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0)
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none
}

.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear
}

.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	-moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	-o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	transition: visibility 0s linear 0.3s, opacity 0.3s linear
}

.rsGCaption {
	width: 100%;
	float: left;
	text-align: center
}

.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	display: none
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative
}

.rsPreloader {
	position: absolute;
	z-index: 0
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none
}

.rsNavItem {
	-webkit-tap-highlight-color: rgba(0, 0, 0, .25)
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22
}

.rsTabs {
	float: left
}

.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative
}

.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s
}

.rsVideoFrameHolder.rsVideoActive {
	opacity: 1
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 25;
	-webkit-backface-visibility: hidden
}

.grab-cursor {
	cursor: url(../../css/grab.png) 8 8, move
}

.grabbing-cursor {
	cursor: url(../../css/grabbing.png) 8 8, move
}

.rsNoDrag {
	cursor: auto
}

.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #151515
}

.rsDefault {
	width: 100%;
	margin: 0 auto;
	height: auto
}

header.FullHeight .rsDefault {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21
}

.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px
}

.rsDefault.rsVer .rsArrowLeft {
	top: 0;
	left: 0
}

.rsDefault.rsVer .rsArrowRight {
	bottom: 0;
	left: 0
}

.rsDefault.rsHor .rsArrowLeft {
	left: 0;
	top: 0
}

.rsDefault.rsHor .rsArrowRight {
	right: 0;
	top: 0
}

.rsDefault .rsArrowIcn {
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	position: absolute;
	cursor: pointer;
	background: url(../../../../_resources/jQueryPlugins/royalslider/default/rs-default.png);
	background-color: rgba(0, 0, 0, .75);
	*background-color: #111;
	border-radius: 2px
}

.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0, 0, 0, .9)
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -64px -32px
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -64px -64px
}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
	background-position: -96px -32px
}

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
	background-position: -96px -64px
}

.rsDefault .rsArrowDisabled .rsArrowIcn {
	background-color: rgba(0, 0, 0, .4);
	opacity: .4;
	*display: none
}

.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 5px 1px;
	border-radius: 50%;
	background: #777;
	background: rgba(255, 255, 255, .5)
}

.rsDefault .rsBullets {
	background: rgba(0, 0, 0, .25);
	bottom: 0;
	height: auto;
	line-height: 18px;
	margin: 0 20px 0 auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: right;
	width: auto;
	z-index: 35
}

.rsDefault .rsBullet.rsNavSelected {
	background-color: #FFF
}

.rsDefault .rsThumbsHor {
	padding-bottom: 4px;
	width: 100%;
	height: 72px
}

.rsDefault .rsThumbsVer {
	padding-right: 4px;
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%
}

.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px
}

.rsDefault .rsThumb img {
	width: 100%;
	height: 100%
}

.rsDefault .rsThumb.rsNavSelected {
	background: #02874a
}

.rsDefault .rsThumb.rsNavSelected img {
	opacity: .3;
	filter: alpha(opacity=30)
}

.rsDefault .rsTmb {
	display: block
}

.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
	background: #000;
	background: rgba(0, 0, 0, .75)
}

.rsDefault .rsThumbsArrow:hover {
	background: rgba(0, 0, 0, .9)
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
	top: 0;
	left: 0
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
	bottom: 0;
	left: 0
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
	left: 0;
	top: 0
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
	right: 0;
	top: 0
}

.rsDefault .rsThumbsArrowIcn {
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	position: absolute;
	cursor: pointer;
	background: url(../../../../_resources/jQueryPlugins/royalslider/default/rs-default.png)
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -128px -32px
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -128px -48px
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -144px -32px
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -144px -48px
}

.rsDefault .rsThumbsArrowDisabled {
	display: none !important
}

@media screen and (min-width:0) and (max-width:800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px
	}

	.rsDefault .rsThumbsHor {
		height: 44px
	}

	.rsDefault .rsThumbsVer {
		width: 59px
	}
}

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	padding-top: 12px;
	position: relative
}

.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
	background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;
	*display: inline;
	*zoom: 1
}

.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.rsDefault .rsTab:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-right: 1px solid #cfcfcf
}

.rsDefault .rsTab:active {
	border: 1px solid #D9D9DD;
	background-color: #f4f4f4;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2) inset
}

.rsDefault .rsTab.rsNavSelected {
	color: #fff;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	-webkit-box-shadow: 0 1px 9px rgba(102, 102, 102, .65) inset;
	box-shadow: 0 1px 9px rgba(102, 102, 102, .65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB)
}

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer
}

.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url(../../../../_resources/jQueryPlugins/royalslider/default/rs-default.png) 0 0;
	background-color: rgba(0, 0, 0, .75);
	*background-color: #000;
	border-radius: 2px
}

.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0, 0, 0, .9)
}

.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0
}

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color: rgba(0, 0, 0, .3);
	width: 64px;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	cursor: pointer
}

.rsDefault .rsPlayBtnIcon {
	width: 64px;
	display: block;
	height: 64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: url(../../../../_resources/jQueryPlugins/royalslider/default/rs-default.png) no-repeat 0 -32px;
	background-color: rgba(0, 0, 0, .75);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	*background-color: #000
}

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0, 0, 0, .9)
}

.rsDefault .rsBtnCenterer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px
}

.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0)
}

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url(../../../../_resources/jQueryPlugins/royalslider/default/rs-default.png) -64px 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0, 0, 0, .9)
}

.rsDefault .rsPreloader {
	width: 20px;
	height: 20px;
	background-image: url(../../../../_resources/jQueryPlugins/royalslider/preloaders/preloader-white.gif);
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px
}

.rsUni {
	width: 100%;
	margin: 0 auto;
	height: auto
}

.rsUni,
.rsUni .rsOverflow,
.rsUni .rsSlide,
.rsUni .rsVideoFrameHolder,
.rsUni .rsThumbs {
	background: #222;
	color: #FFF
}

.rsUni .rsArrow {
	height: 100%;
	width: 60px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21
}

.rsUni.rsVer .rsArrow {
	width: 100%;
	height: 60px
}

.rsUni.rsVer .rsArrowLeft {
	top: 0;
	left: 0
}

.rsUni.rsVer .rsArrowRight {
	bottom: 0;
	left: 0
}

.rsUni.rsHor .rsArrowLeft {
	left: 0;
	top: 0
}

.rsUni.rsHor .rsArrowRight {
	right: 0;
	top: 0
}

.rsUni .rsArrowIcn {
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	position: absolute;
	cursor: pointer;
	background: url(../../../../_resources/jQueryPlugins/royalslider/universal/rs-universal.png);
	opacity: .5;
	border-radius: 2px
}

.rsUni .rsArrow:hover .rsArrowIcn {
	opacity: 1
}

.rsUni.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -64px -32px
}

.rsUni.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -64px -64px
}

.rsUni.rsVer .rsArrowLeft .rsArrowIcn {
	background-position: -96px -32px
}

.rsUni.rsVer .rsArrowRight .rsArrowIcn {
	background-position: -96px -64px
}

.rsUni .rsArrowDisabled .rsArrowIcn {
	opacity: .1 !important;
	filter: alpha(opacity=20);
	*display: none
}

.rsUni .rsBullets {
	position: relative;
	z-index: 35;
	padding-top: 4px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	line-height: 5px;
	overflow: hidden
}

.rsUni .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 5px
}

.rsUni .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #BBB
}

.rsUni .rsBullet.rsNavSelected span {
	background-color: #383838
}

.rsUni .rsThumbsHor {
	width: 100%;
	height: 72px
}

.rsUni .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0
}

.rsUni.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%
}

.rsUni.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%
}

.rsUni .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px
}

.rsUni .rsThumb img {
	width: 100%;
	height: 100%
}

.rsUni .rsThumb.rsNavSelected {
	background: #333
}

.rsUni .rsThumb.rsNavSelected img {
	opacity: .7;
	filter: alpha(opacity=30)
}

.rsUni .rsThumb.rsNavSelected .thumbIco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #FFF;
	border: 2px solid rgba(255, 255, 255, .9);
	-webkit-backface-visibility: hidden
}

.rsUni .rsTmb {
	display: block
}

.rsUni .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF
}

.rsUni .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px
}

.rsUni .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21
}

.rsUni.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px
}

.rsUni.rsWithThumbsVer .rsThumbsArrowLeft {
	top: 0;
	left: 0
}

.rsUni.rsWithThumbsVer .rsThumbsArrowRight {
	bottom: 0;
	left: 0
}

.rsUni.rsWithThumbsHor .rsThumbsArrowLeft {
	left: 0;
	top: 0
}

.rsUni.rsWithThumbsHor .rsThumbsArrowRight {
	right: 0;
	top: 0
}

.rsUni .rsThumbsArrowIcn {
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	position: absolute;
	cursor: pointer;
	background: url(../../../../_resources/jQueryPlugins/royalslider/universal/rs-universal.png) transparent
}

.rsUni.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -128px -32px
}

.rsUni.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -128px -48px
}

.rsUni.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -144px -32px
}

.rsUni.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -144px -48px
}

.rsUni .rsThumbsArrowDisabled {
	display: none !important
}

@media screen and (min-width:0) and (max-width:800px) {
	.rsUni .rsThumb {
		width: 59px;
		height: 44px
	}

	.rsUni .rsThumbsHor {
		height: 44px
	}

	.rsUni .rsThumbsVer {
		width: 59px
	}
}

.rsUni .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	padding-top: 12px;
	position: relative
}

.rsUni .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	text-decoration: none;
	background: #FFF;
	border-right: none;
	*display: inline;
	*zoom: 1;
	*border-right: 1px solid #d9d9d9
}

.rsUni .rsTab:first-child {
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px
}

.rsUni .rsTab:last-child {
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	border-right: 1px solid #D9D9DD
}

.rsUni .rsTab:active {
	background-color: #f4f4f4
}

.rsUni .rsTab.rsNavSelected {
	color: #FFF;
	background: #383838;
	border-color: #383838
}

.rsUni .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer
}

.rsUni .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url(../../../../_resources/jQueryPlugins/royalslider/universal/rs-universal.png) 0 0 transparent;
	opacity: .7;
	border-radius: 2px
}

.rsUni .rsFullscreenBtn:hover .rsFullscreenIcn {
	opacity: 1
}

.rsUni.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0
}

.rsUni .rsPlayBtn {
	-webkit-tap-highlight-color: rgba(0, 0, 0, .3);
	width: 64px;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	cursor: pointer
}

.rsUni .rsPlayBtnIcon {
	width: 64px;
	display: block;
	height: 64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	background: url(../../../../_resources/jQueryPlugins/royalslider/universal/rs-universal.png) no-repeat 0 -32px;
	background-color: #383838;
	background-color: rgba(0, 0, 0, .75);
	*background-color: #383838
}

.rsUni .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0, 0, 0, .9)
}

.rsUni .rsBtnCenterer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px
}

.rsUni .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0)
}

.rsUni .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px
}

.rsUni .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url(../../../../_resources/jQueryPlugins/royalslider/universal/rs-universal.png) -64px 0;
	background-color: #383838;
	background-color: rgba(0, 0, 0, .75);
	*background-color: #383838
}

.rsUni .rsCloseVideoIcn:hover {
	background-color: rgba(0, 0, 0, .9)
}

.rsUni .rsPreloader {
	width: 20px;
	height: 20px;
	background-image: url(data:image/gif;base64,R0lGODlhFAAUALMIAIeHhz8/P1dXVycnJ8/Pz7e3t5+fn29vb////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAIACwAAAAAFAAUAAAEUxDJSau9iBDMteZTUUjehgzDJYqkiaLWOlZvGs8WDO6UYfCBwMTnAwWDEuKPcxQml0YnjwcAYASCS7VqwWItWyvicJB4s2AxmWxGg9bl6YQtl0cAACH5BAUHAAgALAEAAQASABIAAAROEMkpS6E4W5upMdUmEQT2feFIltMJYivbvhnZ3R0A4NMwIDodz+cL7nDEn5CH8DGZh8MtEMBEoxkqlXKVIgQCibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpjaE4W5spANUmFQX2feFIltMJYivbvhnZ3d1x4BNBIDodz+cL7nDEn5CH8DGZAsFtMMBEoxkqlXKVIgIBibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpAaA4W5vpOdUmGQb2feFIltMJYivbvhnZ3Z0g4FNRIDodz+cL7nDEn5CH8DGZgcCNQMBEoxkqlXKVIgYDibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpz6E4W5upENUmAQD2feFIltMJYivbvhnZ3V0Q4JNhIDodz+cL7nDEn5CH8DGZg8GtUMBEoxkqlXKVIggEibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkphaA4W5tpCNUmHQf2feFIltMJYivbvhnZ3d0w4BMAIDodz+cL7nDEn5CH8DGZBMLNYMBEoxkqlXKVIgoFibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpQ6A4W5vpGNUmCQL2feFIltMJYivbvhnZ3R1B4NNxIDodz+cL7nDEn5CH8DGZhcINAMBEoxkqlXKVIgwGibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAARFEMkpx6A4W5spIdUmBQH2feFIltMJYivbvhnZ3V1R4JMgIDodz+cL7nDEn5CH8DGZBsNzEo1OEVUpAgCAarncK7grJmciADs=);
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px
}

.rsUni .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;
	background: #222;
	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1
}

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

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

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

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

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

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000
}

.bx-wrapper .bx-prev {
	left: -70px;
	background: url(../../images/carousel/controls2.png) no-repeat 0 0;
	opacity: .2;
	transform: scale(.5);
	transition: all .2s ease-in-out
}

.bx-wrapper .bx-next {
	right: -70px;
	background: url(../../images/carousel/controls2.png) no-repeat -60px 0;
	opacity: .2;
	transform: scale(.5);
	transition: all .2s ease-in-out
}

.bx-wrapper .bx-prev:hover {
	opacity: 1;
	transform: scale(.7)
}

.bx-wrapper .bx-next:hover {
	opacity: 1;
	transform: scale(.7)
}

#content .bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: 50%;
	margin-top: -16px;
	outline: 0;
	width: 60px;
	height: 100px;
	text-indent: -9999px;
	z-index: 9999
}

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

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

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

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

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

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

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

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

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

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

#content div.gallerystack {
	display: block;
	height: 260px;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative !important;
	width: 360px;
	margin-right: 30px;
	background: rgba(0, 0, 0, 1)
}

#content div.gallerystack:not(:nth-child(3)) {
	margin: 0 30px 30px 0
}

#content div.gallerystack a img.thumb {
	color: #333;
	height: 260px !important;
	width: 360px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../../../../_resources/images/loading_CCCCCC.gif) no-repeat center center;
	opacity: .75
}

#content div.gallerystack img.thumb {
	margin: 0;
	background-repeat: repeat-x !important
}

#content div.gallerystack img.thumb:after {
	content: ".";
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .52);
	position: absolute
}

#content div.gallerystack a:hover img.thumb {
	opacity: 1
}

#content div.gallerystack .gallerytitle {
	color: #fff;
	font: 400 18px/44px 'Rock Salt', Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, .63);
	display: block;
	text-align: left;
	position: absolute;
	left: 0;
	top: 25px;
	padding-top: 0;
	position: absolute;
	top: 10px;
	width: 100%;
	text-align: center
}

#content div.gallerydesc {
	padding-right: 15px;
	position: absolute;
	left: 0;
	top: 55px;
	color: #fff;
	font: 300 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
	display: none
}

.InlineGallery.royalSlider {
	height: 654px;
	background: #151515;
	background: rgba(0, 0, 0, .05);
	border: 1px solid #e8e8e8
}

.InlineGallery.royalSlider.rsFullscreen {
	background-color: rgba(40, 40, 40, 1) !important;
	border: 0 solid #000
}

.InlineGallery.royalSlider a {
	float: left
}

.InlineGallery .caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	display: block;
	font: normal 12px/20px "Trebuchet MS", Helvetica, sans-serif;
	background: rgba(0, 0, 0, .3);
	text-align: left;
	padding: 10px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
	box-sizing: border-box
}

.InlineGallery .caption .title {
	font-weight: 700;
	font-size: 14px;
	display: block
}

.InlineGallery.rsDefault .rsOverflow,
.InlineGallery.rsDefault .rsSlide,
.InlineGallery.rsDefault .rsVideoFrameHolder,
.InlineGallery.rsDefault .rsThumbs {
	background: transparent !important
}

.InlineGallery.rsDefault .rsThumb img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0);
	opacity: 1 !important;
}

.InlineGallery.rsDefault .rsThumb.rsNavSelected img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #FFF;
	opacity: 1 !important;
	width: 100% !important;
	height: 100% !important
}

.InlineGallery.rsDefault .rsThumb.rsNavSelected {
	background: #fff
}

.InlineGallery.rsDefault .rsThumbsHor {
	height: 74px
}

.InlineGallery.rsDefault .rsThumbsArrow {
	height: 72px
}

.instigramGalleryWrapper {
	top: 128px;
	line-height: 0;
	position: absolute;
	right: 0
}

.instigramGalleryWrapper h2 {
	position: absolute;
	top: -25px;
	font: 700 18px/22px "Open Sans", sans-serif;
	color: #fff
}

.InstigramGallery {
	background-color: transparent;
	width: 312px;
	height: 186px
}

.instigramGalleryWrapper a,
.instigramGalleryWrapper a img {
	margin: 0;
	padding: 0
}

.instigramGalleryWrapper a img {
	width: 100% !important;
	height: 100% !important
}

.instigramGalleryWrapper a {
	width: 50px !important;
	height: 50px !important;
	float: left;
	display: inline-block;
	margin: 1px;
	border: 0 solid #5f7783;
	transform: scale(1);
	transition: all .2s ease-in-out
}

.instigramGalleryWrapper a:hover {
	float: left;
	display: inline-block;
	box-sizing: border-box;
	z-index: 10;
	transform: scale(2);
	transition: all .2s ease-in-out
}

.filmstripGalleryWrapper {
	position: relative;
	top: 10px
}

.filmstripGallery {
	height: 190px !important;
	overflow: hidden !important;
	white-space: nowrap
}

.filmstripGalleryWrapper .bx-controls {
	display: none
}

#content .filmstripGallery .rsImg {
	float: left !important;
	width: 280px !important;
	height: 180px !important;
	position: relative
}

.pinblocker {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(224, 8, 8, 0);
	left: 0;
	top: 0
}

#content .full.film {
	overflow: hidden
}

.filmstripGalleryWrapper .bx-viewport {
	overflow-x: visible !important;
	overflow-y: visible !important
}

.gallery-gridWrapper {
	margin: 0 auto
}

.gallery-grid.oversize {
	margin-right: -30px
}

.gallery-grid .slide {
	line-height: 0;
	float: left;
	margin: 0 30px 30px 0;
	margin: 0 10px 10px 0
}

.gallery-grid.none .slide {
	margin: 0
}

.gallery-grid.one .slide {
	margin: 0 1px 1px 0
}

.gallery-grid.small .slide {
	margin: 0 10px 10px 0
}

.gallery-grid.large .slide {
	margin: 0 30px 30px 0
}

#content .gallery-grid img.lazy {
	background-color: #ccc;
	background: #ccc url(../../../../_resources/images/loading_CCCCCC.gif) center center no-repeat;
	width: 100% !important;
	height: 100% !important
}

img[data-original] {
	background-color: #ccc;
	background: #ccc url(../../../../_resources/images/loading_CCCCCC.gif) center center no-repeat
}

.gallery-grid .slide a {
	-webkit-transition: transform .3s ease-in-out, all .3s ease-in-out;
	-moz-transition: transform .3s ease-in-out, all .3s ease-in-out;
	-o-transition: transform .3s ease-in-out, all .3s ease-in-out;
	transition: transform .3s ease-in-out, all .3s ease-in-out;
	border: 0 solid #0e0e0d
}

.gallery-grid .slide a:hover {
	transform: scale(1.15);
	z-index: 10;
	border: 1px solid #0e0e0d
}

.gridfilters {
	border-top: 1px solid rgba(201, 201, 201, .81);
	padding: 0 4px;
	margin-bottom: 10px
}

#content .gridfilters a {
	display: inline-block;
	padding: 8px 20px !important;
	margin: 0 5px 5px !important;
	color: #000;
	font-weight: 400;
	font: 400 16px/20px 'Barlow', Helvetica, sans-serif;
	text-transform: uppercase
}

#content .gridfilters a:hover,
#content .gridfilters a.selected {
	color: #fff;
	background-color: rgba(29, 111, 151, .66)
}

.InlineGallery.royalSlider {
	height: 654px;
	background: #151515;
	background: rgba(0, 0, 0, .05);
	border: 1px solid #e8e8e8
}

.InlineGallery.royalSlider.rsFullscreen {
	background-color: rgba(40, 40, 40, 1) !important;
	border: 0 solid #000
}

.InlineGallery.royalSlider a {
	float: left
}

.InlineGallery .caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	display: block;
	font: normal 12px/20px 'Open Sans', Helvetica, sans-serif;
	background: rgba(0, 0, 0, .3);
	text-align: left;
	padding: 10px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
	box-sizing: border-box
}

.InlineGallery .caption .title {
	font-weight: 700;
	font-size: 14px;
	display: block
}

.InlineGallery.rsDefault .rsOverflow,
.InlineGallery.rsDefault .rsSlide,
.InlineGallery.rsDefault .rsVideoFrameHolder,
.InlineGallery.rsDefault .rsThumbs {
	background: transparent !important
}

.InlineGallery.rsDefault .rsThumb img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0);
	opacity: 1 !important;
}

.InlineGallery.rsDefault .rsThumb.rsNavSelected img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #FFF;
	opacity: 1 !important;
	width: 100% !important;
	height: 100% !important
}

.InlineGallery.rsDefault .rsThumb.rsNavSelected {
	background: #fff
}

.InlineGallery.rsDefault .rsThumbsHor {
	height: 74px
}

.InlineGallery.rsDefault .rsThumbsArrow {
	height: 72px
}

@charset "utf-8";

.photoMosaic,
.photoMosaic img,
.photoMosaic div,
.photoMosaic span,
.photoMosaic a:link,
.photoMosaic a:visited,
.photoMosaic a:active,
.photoMosaic a:hover {
	background: none;
	outline: none;
	border: 0;
	height: auto;
	width: auto;
	max-height: none !important;
	max-width: none !important;
	min-height: 0 !important;
	min-width: 0 !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	list-style: none;
	margin: 0;
	padding: 0;
	position: static;
	float: none;
	visibility: visible;
	overflow: visible;
	color: #000;
	letter-spacing: normal;
	line-height: 120%;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	vertical-align: baseline;
	white-space: normal;
	word-spacing: normal
}

.photoMosaic img,
.photoMosaic a:link,
.photoMosaic a:visited,
.photoMosaic a:active,
.photoMosaic a:hover {
	margin: 0 !important;
	padding: 0 !important
}

.photoMosaic {
	position: relative;
	overflow: hidden;
	margin-bottom: 2em
}

.photoMosaic span,
.photoMosaic a:link,
.photoMosaic a:visited,
.photoMosaic a:active,
.photoMosaic a:hover {
	display: block;
	overflow: hidden;
	position: absolute
}

.photoMosaic img {
	display: block;
	position: relative;
	top: 0;
	opacity: 1
}

.photoMosaic a:hover img {
	opacity: .8
}

.photoMosaic img.thumbnail,
.photoMosaic img.medium,
.photoMosaic img.large {
	position: absolute;
	opacity: 0
}

.photoMosaic .photoMosaicLoading {
	background: transparent url(../../images/spinner-arrows.gif) 0 0 no-repeat;
	padding: 0 0 0 20px;
	line-height: 20px
}

.photoMosaic.loading .photomosaic-spinner {
	background: #efefef url(../../images/spinner-snake.gif) 50% 50% no-repeat
}

.photoMosaic.loading .photomosaic-item.loaded .photomosaic-spinner {
	display: none
}

.PM_preloadify {
	visibility: hidden;
	position: absolute;
	bottom: 5px;
	right: 10px
}

.PM_js .photoMosaicTarget .gallery {
	display: none
}

.PM_csstransforms.PM_csstransitions .photoMosaic .photomosaic-item,
.PM_csstransforms.PM_csstransitions .photoMosaic img {
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: visible;
	-o-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.PM_csstransforms.PM_csstransitions .photoMosaic.resize-transition-none .photomosaic-item,
.PM_csstransforms.PM_csstransitions .photoMosaic.loading-transition-none img,
.PM_csstransforms.PM_csstransitions .photoMosaic.resize-transition-none .loaded img {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}

.PM_csstransforms.PM_csstransitions .photoMosaic.transition-fade .loading img,
.PM_csstransforms.PM_csstransitions .photoMosaic.loading-transition-fade .loading img {
	opacity: 0
}

.PM_csstransforms.PM_csstransitions .photoMosaic.transition-scale-up .loading img,
.PM_csstransforms.PM_csstransitions .photoMosaic.loading-transition-scale-up .loading img {
	opacity: 0;
	-webkit-transform: scale(.95);
	-moz-transform: scale(.95);
	-ms-transform: scale(.95);
	-o-transform: scale(.95);
	transform: scale(.95)
}

.PM_csstransforms.PM_csstransitions .photoMosaic.transition-scale-down .loading img,
.PM_csstransforms.PM_csstransitions .photoMosaic.loading-transition-scale-down .loading img {
	opacity: 0;
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15)
}

.PM_csstransforms.PM_csstransitions .photoMosaic.transition-slide-up .loading img,
.PM_csstransforms.PM_csstransitions .photoMosaic.loading-transition-slide-up .loading img {
	opacity: 0;
	-webkit-transform: translateY(5%);
	-moz-transform: translateY(5%);
	-ms-transform: translateY(5%);
	-o-transform: translateY(5%);
	transform: translateY(5%)
}

.PM_csstransforms.PM_csstransitions .photoMosaic.transition-slide-down .loading img,
.PM_csstransforms.PM_csstransitions .photoMosaic.loading-transition-slide-down .loading img {
	opacity: 0;
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	-o-transform: translateY(-5%);
	transform: translateY(-5%)
}

.PM_csstransforms.PM_csstransitions .photoMosaic.transition-slide-left .loading img,
.PM_csstransforms.PM_csstransitions .photoMosaic.loading-transition-slide-left .loading img {
	opacity: 0;
	-webkit-transform: translateX(5%);
	-moz-transform: translateX(5%);
	-ms-transform: translateX(5%);
	-o-transform: translateX(5%);
	transform: translateX(5%)
}

.PM_csstransforms.PM_csstransitions .photoMosaic.transition-slide-right .loading img,
.PM_csstransforms.PM_csstransitions .photoMosaic.loading-transition-slide-right .loading img {
	opacity: 0;
	-webkit-transform: translateX(-5%);
	-moz-transform: translateX(-5%);
	-ms-transform: translateX(-5%);
	-o-transform: translateX(-5%);
	transform: translateX(-5%)
}

a.zoomlink span.imgcaption {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	padding: 6px 25px 6px 6px;
	color: #fff;
	font: normal 13px/16px Arial, Helvetica, sans-serif;
	background: url(../../images/captions/black50.png) repeat 0 0;
	text-align: left !important;
	text-shadow: 0 0 5px #000;
	opacity: 1
}

#fancybox-title-over {
	background-image: url(../../images/captions/black50.png);
	display: block;
	padding: 10px
}

.fancybox-title-inside {
	text-align: left;
	background-color: #000;
	color: #fff;
	padding: 5px 1px;
	text-indent: 10px
}

#fancybox-outer {
	background-color: #424242 !important;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000
}

.zoomlink.img span.zoomicon {
	position: absolute;
	height: 24px;
	width: 24px;
	right: 0;
	bottom: 0;
	text-indent: -2000em !important;
	opacity: .7;
	-webkit-transition: opacity .2s linear;
	background: url(../../images/captions/zoom.png) no-repeat right bottom
}

a.zoomlink.img:hover span.zoomicon,
a.zoomlink.img:active span.zoomicon {
	display: block;
	opacity: 1 !important
}

a.zoomlink {
	height: auto !important
}

a.zoomlink.video span.zoomicon,
a.zoomlink.youtube span.zoomicon,
a.zoomlink.vimeo span.zoomicon,
a.zoomlink.bliptv span.zoomicon {
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	bottom: 0;
	text-indent: -2000em !important;
	background: url(../../images/captions/play.png) no-repeat center center;
	display: block !important;
	opacity: .8
}

a:hover.zoomlink.video span.zoomicon,
a:hover.zoomlink.youtube span.zoomicon,
a.zoomlink:hover.vimeo span.zoomicon,
a:hover.zoomlink.bliptv span.zoomicon {
	opacity: 1
}

a.zoomlink.swf span.zoomicon {
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	bottom: 0;
	text-indent: -2000em !important;
	background: url(../../images/captions/360.png) no-repeat center center;
	display: block !important;
	opacity: .8
}

.Zoom_copy_3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 1894px;
	height: 4200px;
	z-index: 202
}

.newsitem {
	display: block;
	height: 60px;
	box-sizing: border-box;
	width: auto;
	margin-bottom: 20px;
	overflow: hidden;
	color: #000;
	text-decoration: none;
	position: relative;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	transition: all 500ms linear
}

.newsitem:hover {
	background: rgba(0, 0, 0, .05)
}

#content .newsitem img {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px !important;
	height: 60px !important
}

.newsitem .title {
	padding-left: 80px;
	font: 700 14px/16px 'Lato', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	height: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box
}

.newsitem .desc {
	padding-left: 80px;
	margin-right: 5px;
	font: 400 12px/14px 'Lato', Arial, Helvetica, sans-serif;
	color: #000;
	height: 16px;
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	overflow: hidden
}

.newsitem .date {
	padding: 5px 0 0 80px;
	color: #cd271e;
	font: 700 12px/14px 'Lato', Arial, Helvetica, sans-serif
}

#newsList {
	padding: 10px 0
}

#newsList h4 {
	color: #1B6987;
	text-decoration: none;
	display: block;
	padding: 0 0 0 30px;
	font: 400 24px/40px 'Lato', Arial, Helvetica, sans-serif;
	border-bottom: 1px solid rgba(8, 60, 80, 1)
}

#newsList .button,
#newsList .button100 {
	font: 400 11px/14px 'Lato', Arial, Helvetica, sans-serif;
	padding: 0 0 0 30px;
	color: #1B6987;
	text-decoration: none;
	display: inline-block;
	width: auto;
	text-align: center;
	color: #fff;
	background-color: #AFAFAF;
	padding: 5px 20px;
	margin: 0 auto;
	min-width: 24px;
	border-radius: 20px;
	letter-spacing: .1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.newsitem2 {
	display: block;
	height: 40px;
	box-sizing: border-box;
	width: auto;
	margin-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	color: #000;
	text-decoration: none;
	position: relative;
	background: rgba(0, 0, 0, 0)
}

.newsitem2 {
	padding-left: 10px
}

.newsitem2 .date {
	width: 40px;
	height: 40px;
	border: 0 solid gray;
	position: absolute;
	top: 0;
	left: 10px;
	text-align: center;
	border: none;
	border-right: 3px double rgba(0, 0, 0, .19);
	font: 700 14px/16px 'Lato', Arial, Helvetica, sans-serif;
	text-decoration: none !important
}

.newsitem2 .date .day {
	display: block;
	font: 700 20px/20px 'Lato', Arial, Helvetica, sans-serif;
	text-decoration: none !important
}

.newsitem2 .date .month {
	display: block;
	font: 700 14px/18px 'Lato', Arial, Helvetica, sans-serif
}

.newsitem2 .title {
	padding-left: 50px;
	font: 700 12px/18px 'Lato', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	max-height: 36px;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box
}

.newsitem2 .desc {
	padding-left: 50px;
	margin-right: 5px;
	font: 400 11px/13px 'Lato', Arial, Helvetica, sans-serif;
	color: #000;
	height: 16px;
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	overflow: hidden
}

.newsitemFull {
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(126, 126, 126, .5);
	min-height: 210px
}

.newsitemFull .date {
	background: #5aadd7;
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding: 0 20px;
	float: left;
	text-transform: uppercase;
	margin: 0 24px 24px 0;
	box-sizing: border-box;
	font: 700 16px/40px 'Lato', Arial, Helvetica, sans-serif
}

.newsitemFull .title {
	color: #000;
	display: block;
	clear: none;
	padding: 0;
	font: 600 16px/20px 'Lato', Arial, Helvetica, sans-serif;
	margin: 0;
	text-transform: uppercase
}

.newsitemFull .title span {
	display: block;
	color: #5f5f5f;
	font: italic 400 12px/16px 'Lato', Arial, Helvetica, sans-serif;
	text-transform: none
}

.newsitemFull img {
	float: left;
	margin: 0 24px 0 0
}

.button.right {
	float: right;
	display: block
}

#_atssh {
	display: none
}

#newsArchiveList {
	margin-right: -30px
}

.newsArchive {
	width: 270px;
	height: auto;
	float: left;
	margin: 0 30px 30px 0;
	background-color: #536871;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	border-radius: 0;
	-webkit-transition: transform .3s ease-in-out, background-color .3s ease-in-out;
	-moz-transition: transform .3s ease-in-out, background-color .3s ease-in-out;
	-o-transition: transform .3s ease-in-out, background-color .3s ease-in-out;
	transition: transform .3s ease-in-out, background-color .3s ease-in-out
}

.newsArchive:hover {
	transform: scale(1.1);
	z-index: 100
}

#content .newsArchive a,
#content .newsArchive a:visited {
	color: #000;
	line-height: 0;
	display: block
}

#content .newsArchive a img {
	box-shadow: none;
	margin: 0;
	width: 270px;
	border-radius: 0%;
	margin: 0;
	border: 0 solid #536871;
	box-sizing: border-box
}

#content .newsArchive a>div {
	padding: 0 10px 10px 10px;
	font: 400 12px/16px 'Lato', Helvetica, sans-serif
}

#content .newsArchive a:hover {
	text-decoration: none !important;
	color: inherit !important
}

#content .newsArchive a>div .date {
	background-color: rgba(4, 4, 4, .6);
	;
	color: #fff;
	font: 700 14px/26px 'Lato', Helvetica, sans-serif;
	padding: 0 0 0 10px;
	margin: 0 -10px
}

#content .newsArchive a>div .title {
	font: normal 600 14px/18px 'Lato', Helvetica, sans-serif;
	font 700 20px/35px "Roboto Slab",
	"Times New Roman",
	Times,
	serif display: block;
	text-align: left !important;
	margin: 5px 0 8px;
	color: #fff
}

.testimonials {
	width: 100%;
	padding: 20px 0;
	color: #707070
}

#content div.testimony {
	width: 48.718%;
	height: 240px;
	float: left;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	position: relative;
	border: 1px solid #dedede;
	margin-right: 2.5641%;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .05)
}

#content div.testimony.even {
	margin-right: 0
}

#content .infobox.even {
	padding-left: 50px
}

#content div.testimony img.round {
	width: 166px !important;
	height: 166px !important;
	border-radius: 50%;
	float: left;
	transition: all .5s ease-in-out;
	margin-right: 30px;
	border: 1px solid #dedede;
	padding: 10px;
	box-sizing: border-box
}

#content div.testimony:hover img.round {
	transform: scale(1.08)
}

#content div.testimony .title {
	color: #313131;
	font: 400 15px/24px 'Open Sans', Helvetica, sans-serif;
	padding: 0 0 17px 0;
	display: block;
	text-align: right
}

#content div.testimony .text {
	color: #707070;
	font: 400 13px/24px 'Open Sans', Helvetica, sans-serif;
	display: block;
	padding: 0 0 6px 0;
	max-height: 168px;
	overflow: hidden;
	text-overflow: ellipsis
}

#content div.testimony .more {
	color: #31aae2;
	font: 400 13px/24px 'Open Sans', Helvetica, sans-serif;
	display: inline-block;
	position: absolute;
	bottom: 0
}

#content div.testimony .more:after {
	font: 400 13px/18px 'Open Sans', Helvetica, sans-serif;
	content: '>';
	margin: 2px 0 0 6px;
	color: #31aae2;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #31aae2;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	text-align: center;
	float: right
}

a.zoomlink img {
	transition: all .1s ease-in-out
}

#InfoBoxList {
	width: 100%;
	padding: 20px 0;
	color: #707070
}

#content a.infobox {
	width: 585px;
	height: 220px;
	float: left;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	position: relative
}

#content a.infobox.odd {
	padding-right: 50px
}

#content .infobox.even {
	padding-left: 50px
}

#content img.infoBoxRound {
	width: 166px !important;
	height: 166px !important;
	border-radius: 50%;
	float: right;
	margin-left: 30px;
	margin-top: 18px;
	transition: all .5s ease-in-out
}

#content a.infobox .title {
	color: #313131;
	font: 400 15px/24px 'Open Sans', Helvetica, sans-serif;
	padding: 0 0 17px 0;
	display: block
}

#content a.infobox .text {
	color: #707070;
	font: 400 13px/24px 'Open Sans', Helvetica, sans-serif;
	display: block;
	padding: 0 0 6px 0
}

#content a.infobox .more {
	color: #31aae2;
	font: 400 13px/24px 'Open Sans', Helvetica, sans-serif;
	display: inline-block;
	position: absolute;
	bottom: 0
}

#content a.infobox .more:after {
	font: 400 13px/18px 'Open Sans', Helvetica, sans-serif;
	content: '>';
	margin: 2px 0 0 6px;
	color: #31aae2;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #31aae2;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	text-align: center;
	float: right
}

a.zoomlink img {
	transition: all .1s ease-in-out
}

#content a.infobox:hover img.infoBoxRound {
	transform: scale(1.08)
}

.Triplist {
	margin-right: -30px
}

#content .Triplist .slide {
	display: block;
	width: 370px;
	height: 375px;
	overflow: hidden;
	margin-right: 30px;
	margin-bottom: 30px;
	display: block;
	float: left;
	background: #fff;
	position: relative;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	transition: all .2s ease-in-out;
	transform-origin: center center
}

#content .Triplist .slide.small {
	width: 270px
}

#content .Triplist .slide.large {
	width: 570px
}

#content .Triplist .slide:hover {
	box-shadow: 0 0 14px rgba(0, 0, 0, .7);
	text-decoration: none !important;
	transform: scale(1.05)
}

#content .Triplist .slide a:hover {
	text-decoration: none !important
}

#content .Triplist .slide a .more {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	height: 0;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .8);
	transition: all .2s ease-in-out;
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

#content .Triplist .slide a:hover .more {
	opacity: 1;
	text-decoration: none !important;
	height: 115px
}

#content .Triplist .slide a:hover .more .button {
	margin-top: 45px;
	background: #fff;
	color: #000
}

#content .Triplist .slide:last-child {
	margin-right: 0
}

#content .Triplist .slide .img {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden
}

#content .Triplist .slide img {
	transition: all .2s ease-in-out
}

#content .Triplist .slide:hover img {
	transform: scale(1.1)
}

#content .Triplist .slide .img .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	right: 0;
	height: 40px;
	background: rgba(0, 0, 0, .5);
	display: block;
	text-align: left;
	font: 400 22px/40px 'Roboto Condensed', Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0 15px;
	box-sizing: border-box
}

#content .Triplist .slide .info {
	font: 400 18px/22px 'Roboto Condensed', Arial, Helvetica, sans-serif;
	color: #565656;
	height: 115px;
	padding: 15px;
	box-sizing: border-box;
	position: relative
}

#content .Triplist .slide .info .tagline {
	font: 400 18px/22px 'Roboto Condensed', Arial, Helvetica, sans-serif;
	color: #176fb6;
	text-transform: uppercase
}

#content .Triplist .slide .description {
	padding-top: 5px;
	font: 300 14px/20px 'Roboto Condensed', Arial, Helvetica, sans-serif;
	max-height: 60px;
	overflow: hidden;
	position: relative;
	text-decoration: none !important
}

#content .Triplist .slide .description:after {
	content: "...";
	position: absolute;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
	height: 20px;
	width: 120px;
	display: block;
	text-indent: 20px
}

#content .Triplist .slide .more {
	position: absolute;
	right: 0;
	bottom: -2px;
	text-align: right;
	display: inline-block;
	z-index: 10
}

#content .Triplist .slide .bottom {
	height: 60px;
	background: #176fb6;
	position: relative;
	color: #fff
}

#content .Triplist .slide .from {
	font: 700 10px/10px 'Roboto Condensed', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: 12px;
	left: 38px;
	opacity: .5
}

#content .Triplist .slide .price {
	position: absolute;
	left: 25px;
	top: 23px;
	font: 400 24px/24px 'Roboto Condensed', Arial, Helvetica, sans-serif
}

#content .Triplist .slide .price sup,
#content .Triplist .slide .price sub {
	font: 400 14px/14px 'Roboto Condensed', Arial, Helvetica, sans-serif;
	display: inline-block
}

#content .Triplist .slide .price .sub {
	font: 400 12px/12px 'Roboto Condensed', Arial, Helvetica, sans-serif;
	display: inline-block
}

#content .Triplist .slide .bookit {
	position: absolute;
	right: 20px;
	bottom: 14px
}

#content .bookit .button {
	background: #fff;
	font: 700 16px/32px 'Roboto Condensed', Arial, Helvetica, sans-serif;
	border-radius: 5px;
	padding: 0 12px;
	text-transform: uppercase;
	color: #1c9132;
	display: inline-block;
	cursor: pointer;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .34);
	height: auto;
	margin: auto
}

#content .bookit .button:hover {
	background: #1c9132;
	color: #fff
}

#xola-checkout-app {
	background: #fff
}

#content div.trip-top {
	position: relative;
	width: 650px;
	height: 275px
}

#content div.trip-top img {
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
	height: 275px
}

#content div.trip-top .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
	height: 275px
}

#content div.trip-top a.bookit {
	position: absolute;
	bottom: 20px;
	right: 20px
}

#content div.trip-top div.caption {
	display: none;
	position: absolute;
	top: 225px;
	left: 0;
	height: 31px;
	width: 420px;
	background: url(/themes/REO15/images/Trips/Caption.png) 0 0 no-repeat
}

#content div.trip-top div.caption span {
	color: #fff;
	display: block;
	font: normal 18px/20px 'Open Sans', arial, sans-serif;
	margin: 0;
	text-shadow: 0 0 5px #000;
	color: #fff;
	padding: 5px 10px 0 20px;
	display: block
}

#content div.trip-top .tweetthis {
	position: absolute;
	width: 58px;
	height: 68px;
	top: 10px;
	right: 10px
}

#content div.trip-topRes {
	position: relative;
	width: 100%;
	max-width: 744px;
	height: 317px
}

#content div.trip-topRes img {
	width: 100%;
	max-width: 744px;
	height: 317px
}

#content div.trip-topRes .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 700px;
	height: 317px
}

#content div.trip-topRes .details {
	width: 265px;
	height: 163px;
	position: absolute;
	bottom: 15px;
	right: 30px;
	background: url(/themes/REO15/images/Trips/Details.png) 0 0 no-repeat
}

#content div.trip-topRes .title {
	position: absolute;
	top: 0;
	right: 0;
	width: 255px;
	height: 36px;
	color: #d9e5ef;
	font: 300 22px/36px 'Roboto Condensed', arial, serif;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #000 1px 1px 2px
}

#content div.trip-topRes .info {
	position: absolute;
	top: 36px;
	right: 15px;
	width: 220px;
	height: 90px;
	color: #d9e5ef;
	font: normal 11px/15px 'Open Sans', arial, sans-serif;
	text-align: center;
	text-shadow: #000 1px 1px 2px;
	overflow: hidden
}

#content div.trip-topRes .bookit {
	position: absolute;
	bottom: 0;
	left: 90px;
	text-align: center
}

#content div.trip-topRes .tripopts {
	position: absolute;
	right: 15px;
	top: 100px;
	width: 220px;
	height: 30px;
	display: none
}

#content div.trip-topRes.res .tripopts {
	display: block
}

.tripopts .fieldwrapper {
	width: 110px;
	height: 30px;
	float: left;
	overflow: hidden
}

.tripopts .fieldwrapper label {
	width: 45px;
	height: 30px;
	color: #d9e5ef;
	font: normal 15px/30px 'Roboto Condensed', arial, serif;
	text-shadow: #000 1px 1px 2px;
	text-align: right
}

.tripopts .fieldwrapper .thefield {
	width: 60px;
	height: 30px;
	margin: 0 0 50px 0;
	overflow: hidden;
	float: right
}

.tripopts .fieldwrapper .thefield input {
	font: normal 10px/20px 'Open Sans', arial, sans-serif;
	color: #fff;
	width: 45px;
	height: 20px;
	margin: 5px 0;
	padding: 0 0 0 4px;
	background: rgba(255, 255, 255, .2);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .2);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none
}

#content div.trip-topRes .resbutton {
	position: absolute;
	bottom: 0;
	left: 70px
}

.resbutton,
a.resbutton {
	background: rgb(42, 120, 184);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhNzhiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTMzNTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgb(42, 120, 184) 0%, rgb(17, 51, 88) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(42, 120, 184)), color-stop(100%, rgb(17, 51, 88)));
	background: -webkit-linear-gradient(top, rgb(42, 120, 184) 0%, rgb(17, 51, 88) 100%);
	background: -o-linear-gradient(top, rgb(42, 120, 184) 0%, rgb(17, 51, 88) 100%);
	background: -ms-linear-gradient(top, rgb(42, 120, 184) 0%, rgb(17, 51, 88) 100%);
	background: linear-gradient(top, rgb(42, 120, 184) 0%, rgb(17, 51, 88) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a78b8', endColorstr='#113358', GradientType=0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: normal 22px/30px 'Roboto Condensed', arial, serif;
	text-transform: uppercase;
	text-shadow: #000 1px 1px 2px;
	color: #d9e5ef !important;
	display: inline-block;
	padding: 0 5px;
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2)
}

.resbutton span {
	background: url(/themes/REO15/images/Trips/button-arrow.png) no-repeat scroll right 7px transparent;
	font: normal 16px/30px 'Roboto Condensed', arial, serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000;
	display: block;
	padding: 0 23px 0 10px
}

#content div.trip-topRes a.bookit {
	position: absolute;
	bottom: 20px;
	right: 20px
}

#content div.trip-topRes .tweetthis {
	position: absolute;
	width: 58px;
	height: 68px;
	top: 10px;
	right: 10px
}

#content a.bookit {
	width: 134px;
	height: 33px;
	background: url(/themes/REO15/images/Trips/BookIt.png) 0 0 no-repeat;
	text-indent: -2000em;
	overflow: hidden
}

#content a.bookit:hover {
	background: url(/themes/REO15/images/Trips/BookIt.png) 0 -34px no-repeat
}

#content a.river {
	display: block;
	position: relative;
	width: 650px;
	height: 112px;
	margin: 0 0 20px 0;
	overflow: hidden
}

#content a.river img.thumb {
	position: absolute;
	width: 225px;
	height: 112px;
	top: 0;
	right: 0
}

#content a.river img.map {
	position: absolute;
	width: 430px;
	height: 312px;
	top: -100px;
	left: 0
}

#content a.river span.overlay {
	position: absolute;
	width: 650px;
	height: 112px;
	top: 0;
	left: 0;
	background: url(/themes/REO15/images/Rivers/overlay.png) 0 0 no-repeat
}

#content a.river h2 {
	position: absolute;
	top: 16px;
	left: 30px;
	width: 330px;
	color: #fff;
	display: block;
	font: normal 18px/20px 'Open Sans', arial, sans-serif;
	margin: 0;
	padding: 0;
	text-shadow: 0 0 5px #000
}

#content a.river .desc {
	position: absolute;
	top: 50px;
	left: 30px;
	width: 450px;
	height: 52px;
	overflow: hidden;
	color: #000;
	display: block;
	font: normal 12px/18px 'Open Sans', arial, sans-serif;
	margin: 0;
	padding: 0
}

#content #FullSlider {
	position: relative;
	height: 310px
}

#content #FullSlider .bx-wrapper {
	margin: 0
}

#content #FullSlider .RsliderFull {
	height: 100%
}

#content #FullSlider .slide {
	width: 270px;
	margin-right: 30px;
	display: block;
	float: left;
	position: relative;
	height: 310px
}

#content #FullSlider .slide:last-child {
	margin-right: 0
}

#content #FullSlider .slide a {
	display: block;
	width: 100%;
	height: 100% !important;
	text-decoration: none
}

#content #FullSlider .slide a .img {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100% !important
}

#content #FullSlider .slide a img {
	transition: all .2s ease-in-out
}

#content #FullSlider .slide a:hover img {
	transform: scale(1.1)
}

#content #FullSlider .slide a span.text {
	display: block;
	height: 150px;
	text-align: center;
	font: 300 24px/30px 'Lato', Helvetica, Arial, sans-serif;
	color: #fff;
	letter-spacing: .05em;
	background-color: rgba(38, 57, 66, .85);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 2px solid #536871
}

#content #FullSlider .slide a span.title {
	position: relative;
	padding: 10px 5px 0;
	height: 40px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	box-sizing: border-box
}

#content #FullSlider .slide a span.desc {
	display: block;
	box-sizing: border-box;
	font: 300 14px/18px 'lato', Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	text-align: center;
	height: 52px;
	overflow: hidden;
	letter-spacing: .05em
}

#content #FullSlider .slide a span.button {
	margin-top: 10px
}

header .more {
	bottom: 0;
	height: 30px;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 10
}

header .more .scrollto:hover {
	background-color: #536871;
	color: #fff;
	transform: scale(1.1)
}

header .more .scrollto {
	background-color: rgba(82, 103, 113, .7);
	border-radius: 50% 50% 0 0;
	color: #fff;
	display: block;
	height: 60px;
	line-height: 30px !important;
	margin: 0 auto;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	width: 60px
}

header .more .scrollto i {
	line-height: 30px
}

#banner-rotator-home .rsBullets {
	left: auto !important;
	right: 10px !important;
	padding: 0 10px !important;
	border-radius: 5px 5px 0 0px !important;
	width: auto
}

#banner-rotator-home .rsImg {
	position: absolute;
	top: 0;
	opacity: 1;
	height: 100%;
	width: auto
}

#banner-rotator-home .royalCaption {
	z-index: 999;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s ease;
	display: none
}

#banner-rotator-home .rsOverflow .royalCaption {
	display: block
}

#banner-rotator-home .royalCaption.h-Left {
	text-align: left
}

#banner-rotator-home .royalCaption.h-Center {
	text-align: center
}

#banner-rotator-home .royalCaption.h-Right {
	text-align: Right
}

#banner-rotator-home .royalCaption.v-Top {
	top: 20%
}

#banner-rotator-home .royalCaption.v-Middle {
	top: 50%
}

#banner-rotator-home .royalCaption.v-Bottom {
	top: 80%
}

#banner-rotator-home .royalCaptionItem.title .rsABlock,
#banner-rotator-home .royalCaptionItem.description .rsABlock {
	width: 100%
}

#banner-rotator-home .royalCaptionItem.title {
	font: 700 5vw/100% 'Barlow Semi Condensed', Sans-serif;
	color: #fff;
	padding: 0;
	white-space: nowrap;
	width: 100%;
	top: -7vw;
	left: 50%;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	text-shadow: 0 0 30px rgba(0, 0, 0, 1);
	opacity: 1;
	position: relative
}

#banner-rotator-home .royalCaptionItem.description {
	font: 700 1.8vw/130% 'Barlow', Sans-serif;
	color: #fff;
	padding: 10px 0;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: all .5s ease;
	width: 100%;
	text-shadow: 0 0 5px rgba(0, 0, 0, 1)
}

#banner-rotator-home .royalCaptionItem.description span {
	border-top: 1px solid #fff;
	max-width: 60%;
	display: inline-block
}

#banner-rotator-home .rsWrapper {
	position: relative;
	margin: 20px 0 0 0
}

#banner-rotator-home .royalCaptionItem.link {
	border: 1px solid #fff;
	max-width: 500px;
	display: inline-block;
	width: 100%;
	position: relative
}

#banner-rotator-home .link .royalCaptionItem {
	background-color: red;
	width: 10px;
	height: 10px;
	display: inline-block
}

#banner-rotator-home .royalCaptionItem .button {
	display: inline-block;
	font: 400 16px/24px 'Barlow Semi Condensed', Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
	padding: 12px 50px 12px 20px;
	min-width: 24px;
	white-space: nowrap;
	position: relative;
	text-decoration: none
}

#banner-rotator-home .royalCaptionItem .button:after {
	font-family: 'FontAwesome';
	font-size: 30px;
	line-height: 25px;
	content: '\f0a9';
	margin: 0;
	color: #fff;
	position: absolute;
	right: 10px
}

.fullFeature .box {
	display: block;
	position: relative;
	margin: 0
}

.fullFeature.two .box {
	width: 50%;
	float: left
}

.fullFeature.three .box {
	width: 33.33333333%;
	float: left
}

.fullFeature.four .box {
	width: 25%;
	float: left
}

.fullFeature .imgArea {
	width: 100%;
	height: 415px;
	position: relative;
	top: 0;
	right: 0;
	background-position: center center;
	background-size: cover
}

.fullFeature .shadows {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .4) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .4) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000', GradientType=0);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, .7) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, .7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#b3000000', GradientType=0)
}

.txtArea {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	transition: all .5s ease
}

a:hover .txtArea {
	background-color: rgba(0, 0, 0, .5)
}

.fullFeature .title {
	display: block;
	font: bold 36px/42px 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
	letter-spacing: normal;
	position: absolute;
	top: 20px;
	text-align: center;
	width: 100%;
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, .4)
}

.fullFeature .text {
	display: block;
	font: 400 16px/20px 'Barlow', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	position: absolute;
	bottom: 20px;
	right: 15%;
	left: 15%;
	height: auto;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .4)
}

#content .fullFeature .button,
#content .fullFeature .button:hover {
	position: absolute;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, .6) !important;
	border: 1px solid #fff !important;
	color: #fff;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	transition: opacity .5s ease
}

#content .fullFeature a:hover .button {
	opacity: 1
}

@media only screen and (min-width:100px) and (max-width:1200px) {

	.fullFeature.two .box,
	.fullFeature.three .box {
		width: 100%;
		float: none
	}

	.fullFeature.four .box {
		width: 50%;
		float: left
	}
}

@media only screen and (min-width:100px) and (max-width:900px) {

	.fullFeature.two .box,
	.fullFeature.three .box {
		width: 100%;
		float: none
	}

	.fullFeature.four .box {
		width: 50%;
		float: left
	}
}

@media only screen and (max-width:600px) {
	.fullFeature.four .box {
		width: 100%;
		float: none
	}
}

.navicon {
	border-bottom: 5px solid #FFF;
	border-top: 16px double #FFF;
	display: none;
	font-size: 0;
	height: 6px;
	margin: 10px;
	width: 34px
}

.mphone {
	position: absolute;
	right: 20px;
	left: auto;
	width: auto;
	top: 0;
	text-decoration: none;
	color: #fff;
	font: 400 24px/28px 'Barlow', Times, Helvetica, sans-serif;
	letter-spacing: .1em
}

.mphone a,
.mphone a:visited {
	color: #fff;
	text-decoration: none
}

#content img {
	height: auto !important
}

#content img.centered {
	width: 100%;
	height: auto
}

#content .grid img {
	height: auto !important
}

a.zoomlink.img,
a.zoomlink.youtube {
	height: auto !important
}

a.zoomlink.img img,
a.zoomlink.youtube img {
	width: 100% !important;
	height: auto !important
}

.width,
#ADVList {
	-webkit-transition: max-width .2s;
	transition: max-width .2s
}

#FullSlider .slide {
	-webkit-transition: top .2s;
	transition: top .2s !important;
	top: 0
}

#navbar .width {
	max-width: 100%
}

@media only screen and (min-width:100px) and (max-width:1200px) {
	ul.mainNav>li a {
		font: normal 18px/50px 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
		padding: 0 10px;
		letter-spacing: normal
	}

	.Triplist {
		margin: 0 auto;
		max-width: 800px;
		left: 15px;
		position: relative
	}

	#banner-rotator-home .royalCaption.h-Left {
		text-align: center !important
	}

	#banner-rotator-home .royalCaption.h-Center {
		text-align: center !important
	}

	#banner-rotator-home .royalCaption.h-Right {
		text-align: center !important
	}

	#banner-rotator-home .royalCaption.v-Top {
		top: 30% !important
	}

	#banner-rotator-home .royalCaption.v-Middle {
		top: 50% !important
	}

	#banner-rotator-home .royalCaption.v-Bottom {
		top: 50%
	}

	#banner-rotator-home .royalCaptionItem.title {
		font: 700 6vw/100% 'Barlow Semi Condensed', Sans-serif
	}

	#banner-rotator-home .royalCaptionItem.description {
		font: 700 2.4vw/130% 'Barlow', Sans-serif
	}
}

@media only screen and (min-width:100px) and (max-width:900px) {
	.width {}

	#TARibbon2 {
		width: 225px;
		height: 225px;
		position: fixed;
		top: 45px;
		right: 0;
		background: url(../../images/layout/TA2020.png) top right;
		z-index: 99;
		background-size: contain;
		background-repeat: no-repeat
	}

	.sticky #TARibbon2 {
		display: none
	}

	header.done #TARibbon2 {
		display: none
	}

	#banner-rotator-home .royalCaptionItem.title {
		font: 700 7vw/100% 'Barlow Semi Condensed', Sans-serif
	}

	#banner-rotator-home .royalCaptionItem.description {
		font: 700 3.6vw/130% 'Barlow', Sans-serif
	}

	#content h1 {
		font: 400 36px/1.2em 'Barlow Semi Condensed', Helvetica, Arial, sans-serif;
		letter-spacing: normal
	}

	#content h2 {
		font: 400 30px/1.2em 'Barlow Semi Condensed', Helvetica, Arial, sans-serif
	}

	#container {
		padding-top: 45px
	}

	#topNav,
	.sticky #topNav {
		background: transparent;
		box-shadow: none;
		height: 10px;
		overflow: visible;
		top: 45px;
		position: absolute;
		left: 0
	}

	header {
		margin-top: 0
	}

	#top .width {
		max-width: 100%
	}

	#logo {
		transform-origin: top left;
		transform: scale(.7);
		height: 60px
	}

	.sticky #logo {
		opacity: 0
	}

	#mainnav,
	#topNav .bookBTN,
	#topNav .GetinTouch {
		display: none
	}

	#topNav .topNavB,
	#topspacer,
	#footnav {
		display: none
	}

	#navbar {
		z-index: 1000;
		position: fixed;
		top: 0;
		-webkit-box-shadow: 0 0 10px rgba(50, 50, 50, .95);
		-moz-box-shadow: 0 0 10px rgba(50, 50, 50, .95);
		box-shadow: 0 0 10px rgba(50, 50, 50, .95);
		height: 45px;
		width: 100%;
		background: #333
	}

	.navicon {
		display: block
	}

	table.grid.stack>tbody>tr>td {
		display: block;
		width: 100% !important;
		margin-bottom: 24px
	}

	table.grid.stack>tbody>tr>td:last-child {
		margin-bottom: 0
	}

	table.grid.stack>tbody>tr>td.gutter,
	table.grid.stack>tbody>tr>td.gutter1-16,
	table.grid.stack>tbody>tr>td.noMobile {
		display: none !important
	}

	table.grid.stack img.centered,
	table.grid.stack a.zoomlink {
		width: 100% !important;
		height: auto !important
	}

	.full table.grid.stack>tbody>tr>td {
		margin-bottom: 0
	}

	table.grid.stack>tbody>tr>td {
		display: block;
		width: 100% !important;
		margin-bottom: 24px
	}

	table.grid.stack>tbody>tr>td.c1-4 {
		width: 48.718% !important;
		float: left
	}

	table.grid.stack>tbody>tr>td.c1-4:nth-child(4n+1) {
		margin-right: 2.5641%
	}

	#content .full .split,
	#content .full .split:last-child {
		width: 100% !important;
		float: none !important;
		max-width: 100% !important;
		display: block !important;
		position: relative !important
	}

	#content .full .split:last-child {
		margin: 3px 0 !important
	}

	#content .full table.dark {
		max-width: 90% !important;
		margin: 0 auto !important
	}

	#content .full .split {
		height: auto !important
	}

	#content .full .split.half {
		min-height: 50vw !important
	}

	#container {
		background-size: auto 400px
	}

	footer {
		height: 400px
	}

	#flogo {
		top: 0
	}

	footer .GetinTouch,
	.sticky footer .GetinTouch {
		display: block;
		position: absolute;
		left: 160px;
		right: auto;
		text-align: left;
		bottom: 8px !important;
		transform-origin: right top 0;
		transition: all .3s ease 0;
		width: auto;
		height: 120px;
		top: 190px !important
	}

	footer .GetinTouch .email,
	.sticky footer .GetinTouch .email {
		display: block;
		opacity: 1;
		color: #fff
	}

	footer .phone {
		display: block;
		font: 400 36px/40px Barlow, sans-serif
	}

	#wcmsLogin {
		display: none;
		s
	}
}

@media only screen and (max-width:600px) {

	.width,
	#xxcontent table.grid {}

	header {
		min-height: 100px
	}

	#topNav .logo {
		transform-origin: left top;
		transform: scale(.5);
		left: -60px
	}

	.logo .logoWaves {
		display: none
	}

	#contact {
		display: none
	}

	.Triplist {
		margin: 0 auto;
		max-width: 370px;
		left: 0;
		position: relative
	}

	#content .Triplist .slide {
		display: block;
		width: 100%;
		max-width: 370px;
		height: 375px;
		margin-right: auto;
		margin-bottom: 30px;
		display: inline-block;
		float: none;
		margin-left: auto
	}

	#flogo {
		top: 40px;
		left: 0;
		transition: ;
		transform: scale(.8);
		transform-origin: top left
	}

	#flogo .info {
		display: none
	}

	footer .GetinTouch,
	.sticky footer .GetinTouch {
		left: 0;
		right: 0;
		top: 190px !important;
		text-align: center;
		width: 100%
	}

	#IncBar .copyright {
		display: none
	}

	footer #incontrol {
		text-align: center;
		position: absolute;
		height: auto;
		width: 100%;
		right: 0;
		left: 0;
		bottom: 0;
		color: #f5f5f5;
		font: normal 11px/40px Barlow, Arial, Helvetica, sans-serif
	}

	#content img.left,
	#content img.right,
	#content img.centered,
	#content img.vidLeft,
	#content div.vidLeft,
	#content img.vidRight,
	#content div.vidRight,
	#content img.vidFull,
	#content div.vidFull,
	#content div.mapwrap,
	#content div.flashwrap {
		min-width: 45% !important
	}

	table.grid.stack>tbody>tr>td,
	table.grid.stack>tbody>tr>td.c1-4 {
		display: block;
		width: 100% !important;
		margin-bottom: 24px
	}

	table.grid.stack>tbody>tr>td:last-child {
		margin-bottom: 0
	}

	table.grid.stack>tbody>tr>td.gutter,
	table.grid.stack>tbody>tr>td.noMobile {
		display: none
	}

	table.grid.stack img.centered,
	table.grid.stack a.zoomlink {
		width: 100% !important;
		height: auto !important
	}

	table.grid.stack>tbody>tr>td.c1-4:nth-child(4n+1) {
		margin-right: 0
	}
}

/*! Grids */
table.grid tr td {
	position: relative
}

table.grid {
	width: 100% !important;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0;
	height: auto !important;
	border-spacing: 0;
	table-layout: fixed
}

table.grid .gutter {
	width: 2.5641%
}

table.grid.striped .gutter {
	background: url(/themes/REO18-White22/images/layout/black.png) center top repeat-y
}

table.grid .c1,
table.grid .c1-12 {
	width: 5.9829%
}

table.grid .c2,
table.grid .c2-12,
table.grid .c1-6 {
	width: 14.53%
}

table.grid .c3,
table.grid .c3-12,
table.grid .c1-4,
table.grid .c2-8 {
	width: 23.077%
}

table.grid .c4,
table.grid .c4-12,
table.grid .c2-6,
table.grid .c1-3 {
	width: 31.624%
}

table.grid .c5,
table.grid .c5-12 {
	width: 40.171%
}

table.grid .c6,
table.grid .c6-12,
table.grid .c3-6,
table.grid .c2-4,
table.grid .c1-2 {
	width: 48.718%
}

table.grid .c7,
table.grid .c7-12 {
	width: 57.265%
}

table.grid .c8,
table.grid .c8-12,
table.grid .c4-6,
table.grid .c2-3 {
	width: 65.812%
}

table.grid .c9,
table.grid .c9-12,
table.grid .c6-8,
table.grid .c3-4 {
	width: 74.359%
}

table.grid .c10,
table.grid .c10-12,
table.grid .c5-6 {
	width: 82.906%
}

table.grid .c11,
table.grid .c11-12 {
	width: 91.453%
}

table.grid .c12,
table.grid .c12-12 {
	width: 100%
}

table .gutter.line {
	background: url(../../images/content/gutterLine.png) center top repeat-y
}

#content table.grid tr td.align-middle,
#content table.grid tr td[valign="middle"] {
	vertical-align: middle
}

#content .full table.table_utility_left {
	margin: 5px 20px 5px 0px !important
}

#content .full table.table_utility_right {
	margin: 5px 0 5px 20px !important
}

#content .full table.table_utility tr td,
#content .full table.table_utility_left tr td,
#content .full table.table_utility_right tr td {
	padding: 30px !important;
	color: #000000 !important
}

#content table.grid td.icon {
	max-width: 70px
}

#content img.icon {
	max-width: 60px;
	max_height: 60px;
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 0 0 2px #000
}

/*! Full Width Templates */
#content .full {
	padding: 30px 0;
	margin: 24px 0;
	min-height: 200px;
	overflow: hidden;
	position: relative
}

#content .full.torn:after {
	content: "";
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 24px;
	padding: 0;
	background: url(//d1n59xpaprvtgj.cloudfront.net/themes/REO19/images/layout/Torn-Bottom.png) center bottom no-repeat
}

#content .full.darker {
	background: #122330 url(../../images/layout/noise.png) center center
}

#content .full.lighter {
	background-color: rgba(255, 255, 255, .6)
}

#content .full.lightstyle {
	background-color: rgba(255, 255, 255, .3)
}

#content .full.darkstyle {
	background: #325f84 url(../../images/layout/noise.png) center center
}

#content .full.darkstyle h2 {
	color: #fff
}

#content .full.darkstyle.skinny .button {
	color: rgba(0, 0, 0, 1);
	background-color: rgba(255, 255, 255, .75)
}

#content .full.darkstyle.skinny .button:hover {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(18, 35, 48, 1)
}

/*! Full Width Split Templates */
#content .full .split {
	display: block;
	float: left;
	min-height: 300px;
	height: auto;
	width: 50%;
	box-sizing: border-box;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}

#content .full.flipped .split {
	float: right
}

#content .full.border .split {
	margin: 0 3px
}

#content .full.border .split:first-child {
	margin-left: 0
}

#content .full.border .split:last-child {
	margin: 0
}

#content .full .split table.dark {
	z-index: 2;
	margin: 0 auto;
	max-width: 570px;
	position: relative
}

#content .full .split.half {
	width: 50%;
	min-height: 30vw
}

#content .full.border .split.half {
	width: 50%;
	width: calc(50% - 1.5px)
}

#content .full .split.third {
	width: 33.33333%
}

#content .full.border .split.third {
	width: 33.33333%;
	width: calc(33.3333% - 1.5px)
}

#content .full .split.twothird {
	width: 66.666666%
}

#content .full.border .split.twothird {
	width: 33.33333%;
	width: calc(66.6666% - 1.5px)
}

#content .full .InlineGallery.royalSlider {
	border: 0 solid #e8e8e8
}

#content .full .overlay {
	z-index: 2;
	margin: 0 auto;
	max-width: 570px;
	min-height: 25vw;
	position: relative;
	padding: 60px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

#content .full .overlay h2 {
	display: block
}

#content .full .overlay * {
	align-self: stretch
}

#content .full .overlay.wide {
	max-width: 1170px
}

#content .full .dark {
	background-color: rgba(8, 61, 101, .8);
	background-color: rgba(0, 0, 0, .7)
}

#content .full .light {
	background-color: rgba(255, 255, 255, .6)
}

#content .full.txtLight,
#content .full.txtLight table tr td,
#content .full.txtLight .highlight1,
#content .full.txtLight h2,
#content .full.txtLight h1 {
	color: #fff !important
}

#content .full.txtdark,
#content .full.txtdark .overlay,
#content .full.txtDark table tr td,
#content .full.txtDark .highlight1,
#content .full.txtDark h2,
#content .full.txtDark h1 {
	color: #000 !important
}

/*! Full width with custom BG image  */
#content .full>img.bg {
	position: absolute;
	width: 100%
}

.full,
.split {
	box-sizing: padding-box
}

.FCKcontent .full>img.bg,
.FCKcontent .full .split>img.bg {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0
}

.FCKcontent .full .split>img.bg {
	top: calc(50% + 60px)
}

#content .full.screen>table.grid tr td {
	vertical-align: middle
}

#content .full.skinny {
	padding: 0;
	margin: 0
}

#content .full.offwhite {
	background-color: rgba(255, 255, 255, .3) !important
}

#content .full.darkstyle table tr td {
	color: #fff !important
}

#content .overlay.wide.dark ul li:before,
#content .full.darkstyle ul li:before {
	color: rgba(254, 254, 254, .5)
}

#content .full.darkstyle table.table_basic thead {
	background: #081D2F url(../../images/layout/noise.png) center center
}

#content .full.dark,
#content .full.dark table tr td {
	background: url(../../images/content/FullDark1.jpg) center center;
	background-attachment: scroll;
	background-size: cover;
	color: #fff !important
}

#content .full.dark table.grid,
#content .full.screen table.grid {
	background: rgba(0, 0, 0, .4) none repeat scroll 0 0
}

#content .full.dark>table.grid,
#content .full.screen>table.grid {
	background: rgba(0, 0, 0, .4);
	border-right: 30px solid rgba(0, 0, 0, 0);
	border-left: 30px solid rgba(0, 0, 0, 0);
	max-width: 1230px
}

#content .full.map,
#content .full.map table tr td {
	background: url(//d1n59xpaprvtgj.cloudfront.net/themes/REO19/images/content/mapsBG.jpg) center center;
	background-attachment: fixed;
	background-size: cover;
	color: #fff !important
}

#content .full.dark,
#content .full.dark .highlight1,
#content .full.color .highlight2 {
	color: #fff !important;
	text-shadow: 1px 1px 7px rgba(0, 0, 0, .3)
}

.FCKcontent .full table.dark:before {
	content: "New Template Available";
	position: absolute;
	top: 0;
	right: 5px;
	padding: 3px 10px;
	background: red;
	color: #fff;
	font: 400 12px/20px 'Lato', Arial, Helvetica, sans-serif;
	z-index: 999;
	opacity: .2;
	transition: opacity .7 ease-in-out
}

.FCKcontent .full:hover table.dark:before {
	opacity: 1
}

#content .full table.dark {
	background-color: rgba(0, 0, 0, .6);
	border-style: none;
	margin: 0
}

#content .full table.dark tr td {
	padding: 30px 20px 20px 20px
}

#content .full table.dark tr td,
#content .full table.dark .highlight1,
#content .full table.dark h2,
#content .full table.dark h1 {
	color: #fff !important
}

#content .full table.middle tr td {
	vertical-align: middle !important
}

.FCKcontent .full {
	border: 1px dashed #7b7b7b;
	position: relative;
	box-sizing: border-box;
	width: 100vw;
	left: calc(-50vw + 50%)
}

.FCKcontent .full:before {
	content: "Full Width";
	position: absolute;
	top: 0;
	right: 5px;
	padding: 3px 10px;
	background: #7b7b7b;
	color: #fff;
	font: 400 12px/20px 'Lato', Arial, Helvetica, sans-serif;
	z-index: 999
}

.FCKcontent .full img.bg:before {
	content: "Background Image";
	position: absolute;
	top: 25px;
	right: 5px;
	padding: 3px 10px;
	background: #a20000;
	color: #fff;
	font: 400 12px/20px 'Lato', Arial, Helvetica, sans-serif;
	z-index: 99999
}