/**
 * @version		1.0.2
 * @package		BurgerTime template for Joomla 3.x
 * @author		JoomlaXTC http://www.joomlaxtc.com
 * @copyright	Copyright (C) 2016 Monev Software LLC. All rights reserved.
 * @license		http://www.joomlaxtc.com/license JoomlaXTC Proprietary Use License
 */
/* ----------------------------------------------*/
/* 01 - Global Structure
/* ----------------------------------------------*/
/* Global Styles */
.row {
	margin-left: 0 !important;
}
table {
	width: 100%;
	border-collapse: collapse;
}
a.hideTxt, span.hideTxt {
	display: block;
}
.hideTxt {
	text-indent: -9999px;
}
#component dd {
	margin-left: 0 !important;
}
.com_content #component dd {
	margin-left: 0 !important;
	display: inline;
	padding-right: 12px;
	font-size:13px;
}
.button {
	background: tranparent;
	border: 1px solid #fff;
	vertical-align: top;
}
button.btn {
	margin-bottom: 12px;
}
.btn {
	vertical-align: top !important;
}
.formstyle .button {
	background: #fff;
	border: 1px solid #666;
	vertical-align: top;
	padding: 9px 16px;
}
ul.nav li {
	list-style: none inside none !important;
}
form ul, form ul li {
	list-style-type: none !important;
}
.tooltip {
	background: transparent !important;
	border: 0 !important;
}
#message {
	width: 1280px;
	margin: 0 auto;
	left: 25%;
	z-index: 99;
}
.btn.jmodedit {
	z-index: 1000001;
}
img {
	max-width: 100%;
}
#messagewrap {
	padding: 10px 0;
}
#system-message {
	padding: 0 !important;
	margin-bottom: 0 !important;
}
div#sbox-window.shadow {
	z-index: 9999999999 !important;
}
[class^="icon-"], [class*=" icon-"] {
	vertical-align: middle;
}
/* ----------------------------------------------*/
/* 02 - Menu CSS
/* ----------------------------------------------*/
#menuwrap ul.nav li.dropdown:hover > ul.dropdown-menu, .sidemenu ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}
#menuwrap ul.dropdown-menu ul.dropdown-menu {
	top: 0 !important;
	margin-top: -5px;
	left: 95%;
}
#menuwrap .navbar ul.dropdown-menu ul.dropdown-menu {
	left: 100%;
}
#menuwrap .dropdown-menu {
	max-width: 999px;
}
#menuwrap ul.nav .dropdown-menu span.separator {
	padding: 0px 6px;
}
#menuwrap .navbar-inner {
	background: transparent;
	padding: 0;
	border: none;
}
#menuwrap ul.nav li.dropdown:hover > ul.dropdown-menu {
	top: 100%;
	padding: 12px;
}
#menuwrap ul.nav li.dropdown:hover > ul.dropdown-menu li > ul.dropdown-menu {
	padding: 10px;
	margin-top: -11px;
	margin-left: 0px;
}
#menuwrap .navbar .nav>li>a {
	text-shadow: none
}
#menuwrap ul.dropdown-menu {
	z-index: 12!important;
}
#menuwrap .dropdown-menu {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#menuwrap .navbar {
	margin-bottom: 0px;
}
#menuwrap .navbar .nav>li>.dropdown-menu:before, #menuwrap .navbar .nav>li>.dropdown-menu:after {
	display: none!important;
}
#menuwrap .navbar .dropdown-menu>.active>a, #menuwrap .navbar .dropdown-menu>.active>a:hover, #menuwrap .navbar .dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	background-image: none!important;
	background-repeat: no-repeat;
	outline: 0;
	filter: none;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	box-shadow: none;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	border: 0px solid #ccc;
	border: 0px solid rgba(0, 0, 0, 0.2);
	border-right-width: 0px;
	border-bottom-width: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box
}
.navbar-inner {
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat-x;
	border: 0px solid #d4d4d4;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	filter: none;
	zoom: 1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar .btn-navbar {
	margin-top: 15px;
}
#menuwrap .dropdown-menu>li>a {
	padding: 8px 14px;
}
#menuwrap b.caret {
	display: none;
}
div.nav-collapse.in.collapse {
	position: absolute;
	background: #000;
	top: 120%;
	left: 0;
	width: 100%;
	text-align: left;
	padding-bottom: 100%;
}
.nav-collapse .nav>li>.dropdown-menu:before, .nav-collapse .nav>li>.dropdown-menu:after {
	display: block!important;
}
div.nav-collapse.in.collapse ul.nav li {
	border-bottom: 1px solid #333;
}
#menuwrap .nav-collapse.in.collapse ul.dropdown-menu ul.dropdown-menu {
	margin-top: -5px;
}
.nav-collapse .dropdown-menu {
	margin: 0px;
}
#menuwrap .nav-collapse.in.collapse .nav>li>a, #menuwrap .nav-collapse.in.collapse .nav>li>a.active > a, #menuwrap .nav-collapse.in.collapse .nav>li>a:hover > a, #menuwrap .nav-collapse.in.collapse ul.nav span.separator {
	padding-top: 8px;
	padding-bottom: 8px;
}
#menuwrap .nav-collapse.in.collapse .nav>li>a {
	font-size: 28px;
	font-weight: 100;
	color: #fff!important;
}
#menuwrap .nav-collapse.in.collapse .dropdown-menu a, #menuwrap .nav-collapse.in.collapse ul.nav .dropdown-menu span.separator {
	padding-left: 16px;
	font-size: 18px;
}
#menuwrap #menu .nav-collapse.in.collapse ul.nav ul.dropdown-menu {
	box-shadow: none;
}
#menuwrap #menu .nav-collapse.in.collapse ul.nav li > ul > li {
	border-bottom: 0px;
}
#menuwrap #menu ul.nav ul.dropdown-menu li {
	padding: 4px;
}
#menuwrap #menu .nav-collapse.in.collapse ul.nav ul.dropdown-menu li {
	padding: 8px;
}
#menuwrap #menu ul.nav li:last-child ul.dropdown-menu {
	margin-left: -74px
}
#menuwrap #menu .nav-collapse.in.collapse ul.nav li:last-child ul.dropdown-menu {
	margin-left: 0px
}
#menuwrap #menu ul.nav li > ul.dropdown-menu li:last-child ul.dropdown-menu {
	margin-left: 0px
}
/* Multi Column Dropdown Classes */
#menuwrap #menu.dropcol2 ul.nav ul.dropdown-menu {
	min-width: 320px;
	padding: 8px 2px 8px 8px;
	margin-left: -120px
}
#menuwrap #menu.dropcol2 ul.nav li:last-child ul.dropdown-menu {
	margin-left: -190px
}
#menuwrap #menu.dropcol2 ul.nav li > ul.dropdown-menu li:last-child ul.dropdown-menu {
	margin-left: 0px
}
#menuwrap #menu.dropcol2 ul.nav ul.dropdown-menu li {
	display: inline-block;
	width: 44%
}
#menuwrap #menu.dropcol3 ul.nav ul.dropdown-menu {
	min-width: 420px;
	padding: 8px;
	margin-left: -160px;
}
#menuwrap #menu.dropcol3 ul.nav li:last-child ul.dropdown-menu {
	margin-left: -296px
}
#menuwrap #menu.dropcol3 ul.nav li > ul.dropdown-menu li:last-child ul.dropdown-menu {
	margin-left: 0px
}
#menuwrap #menu.dropcol3 ul.nav ul.dropdown-menu li {
	display: inline-block;
	width: 29%
}
#menuwrap #menu.dropcol4 ul.nav ul.dropdown-menu {
	min-width: 560px;
	padding: 8px;
	margin-left: -220px;
}
#menuwrap #menu.dropcol4 ul.nav li:last-child ul.dropdown-menu {
	margin-left: -437px
}
#menuwrap #menu.dropcol4 ul.nav li > ul.dropdown-menu li:last-child ul.dropdown-menu {
	margin-left: 0px
}
#menuwrap #menu.dropcol4 ul.nav ul.dropdown-menu li {
	display: inline-block;
	width: 22%
}
#menuwrap #menu.dropcol2 ul.dropdown-menu ul.dropdown-menu li, #menuwrap #menu.dropcol3 ul.dropdown-menu ul.dropdown-menu li, #menuwrap #menu.dropcol4 ul.dropdown-menu ul.dropdown-menu li {
	display: block;
	width: 90%
}
#menuwrap #menu.dropcol2 .nav-collapse.in.collapse ul.nav ul.dropdown-menu, #menuwrap #menu.dropcol3 .nav-collapse.in.collapse ul.nav ul.dropdown-menu, #menuwrap #menu.dropcol4 .nav-collapse.in.collapse ul.nav ul.dropdown-menu {
	min-width: 100%;
	padding: 0px;
	margin-left: 0px;
}
#menuwrap #menu.dropcol2 .nav-collapse.in.collapse ul.nav ul.dropdown-menu li, #menuwrap #menu.dropcol3 .nav-collapse.in.collapse ul.nav ul.dropdown-menu li, #menuwrap #menu.dropcol4 .nav-collapse.in.collapse ul.nav ul.dropdown-menu li {
	display: block;
	width: 95%
}
#menuwrap #menu.dropcol2 ul.dropdown-menu ul.dropdown-menu, #menuwrap #menu.dropcol3 ul.dropdown-menu ul.dropdown-menu, #menuwrap #menu.dropcol4 ul.dropdown-menu ul.dropdown-menu {
	min-width: 190px;
	padding: 8px 8px 6px 8px;
	margin-left: 0px;
	margin-top: -7px;
}
#menuwrap #menu.dropcol2 .nav-collapse.in.collapse ul.dropdown-menu ul.dropdown-menu, #menuwrap #menu.dropcol3 .nav-collapse.in.collapse ul.dropdown-menu ul.dropdown-menu, #menuwrap #menu.dropcol4 .nav-collapse.in.collapse ul.dropdown-menu ul.dropdown-menu {
	min-width: 90%;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
.nolink {
	cursor: default;
}
/* SIDE MENU */
.sidemenu ul.dropdown-menu {
	position: static;
	top: 0;
	left: 0;
	display: none;
	float: none;
	min-width: 0px;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0px;
	padding: 0px;
	background: transparent;
}
.nav-pills>li>a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 18px;
}
.sidemenu ul.dropdown-menu {
	margin-left: 0px;
}
.sidemenu .nav-pills > li > span.separator, .sidemenu ul.dropdown-menu>li>a:hover, .sidemenu ul.dropdown-menu>li>a:focus, .sidemenu ul.dropdown-menu .dropdown-submenu:hover>a, .sidemenu ul.dropdown-menu .dropdown-submenu:focus>a {
	color: #333;
	background: #eee;
	display: block;
}
.sidemenu ul.dropdown-menu>li>a, .sidemenu .nav-pills > li > .separator {
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.sidemenu .dropdown-menu>li>a:hover, .sidemenu .dropdown-menu>li>a:focus, .sidemenu .dropdown-submenu:hover>a, .sidemenu .dropdown-submenu:focus>a {
	color: #333;
}
.sidemenu ul.nav li.dropdown:hover > ul.dropdown-menu li > ul.dropdown-menu {
	margin: 0px;
}
.sidemenu .nav-pills > li > span.separator, .sidemenu .nav-pills>li>a {
	font-size: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
	margin-bottom: 3px
}
.sidemenu i {
	display: inline;
}
/* Canvas Menu */
#jxtc_canvasslide_left *, #jxtc_canvasslide_right * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: 300;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
	line-height: normal;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#jxtc_canvasslide_left a, #jxtc_canvasslide_right a {
	text-decoration: none
}
#jxtc_canvasslide_left input[type="radio"], #jxtc_canvasslide_right input[type="radio"] {
	display: none
}
#jxtc_canvasslide_left label, #jxtc_canvasslide_right label {
	cursor: pointer
}
#jxtc_canvasslide_left {
	z-index: 99999999;
	position: fixed;
	width: 0;
	height: 100%;
	top: 0;
	left: 0
}
#jxtc_canvasslide_right {
	z-index: 99999999;
	/* Keep the item above all other elements on the page */
	position: fixed;
	width: auto;
	/* Width of the wrapper of the section. Adjust this value if you want wider elements */
	height: 100%;
	top: 0;
	/* Vertical position of the elements */
	right: 0/* Horizontal position of the elements */
}
#jxtc_canvasslide_left section {
	margin: 0;
	overflow-y: scroll!important;
	width: 320px;
	height: 100%;
	left: 0;
	top: 10%;
	z-index: 10;
	background: #202020;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-moz-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-ms-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-o-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1)
}
#jxtc_canvasslide_right section {
	margin: 0;
	overflow-y: scroll!important;
	width: 320px;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 10;
	background: #202020;
	-webkit-backface-visibility: hidden;
	/* Webkit transition hack */
/* Section animation upon opening */
	-webkit-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-moz-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-ms-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-o-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1)
}
#jxtc_canvasslide_left section, #jxtc_canvasslide_left input#close-item:checked ~ section {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%)
}
#jxtc_canvasslide_right section, #jxtc_canvasslide_right input#close-item:checked ~ section {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%)
}
#jxtc_canvasslide_left input#open-item:checked ~ section {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	overflow: visible
}
#jxtc_canvasslide_right input#open-item:checked ~ section {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	overflow: visible
}
#jxtc_canvasslide_left section .wrap {
	padding: 30px 0;
	position: relative
}
#jxtc_canvasslide_left section .innerwrap {
	margin-top: 30px
}
#jxtc_canvasslide_left label.open, #jxtc_canvasslide_left label.close {
	text-align: center;
	position: absolute
}
#jxtc_canvasslide_right label.close:hover, #jxtc_canvasslide_right label.close:focus {
	background: #757786
}
#jxtc_canvasslide_left label.open {
	font-family: 'FontAwesome';
	font-size: 24px;
	color: #222;
	width: 50px;
	bottom: auto;
	left: -98px;
	right: auto;
	top: 8%;
	margin: 0 auto;
	padding: 10px 0;
	text-transform: uppercase;
	z-index: 1
}
#jxtc_canvasslide_right label.open {
	font-family: 'FontAwesome';
	font-size: 24px;
	color: #fff;
	font-weight: 100;
	bottom: auto;
	left: -120px;
	right: auto;
	margin: 12px 236px 0 auto;
	text-transform: uppercase;
	z-index: 1
}
#jxtc_canvasslide_left input#close-item:checked ~ label.open {
	-webkit-transition: left .3s ease 0.4s, background .1s ease, color .1s ease;
	-moz-transition: left .3s ease 0.4s, background .1s ease, color .1s ease;
	-ms-transition: left .3s ease 0.4s, background .1s ease, color .1s ease;
	-o-transition: left .3s ease 0.4s, background .1s ease, color .1s ease;
	transition: left .3s ease 0.4s, background .1s ease, color .1s ease;
	left: 0
}
#jxtc_canvasslide_right input#close-item:checked ~ label.open {
	-webkit-transition: right .3s ease 0.4s, background .1s ease, color .1s ease;
	-moz-transition: right .3s ease 0.4s, background .1s ease, color .1s ease;
	-ms-transition: right .3s ease 0.4s, background .1s ease, color .1s ease;
	-o-transition: right .3s ease 0.4s, background .1s ease, color .1s ease;
	transition: right .3s ease 0.4s, background .1s ease, color .1s ease;
	right: 0
}
#jxtc_canvasslide_left label.open:hover, #jxtc_canvasslide_left label.open:focus {
	background: #222;
	color: #fff
}
#jxtc_canvasslide_left label.close, #jxtc_canvasslide_right label.close {
	padding-left: 8px;
	font-size: 25px;
	background: #9ea3c5;
	color: #fff;
	width: 30px;
	height: 30px
}
#jxtc_canvasslide_left label.close:hover, #jxtc_canvasslide_left label.close:focus {
	background: #757786
}
#jxtc_canvasslide_right label.close:hover, #jxtc_canvasslide_right label.close:focus {
	background: #757786
}
#jxtc_canvasslide_left label, #jxtc_canvasslide_left select, #jxtc_canvasslide_left input {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
#jxtc_canvasslide_right label, #jxtc_canvasslide_right select, #jxtc_canvasslide_right input {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
#jxtc_canvasslide_left ul, #jxtc_canvasslide_right ul {
	top: 10%;
	text-align: left
}
#jxtc_canvasslide_left a, #jxtc_canvasslide_right a {
	color: #A9A9A9;
	font-weight: 500;
	padding: 15px;
	cursor: pointer;
	border-bottom: 2px solid #202020;
	border-left: 4px solid #202020;
	font-size: 15px;
	display: block;
	padding: 8px 19px
}
#jxtc_canvasslide_left a:hover, #jxtc_canvasslide_right a:hover {
	background-color: #1b1b1b
}
#jxtc_canvasslide_left ul li, #jxtc_canvasslide_right ul li {
	list-style: none
}
#jxtc_canvasslide_left ul li a, #jxtc_canvasslide_right ul li a {
	padding: 12px 14px
}
#jxtc_canvasslide_left ul li span.separator, #jxtc_canvasslide_right ul li span.separator {
	font-weight: 100;
	font-size: 14px;
	color: #fafafa;
	background-color: #1b1b1b;
	padding: 8px 12px;
	margin: 12px 0;
	border-bottom: 1px solid #191919;
	text-transform: uppercase;
	display: block
}
#jxtc_canvasslide_left span.separator:before, #jxtc_canvasslide_right span.separator:before {
	content: ""
}
#jxtc_canvasslide_left a:before, #jxtc_canvasslide_right a:before {
	margin: 0 12px;
	font-family: 'FontAwesome';
	content: "\f105";
	font-size: 14px;
	font-weight: 100
}
#jxtc_canvasslide_left ul > li > ul > li > ul li a, #jxtc_canvasslide_right ul > li > ul > li > ul li a {
	font-size: 12px;
	padding-left: 34px
}
#jxtc_canvasslide_left ul > li > ul > li > ul > li > ul li a, #jxtc_canvasslide_right ul > li > ul > li > ul > li > ul li a {
	font-size: 12px;
	padding-left: 54px
}
#jxtc_canvasslide_left ul > li > ul > li > ul > li > ul > li > ul li a, #jxtc_canvasslide_right ul > li > ul > li > ul > li > ul > li > ul li a {
	font-size: 12px;
	padding-left: 72px
}
ul.menu.bottom {
	margin-left: 0px;
	list-style: none;
}
ul.menu.bottom li {
	font-size: 14px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #444;
}
ul.menu.bottom li:last-child {
	border-bottom: 0px;
}
ul.nav.menu li {
	display: inline-block;
	padding-right: 26px;
}
ul.nav.menu li:last-child {
	padding-right: 0px;
}
.footer .nav {
	margin-bottom: 0px!important;
}
.footer ul.nav.menu {
	text-align: center;
}
.footer ul.nav.menu a {
	background: transparent;
	color: #fff;
}

/* CSS3 Scrollbar Class */
::-webkit-scrollbar {
 width:12px
}

::-webkit-scrollbar-track {
 -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
 border-radius:10px
}

::-webkit-scrollbar-thumb {
 border-radius:10px;
 -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5)
}
/* ----------------------------------------------*/
/* 03 - Joomla CSS
/* ----------------------------------------------*/
/* Joomla Content */
.com_content #component p {
	margin: 1.5em 0;
}
.com_content #component h1, .com_content #component h2, .com_content #component h3, .com_content #component h4, .com_content #component h5, .com_content #component h6 {
	margin: .25em 0;
	line-height: 100%;
}
.com_content .blog .icons {
	margin-top: 24px;
}
.com_content ul#archive-items li, .com_content .category-list ul li, .com_content .categories-list ul li {
	list-style: none inside none !important;
}
.tags {
	margin-bottom: 16px;
}
dt.article-info-term {
	display: none;
}
.page-header {
	border-bottom: 0;
	text-align: left;
	padding-bottom: 0px;
}
/* Joomla Article */
.com_content .item-page .page-header {
	margin: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
	text-align: left;
}
.com_content .pull-right.item-image {
	margin: 0 0 18px 40px;
	width: 48%;
	height: 100%;
}
.com_content .pull-left.item-image {
	margin: 0 40px 18px 0;
	width: 48%;
	height: 100%;
}
.tags .label-info[href] {
	background: #ccc;
	font-weight: 400;
	text-shadow: none !important;
	padding: 4px 6px;
}
.item-page .article-info {
	font-size: 14px;
}
.item-page a.btn.dropdown-toggle {
	background: transparent!important;
	border: 0px!important;
	outline: 0px!important;
}

.item-page .pull-right>.dropdown-menu {
	margin-top: 4px;
	-webkit-box-shadow: 0px 7px 19px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 19px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 19px -1px rgba(0,0,0,0.75);
}
span.icon-print, span.icon-envelope {
	margin-right: 6px;
}
.article_media {
	margin-bottom: 16px;
	display: inline-block;
}
/* Joomla Category Blog */
.com_content .blog .intro, .com_content .cascadeitem, .com_content .blog .item, .com_content .items-leading {
	margin-bottom: 36px;
}
.com_content span.subheading-category {
	margin-bottom: 24px;
	padding-bottom: 12px;
	text-align: center;
}
.com_content p.readmore a.btn {
	background: transparent !important;
	text-shadow: none !important;
	background-image: none !important;
	box-shadow: none !important;
	font-size: 16px !important;
	border-color: #e6e6e6 !important;
	padding: 12px;
	font-size: 18px;
}
p.readmore span {
	display: none;
}
span.txtcounter {
	margin-right: 15px;
}
.blog_icons {
	padding: 12px 0;
	font-size: 11px;
	text-align: left;
}
.com_content .blog .cols-6 .page-header h2 a {
	font-size: 50%;
}
/* Category Pricing Table View */
.com_content .pricetbl-wrap {
	text-align: center;
}
.com_content .blog .pricetbl-wrap p.readmore {
	display: block;
	text-align: center;
	margin: 0 !important;
	border: none !important;
	background: #4c9188;
	color: #fff;
	padding: 18px 0;
}
.com_content .blog .pricetbl-wrap p.readmore a.btn {
	margin-bottom: 0 !important;
	border: 0;
	font-size: 16px;
}
.com_content .blog .pricetbl-wrap p.readmore a.btn span {
	display: none;
}
.com_content .blog .pricetbl-wrap p.readmore a, .com_content .blog .pricetbl-wrap p.readmore a:hover {
	color: #fff !important;
}
.pricetbl-title {
	color: #fff;
}
.pricetbl-title .page-header h2 {
	text-align: center;
}
.pricetbl-price {
	font-size: 62px;
	padding: 20px;
}
.pricetbl-content {
	background: #f1f1f1;
}
.pricetbl-content p:nth-child(odd) {
	background: #efefef;
	margin: 0 !important;
	padding: 12px 0 !important;
}
.pricetbl-content p:nth-child(even) {
	background: #e0e0e0;
	margin: 0 !important;
	padding: 12px 0 !important;
}
.com_content .blog .pricetbl-wrap .page-header h2 a, .com_content .blog .pricetbl-wrap .page-header h2 {
	color: #fff !important;
	font-size: 36px !important;
	margin: 0 !important;
	padding: 12px 0 !important;
}
.com_content .blog .item .pricetbl-wrap .j2store-product {
	display: block;
	text-align: center;
	margin: 0 !important;
	border: none !important;
	background: #4c9188;
	color: #fff;
	padding: 18px 0;
}
.com_content .blog .item .pricetbl-wrap .j2store-product .product-sku, .com_content .blog .item .pricetbl-wrap .j2store-product .sale-price {
	display: none !important;
}
.com_content .blog .item .pricetbl-wrap .j2store-product .btn.btn-primary {
	background: transparent;
	border: 1px solid #fff;
}
/* Category Staff View */
.com_content .item-page .cust-test .page-header, .com_content .blog .cust-test .page-header {
	text-align: center;
}
.cust-test {
	border: 1px solid #ebebeb;
	margin-bottom: 36px;
}
.cust-test img {
	width: 100%;
}
.testm {
	background: #fff;
	padding: 30px;
	text-align: center;
}
.testm:before {
	border-color: transparent #fff;
	content: "";
	margin: -60px 0 10px;
	position: relative;
	z-index: 999;
	border-width: 25px 0 25px 25px;
	border-style: solid;
	display: block;
	width: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.testm p.test-text {
	font-size: 12px;
}
.testm p.test-title {
	font-size: 12px;
	font-weight: 700;
}
.testm span {
	font-size: 10px;
}
.speaker-affil {
	border-bottom: 1px solid #999;
	padding: 5px 20px 12px 5px;
	margin: 0 auto;
	display: inline;
}
/* Custom CSS for Social Icons in item view */
ul.social {
	margin: 15px 0 0;
}
ul.social li {
	display: inline;
}
ul.social i {
	font-size: 18px;
	color: #333;
	margin-right: 12px;
}
/* Category FAQ Blog */
.com_content .blog .faq-blog_item {
	border: 1px solid #ccc;
	padding: 0 40px 20px;
	margin-bottom: 0;
	margin-top: 20px;
}
.com_content .blog .faq-blog_item .page-header h2, .com_content .blog .faq-blog_item .page-header h2 a {
	font-size: 18px !important;
	letter-spacing: 0;
}
.com_content .blog .faq-blog_item span .page-header h2 {
	background: #fff !important;
	top: -10px !important;
	left: -20px;
	position: relative;
	display: inline;
	padding-left: 12px;
	padding-right: 12px;
}
.com_content .blog .faq-blog_item span .page-header h2::before {
	font-family: FontAwesome;
	content: "\f05a";
	padding-right: 12px;
}
.category-desc {
	padding-bottom: 26px;
	text-align: center;
}
.com_content .blog .faq-blog_item p.readmore {
	text-align: center;
}
/* Portfolio */
.portfolioitem .pull-none.item-image {
	text-align: center;
}
/* Timeline View */
.timeline_date {
	padding: 20px;
	font-size: 32px;
	display: inline-block;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
}
.timeline_line {
	width: 2%;
	margin: 14px auto;
	height: 100px;
	border-right: 2px solid #333;
}
.timeline_text {
	text-align:center;
	margin: 24px auto;
	width:75%;
}
.com_content .blog .timeline-blog-item .item-image {
	margin: 24px auto;
	background:transparent!important;
	width:50%;
}

.timeline-blog-item dl.article-info {text-align:center;}
.com_content #component .timeline-blog-item dd {text-align:center;padding-right:0px;}
.timeline-blog-item .page-header {
	border-bottom: 0;
}
.timeline-blog-item h2 a, .timeline-blog-item h2 {
	font-size: 42px !important;
	text-align: center;
}
.timeline_text p {
	font-size: 16px !important;
	padding-top: 3%;
}
.timeline-intro p::before {
	font-family: 'FontAwesome';
	content: "\f10d";
	margin-right: 8px;
	color: #ccc !important;
}
.timeline-intro p::after {
	font-family: 'FontAwesome';
	content: "\f10e";
	margin-right: 8px;
	color: #ccc !important;
}
.timeline-text p.readmore {
	margin-top: .5em !important;
}
.timeline-blog-item span.icon-calendar {
	display: block;
	text-align: center;
	margin: 24px auto;
	font-size: 36px;
	font-weight: 100;
}
.timeline-blog-item dd.published {
	font-size: 18px;
	text-align: center;
}
.timeline-blog-item .page-header h2 a, .timeline-blog-item .page-header h2 {
	font-weight: 100 !important;
}
.timeline-blog-item .pull-left.item-image {
	text-align: right;
	width: 48%;
	margin: 0 60px 18px 0;
}
.timeline-blog-item .pull-right.item-image {
	text-align: left;
	width: 48%;
	margin: 0 0 18px 60px;
}
/* Pagination */
li.pagination-prev, li.pagination-next {
	display: none !important;
}
.item-page .pagenav li {
	list-style: none inside none;
	display: inline;
}
.item-page .pager li>a:hover {
	background: #fff !important;
}
/* CONTACTS */
/* Contact */
.com_contact .thumbnail.pull-right {
	margin: 0 0 24px !important;
}
.com_contact .jicons-icons {
	display: none;
}
.com_contact label#jform_contact_email_copy-lbl.hasTip, .com_contact input[type="checkbox"] {
	float: left;
	margin-right: 14px;
}
.thumbnail > img {
	width: 100%;
}
/* SEARCH */
.com_search.search .search .phrases-box .controls {
	padding-bottom: 18px;
}
.com_search.search .search label {
	display: inline-block;
}
.com_search.search .search input {
	display: inline-block;
}
.com_search legend {
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.com_search label {
	display: inline-block !important;
	margin-right: 4%;
}
.com_search .phrases-box, .com_search fieldset.only {
	padding: 20px 0;
}
.com_search .form-limit {
	padding: 10px 0 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.com_search dd.result-created {
	margin-bottom: 16px;
}
form#mod-finder-searchform.form-search {
	margin: 12px 0 0 !important;
}
input#mod-search-searchword.inputbox.search-query {
	color: #000;
}
.search-results .result {
	margin-bottom: 36px;
}
/* USERS */
.com_users #component ul, .com_users #component li {
	margin-left: 0 !important;
	padding-left: 0 !important;
	list-style-position: inside;
}
.com_users .button {
	background: transparent;
	border: 1px solid #fff;
	vertical-align: top;
	font-size: 16px;
	padding: 12px 16px;
	color: #fff;
}
.com_users .profile .dl-horizontal dt {
	margin-right: 12px;
}
.com_users .profile a.btn span {
	display: none;
}
form#login-form .icon-user, form#login-form .icon-lock {
	color: #000;
}
div.login, div.reset, div.remind, div.registration, .login h1, div.reset h1, div.remind h1, div.registration h1 {
	text-align: center;
}
/* TAGS */
.tag-category .cat-list-row {
	margin-bottom: 36px;
}
/* EDIT */
textarea#jform_articletext {
	width: 95% !important;
	margin-top: 16px;
}
/* FORMS */
.form-actions {
	background: transparent;
}
/* BUTTONS */
input.button.subbutton.btn.btn-primary {
	display: inline-block;
	padding: 14px 12px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	border: 0;
}
/* JOS CALENDAR */
/* The main calendar widget.  DIV containing a table. */
div.calendar {
	position: relative;
	z-index: 99999999999 !important;
	width: 294px !important;
}
.calendar, .calendar table {
	border: 1px solid #ccc;
	font-size: 11px;
	color: #000;
	cursor: default;
	background: #fff !important;
	font-family: arial, verdana, sans-serif;
}
/* Header part -- contains navigation buttons and day names. */
.calendar .button {
	/* "<<", "<", ">", ">>" buttons have this class */
	text-align: center;
	/* They are the navigation buttons */
	padding: /* Make the buttons seem like they're pressing */
2px;
}
.calendar thead .title {
	/* This holds the current "month, year" */
	font-weight: 700;
	/* Pressing it will take you to the current date */
	text-align: center;
	background: #333;
	color: #fff;
	padding: 2px;
	font-size: 18px;
}
.calendar thead .headrow {
	/* Row <TR> containing navigation buttons */
	background: #fff !important;
	color: #000 !important;
	font-size: 18px !important;
}
.calendar thead .name {
	/* Cells <TD> containing the day names */
	border-bottom: 0 solid #ccc !important;
	padding: 2px;
	text-align: center;
	color: #fff !important;
}
.calendar thead .weekend {
	/* How a weekend day name shows in header */
	color: #999;
}
.calendar thead .hilite {
	/* How do the buttons in header appear when hover */
	background: #bbb;
	color: #000;
	border: 1px solid #ccc;
	padding: 1px;
}
.calendar thead .active {
	/* Active (pressed) buttons in header */
	background: #c77;
	padding: 2px 0 0 2px;
}
.calendar thead .daynames {
	/* Row <TR> containing the day names */
	background: #fff !important;
}
/* The body part -- contains all the days in month. */
.calendar tbody .day {
	/* Cells <TD> containing month days dates */
	width: 2em;
	text-align: center !important;
	padding: 7px 1px !important;
	font-size: 14px;
}
.calendar table .wn {
	padding: 2px 3px 2px 2px;
	border-right: 1px solid #ccc;
	background: #fff !important;
}
.calendar tbody .rowhilite td {
	background: #fff !important;
	color: #000 !important;
}
.calendar tbody .rowhilite td.wn {
	background: #fff !important;
	color: #000 !important;
}
.calendar tbody td.weekend {
	/* Cells showing weekend days */
	color: #999;
}
.calendar tbody td.today {
	font-weight: 700;
}
.calendar tbody .disabled {
	color: #999;
}
.calendar tbody .emptycell {
	/* Empty cells (the best is to hide them) */
	visibility: hidden;
}
.calendar tbody .emptyrow {
	/* Empty row (some months need less than 6 rows) */
	display: none;
}
/* The footer part -- status bar and "Close" button */
.calendar tfoot .footrow {
	/* The <TR> in footer (only one right now) */
	text-align: center;
	background: #ccc;
	color: #000;
	font-size: 18px;
}
.calendar tfoot .ttip {
	/* Tooltip (status bar) cell <TD> */
	border-top: 1px solid #ccc;
	background: #efefef;
	color: #000;
}
.calendar tfoot .hilite {
	/* Hover style for buttons in footer */
	background: #666;
	border: 1px solid #f40;
	padding: 1px;
}
.calendar tfoot .active {
	/* Active (pressed) style for buttons in footer */
	background: #999;
	padding: 2px 0 0 2px;
}
/* Combo boxes (menus that display months/years for direct selection) */
.combo {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 4em;
	cursor: default;
	border: 1px solid #655;
	background: #fff;
	color: #000;
	font-size: smaller;
}
.combo .label {
	width: 100%;
	text-align: center;
}
.combo .hilite {
	background: #fc8;
}
.combo .active {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #efefef;
	font-weight: 700;
}
.round-image img {
	border-radius: 50%;
	border: 8px solid #fff;
}
/* ----------------------------------------------*/
/* 04 - Page Classes
/* ----------------------------------------------*/
.item-page.roundimage .item-image img {
	border-radius: 50%;
	height: 500px;
	width: 500px;
	margin: 0 auto 100px;
}
.item-page.content-constrain {
	width: 50%;
	margin: 0 auto;
}
.item-page.content-constrain70 {
	width: 70%;
	margin: 0 auto;
}
.content-constrain .timeline-blog-item {
	width: 60%;
	margin: 0 auto;
}
.item-page.content-constrain .page-header {
	text-align: center;
}
body.region1-constrain #region1, body.region2-constrain #region2, body.region3-constrain #region3, body.region4-constrain #region4, body.region5-constrain #region5, body.region6-constrain #region6, body.region7-constrain #region7, body.region8-constrain #region8, body.region9-constrain #region9, body.region10-constrain #region10, body.region1-constrain #region11, body.region12-constrain #region12 {
	width: 70%;
	margin: 0 auto;
}
body.region1-constrain50 #region1, body.region2-constrain50 #region2, body.region3-constrain50 #region3, body.region4-constrain50 #region4, body.region5-constrain50 #region5, body.region6-constrain50 #region6, body.region7-constrain50 #region7, body.region8-constrain50 #region8, body.region9-constrain50 #region9, body.region10-constrain50 #region10, body.region1-constrain50 #region11, body.region12-constrain50 #region12 {
	width: 50%;
	margin: 0 auto;
}
.constrain {
	width: 70%;
	margin: 0 auto !important;
}
/* ----------------------------------------------*/
/* 05 - Module Styles
/* ----------------------------------------------*/
.moduletitle {
	padding: 0;
}
.modulecontent {
	padding: 12px 0;
}
.module input.button {
	margin-bottom: 12px;
}
/* Common Module Suffix Styles */
/* Transparent */
.module.trans {
	background: rgba(0,0,0,0.2) !important;
}
.trans h3.moduletitle, .trans .modulecontent {
	padding: 20px !important;
}
/* Nopad */
.nopad, .nopad .modulecontent {
	padding: 0 !important;
}
.nopad .breadcrumb, .nopad .modulecontent .breadcrumb {
	padding: 8px 15px !important;
}
/* Nomarg */
.nomarg, .nomarg h3.moduletitle {
	margin: 0 !important;
}
/* Mobileshow */
.mobileshow {
	display: none;
}
/* mod_custom Footer */
p.footertxt {
	color: #999;
}
/* Module suffix add ons */
.h3center h3.moduletitle {
	text-align: center;
}
.wtext h3.moduletitle, .wtext p, .wtext span.rest, .wtext .module h3 span.rest, .wtext span.first_word, .wtext .module h3 span.first_word {
	color: #fff !important;
}
/* Custom Modules CSS */
/* Custom HTML - Overlay */
.overlay_inner {
		margin: 10% 0;
	text-align: center;
	opacity: 0.7;
}
.overlay_inner h1 {
	color: #fff;
	font-size: 5.9vw;
	text-align: center;
}
.overlay_inner i {
	color: #fff;
	font-size: 3vw;
	text-align: center;
}
.overlay_inner h2 {
	color: #fff;
	font-size: 3vw;
	text-align: center;
	font-family: 'Roboto Slab', serif !important;
}
.overlay_inner p {
	font-size: 32px;
}
/* Downward Arrow */
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -moz-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -moz-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -moz-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -moz-transform: translateY(-30px);
 -ms-transform: translateY(-30px);
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -moz-transform: translateY(-15px);
 -ms-transform: translateY(-15px);
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
}
}
.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
a.arrow {
	position: fixed;
	bottom: 5%;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
	background-size: contain;
}
body.stickyscroll a.arrow {
	position: static;
}
/* Custom HTML - User1 - Page Titles */
.inset-title-mod {width:100%;text-align:center;}
.inset-title-mod h1 {padding:24px;border:4px solid #fff;display:inline-block;color:#fff;text-align:center;}
/* Custom HTML - Banner - Dining Options */
.dining-container {
	position: relative;
	overflow: hidden;
	padding: 10%;
}
.dining-container h2 {
	font-size: 52px;
}
.dining-container h2, .dining-container p {
	position: relative;
	z-index: 2;
	color: #fff;
}
.dining-container p {
	font-weight: 600;
	margin-bottom: 20px;
}
.dining-container img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 500px;
	height: auto;
	opacity: 0.4;
}
.dining_inner {
	padding: 40px 20px;
	border: 2px solid #fff;
	text-align: center;
	z-index: 6;
	position: relative;
}
.dining_inner a {
	opacity: 1;
	color: #fff;
}
a.dining_btn {
	padding: 10px;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 600;
	margin: 40px auto;
	position: relative;
	z-index: 2;
	color: #fff;
}
a.dining_btn:hover {
	color: #fff;
}

/* Custom HTML - User 25 Vimeo Video */
iframe {vertical-align:bottom;display:block;margin-bottom:-1px; }
iframe {display:block; }

/* Custom HTML - User 26 - Location */
.localgrid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
}
.localgrid figure {
	position: relative;
	overflow: hidden;
	margin: 0%;
	max-height: 538px;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.localgrid figure img {
	position: relative;
	display: block;
	min-height:546px;
	max-width: 100%;
	opacity: 0.8;
}
.localgrid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.localgrid figure figcaption::before, .localgrid figure figcaption::after {
	pointer-events: none;
}
.localgrid figure figcaption, .localgrid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.localgrid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.localgrid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.localgrid figure h2 span {
	font-weight: 800;
}
.localgrid figure h2, .localgrid figure p {
	margin: 0;
}
.localgrid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-location {
	background: #2f3238;
}
figure.effect-location img {
	max-width: none;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-location p img {
	width: auto;
	height: auto;
}
figure.effect-location figcaption {
	text-align: left;
}
figure.effect-location h2 {
	position: relative;
	padding: 0.5em 0;
	color: #fff;
}
figure.effect-location span {
	background: rgba(0, 0, 0, 0.63);
	padding: 8px 12px;
}
figure.effect-location p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px, 0, 0);
	transform: translate3d(-360px, 0, 0);
}
figure.effect-location p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
figure.effect-location p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.effect-location p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
figure.effect-location:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
figure.effect-location:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
figure.effect-location:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.effect-location:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(2.1, 2.1, 2);
	transform: scale3d(2.1, 2.1, 2);
}
figure.effect-location:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* Custom HTML - User 31 - 100% Quality */
.bowaqul {
	margin: 0 auto;
}
.bowaqul h1, .bowaqul h2, .bowaqul h3, .bowaqul h4, .bowaqul h5, .bowaqul h6, .bowaqul p {
	color: #fff;
	text-align: center;
}
.bowaqul h2 {
	font-size: 72px;
	margin-bottom: 42px;
}
.bowaqul p {
	font-size: 26px;
	line-height: 150%;
}
/* Custom HTML - User 37 - Specials */
.specials-container {
	position: relative;
	overflow: hidden;
	padding: 5%;
}
.specials-container h2 {
	font-size: 42px;
}
.specials-container h2, .specials-container p {
	position: relative;
	z-index: 2;
	color: #fff;
}
.specials-container p {
	font-weight: 600;
}
.specials-inner {
	padding: 32px 42px;
	border: 4px solid #fff;
	position: relative;
	z-index: 2;
	color: #fff;
}
/* ACYMAILING Module - User 42 - Get Connected */
.newsletter_bbintro h2 {
	font-size: 42px;
}
.acymailing_module_form .acymailing_introtext {
	margin-top: 18px!important;
}
table.acymailing_form label {
	color: #fff!important;
	font-size: 18px;
}
td.acyfield_name input, td.acyfield_email input {
	color: #fff!important;
	border: 2px solid #fff!important;
	background: transparent!important;
	outline: none!important;
	border-radius: 0px!important;
}
td.acysubbuttons input.button.subbutton.btn.btn-primary {
	font-size: 16px;
	color: #fff;
	border: 2px solid #fff;
	padding: 12px 56px;
	display: inline-block !important;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.40)!important;
	border-radius: 0px;
	margin-left: 46px;
}
div.acymailing_module, .acymailing_module div {
	padding: 60px!important;
	margin-top: 40px;
	text-align: center;
}
.newsletter_bbintro h2, .newsletter_bbintro p, .newsletter_bboutro h2, .newsletter_bboutro p {
	color: #fff;
}
a.acymailing_togglemodule {
	font-size: 16px;
	color: #fff;
	border: 2px solid #fff;
	padding: 12px 56px;
	display: inline-block!important;
	text-transform: uppercase;
}
/* YouTube Background Video - Debug  */
.playerBox {
	margin-left: 0px!important;
	margin-top: -48px!important;
}
/* ----------------------------------------------*/
/* 06 - Plugin Styles / Overrides
/* ----------------------------------------------*/
/* Image Gallery */
.imagegalleryplg img {
	max-width: 33.33%;
	margin: 0 !important;
	border: 0 solid #ccc !important;
	padding: 0 !important;
	-moz-box-shadow: 0 0 0 0 #fff !important;
	-webkit-box-shadow: 0 0 0 0 #fff !important;
	box-shadow: 0 0 0 0 #fff !important;
}
/* X-Stream Video */
.xtream {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	
	height: 0;
}
.xtream embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* -----------------------------------------------*/
/* 07 - Bootstrap Styles / Overrides
/* ----------------------------------------------*/
.com_content .item-page .pager li >a, .pager li >span {
	border-radius: 3px !important;
}
/* ----------------------------------------------*/
/* 08 - Mobile / Responsive CSS 
/* ----------------------------------------------*/
/* MOBILE */
.mmobile {
	text-align: center;
	padding: 0 24px;
}
body.mobile {
	padding: 0;
	width: 100%;
	background: #fff;
}
body.mobile #mobile {
	background: #fff;
}
img#videomobile {
	display: none;
}