-* {
	margin: 0;
}

/*

@font-face {
	font-family: 'gothamblack';
	src: url('../fonts/gotham-black-webfont.eot');
	src: url('../fonts/gotham-black-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gotham-black-webfont.woff') format('woff'),
	url('../fonts/gotham-black-webfont.ttf') format('truetype'),
	url('../fonts/gotham-black-webfont.svg#gothamblack') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gothamlight';
	src: url('../fonts/gotham-light-webfont.eot');
	src: url('../fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gotham-light-webfont.woff') format('woff'),
	url('../fonts/gotham-light-webfont.ttf') format('truetype'),
	url('../fonts/gotham-light-webfont.svg#gothamlight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gothambook';
	src: url('../fonts/gotham-book-webfont.eot');
	src: url('../fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gotham-book-webfont.woff') format('woff'),
	url('../fonts/gotham-book-webfont.ttf') format('truetype'),
	url('../fonts/gotham-book-webfont.svg#gothambook') format('svg');
	font-weight: normal;
	font-style: normal;
}

*/

body {
	background: none repeat scroll 0 0 #eaeaea;
	text-rendering: optimizelegibility;
	font-size: 0.843em;
	line-height: 1.4;
	min-width: 960px;
	margin: 0;
	letter-spacing: -0.02em;
	padding: 0;
	letter-spacing: normal;
	color: #7E7E7E;
	-webkit-font-smoothing: antialiased;
	/* -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;*/
}

#contentarea {
	text-shadow: 0 0 1px rgba(51, 51, 51, 0.2);
}

#page {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: auto;/*margin-top:-18px;*/
	max-width: 1006px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

::-moz-selection {
	background: #545454;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #075554;
	color: #fff;
	text-shadow: none;
}

a, .btn {
	color: #075554;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.entry-content a {
	border-bottom: 1px solid #075554;
}

.entry-content h3 a, .entry-content h2 a, .entry-content h4 a {
	border-bottom: none;
}

.entry-content a.btn {
	border-bottom: none;
}

.entry-content a:hover {

}

.bdr-bottom {
	border-bottom: 1px solid #949896;
}

.entry-content .org-partner {
	margin-bottom: 17px;
/*	margin-top: 34px; */
}

.entry-content .org-partner li:first-child {
	margin-right: 7px;
}

.entry-content .org-partner > li {
	color: #4F4E4E;
	display: inline-block;
	font-size: 0.78em;
	font-weight: bold;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
	color: #5EA6A0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	color: #4D4C4C;
	font-weight: 600;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e8e8e8;
	margin: 1em 0;
	padding: 0;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before, q:after {
	content: "";
	content: none;
}

small {
	font-size: 85%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

dd {
	margin: 0 0 0 40px;
}

nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
	white-space: normal;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button, input {
	line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

button[disabled], input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*width: 13px;
	*height: 13px;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
	background-color: #f0dddd;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}

img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

object {
	max-width: 100%;
	width: auto\9;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

img.imgborder, .imgborder:not(.thumb) img {
	max-width: 98%;
	width: 98%;
}

input, textarea, select {
	border: 1px solid #dcdcdc;
	background: #ffffff;
	color: #b2aca8;
	font-size: 11px;
	padding: 8px 13px 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

select {
	padding: 0;
}

input:focus, textarea:focus, select:focus {
	outline: none;
}

.key-speaker {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.photo {
	float: left;
	margin-right: 6%;
	width: auto;
}

.speaker-info > h3 {
	margin-top: 0;
}

.speaker-info {
	float: right;
	width: 55%;
}

.speaker-list img{
	width: 81%;
}

.speaker-list h4{
	font-weight: 600;
}

.key-speaker > li {
	margin-bottom: 16px;
	overflow: hidden;
}

img.imgborder, .imgborder img, a.imgborder>span.placeholder, .imgborder-f {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 4px;
	display: inline-block;
}

img.img-circle{
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 100%;
	/* Firefox 1-3.6 */
	-moz-border-radius: 100%;
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 100%;
}

.program h2.section-heading {
	color: #FFFFFF;
}

.program h3 {
	color: #FFFFFF;
	margin-bottom: 9px;
}

.program h3 a {
	color: #075554;
}

.w-center {
	padding: 0 200px;
	text-align: center;
	margin-top: 34px;
}

.program img.imgborder {
	background-color: #fff;
	border: 1px solid #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 7px;
	display: inline-block;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .04)
}

span.placeholder {
	background-color: #ebeaea;
	width: 20px;
	height: 20px
}

p {
	margin: 0;
	padding: 0 0 20px;
}

/* HEADINGS
--------------------------------------------------------- */
h1, h2, h3, h4 {
	color: #2D2C2C;
	letter-spacing: normal;
}

h5 {
	color: #333333;
	font-size: 1em;
	font-weight: 700;
}

h1 {
	font-weight: 700;
	font-size: 2.2em;
	margin: 0 0 5px 0;
	line-height: 1.3;
}

h2 {
	font-weight: 700;
	font-size: 1.9em;
	margin: 0 0 20px 0;
	line-height: 1.4;
}

h3 {
	font-weight: 700;
	font-size: 1.2em;
	margin: 0 0 20px 0;
	line-height: 1.4;
}

h4 {
	font-weight: 700;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	line-height: 1.4;
}

h5{
	font-weight: 600;
	font-size: 1em;
	margin: 0 0 10px 0;
	line-height: 1.4;
}

/***** Standard 960px *****/
.row {
	margin: 0 auto;
	width: 960px;
}

.row .row {
	margin: 0 -16px 0 -16px;
	width: auto;
}

.grid_1 {
	width: 48px;
	margin: 0 16px 0 16px;
	float: left;
	display: inline;
	position: relative
}

.grid_2 {
	width: 128px;
	margin: 0 16px 0 16px;
	float: left;
	display: inline;
	position: relative
}

.grid_3 {
	width: 208px;
	margin: 0 16px 0 16px;
	float: left;
	display: inline;
	position: relative
}

.grid_4 {
	width: 288px;
	margin: 0 16px 0 16px;
	float: left;
	display: inline;
	position: relative;
	min-height: 1px;
}

.grid_4_clear:nth-child(3n+1) {
	margin: 0;
	clear: both;
}
.grid_4_clear_2:nth-child(2n+1) {
	margin: 0;
	clear: both;
}
.span4.nml{
	margin-left: 0;
}

.span4.nmr{
	margin-right: 0;
}

.span4{
	width: 288px;
	margin: 0 16px 0 16px;
	float: left;
	display: inline;
	position: relative;
	min-height: 1px;
}

.grid_5 {
	width: 368px;
	margin: 0 16px 0 16px;
	float: left;
	display: inline;
	position: relative
}

.grid_6 {
	width: 448px;
	margin: 0 16px 0 16px;
	float: left;
	display: inline;
	position: relative;
	min-height: 1px;
}

.grid_7 {
	width: 528px;
	margin: 0 16px 0 16px;
	float: left;
	display: inline;
	position: relative
}

.grid_8 {
	width: 608px;
	margin: 0 16px 0 16px;
	float: left;
	display: inline;
	position: relative;
	min-height: 1px;
}

.grid_9 {
	width: 688px;
	margin: 0 16px 0 16px;
	float: left;
	display: inline;
	position: relative
}

.grid_10 {
	width: 768px;
	margin: 0 16px 0 16px;
	float: left;
	display: inline;
	position: relative
}

.grid_11 {
	width: 848px;
	margin: 0 16px 0 16px;
	float: left;
	display: inline;
	position: relative
}

.grid_12 {
	width: 928px;
	margin: 0 16px 0 16px;
	float: left;
	display: inline;
	position: relative
}

.space_1 {
	margin-left: 96px;
}

.space_2 {
	margin-left: 176px;
}

.space_3 {
	margin-left: 256px;
}

.space_4 {
	margin-left: 336px;
}

.space_5 {
	margin-left: 416px;
}

.space_6 {
	margin-left: 496px;
}

.space_7 {
	margin-left: 576px;
}

.space_8 {
	margin-left: 656px;
}

.space_9 {
	margin-left: 736px;
}

.space_10 {
	margin-left: 816px;
}

.space_11 {
	margin-left: 896px;
}

/* HEADER */
.header_top {
}

.header_bottom {
	padding-top: 15px;
}

header h1 {
	padding: 0;
	margin: 0;
}

header .row {
	position: relative
}

.logo {

}

.logo a {
	font-size: 44px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 34px;
}

.logo span, .logo img {
	padding: 0;
}

header .widget {
	padding: 35px 0 15px
}

header .ribbon_holder {
	position: absolute;
	top: 0;
	right: 0;
	width: 88px;
	height: 79px;
}

header .ribbon_bg {
	width: 88px;
	height: 74px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: url('../images/ribbon_bg.png') no-repeat 0 100%;
	-webkit-transition: height 0.2s linear 0s;
	-moz-transition: height 0.2s linear 0s;
	transition: height 0.2s linear 0s;
}

header .ribbon {
	width: 0;
	height: 37px;
	display: block;
	position: absolute;
	top: 0;
	border-bottom: 16px solid transparent;
	z-index: 2;
	-webkit-transition: height 0.2s linear 0s;
	-moz-transition: height 0.2s linear 0s;
	transition: height 0.2s linear 0s;
}

header .ribbon span {
	width: 88px;
	height: 76px;
	display: block;
	text-indent: -9999em;
	position: absolute;
	top: -13px;
	left: -20px;
	right: -20px;
	bottom: -16px;
	background: url('../images/button_register.png') no-repeat 0 100%;
	-webkit-transition: height 0.2s linear 0s;
	-moz-transition: height 0.2s linear 0s;
	transition: height 0.2s linear 0s;
	text-align: left;
}

header .ribbon:hover {
	height: 43px;
}

header .ribbon:hover span {
	height: 79px;
}

header .ribbon_holder:hover .ribbon_bg {
	height: 79px;
}

.main_menu_select {
	display: none;
	margin-top: 15px
}

.mainmenu {
	padding-bottom: 10px
}

.mainmenu_inner {
}

.main_menu_select {
	display: none;
	margin-top: 15px
}

.mainmenu {
	padding-bottom: 5px;
	padding-top: 17px;
}

#menu-secondary {
	float: right;
	padding-top: 12px;
}

.social-icons {
	margin: 11px 0 0;
	padding-left: 0;
	text-align: right;
}

.connected .social-icons {
	float: left;
	padding-left: 0;
}

ul.social-icons li {
	display: inline-block;
	list-style: none outside none;
	margin-left: 7px;
}

.shortcut-ext-link {
	list-style: none outside none;
	margin: 12px 0 0;
	padding: 0;
	text-align: right;
}

.btn.reg {

}

.link-reg {
	text-align: right;
	padding-top: 25px;
}

.btn.reg1 {
	float: right;
	padding: 0.51em 1em 0.6em !important;
	width: 100%;
}

.btn.reg2 {
	margin-left: 250px;
}

.register-btn {
	border-top: 3px solid #949896;
	float: right;
	margin-bottom: 11px;
	margin-left: 15px;
	margin-top: 7px;
/*	padding-top: 19px; */
    padding-top: 10px;
	width: 29%;
	text-shadow: none;
	font-size: 0.78em;
	font-weight: bold;
}

.register-btn > p {

}

.shortcut-ext-link li {
	display: inline-block;
	margin-left: 10px;
}

.shortcut-ext-link li a {
	color: #8FEAA0;
	font-size: 0.9em;
	font-weight: 300;
}

.shortcut-ext-link li a:hover {
	color: #B0B0B0;
}

#menu-secondary li:last-child {
	margin-right: 0;
}

#menu-secondary li {
	display: inline-block;
	margin-right: 15px;
}

#menu-secondary li a {
	color: #605C5C;
}

#menu-secondary li a:hover {
	color: #B0B0B0;
}

#menu-secondary li.current-menu-item a {
	color: #B0B0B0;
}

.mainmenu_inner {
}

.main_menu {
}

.main_menu ul {
}

.menu_left .main_menu {
	float: left;
}

.menu_left .main_menu ul {
	left: -14px;
}

.hover, .hoverL, .hoverR {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.main_menu .hover {
}

.main_menu .hoverL {
}

.main_menu .hoverR {
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height: 1.0;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 207px; /* left offset of submenus need to match (see below) */
	background: #FFFFFF;
}

.sf-menu ul.sub-menu li a {
	color: #606060;
	font-size: 13px;
	line-height: 130%;
	padding: 10px 12px;
	text-transform: none;
}

.sf-menu ul li {
	float: none;
	background: url('../images/bg_dropdown_item.png') no-repeat 50% 100%;
	transition: background 100ms ease-in-out;
	-webkit-transition: background 100ms ease-in-out;
	-moz-transition: background 100ms ease-in-out;
	-o-transition: background 100ms ease-in-out;
	position: relative;
}

.sf-menu li:hover {
	visibility: inherit;
}

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu>li:hover>ul, .sf-menu>li.sfHover>ul {
	left: -17px;
	top: 25px; /* match top ul list item height */
	z-index: 999;
}

.sf-menu>li:hover>ul:before, .sf-menu>li.sfHover>ul:before {
	content: '';
	position: absolute;
	margin: -11px 0 0 42px;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #eeeeee;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 194px; /* match ul width */
	top: -5px;
	z-index: 1000;
}

ul.sf-menu li li:hover ul:before, ul.sf-menu li li.sfHover ul:before {
	content: '';
	position: absolute;
	margin: 11px 0 0 -6px;
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #eeeeee;
}

ul.sf-menu li li:hover ul.sfRight:before, ul.sf-menu li li.sfHover ul.sfRight:before {
	content: '';
	position: absolute;
	margin: 11px 0 0 207px;
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #eeeeee;
	border-right: none
}

.sf-menu>li {
	padding: 0;
	margin: 0;
}

.sfHover a {
	position: relative;
}

.sf-menu>li>a {
	vertical-align: middle;
	display: table-cell;
	padding-right: 19px;
	padding-bottom: 10px
}

.sf-menu>li.menu-item-has-children>a:after {
	content: "\f107";
	font-family: 'FontAwesome';
	text-decoration: inherit;
	margin-left: 4px;
	font-weight: 400;
	font-size: 0.82em;
}

.sf-menu ul {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .06), 2px 2px 0 0 rgba(0, 0, 0, .05), 3px 3px 0 0 rgba(0, 0, 0, .03), 2px 2px 0 2px rgba(0, 0, 0, .03), 0 0 0 1px rgba(0, 0, 0, .01), 0 0 0 2px rgba(0, 0, 0, .01), 2px 2px 0 3px rgba(0, 0, 0, .01);
	padding: 5px 0;
}

.sf-menu a {
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.sf-menu a:hover {
	color: #B0B0B0;
}

.sf-menu ul li.dropdown:before {
	content: '';
	display: block;
	width: 4px;
	height: 8px;
	background: url('../images/bg_dropdown.png') no-repeat 0 0;
	right: 18px;
	top: 50%;
	position: absolute;
	margin-top: -4px
}

.row-full {
	margin: 0 30px;
	overflow: hidden;
	padding: 8px 0;
}

header {
	background: none repeat scroll 0 0 #00685F;
}

.head-box {
	background: none repeat scroll 0 0 #075554;
}

#hero-news {
	background: none repeat scroll 0 0 #FFFFFF;
	padding-top: 30px;
}

.firstcharacter {
	color: #075554;
	float: left;
	font-size: 35px;
	font-weight: 400;
	line-height: 33px;
	padding-left: 3px;
	padding-right: 7px;
	padding-top: 2px;
}

.block {
	margin-bottom: 0px;
}

section {
	padding: 20px 0;
}

.hero-text {
	float: left;
	padding-top: 11%;
	width: 50%;
}

.hide-desktop{
	display: none;
}

.row-full > h4 {
	color: #FFFFFF !important;
	float: left;
	font-size: 17px;
	font-weight: 600 !important;
	text-transform: uppercase;
	width: auto;
	margin-bottom: 0;
	letter-spacing: -0.04em;
	margin-top: 0;
}

.more-link {
	float: right;
	width: auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	white-space: nowrap;
}

.head-box .more-link a {
	border: 1px solid #4A7E7D;
	color: #FFFFFF;
	font-size: 11px;
	padding: 3px 8px;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-ms-border-radius: 0.25em;
	-o-border-radius: 0.25em;
	border-radius: 0.25em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	white-space: nowrap;
}

.program {
	background: none repeat scroll 0 0 #33C36C;
	color: #FFFFFF;
}

.program a {
	color: #075554;
}

.news-wrap {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.news-wrap p {
	float: right;
	width: 68%;
	padding-bottom: 0;
}

.news-wrap.related {
	margin-left: -4%;
}

.news-wrap.related > li {
	margin-left: 4%;
	width: 46%;
}

.news-wrap h4, .news-wrap2 h4 {
	line-height: 1.25;
	margin-bottom: 2px;
}

.second-sidebar .news-wrap h4 {
	float: right;
	width: 67%;
}

.date-time {
	color: #22715E;
	font-size: 17px;
}

.news-wrap h4 a, .news-wrap2 h4 a {
	font-size: 13px;
	font-weight: 400;
}

.news-wrap h4 a.speaker-title {
	font-weight: 600;
}

.videos {
	margin-bottom: 20px;
}

.news h4 {
	margin-top: 3px;
}

.news > li {
	float: left;
	margin-right: 2.6%;
	position: relative;
	width: 23%;
}

.news h4 {
	margin-top: 8px;
}

.news > li:last-child {
	margin-right: 0;
}

.col-1 {
	border-right: 1px solid #DEDEDE;
	float: left;
	margin-right: 11px;
	padding-right: 11px;
	padding-top: 8px;
	width: 48%;
}

.video-wrap {
	list-style: none outside none;
	margin: 0 0 0 -29px;
	padding: 0;
}

.video-wrap > li {
	display: inline-block;
	margin-bottom: 7px;
	margin-left: 29px;
	position: relative;
	vertical-align: top;
	width: 40.4%;
}

.news-carousel-second > li {
	float: left;
	margin-right: 2.6%;
	width: 23%;
}

.entry-date {
	color: #898988;
}

.news-carousel-second {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.section-subheading-welcome {
	color: #3E5148;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 154%;
	text-shadow: none;
}

.section-subheading {
	color: #799182;
	font-size: 18px;
	font-weight: 600;
	line-height: 152%;
}

.program .section-subheading {
	color: #FFFFFF;
}

.news-carousel > li {
	border-bottom: 1px dotted #78D9A7;
	margin-bottom: 14px;
	overflow: hidden;
}

.news-carousel > li:nth-child(3n) {
	border-bottom: none;
}

.post_title_area .placeholder-img {
	float: left;
	width: 21%;
}

.placeholder-img {
	margin-bottom: 5px;
	margin-right: 0;
	position: relative;
}

.news-wrap > li {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

.news-wrap .placeholder-img {
	float: left;
	margin-right: 8%;
	width: 24%;
}

.news-wrap2 > li {
	float: left;
	margin-bottom: 10px;
	width: 50%;list-style: none;
}
.news-wrap2 > li:first-child {
	float: left;
	margin-bottom: 10px;
	width: 50%;
}

.news-wrap2 .placeholder-img2 {
	float: left;
	margin-right: 8%;
	width: 24%;padding-left: 0%;
}

.news-wrap2 h4 {font-weight: normal !important}
.caption, .wp-caption-text {
	color: #9FA35C;
	font-size: 0.9em;
	margin-bottom: 0;
	margin-top: 8px;
}

#attachment_466 {
	margin-right: 0;
	width: 100% !important;
}

.half {
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: top;
	width: 49%;
}

.donors .logo-list > li:last-child {
	margin-right: 0;
}

.flickr_badge_image img {
	width: 100%;
}

#flickr_badge_wrapper {
	display: inline-block;
	list-style: none outside none;
	margin: 0 0 0 -4.7%;
	padding: 0;
}

.flickr-image {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.donors .logo-list > li:last-child {
	margin-right: 0;
}

.maincontent h4 {

}

#flickr_badge_wrapper > .flickr_badge_image {
	display: inline-block;
	margin-bottom: 11px;
	margin-left: 4.7%;
	margin-right: 0;
	width: 19.6%;
}

#multimedia-photo #flickr_badge_wrapper {
	display: inline-block;
	margin-left: -1.1%;
}

#multimedia-photo .flickr_badge_image {
	display: inline-block;
	margin-bottom: 11px;
	margin-left: 1.1%;
	margin-right: 0;
	width: 10%;
}

.flickr-wrapper {
	padding-top: 0;
}

.flickr {
	border-top: 1px solid #EAEAEA;
	padding-top: 18px;
}

ul.news-wrap .fa-play-circle {
	bottom: 10px;
	color: #FFFFFF;
	font-size: 19px;
	left: 10px;
	position: absolute;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.placeholder-img > p {
	padding-bottom: 5px;
}

.news-carousel-second .placeholder-img {
	width: auto;
}

.category-news .placeholder-img {
	margin-right: 33px;
	width: 20%;
}

.blog-post {
	float: right;
	width: 73%;
}

.news-list .entry-date {
	color: #FEFEFE;
}

.news-list .news-carousel {
	display: none;
}

.news-list .caroufredsel_wrapper .news-carousel {
	display: block;
}

.main-reg {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9);
}

.news-carousel h4 a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700 !important;
	letter-spacing: normal;
}

#hero-news .title {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 13px;
}

.main-reg h4 {
	color: #FFFFFF;
}

.tagline {
	color: #F7FE07;
	font-size: 16px;
	margin-bottom: 11px;
}

.btn {
	background: #33c36c;
	border: 2px solid #33c36c;
	color: #FFF;
	display: inline-block;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: normal !important;
	overflow: hidden;
	padding: 0.51em 1.3em 0.6em;
	position: relative;
	vertical-align: top;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-ms-border-radius: 0.25em;
	-o-border-radius: 0.25em;
	border-radius: 0.25em;
	/*background: -webkit-gradient(linear, 0% 100%, 100% 0%, color-stop(0%, #ff1144), color-stop(100%, #ff3327));
	background: -webkit-linear-gradient(bottom left, #ff1144, #ff3327);
	background: -moz-linear-gradient(bottom left, #ff1144, #ff3327);
	background: -o-linear-gradient(bottom left, #ff1144, #ff3327);
	background: linear-gradient(bottom left, #ff1144, #ff3327);*/
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	white-space: nowrap;
}

.light {
	color: #3F621C;
	letter-spacing: normal;
	text-shadow: none;
	text-transform: none;
	font-weight: 300;
}

.dark {
	background: none repeat scroll 0 0 #075554;
	border: 2px solid #075554;

}

.program a.dark {
	color: #FFFFFF;
}

.btn.orange.dark:hover {
	background: none repeat scroll 0 0 #0C4D47;
	border: 2px solid #0C4D47;
}

.cn {
	background-color: #063D33;
	border: 2px solid #063D33;
}

.btn:hover {
	background: none repeat scroll 0 0 #0C4D47;
	color: #FFFFFF;
	border: 2px solid #0C4D47;
}

.bt-1 .btn-group {
	padding: 18px 35px;
}

.button-group-right > h4 {
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 8px;
	margin-top: -5px;
}

.button-group-right, .button-group-left {
	margin-top: 18px;
}

.button-group-left {
	float: left;
	margin-right: 2%;
	width: 18%;
}

.line {
	background: none repeat scroll 0 0 transparent;
	border: 2px solid #FFFFFF;
}

/* TITLE */
.gray_line {

}

.gray_line .widget {
	padding: 25px 0
}

#pagetitle h1 {

}

#pagetitle .extratitle {
	opacity: .5;
	font-size: 14px;
	font-style: italic;
	padding: 25px 0 12px
}

#breadcrumbs {
	color: #A09D9D;
	font-size: 0.8em;
	min-height: 18px;
	padding: 13px 0;
	/* background: -webkit-gradient(linear, 0% 100%, 100% 0%, color-stop(0%, #176766), color-stop(100%, #20ad6b));
		background: -webkit-linear-gradient(bottom left, #176766, #20ad6b);
		background: -moz-linear-gradient(bottom left, #176766, #20ad6b);
		background: -o-linear-gradient(bottom left, #176766, #20ad6b);
		background: linear-gradient(bottom left, #176766, #20ad6b);
		text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);*/
}

.whitearea {
	background: none repeat scroll 0 0 #FFFFFF;
	height: 7px;
	margin-top: 11px;
	-moz-box-shadow: 0 -3px 2px #378066;
	-webkit-box-shadow: 0 -3px 2px #378066;
	box-shadow: 0 -3px 2px #378066;
}

.single-th_events #breadcrumbs {
	padding: 10px 0
}

#breadcrumbs a {
	color: #555252;
	text-decoration: none;
}

/* SLIDESHOW */
.rev_slider iframe {
	border: none;
}

#jcyclemain {
	display: none;
	overflow: hidden
}

.bgimage {
	padding: 55px 0 62px;
	position: relative;
}

.slide_link_whole {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.cycle_content {
	font-size: 16px;
}

.jcyclemain .cycle_image .holder {
	display: inline-block;
	padding: 35px;
	background: url('../images/bg_cycle_image.png') repeat-x 0 0;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.jcyclemain.hide_frame .cycle_image .holder {
	padding: 0;
	background: none;
	display: block
}

.jcyclemain .cycle_image.right .holder {
	text-align: right
}

.jcyclemain .cycle_image img {
	margin: 0 auto;
	display: block;
	background: #fff;
	padding: 14px;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, .3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.jcyclemain.hide_frame .cycle_image img {
	background: none;
	padding: 0;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.lt-ie9 .jcyclemain .cycle_image img {
	width: auto;
	max-width: none
}

.jcyclemain .cycle_image.left img, .jcyclemain .cycle_image.right img {
	height: 235px;
	width: 350px;
}

.jcyclemain.hide_frame .cycle_image.left img, .jcyclemain.hide_frame .cycle_image.right img {
	height: auto;
	width: auto;
	max-width: 100%
}

.jcyclemain .cycle_image.full img {
	height: 275px;
	width: 830px;
}

.cycle_content h3.entry-title {
	margin: 0 0 15px;
	font-size: 48px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 43px;
	display: inline-block;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	letter-spacing: -2px
}

.cycle_content.right {
	text-align: right
}

.center {
	text-align: center;
}

.cycle_content.center {
	text-align: center
}

#navjcycle {
	background: url('../images/bg_breadcrumbs.png') repeat-x 0 100%;
	text-align: center;
	margin-top: -25px;
	position: relative;
	z-index: 150
}

#navjcycle span {
	display: inline-block;
	margin: 8px auto 5px;
	height: 7px
}

#navjcycle a {
	text-indent: -9999px;
	margin: 0 4px 0;
	display: block;
	width: 7px;
	height: 7px;
	float: left;
	background: url('../images/bg_dots.png') no-repeat 100% 0;
	text-align: left;
}

#navjcycle a:hover, #navjcycle a.activeSlide {
	background: url('../images/bg_dots.png') no-repeat 0 0;
}

.cycle_content h3.entry-title, .cycle_content .entry-content, .cycle_image {
	visibility: hidden;
	opacity: 0;
	color: #FFF
}

a.cycle_btn {
	background: #231b1c url('../images/i_arrow.png') no-repeat 100% 9px;
	color: rgba(255, 255, 255, 0.75) !important;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 32px 6px 12px;
	display: inline-block;
	box-shadow: 0 1px 0 0 #272122, 0 2px 0 0 #000, 0 3px 0 0 #221a1b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

a.cycle_btn:hover {
	margin-top: 7px;
	margin-bottom: 8px;
	box-shadow: none;
}

.bgimage {
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.bgimage.fixed {
	max-width: 960px;
	margin: 0 auto
}

.bgimage.repeat {
	background-repeat: repeat
}

.bgimage.repeatx {
	background-repeat: repeat-x
}

.bgimage.repeaty {
	background-repeat: repeat-y
}

.bgimage.left {
	background-position: 0 0
}

.bgimage.right {
	background-position: 100% 0
}

.bgimage.middle {
	background-position: 50% 50%
}

.bgimage.bottom {
	background-position: 50% 100%
}

.bgimage.left.middle {
	background-position: 0 50%
}

.bgimage.left.bottom {
	background-position: 0 100%
}

.bgimage.right.middle {
	background-position: 100% 50%
}

.bgimage.right.bottom {
	background-position: 100% 100%
}

#jcyclemain_navigation {
	position: relative;
	display: none;
}

#jcyclemain_navigation a span {
	display: none
}

#slide_prev, #slide_next {
	display: block;
	height: 100px;
	width: 100px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	z-index: 1000
}

#slide_prev {
	left: -100px;
	background: url('../images/slide_navigation.png') no-repeat 0 0;
	cursor: pointer;
}

#slide_next {
	right: -100px;
	background: url('../images/slide_navigation.png') no-repeat 0 100%;
	cursor: pointer;
}

#slide_prev:hover, #slide_next:hover {
	background-color: #292420;
	background-color: rgba(41, 36, 32, .12);
}

.slider1, .slider2, .slider3, .slider4, .slider5 {
	display: none;
}

.main-slider{
	margin-bottom: 22px;
}

.wrap-themeslider {
	position: relative;
}

.nav-item > a:hover {
	color: #3ec6ba;
}

.themeslider ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.themeslider h4 {
	display: none;
}

.themeslider .slides li {
	color: #898888;
}

.flexslider-manual-controls {
	background-color: #2c2c2c;
	border-top: 8px solid #232323;
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.nav-item a.flex-active {
	border-top: 8px solid #3ec6ba;
	margin-top: -8px;
	background: none repeat scroll 0 0 #262424;
	color: #3ec6ba;
}

.themeslider.flexslider {

}

.themeslider h5 {
	background: none repeat scroll 0 0 rgba(60, 213, 185, 0.8);
	bottom: 5px;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 7px;
	max-width: 89%;
	padding: 8px 10px;
	position: absolute;
	right: 10px;
}

.nav-item {
	border-right: 1px solid #393535;
	float: left;
	position: relative;
	width: 33.1%;
}

.nav-item:last-child {
	border-right: medium none;
}

.nav-item a {
	color: #C5C5C5;
	display: block;
	font-size: 13px;
	line-height: 14px;
	padding: 10px;
	height: 46px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

a.flex-active .arrow-up {
	border-bottom: 9px solid #3ec6ba;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	visibility: visible;
	z-index: 3;
}

.arrow-up {
	border-bottom: 9px solid #3ec6ba;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
}

.arrow-up {
	height: 0;
	left: 44%;
	position: absolute;
	top: -17px;
	width: 0;
	visibility: hidden;
}

.summit-news p {
	font-size: 13px;
	font-weight: 600;
	line-height: normal;
}

.theme {
	color: #075554;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

.head-title, .footer-first h3 {
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.summit-news {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.theme-content > h4 {
	font-size: 13px;
	font-weight: 400;
}

.theme-icon-left {
	border-bottom: 1px dotted #BFE4D2;
	margin-bottom: 7px;
	min-height: 39px;
	padding-bottom: 0;
}

.theme-icon-left:last-child {
	border-bottom: medium none;
}

.theme-icon {
	background: none repeat scroll 0 0 #48C69E;
	border-radius: 50%;
	color: #FFFFFF;
	float: left;
	font-size: 1.2em;
	font-weight: 600;
	height: 30px;
	margin-top: 2px;
	padding-top: 2px;
	text-align: center;
	width: 33px;
}

.theme-content {
	padding-left: 48px;
}

.theme-pdetail {
	padding-bottom: 0;
}

.theme-picon {
	background: none repeat scroll 0 0 #48C69E;
	border-radius: 50% 50% 50% 50%;
	color: #FFFFFF;
	float: left;
	font-size: 1.5em;
	font-weight: 700;
	height: 40px;
	margin-top: 3px;
	padding-top: 2px;
	text-align: center;
	width: 42px;
}

.theme-pcontent {
	padding-left: 55px;
}

.first-sidebar {
	float: left;
}

.first-sidebar.news {
	margin-right: 7%;
	width: 56%;
}

.second-sidebar.photos {
	width: 37%;
}

.section-subheading-welcome > p {
	font-size: 1em;
	line-height: 19px;
	padding-bottom: 14px;
}

.second-sidebar {
	float: left;
}

.more {
	display: block;
	font-size: 12px;
	text-align: right;padding-bottom: 5px;
}

.sm-theme {
	background: none repeat scroll 0 0 #3EC6BA;
	color: #FFFFFF;
	padding: 6px 11px;
}

.sm-wp {
	text-align: center;
}

.themes {

}

/* MAP */
/* Container div for the map */
.location-map-container {
	overflow: none !important;
	margin: 0 !important;
	padding: 0px !important;
	border-top: 1px solid #fff;
	background: #fff
}

/* Div on which the map is rendered */
.location-map-canvas {
	overflow: hidden !important;
	padding: 0px !important;
	margin: 0px;
	color: black !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-attachment: scroll !important;
	background-image: url(../images/loading.gif);
}

/* Map images returned from google - these setting are required or map will not render correctly */
.location-map-canvas img {
	background-color: transparent !important;
	max-width: none !important;
	max-height: none !important;
	visibility: inherit !important;
	padding: 0px !important;
	margin: 0px !important;
}

.fa-gmap img {
	max-width: none !important;
}

.gm-style-iw h3 {
	margin-bottom: 7px;
}

.gm-style div, .gm-style span, .gm-style label, .gm-style a {
	font-family: "Open Sans";
}

/* Panel */
.location-map-canvas-panel {
	overflow: hidden !important;
}

/* Drop shadow for canvas panel */
.location-map-canvas-panel-shadow {
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
}

/* Infowindow */
.location-map-overlay {
	font-size: 12px !important;
	padding: 0px !important;
	margin: 0px !important;
	color: black !important;
	text-align: center !important;
	line-height: normal !important;
}

/* Set defaults for links in the overlay window */
.location-map-overlay a {
	text-decoration: underline;
}

.location-map-overlay img {
	margin: 3px 3px 3px 3px;
}

/* InfoWindow title */
.location-map-title {
	font-weight: bold;
	margin-bottom: 5px;
}

/* Infowindow body */
.location-map-body {
}

/* Infowindow links */
.location-map-links {
	margin-top: 4px;
	text-align: center;
}

/* Directions <div> */
.location-map-directions {
	display: none;
	overflow: none !important;
	margin: 0px !important;
	padding: 0px !important;
	margin-top: 20px 0 0 0;
}

/* POI list */
.location-map-poi-list {
	overflow-y: auto;
	overflow-x: hidden;
}

.location-map-poi-list table {
	width: 100%;
	line-height: normal;
	font-size: 12px;
}

.location-map-poi-list td {
	padding: 5px !important;
	margin: 0px !important;
	border-bottom: 1px solid ghostwhite;
}

/* POI list marker column */
.location-map-poi-list .location-map-marker {
	width: 32px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	padding: 0 !important;
	margin: 0 !important;
}

/* Travel mode images */
.location-map-a {
	background: url('../images/a.png') no-repeat 0 0;
	width: 22px;
	height: 22px;
	display: block;
	margin: 0 0 -41px 10px;
	position: relative;
	z-index: 2
}

.location-map-b {
	background: url('../images/b.png') no-repeat 0 0;
	width: 22px;
	height: 22px;
	display: block;
	margin: 0 0 -41px 10px;
	position: relative;
	z-index: 2
}

.location-map-txt {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 15px 5px 0;
	box-shadow: 0 0 0 5px #f6f6f6;
	background: #fff;
	padding-left: 45px;
	width: 95%;
	box-sizing: border-box; /* css3 rec */
	-moz-box-sizing: border-box; /* ff2 */
	-ms-box-sizing: border-box; /* ie8 */
	-webkit-box-sizing: border-box; /* safari3 */
	-khtml-box-sizing: border-box; /* konqueror */
}

.location-map-address-error {
	background: url('../images/error.png') no-repeat 98% 5px
}

.location-map-traffic-button {
	border: black 1px solid !important;
	margin-top: 5px !important;
	background-color: white !important;
}

.location-map-traffic-button-inner {
	margin: 2px 4px 2px 4px !important;
	cursor: pointer !important;
	text-align: center !important;
	color: black !important;
	font-size: 12px !important;
	padding: 0px !important;
}

.location-map-traffic-button-inner * {
	margin: 0px !important;
	vertical-align: middle !important;
	padding: 0px !important;
	font-size: 12px !important;
}

/*  Div to contain the editable map */
.location-map-edit-canvas {
	overflow: hidden;
	text-align: center;
	padding: 0px 0px 0px 0px;
	line-height: normal;
	margin: 0 0 0 0;
	color: black;
}

/* Map images returned from google - these setting are required or map will not render correctly */
.location-map-edit-map img {
	background-color: transparent !important;
	max-width: none !important; /* Some themes have max-width/max-height set, which interferes with map */
	max-height: none !important;
}

/* Infowindow */
/* Google's IW size is very limited, and Firefox/IE use different heights for elements.  Fixed height is the only solution. */
#location_map_edit_overlay {
	color: black;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: normal;
	height: 140px;
}

#location_map_edit_overlay_title {
	font-weight: bold;
	width: 80%;
}

#location_map_edit_overlay_body {
	width: 90%;
	height: 75px;
}

#location_map_edit_overlay img {
	width: 32px;
	height: 32px;
	border: 1px solid blue;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

/* Add location panel */
#location_map_add_panel {
	visibility: hidden;
}

#location_map_add_address {
	display: inline;
}

/* Map list panel */
#location_map_maplist_panel {
}

/* Map list edit/delete/insert links */
.location-map-maplist-links {
	font-size: 11px;
	margin-top: 2px;
}

/* Map preview panel */
#location_map_preview_panel {
	width: 100%;
}

/* Left panel - includes map list, adjust, and poi panels */
#location_map_left_panel {
	width: 200px;
	overflow: hidden;
}

#location_map_adjust {
	min-height: 120px !important;
}

/* POI list div */
.location-map-edit-poi-list {
	overflow: auto;
}

.location-map-edit-poi-list table {
	width: 100%;
	white-space: nowrap;
}

/* POI list marker column */
.location-map-edit-poi-list .location-map-marker {
	width: 32px;
	height: 32px;
	text-align: center;
}

.location-map-icon {
	max-width: 32px;
	max-height: 32px;
}

/* Selected row */
.location-map-selected {
	background-color: #FFFF99 !important;
}

.location-map-alternate {
	background-color: #f9f9f9;
}

/* CONTENT AREA */
#main {
	min-height: 200px;
	min-width: 960px;
}

.footer-first hr {
	display: block;
	margin: 14px 0 18px;
}

.th_slideshow #main, .widget_title #main, .is_home #main {

}

/*.page-template-template-rightsidebar-php #main, .layout_right_sidebar #main { background: url('../images/bg_main_right.png') no-repeat 50% 0 }
.page-template-template-leftsidebar-php #main, .layout_left_sidebar #main { background: url('../images/bg_main_left.png') no-repeat 50% 0 }*/
.left-sidebar, .right-sidebar {
	padding-bottom: 33px;
	padding-top: 33px;
}

#pagetitle {

}

.th_slideshow .left-sidebar, .widget_title .left-sidebar, .is_home .left-sidebar, .th_slideshow .right-sidebar, .widget_title .right-sidebar, .is_home .right-sidebar {
	padding-top: 7px;
}

#main .grid_12 .thumb {
	max-width: 914px;
}

#main .grid_8 .thumb {
	max-width: 594px;
}

.wp-caption {
	float: left;
	margin-bottom: 0;
	margin-right: 19px;
	margin-top: 0;
	width: 45% !important;
}

.sticky {
}

#sticky_navigation {
	background: none repeat scroll 0 0 #00685F;
	left: 0;
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 99;
	border: none;
}

.animated {
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.slideDown {
	/* box-shadow: 0 0 2px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .3);*/
	background: none repeat scroll 0 0 #F5F5F5;
	position: fixed !important;
	width: 100%;
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-4em)
	}
	100% {
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes slideDown {
	0% {
		-moz-transform: translateY(-4em)
	}
	100% {
		-moz-transform: translateY(0)
	}
}

@-o-keyframes slideDown {
	0% {
		-o-transform: translateY(-4em)
	}
	100% {
		-o-transform: translateY(0)
	}
}

@keyframes slideDown {
	0% {
		transform: translateY(-4em)
	}
	100% {
		transform: translateY(0)
	}
}

.animated.slideDown {
	-webkit-animation-name: slideDown;
	-moz-animation-name: slideDown;
	-o-animation-name: slideDown;
	animation-name: slideDown
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-4em)
	}
}

@-moz-keyframes slideUp {
	0% {
		-moz-transform: translateY(0)
	}
	100% {
		-moz-transform: translateY(-4em)
	}
}

@-o-keyframes slideUp {
	0% {
		-o-transform: translateY(0)
	}
	100% {
		-o-transform: translateY(-4em)
	}
}

@keyframes slideUp {
	0% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(-4em)
	}
}

.animated.slideUp {
	-webkit-animation-name: slideUp;
	-moz-animation-name: slideUp;
	-o-animation-name: slideUp;
	animation-name: slideUp
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-4em)
	}
}

@-moz-keyframes slideUp {
	0% {
		-moz-transform: translateY(0)
	}
	100% {
		-moz-transform: translateY(-4em)
	}
}

@-o-keyframes slideUp {
	0% {
		-o-transform: translateY(0)
	}
	100% {
		-o-transform: translateY(-4em)
	}
}

@keyframes slideUp {
	0% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(-4em)
	}
}

.animated.slideUp {
	-webkit-animation-name: slideUp;
	-moz-animation-name: slideUp;
	-o-animation-name: slideUp;
	animation-name: slideUp
}

.alt {
	position: relative !important;
}

.gallery-caption {
}

.bypostauthor {
}

.alignright {
	float: right;
	margin: 0 0 15px 15px
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0
}

.aligncenter, .alignnone {
	margin-bottom: 15px;
}

.one_half, .one_third, .one_fourth, .two_third, .three_fourth {
	float: left;
	margin: 0 20px 0 0;
}

.one_half.last, .one_third.last, .one_fourth.last, .two_third.last, .three_fourth.last {
	margin: 0 !important
}

.grid_12 .one_half {
	width: 454px
}

.grid_12 .one_third {
	width: 296px
}

.grid_12 .one_fourth {
	width: 217px
}

.grid_12 .two_third {
	width: 612px
}

.grid_12 .three_fourth {
	width: 691px
}

.grid_9 .one_half {
	width: 334px
}

.grid_9 .one_third {
	width: 216px
}

.grid_9 .one_fourth {
	width: 157px
}

.grid_9 .two_third {
	width: 452px
}

.grid_9 .three_fourth {
	width: 451px
}

.grid_12 .th_events .one_half {
	width: 409px
}

.grid_12 .th_events .one_third {
	width: 266px
}

.grid_12 .th_events .one_fourth {
	width: 195px
}

.grid_12 .th_events .two_third {
	width: 552px
}

.grid_12 .th_events .three_fourth {
	width: 623px
}

.grid_9 .th_events .one_half {
	width: 249px
}

.grid_9 .th_events .one_third {
	width: 159px
}

.grid_9 .th_events .one_fourth {
	width: 115px
}

.grid_9 .th_events .two_third {
	width: 339px
}

.grid_9 .th_events .three_fourth {
	width: 383px
}

a.thumb {
	display: block;
	position: relative
}

a.thumb.listing {
	margin-bottom: 17px
}

figure.gallery-item {
	float: left;
	margin: 0 15px 15px 0;
	position: relative;
}

figure.gallery-item figcaption {
	display: none;
}

.grid_12 .gallery-columns-1 .gallery-item {
	width: 913px
}

.grid_12 .gallery-columns-2 .gallery-item {
	width: 449px
}

.grid_12 .gallery-columns-3 .gallery-item {
	width: 294px
}

.grid_12 .gallery-columns-4 .gallery-item {
	width: 217px
}

.grid_12 .gallery-columns-5 .gallery-item, .grid_12 .gallery-columns-6 .gallery-item, .grid_12 .gallery-columns-7 .gallery-item, .grid_12 .gallery-columns-8 .gallery-item, .grid_12 .gallery-columns-9 .gallery-item {
	width: 166px
}

.grid_9 .gallery-columns-1 .gallery-item {
	width: 593px
}

.grid_9 .gallery-columns-2 .gallery-item {
	width: 289px
}

.grid_9 .gallery-columns-3 .gallery-item, .grid_8 .gallery-columns-4 .gallery-item, .grid_9 .gallery-columns-5 .gallery-item, .grid_9 .gallery-columns-6 .gallery-item, .grid_9 .gallery-columns-7 .gallery-item, .grid_9 .gallery-columns-9 .gallery-item, .grid_9 .gallery-columns-9 .gallery-item {
	width: 166px
}

.gallery-item img {
	max-width: 150px !important
}

.imghover span {
	background: url('../images/i_more.png') no-repeat 50% 50%;
	opacity: 1;
	display: block
}

.autolink .imghover span, .jpg .imghover span, .png .imghover span, .gif .imghover span {
	background: url('../images/i_zoom.png') no-repeat 50% 50%;
}

a.video .imghover span {
	background: url('../images/i_video.png') no-repeat 50% 50%;
}

.grid_8 .thumb img {
	max-width: 592px;
}

.grid_12 .thumb img {
	max-width: 912px;
}

.lightbox {
	position: relative;
	display: inline-block;
	max-width: 100%;
	width: auto;
}

.lt-ie9 .lightbox {
	max-width: 98%
}

/* Gallery single */
.single-th_galleries article span.thumb {
	margin-bottom: 20px;
	display: block
}

.single-th_galleries #main article h1.entry-title, #main .gallery_listing h2.entry-title {
	padding-bottom: 10px;
	background: url('../images/bg_footer_widgets.png') repeat-x 0 100%;
	margin-bottom: 30px;
}

.single-th_galleries article h1.entry-title img, h2.entry-title img {
	margin-top: -5px;
	float: left;
	margin-right: 15px
}

/* Gallery listing */
.gallery_listing .thumb {
	float: left;
	margin: 0 30px 10px 0
}

.grid_8 .gallery_listing .thumb {
	margin-right: 0;
	float: none
}

.grid_8 .gallery_listing .thumb img {
	max-width: 592px
}

#main .gallery_listing h2.entry-title {
	padding-top: 5px;
	font-size: 18px;
	line-height: 18px;
	overflow: hidden;
	margin-bottom: 14px;
}

#main .gallery_listing.small h2.entry-title {
	padding-top: 5px;
	margin-bottom: 8px;
	padding-right: 8px
}

#main .gallery_listing h2.entry-title a {
	text-decoration: none;
}

#main .gallery_listing {
	overflow: hidden;
	padding-bottom: 48px;
}

#main .gallery_listing .buttons {
	background: url('../images/bg_footer_widgets.png') repeat-x 0 0;
	padding-top: 16px;
	overflow: hidden;
	margin-top: 13px
}

#main .gallery_listing.small {
	float: left;
	padding-bottom: 12px
}

#main .gallery_listing.small .thumb {
	float: none;
	margin: 0 0 10px 0
}

#main .gallery_listing.small .thumb img {
	max-width: 272px
}

.gallery_wrap {
	overflow: hidden
}

.clearboth {
	clear: both
}

.row:before, .row:after {
	display: table;
	content: " "
}

.row:after {
	clear: both
}

.row:before, .row:after {
	display: table;
	content: " "
}

.row:after {
	clear: both
}

.row .row .pagination {
	margin-left: 16px;
	margin-right: 16px;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
}

.entry-content * + div.filters {
	margin-top: 17px
}

div.filters {
	border-bottom: 1px solid #e6e5e6;
	margin-bottom: 35px;
}

div.filters ul {
	list-style: none;
	padding: 0;
	margin: 0 0 -1px;
	float: right
}

div.filters ul li {
	float: left;
	padding: 0;
}

div.filters ul li:before {
	content: '' !important
}

div.filters ul li a {
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	display: block;
	padding: 8px 12px 27px;
	border-bottom: 2px solid transparent;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: border, color, background;
	-moz-transition-property: border, color, background;
	transition-property: border, color, background;
	background: url('../images/bg_filter.png') no-repeat 50% 108%
}

div.filters ul li a.selected {
	border-bottom: 2px solid #271e1f;
	background: url('../images/bg_filter.png') no-repeat 50% 100%;
}

/* COMMENTS */
.comments {
	padding-top: 70px
}

.commentlist {
	list-style: none;
	padding: 13px 0 0 0;
}

.commentlist li {
	padding: 0;
	margin: 0 0 25px;
}

.avatars {
	width: 91px;
	float: left;
	position: relative
}

.avatars img {
	max-width: 75px
}

.comment-text {
	padding-left: 104px
}

.comment-reply-link {
	color: #fff;
	text-decoration: none;;
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	background: #3c2e25;
	padding: 4px 9px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.comment-reply-link:hover {
	color: #fff !important;
}

.comment-meta .fn, .comment-meta .fn a {
	display: block;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}

.comment-meta span {
	opacity: .7
}

.comment-entry {
	background: #f8f8f8;
	padding: 10px 14px 0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin-top: 10px
}

.commentlist ul.children {
	list-style: none;
	padding: 25px 0 0 40px;
	margin: 0;
}

#respond {
	padding: 50px 0 0 0;
	clear: both
}

#commentform p {
	padding: 5px 4px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0 0 3px 0;
	overflow: hidden
}

.maincontent {
	padding-top: 0;
	margin-bottom: 20px;
}

.theme-pcontent {
	border-bottom: 1px dashed #DEDEDE;
	margin-bottom: 13px;
	padding-bottom: 13px;
	padding-left: 55px;
}

.nb {
	border: medium none;
}

#commentform p.form-submit {
	margin-top: -6px
}

#commentform p.logged-in-as {
	background: none
}

#commentform input#author {
	float: left;
	background-image: url('../images/i_name.png');
	background-repeat: no-repeat;
	background-position: 9px 7px;
	padding-left: 45px;
	width: 50%;
	box-sizing: border-box; /* css3 rec */
	-moz-box-sizing: border-box; /* ff2 */
	-ms-box-sizing: border-box; /* ie8 */
	-webkit-box-sizing: border-box; /* safari3 */
	-khtml-box-sizing: border-box; /* konqueror */
}

#commentform input#email {
	float: right;
	background-image: url('../images/i_feedburner.png');
	background-repeat: no-repeat;
	background-position: 9px 7px;
	padding-left: 45px;
	width: 49%;
	box-sizing: border-box; /* css3 rec */
	-moz-box-sizing: border-box; /* ff2 */
	-ms-box-sizing: border-box; /* ie8 */
	-webkit-box-sizing: border-box; /* safari3 */
	-khtml-box-sizing: border-box; /* konqueror */
}

#commentform input#url {
	background-image: url('../images/i_website.png');
	background-repeat: no-repeat;
	background-position: 9px 6px;
	padding-left: 45px;
	width: 100%;
	box-sizing: border-box; /* css3 rec */
	-moz-box-sizing: border-box; /* ff2 */
	-ms-box-sizing: border-box; /* ie8 */
	-webkit-box-sizing: border-box; /* safari3 */
	-khtml-box-sizing: border-box; /* konqueror */
}

#commentform textarea {
	width: 100%;
	box-sizing: border-box; /* css3 rec */
	-moz-box-sizing: border-box; /* ff2 */
	-ms-box-sizing: border-box; /* ie8 */
	-webkit-box-sizing: border-box; /* safari3 */
	-khtml-box-sizing: border-box; /* konqueror */
}

#commentform #submit {
	float: right;
	margin: 5px 0 9px 0;
}

/* SINGLE POST */
.postdate {
	float: left;
	margin-right: 10px;
	padding: 0;
	position: relative;
	width: auto;
}

.postdate span {

}

.postdate strong.day {
	display: block;
	width: 67px;
	padding: 24px 0 0 3px;
	text-align: center
}

.postdate strong.month {
	display: block;
	width: 67px;
	padding: 37px 0 0 3px;
	text-align: center
}

.blogtitles {

}

.blogtitles.nodate {
	padding-left: 0;
}

.blogtitles .entry-excerpt p {
	padding: 0;
	margin: 0;
}

.blogtitles a {
	text-decoration: none;
}

.post_title_area {
	overflow: hidden;
	padding-bottom: 12px;
	background: url('../images/bg_footer_widgets.png') repeat-x 0 100%;
}

.speaker .post_title_area {
	overflow: hidden;
	padding-bottom: 0;
	background: transparent;
}

.single .post_title_area {
	margin-bottom: 25px;
	padding-bottom: 6px;
}

.post_title_area h1.entry-title {
	padding: 5px 0 10px;
	margin: 0 !important;
	height: 50px;
	display: table;
	vertical-align: middle
}

.post_title_area .entry-title span {
	height: 50px;
	display: table-cell;
	vertical-align: middle
}

.post_tags, .post_categories {
	padding: 0;
}

#authorbox {
	overflow: hidden;
	margin-top: 10px;
	border: 1px solid #ececec;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .06);
	padding: 17px;
	background: #fdfdfd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#authorbox img {
	float: left;
}

#authorbox div {
	padding-left: 145px;
}

#authorbox p {
	padding: 0;
}

#authorbox p + P {
	padding-top: 10px
}

/* POSTS LISTING */
.post_title_area h2.entry-title {
	font-size: 22px !important;
	padding-bottom: 5px
}

.postmeta span {
	padding: 0 9px;
	color: #dcdcdc;
	font-size: 8px;
	position: relative;
	top: -2px
}

.postmeta .commentslink {
	background: url('../images/i_comments.png') no-repeat 0 3px;
	padding-left: 20px
}

p.postmeta {
	padding-bottom: 9px;
}

.posts_listing + .posts_listing {
	margin-top: 50px
}

.posts_listing .thumb {
	margin-bottom: 15px
}

/* Teaser */
.teaser_box {
	position: relative;
	text-decoration: none;
	display: block
}

.teaser_box img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative
}

.teaser_title {
	left: -4px;
	top: 50%;
	background: #241b1c;
	background: rgba(36, 27, 28, .9);
	padding: 9px 11px 9px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	letter-spacing: -1px;
	position: absolute;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}

.teaser_title_inner {
	display: block
}

.teaser_more {
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
	display: inline-block;
	margin: 8px -2px -15px -2px;
	padding: 2px 9px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
}

.teaser_box:hover .teaser_title {
	margin-top: -10px;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}

/* TESTIMONIALS POSTS */
.testimonial {
	position: relative;
	margin-bottom: 20px
}

.testimonial .testimonial_meta span {
	display: block;
	text-align: right;
	line-height: 1.2
}

.quote {
	margin-bottom: 10px;
	border: 1px solid #ececec;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .06);
	padding: 15px 15px 5px 48px;
	background: #fdfdfd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.quote:before {
	content: '';
	position: absolute;
	width: 44px;
	height: 43px;
	background: url('../images/i_quote.png') no-repeat 0 0;
	left: -11px;
	top: 8px;
}

.quote p {
	padding-top: 0;
	margin-top: 0;
}

/* EVENTS */
.events + .events {
	margin-top: 30px
}

.events .content_wrap {
	overflow: hidden
}

.events .blogtitles {
	padding-left: 0
}

.events .post_title_area {
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.events .events_meta {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 25px;
	background: url('../images/bg_footer_widgets.png') repeat-x 0 100%;
	overflow: hidden;
	margin-bottom: 20px
}

.events .events_meta li {
	float: left;
	border-right: 1px solid #e8e8e8;
	padding: 0 20px;
}

.events .events_meta li:last-child {
	border: none
}

.events .events_meta li.event_time {
	font-size: 22px;
}

.events .events_meta li.event_address {
	font-size: 14px;
}

.events .events_meta li.event_phone {
	font-size: 12px;
}

.events .location-map-travelmode {
	background-color: #f0f0f0;
	background-image: url('../images/sprite_directions.png');
	background-repeat: no-repeat;
	display: inline-block;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	margin-right: 6px;
	margin-bottom: 15px
}

.location-map-car-button {
	background-position: 0 100%
}

.location-map-walk-button {
	background-position: -45px 100%
}

.location-map-bike-button {
	background-position: -90px 100%
}

.location-map-car-button:hover, .location-map-car-button.selected {
	background-position: 0 0
}

.location-map-walk-button:hover, .location-map-walk-button.selected {
	background-position: -45px 0
}

.location-map-bike-button:hover, .location-map-bike-button.selected {
	background-position: -90px 0
}

.location-map-button {
	float: left;
	margin-right: 6px;
	margin-top: 10px
}

.location-map-swap {
	display: block;
	cursor: pointer;
	width: 29px;
	height: 31px;
	background: url('../images/i_swap.png') no-repeat 0 0;
	margin: 0 0 5px 5px
}

.location-map-direction-list {
	clear: both;
	margin-top: 20px;
}

.adp-list {
	border: none !important;
	background: url('../images/bg_footer_widgets.png') repeat-x 0 0;
	padding-top: 20px;
	margin-bottom: 20px
}

.adp-list td {
	padding: 6px 20px 6px 0 !important
}

.adp-list td.adp-listheader {
	padding: 12px 20px 12px 0 !important
}

.location-map-direction-list td {
	border: none !important;
}

.location-map-direction-list tr:hover {
	background: none !important;
}

.location-map-directions form p {
	clear: both;
}

.adp-listinfo {
	opacity: .5
}

.adp-listsel {
	background: none !important
}

.adp-listsel .adp-listinfo {
	opacity: 1
}

.adp-placemark {
	background: url('../images/bg_footer_widgets.png') repeat-x 0 0;
	padding-top: 20px;
	border: none !important
}

.adp-text {
	padding-top: 24px !important
}

/* Events Calendar */
.events_calendar {
	overflow: hidden;
	clear: both;
	position: relative
}

.events_calendar .day {
	float: left;
	width: 127px;
	height: 127px;
	margin: 0 3px 3px 0;
	border: 1px solid #e8e8e8;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .06);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	transition: border-color 200ms ease-in-out;
	-webkit-transition: border-color 200ms ease-in-out;
	-moz-transition: border-color 200ms ease-in-out;
	-o-transition: border-color 200ms ease-in-out;
}

.grid_8 .events_calendar .day {
	width: 81px;
	height: 81px;
	overflow: hidden;
}

.events_calendar .day.empty {
	border-color: transparent;
	box-shadow: none;
	text-indent: -9999em;
	text-align: left;
}

.events_calendar .day.has_event {
	border-color: #e0e0e0;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
	overflow: hidden
}

.events_calendar .day .number {
	font-size: 22px;
	font-weight: 700;
	margin: 17px;
	display: block;
	color: #ddd
}

.events_calendar .day.today .number, .events_calendar .day:hover .number {
	margin: 14px
}

.events_calendar .day.has_event .number {
	background: url('../images/bg_counter_light.png') no-repeat 0 0;
	display: block;
	width: 36px;
	height: 34px;
	font-size: 22px;
	font-weight: 700;
	color: #545454;
	padding: 11px 0 0 10px;
	float: left;
	margin: 7px 0 0 6px;
	position: relative
}

.events_calendar .day.has_event .number a {
	position: absolute;
	background: url('../images/bg_counter_a_light.png') no-repeat 2px 2px;
	display: block;
	width: 46px;
	height: 45px;
	top: 0;
	left: 0;
	text-decoration: none;
	color: #545454;
	z-index: 3
}

.events_calendar .day.today.has_event .number, .events_calendar .day.has_event:hover .number {
	margin: 4px 0 0 3px
}

.events_calendar .day.today {
	width: 121px;
	height: 121px;
	transition: border-color 200ms ease-in-out;
	-webkit-transition: border-color 200ms ease-in-out;
	-moz-transition: border-color 200ms ease-in-out;
	-o-transition: border-color 200ms ease-in-out;
}

.events_calendar .day:not(.empty):hover {
	width: 121px;
	height: 121px;
}

.lt-ie9 .events_calendar .day:hover {
	width: 121px;
	height: 121px;
}

.grid_8 .events_calendar .day.today {
	width: 75px;
	height: 75px;
}

.grid_8 .events_calendar .day:not(.empty):hover {
	width: 75px;
	height: 75px;
}

.lt-ie9 .grid_8 .events_calendar .day:hover {
	width: 75px;
	height: 75px;
}

.events_calendar .week span {
	display: block;
	float: left;
	width: 132px;
	text-align: center;
	font-size: 22px;
}

.grid_8 .events_calendar .week span {
	width: 86px
}

.events_calendar .week {
	padding: 25px 0 30px;
	background: url('../images/bg_footer_widgets.png') repeat-x 0 0;
	overflow: hidden;
	opacity: .8
}

.events_calendar .calendar_header {
	text-align: center;
	padding: 10px 0 25px 0
}

.events_calendar .calendar_header span.month {
	font-size: 36px;
}

.events_calendar .calendar_header #next_month {
	position: absolute;
	right: 0;
	top: 10px;
	padding: 5px 35px 5px 12px;
	display: block;
	background: transparent url('../images/bg_next_month.png') no-repeat 100% 8px;
}

.events_calendar .calendar_header #previous_month {
	position: absolute;
	left: 0;
	top: 10px;
	padding: 5px 12px 5px 35px;
	display: block;
	background: transparent url('../images/bg_previous_month.png') no-repeat 0 8px;
}

.events_calendar .calendar_header a {
	text-decoration: none;
	border: 1px solid transparent;
}

.events_calendar .calendar_header a:hover {
	border: 1px solid #eaeaea;
	background-color: #fafafa !important;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .06);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.events_calendar .day.has_event .event {
	margin: 10px;
}

.events_calendar .day.today .event, .events_calendar .day:hover .event {
	margin: 7px
}

.events_calendar .day.has_event .event a {
	text-decoration: none;
}

.events_calendar .day.has_event .time {
	display: block;
	background: url('../images/bg_footer_widgets.png') repeat-x 0 100%;
	height: 40px;
	margin-bottom: 6px;
	padding: 10px 0 0 55px
}

.grid_8 .events_calendar .day.has_event .time {
	display: block;
	background: url('../images/bg_footer_widgets.png') repeat-x 0 100%;
	height: 35px;
	margin-bottom: 1px;
	padding: 10px 0 0 42px;
	font-size: 10px
}

.multi_button {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	color: #fff;
	text-align: center;
	padding: 10px 6px
}

.multi_button span {
	display: block;
	background: url('../images/bg_dots_white.png') repeat-x 0 100%;
	padding-bottom: 15px;
	opacity: .9;
	margin-bottom: 14px
}

.grid_8 .multi_button span {
	display: none;
}

.multi_button a {
	background: #281e1f;
	padding: 3px 9px 4px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.events_calendar .day.has_event:hover .multi_button {
	display: block
}

/* blog shortcode */
.blog_shortcode + .blog_shortcode {
	margin-top: 20px
}

.blog_shortcode .thumb {
	float: left;
	margin-right: 20px;
}

.blog_shortcode h2.entry-title {
	font-size: 16px !important;
	line-height: 18px !important;
	position: relative;
	display: inline;
	padding-right: 27px;
}

.blog_shortcode h2.entry-title a {
	text-decoration: none;
}

.blog_shortcode h2.entry-title:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 2px;
	right: 0;
	width: 17px;
	height: 17px;
	background: #f1f1f1 url('../images/arrow_transparent.png') no-repeat 50% 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .21)
}

.blog_shortcode h2.entry-title:hover:after {
	background-position: 50% 0
}

.blog_shortcode .entry-content {
	padding-top: 12px;
}

/* audio shortcode */
.jp-play, .jp-pause {
	display: block;
	width: 34px;
	height: 26px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-indent: -9999em;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: left;
}

.jp-play:hover, .jp-pause:hover {
	margin-top: 2px;
	height: 24px
}

.jp-control {
	float: left;
	margin-right: 2px
}

.jp-play {
	background-image: url('../images/i_play.png');
}

.jp-pause {
	background-image: url('../images/i_pause.png');
}

.jp-gui {
	margin-left: 36px;
	padding: 0 9px;
	height: 26px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .08);
	background-color: #fcfcfc;
	position: relative
}

.jp-progress {
	padding: 12px 100px 0 0;
}

.jp-seek-bar {
	height: 2px;
	background-color: #d9d9d9;
	cursor: pointer
}

.jp-play-bar {
	height: 2px;
}

.jp-volume {
	background: url('../images/i_volume.png') no-repeat 0 0;
	position: absolute;
	height: 26px;
	right: 13px;
	width: 42px;
	top: 7px;
	padding: 5px 0 0 18px;
}

.jp-volume-bar {
	height: 2px;
	background-color: #d9d9d9;
	cursor: pointer
}

.jp-volume-bar-value {
	height: 2px;
}

.jp-title {
	font-size: 11px;
	padding: 10px 2px;
	background: url('../images/bg_footer_widgets.png') repeat-x 0 100%;
	margin-bottom: 10px
}

.jp-title strong {
	font-weight: 400;
}

.jp-no-solution {
	visibility: hidden
}

/* pricing tables shortcode */
.offer_group {
	width: 100%
}

.offer_group .offer {
	float: left;
	margin: 0 4% 0 0;
	text-align: center;
	width: 47.9%;
}

.offer.fit {
	margin-right: 0;
}

.text-center{
	text-align: center;
}

.green{
	color: #33C36C;
}

.uc{
	text-transform: uppercase;
}

.grid_8 .offer_group .offer {
	width: 48%;
}

.grid_8 .offer_group .offer:last-child {
	margin-right: 0;
}

.offer_group .offer .inner_offer {
	position: relative;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 1px 1px 2px 0 #44956B;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	padding: 20px 0 0;
	color: #696969;
	background: none repeat scroll 0 0 #FFFFFF;
}

/*.offer_group .offer:hover .inner_offer { border: 1px solid #b8b8b8; position: relative; top:-10px; bottom: -10px; padding: 30px 0 10px; margin-bottom: 0; box-shadow: 0 0 18px 3px rgba(0,0,0,.1); transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; }*/
.offer_group .offer .title {
	font-size: 22px;
	font-weight: 700;
	display: block;
	margin-bottom: 20px
}

.offer_group .offer .price {
	background-color: #F8F8F8;
	color: #6F6F6F;
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 18px 0;
	margin-top: 14px;
}

.offer_group .offer .offer_content {
	padding: 20px 20px 0;
	display: block
}

.offer_group .offer .offer_content li:before {
	display: none;
}

.offer_group .offer .offer_content li {
	padding-left: 0;
}

.offer_content > ul {
	list-style: none outside none;
	margin: 0 0 10px;
	padding: 0;
}

.offer_content > ul li {
	padding: 10px 0;
}

.offer_group .offer .offer_content li {
	border-bottom: 1px dotted #DEDEDE;
	padding-left: 0;
}

.offer_group .offer .offer_content li:last-child {
	border: medium none;
}

/* forms shortcode */
.th_contact-form input[type=text], .th_contact-form textarea, .th_contact-form select, .contact-form input[type=text], .contact-form textarea, .contact-form select {
	float: left;
	width: 100%;
	box-sizing: border-box; /* css3 rec */
	-moz-box-sizing: border-box; /* ff2 */
	-ms-box-sizing: border-box; /* ie8 */
	-webkit-box-sizing: border-box; /* safari3 */
	-khtml-box-sizing: border-box; /* konqueror */
}

.th_contact-form, .contact-form {
	clear: both
}

.th_contact-form select, .contact-form select {
	padding: 6px
}

.th_contact-form input.checkbox, .contact-form input.checkbox {
	float: left;
	width: 5%;
}

.th_contact-form label.checkbox, .contact-form label.checkbox {
	display: block;
	line-height: 100%;
}

.th_contact-form input.radio, .contact-form input.radio {
	float: left;
	width: 5%;
}

.th_contact-form label.radio, .contact-form label.radio {
	display: block;
	font-size: 12px;
	font-style: normal;
	line-height: 100%;
	float: left;
	width: 95%;
	padding: 0 0 7px 0px;
}

.th_contact-form label, .contact-form label {
	padding: 5px 0 5px 2px;
	float: left;
	width: 100%;
	font-size: 14px;
}

.th_contact-form>div, .contact-form>div {
	background: #f6f6f6;
	padding: 5px 4px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0 0 3px 0;
	overflow: hidden;
	position: relative
}

.th_contact-form input.name, .contact-form input.name {
	float: left;
	background-image: url('../images/i_name.png');
	background-repeat: no-repeat;
	background-position: 9px 7px;
	padding-left: 45px;
}

.th_contact-form input.email, .contact-form input.email {
	float: right;
	background-image: url('../images/i_feedburner.png');
	background-repeat: no-repeat;
	background-position: 9px 7px;
	padding-left: 45px;
}

.th_contact-form input.url, .contact-form input.url {
	background-image: url('../images/i_website.png');
	background-repeat: no-repeat;
	background-position: 9px 6px;
	padding-left: 45px;
}

.th_contact-form .th_contact-submit, .contact-form .th_contact-submit {
	margin-top: -6px
}

.th_contact-form .th_contact-submit.captcha1, .contact-form .th_contact-submit.captcha1 {
	margin-top: -8px;
	padding-top: 0;
	padding-bottom: 0;
}

.th_contact-form .th_contact-submit .churchope_button, .contact-form .th_contact-submit .churchope_button {
	float: right;
	margin: 5px 7px 9px 0;
}

.th_contact-form .th_contact-submit.captcha1 .churchope_button, .contact-form .th_contact-submit.captcha1 .churchope_button {
	float: right;
	margin: 38px 13px 9px 0;
}

.th_contact-form .th_contact-submit .churchope_button:hover, .contact-form .th_contact-submit .churchope_button:hover {
	margin: 7px 7px 9px 0;
}

.th_contact-form .th_contact-submit.captcha1 .churchope_button:hover, .contact-form .th_contact-submit.captcha1 .churchope_button:hover {
	margin: 40px 13px 9px 0;
}

.th_contact-form label.error, .contact-form label.error {
	background: url('../images/error.png') no-repeat 0 0;
	width: 23px;
	height: 21px;
	text-indent: -9999em;
	display: block;
	position: absolute;
	top: 10px;
	right: 7px;
	text-align: left;
}

/*testimonials shortcode */
.shortcode_testimonial {
	position: relative;
	padding-top: 25px
}

.shortcode_testimonial .controls .prev, .shortcode_testimonial .controls .next {
	text-indent: -9999em;
	display: block;
	background: url('../images/i_cal_nav.png') no-repeat 0 0;
	width: 17px;
	height: 17px;
	float: left;
	margin-left: 7px;
	transition: background 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	text-align: left;
}

.shortcode_testimonial .controls .prev:hover {
	background-position: 0 100%;
	transition: background 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
}

.shortcode_testimonial .controls .next {
	background-position: -24px 0;
	transition: background 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
}

.shortcode_testimonial .controls .next:hover {
	background-position: -24px 100%;
	transition: background 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
}

.shortcode_testimonial .controls {
	position: absolute;
	top: 2px;
	right: 0
}

/* FOOTER */
footer {
	overflow: hidden;
	clear: both;
}

#bottom {
	background: none repeat scroll 0 0 #EAEAEA;
}

.footer-first .grid_12 > h3 {
	margin-bottom: 0;
}

#footer_widgets {
	overflow: hidden;
	padding: 50px 0 0
}

.footer-first {
	background: none repeat scroll 0 0 #F7F7F7;
}

#footer_widgets .dotted {
	/*height: 1px; background:url('../images/bg_footer_widgets.png') repeat-x 0 100%;*/
	padding-top: 40px;
	border-bottom: 1px solid #804F25
}

#copyright {
	overflow: auto;
	position: relative;
}

#copyright p {
	padding: 0;
	margin: 0
}

#copyright p a {
	text-decoration: none;
}

#copyright nav ul {
	margin: 0;
	padding: 0;
	float: right
}

#copyright nav ul ul {
	display: none
}

#copyright nav li {
	float: left;
	margin-bottom: 10px
}

#copyright nav li a {
	text-decoration: none;
	padding: 5px 7px 7px;
	margin: 0 0 0 6px;
}

#copyright nav li a:hover, #copyright nav li.current-menu-item a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Content styling */
.hdark {
	background-color: #ebebeb
}

hr {
	clear: both;
}

.th_notification {
	padding: 20px 25px 10px 75px;
	margin-bottom: 10px;
	min-height: 52px
}

.th_notification.notification_mark {
	border: 1px solid #b5e4a0;
	background: #dceccf url('../images/i_successful.png') no-repeat 19px 19px;
	padding: 20px 15px 15px 70px;
	margin-bottom: 20px;
	color: #427625;
	clear: both;
	min-height: 38px;
}

.th_notification.notification_error {
	border: 1px solid #d9c2ba;
	background: #f2e1d8 url('../images/i_errorn.png') no-repeat 19px 19px;
	padding: 20px 15px 15px 70px;
	margin-bottom: 20px;
	color: #872a06;
	clear: both;
	min-height: 38px;
}

.th_notification.notification_info {
	border: 1px solid #cccccc;
	background: #e9e9e9 url('../images/i_info.png') no-repeat 19px 19px;
	padding: 20px 15px 15px 70px;
	margin-bottom: 20px;
	clear: both;
	min-height: 38px;
}

.th_notification.notification_warning {
	border: 1px solid #eee3b1;
	background: #f6f0d9 url('../images/i_warning.png') no-repeat 19px 19px;
	padding: 20px 15px 15px 70px;
	margin-bottom: 20px;
	color: #a47607;
	clear: both;
	min-height: 38px;
}

.th_notification.notification_mark_tiny {
	border: 1px solid #e5e7d1;
	background: #f4f9e1 url('../images/i_successful_tiny.png') no-repeat 13px 11px;
	padding: 13px 15px 12px 48px;
	margin-bottom: 10px;
	min-height: 15px;
	color: #3d3d3d;
}

.th_notification.notification_error_tiny {
	border: 1px solid #f1d6c6;
	background: #fbede8 url('../images/i_errorn_tiny.png') no-repeat 13px 11px;
	padding: 13px 15px 12px 48px;
	margin-bottom: 10px;
	min-height: 15px;
	color: #3d3d3d;
}

.th_notification.notification_info_tiny {
	border: 1px solid #f1e5c6;
	background: #ffffe0 url('../images/i_info_tiny.png') no-repeat 13px 11px;
	padding: 13px 15px 12px 48px;
	margin-bottom: 10px;
	min-height: 15px;
	color: #3d3d3d;
}

.th_notification.notification_warning_tiny {
	border: 1px solid #f1e5c6;
	background: #ffffe0 url('../images/i_warning_tiny.png') no-repeat 13px 11px;
	padding: 13px 15px 12px 48px;
	margin-bottom: 10px;
	min-height: 15px;
	color: #3d3d3d;
}

.entry-content table {
	border-collapse: separate;
	border-spacing: 0;
}

.entry-content table thead tr {
}

.entry-content table thead tr:hover {
	background: none
}

.entry-content table thead {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border--bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border--top-left-radius: 5px;
	border-top-left-radius: 5px;
	border: 1px solid #dedddd;
	background-color: #f9f9f9
}

.entry-content th {
	padding: 12px 20px
}

.entry-content table td {
	padding: 12px 20px;
	border-bottom: 1px dotted #dadada
}

.entry-content table tr:hover {
	background: #f9f9f9;
}

.entry-content blockquote {
	border: medium none;
	margin: 0 0 0px;
	padding: 7px 9px 5px 20px;
	position: relative;
}

.entry-content blockquote:before {
	content: '';
}

.entry-content blockquote.twt-tweet:before {
	display: none;
}

div.twitter-tweet-rendered, div.twt-border {
	max-width: 100% !important;
	width: 100% !important;
}

ul.twt-actions li:before {
	display: none;
}

.entry-content blockquote p {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
}

.entry-content ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.entry-content ul ul {
	padding: 0;
}

.entry-content ul > li, .entry-content ol > li {
	list-style: disc outside none;
	margin-left: 15px;
	padding: 0px 0 1px 7px;
}

.entry-content ol, .entry-content ol li {
	list-style: decimal outside none;
	margin: 0;
	padding: 0 0 0 20px;
}

.entry-content ol > li {
	position: relative;
	padding: 7px 0 0 0;
}

.entry-content li:last-child {
	background: none
}

.entry-content ul ul li:last-child {
	padding-bottom: 0;
}

.entry-content cite {
	color: #9b9b9b
}

.entry-content cite, .entry-content em {
	font-style: italic
}

.entry-content ul.partners {
	margin-left: -20px;
}

.col.donor {
	border-top: 1px solid #EEEEEE;
	padding-top: 29px;
}

.col.supporting-partners {
    border-top: 1px solid #EEEEEE;
    padding-top: 29px;
}

.partner-logo {
	float: left;
	margin-bottom: 8px;
	margin-right: 5%;
	margin-top: 6px;
	text-align: center;
	width: 24%;
}

.partner-logo-small {
	float: left;
	margin-right: 2%;
	margin-top: 6px;
	width: 20%;
}

.entry-content ul.partners li {
	display: inline-block;
	list-style: none outside none;
	margin: 0 0 16px 20px;
	padding: 0;
	vertical-align: top;
	width: 47%;
}

.col.organizer, .col.host, .col.partner {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}

.entry-content .col.organizer .partners li, .entry-content .col.host .partners li, .entry-content .col.partner .partners li {
	display: block;
	width: 89%;
}

pre {
	background: url('../images/bg_code.png') repeat 0 0;
	overflow-x: auto;
	line-height: 21px !important;
	border: 1px solid #eeeeee;
	padding: 0 10px !important;
	border-bottom: none !important;
	margin-bottom: 15px
}

.small {
	font-size: 11px;
	margin-bottom: 0;
	padding-bottom: 5px;
}

/*toggle*/
h4.trigger {
	font-size: 12px !important;
	font-weight: 700 !important;
	padding: 12px 12px 12px 40px;
	margin: 0 !important;
	line-height: 100%
}

h4.trigger a {
	text-decoration: none;
	display: block;
}

.t_ico {
	display: block;
	margin-left: -30px;
	background: #464646 url('../images/toggle.png') no-repeat 5px 1px;
	width: 20px;
	height: 20px;
	float: left;
	margin-top: -4px;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

h4.active .t_ico {
	background-position: 5px -19px;
	background-color: #464646
}

.toggle {
	overflow: hidden;
	margin-bottom: 10px;
	clear: both;
	border: 1px solid #dedddd;
	box-shadow: 2px 2px 3px 0 #f2f2f2, 0 0 0 1px #fdfdfd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.toggle-gray {
	box-shadow: inset 0 0 20px rgba(0, 0, 0, .06)
}

.toggle_container {
	overflow: hidden;
	display: none;
	padding: 10px
}

.toggle_container.active {
	display: block;
}

.alert-photo {
	background: none repeat scroll 0 0 #F5FBF8;
	border-color: #33C36C;
	border-left: 5px solid #33C36C;
	border-right: 1px solid #33C36C;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	margin-bottom: 16px;
	padding: 8px 10px;
}

.entry-content .alert-photo a {
	border-bottom: medium none;
	font-weight: 600;
}

/*tabs*/
.tabgroup {
	display: none;
}

.no-js .tabgroup {
	display: block
}

.no-js .tabgroup div {
	clear: both
}

.ui-tabs {
	position: relative;
	padding: 0;
	zoom: 1;
	margin-bottom: 15px;
}

.tab-menu {
	border-bottom: 4px solid #20AD6B;
	list-style: none outside none;
	margin: 24px 0 39px;
	padding: 0;
}

.tab-menu > li.current-menu-item > a {
	background: none repeat scroll 0 0 #20AD6B;
	color: #FFFFFF;
}

.tab-menu > li > a {
	background: none repeat scroll 0 0 #DBF1E7;
	display: block;
	font-size: 0.9em;
	font-weight: 700;
	margin-right: 3px;
	padding: 6px 11px;
	position: relative;
	text-transform: uppercase;
}

.tab-menu > li > a:hover {
	background: none repeat scroll 0 0 #20AD6B;
	color: #FFFFFF;
}

.tab-menu > li.current-menu-item > a:hover {
	background: #20AD6B;
	cursor: default;
}

.tab-menu > li {
	float: left;
	margin-bottom: 2px;
}

.tab-menu > li {
	display: block;
	position: relative;
}

.tab-menu:after {
	clear: both;
}

.tab-menu:before, .nav:after {
	content: " ";
	display: table;
}

.tab-menu:after {
	clear: both;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
	display: block
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0 -2px -2px 0;
	padding: 0;
	white-space: nowrap;
	background: url('../images/separator.png') no-repeat 100% 12px;
	border: 1px solid transparent
}

.ui-tabs .ui-tabs-nav li:last-child {
	background: none
}

.ui-tabs .ui-tabs-nav li:before {
	content: '' !important
}

.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: 9px 17px;
	text-decoration: none;
	font-weight: 700
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	border: 1px solid #dedddd;
	border-bottom: 1px solid white;
	background-color: #fff;
	webkit-border-radius-bottom: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-image: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color: #312e2a
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	padding: 15px 18px 0;
	margin: 0;
	clear: both;
	border: 1px solid #dedddd;
	box-shadow: 2px 2px 3px 0 #f2f2f2, 0 0 0 1px #fdfdfd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.widget .ui-tabs .ui-tabs-panel {
	padding-bottom: 15px;
}

.ui-tabs .ui-tabs-hide {
	display: none !important;
}

/*social links*/
.social_links {
	text-indent: -9999px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #f0f0f0 url('../images/sprite_socialbuttons.png') no-repeat 0 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 0 6px 6px 0;
	transition: background 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	text-align: left;
	opacity: 0.4
}

.social-icons li > a {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 50% 50% 50% 50%;
	color: #00685F;
	display: block;
	font-size: 13px;
	height: 21px;
	padding-top: 2px;
	text-align: center;
	width: 23px;
}

.border-maincontent {
	border-top: 1px solid #EAEAEA;
	padding-bottom: 16px;
}

.border-top {
	border-top: 1px solid #EAEAEA;
}

.social-icons li > a:hover {
	color: #FFFFFF;
}

.social-icons li.twitter-icon > a:hover {
	background: #00ABF0;
}

.social-icons li.facebook-icon > a:hover {
	background: #284386;
}

.social-icons li.rss-feed-icon > a:hover {
	background: #FE9900;
}

.connected .social-icons li > a {
	color: #075554;
	font-size: 17px;
}

.connected .social-icons li > a:hover {
	color: #5EA6A0;
}

.social_links:hover {
	opacity: 1
}

.social_links.rss_feed {
	background-position: 0 0
}

.social_links.rss_feed:hover {
	background-position: 100% 0;
}

.social_links.facebook_account {
	background-position: 0 -160px;
}

.social_links.facebook_account:hover {
	background-position: 100% -160px
}

.social_links.twitter {
	background-position: 0 -200px
}

.social_links.twitter:hover {
	background-position: 100% -200px
}

.social_links.dribble_account {
	background-position: 0 -120px
}

.social_links.dribble_account:hover {
	background-position: 100% -120px
}

.social_links.email_to {
	background-position: 0 -240px
}

.social_links.email_to:hover {
	background-position: 100% -240px
}

.social_links.google_plus_account {
	background-position: 0 -280px
}

.social_links.google_plus_account:hover {
	background-position: 100% -280px
}

.social_links.flicker_account {
	background-position: 0 -40px
}

.social_links.flicker_account:hover {
	background-position: 100% -40px
}

.social_links.vimeo_account {
	background-position: 0 -80px
}

.social_links.vimeo_account:hover {
	background-position: 100% -80px
}

.social_links.linkedin_account {
	background-position: 0 -320px
}

.social_links.linkedin_account:hover {
	background-position: 100% -320px
}

.social_links.youtube_account {
	background-position: 0 -360px
}

.social_links.youtube_account:hover {
	background-position: 100% -360px
}

.social_links.pinterest_account {
	background-position: 0 -400px
}

.social_links.pinterest_account:hover {
	background-position: 100% -400px
}

/* upcoming events */
ul.upcoming_events {
	list-style: none;
	margin: 0;
	padding: 0
}

ul.upcoming_events li:before {
	display: none;
}

ul.upcoming_events li {
	background: url('../images/bg_footer_widgets.png') repeat-x 0 100%;
	position: relative;
	padding: 0 0 10px 0;
	margin-bottom: 15px;
	overflow: hidden
}

ul.upcoming_events li:last-child {
	background: none
}

ul.upcoming_events p.meta_date {
	background: url('../images/bg_counter_light.png') no-repeat 0 0;
	display: block;
	float: left;
	width: 46px;
	margin: 0 11px 0 0;
	height: 55px
}

ul.upcoming_events p.meta_date strong {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #545454;
	padding: 11px 0 0 10px;
}

ul.upcoming_events p.meta_date a {
	position: absolute;
	background: url('../images/bg_counter_a_light.png') no-repeat 2px 2px;
	display: block;
	width: 46px;
	height: 45px;
	top: 0;
	left: 0;
}

ul.upcoming_events p.meta_date span {
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	text-align: center;
	margin-top: 12px;
	padding-right: 4px
}

ul.upcoming_events .entry-title {
	text-decoration: none;
	display: block;
	font-size: 14px;
}

ul.upcoming_events span {
	display: block
}

/* PAGINATION */
.pagination {
	border-top: 1px solid #ececec;
	padding: 18px 0 0;
	text-align: center;
	margin: 20px 0 -9px
}

ul.page-numbers {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
	display: inline-block
}

ul.page-numbers li {
	float: left;
	background: none;
	padding: 0;
}

ul.page-numbers li:before {
	content: '' !important
}

ul.page-numbers a, ul.page-numbers span {
	display: block;
	text-decoration: none;
	display: block;
	padding: 9px 12px 7px 10px;
	font-size: 16px;
	background: url('../images/bg_pagination_dots.png') no-repeat 100% 15px;
}

ul.page-numbers li:last-child a:not(.next), .page-numbers li:last-child span {
	background: none
}

ul.page-numbers a.next, ul.page-numbers a.prev {
	text-indent: -9999px;
	width: 34px;
	height: 34px;
	padding: 0 !important;
	background: url('../images/bg_pagination.png') no-repeat 0 0;
	transition: background 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	text-align: left;
}

ul.page-numbers a.next {
	background-position: -34px 0;
	margin-left: -1px
}

ul.page-numbers a.next:hover {
	background-position: -34px 100%;
	transition: background 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
}

ul.page-numbers a.prev {
	background-position: 0 0
}

ul.page-numbers a.prev:hover {
	background-position: 0 100%;
	transition: background 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
}

/* Dropcaps */
.dropcaps {
	display: block;
	float: left;
	font-size: 22px;
	font-weight: 700;
	line-height: 100%;
	margin: 4px 8px 0 0;
	height: 35px;
	width: 42px;
	overflow: hidden;
	background: url('../images/dropcaps.png') no-repeat 0 0;
	padding: 8px 2px 0 0;
	text-align: center
}

/* to Top */
a.th_totop {
	padding-left: 24px;
	background: url('../images/totop.png') no-repeat 0 1px
}

/* ToC */
div.toc {
	background: #fcfcfc;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 22px 27px 7px;
	display: inline-block
}

a.toc_hide {
	margin-left: 50px;
	text-decoration: none;
	font-size: 12px;
	line-height: 170%;
	float: right
}

/* WIDGETS */
.widget-title {
	margin-top: 0;
}

.widget + .widget {
	margin-top: 30px
}

#title_sidebar .widget + .widget {
	margin-top: 0;
	padding-top: 0;
}

/* next event */
.widget_event {
	background: url('../images/bg_footer_widgets.png') repeat-x 0 100%;
	position: relative
}

.widget_event .widget-title {
	margin-right: 20px;
	float: left;
}

.widget_event ul {
	float: left;
	margin: 0;
	padding: 13px 0;
	background: url('../images/bg_footer_widgets.png') repeat-x 0 0;
	width: 100%;
}

.widget_event li {
	float: left;
	list-style: none;
	position: relative;
	margin-right: 5px;
	min-width: 20px
}

.grid_3 .widget_event li {
	min-width: 90px
}

.widget_event strong {
	background: url('../images/bg_counter_light.png') no-repeat 0 0;
	display: block;
	width: 36px;
	height: 34px;
	font-size: 22px;
	font-weight: 700;
	color: #545454;
	padding: 11px 0 0 10px;
	float: left
}

.widget_event li a {
	position: absolute;
	background: url('../images/bg_counter_a_light.png') no-repeat 2px 2px;
	display: block;
	width: 46px;
	height: 45px;
	top: 0;
	left: 0
}

.widget_event li .descr {
	display: block;
	padding-top: 12px;
	float: left;
	font-size: 11px;
}

.grid_12 .widget_event ul, .grid_6 .widget_event ul {
	background: none;
	width: auto
}

.grid_12 .widget_event, .grid_6 .widget_event {
	padding-top: 15px
}

.grid_12 .widget_event .widget-title, .grid_6 .widget_event .widget-title {
	margin-top: 25px
}

.grid_12 .widget_event:before, .grid_6 .widget_event:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	width: 100%;
	background: url('../images/bg_footer_widgets.png') repeat-x 0 0;
	height: 1px
}

#title_sidebar .widget_event {
	background: none;
	padding: 0;
}

#title_sidebar .widget_event:before {
	content: '';
	display: none;
}

header .grid_6 .widget_event .widget-title {
	margin: 25px 20px 10px 0;
	float: left;
}

header .grid_6 .widget_event ul {
	float: left;
	margin: 0;
}

header .grid_6 .widget_event li {
	float: left;
	list-style: none;
	position: relative;
	margin-right: 5px;
	min-width: 68px
}

header .grid_6 .widget_event strong {
	background: url('../images/bg_counter.png') no-repeat 0 0;
	display: block;
	width: 37px;
	height: 34px;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	padding: 11px 0 0 9px;
	float: left
}

header .grid_6 .widget_event li a {
	position: absolute;
	background: url('../images/bg_counter_a.png') no-repeat 0 0;
	display: block;
	width: 46px;
	height: 45px;
	top: 0;
	left: 0
}

header .grid_6 .widget_event li .descr {
	display: block;
	padding-top: 12px;
	float: left;
	font-size: 11px;
	opacity: .33
}

header .grid_6 .widget_event {
	padding-top: 20px;
	background: none
}

header .grid_6 .widget_event:before {
	display: none
}

/* social links */
.widget_social_links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget_social_links ul li {
	margin-bottom: 9px;
}

.widget_social_links a {
	text-decoration: none;
	display: inline-block;
	padding: 1px 0 1px 35px;
	background: url('../images/sprite_social.png') no-repeat 0 0;
	min-height: 19px;
}

.widget_social_links a.no_icon {
	padding-left: 0;
	background: none;
}

.widget_social_links a.facebook_account {
	background-position: 0 -20px
}

.widget_social_links a.google_plus_account {
	background-position: 0 -40px
}

.widget_social_links a.rss_feed {
	background-position: 0 -60px
}

.widget_social_links a.email_to {
	background-position: 0 -80px
}

.widget_social_links a.flicker_account {
	background-position: 0 -100px
}

.widget_social_links a.vimeo_account {
	background-position: 0 -120px
}

.widget_social_links a.youtube_account {
	background-position: 0 -180px
}

.widget_social_links a.dribble_account {
	background-position: 0 -141px
}

.widget_social_links a.linked_in_account {
	background-position: 0 -160px
}

.widget_social_links a.pinterest_account {
	background-position: 0 -200px
}

/* twitter */
.widget_twitter ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.widget_twitter ul li {
	padding-left: 40px;
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 12px;
}

.widget_twitter ul li:before {
	content: '';
	background: #512D05 url('../images/i_twitter.png') no-repeat 6px 7px;
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	left: 0;
	top: 2px
}

.widget_twitter ul li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: url('../images/bg_footer_widgets.png') repeat-x 0 0;
	height: 1px;
}

.widget_twitter ul li:last-child:after {
	display: none
}

.widget_twitter ul li a {
	text-decoration: none
}

.widget_twitter ul li a:hover {
	opacity: 0.7
}

.widget_twitter .twitter-date {
	display: block;
	opacity: .7;
	font-style: italic
}

/*tag cloud */
.tagcloud {
	overflow: hidden
}

.widget_tag_cloud a {
	text-decoration: none;
	font-size: 12px !important;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	padding: 5px 9px 4px;
	margin: 0 5px 5px 0;
	float: left;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .04)
}

.widget_tag_cloud a:hover {
	box-shadow: none;
	margin: 1px 4px 4px 1px;
}

/*text widget */
.textwidget {
	overflow: hidden
}

#title_sidebar .textwidget {
	background: none;
	padding-top: 0;
}

#title_sidebar .textwidget h1 {
	font-size: 22px;
	font-weight: 400
}

#title_sidebar .textwidget h2 {
	font-size: 20px;
	font-weight: 300;
	color: #333;
	text-transform: uppercase
}

#title_sidebar .textwidget h3 {
	font-size: 18px;
	font-weight: 400
}

#title_sidebar .textwidget h4 {
	font-size: 16px;
	font-weight: 400
}

#title_sidebar .textwidget h5 {
	font-size: 14px;
	font-weight: 400
}

#title_sidebar .textwidget .churchope_button {
	margin-bottom: 0;
}

/* archives & categories & pages & RSS */
.widget_archive ul, .widget_categories ul, .widget_pages ul, .widget_rss ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_archive ul ul, .widget_categories ul ul, .widget_pages ul ul, .widget_rss ul ul {
	padding: 14px 0 0 20px
}

.widget_archive li, .widget_categories li, .widget_pages li, .widget_rss li {
	padding: 0 0 14px 20px;
	position: relative
}

.widget_archive ul ul li:last-child, .widget_categories ul ul li:last-child, .widget_pages ul ul li:last-child, .widget_rss ul ul li:last-child {
	padding-bottom: 0;
}

.widget_archive li a, .widget_categories li a, .widget_pages li a, .widget_rss li a {
	text-decoration: none
}

.rsswidget img {
	margin: -3px 5px 0 0
}

/* custom menu & links & meta */
.widget_nav_menu ul, .widget_links ul, .widget_meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_nav_menu ul ul, .widget_links ul ul, .widget_meta ul ul {
	padding: 0;
}

.widget_nav_menu>div>ul >li, .widget_links >ul >li, .widget_meta >ul >li {
	background: url('../images/bg_footer_widgets.png') repeat-x 0 100%;
	position: relative;
	padding-bottom: 1px;
}

.widget_nav_menu> div >ul >li:last-child, .widget_links >ul >li:last-child, .widget_meta >ul >li:last-child {
	background: none
}

.widget_nav_menu ul ul li, .widget_links ul ul li, .widget_meta ul ul li {
	background: url('../images/bg_footer_widgets.png') repeat-x 0 0;
	position: relative;
	padding-top: 1px;
}

#title_sidebar .widget_nav_menu ul {
	overflow: hidden
}

#title_sidebar .widget_nav_menu ul ul {
	display: none;
}

#title_sidebar .widget_nav_menu ul li:before {
	content: '';
}

#title_sidebar .widget_nav_menu ul li {
	float: left;
	margin-bottom: 10px;
	background: none;
}

#title_sidebar .widget_nav_menu ul li a {
	text-decoration: none;
	padding: 5px 7px 7px;
	margin: 0 6px 0 0;
}

#title_sidebar .widget_nav_menu ul li a:hover, #title_sidebar .widget_nav_menu ul li.current-menu-item a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.widget_nav_menu li a, .widget_links li a, .widget_meta li a {
	text-decoration: none;
	padding: 7px 0 6px 20px;
	display: block;
}

.widget_nav_menu ul ul, .widget_links ul ul, .widget_meta ul ul {
	padding-left: 15px
}

/* search */
.widget_search form {
	position: relative;
}

.widget_search .widget-title, .widget_search label {
	display: none;
}

.widget_search #s {
	width: 100%;
	box-sizing: border-box; /* css3 rec */
	-moz-box-sizing: border-box; /* ff2 */
	-ms-box-sizing: border-box; /* ie8 */
	-webkit-box-sizing: border-box; /* safari3 */
	-khtml-box-sizing: border-box; /* konqueror */
}

#main .widget_search #s {
	width: 98%;
	box-sizing: border-box; /* css3 rec */
	-moz-box-sizing: border-box; /* ff2 */
	-ms-box-sizing: border-box; /* ie8 */
	-webkit-box-sizing: border-box; /* safari3 */
	-khtml-box-sizing: border-box; /* konqueror */
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	box-shadow: 0 0 0 5px #f6f6f6;
	margin: 0 5px;
}

#main .widget_search {
	padding-bottom: 15px;
}

.widget_search #searchsubmit {
	text-indent: -9999em;
	background: url('../images/b_search.png') no-repeat 0 8px;
	width: 38px;
	height: 30px;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	text-align: left;
}

/* recent comments */
.widget_recent_comments ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.widget_recent_comments ul li {
	padding-left: 30px;
	background: url('../images/i_comments.png') no-repeat 7px 4px;
	position: relative;
	padding-bottom: 7px;
	margin-bottom: 6px
}

.widget_recent_comments ul li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: url('../images/bg_footer_widgets.png') repeat-x 0 0;
	height: 1px
}

.widget_recent_comments ul li:last-child:after {
	display: none
}

.widget_recent_comments ul li a {
	text-decoration: none
}

.widget_recent_comments ul li a:hover {
	text-decoration: underline
}

/* recent posts & popular posts */
.widget_recent_posts ul, .widget_popular_posts ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.widget_recent_posts .imgborder, .widget_popular_posts .imgborder {
	float: left;
	margin-right: 12px
}

.widget_recent_posts ul li, .widget_popular_posts ul li {
	background: url('../images/bg_footer_widgets.png') repeat-x 0 100%;
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 15px;
	overflow: hidden
}

.widget_recent_posts ul li:last-child, .widget_popular_posts ul li:last-child {
	background: none
}

.widget_recent_posts ul li .recent_txt>a, .widget_popular_posts ul li .recent_txt>a {
	text-decoration: none;
	font-size: 14px;
	margin-top: 5px;
	display: block
}

.widget_recent_posts ul li .recent_txt p {
	background: url('../images/i_date.png') no-repeat 0 1px;
	padding-left: 20px;
	float: left;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget_popular_posts ul li .recent_txt p {
	background: url('../images/i_comments.png') no-repeat 0 4px;
	padding-left: 20px;
	float: left;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget_popular_posts ul li .recent_txt p a {
	text-decoration: none;
}

.widget_recent_posts a.imgborder > span.placeholder, .widget_popular_posts a.imgborder > span.placeholder {
	display: block;
	width: 75px;
	height: 50px;
}

.widget_recent_posts a.imgborder > span.placeholder span, .widget_popular_posts a.imgborder > span.placeholder span {
	display: block;
	width: 75px;
	height: 50px;
	background-image: url('../images/i_placeholder.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #ebeaea
}

.widget_recent_posts a.imgborder > span.placeholder span, .widget_popular_posts a.imgborder > span.placeholder span, .widget_recent_posts a.imgborder img, .widget_popular_posts a.imgborder img {
	opacity: 1;
	transition: opacity 200ms ease-in-out;
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
}

.widget_recent_posts a.imgborder:hover > span.placeholder span, .widget_popular_posts a.imgborder:hover > span.placeholder span, .widget_recent_posts a.imgborder:hover img, .widget_popular_posts a.imgborder:hover img {
	opacity: .6;
	transition: opacity 200ms ease-in-out;
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
}

/* calendar */
.widget_calendar {
	padding-top: 22px
}

.widget_calendar table {
	position: relative;
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar .widget-title {
	display: none
}

.widget_calendar caption {
	text-align: left;
	padding-bottom: 12px;
	background: url('../images/bg_footer_widgets.png') repeat-x 0 100%;
}

.widget_calendar tfoot {
	position: absolute;
	top: 1px;
	right: -11px;
}

.widget_calendar tfoot #prev a, .widget_calendar tfoot #next a {
	text-indent: -9999em;
	display: block;
	background: url('../images/i_cal_nav.png') no-repeat 0 0;
	width: 17px;
	height: 17px;
}

.widget_calendar tfoot #next a {
	background-position: -24px 0
}

.widget_calendar tfoot #prev a, .widget_calendar tfoot #next a {
	text-indent: -9999em;
	display: block;
	background: url('../images/i_cal_nav.png') no-repeat 0 0;
	width: 17px;
	height: 17px;
	transition: background 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	text-align: left;
}

.widget_calendar tfoot #prev a:hover {
	background-position: 0 100%;
	transition: background 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
}

.widget_calendar tfoot #next a {
	background-position: -24px 0;
	transition: background 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
}

.widget_calendar tfoot #next a:hover {
	background-position: -24px 100%;
	transition: background 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
}

.widget_calendar th {
	padding: 6px 0;
	font-size: 14px;
	font-weight: 500
}

.widget_calendar tbody td {
	border: 1px solid #e8e8e8;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .06);
	line-height: 14px;
	padding: 6px 6px 17px 6px;
	font-size: 14px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.widget_calendar td.pad {
	border: none;
	box-shadow: none
}

.widget_calendar tfoot #next a {
	margin-right: 11px
}

.grid_3 .widget_calendar tbody td {
	height: 16px;
	font-size: 12px
}

/* gallery */
.widget_gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden
}

.widget_gallery li {
	float: left;
	margin: 0 4px 4px 0
}

.widget_gallery li a {
	display: block
}

.widget_gallery li span.placeholder, .widget_gallery li span.placeholder span {
	display: block;
	width: 124px;
	height: 124px;
}

.widget_gallery li span.placeholder span {
	background-color: #ebeaea
}

.grid_4 .widget_gallery li a {
	width: 140px;
	height: 140px;
}

.grid_6 .widget_gallery li span.placeholder, .grid_6 .widget_gallery li a {
	width: 92px;
	height: 92px;
}

.grid_12 .widget_gallery li span.placeholder, .grid_12 .widget_gallery li a {
	width: 134px;
	height: 134px;
}

/* flickr */
.widget_flickr {
	overflow: hidden
}

.flickr_badge_image a {
	background: #fff;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 3px;
	display: inline-block;
}


.flickr_badge_image {
	float: left;
	margin: 0 4px 4px 0
}

/* feedburber */
.widget_feedburner label {
	display: block
}

.widget_feedburner input {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 8px 5px 12px;
	box-shadow: 0 0 0 5px #f6f6f6;
	background: #fff url('../images/i_feedburner.png') no-repeat 9px 7px;
	padding-left: 45px;
	width: 95%;
	box-sizing: border-box; /* css3 rec */
	-moz-box-sizing: border-box; /* ff2 */
	-ms-box-sizing: border-box; /* ie8 */
	-webkit-box-sizing: border-box; /* safari3 */
	-khtml-box-sizing: border-box; /* konqueror */
}

header .widget_feedburner input, .lt-ie9 .widget_feedburner input {
	box-shadow: none;
	margin: 6px 0;
}

#title_sidebar .widget_feedburner .widget-title {
	margin-bottom: -15px
}

#title_sidebar .widget_feedburner input {
	width: 860px;
	margin: 8px 10px 12px 0;
	box-shadow: none
}

#title_sidebar .widget_feedburner label {
	float: right;
}

/* testimonials */
.widget_testimonial {
	position: relative
}

.widget_testimonial .controls .prev, .widget_testimonial .controls .next {
	text-indent: -9999em;
	display: block;
	background: url('../images/i_cal_nav.png') no-repeat 0 0;
	width: 17px;
	height: 17px;
	float: left;
	margin-left: 7px;
	transition: background 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	text-align: left;
}

.widget_testimonial .controls .prev:hover {
	background-position: 0 100%;
	transition: background 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
}

.widget_testimonial .controls .next {
	background-position: -24px 0;
	transition: background 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
}

.widget_testimonial .controls .next:hover {
	background-position: -24px 100%;
	transition: background 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
}

.widget_testimonial .controls {
	position: absolute;
	top: 2px;
	right: 0
}

header .widget_testimonial .controls {
	top: 55px
}

.widget_testimonial .testimonial_meta span {
	display: block;
	text-align: right;
	line-height: 1.2
}

.quote {
	margin-bottom: 10px;
	border: 1px solid #ececec;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .06);
	padding: 15px 15px 5px 48px;
	background: #fdfdfd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.quote:before {
	content: '';
	position: absolute;
	width: 44px;
	height: 43px;
	background: url('../images/i_quote.png') no-repeat 0 0;
	left: -11px;
	top: 8px;
}

.quote p {
	padding-top: 0;
	margin-top: 0;
}

/* contact form */
.widget_contactform div {
	position: relative
}

.widget_contactform input, .widget_contactform textarea {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 5px 5px 8px;
	box-shadow: 0 0 0 5px #f6f6f6;
	background: #fff url('../images/i_feedburner.png') no-repeat 9px 7px;
	padding-left: 45px;
	width: 98%;
	box-sizing: border-box; /* css3 rec */
	-moz-box-sizing: border-box; /* ff2 */
	-ms-box-sizing: border-box; /* ie8 */
	-webkit-box-sizing: border-box; /* safari3 */
	-khtml-box-sizing: border-box; /* konqueror */
}

.widget_contactform input.name {
	background: #fff url('../images/i_name.png') no-repeat 9px 7px;
}

.widget_contactform textarea {
	background: none;
	padding-left: 13px;
	background-color: #fff
}

header .widget_contactform input, .lt-ie9 .widget_contactform input, header .widget_contactform textarea, .lt-ie9 .widget_contactform textarea {
	box-shadow: none;
	margin: 6px 0;
	width: 100%;
}

.widget_contactform label.error {
	background: #fff url('../images/error.png') no-repeat 0 0;
	width: 23px;
	height: 21px;
	text-indent: -9999em;
	display: block;
	position: absolute;
	top: 10px;
	right: 5px;
	text-align: left;
}

header .widget_contactform label.error, .lt-ie9 .widget_contactform label.error {
	right: 3px;
	top: 11px
}

.widget_contactform button {
	margin-top: 7px;
	margin-left: 5px
}

/* upcoming events */
.widget_upcoming ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.widget_upcoming ul li {
	background: url('../images/bg_footer_widgets.png') repeat-x 0 100%;
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 15px;
	overflow: hidden;
	padding-left: 65px;
	min-height: 53px;
}

.widget_upcoming ul li:last-child {
	background: none
}

.widget_upcoming p.meta_date {
	background: url('../images/bg_counter_light.png') no-repeat 0 0;
	display: block;
	width: 46px;
	margin: 0 11px 0 0;
	height: 55px;
	position: absolute;
	left: 0
}

.widget_upcoming p.meta_date strong {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #545454;
	padding: 11px 0 0 10px;
}

.widget_upcoming p.meta_date a {
	position: absolute;
	background: url('../images/bg_counter_a_light.png') no-repeat 2px 2px;
	display: block;
	width: 46px;
	height: 45px;
	top: 0;
	left: 0;
}

header .widget_upcoming p.meta_date {
	background: url('../images/bg_counter.png') no-repeat 0 0;
}

header .widget_upcoming p.meta_date strong {
	color: #fff;
}

header .widget_upcoming p.meta_date a {
	background: url('../images/bg_counter_a.png') no-repeat 2px 2px;
}

.widget_upcoming p.meta_date span {
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	text-align: center;
	margin-top: 12px;
	padding-right: 4px
}

.widget_upcoming .entry-title {
	text-decoration: none;
	display: block;
	font-size: 14px;
}

.widget_upcoming span {
	display: block
}

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	*line-height: 0;
}

.ir br {
	display: none;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.error {
	color: red;
}

.lt-ie9 .ngg-gallery-thumbnail img {
	max-width: none !important
}

/* Preview */
#stylechanger {
	position: fixed;
	width: 254px;
	top: 110px;
	left: -254px;
	background-color: #fff;
	color: #6b6b6b;
	z-index: 100000
}

.shead {
	background-color: #292521;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	text-transform: uppercase;
	padding: 13px 0
}

.shead h5 {
	margin: 0;
	padding: 0;
}

#stylechanger a.section_toggle {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #211e1b;
	text-decoration: none;
	padding: 6px 20px 8px 15px;
	margin: 1px 0;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #e3e3e2;
	background: #eee url('../images/bg_preview_toggle.png') no-repeat 100% 100%;
}

#stylechanger a.section_toggle.active {
	background: #eee url('../images/bg_preview_toggle.png') no-repeat 100% 0;
}

#stylechanger form fieldset {
	padding: 16px 15px 8px;
	display: none;
	position: relative;
	overflow: hidden;
}

#stylechanger form label {
	float: left;
	line-height: 14px;
	text-align: left;
	padding-top: 2px;
	width: 140px;
	font-style: italic;
	font-size: 12px;
	padding-bottom: 12px
}

#stylechanger form label.select_label {
	width: 100%;
}

#stylechanger form p span {
	color: #2e2828
}

#stylechanger form p {
	padding-bottom: 5px
}

#stylechanger input {
	width: 57px;
	height: 20px;
	border: none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
	font-style: italic;
	margin-bottom: 10px;
	padding: 0;
}

#stylechanger select {
	display: block;
	width: 100%;
	border: 1px solid #eee;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
	font-style: italic;
	margin-bottom: 15px;
	padding: 0;
	text-align: left
}

.mColorPickerTrigger {
	margin: 0;
	display: block;
	height: 16px;
	float: right
}

#customfont {
	padding: 7px 9px;
	border-color: #c7c7c7;
	margin-top: 5px
}

.sfoot {
	background: #f3f3f3;
	padding: 10px 5px 0;
	text-align: right
}

.sfoot button {
	text-transform: uppercase
}

#sreset {
	margin: -39px 0 0 33px;
	width: 60px
}

#sreset button {
	background: url('../images/i_reset.png') no-repeat 0 50%;
	border: 0;
	padding-left: 15px;
	font-style: italic;
	color: #211e1b;
	font-weight: 700
}

.stoggle {
	display: block;
	width: 38px;
	height: 154px;
	float: right;
	margin-right: -38px;
	background: url('../images/bg_stoggle.png') no-repeat 0 0
}

.stoggle.shide {
	background-position: -38px 0
}

.stoggle.sshow {
	background-position: 0 0
}

#mColorPickerInput {
	padding: 0 !important;
}

.gform_wrapper li {
	padding: 0 !important;
	background: none !important;
}

.gform_wrapper li:before {
	display: none !important;
}

.recaptcha_wrap {
	padding: 13px 22px 5px 15px;
	border-right: 1px solid #e5e5e5;
	float: left;
}

.recaptcha_wrap>div {
	overflow: hidden
}

.recaptcha_logo {
	background: url('../images/recaptcha_logo.png') no-repeat 0 0;
	width: 71px;
	height: 36px;
	float: left;
	margin: 12px 18px 0 0
}

#recaptcha_image {
	float: left;
	border: 1px solid #e5e5e5;
	background: #fff;
	line-height: 80%
}

#recaptcha_image br {
	display: none;
}

#recaptcha_image embed {
	margin-top: -20px
}

#recaptcha_image img {
	display: block
}

#recaptcha_image span {
	display: block;
	margin: 7px 5px 0;
	text-align: center
}

.recaptcha_tagline {
	background: url('../images/recaptcha_tagline.png') no-repeat 0 0;
	width: 71px;
	height: 17px;
	float: left;
	margin: 12px 18px 0 0
}

#recaptcha_response_field {
	float: left;
	width: 220px;
	margin-top: 4px;
	margin-right: 5px
}

.recaptcha_reload, .recaptcha_only_if_image, .recaptcha_only_if_audio, .recaptcha_help {
	float: left;
	width: 12px;
	height: 12px;
	margin-left: 11px;
	margin-top: 3px
}

.recaptcha_reload a, .recaptcha_only_if_image a, .recaptcha_only_if_audio a, .recaptcha_help a {
	float: left;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	display: block;
	background: url('../images/recaptcha_icons.png') no-repeat 1px 0
}

.recaptcha_only_if_image a {
	background-position: -21px 0
}

.recaptcha_help a {
	background-position: -43px 0
}

.recaptcha_only_if_audio a {
	background-position: -59px 0
}

.header_top {
	padding-bottom: 7px;
}

header .header_top h2 {
	color: #8AC43E;
	font-size: 1.6em;
	font-weight: 700;
	letter-spacing: -1.8px;
	line-height: 100%;
	margin: 0;
	text-transform: uppercase;
}

span.orange {
	color: #f47d29
}

header .header_top h3 {
	color: #545454;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: normal;
	margin: 0;
}

header .header_top h4 {
	font-size: 14px;
	font-weight: 300;
	margin: 0;
}

header .header_top .widget {
	padding-top: 5px;
	margin-top: 0
}

header .span8 {
	float: left;
	width: 75%;
}

header .span4 {
	float: left;
	margin-top: 24px;
	width: 22%;
}

.d-app {
	float: right;
	width: auto;
	margin-right: 1px;
}

.d-app a {
	color: #A34625;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.5px;
	text-decoration: none;
}

[class^="icon-"], [class*=" icon-"] {
	padding-right: 6px
}

.churchope_button.register {
	font-family: open sans;
	font-size: 15px;
	font-weight: 400;
}

#main .grid_12 h1.event-description-front {
	color: #647E3D;
	font-size: 19px;
	font-weight: 300;
	letter-spacing: -0.6px;
	line-height: 145%;
	margin-bottom: 25px;
	text-align: center;
}

.read-more {
	text-align: right
}

.events_calendar .day.has_event .event a, .offer_group .offer .title {
	color: #545454;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -2px;
	line-height: normal;
	margin-bottom: 0
}

.events_calendar .day.has_event .event a, .offer_group .offer .title {
	color: #545454;
	font-size: 29px;
	font-weight: 700;
	letter-spacing: -2px;
	line-height: normal;
	margin-bottom: 8px;
}

.offer_group .offer .day-event {
	display: block;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: -0.8px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.schedule-front {
	margin-top: 40px;
}

.schedule-front h2 {
	text-align: center
}

.schedule-wrap {
	margin-bottom: 42px;
}

.schedule {
	margin-top: 23px;
}

.pc-w {
	position: relative;
}

.offer_group {

}

.flex-direction-nav {

}

.entry-content ul.schedule-item {
	border-bottom: 1px solid #DEDEDE;
	list-style: none outside none;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.session-item p {
	margin: 0;
	padding: 0;
}

.schedule-item {
	margin: 0;
	padding: 0;
}

.time {
	color: #20AD6B;
	font-weight: 700;
	text-align: right;
	width: 15%;
}

.session-item {
	width: 77%;
}

.sidebar-item {
	padding: 12px 0;
}

.right-sidebar h1, .right-sidebar h2, .right-sidebar h3, .right-sidebar h4{
	color: #6A6969;
}

.sidebar-item .btn{
	width: 100%;
}

.youth-session {
	margin-top: 3px;
}

.entry-content .schedule-item li {
	list-style: none outside none;
	vertical-align: top;
	float: left;
}

.entry-content .schedule-item ol li {
	list-style: decimal outside none;
        width:100%
}

.section-heading {
	font-size: 24px;
}

.sponsor {
	text-align: center
}

.churchope_button.register {
	padding: 15px 43px 14px
}

.tweets {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tweets > li {
	/*margin-bottom: 13px;*/
}

.avatar{
	display: none;
}

.msg .twit{
	display: none;
}
#contentarea article {
	margin-bottom: 26px;
	margin-top: 26px;
}

ul#menu-main li.current-menu-item a {
	color: #6eb2a9;
}

ul#menu-main li.current-menu-item ul.sub-menu li a:hover {
	color: #fff
}

.organizedby {
	float: left;
	margin-top: 42px;
	width: 100%;
	text-align: center
}

/* pricing tables shortcode */
.schedule-cspage .offer_group {
	width: 100%
}

.schedule-cspage .offer_group .offer {
	float: left;
	margin: 0 21px 0 0;
	text-align: left;
	width: 100%;
}

.schedule-cspage .grid_8 .offer_group .offer {
	width: 199px
}

.schedule-cspage .offer_group .offer .inner_offer {
	border: 1px solid #dddddd;
	position: relative;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 2px 2px 3px 0 #f2f2f2, 0 0 0 1px #fdfdfd;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	padding: 20px 0 0;
	height: auto
}

.schedule-cspage .offer_group .offer:hover .inner_offer {
	border: 1px solid #b8b8b8;
	position: relative;
	top: -10px;
	bottom: -10px;
	padding: 30px 0 10px;
	margin-bottom: 0;
	box-shadow: 0 0 18px 3px rgba(0, 0, 0, .1);
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}

.schedule-cspage .offer_group .offer .title {
	font-size: 30px;
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
	padding: 0 20px
}

.schedule-cspage .offer_group .offer .price {
	background-color: #F8F8F8;
	color: #6F6F6F;
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 18px 20px;
}

.schedule-cspage .offer_group .offer .day-event {
	display: block;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	padding: 0 20px;
	text-transform: uppercase;
}

.schedule-cspage .offer_group .offer .offer_content {
	padding: 10px 20px 0;
	display: block
}

.schedule-cspage .offer_group .offer .offer_content li:before {
	display: none;
}

.schedule-cspage .offer_group .offer .offer_content li {
	padding-left: 0;
}

.header_top .row .grid_10 #text-3 {
	margin-bottom: 0;
	margin-left: -13px;
	margin-top: 17px;
	padding-bottom: 0;
}

.speaker-from {
	border-left: 2px solid #41BB89;
	float: right;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-left: 16px;
	width: 15%;
}

.speaker-from img {
	border: medium none;
	border-radius: 0;
}

.speaker-from a:last-child img {
	margin-bottom: 0;
}

.speaker-from a:first-child img {
	margin-top: 0;
}

.offer_group {
	width: 100%
}

.main_event .offer {
	float: left;
	margin: 0 21px 0 0;
	text-align: center;
	width: 100%;
}

.main_event .offer .inner_offer {
	position: relative;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 2px 2px 3px 0 #f2f2f2, 0 0 0 1px #fdfdfd;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	padding: 20px 0 0;
	height: auto;

	background: none repeat scroll 0 0 #F7941E;
	border: 1px solid #DCA759;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 15px rgba(0, 0, 0, 0.15);
	color: #fff;

}

.main_event .offer:hover .inner_offer {
	border: 1px solid #DCA759;
	position: relative;
	top: -10px;
	bottom: -10px;
	padding: 30px 0 10px;
	margin-bottom: 0;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	box-shadow: 0 0 18px 3px rgba(0, 0, 0, .1), inset 0 0 15px rgba(0, 0, 0, 0.15);
}

.main_event .offer .title {
	font-size: 22px;
	font-weight: 700;
	display: block;
	margin-bottom: 20px
}

.main_event .offer .price {
	background-color: #F8F8F8;
	color: #6F6F6F;
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 18px 0;
}

.main_event .offer .offer_content {
	padding: 20px 20px 0;
	display: block
}

.main_event .offer .offer_content li:before {
	display: none;
}

.side_event {
	position: absolute;
	right: 0;
	top: 0;
}

.section-title {
	border-bottom: 1px solid #dddddd;
	clear: both;
	display: block;
	font-size: 18px !important;
	height: 30px;
	margin: 0px 0 40px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 20px;
}

.section-title span {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDDDD;
	display: inline-block;
	margin-top: 27px;
	padding: 10px 30px;
	-webkit-box-shadow: 1px 1px 2px 0 #E0E0E0;
	-moz-box-shadow: 1px 1px 2px 0 #E0E0E0;
	box-shadow: 1px 1px 2px 0 #E0E0E0;
}

.entry-content ul.main-event-list {
	overflow: auto
}

.entry-content ul.main-event-list li {
	background-image: url("../images/check_event.png");
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #8C7451;
	color: #826801;
	font-size: 13px;
	font-weight: normal;
	line-height: 127%;
	padding-bottom: 12px;
	padding-left: 46px !important;
	padding-top: 12px;
	text-align: left;
}

.main_event .offer .title {
	font-size: 28px;
	margin-bottom: 0
}

.teaser {
	font-weight: 600;
	color: #FFF;
	font-size: 17px
}

.entry-content ul.main-event-list li ol li {
	padding-left: 0 !important;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	background: none repeat scroll 0 0 transparent;
	border-bottom: none
}

.entry-content ul.main-event-list li ol {
	margin-bottom: 0
}

.entry-content ul.main-event-list li:last-child {
	border: none
}

/* ======================== Tipsy Tooltips ===================== */

/* Tispy */

.tipsy {
	font-size: 13px;
	position: absolute;
	padding: 5px;
	font-weight: 600;
	z-index: 100000;
}

.tipsy-inner {
	background-color: #000;
	color: #FFF;
	max-width: 200px;
	padding: 10px;
	text-align: center;
	line-height: 1.3;
}

/* Rounded corners */
.tipsy-inner {
}

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; } */

.tipsy-arrow {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	border: 5px dashed #000;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
	border-bottom-color: #333;
}

.tipsy-arrow-s {
	border-top-color: #333;
}

.tipsy-arrow-e {
	border-left-color: #333;
}

.tipsy-arrow-w {
	border-right-color: #333;
}

.tipsy-n .tipsy-arrow {
	top: 0px;
	left: 50%;
	margin-left: -5px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
	top: 0;
	left: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
	top: 0;
	right: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
	bottom: 0;
	left: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
	bottom: 0;
	right: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
	right: 0;
	top: 50%;
	margin-top: -5px;
	border-left-style: solid;
	border-right: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
	left: 0;
	top: 50%;
	margin-top: -5px;
	border-right-style: solid;
	border-left: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.hover-subtitle {
	color: #CC0
}

.has-tipsy {
	text-align: left;
	line-height: 127%
}

.header_top .site-title {
	margin-top: 46px
}

.info-bottom {

}

.info-bottom #copyright p {
	color: #6F6B6B;
	font-size: 11px;
	letter-spacing: normal;
}

.navbar {
	bottom: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

.navbar li {
	display: inline-block;
	margin: 0;
}

.navbar li a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	box-shadow: none;
	color: #FFFFFF;
	display: block;
	font-size: 20px;
	padding: 1px 13px;
	transition: all 0.4s ease 0s;
}

.navbar li a:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}

.logo-bottom {
	float: right
}

/* Footer style */
.logo-list {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

.logo-list > li {
	display: inline-block;
	margin-bottom: 19px;
	margin-right: 4%;
	vertical-align: middle;
	width: 44.6%;
}

.funding .logo-list > li {
	
	display: inline-block;
	margin-bottom: 19px;
	margin-right: -0.329%;
	vertical-align: middle;
	width: 12.5%;
	text-align: left;
}

/* Google Maps */
.fa-gmap {
	float: left;
	margin-right: 25px;
	width: 67%;
	position: relative;
	background-color: rgb(229, 227, 223);
	overflow: hidden;
	margin-bottom: 20px;
}

/* TYPOGRAPHY ELEMENT */

.show-grid [class*="grid_"] {
	background-color: #EEEEEE;
	line-height: 40px;
	min-height: 40px;
	text-align: center;
}

.row.show-grid {
	margin-bottom: 20px;
	margin-top: 20px;
}

.label, .badge {
	background-color: #999999;
	color: #FFFFFF;
	display: inline-block;
	font-size: 10.998px;
	font-weight: bold;
	line-height: 14px;
	padding: 2px 4px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: baseline;
	white-space: nowrap;
}

.label, .badge {
	background-color: #CCCCCC;
	border-radius: 0 0 0 0;
	font-weight: normal;
	text-shadow: none;
}

.label-success, .badge-success {
	background-color: #00A53C;
}

.label-warning, .badge-warning {
	background-color: #FA5F00;
}

.label-important, .badge-important {
	background-color: #EE3224;
}

.label-info, .badge-info {
	background-color: #049CDB;
}

.label-inverse, .badge-inverse {
	background-color: #000000;
}

.vertical-line {
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
}

.vertical-line:after {
	left: 66.1%;
}
/*
.vertical-line:before {
	left: 34.3%;
}
*/
.vertical-line:after{
	background: none repeat scroll 0 0 #EAEAEA;
	content: "";
	height: 100%;
	position: absolute;
	top: 32px;
	width: 1px;
}

.vertical-line2 {
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
}

.vertical-line2:after {
	left: 50.1%;
}
/*
.vertical-line2:before {
	left: 34.3%;
}
*/
.vertical-line2:after {
	background: none repeat scroll 0 0 #EAEAEA;
	content: "";
	height: 100%;
	position: absolute;
	top: 14px;
	width: 1px;
}

/* ============================= REGISTER BUTTON GROUP ================================ */
.button-group {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: auto;
}

.button-group-right {
	float: left;
	text-align: center;
	width: 80%;
}

.button-group .btn {
	font-size: 0.8em;
	padding: 0.51em 1em 0.6em;
}

.btn-line:before {
	background: none repeat scroll 0 0 #EAEAEA;
	content: "";
	height: 98%;
	position: absolute;
	top: 1px;
	width: 1px;
}

.btn-line {
	position: relative;
	overflow: hidden;
	padding-bottom: 16px;
}

.btn-line:before {
	left: 20.7%;
}

#registration-button {
	padding: 0;
}

.gray {
	background: none repeat scroll 0 0 #666666;
	border: 2px solid #666666;
}

.c1 {
	background: none repeat scroll 0 0 #5BAEA7;
	border: 2px solid #5BAEA7;
}

.c2 {
	background: none repeat scroll 0 0 #C99C61;
	border: 2px solid #C99C61;
}

.c3 {
	background: none repeat scroll 0 0 #84A255;
	border: 2px solid #84A255;
}

.c4 {
	background: none repeat scroll 0 0 #B86D6D;
	border: 2px solid #B86D6D;
}

.c5 {
	background: none repeat scroll 0 0 #92719D;
	border: 2px solid #92719D;
}

.c6 {
	background: none repeat scroll 0 0 #4FBFC9;
	border: 2px solid #4FBFC9;
}

.button-group > li {
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 3px;
	vertical-align: middle;
}

.bt-1 {
	margin-top: 36px;
}

.btn-group {
	letter-spacing: normal;
}

.button-group > li:first-child {
	margin-left: 0;
}

.button-group h4 {
	font-weight: 300;
	margin: 0 4px 0 38px;
}

.entry-content ol {
	margin-bottom: 20px;
}

.ticker {
	background: #112321;
	color: #b1cecb;
}

.ticker p {
	padding: 4px 0 0;
	font-size: 0.9em;
}

.ticker p a {
	color: #b1cecb;
}

.ticker p a:hover {
	color: #FFFFFF;
}

.ticker p i {
	color: Red;
	font-size: 10px;
	-webkit-transition: text-shadow 0.2s ease-in-out;
	-moz-transition: text-shadow 0.2s ease-in-out;
	transition: text-shadow 0.2s ease-in-out;
}

.live-now {
	border-radius: 3px;
	border: 1px solid #374645;
	padding: 1px 4px;
	color: #FFFFFF;
	font-size: 0.8em;
	margin-right: 7px;
}

.live-now img {
	margin-bottom: 4px;
}

.multimedia-wrap {
	list-style: none outside none;
	margin: 0 0 0 -26px;
	padding: 0;
}

.multimedia-wrap h4{
	font-size: 13px;
	font-weight: 400;
}

.multimedia-wrap > li {
	display: inline-block;
	margin-left: 26px;
	vertical-align: top;
	width: 20.8%;
}

.multimedia-wrap li a .fa-play-circle {
	bottom: 10px;
	color: #FFFFFF;
	font-size: 19px;
	left: 10px;
	position: absolute;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.pub-cover {
	float: left;
	margin-right: 4%;
	width: 24%;
}
.pub-detail {
	float: right;
	width: 72%;
}

.pub_item {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-bottom: 25px;
}

.pub_item .download-pub{
	margin-top: 0;
}

.pub_item p{
	padding-bottom: 7px;
}

.pub_item .placeholder-img{
	float: left;
	width: 21%;
}

.subtitle {
	color: #333333;
	font-weight: 600;
}

.download-pub{
	margin-top: 10px;
}

.download-pub a{
	border-bottom: none;
	margin-top: 10px;
}

.download-pub a[href$=".pdf"] {
	background: url('../images/document-pdf-text.png') left center no-repeat; padding-left: 22px; ;
}

.tax-publications article.publication{

}

.tax-publications article.publication p, .post-type-archive-publication article.publication p{
	padding-bottom: 7px;
}

.tax-publications .download-pub, .post-type-archive-publication .download-pub{
	margin-top: 0;
}

.tax-publications article.publication, .post-type-archive-publication article.publication {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.tax-publications article .post_title_area, .post-type-archive-publication article .post_title_area{
	background: transparent;
}

.tombol_reg_header {width:260px;margin-bottom:-4px;height:57px;padding-top:8px;}
.tombol_watch_header {width:139px;margin-bottom:-4px;margin-right: 3px;height:57px;padding-top:17px !important}
.beranda-float-left {float:left;}
.beranda-float-right {float:right;margin-right:0px;}
.home-wrap {width:100%}
.float-left {width:50% !important;float: left}
.float-right {
	float: right !important;
}

.news-wrap2 {
	margin: 0;
	padding: 0;
}

.summit-float {float:left;width:50% !important;}
.line-hide {display:none;}

#disclaimerbox {    
    background-color:#FCFCFC;
    padding-left:6px;
    padding-right:6px;
    padding-top: 6px;
}

.psa-title
{color: #075554;}

.picon-pc {
    background: none repeat scroll 0 0 #48C69E;
    border-radius: 50%;
    color: #FFFFFF;
    float: left;
    font-size: 1.5em;
    font-weight: 700;
    height: 33px;
    margin-top: 3px;
    padding-top: 2px;
    text-align: center;
    width: 35px;
}

.photo-com {
	float: left;
    width: 33%;
	height: 500px;
}

.photo-com1{
	float: left;
    width: 33%;
	height: 370px;
}

.photo-pc {
    margin-right: 20px;
	margin-left: 42px;
}
.v-line {
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
}
.v-line:after {
	left: 48.7%;
	background: none repeat scroll 0 0 #EAEAEA;
	content: "";
	height: 100%;
	position: absolute;
	top: 4px;
	width: 1px;
}
.speaker-icon table td {padding:0px 0px;border-bottom:none;padding-bottom:1px;line-height: normal}
.speaker-icon table td a {border-bottom: none;font-size:0.85em;}
.font-loop-a a {font-size: 1.0em !important}
.speaker-icon table tr:hover {background:none;}
.speaker-video-icon:before
{
	content: "\f01d";
	font-family: 'FontAwesome';
	color:#075554;font-size: 0.9em;
}
.speaker-transcript-icon:before {
	content: "\f02d";
	font-family: 'FontAwesome';
	color:#075554;font-size: 0.8em;
}

/* Exhibitor Page -------------------------------------------------------------------------------*/
.exhibit {
	width: 128px;
	margin: 0 16px 0 16px;
	float: left;
	display: inline;
	position: relative
}
.exhibit_clear:nth-child(6n+1) {
	margin: 0;clear: both;
}

@media only screen and (max-width:959px)
{
	.exhibit_clear:nth-child(6n+1) {margin: 0 16px 0 16px;clear: none;}
	.exhibit_clear:nth-child(5n+1){margin: 0;clear: both;}
}
@media only screen and (max-width:767px)
{
	.exhibit_clear:nth-child(6n+1) {margin: 0 16px 0 16px;clear: none;}
	.exhibit_clear:nth-child(5n+1){margin: 0 16px 0 16px;clear: none;}
	.exhibit_clear:nth-child(3n+1) {margin: 0;clear: both;}
}
@media only screen and (max-width:479px)
{
	.exhibit_clear:nth-child(6n+1) {margin: 0 16px 0 16px;clear: none;}
	.exhibit_clear:nth-child(5n+1){margin: 0 16px 0 16px;clear: none;}
	.exhibit_clear:nth-child(3n+1){margin: 0 16px 0 16px;clear: none;}
	.exhibit_clear:nth-child(2n+1) {margin: 0;clear: both;}
}