@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800");
@import url(https://fonts.googleapis.com/css?family=Belleza);
@import url(https://fonts.googleapis.com/css?family=Cantarell);

/**
 * @version   4.1.29 March 9, 2015
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */

/* 12 Grid */
.rt-grid-1, .rt-grid-2, .rt-grid-3, .rt-grid-4, .rt-grid-5, .rt-grid-6, .rt-grid-7, .rt-grid-8, .rt-grid-9, .rt-grid-10, .rt-grid-11, .rt-grid-12 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.rt-container .rt-grid-1 {
	width: 60px;
}

.rt-container .rt-grid-2 {
	width: 140px;
}

.rt-container .rt-grid-3 {
	width: 220px;
}

.rt-container .rt-grid-4 {
	width: 300px;
}

.rt-container .rt-grid-5 {
	width: 380px;
}

.rt-container .rt-grid-6 {
	width: 460px;
}

.rt-container .rt-grid-7 {
	width: 540px;
}

.rt-container .rt-grid-8 {
	width: 620px;
}

.rt-container .rt-grid-9 {
	width: 700px;
}

.rt-container .rt-grid-10 {
	width: 780px;
}

.rt-container .rt-grid-11 {
	width: 860px;
}

.rt-container .rt-grid-12 {
	width: 940px;
}

/* Grid Push */
.rt-container .rt-push-1 {
	left: 80px;
}

.rt-container .rt-push-2 {
	left: 160px;
}

.rt-container .rt-push-3 {
	left: 240px;
}

.rt-container .rt-push-4 {
	left: 320px;
}

.rt-container .rt-push-5 {
	left: 400px;
}

.rt-container .rt-push-6 {
	left: 480px;
}

.rt-container .rt-push-7 {
	left: 560px;
}

.rt-container .rt-push-8 {
	left: 640px;
}

.rt-container .rt-push-9 {
	left: 720px;
}

.rt-container .rt-push-10 {
	left: 800px;
}

.rt-container .rt-push-11 {
	left: 880px;
}

/* Grid Pull */
.rt-container .rt-pull-1 {
	left: -80px;
}

.rt-container .rt-pull-2 {
	left: -160px;
}

.rt-container .rt-pull-3 {
	left: -240px;
}

.rt-container .rt-pull-4 {
	left: -320px;
}

.rt-container .rt-pull-5 {
	left: -400px;
}

.rt-container .rt-pull-6 {
	left: -480px;
}

.rt-container .rt-pull-7 {
	left: -560px;
}

.rt-container .rt-pull-8 {
	left: -640px;
}

.rt-container .rt-pull-9 {
	left: -720px;
}

.rt-container .rt-pull-10 {
	left: -800px;
}

.rt-container .rt-pull-11 {
	left: -880px;
}

/* Prefix for left nudging */
.rt-container .rt-prefix-1 {
	padding-left: 80px;
}

.rt-container .rt-prefix-2 {
	padding-left: 160px;
}

.rt-container .rt-prefix-3 {
	padding-left: 240px;
}

.rt-container .rt-prefix-4 {
	padding-left: 320px;
}

.rt-container .rt-prefix-5 {
	padding-left: 400px;
}

.rt-container .rt-prefix-6 {
	padding-left: 480px;
}

.rt-container .rt-prefix-7 {
	padding-left: 560px;
}

.rt-container .rt-prefix-8 {
	padding-left: 640px;
}

.rt-container .rt-prefix-9 {
	padding-left: 720px;
}

.rt-container .rt-prefix-10 {
	padding-left: 800px;
}

.rt-container .rt-prefix-11 {
	padding-left: 880px;
}

/* Extras */
.left-1, .right-1 {
	width: 30px;
}

.left-2, .right-2 {
	width: 110px;
}

.left-3, .right-3 {
	width: 190px;
}

.left-4, .right-4 {
	width: 270px;
}

.left-5, .right-5 {
	width: 350px;
}

.left-6, .right-6 {
	width: 430px;
}

.left-7, .right-7 {
	width: 510px;
}

.left-8, .right-8 {
	width: 590px;
}

.left-9, .right-9 {
	width: 670px;
}

.left-10, .right-10 {
	width: 750px;
}

.left-11, .right-11 {
	width: 830px;
}

/**
 * @version   4.1.29 March 9, 2015
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */

/* Reset */
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

/* Grid Container */
.rt-container {
	margin: 0 auto;
	width: 960px;
}

body {
	min-width: 960px;
}

/* Grid Block */
.rt-block {
	padding: 15px;
	margin-bottom: 10px;
	position: relative;
}

#rt-content-top .rt-alpha, #rt-content-bottom .rt-alpha {
	margin-left: 0;
}

#rt-content-top .rt-omega, #rt-content-bottom .rt-omega {
	margin-right: 0;
}

/* Layout */
#rt-logo {
	width: 185px;
	height: 115px;
	display: block;
}

#rt-content-top, #rt-content-bottom {
	overflow: hidden;
}

#rocket {
	display: block;
	width: 92px;
	height: 16px;
	margin: 0 auto;
}

#rt-copyright {
	text-align: center;
}

/* Menu */
#rt-menu .rt-container {
	height: 3em;
}

#rt-menu ul.menu {
	list-style: none;
	margin: 0 10px;
	padding: 0;
}

#rt-menu ul.menu li {
	float: left;
	padding: 0;
	background: none;
}

#rt-menu ul.menu li a {
	font-weight: bold;
	line-height: 3em;
	display: block;
	padding: 0 15px;
	font-size: 1em;
}

#rt-menu ul.menu ul {
	display: none;
}

/* Font Stacks */
.font-family-optima {
	font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
}

.font-family-geneva {
	font-family: Geneva, Tahoma, "Nimbus Sans L", sans-serif;
}

.font-family-helvetica {
	font-family: Helvetica, Arial, FreeSans, sans-serif;
}

.font-family-lucida {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

.font-family-georgia {
	font-family: Georgia, sans-serif;
}

.font-family-trebuchet {
	font-family: "Trebuchet MS", sans-serif;
}

.font-family-palatino {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
}

/* Typography */
body {
	font-size: 12px;
	line-height: 1.7em;
	font-family: Helvetica, Arial, Sans-Serif;
}

body.font-size-is-xlarge {
	font-size: 15px;
	line-height: 1.7em;
}

body.font-size-is-large {
	font-size: 14px;
	line-height: 1.7em;
}

body.font-size-is-default {
	font-size: 12px;
	line-height: 1.7em;
}

body.font-size-is-small {
	font-size: 11px;
	line-height: 1.7em;
}

body.font-size-is-xsmall {
	font-size: 10px;
	line-height: 1.7em;
}

form {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 15px 0;
}

h1, h2, h3, h4, h5 {
	margin: 15px 0;
	line-height: 1.1em;
}

h1 {
	font-size: 260%;
}

h2 {
	font-size: 200%;
}

h2.title {
	font-size: 170%;
}

h3 {
	font-size: 175%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 120%;
}

a {
	text-decoration: none;
	outline: none;
}

code {
	color: #000;
	margin: -1px 0 0 0;
	font: 10px Courier;
}

blockquote {
	font: italic 16px/22px Georgia, Serif;
}

.left-1, .left-2, .left-3, .left-4, .left-5, .left-6, .left-7, .left-8, .left-9, .left-10, .right-11 {
	float: left;
	margin-right: 50px;
	margin-bottom: 15px;
	display: inline;
	position: relative;
}

.right-1, .right-2, .right-3, .right-4, .right-5, .right-6, .right-7, .right-8, .right-9, .right-10, .right-11 {
	float: right;
	margin-left: 50px;
	margin-bottom: 15px;
	display: inline;
	position: relative;
}

.date-block {
	padding: 15px;
}

/* Lists */
ul, ol {
	padding-left: 15px;
}

ul li {
	padding: 0;
	margin: 0;
}

ul li a {
	font-size: 1.2em;
	line-height: 1.8em;
}

ul ul {
	margin-left: 25px;
	padding: 5px 0;
}

ul li.author {
	margin: 0;
	letter-spacing: 1px;
	list-style: none;
	font-weight: bold;
	text-align: right;
}

ul li.date {
	margin: 0;
	letter-spacing: 1px;
	list-style: none;
	text-align: right;
	font-weight: bold;
}

ul li.comments {
	list-style: none;
	text-align: right;
	font-weight: bold;
}

ul li.author span, ul li.date span, ul li.comments span {
	display: block;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1em;
}

/* RTL */
body.rtl {
	direction: rtl;
}

body.rtl #rt-menu ul.menu {
	float: right;
}

body.rtl #rt-menu ul.menu li {
	float: right;
}

body.rtl #rt-content-top .rt-alpha, body.rtl #rt-content-bottom .rt-alpha {
	margin-right: 0;
	margin-left: 10px;
}

body.rtl #rt-content-top .rt-omega, body.rtl #rt-content-bottom .rt-omega {
	margin-left: 0;
	margin-right: 10px;
}

body.rtl {
	min-width: inherit;
}

/* Style */
html, body {
	margin-bottom: 1px;
}

body {
	color: #333;
}

#rt-header, #rt-bottom {
	color: #aaa;
}

.rt-container {
	background: #fff;
}

a:hover {
	color: #000;
}

#rt-logo {
	background: url(../images/header-assets.png) 0 0 no-repeat;
}

#rt-menu ul.menu li a {
	color: #fff;
}

#rt-menu ul.menu li a:hover {
	background: #444;
	color: #fff;
}

#rt-menu ul.menu li.active a, #rt-menu ul.menu li.active a:hover {
	background: #fff;
	color: #000;
}

#rt-footer, #rt-copyright {
	color: #ddd;
}

#rt-sidebar-a {
	background-color: #e0e0e0;
}

#rt-sidebar-b {
	background-color: #e9e9e9;
}

#rt-sidebar-c {
	background-color: #f0f0f0;
}

#rocket {
	background: url(../images/rocket.png) 0 0 no-repeat;
}

#gantry-viewswitcher {
	background-image: url(../images/switcher.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 60px;
	height: 20px;
	display: block;
	position: absolute;
	right: 10px;
	top: 40%;
}

#gantry-viewswitcher.off {
	background-position: bottom left;
}

#gantry-viewswitcher span {
	display: none;
}

/* Clear Set */
html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Debug only */
#debug #rt-main {
	overflow: hidden;
	border-bottom: 4px solid #666;
	margin-top: 15px;
	position: relative
}

#debug .status {
	position: absolute;
	background: #333;
	opacity: .3;
	padding: 0px 15px;
	z-index: 10000;
	color: #fff;
	font-weight: bold;
	font-size: 150%
}

/**
OVERRIDES
 */
/* Global */
.rt-block {
	padding: 0;
	margin: 0;
}

#rt-menu .rt-container {
	height: auto;
}

h1, h2, h3, h4, h5 {
	margin: auto;
}

h1 {
	font-size: 260%;
	font-weight: normal;
}

h2 {
	font-size: 200%;
	font-weight: normal;
}

h2.title {
	font-size: 26px;
	line-height: 1em;
	padding-bottom: 15px;
	background: url(../images/bg-h.png) no-repeat left bottom;
	font-weight: 400;
}

h2.title a:hover {
	text-decoration: none !important;
}

.left-1, .left-2, .left-3, .left-4, .left-5, .left-6, .left-7, .left-8, .left-9, .left-10, .right-11 {
	float: left;
	margin-right: 50px;
	margin-bottom: 15px;
	display: inline;
	position: relative;
}

.date-block {
	padding: 15px;
	float: right;
}

ul li a {
	line-height: 1.8em;
	font-size: 1em;
}

.rt-container {
	background: none;
}

#rt-sidebar-a, #rt-sidebar-b, #rt-sidebar-c {
	background-color: transparent;
}

#rt-header, #rt-bottom {
	color: #666;
}

/**
 * @version   4.1.29 March 9, 2015
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */

/* Headings */
h1, h2 {
	letter-spacing: -2px;
	line-height: 1em;
}

.module-title h2, h3, h4, h5 {
	letter-spacing: -1px;
	line-height: 1em;
}

.componentheading {
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}

.contentheading {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
}

/* Section Tables */
.sectiontableheader {
	font-weight: bold;
	padding: 3px;
	line-height: 25px;
	text-align: left;
}

.sectiontablefooter {
	padding-bottom: 8px;
}

tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 {
	text-align: left;
	padding: 6px 5px;
	vertical-align: middle;
}

tr.sectiontableentry0 td, td.sectiontableentry0, tr.sectiontableentry1 td, td.sectiontableentry1, tr.sectiontableentry2 td, td.sectiontableentry2 {
	height: 30px;
}

.contentpane, .contentpaneopen {
	width: 100%;
}

/* Column Layout */
.component-content .cols-1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}

.component-content .cols-2 .column-1, .component-content .cols-2 .column-2 {
	width: 50%;
	float: left;
}

.component-content .cols-3 .column-1, .component-content .cols-3 .column-2, .component-content .cols-3 .column-3 {
	float: left;
	width: 33.3%;
	padding: 0;
	margin: 0;
}

.component-content .items-row {
	overflow: hidden;
	margin-bottom: 10px !important;
}

.component-content .cols-4 .column-1, .component-content .cols-4 .column-2, .component-content .cols-4 .column-3, .component-content .cols-4 .column-4 {
	width: 25%;
	padding: 0;
	margin: 0;
	float: left;
}

.component-content .cols-2 .rt-article, .component-content .cols-3 .rt-article, .component-content .cols-4 .rt-article {
	margin: 0 10px 20px 10px;
}

.component-content .cols-2 .column-1 .rt-article, .component-content .cols-3 .column-1 .rt-article, .component-content .cols-4 .column-1 .rt-article {
	margin-left: 0;
}

.component-content .cols-2 .column-2 .rt-article, .component-content .cols-3 .column-3 .rt-article, .component-content .cols-4 .column-4 .rt-article {
	margin-right: 0;
}

/* Category Layout */
.component-content .rt-blog .rt-description {
	margin: 10px 0 15px 0;
	padding-bottom: 20px;
	border-bottom: 1px #c8c8c8 dotted;
}

.component-content .rt-article-bg {
	padding-bottom: 5px;
	border-bottom: 1px #c8c8c8 dotted;
}

.component-content .rt-article-links {
	margin: 10px 0px 10px 0px;
}

.component-content .category-desc {
	padding: 0 5px;
	margin: 10px 0 25px;
}

.component-content .cat-children .category-desc {
	margin: 10px 0 25px;
}

.component-content ul.subcategories {
	margin: 20px 20px 20px 10px;
}

.component-content .subcategories-link {
	font-weight: bold
}

.component-content ul {
	list-style-position: outside;
	list-style-type: square;
	padding: 0 0 0 15px;
	margin: 10px 0;
}

.component-content ol {
	padding: 0 0 0 20px;
	margin: 10px 0;
	list-style-position: outside;
}

.component-content ul li, .component-content ol li {
	padding: 0;
	line-height: 1.7em;
	margin: 0;
}

.component-content .category-list {
	padding: 0 5px;
	display: block;
}

.component-content .categories-list {
	padding: 0 5px;
}

.component-content .categories-list ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

.component-content .categories-list ul li {
	padding: 5px;
}

.component-content .categories-list ul ul {
	margin-left: 15px;
}

.component-content .category-desc {
	line-height: 1.7em;
	margin: 10px 0;
	padding-left: 0;
}

.component-content .small {
	font-size: 0.85em;
	margin: 0 0 20px;
}

.component-content .image-left {
	float: left;
	margin: 0 15px 5px 0;
}

.component-content .image-right {
	float: right;
	margin: 0 0 5px 15px;
}

.component-content .archive {
	padding: 0 5px;
}

.component-content .archive form {
	padding: 0 5px;
}

.component-content ul#archive-items {
	margin: 20px 0;
	list-style-type: none;
	padding: 0;
}

.component-content ul#archive-items li.row0, .component-content ul#archive-items li.row1 {
	padding: 10px 0;
	margin: 10px 0;
}

/* Article Layout */
.component-content .title {
	width: auto;
	font-size: 260%;
	line-height: 1.1em;
}

.component-content span.edit {
	margin-left: 10px;
	float: left;
}

.component-content .rt-articleinfo {
	margin-bottom: 15px;
}

.component-content .rt-category, .component-content .rt-date-modified, .component-content .rt-date-published, .component-content .rt-author, .component-content .rt-date-posted, .component-content .rt-hits {
	display: block;
	font-size: 95%;
}

.component-content .rt-author {
	font-style: italic;
}

.component-content .rt-date-created, .component-content .rt-date-published {
	font-weight: bold;
}

.component-content .rt-description {
	margin: 10px 0px 10px 0px;
	overflow: hidden;
}

.component-content .rt-description img.left {
	margin-right: 15px;
	float: left;
}

.component-content .rt-description img.right {
	margin-left: 15px;
	float: right;
}

.component-content .filter {
	margin: 10px 0;
}

.component-content span.number {
	color: #969696;
	font-style: italic;
}

.component-content .rt-article-icons {
	width: 65px;
	overflow: hidden;
	float: right;
}

.component-content .rt-article-icons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.component-content .rt-article-icons ul li {
	margin: 0;
	padding: 0
}

.component-content .rt-article-icons ul li a {
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	margin-left: 3px;
	background-image: url(../images/typography.png);
	background-repeat: no-repeat;
}

.component-content .rt-article-icons ul li img {
	display: none;
}

.component-content .print-icon a {
	background-position: 0 0;
}

.component-content .email-icon a {
	background-position: -16px 0;
}

.component-content .edit-icon a {
	background-position: -48px 0;
	margin-left: 0 !important;
	margin-right: 5px;
}

.component-content .rt-article-cat {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0;
}

/* Editing */
.component-content .edit #editor-xtd-buttons a:link, .component-content .edit #editor-xtd-buttons a:visited, .component-content .edit #editor-xtd-buttons a:hover {
	color: #323232;
}

.component-content .edit .inputbox, .component-content .edit textarea {
	border: 1px solid #ddd;
}

.component-content .edit legend {
	font-size: 150%;
}

.component-content .edit form#adminForm fieldset {
	padding: 20px 15px;
	margin: 10px 0 15px 0;
}

.component-content .formelm {
	margin: 5px 0;
}

.component-content .formelm label {
	width: 9em;
	display: inline-block;
	vertical-align: top;
}

.component-content form#adminForm .formelm-area {
	padding: 5px 0;
}

.component-content form#adminForm .formelm-area label {
	vertical-align: top;
	display: inline-block;
	width: 7em
}

.component-content .formelm-buttons {
	text-align: right;
	margin-bottom: 10px
}

.component-content .button2-left {
	float: left;
	margin-right: 5px;
	margin-top: 10px;
}

.component-content .button2-left a {
	background: #eee;
	padding: 4px;
	margin: 0;
	line-height: 1.2em;
	border: solid 1px #ddd;
	font-weight: bold;
	text-decoration: none;
}

/* User */
#form-login .inputbox, #com-form-login .inputbox, #josForm .inputbox {
	border: 1px solid #ddd;
	font-size: 1.2em;
	padding: 2px;
	margin: 0;
}

#com-form-login fieldset div, #josForm fieldset div {
	margin-bottom: 10px;
}

#form-login ul {
	margin-top: 10px;
}

#form-login p {
	margin-bottom: 10px;
}

#form-login .user-greeting {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 15px;
}

.component-content .user label.label-left, .component-content .user span.label-left {
	display: block;
	width: 130px;
	float: left;
	font-weight: bold;
	font-size: 120%;
}

.col12 .rt-grid-2 #form-login .inputbox {
	width: 104px;
}

.col12 .rt-grid-3 #form-login .inputbox {
	width: 184px;
}

.col12 .rt-grid-4 #form-login .inputbox {
	width: 264px;
}

.col12 .rt-grid-5 #form-login .inputbox {
	width: 344px;
}

.col12 .rt-grid-6 #form-login .inputbox {
	width: 424px;
}

.col12 .rt-grid-7 #form-login .inputbox {
	width: 504px;
}

.col12 .rt-grid-8 #form-login .inputbox {
	width: 584px;
}

.col12 .rt-grid-9 #form-login .inputbox {
	width: 664px;
}

.col12 .rt-grid-10 #form-login .inputbox {
	width: 744px;
}

.col12 .rt-grid-12 #form-login .inputbox {
	width: 904px;
}

.col16 .rt-grid-2 #form-login .inputbox {
	width: 64px;
}

.col16 .rt-grid-3 #form-login .inputbox {
	width: 124px;
}

.col16 .rt-grid-4 #form-login .inputbox {
	width: 184px;
}

.col16 .rt-grid-5 #form-login .inputbox {
	width: 244px;
}

.col16 .rt-grid-6 #form-login .inputbox {
	width: 304px;
}

.col16 .rt-grid-7 #form-login .inputbox {
	width: 364px;
}

.col16 .rt-grid-8 #form-login .inputbox {
	width: 424px;
}

.col16 .rt-grid-9 #form-login .inputbox {
	width: 484px;
}

.col16 .rt-grid-10 #form-login .inputbox {
	width: 544px;
}

.col16 .rt-grid-11 #form-login .inputbox {
	width: 604px;
}

.col16 .rt-grid-12 #form-login .inputbox {
	width: 664px;
}

.col16 .rt-grid-13 #form-login .inputbox {
	width: 724px;
}

.col16 .rt-grid-14 #form-login .inputbox {
	width: 784px;
}

.col16 .rt-grid-15 #form-login .inputbox {
	width: 844px;
}

#users-profile-core, #users-profile-custom {
	margin: 10px 0 15px 0;
	padding: 15px;
}

#users-profile-core dt, #users-profile-custom dt {
	float: left;
	width: 10em;
	padding: 3px 0;
}

#users-profile-core dd, #users-profile-custom dd {
	padding: 3px 0;
}

#member-profile fieldset, .registration fieldset {
	margin: 10px 0 15px 0;
	padding: 15px;
}

#users-profile-core legend, .profile-edit legend, .registration legend {
	font-weight: bold;
}

.component-content #member-registration {
	padding: 0 5px;
}

.component-content #member-registration fieldset {
	border: solid 1px #ddd;
}

.component-content form fieldset dt {
	clear: left;
	float: left;
	width: 12em;
	padding: 3px 0;
}

.component-content form fieldset dd {
	float: left;
	padding: 3px 0;
}

/* Tables */
.component-content table {
	border-collapse: collapse;
}

.component-content table.weblinks, .component-content table.category {
	font-size: 1em;
	margin: 10px 10px 20px 0px;
	width: 99%;
}

.component-content table.weblinks td {
	border-collapse: collapse;
}

.component-content table.weblinks td, .component-content table.category td {
	padding: 7px;
}

.component-content table.weblinks th, .component-content table.category th {
	padding: 7px;
	text-align: left;
}

.component-content td.num {
	vertical-align: top;
	text-align: left;
}

.component-content td.hits {
	vertical-align: top;
	text-align: center;
}

.component-content td p {
	margin: 0;
	line-height: 1.3em;
}

.component-content .filter {
	margin: 10px 0;
}

.component-content .display-limit, .component-content .filter {
	text-align: right;
	margin-right: 7px;
}

.component-content table.category th a img {
	padding: 2px 10px;
}

.component-content .filter-search {
	float: left;
}

.component-content .filter-search .inputbox {
	width: 6em;
}

.component-content legend.element-invisible {
	position: absolute;
	margin-left: -3000px;
	margin-top: -3000px;
	height: 0;
}

.component-content .cat-items {
	margin-top: 20px;
}

/* Contact */
.component-content .contact {
	padding: 0 5px;
}

.component-content .contact-category {
	padding: 0 10px;
}

.component-content .contact-category .component-content #adminForm fieldset.filters {
	border: 0;
	padding: 0;
}

.component-content .contact-image {
	margin: 10px 0;
	overflow: hidden;
}

.component-content address {
	font-style: normal;
	margin: 10px 0;
}

.component-content address span {
	display: block;
}

.component-content .contact-address {
	margin: 20px 0 10px 0;
}

.component-content .contact-email div {
	padding: 2px 0;
	margin: 0 0 10px 0;
}

.component-content .contact-email label {
	width: 17em;
	float: left;
}

.component-content span.contact-image {
	margin-bottom: 10px;
	overflow: hidden;
	display: block;
}

.component-content #contact-textmsg {
	padding: 2px 0 10px 0;
}

.component-content #contact-email-copy {
	float: left;
	margin-right: 10px;
}

.component-content .contact .button {
	float: none !important;
	clear: left;
	display: block;
	margin: 20px 0 0 0;
}

.component-content dl.tabs {
	float: left;
	margin: 50px 0 0 0;
	z-index: 50;
	clear: both;
}

.component-content dl.tabs dt {
	float: left;
	padding: 4px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-right: 3px;
	background: #f0f0f0;
	color: #666;
}

.component-content dl.tabs dt.open {
	background: #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
	z-index: 100;
	color: #000;
}

.component-content div.current {
	clear: both;
	border: 1px solid #ccc;
	padding: 10px 10px;
	max-width: 500px;
}

.component-content div.current dd {
	padding: 0;
	margin: 0;
}

.component-content dl#content-pane.tabs {
	margin: 1px 0 0 0;
}

/* Weblinks */
.component-content .weblinks fieldset div {
	overflow: hidden;
}

.component-content .weblinks label.label-left {
	display: block;
	width: 150px;
	float: left;
}

/* Search */
.component-content .searchintro {
	font-weight: normal;
	margin: 20px 0 20px;
}

.component-content #searchForm {
	padding: 0;
}

.component-content .form-limit {
	margin: 20px 0 0;
	text-align: right;
	padding: 0 10px 0 20px;
}

.component-content .highlight {
	font-weight: bold;
}

.component-content .ordering-box {
	float: none;
}

.component-content .phrases-box {
	float: none;
	margin-bottom: 10px;
}

.component-content .ordering-box .inputbox {
	width: auto !important
}

.component-content .only, .component-content .phrases {
	margin: 10px 0 0 0px;
	padding: 15px 0;
	line-height: 1.3em;
}

.component-content label.ordering {
	display: block;
	margin: 10px 0 10px 0;
}

.component-content .word {
	padding: 0;
}

.component-content .word input {
	font-weight: bold;
}

.component-content .word label {
	font-weight: bold;
}

.component-content fieldset.only label, .component-content fieldset.phrases label {
	margin: 0 10px 0 0;
}

.component-content .ordering-box label.ordering {
	margin: 0 10px 5px 0;
	float: left;
}

.component-content form .search label {
	display: none;
}

.component-content dl.search-results dt.result-title {
	padding: 15px 15px 0px 5px;
	font-weight: bold;
}

.component-content dl.search-results dd {
	padding: 2px 15px 2px 5px;
}

.component-content dl.search-results dd.result-text {
	padding: 10px 15px 10px 5px;
	line-height: 1.7em;
}

.component-content dl.search-results dd.result-created {
	padding: 2px 15px 15px 5px;
}

.component-content dl.search-results dd.result-category {
	padding: 10px 15px 5px 5px;
}

/* Accessibility */
#rt-accessibility .rt-desc {
	float: left;
	padding-right: 5px;
}

#rt-accessibility #rt-buttons {
	float: left;
}

#rt-accessibility .button {
	display: block;
	width: 14px;
	height: 14px;
	float: left;
	background: url(../images/typography.png);
	margin: 2px;
}

#rt-accessibility .large .button {
	background-position: 0 -17px;
}

#rt-accessibility .small .button {
	background-position: -15px -17px;
}

/* Other */
.component-content .categorylist input {
	border: 1px solid #ddd;
	font-size: 1.2em;
	padding: 2px;
	margin: 0;
}

.component-content th {
	padding: 5px;
	background: #ebebeb;
	border-bottom: 2px solid #ddd;
	font-weight: bold;
}

.component-content tr.even td {
	padding: 5px;
	background: #f0f0f0;
	border-bottom: 1px solid #ddd;
}

.component-content tr.odd td {
	padding: 5px;
	background: #fafafa;
	border-bottom: 1px solid #ddd;
}

.rt-breadcrumb-surround {
	margin: 0;
	display: block;
	position: relative;
	overflow: hidden;
	height: 20px;
	padding: 15px 25px;
}

#breadcrumbs-gantry {
	width: 11px;
	height: 11px;
	display: block;
	float: left;
	margin-top: 4px;
	margin-right: 8px;
	background: url(../images/home.png) 0 0 no-repeat;
}

.component-content p.error {
	padding: 10px;
}

.component-content .contentpaneopen_edit {
	float: left;
}

.component-content table.contenttoc {
	padding: 10px;
	margin: 10px;
	float: right;
}

.component-content table.contenttoc tr td {
	padding: 1px 0;
}

.component-content .pagenavcounter {
	font-weight: bold;
}

ul.latestnews, ul.mostread {
	padding-left: 10px;
	margin: 0;
}

ul.latestnews li a, ul.mostread li a {
	padding: 2px 2px 2px 15px;
	display: block;
	text-decoration: none;
}

#article-index {
	width: 25%;
	float: right;
	padding: 10px;
	margin: 10px 0px 20px 30px;
}

#article-index h3 {
	margin: 0;
	font-size: 1em;
}

#article-index ul {
	list-style-type: disc;
}

.mod-languages ul li {
	display: inline;
}

.stats-module dl {
	margin: 10px 0 10px 0;
}

.stats-module dt {
	float: left;
	margin: 0 10px 0 0;
	font-weight: bold;
}

.stats-module dt, .stats-module dd {
	padding: 2px 0 2px 0;
}

.banneritem {
	margin: 10px 0;
	padding: 0;
}

.banneritem a {
	font-weight: bold;
}

p.syndicate {
	float: left;
	display: block;
	text-align: left;
}

.phrases .inputbox {
	width: 10em;
}

.phrases .inputbox option {
	padding: 2px;
}

/* Newsflash */
.newsflash {
	margin: 0;
}

.newsflash-horiz {
	overflow: hidden;
	list-style-type: none;
	margin: 0 5px;
	padding: 20px 10px;
}

.newsflash-horiz li {
	float: left;
	width: 30%;
	margin: 0 1%;
	padding: 10px 5px;
}

.newsflash-horiz li h4 {
	font-size: 1.4em;
}

.newsflash-horiz li img {
	display: block;
	margin-bottom: 10px;
}

.newsflash-vert {
	padding: 0;
}

/* Newsfeeds */
.component-content .newsfeed {
	padding: 0 5px;
}

.component-content ul.newsfeed {
	padding: 0;
}

.component-content .newsfeed-item {
	padding: 5px 0 0 0;
	margin: 0;
}

.component-content .newsfeed-item h5 a {
	font-size: 1.1em;
	font-weight: bold;
}

.component-content .feed-item-description img {
	margin: 5px 10px 10px 0;
}

.component-content dl.newsfeed-count dt, .component-content dl.newsfeed-count dd {
	display: inline;
}

.component-content dl.weblink-count dt, .component-content dl.weblink-count dd {
	display: inline;
}

/* Pagination */
.component-content .rt-pagination {
	margin: 10px 0;
	padding: 10px 0 10px 0px;
}

.component-content .rt-pagination ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.component-content .rt-pagination li {
	display: inline;
	padding: 2px 5px;
	text-align: left;
	border: solid 1px #eee;
	margin: 0 2px;
}

.component-content .rt-pagination li.pagination-start, .component-content .rt-pagination li.pagination-next, .component-content .rt-pagination li.pagination-end, .component-content .rt-pagination li.pagination-prev {
	border: 0;
}

.component-content .rt-pagination li.pagination-start, .component-content .rt-pagination li.pagination-start span {
	padding: 0;
}

.component-content p.counter {
	font-weight: bold;
}

/* Pagenav */
.component-content .pagenav {
	list-style-type: none;
	padding: 0;
	overflow: hidden;
}

.component-content .pagenav li {
	display: inline-block;
	padding: 0px;
	margin: 0;
}

.component-content .pagenav li {
	line-height: 2em;
}

.component-content .pagenav li a {
	display: inline;
	padding: 2px;
	text-decoration: none;
}

.component-content .pagenav li.pagenav-prev {
	float: left;
}

.component-content .pagenav li.pagenav-next {
	float: right;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	color: #323232;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* Mailto */
#mailto-window {
	background: #f5f5f5;
	padding: 15px;
	border: solid 1px #ddd;
	position: relative;
}

#mailto-window label {
	width: 10em;
}

.mailto-close {
	position: absolute;
	right: 0;
	top: 5px;
	background: none;
}

.mailto-close a {
	min-width: 25px;
	display: block;
	min-height: 25px;
	overflow: visible;
}

.mailto-close a span {
	position: absolute;
	left: -3000px;
	top: -3000px;
	display: inline;
}

#mailto-window .inputbox {
	padding: 3px;
}

#mailto-window p {
	margin-top: 20px;
}

#mailto-window button {
	margin: 0 5px 0 0;
}

/* System Messages */
/* OpenID icon style */
input.system-openid, input.com-system-openid {
	background: url(https://openid.net/images/login-bg.gif) no-repeat;
	background-color: #fff;
	background-position: 0 50%;
	color: #000;
	padding-left: 18px;
}

/* Unpublished */
.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
}

#system-message dt {
	font-weight: bold;
}

#system-message dd {
	margin: 0;
	font-weight: bold;
}

#system-message dd ul {
	background: #BFD3E6;
	color: #0055BB;
	margin: 10px 0 10px 0;
	list-style: none;
	padding: 10px;
	border: 2px solid #84A7DB;
}

/* System Standard Messages */
#system-message dt.message {
	display: none;
}

/* System Error Messages */
#system-message dt.error {
	display: none;
}

#system-message dd.error ul {
	color: #c00;
	background-color: #EBC8C9;
	border: 2px solid #DE7A7B;
}

/* System Notice Messages */
#system-message dt.notice {
	display: none;
}

#system-message dd.notice ul {
	color: #A08B4C;
	background: #F5ECC1;
	border: 2px solid #F0DC7E;
}

/* Debug */
#system-debug {
	color: #ccc;
	background-color: #fff;
	padding: 10px;
	margin: 10px;
}

#system-debug div {
	font-size: 11px;
}

h1, h2 {
	letter-spacing: 0;
	line-height: 1em;
}

.module-title h2, h3, h4, h5 {
	letter-spacing: 0;
	line-height: 1em;
}

.component-content .rt-article-bg {
	padding-bottom: 0;
	border-bottom: 0
}

.component-content .title {
	width: auto;
	font-size: 38px;
	line-height: 1.1em;
	font-weight: 400;
}

#member-profile fieldset, .registration fieldset {
	margin: auto;
	padding: 0;
}

.component-content #member-registration fieldset {
	border: 0;
}

.component-content th {
	padding: 5px;
	background: none;
	border-bottom: 0;
	font-weight: bold;
	text-align: left;
}

/* CSS Document */

/* INPUT, TEXTAREA, SUBMIT */
input[type=text],
textarea {
	border: 1px solid #ccc;

	background-color: #eaeff4;
	padding: 5px;
	font-size: 10px;
	color: #777;
	font-family: Geneva, sans-serif;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-moz-box-shadow: 3px 3px 10px -4px #BFC4C8 inset;
	-webkit-box-shadow: 3px 3px 10px -4px #BFC4C8 inset;
	box-shadow: 3px 3px 10px -4px #BFC4C8 inset;
}

#rt-pagemiddle input[type=text],
#rt-pagemiddle textarea {
	background-color: #FFFFFF;
}

input[type=text] {
	height: 20px;
}

input[type=text]:focus,
textarea:focus {
	border: 1px solid #ccc;
	background-color: #fff;
}

input[type=submit],
button.button,
div.itemCommentsForm form input#submitCommentButton {
	cursor: pointer;
	text-transform: capitalize;
	font-family: 'Cantarell', sans-serif;

	-moz-box-shadow: 0px 1px 0px 0px #205478;
	-webkit-box-shadow: 0px 1px 0px 0px #205478;
	box-shadow: 0px 1px 0px 0px #205478;

	background: #489cd3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4OWNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTgwYWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
	background: -moz-linear-gradient(top, #489cd3 0%, #236d9e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #489cd3), color-stop(100%, #236d9e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #489cd3 0%, #236d9e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #489cd3 0%, #236d9e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #489cd3 0%, #236d9e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #489cd3 0%, #236d9e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#489cd3', endColorstr='#236d9e', GradientType=0); /* IE6-8 */

	border: 1px solid #5aabe0;
	display: inline-block;
	color: #f6f9fb;

	font-size: 10px;
	font-weight: 400;
	padding: 4px 10px;
	text-decoration: none;
	text-transform: normal;

	text-shadow: 1px -1px 1px #0D4067;

	margin-top: 2px;
	margin-bottom: 6px;
	font-size: 10px;

}

input[type=submit]:hover,
button.button:hover {

}

input[type="password"] {
	background-color: #F4F4F4;
	border: 1px solid #E3E3E3;
	color: #777777;
	font-size: 11px;
	padding: 5px;
}

/* FORM ERROR */
p.formRed,
span.formError {
	color: #cf4d4d;
}

input.rsform-error[type=text],
textarea.rsform-error {
	border: 1px solid #cf4d4d;
	background: #f0d8d8;
}

input.rsform-error[type=text]:focus,
textarea.rsform-error:focus {
	background-color: #f0e5e5;
}

/* Menu */
/*Enable CSS Pie for IE */
#rt-menu > .rt-container > .rt-grid-12 {
	position: relative;
	z-index: 1000;
}

#rt-menu > .rt-container > .rt-grid-12 div.rt-fusionmenu {
	width: 75%;
	float: right;
}

#rt-menu .menutop {
	float: right;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	margin-top: 8px;
	margin-right: 20px;
	height: 35px;

	-webkit-border-radius: 5px 0px 0px 0px;
	-moz-border-radius: 5px 0px 0px 0px;
	border-radius: 5px 0px 0px 0px;
	text-align: right;
	white-space: nowrap;
}

#rt-menu .menutop li.root:first-child > a.item {
	-webkit-border-radius: 5px 0px 0px 0px;
	-moz-border-radius: 5px 0px 0px 0px;
	border-radius: 5px 0px 0px 0px;
}

#rt-menu .menutop > li.root {
	display: inline-block;

	vertical-align: top;
	font-weight: 700;
	line-height: inherit;
	text-align: center;

	padding: 0px;
	padding-bottom: 8px;
	margin: 0px;

	top: 8px;
	font-size: 11px;
	color: #205d9c;
	text-transform: uppercase;
	float: none;

	position: relative;
	z-index: 1000;
}

#rt-menu .menutop li.root:first-child {
	margin-left: 0px;
}

#rt-menu .menutop > li.root > a.item {
	display: block;
	box-sizing: border-box;
	background: url(../images/menu-bkgrnd-shdw.png) repeat-x 50% 100% #FFFFFF;
	padding: 0px;
	padding-top: 7px;
	padding-bottom: 10px;
	margin: 0px;
	height: 27px;

	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

#rt-menu .menutop > li.root > a.item > span {
	border-right: 1px solid #CCC;

	display: inline-block;
	box-sizing: border-box;
}

#rt-menu .menutop li.root:nth-last-child(1) > .item,
#rt-menu .menutop li.root:nth-last-child(2) > .item,
#rt-menu .menutop li.root:nth-last-child(3) > .item,
#rt-menu .menutop li.root:nth-last-child(4) > .item {
	margin: 0px;
	border: 0px;
	top: 0px;
}

#rt-menu .menutop.level1 > li.root:nth-last-child(1) > .item,
#rt-menu .menutop.level1 > li.root:nth-last-child(2) > .item,
#rt-menu .menutop.level1 > li.root:nth-last-child(3) > .item,
#rt-menu .menutop.level1 > li.root:nth-last-child(4) > .item {

	margin-left: 3px;

	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;

	color: #FFFFFF;
}

#rt-menu .menutop li.root:nth-child(1) > .item > span,
#rt-menu .menutop li.root:nth-child(2) > .item > span,
#rt-menu .menutop li.root:nth-child(3) > .item > span {
	width: 100%;
}

#rt-menu .menutop li.root:nth-last-child(1) .fusion-submenu-wrapper,
#rt-menu .menutop li.root:nth-last-child(2) .fusion-submenu-wrapper,
#rt-menu .menutop li.root:nth-last-child(3) .fusion-submenu-wrapper,
#rt-menu .menutop li.root:nth-last-child(4) .fusion-submenu-wrapper {

}

#rt-menu .menutop > li.root:nth-last-child(1) > .item > span,
#rt-menu .menutop > li.root:nth-last-child(2) > .item > span,
#rt-menu .menutop > li.root:nth-last-child(3) > .item > span,
#rt-menu .menutop > li.root:nth-last-child(4) > .item > span,
#rt-menu .menutop > li.root:nth-last-child(5) > .item > span {
	border: 0px;

}

#rt-menu .menutop > li.root:nth-last-child(1) > .item > span,
#rt-menu .menutop > li.root:nth-last-child(2) > .item > span,
#rt-menu .menutop > li.root:nth-last-child(3) > .item > span,
#rt-menu .menutop > li.root:nth-last-child(4) > .item > span {
	padding-left: 24px;
}

#rt-menu .menutop > li.root:nth-last-child(1) > .item,
#rt-menu .menutop > li.root:nth-last-child(2) > .item,
#rt-menu .menutop > li.root:nth-last-child(3) > .item,
#rt-menu .menutop > li.root:nth-last-child(4) > .item {
	height: 34px;
	padding-top: 10px;
	top: -7px;
}

#rt-menu .menutop > li.root:nth-last-child(1) > a.item {
	background-color: #205d9c;

}

#rt-menu .menutop > li.root:nth-last-child(1) > .item > span {
	background: url(../images/icon-reservations.png) no-repeat 3px 0px;
}

#rt-menu .menutop > li.root:nth-last-child(2) > a.item {
	background-color: #698a2a;

}

#rt-menu .menutop > li.root:nth-last-child(2) > .item > span {
	background: url(../images/icon-schedule.png) no-repeat 3px 0px;
}

#rt-menu .menutop > li.root:nth-last-child(3) > a.item {
	background-color: #e08e00;

}

#rt-menu .menutop > li.root:nth-last-child(3) > .item > span {
	background: url(../images/icon-ports.png) no-repeat 3px 0px;
	padding-bottom: 10px;
}

#rt-menu .menutop > li.root:nth-last-child(4) > a.item {
	background-color: #428fbd;

	margin-top: 5px;
	margin-top: 0px;
}

#rt-menu .menutop > li.root:nth-last-child(5) > a.item {
	-webkit-border-radius: 0px 5px 0px 0px;
	-moz-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;
}

#rt-menu .menutop > li.root:nth-last-child(4) > .item > span {
	padding-left: 0px;
}

.fusion-submenu-wrapper {
	padding-top: 7px;
}

.fusion-submenu-wrapper > ul {
	min-width: 180px;

	background: rgba(255, 255, 255, 0.92);
	-pie-background: rgba(255, 255, 255, 0.92);
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, .2);
}

#rt-menu .menutop li.root ul li,
.fusion-submenu-wrapper li.f-submenu-item {
	text-align: left;

	border-bottom: 1px solid #F6F6F6;
	box-sizing: border-box;
	padding-left: 4%;
	padding-right: 4%;

	width: 100% !important;
}

#rt-menu .menutop li.root ul li:last-child,
.fusion-submenu-wrapper li.f-submenu-item:last-child {
	padding-bottom: 5px;
}

.fusion-js-subs {
	min-width: 200px;
}

#rt-menu .menutop li.root ul li:first-child,
.fusion-submenu-wrapper li.f-submenu-item:first-child {
	margin-top: -6px;
	position: relative;
	padding-top: 10px;
	background: url(../images/sub-menu-arrow.png) no-repeat 14px 0px;
}

#rt-menu .menutop li.root ul li:last-child,
.fusion-submenu-wrapper li.f-submenu-item:last-child {
	border-bottom: 0px;
}

#rt-menu .menutop li.root ul li > a.item,
.fusion-submenu-wrapper li.f-submenu-item > .item {
	color: #205d9c;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	padding: 0px;
}

#rt-menu .menutop li.root ul li:hover > a.item,
.fusion-submenu-wrapper li.f-submenu-item:hover > a.item {
	text-decoration: underline;
}

#rt-menu .menutop > li.root > .item span {
	display: inline-block;
	height: 18px;
	line-height: 1.5em;
}

#rt-menu .menutop > li.root:nth-last-child(1) span,
#rt-menu .menutop > li.root:nth-last-child(2) span,
#rt-menu .menutop > li.root:nth-last-child(3) span,
#rt-menu .menutop > li.root:nth-last-child(4) span {
	line-height: 1.8em;
}

#rt-menu .menutop li.sfHover a.sf-with-ul {

}

#rt-menu .menutop li.root.active > .item {

}

#rt-menu .menutop:hover li.root.active > .item {

}

#rt-menu .menutop li.root > .item:hover {

}

#rt-submenu ul.menu {
	height: 48px;
	display: inline-block;
	text-align: left;
	font-size: 0px;
	width: auto;
	white-space: nowrap;
}

#rt-submenu ul.menu li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	cursor: pointer;
	list-style-type: none;
	left: 0px;

	background: #16416e;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-top: 3px solid #2f69a6;

	border-left: 3px solid #2f69a6;
	border-right: 3px solid #2f69a6;

	box-shadow: rgb(12, 45, 88) 22px 0px 22px -10px inset;
	text-shadow: 1px solid #FFFFFF;

	font-family: Belleza, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;

	height: auto;

	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 6px;

	transition: all .1s ease-in;

	line-height: 1em !important;
}

#rt-submenu ul.menu li:last-child {
	margin-right: 0px !important;
}

#rt-submenu ul.menu li.active,
#rt-submenu ul.menu li:hover {
	position: relative;
	display: inline-block;
	vertical-align: top;

	background: #205d9c;
	border-top: 3px solid #357dc7;

	border-right: 3px solid #357dc7;
	border-left: 3px solid #357dc7;

	box-shadow: rgb(32, 93, 156) 5px 5px 5px 10px inset;

	font-family: Belleza, sans-serif;
	font-size: 16px;
	font-weight: normal;

	list-style-type: none;

	margin: 0px;

	margin-left: 0px;
	margin-right: 4px;
	padding-bottom: 0px;

	text-align: center;
	transition: all .1s ease-in;

	line-height: inherit;
}

#rt-submenu ul.menu li.active a,
#rt-submenu ul.menu li:hover a {
	height: 39px;
	padding-top: 12px;
	transition: all .1s ease-in;
}

#rt-submenu ul.menu li a {
	color: inherit;
	line-height: inherit;
	display: inline-block;
	box-sizing: border-box;
	height: 32px;
	width: 100%;
	padding-bottom: 12px;
	padding-top: 6px;
	transition: all .1s ease-in;
}

@media (max-width: 980px) {
	#rt-menu .menutop li.root {
		font-size: 10px;
	}
}

@media (max-width: 959px) {
	.rt-fusionmenu {
		display: none;
	}
}

@media (max-width: 767px) {

	#rt-submenu ul.menu {
		height: auto;
		white-space: normal;
		width: 100% !important;
		overflow: visible;
	}

	#rt-submenu ul.menu li {

		width: 100% !important;
		height: 16px !important;
		padding-top: 8px !important;
		margin-top: 0px !important;
		margin-bottom: 4px !important;
		margin-left: 0px !important;
		border-width: 1px !important;
		padding-bottom: 20px !important;
	}

}

#uniform-mainmenu {
	position: relative;
	display: inline-block;
	float: none;
	width: 95%;

}

#uniform-mainmenu span {
	width: 94%;
	padding-right: 6%;
}

#tbworks_mobilemenu {
	position: relative;
	z-index: 200;
	float: right;
	cursor: pointer;

	height: 40px;
	width: 116px;
	padding-right: 10%;
	text-align: center;

	right: 0px;

	background: url(../images/menu-hamburger.png) no-repeat 100% 0px;
	background-position: 100% 0px;

	transition: padding-bottom 300ms ease-in, background-position 300ms ease-in;
	-webkit-transition: padding-bottom 300ms ease-in, background-position 300ms ease-in;

}

#tbworks_mobilemenu .slidewrapper {
	position: relative;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	top: -200px;

	transition: top 600ms linear;
	-webkit-transition: top 600ms linear;

}

#tbworks_mobilemenu.active .slidewrapper {
	top: 10px;
	position: relative;

}

#tbworks_mobilemenu.active {
	padding-top: 10px;
	padding-bottom: 56px;

	background-position: 100% -300px;
	transition: padding-bottom 300ms ease-in, background-position 300ms ease-in;
	-webkit-transition: padding-bottom 300ms ease-in, background-position 300ms ease-in;

	float: none;
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;

}

#tbworks_mobilemenu.active > * {

}

#tbworks_mobilemenu > * {

}

#tbworks_mobilemenu select {
	background: #FFFFFF;
	width: 94%;
	padding-right: 6%;
}

#rt-main .rt-grid-3 .highlight {

}

#rt-mainbody .moduletable {

}

#rt-mainbody .moduletable .slideshow {
	border-radius: 5px;
	overflow: hidden;
}

#rt-main .rt-grid-3 .rt-block img {
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}

#rt-mainbottom .rt-block .custom > ul li > a,
#rt-main .rt-grid-3 .rt-block .custom > ul li > a {
	width: 100%;
	display: inline-block;
}

#rt-mainbottom .rt-block .custom > ul,
#rt-main .rt-grid-3 .rt-block .custom > ul {
	width: 100%
}

#rt-main .rt-grid-3 .highlight .rt-block {
	position: relative;
	padding: 0px;
	margin: 0px;

	margin-left: 8%;
	margin-right: 0%;
	width: 91%;

}

#rt-main .rt-grid-3 .highlight .rt-block .rt-block-wrapper {
	width: 100%;

	background: url(../images/module-bttm-shdw.png) repeat-x 50% 100%;
	padding-bottom: 37px;
	background-size: 100% 35px;
}

#rt-main .rt-grid-3 .highlight .rt-block .rt-block-wrapper-inner {
	background: url(../images/mod-bkgrnd-gradient.png) repeat-y 100% 0% #FFFFFF;
	background-size: 100% auto;
	position: relative;
	padding: 1%;
	width: 98%;
	z-index: 2;

	border: 1px solid #FFFFFF;

	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;

	-webkit-box-shadow: 0 -12px 21px -12px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 -12px 21px -12px rgba(0, 0, 0, 0.5);
	box-shadow: 0 -12px 21px -12px rgba(0, 0, 0, 0.5);
}

#rt-main .rt-grid-3 .highlight .rt-block:before,
#rt-main .rt-grid-3 .highlight .rt-block:after {
	content: "";
	position: absolute;
	z-index: 1;
}

#rt-main .rt-grid-3 .highlight .rt-block:before {
	left: 86px;
	top: 5px;
	width: 50%;
	height: 68%;
	max-width: 200px;
	max-height: 150px;

	border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;

	-webkit-box-shadow: -88px 0 10px rgba(0, 0, 0, 0.7) !important;
	-moz-box-shadow: -84px 0 10px rgba(0, 0, 0, 0.7) !important;
	box-shadow: -82px 0px 10px rgba(0, 0, 0, 0.7) !important;

	-webkit-transform: skew(5deg);
	-moz-transform: skew(5deg);
	-ms-transform: skew(5deg);
	-o-transform: skew(5deg);
	transform: skew(5deg);

	-webkit-transform-origin: 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

#rt-main .rt-grid-3 .highlight .rt-block:after {
	right: 86px;
	top: 5px;
	width: 50%;
	height: 68%;
	max-width: 200px;
	max-height: 150px;

	border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;

	-webkit-box-shadow: 88px 0 10px rgba(0, 0, 0, 0.7) !important;
	-moz-box-shadow: 82px 0 10px rgba(0, 0, 0, 0.7);
	box-shadow: 82px 0px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: skew(-5deg);
	-moz-transform: skew(-5deg);
	-ms-transform: skew(-5deg);
	-o-transform: skew(-5deg);
	transform: skew(-5deg);
	-webkit-transform-origin: 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

#rt-main .rt-grid-3 .highlight .rt-block .module-title {
	background: #366da6;

	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;

	padding-top: 10px;
	padding-bottom: 10px;

	box-shadow: 0px -6px 14px 1px #1A4067 inset;

}

#rt-main .rt-grid-3 .highlight .rt-block .module-title h2.title {
	font-size: 17px;
	font-weight: 400;

	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Belleza', sans-serif;
	text-transform: uppercase;
	text-align: center;

	margin: 0px;
	padding: 0px;
}

#rt-main .rt-grid-3 .highlight .rt-block .module-content {
	padding: 14px;

}

#rt-mainbottom .highlight2 .rt-block,
#rt-main .rt-grid-3 .highlight2 .rt-block {
	/*box-shadow: 0px 0px 7px 8px #CBD6E3;*/

	border: 3px solid #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-left: 8%;

	font-size: 12px;
	font-weight: 600;
}

#rt-mainbottom .highlight2 .rt-block {
	margin-left: 0px;
}

#rt-main .rt-grid-3 .highlight2.palmtree .rt-block {
	/*background:url(../images/highlight-palmtree.png) no-repeat 50% 0%;*/
	background-size: 100%;
	auto;
	margin-bottom: 40px;
}

#rt-mainbottom .highlight2 .rt-block li,
#rt-main .rt-grid-3 .highlight2.palmtree .rt-block li {
	list-style-type: none;
	border-bottom: solid 1px #fff;
	padding: 4px 0 4px 0;
	margin-left: 0px !important;
}

#rt-mainbottom .highlight2 .rt-block li:hover,
#rt-main .rt-grid-3 .highlight2.palmtree .rt-block li:hover {
	text-decoration: none;
	background-color: #fff;
}

#rt-main .rt-grid-3 .highlight2.palmtree .rt-block a {
	padding-left: 5px;

}

#rt-main .rt-grid-3 .highlight2.palmtree .rt-block a:hover {
	text-decoration: none;
}

#rt-mainbottom .highlight2 .rt-block h3,
#rt-mainbottom .highlight2 .rt-block .module-title,
#rt-main .rt-grid-3 .highlight2 .rt-block .module-title {

	background: url(../images/sidebar-highlight-title.png) no-repeat 0% 100%;
	padding-left: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-left: 6px;
}

#rt-mainbottom .highlight2 .rt-block h3,
#rt-mainbottom .highlight2 .rt-block .module-title h2.title,
#rt-main .rt-grid-3 .highlight2 .rt-block .module-title h2.title {
	font-size: 14px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #545456;
}

#rt-mainbottom .highlight2 .rt-block .module-title h2.title,
#rt-main .rt-grid-3 .highlight2 .rt-block .module-title h2.title {
	margin: 0px;
	padding: 0px;
}

#rt-mainbottom .highlight2 .rt-block h3 {

}

#rt-mainbottom .highlight2 .rt-block .module-content,
#rt-main .rt-grid-3 .highlight2 .rt-block .module-content {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 6px;
	text-shadow: 0px 0px 10px #e7eef4;
}

#rt-main .rt-grid-3 .blank .rt-block:before,
#rt-main .rt-grid-3 .blank .rt-block:after {
	display: none;
}

#rt-main .rt-grid-3 .blank .rt-block,
#rt-main .rt-grid-3 .blank .rt-block .rt-block-wrapper,
#rt-main .rt-grid-3 .blank .rt-block .rt-block-wrapper-inner,
#rt-main .rt-grid-3 .blank .rt-block .module-title,
#rt-main .rt-grid-3 .blank .rt-block .module-content {
	border: 0px;
	box-shadow: none;
	webkit-box-shadow: none;
	-moz-box-shadow: none;

	background: none;
	padding: 0px;
	margin: 0px;

}

#rt-main .highlight.blog-archive .rt-block {
	margin-top: 20px;
}

#rt-main .rt-grid-3.sidebar-b .blank .rt-block {
	margin-left: 8%;
}

#rt-main .rt-grid-3 .highlight .rt-block .module-content {

}

#rt-main .rt-grid-3 > div > .sidebarlink,
.rt-container > div > .sidebarlink {

	margin-left: auto;
	clear: both;
	background: url(../images/sidebarlink-top-shdw.png) no-repeat 100% 0%;
	padding-top: 26px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #b30202;
	font-weight: 600;
	text-transform: uppercase;
	text-align: right;

	width: 91%;
	margin-left: 8%;

}

#rt-main .rt-grid-3 > div > .sidebarlink a,
.rt-container > div > .sidebarlink a {
	color: inherit;
}

#rt-main .rt-grid-3 > div > .sidebarlink .rt-block,
.rt-container > div > .sidebarlink .rt-block {
	background: url(../images/sidebarlink-bttm-shdw.png) no-repeat 100% 100%;
	margin-bottom: 20px;

}

#rt-main .rt-grid-3 > div > .sidebarlink .rt-block .module-content,
.rt-container > div > .sidebarlink .rt-block .module-content {
	/*background:url(../images/sidebarlink-arrow.png) no-repeat 100% 4px;*/
	padding-bottom: 26px;

	padding-right: 0%;
	padding-left: 0%;
	width: 90%;

}

@media (max-width: 767px) {
	#rt-main .rt-grid-3 .highlight .rt-block {
		margin: 0px 0px 0px 4%;
	}

	#rt-main .rt-grid-3.sidebar-b .blank .rt-block,
	#rt-main .rt-grid-3 .highlight2 .rt-block,
	#rt-main .rt-grid-3 .rt-block {
		width: 99%;
		margin-left: 0%;
	}

	#rt-main .rt-grid-3.sidebar-b .blank .rt-block {
		width: 100%;
	}

	#rt-main .rt-grid-3 > div > .sidebarlink,
	.rt-container > div > .sidebarlink,
	#rt-main .rt-grid-3 > div > .sidebarlink .rt-block,
	.rt-container > div > .sidebarlink .rt-block {
		background: none;
	}
}

@media (max-width: 620px) {
	#rt-main .rt-grid-3 .rt-block {
		width: 99%;
		margin-left: 0%;
	}
}

/* CSS Document */

::-moz-selection,
::selection {
	color: #fff !important;
	background: #09C;
}

body {
	background: url(../images/content-top-shadow.png) repeat-x 50% 0% #eaeff4;
}

a.readon {
	cursor: pointer;
	text-transform: capitalize;
	font-family: 'Cantarell', sans-serif;

	-moz-box-shadow: 0px 1px 0px 0px #205478;
	-webkit-box-shadow: 0px 1px 0px 0px #205478;
	box-shadow: 0px 1px 0px 0px #205478;

	background: #489cd3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4OWNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTgwYWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
	background: -moz-linear-gradient(top, #489cd3 0%, #236d9e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #489cd3), color-stop(100%, #236d9e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #489cd3 0%, #236d9e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #489cd3 0%, #236d9e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #489cd3 0%, #236d9e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #489cd3 0%, #236d9e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#489cd3', endColorstr='#236d9e', GradientType=0); /* IE6-8 */

	border: 1px solid #5aabe0;
	display: inline-block;
	color: #f6f9fb;

	font-size: 10px;
	font-weight: 400;
	padding: 4px 10px;
	text-decoration: none;
	text-transform: normal;

	text-shadow: 1px -1px 1px #0D4067;

	margin-top: 2px;
	margin-bottom: 6px;
	font-size: 10px;
}

a.readon,
a.readon:hover {

}

a.readon:hover {
	text-decoration: underline;
}

.date {
	margin-right: 10px;
	margin-top: 5px;
	color: #666;
	font-size: 10px;
	display: inline-block;
	padding: 4px 11px;
	border: 1px solid #ccc !important;
	text-decoration: none;
	border-radius: 4px;
	background: #f4f7f8 !important;
"

}

.viewmore {
	margin-right: 10px;
	margin-top: 5px;
	color: #FDFCFC;
	font-size: 12px;
	display: inline-block;
	padding: 6px 65px;
	/* border: 1px solid #ccc!important; */
	text-decoration: none;
	border-radius: 4px;
	background: #1b5189;
	font-weight: 600;
}

a:hover.viewmore {
	margin-right: 10px;
	margin-top: 5px;
	color: #FDFCFC;
	font-size: 12px;
	display: inline-block;
	padding: 6px 65px;
	/* border: 1px solid #ccc!important; */
	text-decoration: none;
	border-radius: 4px;
	background: #1b5189;
	font-weight: 600;
	text-decoration: underline;
}

.viewmore2 {
	margin-right: 10px;
	margin-top: 5px;
	color: #FDFCFC;
	font-size: 12px;
	display: inline-block;
	padding: 6px 33px;
	/* border: 1px solid #ccc!important; */
	text-decoration: none;
	border-radius: 4px;
	background: #1b5189;
	font-weight: 600;
}

a:hover.viewmore2 {
	margin-right: 10px;
	margin-top: 5px;
	color: #FDFCFC;
	font-size: 12px;
	display: inline-block;
	padding: 6px 33px;
	/* border: 1px solid #ccc!important; */
	text-decoration: none;
	border-radius: 4px;
	background: #1b5189;
	font-weight: 600;
	text-decoration: underline;
}

.viewmore3 {
	margin-right: 10px;
	margin-top: 5px;
	color: #FDFCFC;
	font-size: 12px;
	display: inline-block;
	padding: 6px 33px;
	/* border: 1px solid #ccc!important; */
	text-decoration: none;
	border-radius: 4px;
	background: #1b5189;
	font-weight: 600;
}

a:hover.viewmore3 {
	margin-right: 10px;
	margin-top: 5px;
	color: #FDFCFC;
	font-size: 12px;
	display: inline-block;
	padding: 6px 33px;
	/* border: 1px solid #ccc!important; */
	text-decoration: none;
	border-radius: 4px;
	background: #1b5189;
	font-weight: 600;
	text-decoration: underline;
}

@media (max-width: 520px) {
	.viewmore3 {
		margin-right: 10px;
		margin-top: 5px;
		margin-bottom: 20px;
		color: #FDFCFC;
		font-size: 12px;
		display: inline-block;
		padding: 6px 33px;
		/* border: 1px solid #ccc!important; */
		text-decoration: none;
		border-radius: 4px;
		background: #1b5189;
		font-weight: 600;
	}
}

@media (max-width: 520px) {
	a:hover.viewmore3 {
		margin-right: 10px;
		margin-top: 5px;
		color: #FDFCFC;
		font-size: 12px;
		display: inline-block;
		padding: 6px 33px;
		/* border: 1px solid #ccc!important; */
		text-decoration: none;
		border-radius: 4px;
		background: #1b5189;
		font-weight: 600;
		text-decoration: underline;
	}
}

.date2 {
	margin-right: 10px;
	margin-top: 5px;
	color: #1b5189;
	font-size: 10px;
	display: inline-block;
	padding: 4px 11px;
	border: 2px solid #1b5189 !important;
	text-decoration: none;
	border-radius: 4px;
	background: #f4f7f8 !important;
"

}

a:hover.date2 {
	margin-right: 10px;
	margin-top: 5px;
	color: #fff;
	font-size: 10px;
	display: inline-block;
	padding: 4px 11px;
	border: 2px solid #1b5189 !important;
	text-decoration: none;
	border-radius: 4px;
	background: #1b5189 !important;
"

}

a:hover.date {
	color: #1b5189;

}

.book {
	margin-right: 10px;
	margin-top: 5px;
	color: #09C;
	font-size: 10px;
	display: inline-block;
	padding: 4px 11px;
	border: 1px solid #ccc !important;
	text-decoration: none;
	border-radius: 4px;
	background: #f4f7f8 !important;
"

}

table tr td {

}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: normal;
}

h1,
h2.title,
div.componentheading,
.component-content .title {
	color: #1b5189;
	font-size: 25px;
	font-family: 'Belleza', sans-serif;
}

h1 a,
h2.title a,
div.componentheading a,
.component-content .title a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

h1 {
	margin-bottom: 12px;
}

h1.main {
	margin-bottom: 15px;
}

h2 {
	color: #1b5189;
	font-family: 'Belleza', sans-serif;
	font-size: 20px;
	margin-bottom: 15px;
}

h2.port_title {
	font-family: 'Belleza', sans-serif;
	font-size: 17px;
	margin-bottom: 3px;
	color: #1b5189;
}

h3 {
	font-family: 'Belleza', sans-serif;
	font-size: 19px;
	color: #1b5189;
	margin-bottom: 5px;
}

h3.underline {
	font-family: 'Belleza', sans-serif;
	font-size: 17px;
	color: #545456;
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
	margin-bottom: 12px;
}

#rt-mainbottom .module-title h2,
h3.underline2 {
	font-family: 'Belleza', sans-serif;
	font-size: 20px;
	color: #1b5189;
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

h3.underline3 {
	font-family: 'Belleza', sans-serif;
	font-size: 20px;
	color: #1b5189;
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
	margin-bottom: 9px;
	margin-top: 15px;
}

h3.background {
	background: #1b5189;
	color: #FFFFFF;
	padding: 5px 15px;
	margin-left: 1px;
	margin-right: 1px;

}

h3.background-schedule {
	background: #2d72b9;
	color: #FFFFFF;
	padding: 5px 15px;
	margin-left: 1px;
	margin-right: 1px;
	text-align: left;

}

.background-schedule h3.schedtitle {
	color: #FFFFFF;
	float: left;
	visibility: visible;

}

h3 a {

}

h4 {
	color: #1b5189;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
}

h4 a {
	color: inherit;
}

h5 {
	font-size: 14px;
	color: inherit;
	margin-bottom: 15px;
	padding: 0px;
}

.scheduledate {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.96em;
	text-align: right;
	font-size: 12px;
	color: white;
	margin-bottom: 6px;
	padding: 0px;
	float: right;
	font-weight: 600;

}

h2 + h5,
h1 + h5 {
	position: relative;
	background: url(../images/custom-hr.png) no-repeat 50% 100%;
	background-size: 100% auto;

	margin: -15px -2% 10px;
	padding-bottom: 14px;
	padding-left: 2%;
	padding-right: 2%;
}

h5 a {
	color: inherit;
}

h6 {
	font-size: 13px;
	color: inherit;
	margin-bottom: 15px;
	padding: 0px;
}

hr {
	background: url(../images/custom-hr.png) no-repeat 50% 0%;
	height: 10px;
	padding: 0px;
	border: 0px;
}

/* paragraphs,blockquote,code */
p {
	margin-bottom: 15px;
}

blockquote.right,
blockquote {
	margin: 0 0 15px 0;
	color: #8a8a8a;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
	font-size: 12px;
	border-left: 1px solid #CCCCCC;
	padding-left: 15px;
	margin-left: 15px;
	float: right;
	max-width: 50%;
	width: 200px;
}

blockquote span {
	font-size: 10px;
	font-style: normal;
	color: #999;
	float: right;
}

blockquote.left {
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 15px;
	padding-right: 15px;
	border-left: 0px;
	border-right: 1px solid #CCCCCC;
}

blockquote p {
	line-height: 1.4em;
	font-size: 14px;
}

code {
	background: #fafafa;
	padding: 5px 10px;
	display: block;
	font-size: 12px;
	color: #858585;
	margin-bottom: 10px;
	border: 1px dotted #eaeaea;
	clear: both;
}

strong {
	font-weight: bold;
}

/* Lists */
ol {
	dispaly: block;
	list-style-type: decimal;
}

.component-content ol[style='list-style-type: lower-alpha;'],
ol[style='list-style-type: lower-alpha;'] {
	color: inherit;
	line-height: inherit;
	font-family: inherit;
	counter-reset: item;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

ol[style='list-style-type: lower-alpha;'] {

}

ol[style='list-style-type: lower-alpha;'] li {
	display: block;

	color: inherit;
	line-height: inherit;
	font-family: inherit;
	padding: 0px;
	margin: 0px;
	min-height: 16px;
	height: auto;

}

ol[style='list-style-type: lower-alpha;'] li:before {
	display: inline-block;
	content: counter(item) "        ";
	counter-increment: item;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	margin: 1px;
	margin-top: 2px;
	margin-right: 10px;
	padding-left: 1px;
	text-align: center;
	width: 17px;
	height: 16px;
	background: url(../images/ol-li-bkgrnd.png) no-repeat 50% 50%;

}

/* CUSTOM LISTS */
ul {
	list-style: disc;

}

ul, ol {
	margin: 5px 0px;
}

ul.list-type-1,
ul.list-type-2,
ul.list-type-3,
ul.list-type-4,
ul.list-type-5,
ul.list-type-6,
ul.list-type-7,
ul.list-type-8 {
	padding-left: 0;
	margin-bottom: 20px;
	margin-left: 0px;
}

ul.list-type-1 li {
	padding-left: 15px;
	list-style: none;
	background: url(../images/bullet-list_01.png) no-repeat 0 0;
	line-height: 20px;
}

ul.list-type-2 li {
	padding-left: 15px;
	list-style: none;
	background: url(../images/bullet-list_02.png) no-repeat 0 0;
	line-height: 20px;
}

ul.list-type-3 li {
	padding-left: 15px;
	list-style: none;
	background: url(../images/bullet-list_03.png) no-repeat 0 0;
	line-height: 20px;
}

ul.list-type-4 li {
	padding-left: 25px;
	list-style: none;
	background: url(../images/bullet-list_04.png) no-repeat 0 0;
	line-height: 20px;
	margin-bottom: 5px;
}

ul.list-type-5 li {
	padding-left: 25px;
	list-style: none;
	background: url(../images/bullet-list_05.png) no-repeat 0 0;
	line-height: 20px;
	margin-bottom: 5px;
}

ul.list-type-6 li {
	padding-left: 25px;
	list-style: none;
	background: url(../images/bullet-list_06.png) no-repeat 0 0;
	line-height: 20px;
	margin-bottom: 5px;
}

ul.list-type-7 li {
	padding-left: 25px;
	list-style: none;
	background: url(../images/bullet-list_07.png) no-repeat 0 0;
	line-height: 20px;
	margin-bottom: 5px;
}

ul.list-type-8 li {
	padding-left: 25px;
	list-style: none;
	background: url(../images/bullet-list_08.png) no-repeat 0 0;
	line-height: 20px;
	margin-bottom: 5px;
}

ul {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
}

ul.list {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 8px;
}

ul li {
	margin-left: 10px;
	list-style: disc outside none;
	position: relative;
}

ul[style='list-style-type: circle;'] {
	margin-left: 0px;
	padding-left: 2px;
}

ul[style='list-style-type: circle;'] li {
	list-style-type: none;
}

ul[style='list-style-type: circle;'] li:before {
	color: #09C;
	content: " • ";
}

.pre {
	font: 11px Courier, "Courier New", monospace;
	padding: 5px 5px 5px 15px;
	border: 1px solid #ccc;
	background: #efefef;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #333;
	line-height: 19px;
	overflow: auto;
	overflow-Y: hidden;
	clear: both;
	margin-bottom: 20px;
}

.separator {

}

img.shadow {
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-width: 100%;
	height: auto;
}

img.addborder {
	border: 1px solid #ededed;
	border-radius: 8px;
	-moz-border-radius: 8px;
	max-width: 99%;
	height: auto;
}

.joomimg_row img,
img.border {
	border: 1px solid #C4C4C4;
	padding: 3px;
	margin-bottom: 0px;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;

}

table.highlight-special {
	border: 2px solid #c6d9e2;
	width: 100%;
}

/* First Row */
table.highlight-special tr:nth-child(1) {

}

table.highlight-special tr:nth-child(1) td {
	height: 39px;
	background: #78a2b3;
	color: #6a7c82;
}

table.highlight-special tr td {
	height: 30px;
	line-height: 30px;
	color: #203040;
	font-size: 11px;
	padding-left: 14px;
	background: #f3f4f3;
}

table.highlight-special tr:nth-child(odd) td:first-child {
	background: #ffffff;
}

table.highlight-special tr:nth-child(odd) td {
	background: #f3f4f3;
}

table.highlight-special tr:nth-child(odd) td:last-child {
	background: #d8e5ea;
}

table.highlight-special tr:nth-child(even) td:first-child {
	background: #f2f2f2;
}

table.highlight-special tr:nth-child(even) td {
	background: #e7e7e7;
}

table.highlight-special tr:nth-child(even) td:last-child {
	background: #cdd9de;
}

table.highlight-special tr:nth-child(1) td:first-child {
	color: #3d4e5b;
	background: #80abbd;
	width: 50%;
}

table.highlight-special tr:nth-child(1) td {
	background: #78a2b3;
	width: 25%;
}

table.highlight-special tr:nth-child(1) td:last-child {
	background: #6c99ae;
}

/* First Row */
table.highlight-comparison tr {

}

table.highlight-comparison {
	border: 1px solid #e2e2e2;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.highlight-comparison tr:nth-child(1) {

}

table.highlight-comparison tr:nth-child(1) td {
	height: 39px;
	background: #78a2b3;
	color: #6a7c82;
}

table.highlight-comparison tr {

}

table.highlight-comparison tr td {
	height: 30px;
	color: #545454;
	font-size: 11px;

	background: #FFFFFF;
	border: 0px;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;

	vertical-align: middle;
	text-align: center;
	min-width: 125px;

}

table.highlight-comparison tr td:first-child {
	text-align: left;
	padding-left: 14px;
}

table.highlight-comparison tr:nth-child(2) td:last-child {
	background: url(../images/table-highlight-compare-right.png) no-repeat 100% 0%;
}

table.highlight-comparison tr td:last-child {
	background: url(../images/table-highlight-compare-right.png) no-repeat 100% 50%;
}

table.highlight-comparison tr:last-child td:last-child {
	background: url(../images/table-highlight-compare-right.png) no-repeat 100% 100%;
}

table.highlight-comparison tr:nth-child(1) {

}

table.highlight-comparison tr:nth-child(1) td:first-child {
	background: url(../images/table-highlight-compare-top.png) no-repeat 0px 0px;
	margin-left: 3px solid #FFF;
	border-left: 1px solid #e2e2e2;
}

table.highlight-comparison tr:nth-child(1) td {
	background: url(../images/table-highlight-compare-top.png) no-repeat 50% 0%;
	color: #4f5052;
	font-weight: bold;
	border-bottom: 0px;
	border-right: 1px solid #cbcac8;
}

table.highlight-comparison tr:nth-child(1) td:last-child {
	background: url(../images/table-highlight-compare-top.png) no-repeat 100% 0%;
	border: 0px;

}

table.highlight-schedule tr {

}

table.highlight-schedule {
	border: 1px solid #e2e2e2;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;

	box-shadow: -1px 3px 1px 0 #D8DCDF;
}

table.highlight-schedule tr:nth-child(1) {

}

table.highlight-schedule tr:nth-child(1) td {
	height: 39px;
	background: #78a2b3;
	color: #6a7c82;
}

table.highlight-schedule tr {

}

table.highlight-schedule tr td {
	height: 30px;
	color: #545454;
	font-size: 11px;

	background: #FFFFFF;
	border: 0px;
	border-right: 1px solid #dce0e4;
	border-bottom: 1px solid #dce0e4;

	vertical-align: middle;
	text-align: center;
}

table.highlight-schedule tr:nth-child(2) td:last-child {
	background: url(../images/table-highlight-compare-right.png) no-repeat 100% 0%;
}

table.highlight-schedule tr td:last-child {
	background: url(../images/table-highlight-compare-right.png) no-repeat 100% 50%;
}

table.highlight-schedule tr:last-child td:last-child {
	background: url(../images/table-highlight-compare-right.png) no-repeat 100% 100%;
}

table.highlight-schedule tr:nth-child(1) td:first-child,
table.highlight-schedule tr:nth-child(1) td,
table.highlight-schedule tr:nth-child(1) td:last-child {
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: bold;
	color: #4f5052;
}

table.highlight-schedule tr:nth-child(1) td:first-child {
	background: url(../images/table-highlight-schedule-top.png) no-repeat 0px 0px;
	margin-left: 3px solid #FFF;
	border-left: 1px solid #dce0e4;
}

table.highlight-schedule tr:nth-child(1) td {
	background: url(../images/table-highlight-schedule-top.png) no-repeat 50% 0%;
	border-bottom: 0px;
	border-right: 1px solid #9db5cf;
}

table.highlight-schedule tr:nth-child(1) td:last-child {
	background: url(../images/table-highlight-schedule-top.png) no-repeat 100% 0%;
	border: 0px;
}

/* START odd set */
table.highlight-schedule tr:nth-child(odd) td:first-child {
	background: url(../images/table-highlight-schedule-odd.png) repeat-y 0px 0px;
	margin-left: 3px solid #FFF;
	border-left: 1px solid #dce0e4;
	color: #000000;
	font-weight: 400;
	font-size: 11px;
}

table.highlight-schedule tr:nth-child(odd) td {
	background: url(../images/table-highlight-schedule-odd.png) repeat-y 50% 0%;
	color: #4f5052;
	font-weight: bold;
	border-bottom: 0px;
	border-right: 1px solid #bfd0e0;
}

table.highlight-schedule tr:nth-child(odd) td:last-child {
	background: url(../images/table-highlight-schedule-odd.png) repeat-y 100% 0%;
	border: 0px;
}

/* END odd set */
/* START odd set */
table.highlight-schedule tr:nth-child(even) td:first-child {
	background: #f0f4f7;
	margin-left: 3px solid #FFF;
	border-left: 1px solid #dce0e4;
	color: #000000;
	font-weight: 400;
	font-size: 11px;
}

table.highlight-schedule tr:nth-child(even) td {
	background: #f0f4f7;
	color: #4f5052;
	font-weight: bold;
	border-bottom: 0px;
	border-right: 1px solid #cedbe7;
}

table.highlight-schedule tr:nth-child(even) td:last-child {
	background: #f0f4f7;
	border: 0px;
}

/* END odd set */
/* START first row */
table.highlight-schedule tr:nth-child(1) td:first-child {
	background: url(../images/table-highlight-schedule-top.png) no-repeat 0px 0px;
	margin-left: 3px solid #FFF;
	border-left: 1px solid #dce0e4;
	color: #4f5052;
	font-weight: bold;
}

table.highlight-schedule tr:nth-child(1) td {
	background: url(../images/table-highlight-schedule-top.png) no-repeat 50% 0%;
	color: #4f5052;
	font-weight: bold;
	border-bottom: 0px;
	border-right: 1px solid #9db5cf;
}

table.highlight-schedule tr:nth-child(1) td:last-child {
	background: url(../images/table-highlight-schedule-top.png) no-repeat 100% 0%;
	border: 0px;
}

/* END first row */
/* START last row */
table.highlight-schedule tr:nth-last-child(1) td:first-child {
	margin-left: 3px solid #FFF;
	border-left: 1px solid #dce0e4;
	text-align: left;
	padding-left: 5px;
}

table.highlight-schedule tr:nth-last-child(1) td {
	border-bottom: 0px;
	border-right: 0px;

}

table.highlight-schedule tr:nth-last-child(1) td:last-child {
	border: 0px;
	text-align: right;
	padding-right: 5px;
}

table.highlight-schedule tr:nth-last-child(1) td:last-child:first-child {
	text-align: left;
}

table.highlight-schedule tr:nth-last-child(1) td:first-child,
table.highlight-schedule tr:nth-last-child(1) td,
table.highlight-schedule tr:nth-last-child(1) td:last-child {
	background: #f0f4f7;
	color: #4f5052;
	font-weight: 400;
	border-top: 1px solid #c8d6e4;
}

/* END last row */
table.schedule_title {
	width: 100%;
}

.responsive .grid,
.responsive .grid.rgrid-1 {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.tourbox {

}

.tourbox .graphic,
.tourbox .description {
	display: inline-block;
	vertical-align: top;
}

.tourbox .graphic {
	width: 35%;
}

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

.tourbox .description {
	width: 58%;
	margin-left: 2%;
}

.tourbox .description table {
	width: 100% !important;
}

.catalinaVessels {
	text-align: center;
	padding-bottom: 15px;
}

.catalinaVessels .shipItem {
	display: inline-block;
	vertical-align: top;
	width: 15.0%;
	margin-right: 1.402%;
}

.catalinaVessels .shipItem:last-child {
	margin-right: 0px;
}

.catalinaVessels .shipItem img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}

.showtablet,
.showmobile {
	display: none;
}

.hidetablet,
.hidemobile {
	display: block;
}

@media (max-width: 959px) {
	.hidetablet {
		display: none !important;
	}

	.showtablet {
		display: block !important;
	}

	.catalinaVessels .shipItem {
		display: inline-block;
		vertical-align: top;
		width: 30.0%;
		margin-right: 2.804%;
	}

	.catalinaVessels .shipItem:nth-child(3n+3) {
		margin-right: 0px;
	}
}

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

	.showmobile {
		display: block !important;
	}

	.tourbox .graphic {
		display: none;
	}

	.tourbox .description {
		width: 100%;
		margin: 0px;
	}
}

@media (max-width: 620px) {
	blockquote {
		border: 0px;
		padding: 0px;
		margin: 0px;
		float: left;
		max-width: 100%;
		width: 100%;
	}

	table.schedule_title tr,
	table.schedule_title tr td {
		display: block;
		clear: both;
		position: relative;
		text-align: left;
		width: 100%;
	}
}

.upgrade {

	color: #666 !important;
	font-size: 11px !important;
	margin-right: 15px !important;
	border: solid 1px #ccc;
	display: inline-block;
	padding: 6px 9px 6px 9px;
	border-radius: 4px;

}

.activitites strong {
	font-size: 11px !important;
	color: #444 !important;

}

.bluebox {
	font-size: 14px !important;
	margin-top: 20px;
	color: #fff;
	background-color: #1b5189;
	padding: 7px 10px 7px 10px;
	text-align: center;
	font-weight: bold;
}

/* END last row */
table.contacttable {
	width: 100%;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d3d3d3;
	border-bottom-color: #d3d3d3;
}

div.contacttaable {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.contacttaable .column {
	display: inline-block;
	max-width: 44%;
	vertical-align: top;
	padding-right: 5%;
	padding-left: 5%;
	border-right: 1px solid #ccc;
}

div.contacttaable .column:first-child {
	padding-left: 0%;
}

div.contacttaable .column:last-child {
	padding-right: 0%;
	border-right: 0px;
}

.google-events-displayed {

	transition: all 2s ease-in-out;
}

/*
.google-events-displayed * {
	visibility:	hidden;
}
*/

/* CSS Document */
#rt-systemerrors .rt-container {

}

#rt-systemerrors .rt-container .rt-grid-12 {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#system-message {
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

#system-message dd ul {
	background: none;
	border: none;
	margin: 0px;
	padding: 0px;
}

#system-message dd ul li {
	list-style: none;
	padding: 10px;
}

#system-message .system_errors {
	margin: 0 auto;
	padding: 0 10px 30px;
	background: #fff;
}

/* warning boxes */
#system-message .info,
#system-message .success,
#system-message .warning,
#system-message .error {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

#system-message dd ul {

}

#system-message .info {
	color: #00529B !important;
	background-color: #BDE5F8;
	background-image: url(../images/icon-info.png);
}

#system-message .success {
	color: #4F8A10 !important;
	background-color: #DFF2BF;
	background-image: url(../images/icon-tick.png);
}

#system-message .warning {
	color: #9F6000 !important;
	background-color: #FEEFB3;
	background-image: url(../images/icon-warning.png);
}

#system-message .error {
	color: #D8000C !important;
	background-color: #FFBABA;
	background-image: url(../images/icon-cross.png);
}

.error404 {
	color: #eee;
	font: bold 220px/1 Tahoma, Geneva, sans-serif;
	text-align: center;
	text-shadow: 0 0 7px #eeeeee;
}

.error404 span {
	display: block;
}

.error404 p {
	font-size: 30px;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

.clearfix::after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
}

#toTop {
	background-image: url(../images/totop.png);
	background-position: left center;
	background-repeat: no-repeat;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	bottom: 20px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	color: #fff;
	display: block;
	font-size: 1em;
	margin: 0;
	outline: 0 none;
	padding: 5px 7px 5px 30px;
	position: fixed;
	right: 5px;
	text-transform: lowercase;
	z-index: 999;
}

#toTop:hover {
	border: 1px solid rgba(255, 255, 255, 0.9);
}

#rt-breadcrumbs > .rt-container {
	padding-bottom: 0;
}

.breadcrumbs {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 30px;
	padding: 10px 0;
}

div.component-content .rt-pagination {
	margin: 3px;
	padding: 3px;
	text-align: center;
}

div.component-content .rt-pagination ul {
	text-align: center;
}

div.component-content .rt-pagination li {
	border: 0 none;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}

div.component-content .rt-pagination li a, div.component-content .rt-pagination li > span {
	border-radius: 3px;
}

div.component-content .rt-pagination li a {
	background: none repeat scroll 0 0 #f8f8f8;
	border: 1px solid #f8f8f8;
	display: inline-block;
	font-size: 11px;
	margin: 0 5px;
	padding: 0 6px;
}

div.component-content .rt-pagination li a:hover {
	border: 1px solid #ddd;
}

div.component-content .rt-pagination li > span {
	background: none repeat scroll 0 0 #f8f8f8;
	border: 1px solid #f8f8f8;
	color: #bbb;
	display: inline-block;
	font-size: 11px;
	margin: 0 5px;
	padding: 0 6px !important;
}

.browserIe.ie8 .image-thumb {
	width: 220px;
}

.browserIe.ie7 .description-overlay {
	z-index: 99;
}

.browserIe.ie7 #page_title h1 {
	padding-top: 15px;
}

.browserIe.ie7 #portfolio-content-content li.portfolio-item .description-overlay {
	left: 0;
}

.browserIe.ie7 .quotes blockquote {
	padding: 0;
}

.browserIe.ie7 .search label {
	top: 13px;
}

.browserIe.ie7 .gkTabWrap {
}

.browserIe.ie7 .gkTabs {
}

.browserIe.ie7 ul.gkTabs li {
}

.browserIe.ie7 ul.gkTabs:hover li a {
	color: #555 !important;
}

.browserIe.ie7 ul.gkTabs li a:hover {
	color: #000 !important;
}

.browserIe.ie7 #portfolio-content-content li.portfolio-item a {
}

.browserIe.ie7 #portfolio-content-content li.portfolio-item .description-overlay {
	left: 0;
	z-index: 2;
}

.browserIe.ie7 div.component-content .rt-pagination li {
	display: inline;
}

.rev_slider_wrapper ul {
	margin: 0px;
	padding: 0px;
}

.rev_slider_wrapper ul > li {
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
}

.rev_slider_wrapper {
	display: inline-block !important;
}

.gkTabsItem .rev_slider_wrapper {
	padding-top: 15px !important;
}

body.homepage {
	background-image: url(../images/background-07.jpg);
}

.rt-container {
	padding: 0;
	width: 980px;
}

.rt-container .rt-grid-12 {
	width: 100%;
}

#rt-top {
	position: relative;
}

#rt-top > .rt-container {
}

#rt-top > .rt-container > .rt-grid-12, #rt-top > .rt-container > .rt-grid-9, #rt-top > .rt-container > .rt-grid-6, #rt-top > .rt-container > .rt-grid-4, #rt-top > .rt-container > .rt-grid-3 {
	margin: 0;
	padding: 0;
}

#rt-top > .rt-container > .rt-grid-12 {
	float: right;
	width: 70%;
}

#rt-pagetop {
	overflow: hidden;
	position: relative;
	z-index: 100;
}

#rt-clip {
	background-image: url(../images/background-cover3.png);
	background-position: 50% 20%;
	background-repeat: repeat-x;
}

#rt-pagemiddle {
	margin-top: -10px;
	position: relative;
	z-index: 101;
}

#rt-pagemiddle > .rt-pagemiddle > .rt-container {
	background: url(../images/content-top-shadow.png) repeat-x scroll 50% 0 / 100% auto #eaeff4;
	border-radius: 10px 10px 0 0;
	padding: 20px;
	width: 940px;
}

#middlespacer {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
}

#rt-pagemiddle > .rt-pagemiddle > .rt-container > .middlewrapper {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
}

#rt-pagebottom {
	background: none repeat scroll 0 0 #01253c;
	color: #c7d1e9;
	font-size: 10px;
	padding-bottom: 100px;
	padding-top: 55px;
}

#rt-pagebottom h2 {
	color: inherit;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
}

#rt-pagebottom a {
	color: inherit;
}

#rt-menu {
	background: url(../images/top-bkgrnd.png) repeat-x scroll 50% 100% rgba(0, 0, 0, 0);
	padding-bottom: 26px;
	position: relative;
	z-index: 200;
}

#rt-menu .rt-container {
}

#rt-menu > .rt-container > .rt-grid-12 {
	width: 100%;
}

#rt-header {
	margin-bottom: -40px;
	position: relative;
	top: -40px;
}

#rt-header img {
	position: relative;
	z-index: 300;
}

#rt-header > .rt-container {
	position: relative;
}

#rt-header > .rt-container > .rt-grid-12, #rt-header > .rt-container > .rt-grid-9, #rt-header > .rt-container > .rt-grid-6, #rt-header > .rt-container > .rt-grid-4, #rt-header > .rt-container > .rt-grid-3 {
	margin: 0;
	padding: 0;
}

#rt-header > .rt-container > .rt-grid-6 {
	width: 50%;
}

#rt-logo {
	background: url(../images/logo.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 150px;
	margin: 10px 0 0;
	text-indent: -9999px;
	width: 330px;
}

#rt-showcase {
}

#rt-showcase > .rt-container {
}

#rt-showcase > .rt-container > .rt-grid-12, #rt-showcase > .rt-container > .rt-grid-9, #rt-showcase > .rt-container > .rt-grid-6, #rt-showcase > .rt-container > .rt-grid-4, #rt-showcase > .rt-container > .rt-grid-3 {
	margin: 0;
	padding: 0;
}

#rt-breadcrumbs {
	height: 38px;
	margin-top: -50px;
	position: relative;
	top: 38px;
}

#rt-breadcrumbs > .rt-container {
	box-sizing: border-box;
	max-width: 100%;
}

#rt-breadcrumbs > .rt-container > .rt-grid-12, #rt-breadcrumbs > .rt-container > .rt-grid-9, #rt-breadcrumbs > .rt-container > .rt-grid-6, #rt-breadcrumbs > .rt-container > .rt-grid-4, #rt-breadcrumbs > .rt-container > .rt-grid-3 {
	margin: 0;
	padding: 0;
}

#rt-feature {
}

#rt-feature > .rt-container {
	color: #ffffff;
}

#rt-feature > .rt-container a {
	color: #FFFFFF;
	text-decoration: none;
}

#rt-feature > .rt-container > .rt-grid-12, #rt-feature > .rt-container > .rt-grid-9, #rt-feature > .rt-container > .rt-grid-6, #rt-feature > .rt-container > .rt-grid-4, #rt-feature > .rt-container > .rt-grid-3 {
	cursor: pointer;
	margin: 0;
	padding: 0;
}

#rt-feature > .rt-container > div:nth-child(1) {
	background: url(../images/birthday-promotion-bkgrnd.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#rt-feature > .rt-container > .rt-grid-12 {
	background: url(../images/birthday-promotion-bkgrnd2.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	margin-right: 36.2% !important;
	text-align: left;
	width: 66.3% !important;
}

#rt-feature > .rt-container > .rt-grid-12 p {
	padding-left: 10px;
	text-align: left !important;
}

#rt-feature > .rt-container > .rt-grid-12 h2 {
	display: inline-block;
	padding-bottom: 5px;
	padding-left: 10px;
	width: auto !important;
}

#rt-feature > .rt-container > div:nth-child(1) h2 span {
	background: url(../images/icon-feature-birthday.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

#rt-feature > .rt-container > div:nth-child(2) {
	background: url(../images/schedule-fares-bkgrnd.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#rt-feature > .rt-container > div:nth-child(2) h2 span {
	background: url(../images/icon-feature-schedules.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

#rt-feature > .rt-container > .rt-grid-6 {
	background-size: 100% auto !important;
	margin-right: 0.5%;
}

#rt-feature > .rt-container h2 {
	background: url(../images/feature-h2-bkgrnd.png) no-repeat scroll 100% 100% rgba(0, 0, 0, 0);
	margin-bottom: 6px;
	padding-top: 10px;
}

#rt-feature > .rt-container h2 span {
	display: inline-block;
	height: 30px;
	padding-left: 44px;
	padding-top: 10px;
}

#rt-feature > .rt-container > .rt-grid-6 {
	padding: 10px 3% 20px;
	width: 27.7%;
}

#rt-feature > .rt-container > .rt-grid-6.rt-omega {
	margin-right: 0;
}

#rt-utility {
}

#rt-utility > .rt-container {
}

#k2Container .itemListCategory,
#page_title .rt-container {
	background: url(../images/custom-hr.png) no-repeat scroll 0 100% / 100% auto rgba(0, 0, 0, 0);
	margin-bottom: 10px;

}

#page_title .rt-container {
	margin-left: -1%;
	margin-right: 33.673%;
	padding-left: 1%;
	width: 66.402%;
}

#page_title h1,
#k2Container .itemListCategory h1 {
	color: #577323;
	font-family: "Belleza", sans-serif;
	font-size: 28px;
	font-weight: 400;
}

#page_title h1.schedule-fares {
	background: url(../images/page-title-sprite.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding-left: 36px;
}

#middle_title {
	clear: both;
	float: left;
	margin-top: -50px;
	position: relative;
	width: 100%;
}

#middle_title .rt-container {
}

#middle_title h2 {
	color: #b30202;
	font-size: 22px;
}

#middle_title h1.schedule-fares {
}

#rt-maintop {
}

#rt-maintop .rt-maintop {
}

#rt-maintop > .rt-container > .rt-grid-12, #rt-maintop > .rt-container > .rt-grid-9, #rt-maintop > .rt-container > .rt-grid-6, #rt-maintop > .rt-container > .rt-grid-4, #rt-maintop > .rt-container > .rt-grid-3 {
	margin: 0;
	padding: 0;
}

#rt-main {
	float: left;
	position: relative;
	width: 100%;
}

#rt-main > .rt-container {
}

#rt-main.popup > .rt-container {
	max-width: 94%;
}

#rt-main > .rt-container > .rt-grid-12, #rt-main > .rt-container > .rt-grid-9, #rt-main > .rt-container > .rt-grid-6, #rt-main > .rt-container > .rt-grid-4, #rt-main > .rt-container > .rt-grid-3 {
	margin: 0;
	padding: 0;
}

#rt-main > .rt-container > .rt-grid-12 {
	width: 100%;
}

#rt-main > .rt-container > .rt-grid-9 {
	background-size: 100% auto;
	float: left;
	padding-bottom: 26px;
	width: 61.224%;
}

#rt-main > .rt-container > .rt-grid-6 {
	float: left;
	width: 55.102%;
}

#rt-main > .rt-container > .rt-grid-3 {
	float: left;
	width: 33.469%;
}

#rt-main > .rt-container > .rt-grid-3.sidebar-a {
	float: left;
	margin-right: 1.53%;
}

#rt-main > .rt-container > .rt-grid-3.sidebar-b {
	float: left;
	margin-left: 1.53%;
	margin-top: -111px;
}

#rt-main.homepage > .rt-container > .rt-grid-3.sidebar-b {
	float: left;
	margin-left: 2.265%;
	margin-top: -180px;
}

#rt-content-top, #rt-content-bottom, #rt-content-top .rt-grid-9, #rt-content-bottom .rt-grid-9 {
	width: 100%;
}

#rt-submenu {
	width: 100%;
}

#rt-submenu > .rt-container {
	background: url(../images/tabs-shadow.png) no-repeat scroll 50% 100% rgba(0, 0, 0, 0);
	padding-bottom: 10px;
	width: 940px;
}

#rt-submenu > .rt-container > .rt-grid-12, #rt-submenu > .rt-container > .rt-grid-9, #rt-submenu > .rt-container > .rt-grid-6, #rt-submenu > .rt-container > .rt-grid-4, #rt-submenu > .rt-container > .rt-grid-3 {
	margin: 0;
	padding: 0;
}

#rt-mainbottom {
	width: 100%;
}

#rt-mainbottom > .rt-container {
	width: 100%;
}

#rt-mainbottom.homepage > .rt-container {
	margin-left: -1%;
	width: 102%;
}

#rt-mainbottom > .rt-container > .rt-grid-12, #rt-mainbottom > .rt-container > .rt-grid-9, #rt-mainbottom > .rt-container > .rt-grid-6, #rt-mainbottom > .rt-container > .rt-grid-4, #rt-mainbottom > .rt-container > .rt-grid-3 {
	margin: 0;
	padding: 0;
}

#rt-mainbottom > .rt-container > .rt-grid-6 {
	width: 50%;
}

#rt-mainbottom ul.menu li {
	display: inline-block;
	list-style: outside none none;
	margin-right: 10px;
	padding-right: 10px;
}

#rt-mainbottom .rt-block {
}

#rt-mainfoot {
	margin-top: 22px;
}

#rt-mainfoot .rt-container {
	margin: 0;
	padding: 0;
	width: 100%;
}

#rt-mainfoot > .rt-container > .rt-grid-12, #rt-mainfoot > .rt-container > .rt-grid-9, #rt-mainfoot > .rt-container > .rt-grid-6, #rt-mainfoot > .rt-container > .rt-grid-4, #rt-mainfoot > .rt-container > .rt-grid-3 {
	margin: 0;
	padding: 0;
}

#rt-mainfoot > .rt-container > .rt-grid-6 {
	margin-right: 2%;
	width: 49%;
}

#rt-mainfoot > .rt-container > .rt-grid-6.rt-omega {
	margin-right: 0;
}

#rt-mainkeywords {
	float: left;
	margin-top: 15px;
	position: relative;
	width: 100%;
}

#rt-mainkeywords > .rt-container {
	border-bottom: 1px solid #bdcddd;
	border-top: 1px solid #bdcddd;
	color: #50739e;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 18px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-align: center;
	width: 100%;
}

#rt-mainkeywords > .rt-container > .rt-grid-12, #rt-mainkeywords > .rt-container > .rt-grid-9, #rt-mainkeywords > .rt-container > .rt-grid-6, #rt-mainkeywords > .rt-container > .rt-grid-4, #rt-mainkeywords > .rt-container > .rt-grid-3 {
	margin: 0;
	padding: 0;
}

#rt-mainkeywords > .rt-container > .rt-grid-12 {
	max-width: 100%;
	width: 920px;
}

#rt-bottom {
	color: inherit;
}

#rt-bottom > .rt-container {
	padding-bottom: 34px;
}

#rt-bottom > .rt-container > .rt-grid-12, #rt-bottom > .rt-container > .rt-grid-9, #rt-bottom > .rt-container > .rt-grid-6, #rt-bottom > .rt-container > .rt-grid-4, #rt-bottom > .rt-container > .rt-grid-3 {
	margin: 0;
	padding: 0;
}

#rt-bottom > .rt-container > .rt-grid-4.rt-alpha {
}

#rt-bottom > .rt-container > .rt-grid-4 {
	margin-right: 5%;
	width: 30%;
}

#rt-bottom > .rt-container > .rt-grid-4.rt-omega {
	margin-right: 0;
	width: 26%;
}

#rt-footer, #rt-copyright {
	color: inherit;
}

#rt-footer {
	font-size: 11px;
}

#rt-footer > .rt-container {
	border-top: 1px solid #1b3d53;
	padding-top: 10px;
}

#rt-footer > .rt-container > .rt-grid-12, #rt-footer > .rt-container > .rt-grid-9, #rt-footer > .rt-container > .rt-grid-6, #rt-footer > .rt-container > .rt-grid-4, #rt-footer > .rt-container > .rt-grid-3 {
	margin: 0;
	padding: 0;
}

#rt-footer > .rt-container .rt-alpha table, #rt-footer > .rt-container .rt-alpha ul {
	display: inline-block;
	vertical-align: middle;
}

#rt-footer > .rt-container .rt-alpha ul {
	white-space: nowrap;
}

#rt-footer > .rt-container .rt-alpha .rt-block {
	display: inline-block;
}

#rt-footer > .rt-container .rt-alpha ul li {
	display: inline-block;
	float: none;
	list-style: outside none none;
	padding-right: 0;
	vertical-align: middle;
}

#rt-footer > .rt-container .rt-alpha ul li a {
	border-right: 1px solid #a6b1c8;
	padding-right: 10px;
}

#rt-footer > .rt-container > .rt-grid-6 {
	width: 50%;
}

#rt-footer > .rt-container > .rt-alpha {
	width: 70%;
}

#rt-footer > .rt-container > .rt-omega {
	text-align: right;
	width: 30%;
}

body::after {
	content: url(../images/background-cover.png) url(../images/content-bkgrnd.png) url(../images/mainbottom-top-shdw.png) url(../images/top-bkgrnd.png) url(../images/logo.png) url(../images/birthday-promotion-bkgrnd.png);
	display: none;
}

#dp_swf_engine {
	display: none;
}

#recaptcha_table {
	width: 270px;
}

#recaptcha_table tr td {
	height: auto !important;
	padding: 0 !important;
	vertical-align: top !important;
}

#recaptcha_table tr td:nth-child(2), #recaptcha_table tr td:nth-child(3) {
	display: none !important;
}

#recaptcha_table #recaptcha_logo {
	display: none !important;
}

#recaptcha_image {
	border: 0 none !important;
	height: auto !important;
	width: auto !important;
}

#recaptcha_image_cell {
	border: 0 none !important;
	height: auto !important;
	width: 100% !important;
}

#recaptcha_response_field {
	width: 100% !important;
}

div.recaptcha_input_area {
	padding: 0 !important;
}

.pagination {
}

.pagination > ul {
}

.pagination > ul > li {
	background: none repeat scroll 0 0 #e9e9e9;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 1px 3px rgba(0, 0, 0, 0.1);
	color: #717171;
	display: inline-block;
	font-size: 0.875em;
	font-weight: bold;
	margin-right: 4px;
	padding: 0 9px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.pagination > ul > li:hover {
	background: -moz-linear-gradient(0% 0 270deg, #fefefe, #f0f0f0) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.joomimg_row > div > div {
	margin-left: 2%;
}

.joomimg_row > div:first-child > div {
	margin-left: 0;
}

.joomimg_row img {
	height: auto !important;
	max-width: 94%;
}

.jg_element_cat {
	margin-left: 2%;
	width: 31%;
}

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

.jg_element_cat:first-child {
	margin-left: 0;
}

#xmap ul {
	clear: both;
	float: left;
	width: 100%;
}

#home-detail-menu {
	margin: 0;
	padding: 0;
}

#home-detail-menu li {
	background: none repeat scroll 0 0 #19497b;
	border: 2px solid #2e69a5;
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
	color: #ffffff;
	display: inline-block;
	font-family: "Belleza", sans-serif;
	font-size: 26px;
	list-style: outside none none;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

#home-detail-menu li a {
	box-shadow: 5px -5px 12px 0 rgba(0, 0, 0, 0.25) inset;
	display: inline-block;
	padding-bottom: 4px;
	padding-top: 4px;
	width: 100%;
}

#home-detail-menu li em, #home-detail-menu li i {
	float: left !important;
	font-size: 30px;
	margin-left: 10px;
	margin-top: 10px;
}

#home-detail-menu li:nth-child(1) {
	background: none repeat scroll 0 0 #1a497d;
	border-color: #367acb;
}

#home-detail-menu li:nth-child(2) {
	background: none repeat scroll 0 0 #6a892b;
	border-color: #719e27;
}

#home-detail-menu li:nth-child(3) {
	background: none repeat scroll 0 0 #e18e00;
	border-color: #eaa019;
}

#home-detail-menu li:nth-child(4) {
	background: none repeat scroll 0 0 #4691bb;
	border-color: #5ba3c9;
}

#home-detail-menu li a {
	color: inherit;
}

.component-content ul {
	list-style-position: outside;
	list-style-type: square;
	margin: 0;
	padding: 0;
}

.component-content ul li,
.component-content ol li {
	margin-left: 10px;
}

#catalina-magazine {
	display: block;
	width: 100%;
	border-top: 1px solid #ccc;
	margin-top: 35px;
	text-align: left;
}

#catalina-magazine .content-block {
	display: inline-block;
	box-sizing: border-box;
	width: 68%;
	padding: 20px;
	margin-right: 0px;
}

#catalina-magazine .image-block {
	display: inline-block;
	box-sizing: border-box;
	width: 30%;
	top: 41px;
	position: relative;
}

#catalina-magazine .image-block a.viewmore {

}

#catalina-magazine .content-block a.viewmore {
	white-space: nowrap;
}

#catalina-magazine .image-block img {
	max-width: 100%;
}

#catalina-magazine hr {
	width: 100%;
	background: none;
	border-bottom: 1px solid #CCC;
	padding: 0px;
	margin: 0px;
	clear: both;
	float: left;
	position: relative;
}

.header-special-offer {
	position: relative;
	z-index: 199;
}

.header-special-offer img {
	position: absolute;
	margin-top: -23px;
	z-index: 199;
	right: 0px;
}

.alert-title {
	color: #fff;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px;
	background: rgba(221, 51, 32, 0.95);
	font-weight: bold;
}

.alert-content {
	color: #fff;
	width: 100%;

	margin: 0 auto;
	display: block;
	background: rgba(221, 51, 32, 0.75);

}

.alert-content-inner {
	width: auto;
	max-width: 974px;
	color: #fff;
	margin: 0 auto;
	display: block;
	padding: 15px 25px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.weather-alerts {
	position: absolute;
	width: 100%;
	display: block;
	margin-top: 85px;
}

.alert-title {

}

.weather-alerts img {
	max-width: 100%;
}

.special-header-promo-buffer {
	transition: 0.5s;
}

#rt-content-top .module-content .custom img {
	border: 1px solid #ededed;
	border-radius: 8px;
	-moz-border-radius: 8px;
	max-width: 99%;
	height: auto;
}

.rt-article ul {
	margin-bottom: 15px;
}

/* CSS Document */

@media (min-width: 1458px) {
	body {
		background-size: 100% auto !important;
	}
}

@media (max-width: 1330px) {
	body {
		min-width: 0px;
		background-size: 120% auto;
	}
}

.header-special-offer {
	display: none;
}

@media (max-width: 1211px) {
	#peelback {
		display: none;
	}

	.header-special-offer {
		display: block;
	}
}

@media (max-width: 979px) {
	body {
		min-width: 0px;
	}

	#rt-mainkeywords > .rt-container,
	#rt-submenu > .rt-container,
	.rt-container,
	.rt-container .rt-grid-12 {
		width: 100%;
	}

	#rt-pagemiddle > .rt-pagemiddle > .rt-container {
		width: 88%;
		padding-left: 2%;
		padding-right: 2%;
		margin-left: 4%;
		margin-right: 4%;
	}

	#rt-main > .rt-container {

	}

	/* Feature Styles */
	#rt-feature > .rt-container h2 {

	}

	#rt-feature > .rt-container > .rt-grid-6 {
		width: 25.5%;
	}

	/* End Feature Styles */
	#rt-menu .menutop {
		margin-right: 0px;
	}

	#rt-header > .rt-container,
	#rt-feature > .rt-container,
	#rt-bottom > .rt-container,
	#rt-footer > .rt-container {
		width: 92%;
		padding-left: 0%;
		padding-right: 0%;
		margin-left: 4%;
		margin-right: 4%;
	}

	#rt-mainkeywords > .rt-container > .rt-grid-12 {
		width: 96% !important;
		padding-left: 2% !important;
		padding-right: 2% !important;
		text-align: center;
	}

	#rt-main.homepage > .rt-container > .rt-grid-3.sidebar-b {
		/*left: 0.8%;
		margin-left: 0.3%;	*/
		left: 0px;
		margin-left: 0px;
	}

	#rt-main > .rt-container > .rt-grid-3.sidebar-b {
		margin-left: 0px;

	}

	#rt-main > .rt-container > .rt-grid-3 {
		width: 38.469%;
	}
}

/* Only Tablets (Portrait) x`x
____________________________________________________________________________________________________*/

@media (max-width: 1080px) {
	body {
		background-size: 120% auto;
	}
}

@media (max-width: 960px) {
	body {
		background-size: 160% auto;
	}
}

/* Only Tablets (Portrait) and Phones (Landscape)
____________________________________________________________________________________________________*/

@media (max-width: 767px) {
	#rt-menu > .rt-container {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}

	body {
		font-size: 10px;
	}

	#catalina-magazine .image-block,
	#catalina-magazine .content-block {
		width: 100%;
		top: initial;
	}

	#catalina-magazine .content-block {
		top: 21px;
	}

	/* Responsive Menu Stuff */
	#rt-menu .rt-container .rt-grid-12 {
		width: 100%;
		margin-left: 0%;
		padding-left: 0%;
	}

	/* End Responsive Menu Stuff */
	#page_title .rt-container {
		width: 100%;
		padding-left: 0%;
		margin-right: 0%;
	}

	#rt-main > .rt-container img {
		max-width: 100% !important;
		height: auto !important;
	}

	.hidemobile {
		display: none !important;
	}

	.rsform-block-capcha img {
		float: left;
		top: 43px !important;
	}

	#captchaTxt46 {
		margin-top: 12px;
	}

	#rt-mainkeywords > .rt-container {
		margin-bottom: 0px;
		margin-top: 10px;
	}

	#rt-mainbottom > .rt-container > .rt-grid-6.rt-alpha {
		padding-bottom: 15px;
	}

	#rt-mainbottom > .rt-container > .rt-grid-6,
	#rt-mainfoot > .rt-container > .rt-grid-12,
	#rt-mainfoot > .rt-container > .rt-grid-6,
	#rt-main > .rt-container > .rt-grid-3.sidebar-a,
	#rt-main > .rt-container > .rt-grid-3.sidebar-b,
	#rt-mainkeywords > .rt-container,
	#rt-main > .rt-container > .rt-grid-9 {
		width: 100%;
		min-height: 0px !important;
		margin-top: 0px !important;

	}

	#rt-main > .rt-container > .rt-grid-3.sidebar-a,
	#rt-main > .rt-container > .rt-grid-3.sidebar-b {
		margin-left: 0px;
	}

	#rt-bottom > .rt-container > .rt-grid-12,
	#rt-bottom > .rt-container > .rt-grid-9,
	#rt-bottom > .rt-container > .rt-grid-6,
	#rt-bottom > .rt-container > .rt-grid-4,
	#rt-bottom > .rt-container > .rt-grid-3 {
		width: 96% !important;
		padding-left: 2% !important;
		padding-right: 2% !important;
		text-align: center;
	}

	#rt-bottom > .rt-container .rt-block {
		margin-bottom: 30px;
	}

	#rt-footer > .rt-container > .rt-grid-12,
	#rt-footer > .rt-container > .rt-grid-9,
	#rt-footer > .rt-container > .rt-grid-6,
	#rt-footer > .rt-container > .rt-grid-4,
	#rt-footer > .rt-container > .rt-grid-3 {
		width: 96% !important;
		padding-left: 2% !important;
		padding-right: 2% !important;
		text-align: center;
		font-size: 10px;
	}

	#rt-footer > .rt-container .rt-alpha ul {
		white-space: normal;
	}

	/* START Logo Area Responsive Styling */
	#rt-header > .rt-container > .rt-alpha {
		width: 60%;
		margin-left: 20%;
		margin-right: 20%;
		background-size: 100% auto;
		padding-top: 4px;
	}

	#rt-header > .rt-container > .rt-alpha .rt-block {
		text-align: center;
	}

	#rt-header > .rt-container > .rt-alpha .rt-block img {
		max-width: 100%;
		height: auto;
	}

	.special-offer-banner-open #rt-header > .rt-container > .rt-alpha {
		width: auto;
		margin-left: 0px;
		position: relative;
		top: -35px;
	}

	/* END Logo Area Responsive Styling */
	#middle_title {
		margin-top: -72px;

	}

	#rt-pagemiddle > .rt-pagemiddle > .rt-container > .middlewrapper {
		/* margin-top: -56px; */
	}

}

@media (max-width: 620px) {
	body {
		background: #021110 url(../images/background-small.jpg) no-repeat 50% 0%;
	}
}

/* Only Phones
____________________________________________________________________________________________________*/

@media (max-width: 525px) {
	.header-special-offer img.toggle-banner-img {
		width: 160px;
	}
}

@media (max-width: 479px) {

	/* END last row */
	div.contacttaable {

	}

	div.contacttaable .column {
		max-width: 100%;
		padding: 0px;
		border: 0px;
	}

	#middle_title {
		margin-top: -67px;

	}

	#middle_title h2 {
		font-size: 16px;
	}

	#rt-pagemiddle > .rt-pagemiddle > .rt-container > .middlewrapper {
		margin-top: -56px;
	}

	#middle_title {

	}

	#rt-main .rt-grid-3 > div > .sidebarlink {
		font-size: 9px;
	}

	.header-special-offer img.toggle-banner-img {
		width: 130px;
		max-width: 100%;
	}

	.special-header-promo-buffer {
		/*margin-top:60px !important;*/
	}

}

@media (max-width: 420px) {

	.header-special-offer, .header-special-offer img {
		z-index: 301;
	}

	.special-offer-banner-open #rt-header > .rt-container > .rt-alpha {
		visibility: hidden;
	}
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noel Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2147483647;
		text-align: center;
		white-space: nowrap;
		cursor: pointer;
		background: #333;
		background: rgba(0, 0, 0, 0)
	}

	.featherlight:last-of-type {
		background: rgba(0, 0, 0, .8)
	}

	.featherlight:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -.25em
	}

	.featherlight .featherlight-content {
		position: relative;
		text-align: left;
		vertical-align: middle;
		display: inline-block;
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid transparent;
		min-width: 30%;
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;
		background: #fff;
		cursor: auto;
		white-space: normal
	}

	.featherlight .featherlight-inner {
		display: block
	}

	.featherlight .featherlight-close-icon {
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;
		line-height: 25px;
		font-size: 24px;
		width: 25px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: #fff;
		background: rgba(255, 255, 255, .3);
		color: #000
	}

	.featherlight .featherlight-image {
		width: 100%
	}

	.featherlight-iframe .featherlight-content {
		border-bottom: 0;
		padding: 0
	}

	.featherlight iframe {
		border: 0
	}
}

@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		margin-left: 10px;
		margin-right: 10px;
		max-height: 98%;
		padding: 10px 10px 0;
		border-bottom: 10px solid transparent
	}
}

.featherlight-content img {
	cursor: pointer;
}

.formRed {
	color: red;
	font-weight: bold;
}

.formError {
	color: #CF4D4D;
	font-weight: bold;
	font-size: 10px;
}

.formNoError {
	display: none;
}

.formField {
	display: block;
	overflow: auto;
}

.formClr {
	clear: both;
	display: block;
}

fieldset.formFieldset {
	margin-bottom: 10px;
}

fieldset.formFieldset legend {
	padding: 0 2px;
	font-weight: bold;
	font-size: 16px;
}

fieldset.formFieldset ol.formContainer {
	margin: 0;
	padding: 0;
}

fieldset.formFieldset ol.formContainer li {
	background-image: none;
	list-style: none;
	padding: 5px;
	margin: 0;
	clear: both;
}

strong.formRequired {
	font-weight: bold;
	font-style: normal;
	margin-left: 3px;
}

div.formCaption {
	display: block;
	float: left;
	width: 25%;
	min-height: 12px;
}

div.formBody {
	display: block;
	float: left;
}

.formFieldset .formBody label {
	display: inline;
	margin: 3px;
}

.formTableLayout {
	border: none;
}

.formTableLayout > tbody > tr {
	border: none;
}

.formTableLeft,
.formTableRight {
	border: none;
}

.formTableLayout tr td label {
	display: inline;
	margin: 3px;
}

.formTableLayout tr.rsform-block,
.formTableLayout tr.rsform-block > td {
	border: 0;
}

.formTableLayout tr.rsform-block > td {
	padding: 3px;
}

.form2LinesLayout .formField label {
	display: inline;
	margin: 3px;
}

div.formDescription {
	margin-left: 3px;
	padding-left: 3px;
	font-size: 11px;
	font-weight: normal;
}

div.calheader {
	text-align: center !important;
}

.rsformProgress {
	text-align: center;
	font-size: 14px;
}

.rsformProgressContainer {
	width: 100%;
	height: 4px;
	border: solid 1px #c7c7c7;
	overflow: hidden;
	margin: 0 0 10px !important;
	background: #fff;
}

.rsformProgressBar {
	height: 4px;
	background: green;
	margin: 0px !important;
}

.rsformVerticalClear {
	overflow: hidden;
	display: block;
}

p.rsformVerticalClear {
	margin: 0;
}

/* responsive - desktop/default version */

.formResponsive .rsformProgress p {
	display: none;
}

.formResponsive .rsformProgressContainer {
	height: 18px;
	margin-bottom: 18px;
	overflow: hidden;
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.formResponsive .rsformProgressContainer .rsformProgressBar {
	width: 0;
	height: 18px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0e90d2;
	background-image: -moz-linear-gradient(top, #149bdf, #0480be);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
	background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
	background-image: -o-linear-gradient(top, #149bdf, #0480be);
	background-image: linear-gradient(top, #149bdf, #0480be);
	background-image: -ms-linear-gradient(top, #149bdf, #0480be);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-ms-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.formResponsive .formHorizontal input,
.formResponsive .formHorizontal textarea,
.formResponsive .formHorizontal select,
.formResponsive .formHorizontal .formValidation,
.formResponsive .formHorizontal .uneditable-input,
.formResponsive .formHorizontal .input-prepend,
.formResponsive .formHorizontal .input-append {
	display: inline-block;
	*display: inline;
	margin-bottom: 0;
	*zoom: 1;
}

.formResponsive .formHorizontal .hide {
	display: none;
}

.formResponsive .formHorizontal .rsform-block {
	margin-bottom: 18px;
	*zoom: 1;
}

.formResponsive .formHorizontal .rsform-block:before,
.formResponsive .formHorizontal .rsform-block:after {
	display: table;
	content: "";
}

.formResponsive .formHorizontal .rsform-block:after {
	clear: both;
}

.formResponsive .formHorizontal .formControlLabel {
	float: left;
	width: 140px;
	padding-top: 5px;
	text-align: right;
}

.formResponsive .formHorizontal .formControls {
	*display: inline-block;
	*padding-left: 20px;
	margin-left: 160px;
	*margin-left: 0;
}

.formResponsive .formHorizontal .formControls:first-child {
	*padding-left: 160px;
}

.formResponsive .formHorizontal p.formDescription {
	margin-top: 9px;
	margin-bottom: 0;
}

.formResponsive .formHorizontal .form-actions {
	padding-left: 160px;
}

.formResponsive {
	margin: 0 0 18px;
}

.formResponsive fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

.formResponsive select,
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="password"] {
	display: inline-block;
	height: 18px;
	padding: 4px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: #555555;
}

.formResponsive input,
.formResponsive textarea {
	width: 210px;
}

.formResponsive textarea {
	height: auto;
}

.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="password"] {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

.formResponsive textarea:focus,
.formResponsive input[type="text"]:focus,
.formResponsive input[type="password"]:focus,
.formResponsive select:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.formResponsive input[type="radio"],
.formResponsive input[type="checkbox"] {
	margin: 3px 0;
	*margin-top: 0;
	/* IE7 */

	line-height: normal;
	cursor: pointer;
}

.formResponsive input[type="submit"],
.formResponsive input[type="reset"],
.formResponsive input[type="button"],
.formResponsive input[type="radio"],
.formResponsive input[type="checkbox"] {
	width: auto;
}

.formResponsive select,
.formResponsive input[type="file"] {
	height: 28px;
	/* In IE7, the height of the select element cannot be changed by height, only font-size */

	*margin-top: 4px;
	/* For IE7, add top margin to align select with labels */

	line-height: 28px;
}

.formResponsive select {
	width: 220px;
	border: 1px solid #bbb;
}

.formResponsive select.rsform-select-box-small {
	width: 70px;
}

.formResponsive select[multiple],
.formResponsive select[size] {
	height: auto;
}

.formResponsive select:focus,
.formResponsive input[type="file"]:focus,
.formResponsive input[type="radio"]:focus,
.formResponsive input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.formResponsive input[type="radio"],
.formResponsive input[type="checkbox"] {
	/*min-height: 18px;*/
	padding-left: 18px;
	float: left;
	margin-right: 5px;
}

.formResponsive .formBody {
	float: none;
}

.formResponsive label {
	height: 18px;
	margin: 3px 5px 3px 0;
	float: left;
	padding: 0px;
}

.formResponsive input[type="button"],
.formResponsive input[type="submit"],
.formResponsive input[type="reset"] {
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.formResponsive input[type="button"],
.formResponsive input[type="submit"],
.formResponsive input[type="reset"] {
	display: inline-block;
	*display: inline;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 13px;
	line-height: 18px;
	*line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.formResponsive input[type="button"]:hover,
.formResponsive input[type="reset"]:hover,
.formResponsive input[type="submit"]:hover,
.formResponsive input[type="button"]:active,
.formResponsive input[type="reset"]:active,
.formResponsive input[type="submit"]:active,
.formResponsive input[type="button"].active,
.formResponsive input[type="reset"].active,
.formResponsive input[type="submit"].active,
.formResponsive input[type="button"].disabled,
.formResponsive input[type="reset"].disabled,
.formResponsive input[type="submit"].disabled,
.formResponsive input[type="button"][disabled],
.formResponsive input[type="reset"][disabled],
.formResponsive input[type="submit"][disabled] {
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}

.formResponsive input[type="button"]:active,
.formResponsive input[type="reset"]:active,
.formResponsive input[type="submit"]:active,
.formResponsive input[type="button"].active,
.formResponsive input[type="reset"].active,
.formResponsive input[type="submit"].active {
	background-color: #cccccc \9;
}

.formResponsive input[type="button"]:first-child,
.formResponsive input[type="reset"]:first-child,
.formResponsive input[type="submit"]:first-child {
	*margin-left: 0;
}

.formResponsive input[type="button"]:hover,
.formResponsive input[type="reset"]:hover,
.formResponsive input[type="submit"]:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
	/* Buttons in IE7 don't get borders, so darken on hover */

	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.formResponsive input[type="button"]:focus,
.formResponsive input[type="reset"]:focus,
.formResponsive input[type="submit"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.formResponsive input[type="button"].active,
.formResponsive input[type="reset"].active,
.formResponsive input[type="submit"].active,
.formResponsive input[type="button"]:active,
.formResponsive input[type="reset"]:active,
.formResponsive input[type="submit"]:active {
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.formResponsive input[type="button"].disabled,
.formResponsive input[type="reset"].disabled,
.formResponsive input[type="submit"].disabled,
.formResponsive input[type="button"][disabled],
.formResponsive input[type="reset"][disabled],
.formResponsive input[type="submit"][disabled] {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.formResponsive input[type="submit"] {
	background-color: #0074cc;
	*background-color: #0055cc;
	background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
	background-image: -o-linear-gradient(top, #0088cc, #0055cc);
	background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
	background-image: linear-gradient(top, #0088cc, #0055cc);
	background-repeat: repeat-x;
	border-color: #0055cc #0055cc #003580;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.formResponsive input[type="submit"]:hover,
.formResponsive input[type="submit"]:active,
.formResponsive input[type="submit"].active,
.formResponsive input[type="submit"].disabled,
.formResponsive input[type="submit"][disabled] {
	background-color: #0055cc;
	*background-color: #004ab3;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.formResponsive input[type="submit"]:active,
.formResponsive input[type="submit"].active {
	background-color: #004099 \9;
}

.formResponsive input[type="reset"] {
	background-color: #da4f49;
	*background-color: #bd362f;
	background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.formResponsive input[type="reset"]:hover,
.formResponsive input[type="reset"]:active,
.formResponsive input[type="reset"].active,
.formResponsive input[type="reset"].disabled,
.formResponsive input[type="reset"][disabled] {
	background-color: #bd362f;
	*background-color: #a9302a;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.formResponsive input[type="reset"]:active,
.formResponsive input[type="reset"].active {
	background-color: #942a25 \9;
}

.formResponsive .formError {
	color: #b94a48;
	padding-left: 5px;
	vertical-align: middle;
	font-size: 13px;
	font-weight: normal;
	margin: 3px 5px 3px 0;
	height: 18px;
	display: block;
}

.formResponsive input.rsform-error,
.formResponsive textarea.rsform-error,
.formResponsive select.rsform-error {
	color: #b94a48;
	border-color: #b94a48;
}

.formResponsive input.rsform-error:focus,
.formResponsive textarea.rsform-error:focus,
.formResponsive select.rsform-error:focus {
	border-color: #953b39;
	-webkit-box-shadow: 0 0 6px #d59392;
	-moz-box-shadow: 0 0 6px #d59392;
	box-shadow: 0 0 6px #d59392;
}

.formResponsive input.rsform-calendar-button {
	margin-bottom: 3px;
}

/* responsive - mobile versions */

@media screen and (max-width: 650px) {
	.formResponsive .formHorizontal input[type="checkbox"],
	.formResponsive .formHorizontal input[type="radio"] {
		border: 1px solid #ccc;
	}

	.formResponsive .formHorizontal .rsform-block {
		float: none;
		width: auto;
		padding-top: 0;
		text-align: left;
	}

	.formResponsive .formHorizontal .formControls {
		margin-left: 0;
	}

	.formResponsive input[type="text"],
	.formResponsive input[type="password"],
	.formResponsive textarea,
	.formResponsive select {
		width: 100% !important;
	}

	.formResponsive .formHorizontal .formControlLabel {
		float: none;
		width: auto;
		padding-top: 0;
		text-align: left;
	}
}

.recaptcha_input_area_text {
	float: none !important;
}

/* CSS Document */
.enewsletter {

}

.enewsletter label {
	color: #333333;
	cursor: text;
	box-sizing: border-box;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-left: 2%;
	padding-top: 6px;
	position: absolute;
	width: auto;
	text-align: left;
	z-index: 1;
	left: 4px;
}

.enewsletter input {
	margin-right: 4px;
}

.enewsletter input[type=text] {
	margin-top: 4px;
	width: 100%;
}

.enewsletter .rsform-block-submit {
	position: relative;
	z-index: 101;
}

.enewsletter #submit {
	width: 52px;
	text-trasform: uppercase;
	border-radius: 0px;
	-moz-border-radius: 0px;
	border: 0px;
	text-transform: uppercase;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	margin-right: 14px;
	padding: 0px;
	float: right;
	border: #333333;
	margin: -33px -10px 0 0;
}

.rsform-captcha-box {
	width: 100%;
	position: relative;
	top: -40px;
}

.rsform-block-capcha img {
	position: relative;
	top: 40px;
}

/**
* Tabs GK5 - style 1
* @package Joomla!
* @Copyright (C) 2009-2012 Gavick.com
* @ All rights reserved
* @ Joomla! is Free Software
* @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
* @version $Revision: GK5 1.0 $
**/

/*
 *
 ==================  Edit Tabs  ================= */

.gkTabsWrap.vertical ol li:hover,
.gkTabsContainer + ol {

}

.gkTabsItem {

}

.gkTabsButtonNext,
.gkTabsButtonPrev {

}

.gkTabsButtonNext:hover,
.gkTabsButtonPrev:hover {

}

.gkTabsWrap.horizontal > ol {
	display: inline-block;
}

/* ==================  End  ===================== */

/*
 * VERTICAL mode
 */

.gkTabsGK5 {
	position: relative;
}

.gkTabsWrap {
	margin: 0;
}

/* tabs */
.gkTabsWrap.vertical ol,
.gkTabsWrap.horizontal ol {
	float: left;
	display: inline-block;
	background: transparent;
	height: 42px;
	margin: 0px;
	padding: 0px;
	font-family: 'Belleza', sans-serif;
	font-size: 0px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}

.gkTabsWrap.vertical ol li,
.gkTabsWrap.horizontal ol li {
	display: inline-block;
	vertical-align: top;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	float: none;
	line-height: 1em;
	list-style-type: none;

	padding: 0 12px;
	position: relative;
	font-weight: 400;

	color: #FFFFFF;
	background: #16416e; /* Old browsers */
	border: 3px solid #2f69a6;
	box-shadow: 22px 0px 22px -10px #0C2D58 inset;
	text-align: center;
	border-bottom: 0px;
	margin-top: 4px;

	padding-bottom: 11px;
	padding-top: 8px;

	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 4px;
	font-size: 16px;

	transition: padding-top .1s, margin-top .1s ease-out;
}

.gkTabsWrap.vertical ol li.active,
.gkTabsWrap.vertical ol li:hover,
.gkTabsWrap.horizontal ol li:hover,
.gkTabsWrap.horizontal ol li.active {
	color: #FFFFFF;
	background: #205d9c;
	border: 3px solid #357dc7;
	border-bottom: 0px;
	box-shadow: 5px 5px 5px 10px #205D9C inset;

	margin-top: 0px;
	padding-top: 12px;

	transition: padding-top .1s, margin-top .1s ease-in;

}

.gkTabsWrap.vertical ol li:last-child,
.gkTabsWrap.horizontal ol li:last-child {
	margin-right: 0px !important;
}

/* bottom tabs */
.gkTabsContainer + ol {
	border-bottom: none !important;
}

.gkTabsContainer + ol li {
	border-radius: 0 0 2px 2px !important;
}

/* containers */
.gkTabsContainer {
	clear: both;
	position: relative;
	margin-top: 3px;
	background: url(../images/tabs-shadow.png) no-repeat 50% 0%;
	padding-left: 2%;
	padding-right: 2%;
}

.gkTabsItem {
	left: -9999px;
	padding: 20px 2px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: 0px !important;
}

.gkTabsItem > div {
	display: inline-block;
	vertical-align: top;
}

.gkTabsItem > div:nth-child(1) {
	width: 25.2%;
	width: 23.2%;
	margin-left: 0%;
	margin-top: 10px;
}

.gkTabsItem > div:nth-last-child(1) {
	width: 100%;
}

.gkTabsItem > div:nth-child(1) img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.gkTabsItem > div:nth-child(2) {
	margin-left: 3%;
	width: 72.6%
}

.gkTabsItem {
	opacity: 0;
}

.gkTabsItem.active {
	left: 0;
	opacity: 1;
	position: relative;
	z-index: 2;
}

/* buttons prev/next */
.gkTabsButtonNext,
.gkTabsButtonPrev {
	border-radius: 50%;
	cursor: pointer;
	height: 18px;
	position: absolute;
	right: 0;
	font: 0/0px a;
	top: 53%;
	width: 18px;
	z-index: 3;
}

.gkTabsButtonPrev {
	left: 0;
	right: inherit;
}

.gkTabsButtonNext:before,
.gkTabsButtonPrev:before {
	content: "›";
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 18px;
	line-height: 17px;
	text-align: center;
	width: 18px;
}

.gkTabsButtonPrev:before {
	content: "‹";
}

/*
 * HORIZONTAL mode
 */

.gkTabsWrap.horizontal {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	width: 100%;
}

.gkTabsWrap.horizontal > ol,
.gkTabsWrap.horizontal > .gkTabsContainer {
	display: table-cell;
	vertical-align: top;
}

.gkTabsWrap.horizontal > ol {
	position: relative;
	z-index: 5;
}

/* tabs */

.gkTabsWrap.horizontal ol li {
	cursor: pointer;
	float: right;
	border-radius: 2px;
	margin: 0 0 3px !important;
}

.gkTabsWrap.horizontal ol li:hover,
.gkTabsWrap.horizontal ol li.active {
	/* line 45 */
}

.gkTabsWrap.horizontal .gkTabsItem {
	padding: 2px 20px
}

/* right tabs */
.gkTabsWrap.horizontal .gkTabsContainer + ol {
	border: none !important
}

.gkTabsWrap.horizontal .gkTabsContainer + ol li {
	border-radius: 2px !important;
	float: left;
}

@media (max-width: 767px) {
	.gkTabsWrap.vertical ol,
	.gkTabsWrap.horizontal ol,
	.gkTabsWrap.vertical ol li,
	.gkTabsWrap.horizontal ol li {
		width: 99.9% !important;
		padding: 0px;
		margin: 0px;
	}

	.gkTabsWrap.vertical ol,
	.gkTabsWrap.horizontal ol {
		height: auto;
		white-space: normal !important;
		overflow: visible;
	}

	.gkTabsWrap.vertical ol li,
	.gkTabsWrap.horizontal ol li {
		border-width: 1px !important;
		height: 30 p !important;
		padding-top: 8px !important;
		padding-bottom: 12px !important;
		margin-bottom: 5px !important;
	}
}

/**
* Main CSS file
* @package News Show Pro GK5
* @Copyright (C) 2009-2013 Gavick.com
* @ All rights reserved
* @ Joomla! is Free Software
* @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
* @version $Revision: GK5 1.0 $
**/

.nsp {
	position: relative;
}

.nspMain {
	overflow: hidden;
}

/* Pagination */
.nspBotInterface,
.nspTopInterface {
	clear: both;
	float: left;
	margin: 5px 0;
	overflow: hidden;
	width: 100%;

	top: 50%;
}

/*
	Interface - for different looking Top and Bottom interface use the following classes:
	.nspTopInterface
	.nspBotInterface (e.g.: .nspTopInterface .nspPagination li ...)
*/
.nspPagination {
	float: left;
	list-style-type: none !important;
	margin: 5px 0 0 0 !important;
	padding: 0 !important;
}

.nspPagination li {
	background: #ccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	float: left;
	height: 14px;
	margin: 1px 4px 0 0 !important;
	text-indent: -999em;
	width: 14px;
}

.nspPagination li:hover,
.nspPagination li.active {
	background-color: #999;
}

.nspNext,
.nspPrev {
	background: #fff;
	border: 2px solid #898888;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	float: left;
	height: 24px;
	margin: 0 0 0 4px;
	text-indent: -999px;
	width: 24px;
	position: relative;
	z-index: 101;
}

.nspNext {
	float: right;
}

.nspPrev:before {
	border: 10px solid #898888;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: none;
	content: "";
	display: block;
	float: left;
	margin: 3px 0 0 4px;
}

.nspNext:before {
	border: 10px solid #898888;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: none;
	content: "";
	display: block;
	float: left;
	margin: 3px 0 0 6px;
}

.nspNext:hover,
.nspPrev:hover {
	border-color: #999;
}

.nspPrev:hover:before {
	border-right-color: #999;
}

.nspNext:hover:before {
	border-left-color: #999;
}

/* Articles layout */
.nspArts {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 3px;
}

.nspArtPage {
	float: left;
	text-align: left;
	white-space: nowrap;
}

.nspArt:first-child {
	margin-left: 0px;
}

.nspArt {
	vertical-align: top;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	left: 0px;
	background: #FFFFFF;
	line-height: 1.5em;
	height: 280px;
	padding-bottom: 8px;
	width: 23.98% !important;
	margin-left: 1%;
	box-shadow: 1px 3px 0px 0px #d8dcdf;
	padding: 0.7% !important;
	white-space: normal;

}

.nspArt img {

}

.nspArt div {
	overflow: hidden;
}

.nspArt h4.nspHeader {
	font-size: 13px;
	line-height: 1em;
	font-family: 'Open Sans', sans-serif;
	color: #1b5189;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;

}

.nspArt h4.nspHeader a {
	text-decoration: none;
	color: inherit;
}

.nspArt h4.nspHeader a:hover {
}

.nspArt img.nspImage {
	border: none;
	display: block;
}

.nspArt img.nspImage {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #BBB;
	margin-bottom: 10px;
}

.nspArt .nspImageWrapper {
	display: block;
	margin-top: 0px !important;
	margin-right: 2px !important;
}

.nspArt p.nspText {
	display: block !important;
	margin: 0;
	padding: 0;
}

.nspArt h4.nspHeader,
.nspArt p.nspText {
	padding-left: 7%;
	padding-right: 7%;
	width: 86%;
}

.nspArt p.nspText a {
}

.nspArt p.nspText a:hover {
}

.nspArt .nspInfo {
	display: block !important;
	font-size: 90%;
}

.nspArt .nspInfo a {
}

.nspArt .nspInfo a:hover {
}

.nspArt p.nspInfo > .nsp-stars {
	padding: 0 10px 0 0 !important;
}

.nspArt .nsp-star-0:before,
.nspArt .nsp-star-1:before {
	content: "★";
	color: #6c6c6c;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.nspArt .nsp-star-1:before {
	color: #f7a834;
}

.nspArt .tleft {
	text-align: left;
}

.nspArt .tright {
	text-align: right;
}

.nspArt .tcenter {
	text-align: center;
}

.nspArt .tjustify {
	text-align: justify;
}

.nspArt .fleft {
	float: left;
}

.nspArt .fright {
	float: right;
}

.nspArt .fnone {
	clear: both;
	float: none;
	width: 100%;
}

.readon.left,
.readon.right,
.readon.center {
	clear: both;
}

.readon.left {
	float: left;
}

.readon.right {
	float: right;
}

.readon.center {
	display: inline;
	float: none;
}

.nspAvatar {
}

/* Links layout */
.nspLinks {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px;
}

.nspList {
	float: left;
}

.nspLinks ul {
	list-style-type: none !important;
	padding: 0 !important;
}

.nspLinks .nspLinkScroll1 ul li {
	background: #fff;
	border-top: 1px solid #eee;
	margin: 0 !important;
	padding: 10px 0;
}

.nspLinks .nspLinkScroll1 ul li:first-child {
	border-top: none;
}

.nspLinks ul li:hover {
}

.nspLinks ul li h4 {
}

.nspLinks ul li h4 a {
	text-decoration: none;
}

.nspLinks ul li h4 a:hover {
}

.nspLinks ul li p {
}

/* positioning */
.nspArts.left {
	float: right;
}

.nspLinksWrap.left {
	float: left;
}

.nspArts.right {
	float: left;
}

.nspLinksWrap.right {
	float: right;
}

/* make element unvisible */
.nspMain .unvisible {
	left: -9999px;
	position: absolute;
	top: auto;
}

/* Responsive layout */
.gkResponsive img.nspImage,
img.nspImage.gkResponsive {
	height: auto;
	width: 100% !important;

}

.nspArt img.nspImage {
	max-width: 100%;
}

.nspArtScroll1,
.nspLinkScroll1 {
	clear: both;
	width: 100%;
	position: relative;
}

.nspPages1 {
	width: 100%;
}

.nspPages2 {
	width: 200%;
}

.nspPages3 {
	width: 300%;
}

.nspPages4 {
	width: 400%;
}

.nspPages5 {
	width: 500%;
}

.nspPages6 {
	width: 600%;
}

.nspPages7 {
	width: 700%;
}

.nspPages8 {
	width: 800%;
}

.nspPages9 {
	width: 900%;
}

.nspPages10 {
	width: 1000%;
}

.nspCol1 {
	width: 100%;
}

.nspCol2 {
	width: 50%;
}

.nspCol3 {
	width: 33.333333%;
}

.nspCol4 {
	width: 25%;
}

.nspCol5 {
	width: 20%;
}

.nspCol6 {
	width: 16.666666%;
}

.nspCol7 {
	width: 14.285714%;
}

.nspCol8 {
	width: 12.5%;
}

.nspCol9 {
	width: 11.111111%;
}

.nspCol10 {
	width: 10%;
}

.nspCol11 {
	width: 9.090909%;
}

.nspCol12 {
	width: 8.333333%;
}

.nspCol13 {
	width: 7.692307%;
}

.nspCol14 {
	width: 7.142857%;
}

.nspCol15 {
	width: 6.666666%;
}

.nspCol16 {
	width: 6.25%;
}

.nspCol17 {
	width: 5.882352%;
}

.nspCol18 {
	width: 5.555555%;
}

.nspCol19 {
	width: 5.263157%;
}

.nspCol20 {
	width: 5%;
}

/* Animation */
.nspList,
.nspArtPage {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

.nspList.active,
.nspArtPage.active {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* Suffix neutral */
.neutral {
	color: #999;
	font-size: 13px;
}

.neutral a {
	color: #333;
	text-decoration: none;
}

.neutral a:active,
.neutral a:focus,
.neutral a:hover {
	color: #777;
}

.neutral .nspHeader {
	font-size: 18px;
	font-weight: 400;
}

.neutral .nspInfo a {
	padding-right: 5px;
}

.neutral .readon {
	background: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	padding: 6px 10px;
}

.neutral .readon:active,
.neutral .readon:focus,
.neutral .readon:hover {
	background: #999;
	color: #fff;
}

.neutral .nspLinks ul li h4 {
	font-size: 15px;
	margin: 0 0 10px 0;
}

.nspPrev,
.nspNext {
	margin-left: -26px;
	position: absolute;
	top: 45%;
	z-index: 101;
	line-height: 50px;
	overflow: hidden;
}

.nspNext {
	left: 100%;
	margin-left: -6px;
}

/* Mobile */
@media (max-width: 800px) {
	.nspArts,
	.nspLinksWrap {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		padding: 0px;
		position: relative;
	}

	.nspNext {
		left: auto;
		right: 0;
	}

	.nspPagination {
		display: none;
	}
}

@media (max-width: 600px) {
	.nspArt {
		width: 100%;
	}
}

/* EOF */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/

.txtCal {
	width: 210px;
}

.btnCal {
	padding-left: 5px;
	padding-right: 5px;
}

.yui-calcontainer {
	position: relative;
	padding: 5px;
	background-color: #F7F9FB;
	border: 1px solid #7B9EBD;
	float: left;
	overflow: hidden;
}

.yui-calcontainer iframe {
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	left: -1px;
	top: -1px;
	z-index: 0;
	width: 50em;
	height: 50em;
}

.yui-calcontainer.multi {
	padding: 0;
}

.yui-calcontainer.multi .groupcal {
	padding: 5px;
	background-color: transparent;
	z-index: 1;
	float: left;
	position: relative;
	border: none;
}

.yui-calcontainer .title {
	font: 100% sans-serif;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
	height: 25px;
	position: absolute;
	top: 3px;
	left: 5px;
	z-index: 1;
}

.yui-calcontainer .close-icon {
	position: absolute;
	right: 3px;
	top: 3px;
	border: none;
	z-index: 1;
}

.yui-calcontainer .calclose {
	background: url(../images/calx.gif) no-repeat;
	width: 17px;
	height: 13px;
	cursor: pointer;
}

/* Calendar element styles */

.yui-calendar {
	font: 100% sans-serif;
	text-align: center;
	border-spacing: 0;
	border-collapse: separate;
	position: relative;
}

.yui-calcontainer.withtitle {
	padding-top: 1.5em;
}

.yui-calendar .calnavleft {
	position: absolute;
	overflow: hidden;
	text-indent: -10000em;
	cursor: pointer;
	top: 2px;
	bottom: 0;
	width: 9px;
	height: 12px;
	left: 2px;
	z-index: 1;
	background: url(../images/callt.gif) no-repeat;
}

.yui-calendar .calnavright {
	position: absolute;
	overflow: hidden;
	text-indent: -10000em;
	cursor: pointer;
	top: 2px;
	bottom: 0;
	width: 9px;
	height: 12px;
	right: 2px;
	z-index: 1;
	background: url(../images/calrt.gif) no-repeat;
}

.yui-calendar td.calcell {
	padding: .1em .2em;
	border: 1px solid #E0E0E0;
	text-align: center;
}

.yui-calendar td.calcell a {
	color: #003DB8;
	text-decoration: none;
}

.yui-calendar td.calcell.today {
	border: 1px solid #000;
}

.yui-calendar td.calcell.oom {
	cursor: default;
	color: #999;
	background-color: #EEE;
	border: 1px solid #E0E0E0;
}

.yui-calendar td.calcell.selected {
	color: #003DB8;
	background-color: #FFF19F;
	border: 1px solid #FF9900;
}

.yui-calendar td.calcell.calcellhover {
	cursor: pointer;
	color: #FFF;
	background-color: #FF9900;
	border: 1px solid #FF9900;
}

.yui-calendar td.calcell.calcellhover a {
	color: #FFF;
}

.yui-calendar td.calcell.restricted {
	text-decoration: line-through;
}

.yui-calendar td.calcell.previous {
	color: #CCC;
}

.yui-calendar td.calcell.highlight1 {
	background-color: #CCFF99;
}

.yui-calendar td.calcell.highlight2 {
	background-color: #99CCFF;
}

.yui-calendar td.calcell.highlight3 {
	background-color: #FFCCCC;
}

.yui-calendar td.calcell.highlight4 {
	background-color: #CCFF99;
}

.yui-calendar .calhead {
	border: 1px solid #E0E0E0;
	vertical-align: middle;
	background-color: #FFF;
}

.yui-calendar .calheader {
	position: relative;
	width: 100%;
	text-align: center;
}

.yui-calendar .calheader img {
	border: none;
}

.yui-calendar .calweekdaycell {
	color: #666;
	font-weight: normal;
	text-align: center;
	width: 2.5em;
}

.yui-calendar .calfoot {
	background-color: #EEE;
}

.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
	color: #666;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	width: 15px;
}

.yui-calendar .calrowhead {
	border-right-width: 2px;
}

/* CalendarNavigator */
.yui-calendar a.calnav {
	_position: relative;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	color: #000;
}

.yui-calendar a.calnav:hover {
	border: 1px solid #003366;
	background-color: #6699cc;
	background: url(../images/calgrad.png) repeat-x;
	color: #fff;
	cursor: pointer;
}

.yui-calcontainer .yui-cal-nav-mask {
	position: absolute;
	z-index: 2;
	display: none;

	margin: 0;
	padding: 0;

	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	_width: 0; /* IE6, IE7 Quirks - width/height set programmatically to match container */
	_height: 0;

	background-color: #000;
	opacity: 0.25;
	*filter: alpha(opacity=25);
}

.yui-calcontainer .yui-cal-nav {
	position: absolute;
	z-index: 3;
	display: none;

	padding: 0;
	top: 1.5em;
	left: 50%;
	width: 12em;
	margin-left: -6em;

	border: 1px solid #7B9EBD;
	background-color: #F7F9FB;
	font-size: 93%;
}

.yui-calcontainer.withtitle .yui-cal-nav {
	top: 3.5em;
}

.yui-calcontainer .yui-cal-nav-y,
.yui-calcontainer .yui-cal-nav-m,
.yui-calcontainer .yui-cal-nav-b {
	padding: 2px 5px 2px 5px;
}

.yui-calcontainer .yui-cal-nav-b {
	text-align: center;
}

.yui-calcontainer .yui-cal-nav-e {
	margin-top: 2px;
	padding: 2px;
	background-color: #EDF5FF;
	border-top: 1px solid black;
	display: none;
}

.yui-calcontainer .yui-cal-nav label {
	display: block;
	font-weight: bold;
}

.yui-calcontainer .yui-cal-nav-mc {
	width: 100%;
	_width: auto; /* IE6 doesn't like width 100% */
}

.yui-calcontainer .yui-cal-nav-y input.yui-invalid {
	background-color: #FFEE69;
	border: 1px solid #000;
}

.yui-calcontainer .yui-cal-nav-yc {
	width: 3em;
}

.yui-calcontainer .yui-cal-nav-b button {
	font-size: 93%;
	text-decoration: none;
	cursor: pointer;
	background-color: #79b2ea;
	border: 1px solid #003366;
	border-top-color: #FFF;
	border-left-color: #FFF;
	margin: 1px;
}

.yui-calcontainer .yui-cal-nav-b .yui-default button {
	/* not implemented */
}

/* Specific changes for calendar running under fonts/reset */
.yui-calendar .calbody a:hover {
	background: inherit;
}

p#clear {
	clear: left;
	padding-top: 10px;
}

/* CSS Document */
.bookreservation table {
	width: 100%;
}

.bookreservation .formField {
	overflow: visible;
}

.bookreservation table tr td {

}

.bookreservation table.tickets {
	position: relative;
	margin-top: 6px;
	margin-bottom: 12px;
}

.bookreservation table.tickets tr td {
	vertical-align: top;
	font-size: 10px;
	line-height: 1em;
	text-align: center;
	border-right: 1px solid #CCCCCC;
}

.bookreservation table.tickets tr:first-child td:first-child {
	border-left: 1px solid #CCCCCC;
}

.bookreservation table.tickets tr td input[type=text] {
	border-radius: 6px;
	border: 1px solid #666;
	text-align: left !important;
	margin-top: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1em;
	height: 10px;
	width: 30px;
}

.bookreservation input[type=text],
.bookreservation textarea {
	width: 93%;
	padding-left: 3%;
	padding-right: 3%;
}

.bookreservation div.selector {
	width: 99%;
	height: auto;
	padding-left: 0%;
	margin-top: 5px;
	margin-bottom: 2px;
	border: 1px solid #CCCCCC;
	background: none;
	overflow: hidden;

	border-radius: 3px;

	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.25);

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA4Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=");
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.08) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.08))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.08) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.08) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.08) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.08) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#14000000', GradientType=0); /* IE6-8 */
}

.bookreservation div.selector.rsform-error {
	border: 1px solid #990000;
	background-color: #fceaea;
	box-shadow: 0px 1px 0px 0px #990000;

}

.bookreservation div.selector.rsform-error span {
	text-shadow: none;
	font-weight: bold;
	color: #990000;
}

.bookreservation div.selector span {
	background: none;
	font-size: 10px;
	color: #999;
	width: 88.4%;
	padding: 0px;
	padding-left: 4%;
	padding-right: 8%;
	overflow: visible;
	background: url(../images/dropdown-arrow.png) no-repeat 100% 50% !important;
}

.bookreservation div.selector select {
	width: 100%;
}

.bookreservation table.tickets.rsform-error {
	border: 1px solid #990000;
	box-shadow: 0px 1px 0px 0px #990000;

}

.bookreservation table.tickets.rsform-error tr:first-child td {
	padding-top: 5px;
}

.bookreservation table.tickets.rsform-error tr td:first-child {
	padding-left: 5px;
}

.bookreservation table.tickets.rsform-error tr:last-child td {
	padding-bottom: 5px;
}

.bookreservation table.tickets.rsform-error tr td:last-child {
	padding-right: 5px;
}

/*
.bookreservation div.radio {
	cursor:pointer;
	background:#e8e8e8;
	border:1px solid #CCCCCC;
	margin:4px;

	border-radius:15px;
	height:15px;
	width:15px;
	line-height:15px;
}
.bookreservation div.radio span {
	background:none;
}
.bookreservation div.radio span.checked {
	cursor:inherit;
	display:inline-block;
	position:relative;

	left:50%;
	margin-left:-5.5px;
	width:10px;
	height:10px;

	border-radius:10px;
	background:#77b1d7;
	box-shadow:0px 1px 0px 0px rgba(0, 0, 0, 0.4);
}

.bookreservation div.radio span.checked input {
	margin-left:-4px;
	margin-left:-4px;
	cursor:pointer;

}
*/
.bookreservation a {
	color: #666666;
}

.bookreservation a.readon,
.bookreservation input[type=submit] {
	color: #FFFFFF !important;
	text-transform: uppercase !important;
	line-height: 1.8em;
	margin-top: 12px;
}

.bookreservation .rsform-block-ReturnDate input.rsform-calendar-box,
.bookreservation .rsform-block-DepartureDate input.rsform-calendar-box {
	width: 40%;
	background: #e8e8e8 !important;

}

.bookreservation input[type=button].btnCal {
	display: inline-block;
	position: relative;
	margin-left: -20px;
	width: 20px;
	height: 20px;
	background: none;
	border: 0px;
	border: 0px;
	cursor: pointer;

	background: url(../images/icon-calendar-reservation.png) no-repeat 50% 50%;
}

.bookreservation .yui-calcontainer {
	width: 200px;

}

@media (max-width: 620px) {
	.bookreservation .rsform-block-ArrivalDate .yui-calcontainer {
		right: 0px;
	}
}

#uniform-mainmenu {
	position: relative;
	display: inline-block;
	float: none;
	width: 95%;

}

#uniform-mainmenu span {
	width: 94%;
	padding-right: 6%;
}

#tbworks_mobilemenu {
	position: relative;
	z-index: 200;
	float: right;
	cursor: pointer;
	overflow: hidden;

	height: 40px;
	width: 116px;
	padding-right: 10%;
	text-align: center;

	right: 0px;

	background: url(../images/menu-hamburger.png) no-repeat 100% 0px;
	background-position: 100% 0px;

	transition: padding-bottom 300ms ease-in, background-position 300ms ease-in;
	-webkit-transition: padding-bottom 300ms ease-in, background-position 300ms ease-in;

}

#tbworks_mobilemenu .slidewrapper {
	position: relative;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	top: -300px;

}

#tbworks_mobilemenu.active .slidewrapper {
	top: 10px;
	position: relative;

	transition: top 600ms linear 0ms;
	-webkit-transition: top 600ms linear 0ms;
}

#tbworks_mobilemenu.active {
	padding-top: 10px;
	padding-bottom: 56px;

	background-position: 100% -300px;
	float: right;
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;

}

#tbworks_mobilemenu select {
	background: #FFFFFF;
	width: 100%;
	padding-right: 6%;
}

/**
 * @package   Gantry Template - RocketTheme
 * @version   3.2.6 June 14, 2011
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2011 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */

/* Global */
.menutop li {
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
}

.menutop em {
	font-size: 80%;
	font-weight: normal;
	display: block;
	font-style: normal;
}

.menutop li .item, .menutop li.active .item {
	display: block;
	margin: 0;
	text-decoration: none;
	float: none;
	width: auto;
}

.menutop li .fusion-submenu-wrapper {
	float: none;
	left: -999em;
	position: absolute;
	z-index: 500;
}

.menutop li:hover li ul, .menutop li.sfHover li ul {
	top: -999em;
}

.menutop li:hover ul, .menutop li.sfHover ul {
	top: 0;
}

/* Root Items */
.menutop {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	position: relative;
	line-height: 1.8em;
	display: inline-block;
}

.menutop li.root {
	float: left;
}

.menutop li.root > .item {
	white-space: nowrap;
	display: block;
	padding: 0;
	font-size: 1em;
	z-index: 100;
	cursor: pointer;
	position: relative;
	margin: 0;
	outline: none;
	line-height: 1.8em;
}

.menutop li.root > .item span {
	display: block;
	margin: 0;
	outline: none;
	padding: 0;
	width: auto;
	line-height: 1.8em;
}

.menutop li.root > .item em {
	font-size: 10px;
	display: block;
	text-transform: lowercase;
	line-height: 0.3em;
}

.menutop li.parent.root .item span {
	padding-right: 0px;
}

.menutop li.root .subtext span {
	line-height: 1.9em;
}

.menutop li.root > .item img {
	margin: 0 4px 0 0;
	vertical-align: text-bottom;
}

/* Dropdown Surrounds */
.menutop ul {
	padding: 0;
	margin: 0;
	float: left;
}

.menutop .drop-bot {
	height: 1px;
	overflow: hidden;
	clear: both;
}

.menutop .fusion-submenu-wrapper {
	height: auto !important;
}

/* Dropdown Items */
.menutop ul li {
	padding: 0;
	display: block;
	line-height: inherit;
	float: left;
}

.menutop ul li > .item {
	padding: 0 15px;
	height: auto;
	display: block;
	font-size: 1em;
	cursor: pointer;
}

.menutop ul li > .item span {
	line-height: inherit;
}

.menutop ul li .item img {
	float: left;
	margin: 8px 6px 0 0;
	vertical-align: top;
}

.menutop ul li .nolink span {
	display: block;
}

.menutop ul li span.item {
	cursor: default;
	outline: none;
}

.menutop ul li .subtext span {
	line-height: 1.9em;
}

.menutop ul li .subtext em {
	line-height: 0.6em;
	padding-bottom: 7px;
	text-transform: lowercase;
}

/* No JS */
.menutop li.root:hover > .fusion-submenu-wrapper {
	top: 35px;
	left: 0;
}

.menutop ul li:hover > .fusion-submenu-wrapper {
	left: 180px;
	top: 0;
}

/* Fusion JS */
.fusion-js-container {
	line-height: 1.8em;
	display: block;
	height: 0;
	left: 0;
	overflow: visible;
	position: absolute;
	top: 0;
	z-index: 101 !important;
	background: transparent !important;
}

.fusion-js-subs {
	display: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
}

.fusion-js-container.menutop li.root > .item {
	height: auto;
}

.fusion-js-container.menutop li.root > .item span {
	line-height: inherit;

}

/* Grouped & Modules */
.menutop .fusion-grouped {
	padding-bottom: 10px;
}

.menutop .fusion-grouped ol {
	padding: 0;
}

.menutop .fusion-grouped ol li {
	padding: 0 15px;
}

.menutop .fusion-grouped ol li .item {
	padding: 0 15px;
}

.menutop .fusion-grouped ol li span {
	font-size: 85%;
	line-height: 2em;
}

.menutop .type-module ol {
	padding: 0;
}

.menutop .type-module ol li {
	padding: 0;
}

.menutop .type-module ol li .fusion-modules {
	background: none;
}

.menutop .type-module ol li .fusion-module {
	padding: 0;
	background: none;
	overflow: hidden;
}

.menutop .fusion-module, .menutop .fusion-modules, .menutop .fusion-grouped {
	display: block;
}

.menutop .fusion-modules.item {
	padding: 15px;
}

.menutop .fusion-module em {
	display: inline;
	font-size: inherit;
	font-style: italic;
}

.menutop .fusion-module a {
	font-size: inherit;
	line-height: 130%;
}

.menutop .fusion-module p, .menutop .fusion-modules p {
	line-height: 160%;
}

.menutop ul li.grouped-parent > .daddy span {
	background: none;
}

/*!
 *  Font Awesome 4.3.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(/plugins/system/fontawesome/assets/font-awesome/fonts/fontawesome-webfont.eot);
	src: url(/plugins/system/fontawesome/assets/font-awesome/fonts/fontawesome-webfont.eot) format('embedded-opentype'), url(/plugins/system/fontawesome/assets/font-awesome/fonts/fontawesome-webfont.woff2) format('woff2'), url(/plugins/system/fontawesome/assets/font-awesome/fonts/fontawesome-webfont.woff) format('woff'), url(/plugins/system/fontawesome/assets/font-awesome/fonts/fontawesome-webfont.ttf) format('truetype'), url(/plugins/system/fontawesome/assets/font-awesome/fonts/fontawesome-webfont.svg) format('svg');
	font-weight: normal;
	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;
	transform: translate(0, 0)
}

.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
}

.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 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

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

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

.fa-flip-horizontal {
	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 {
	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-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: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-rebel:before {
	content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.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-genderless:before, .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-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-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"
}

/*
Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html
*/
/* Global Declaration */
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
	background-image: url(/plugins/system/uniform/themes/default/images/sprite.png);
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
}

.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button * {
	margin: 0;
	padding: 0;
}

/* INPUT & TEXTAREA */
input.text,
input.email,
input.password,
textarea.uniform {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 3px;
	color: #777;
	background: url(/plugins/system/uniform/themes/default/images/bg-input-focus.png) repeat-x 0px 0px;
	background: url(/plugins/system/uniform/themes/default/images/bg-input.png) repeat-x 0px 0px;
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: 0;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	border-color: #999;
	background: url(/plugins/system/uniform/themes/default/images/bg-input-focus.png) repeat-x 0px 0px;
}

/* SPRITES */
/* Select */
div.selector {
	background-position: -483px -130px;
	line-height: 26px;
	height: 26px;
	float: left;
}

div.selector span {
	background-position: right 0px;
	height: 26px;
	line-height: 26px;
}

div.selector select {
	/* change these to adjust positioning of select element */
	top: 0px;
	left: 0px;
}

div.selector:active,
div.selector.active {
	background-position: -483px -156px;
}

div.selector:active span,
div.selector.active span {
	background-position: right -26px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
	background-position: -483px -182px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
	background-position: right -52px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
	background-position: -483px -208px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
	background-position: right -78px;
}

div.selector.disabled {
	background-position: -483px -234px;
}

div.selector.disabled span {
	background-position: right -104px;
}

/* Checkbox */
div.checker {
	width: 19px;
	height: 19px;
}

div.checker input {
	width: 19px;
	height: 19px;
}

div.checker span {
	background-position: 0px -260px;
	height: 19px;
	width: 19px;
}

div.checker:active span,
div.checker.active span {
	background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
	background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
	background-position: -57px -260px;
}

div.checker span.checked {
	background-position: -76px -260px;
}

div.checker:active span.checked,
div.checker.active span.checked {
	background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
	background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
	background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
	background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
	background-position: -171px -260px;
}

/* Radio */
div.radio {
	width: 18px;
	height: 18px;
}

div.radio input {
	width: 18px;
	height: 18px;
}

div.radio span {
	height: 18px;
	width: 18px;
	background-position: 0px -279px;
}

div.radio:active span,
div.radio.active span {
	background-position: -18px -279px;
}

div.radio.focus span,
div.radio:hover span {
	background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
	background-position: -54px -279px;
}

div.radio span.checked {
	background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
	background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
	background-position: -108px -279px;
}

div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
	background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
	background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
	background-position: -162px -279px;
}

/* Uploader */
div.uploader {
	background-position: 0px -297px;
	height: 28px;
}

div.uploader span.action {
	background-position: right -409px;
	height: 24px;
	line-height: 24px;
}

div.uploader span.filename {
	height: 24px;
	/* change this line to adjust positioning of filename area */
	margin: 2px 0px 2px 2px;
	line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
	background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
	background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
	background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
	background-position: right -493px;
}

div.uploader.disabled {
	background-position: 0px -325px;
}

div.uploader.disabled span.action {
	background-position: right -381px;
}

div.button {
	background-position: 0px -523px;
}

div.button span {
	background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
	background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
	background-position: right -673px;
}

div.button.active,
div.button:active {
	background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
	background-position: right -703px;
	color: #555;
}

div.button.disabled,
div.button:disabled {
	background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
	background-position: right -733px;
	color: #bbb;
	cursor: default;
}

/* PRESENTATION */
/* Button */
div.button {
	height: 30px;
}

div.button span {
	margin-left: 13px;
	height: 22px;
	padding-top: 8px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 2px;
	padding-right: 15px;
}

/* Select */
div.selector {
	font-size: 12px;
}

div.selector select {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: solid 1px #fff;
}

div.selector span {
	padding: 0px 30px 0px 2px;
	cursor: pointer;
}

div.selector span {
	color: #666;
	text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
	color: #bbb;
}

/* Checker */
div.checker {
	margin-right: 5px;
}

/* Radio */
div.radio {
	margin-right: 3px;
}

/* Uploader */
div.uploader {
	cursor: pointer;
}

div.uploader span.action {
	width: 85px;
	text-align: center;
	text-shadow: #fff 0px 1px 0px;
	background-color: #fff;
	font-size: 11px;
	font-weight: bold;
}

div.uploader span.filename {
	color: #777;
	width: 82px;
	border-right: solid 1px #bbb;
	font-size: 11px;
}

div.uploader input {
	width: 190px;
}

div.uploader.disabled span.action {
	color: #aaa;
}

div.uploader.disabled span.filename {
	border-color: #ddd;
	color: #aaa;
}

/*
CORE FUNCTIONALITY
Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector,
.checker,
.button,
.radio,
.uploader {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
	outline: 0;
}

/* Button */
div.button a,
div.button button,
div.button input {
	position: absolute;
}

div.button {
	cursor: pointer;
	position: relative;
}

div.button span {
	display: -moz-inline-box;
	display: inline-block;
	line-height: 1;
	text-align: center;
}

/* Select */
div.selector {
	position: relative;
	padding-left: 10px;
	overflow: hidden;
}

div.selector span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.selector select {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity:0);
	height: 25px;
	border: none;
	background: none;

	cursor: pointer;
	padding-right: 20px;
}

/* Checker */
div.checker {
	position: relative;
	float: left;
}

div.checker span {
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
}

div.checker input {
	opacity: 0;
	filter: alpha(opacity:0);
	display: inline-block;
	background: none;
}

/* Radio */
div.radio {
	position: relative;
}

div.radio span {
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
}

div.radio input {
	opacity: 0;
	filter: alpha(opacity:0);
	text-align: center;
	display: inline-block;
	background: none;
}

/* Uploader */
div.uploader {
	position: relative;
	overflow: hidden;
	cursor: default;
}

div.uploader span.action {
	float: left;
	display: inline;
	padding: 2px 0px;
	overflow: hidden;
	cursor: pointer;
}

div.uploader span.filename {
	padding: 0px 10px;
	float: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: default;
}

div.uploader input {
	opacity: 0;
	filter: alpha(opacity:0);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	float: right;
	height: 25px;
	border: none;
	cursor: default;
}

#gk-tabs-116 .gkTabsContainer0, #gk-tabs-116 .gkTabsContainer1, #gk-tabs-116 .gkTabsContainer2 {
	height: 300px;
}

#gk-tabs-116 .gkTabsContainer0, #gk-tabs-116 .gkTabsContainer1, #gk-tabs-116 .gkTabsContainer2 {
	height: 300px;
}

#rt-clip {
	background-image: none !important;
}
