/*
Theme Name: Twenty Thirteen
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}
.header-holder {
	z-index: 9999;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Muli', sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
	background: #fff;
}
#page {
	width:100%;
	background: url(images/body-bg.png) center top no-repeat #1F9093;
	padding: 0;	
	margin: 0;
}
#trustwaveSealImage {
	float: right;
	margin-top: 20px;
}
.topHeader, .topFooter, .bottomFooter {
	max-width: 1170px;
	margin: 0 auto;
}
.bottomFooter .fMenu{
	float: right
}
.topHeader {
	padding: 8px 0 8px;
}
.footer-logo-text {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 0px;
	color: #fff;
	text-align: right
}
.fLeft .location_ev {
	margin-top: 5px
}
.topHeader .social-media {
	margin-top: 0;
	margin-bottom: 12px
}
.topHeader .social-media a, .bottomFooter .social-media a {
	width: 26px !important;
	height: 26px !important;
}
.topHeader .social-media .subscribe_btn {
	display: none;
}
#hideHeader {
	width: 76px;
	height: 45px;
	position: absolute;
	top: 0px;
	right: -87px;
	background: url(images/hideHeader.png) no-repeat center;
	cursor: pointer;
	display: none !important;
}
#hideHeader.active {
	background: url(images/hideHeaderActive.png) no-repeat center;
}
.hiddenC .topHeader {
	display: none;
}
.hiddenC #main {
	padding-top: 45px
}
.site-content {
	background: #fff;
	padding: 1px 15px 30px;
	max-width: 1200px;
	margin: 0 auto;
}
a {
	color: #00888A;
	text-decoration: none;
}

a:visited {
	color: #00888A;
}

a:focus {
	outline: none;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none
}
.user-box a {
	text-decoration: underline;
}
.user-box a:hover {
	text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 18px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 13px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
.internal-page-content {
	font-family: Arial, Helvetica, sans-serif;
}
.internal-page-content a {
	text-decoration: underline;
}
.internal-page-content a:hover {
	text-decoration: none;
}
.qinternal-page-content blockquote {
	margin: 21px 0px 53px 29px;
}
blockquote {
	margin: 21px 0px 28px 29px;
}
blockquote p {
	font-size: 14px;
	font-weight: 700;
}
p.qHolder {
	position: relative;
	padding: 0 30px 0 40px;
	margin-bottom: 0
}
.qinternal-page-content blockquote span.topQuote {
	background: url(images/quotePageTop.png) no-repeat;
}
.qinternal-page-content blockquote span.bottomQuote {
	background: url(images/quotePageBottom.png) no-repeat;
}
blockquote span.topQuote {
	position: absolute;
	top: 8px;
	left:0;
	display: block;
	width: 33px;
	height: 28px;
	display: inline-block;
	background: url(images/quoteTop.png) no-repeat;
	left: 0;
}
blockquote span.bottomQuote {
	display: inline-block;
	width: 33px;
	height: 28px;
	margin-left: 6px;
    margin-top: 12px;
    position: absolute;
	background: url(images/quoteBottom.png) no-repeat;
	margin-left: 5px
}
blockquote blockquote {
	margin-right: 0;
}
.reviews {
	height:150px;
	padding:padding: 0 2px 0 0;
	
}
.authBox {
	margin-top: 17px;
}
.authBox p {
	float:left;
	margin-left: 5px;
	font-size: 14px;
	color: #333333;
	margin-top: 41px;
	margin-bottom: 0
}
.authBox p span {
	font-weight: bold;
}
.authBox span.ph {
	display: block;
	float: right;
	height:100px;
}
.authBox p.pt {
	float: right;
	margin-right: 15px;
	margin-bottom: 5px;
}
.authBox img {
	float: left;
}
blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
 

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
label {
	display: block;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
label span {
	color:#FF0000;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	border: 1px solid #7D7D7D;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	display: block;
	float: none;
	width: 240px;
	height: 30px;
	margin-bottom: 27px;
}
select {
	border: 1px solid #7D7D7D;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	display: block;
	float: none;
	width: 240px;
	height: 30px;
	margin-bottom: 8px;
}
select#group_number {
	width: 90px;
}
input#title {
	width: 90px;
}
input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 1px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
.back_btn {
	display: block;
	font-size: 14px;
	color: #333;
	float: right;
}
.back_btn a {
	color: #00888A;
}
input[type="submit"].group_booking {
	font-size: 23px;
	margin-top:19px;
}
.form_btn {
	font-family: 'Muli', sans-serif;
	background: url(images/submit-bg.png) 25px center no-repeat #5b952f; /* Old browsers */
	border: none;
	display: block;
	float: right;
	border-radius: 0;
	font-size: 24px;
	color: #fff !important;
	line-height: 1;
	height: 45px;
	padding: 10px 20px 10px 60px;
	text-decoration: none !important;
	width: auto;
	 box-shadow: inset 0px 0px 5px #050;
   -webkit-box-shadow: inset 0px 0px 5px #050;
   -moz-box-shadow: inset 0px 0px 5px #050;
   margin-top: 30px;
   margin-bottom: 30px;
}
.table_btn.form_btn {
	float: left;
	margin-bottom: 5px;
}
.form_btn:hover {
	color: #fff;
}
.form_btn span {
	font-size: 18px;
	white-space: nowrap;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	font-family: 'Muli', sans-serif;
	background: url(images/submit-bg.png) 10px center no-repeat #5b952f; /* Old browsers */
	font-size: 24px;
	border: none;
	border-radius: 0;
	color: #fff;
	height: 45px;
	padding: 7px 21px 10px 50px;
	text-decoration: none;
	width: auto;
	 box-shadow: inset 0px 0px 5px #050;
   -webkit-box-shadow: inset 0px 0px 5px #050;
   -moz-box-shadow: inset 0px 0px 5px #050;
   white-space: pre-wrap;
   margin: 0 auto;
}
input[type="submit"].update_det {
	float: right;
	margin-top: 30px
}
input[type="submit"].sign-up {
	margin: 30px auto;
	float: none;
	width: 164px;
	display: block
}
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: url(images/submit-bg.png) 10px center no-repeat #093; /* Old browsers */
	border: none;
	border-radius: 0;
	color: #fff;
	 box-shadow: inset 0px 0px 5px #050;
   -webkit-box-shadow: inset 0px 5px 0 #050;
   -moz-box-shadow: inset 0px 0px 5px #050; 
   outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: url(images/submit-bg.png) 10px center no-repeat #093; /* Old browsers */
	border: none;
	border-radius: 0;
	color: #fff;
	 box-shadow: inset 0px 0px 5px #050;
   -webkit-box-shadow: inset 0px 5px 0 #050;
   -moz-box-shadow: inset 0px 0px 5px #050; 
   outline: none;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	/*max-width: 1600px;*/
	width: 100%;
}

.site-main {
	position: relative;
}
.home .site-main {
	padding-top: 0
}
.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
	background: none;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1183px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align:center;
	margin-right: 3px
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #fff;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	padding: 16px 14px 16px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight: bold;
	/*border-left: 1px solid #515151;*/
	text-transform: uppercase;
}
@-moz-document url-prefix() {
	.nav-menu li a {
		padding: 16px 15px 16px 14px
	}
}

.nav-menu li a {
	border: none
}
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus, .nav-menu li.current_page_item a {
	background-color: #00888A;
	color: #fff;
	white-space:nowrap;
}
.nav-menu li#menu-item-3309.current_page_item a, .nav-menu li#menu-item-3309 a {
	background-color: #ffd204;
	color: #000;
	white-space:nowrap;
}
.nav-menu li#menu-item-3309.current_page_item a:hover, .nav-menu li#menu-item-3309 a:hover {
	background: #bb173a;
	color: #fff;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #4d89b2;
	border: 1px solid #fff;
	border-bottom: 0;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	box-shadow: 4px 4px 4px rgba(0,0,0,0.6);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}
.nav-menu li ul a  {
	margin: 0;
	font-weight: 400;
	width: 257px;
	font-size: 15px;
	border-bottom: 1px solid #fff;
	border-left: none;
	white-space: nowrap;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus, .nav-menu li ul li.current-menu-item a{
	background-color: #363636;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	width: 100%;
	background: #333333;
	z-index: 99999
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}
.attend-table th {
	text-transform: capitalize
}
td.first {
	width: 40%;
	padding-right: 4%
}
.attend-table ul {
	margin-top: 0;
	margin-left: 2px;
}
/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 40px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {
	color: #bc360a;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #ea9629;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */
/*
.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}*/

/*.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}*/


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}
.a-date {
	margin-bottom: 0;
	font-size: 14px;
}
.a-date .day {
	text-transform: capitalize
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background: url(images/footer_bg.png) top center no-repeat;
	background-color: #24475c;
	background-size: auto !important;
	color: #686758;
	font-size: 14px;
	padding-bottom: 29px;
	padding-top: 20px;
	height: 260px;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}
.fBox {
	float: left;
}
.fBox .site-logo {
	margin-top: -2px;
	position: absolute;
	left: 8px;
	top: 7px;
}
.fBox a .location_ev {
	font-size: 15px;
	margin-top: 3px;
}
.fBox span.phone {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	margin-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: none
}
.fBox a.email {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/femail.png) left center no-repeat;
	padding-left: 33px;
}
/*.fBox a.email:hover {
	color: #00888A;
	background: url(images/femail_hover.png) left center no-repeat;
}*/
.fBox.first {
	width: 60.40%;
	margin-top: 8px;
}
.fLeft {
	position: relative;
	float: right;
}
.fBox.second {
	width: 25%;
	margin-left: 5%;
	margin-top: 21px;
}
.fBox.last {
	width: 29%;
	text-align: right;
	margin-left: 2%;
	margin-top: 7px;
	float:right;
}
.fBox h4 {
	font-size: 17px;
	color:#fff;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: normal;
}
.fBox li a {
	color: #959595;
	border: none !important;
	padding: 0 !important;
	display: block !important;
	text-transform: none !important;
	background: none !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px !important;
	line-height: 20px !important;
}
.fBox .nav-menu li:hover > a, .fBox .nav-menu li a:hover, .fBox .nav-menu li:focus > a, .fBox .nav-menu li a:focus, .fBox .nav-menu li.current_page_item a,
.fBox li a:hover, .fBox li a:active {
	background: none !important;
	color: #959595;
}
.fBox ul {
	margin: 0;
	padding: 0;
}
.fBox ul li {
	list-style: none;
	float: none
}
.agenda-box-section li {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
}
.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}
.pageImage {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
#wpstats {
	display: block;
	margin: -10px auto 0;
}

.site-logo {
	float:left;
	margin-top: 0;
	max-width: 100%;
	margin-left: 1px;
}
.header-det a {
	font-size: 20px;
	color: #FFF;
	line-height: 35px;
}
.header-det a:hover {
	color: #fff;
}
p.topHeaderText {
	font-weight: 900;
	position: absolute;
	top: -29px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 19px;
	color: #00888a
}
.site-logo a {
	color: #333333;
	font-size: 23px;
	line-height: 24px;
}
.header-det {
	position: relative;
	float: left;
	font-size: 20px;
	color: #FFF;
	line-height:0.85;
	margin-left: 90px;
	padding-left: 20px;
	padding-right: 20px;
	width: 660px;
	height: 107px;
	padding-top: 32px;
	margin-top: 43px;
	background: url(images/green-agenda-bg.png) no-repeat;
}
.location_ev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: right;
	display: block;
	margin-top: 11px;
}
.header-btn p {
	position: absolute;
	right: 0;
	top: -10px;
	text-align: right;
	min-width: 500px;
	text-align: right;
	font-size: 11px;
	color: #333333;
	margin-bottom: 0;
	margin-top: 2px;
}
.header-btn p a {
	color: #00868a;
	text-decoration: underline;
}
.header-btn p a:hover {
	text-decoration: none;
}
.header-btn {
	float: right;
	max-width: 176px;
	position: relative;
	margin-top: 5px;
	padding-top: 16px;
}
.header-btn .agenda {
	display: block;
	width: 176px;
	height: 32px;
	box-sizing: border-box;
	background: url(images/btn-sprite2.png) -181px 0 no-repeat;
	float: left;
	color: #000;
	font-size: 22px;
	padding-right: 5px;
	padding-top: 12px;
	padding-bottom: 16px;
	margin-right: 25px;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 0px 1px #474700;
	padding-left: 5px;
	line-height: 28px;
}
.header-btn .agenda_btn {
	display: block;
	width: 176px;
	height: 32px;
	box-sizing: border-box;
	background: url(images/agenda_sprite.png) 0 0 no-repeat;
	float: left;
	color: #000;
	font-size: 22px;
	padding-right: 5px;
	padding-top: 12px;
	padding-bottom: 16px;
	margin-right: 25px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 0px 1px #474700;
	padding-left: 5px;
	line-height: 28px;
}

.header-btn .agenda:hover {
	background: url(images/btn-sprite2.png) -181px -36px no-repeat;
}
.header-btn .agenda_btn:hover {
	background: url(images/agenda_sprite.png) 0px -36px no-repeat;
}
.header-btn .agenda span {
	display: block;
}
.header-btn .agenda span.small {
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	padding-top: 5px;
	color: #333;
	text-shadow: none
}

.header-btn .book {
	display: block;
	width: 176px;
	height: 32px;
	box-sizing: border-box;
	background: url(images/btn-sprite.png) 0 0 no-repeat;
	color: #fff;
	font-size: 29px;
	float: left;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 13px;
	padding-bottom: 8px;
	line-height: 28px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 0;
	text-shadow: 1px 0px 1px #4a0015;
}
.header-btn .book:hover {
	background: url(images/btn-sprite.png) 0 -36px no-repeat;
}
.header-btn .book span {
	display: block;
}
.header-btn .book span.small {
	font-size: 20px;
	font-weight: 400;
	text-shadow: none;
	text-align: left;
	padding-top: 3px;
}
.header-text {
	padding-top: 11px;
	width: 817px;
	margin-right: 10px;
	float: left;
	margin-left: 20px;
	color: #fff;
}
.header-text p.ace {
	color: #fff;
	font-weight: 400;
	text-align: left;
	font-size: 26px;
	text-shadow: 0 2px 1px #115781;
	line-height: 30px;
	margin-bottom: 8px;
}
.header-text p.global {
	color: #fff;
	font-weight: 700;
	font-size: 27px;
	text-align: right;
	line-height: 30px;
	margin-bottom: 5px;
	text-shadow: 0 2px 1px #115781
}
.sliderHolder {
	margin-top: 0;
	max-width: 100%
}
.sliderHolder img {
	max-width: 100%;
	height: 300px;
}
ul.carousel {
	padding: 0;
	margin: 0;
}
.carousel li {
	position: relative;
	list-style: none;
}
.left-content {
	width: 74.42%;
	float:left;
}
.left-box {
	width: 65.5%;
	float: left
}
.right-box {
	width: 32.3%;
	float:right;
}
.right-content {
	width: 23.3%;
	float:right;
	margin-bottom: 30px;
}
.box-title {
	background: url(images/title-bg.png) no-repeat 1.5% 50% #333333;
	padding: 10px 15px 12px 50px;
	margin: 0;
	border: none;
}
.box-title h2, .box-title h1 {
	color: #fff;
	float: left;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0
}
.box-title h2 span, .box-title h1 span {
	font-size: 16px
}
.page-id-2399 .box-title h1 {
	font-size: 25px
}
.internal-page-content .box-title {
	margin-bottom: 17px
}
.agenda-box-section {
	margin-top: 26px;
}
.agenda-box-section.active {
	display: block;
}
.smallBox {
	margin-top: 30px;
}
.smallBox.noMarginTop {
	margin-top: 1px;
}
.smallBox a, .smallBox.latest {
	color: #000000;
	font-size: 19px;
	padding: 4px 12px 7px;
	line-height: 1;
	display: block;
}
.smallBox.latest a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal
}
.smallBox a span, .smallBox span {
	font-size: 13px;
	display: block;
	margin-top: 7px;
}
.smallBox.latest span {
	text-align: right;
	padding-right: 41px;
}
h1.home-title {
	 color: #000;
	 font-size: 34px;
	 font-weight: bold;
	 margin-top: 21px;
	 margin-bottom: 12px;
	 line-height: 1.1
}
.smallBox ul {
	padding-left: 0;
	margin-top: 3px;
	margin-bottom: 10px;
}
.smallBox ul li {
	list-style: none;
	padding-left: 25px;
	background: url(images/list-type.png) left 14px no-repeat;
	border-bottom: 1px solid #DDDDDD;
}
.smallBox ul li:hover {
	background: url(images/list-type_hover.png) left 14px no-repeat;
}
.smallBox ul li a {
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0 11px;
}
.smallBox.mailUpdates a {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 17px 9px 17px
}
.smallBox.mailUpdates {
	background: #00888A
}
.smallBox.mailUpdates:hover {
	background: #1F9093;
	color: #fff;
}
.smallBox.mailUpdates a {
	color: #fff;
}
.home .smallBox.noMarginTop {
	margin-top: 0;
}
.sponsorsBox {
	text-align: center;
	font-size: 28px;
	padding: 11px 12px 25px;
	line-height: 1;
	margin-top: 30px;
	border: 1px solid #DDDDDD
}
.sponsorsBox.mediaPartnerBox {
	height: 180px;
}
.logosBox {
	padding: 18px 12px 18px;
}
.sponsorsBox span.sponsors {
	display: block;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 15px;
	font-size: 12px;
	color: #999999
}
.left-content ul {
	padding-left: 0;
	margin-bottom: 25px;
}
.left-content ul li ul {
	margin-top: 17px
}

.left-content .agenda-right ul li {
	margin-bottom: 4px;
}
.time-box {
	margin-top: 3px;
	background: #1F9093;
}
.box-agenda-3647 .agenda-right p.title-a, .box-agenda-3654 .agenda-right p.title-a, .box-agenda-3660 .agenda-right p.title-a, .box-agenda-3662 .agenda-right p.title-a {
	color: #fff;
	background: #1f9093;
	padding-left: 5px;
}
.box-agenda {
	padding-bottom: 5px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ddd
}
.left-content ul li {
	list-style: none;
	background: url(images/list-type.png) left 5px no-repeat;
	padding-left: 31px;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 17px;
}
.left-content ul li span {
	font-weight: bold
}
.left-content ol {
	padding-left: 19px;
	margin-bottom: 25px;
}
.left-content ol li {
	padding-left: 31px;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 17px;
}
.left-content ol li span {
	font-weight: bold;
}
.box-title a {
	text-align: right;
	display: block;
	float: right;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	margin-top: 11px;
	margin-right: 7px;
	text-decoration: none;
}
.box-title a:hover {
	text-decoration: underline
}
.speaker-box {
	display: inline-block;
	width: 30.5%;
	margin-left: 2%;
	border: 1px solid #ebebeb;
	margin-top: 20px;
	vertical-align:top;
}
.speaker-box:hover .speaker-content {
	background: #E6E6E6
}
.speaker-page-box {
	width: 22%;
	margin-left: 2%;
}
img {
	max-width: 100%
}
.speaker-box.first {
	margin-left: 0
}
.speaker-box span, .speaker-box a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none
}
.speaker-box span.speaker-job {
	font-weight: 400;
}
.speaker-content {
	padding: 7px 15px;
}
.marginMeTop {
	margin-top: 30px;
}
.marginMeTopBottom {
	margin-top: 30px;
	margin-bottom: 16px
}
.footer-det {
	font-size: 20px;
	color: #fff;
	float: right;
	font-weight: bold;
	margin-top: 27px;
}
.footer-det a {
	font-size: 20px;
	text-decoration: underline;
	color: #fff;
	display: block;
	margin-bottom: 15px;
}
.footer-det a:hover {
	text-decoration: none
}
.footer-social {
	float: right;
}
.fTel {
	display: table-cell;
	height: 46px;
	padding-right: 42px;
	vertical-align: middle;
	background: url(images/footerPhone.png) no-repeat right center;
	margin-bottom: 10px;
}
.footer-social {
	margin-top: 49px;
	margin-left: 140px;
}
.footer-social a {
	display: block;
	width: 36px;
	height: 46px;
	float: left;
}
.footer-social a.in {
	width: 46px;
	background: url(images/fIn.png) no-repeat;
}
.footer-social a.tw {
	background: url(images/fTw.png) no-repeat;
}
.footer-social a.fb {
	background: url(images/fFb.png) no-repeat;
}

#menu-footer-menu li a {
	padding: 1px 12px 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform: capitalize;
	font-weight: 400;
	text-align: right;
	border-color: #fff
}
#menu-footer-menu li:last-child a {
	padding-right: 0;
}
#menu-footer-menu li a:hover, #menu-footer-menu li a:active, #menu-footer-menu li.current-menu-item a {
	background: none !important
}
.copy {
	float: right;
	margin-top: 4px;
}
.copy  p, .address  p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	line-height: 18px;
	margin-bottom: 0;
	text-align: right;
	font-weight: 400
}

.bottomFooter .address { margin-top:10px }
.fMenu {
	float: left;
	margin-top: 3px;
	text-align: left;
}
.fMenu ul {
	float: right
}
.bottomFooter {
	padding-top: 18px;
	padding-bottom: 19px;
}
#menu-footer-menu  {
	display: block;
	margin-top: 1px;
	text-align: right;
	margin-bottom: 12px;
}
#menu-footer-menu li:first-child a {
	border: none;
	padding-left: 0;
}
#menu-footer-menu li a:hover {
	background: none !important;
	text-decoration: underline;
}
.bottomFooter .margin {
	padding: 23px 0 19px
}
.fSponsorBox {
	float: left;
	border: 1px solid #DDDDDD;
	padding: 10px 10px 5px;
	border-right: none;
}
.fSponsorBox.last {
	border-right: 1px solid #DDDDDD;
}
.fSponsorBox span, .fSponsorBox a {
	display: block;
	font-size: 12px;
}
.fSponsorBox span.related {
	margin-left: 5px;
	margin-bottom: 9px;
	float: left;
	color: #999999
}
.fSponsorBox span.date {
	float: right;
	color: #666666
}
.fSponsorBox a.event {
	margin-bottom: 9px;
	float: right;
	color: #00888A
}
.fSponsorBox a.event:hover {
	text-decoration: underline
}
.footerSponsors {
	float: left;
}
.websiteBy {
	float: right;
	color: #fff;
	font-size: 12px;
	margin-top: 12px;
	margin-right: 20px;
}
.websiteBy a {
	color: #959595;
	text-decoration: underline;
}
.box-agenda-2618 .time-box, .box-agenda-2617 .time-box, .box-agenda-2616 .time-box, .box-agenda-2612 .time-box, .box-agenda-2607 .time-box {
	background: none;
	text-indent: -9999px
}
.session_title {
	color: #fff;
	background: #00888A;
	padding-left: 3px;
}
.websiteBy a:hover {
	text-decoration: none;
}
.twiterBox {
	margin-top: 30px;
}
.sponsorsBox a {
	font-size: 12px;
	font-weight: bold;
	color: #00888A;
	display:block;
}
.customBox {
	text-align: center;
	margin-top: 30px;
}
.sponsorsBox .fTel {
	background: url("images/phone.png") no-repeat scroll 4px center rgba(0, 0, 0, 0);
	font-size: 18px;
	font-weight: bold;
	color: #000;
	width: 100%;
	text-align: left;
	padding-left: 32px;
	padding-right: 10px
}
.phoneBox {
	padding: 5px 12px 5px;
}
.emailBox {
	padding: 0px 12px;
	height:58px;
	line-height:58px;
	font-size:22px;
	font-weight:bold;
	color:#005F61;
	text-align:center;
}
.emailBox a {
	font-size:20px;
	font-weight:bold;
	color:#000;
	text-align: left;
	padding-left: 36px;
	background: url(images/s_mail_bg.png) no-repeat 4px center; 
}
/*.emailBox:hover a {
	color: #00888A;
	background: url(images/s_mail_bg_hover.png) no-repeat 4px center; 
}*/
.social-media {
	float: right;
	margin: 5px 0
}
.breadcrumbs .social-media {
	margin: 0
}
.internal-social-media {
	margin: 0
}
.social-media span, .social-media a {
	display:block;
	float: left;
	margin-left: 8px;
	font-size: 12px;
	color: #333333;
	font-weight: bold
}
.social-media a.in {
	width: 20px;
	height: 20px;
	background: url(images/in.png) no-repeat;
	background-size: contain;
}
.social-media a.fb {
	width: 20px;
	height: 20px;
	background: url(images/fb.png) no-repeat;
	background-size: contain;
}
.social-media a.tw {
	width: 20px;
	height: 20px;
	background: url(images/tw.png) no-repeat;
	background-size: contain;
}
.social-media a.mail {
	margin-top: 2px;
	background: url(images/mail.png) left 1px no-repeat;
	padding-left: 18px;
	background-size: contain;
}
.social-media a.rss {
	background: url(images/rss.png) left 1px no-repeat;
	width: 20px;
	height: 20px;
	background-size: contain;
}
.social-media a.mail.first {
	margin-right: 1px;
	padding-right: 10px;
	border-right: 1px solid #aaa;
}
.internal-social-media a.mail {
	margin: 2px 0 0
}
.paddingContent {
	padding: 0 12px;
}
.rightBoxHolder {
	border: 1px solid #DDDDDD;
	border-top: none;
}
.slide-content {
	width: 728px;
	padding: 10px 17px 10px 185px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 175px;
	color: #fff;
	line-height: 45px;
}
.slide-content p {
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.slide-content span {
	color: #fff;
	font-size: 18px;
	float: right
}
.loginTextBox {
	max-width: 514px;
}
.slideFooter {
	margin:  0;
	padding: 0;
	height: 30px;
}
.home .site-content {
	padding-top: 25px;
}
.slideFooter ul {
	margin: 12px 23px 0 0;
	padding: 0;
	float: right
}
.slideFooter li {
	list-style: none;
	float: left;
	cursor: pointer;
	background: url(images/carousel.png) no-repeat;
	width: 8px;
	height: 8px;
	margin-left: 12px;
}
.slideFooter li:hover {
	background: url(images/carouselActive.png);
}
.slideFooter li.selected {
	cursor: default;
	background: url(images/carouselActive.png);
}
.breadcrumbs {
	margin: 6px 0 4px;
}
.breadcrumbs ul {
	padding: 0;
	margin: 0;
}
.breadcrumbs ul li a {
	text-decoration: none;
}
.breadcrumbs ul li {
	list-style: none;
	float: left ;
	margin-right: 3px;
	background: none;
	padding: 3px 0 0;
	font-family: 'Muli', sans-serif;
	margin-bottom: 0;
	font-size: 10px;
}
.breadcrumbs ul li span {
	font-weight: 400
}
.speakerThumb {
	text-align: center;
	vertical-align: middle;
	float: left;
	border: 1px solid #DDDDDD;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-top: 13px
}
p.single-speaker-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 6px;
}
p.single-speaker-title span {
	font-style:italic;
	font-weight: 400;
}
a.all {
	display: block;
	text-align: right;
	margin-right: 8px;
	float: right;
	margin-bottom: 15px;
}
.errorImgBox {
	margin-bottom: 25px;
	padding-top: 10px;
}
.header-box-top {
	float: right;
	position:relative;
}
.search-box {
	position: absolute;
	bottom: -75px;
	right: -13px;
	display: none;
	padding-top: 25px;
}
.search-box input.sInput {
	width: 395px;
	margin-right: 2px;
	height: 36px;
	margin-bottom:0;
	float: left;
	border: none;
}
.search-box input.search {
	width: 75px;
	height: 36px;
	float: left;
	text-align: center;
	background: #363636;
	padding: 0;
	font-size: 14px;
	color: #fff;
	font-family: 'Muli', sans-serif;
	margin-bottom:0;
}
.search-box-container {
	padding: 10px;
	border-radius: 10px;
	box-shadow: 6px 6px 7px rgba(0, 0, 0, 0.6);
	width: 492px;
	position: relative
}
.search-box-container .tooltip {
	position: absolute;
	width: 19px;
	height: 18px;
	top: -18px;
	right: 27px;
	display:block;
	background: url(images/searchTooltip.png) no-repeat
}
.header-box-top a {
	display: block;
	margin-top: 0;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	border-right: 1px solid #515151;
	padding-right: 20px;
	padding-left: 27px;
	margin-left: 15px;
	font-size: 12px;
	text-decoration: none !important
}
.header-box-top a:hover {
	text-decoration: underline !important;
}
.header-box-top a.last {
	padding-right:0;
	border-right: none;
}
span.sSearch {
	border-right: 1px solid #515151;
    display: block;
    float: left;
    font-size: 12px;
    margin-left: 0;
    margin-top: 0;
    padding: 8px 20px 8px 15px;
    text-decoration: none !important;
	margin-right: 0;
	color: #fff
}
a.search {
	padding: 17px 29px 17px 25px;
	cursor: pointer;
	margin-left: 0;
	background: url(images/searchItem.png) center no-repeat
}
a.search:hover .search-box {
	display: block
}
a.download {
	background: url(images/cloud.png) left center no-repeat;
	padding-left: 33px;
}
a.print {
	background: url(images/print.png) left center no-repeat;
}
a.print-reg {
	font-size: 14px;
	line-height: 20px;
	margin-top:0;
	font-weight: bold;
	margin-right:50px;
	border-right: none;
	padding: 7px 20px 7px 27px
}
a.update {
	background: url(images/mailTop.png) left center no-repeat;
}
.agenda-left {
	width: 16%;
	float:left;
	max-width: 138px
}
.intro {
	margin-bottom: 20px;
}
.agenda-center {
	width: 5%;
	float:left;
	margin-left: 1%;
	text-align: center;
}
.agenda-right {
	width: 77%;
	float:left;
	margin-left: 1%;
	position: relative;
}
.timer {
	color: #fff;
	background: url(images/timer.png) 10px center no-repeat;
	padding-left: 34px;
	font-size: 14px;
	font-weight: bold
}
.conteact-box h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	font-size: 16px;
	color: #333333;
	margin-top: 0
}
.conteact-box {
	border-bottom: 1px solid #ddd;
	padding-bottom: 26px;
	padding-top: 20px;
}
.conteact-box p {
	margin-bottom: 0;
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.conteact-box.first {
	padding-top: 0
}
.conteact-box span {
	display: block;
}
.conteact-box a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.conteact-box a:hover {
	text-decoration: none;
}
.sponsor-page-box {
	display: inline-block;
	padding: 10px;
	border: 1px solid #DDDDDD;
	width: 30%;
	margin-left: 2.5%;
	vertical-align: middle;
	text-align: center;
	line-height:158px;
	margin-bottom: 30px;
	min-height: 160px;
}
.sponsorThumbBox {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	min-height: 160px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	width: 31.1%;
	vertical-align: middle;
	text-align: center;
	line-height:158px;
	margin-bottom: 30px;
}
.sponsors-content-area .internal-page-content .box-title, .single-sponsorspartners .box-title {
	margin-bottom: 30px;
}
.view-content {
	max-width: 870px;
}
.table th {
	background: #eeeeee;
	padding: 0
}

.table th, .table td {
	line-height: 30px;
	min-height: 40px;
	margin-left: 1.5%;
	font-size: 16px;
	vertical-align: middle;
	padding: 5px 20px 5px;
	border-left: 1px solid #DDDDDD;
	text-transform: none;
}

.table .red {
	font-size: 12px;
	color: #d24d4d;
	font-weight: bold
}
.table {
	border: 1px solid #363636;
	vertical-align:middle;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1;
	margin-top: 30px;
	margin-bottom: 5px;
}
.table td {
	text-align: center
}
th.companyT, .table td.first {
	border-left: none !important;
	text-align: left
}

.applicationBox {
	max-width: 590px;
	padding: 17px 22px;
	border: 1px solid #DDDDDD;
	display: none;
	margin-top: 30px;
}
.left-box-application {
	float: left;
	width: 45%;
}
.right-box-application {
	float: right;
	width: 45%;
}
span.expand {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	background: url(images/expand.png) left center no-repeat;
	margin-top: 10px;
	padding-left: 30px;
	height: 20px;
}
span.expand.active {
	background: url(images/expand-active.png) left center no-repeat;
}
.table .free {
	color: #333333;
	font-size: 16px;
}
a.table-link {
	display: block;
	float: right;
	color: #98002b;
	text-decoration: underline;
	font-weight: 700;
	font-size: 12px;
	text-transform: none;
	margin-right: 10px;
}
a.table-link:hover {
	text-decoration: none;
}
.table .team {
	font-size: 12px;
}
.table .team a {
	text-decoration: underline;
}
.table .team a:hover {
	text-decoration: none
}
.quantityT input.quantityInput {
	width: 46px;
	height: 22px;
	padding: 0 3px;
	margin-bottom: 0;
	display: block;
	float: left;
	margin-left: 18px;
	margin-top: 4px;
}
.quantityT input[type="submit"] {
	background: #363636;
	padding: 0 8px;
	color: #fff;
	margin-bottom: 0;
	margin-top: 4px;
	height: 22px;
	font-size: 12px;
	margin-left: 3px;
	display: block;
	float: left
}
.left-content ul.regTabs, .internal-page-content ul.regTabs {
	float: right;
	margin: 8px 0 0;
}
.left-content ul.regTabs li, .internal-page-content ul.regTabs li {
	list-style: none;
	float: left;
	background: none;
	padding: 0;
	margin: 0
}
.left-content ul.regTabs a, .internal-page-content ul.regTabs a {
	padding: 1px 14px 0;
	margin: 0;
	border-left: 1px solid #515151;
	position: relative;
	text-decoration: none !important;
	font-size: 14px;
}
.left-content ul.regTabs li:first-child a, .internal-page-content ul.regTabs li:first-child a {
	border-left: none;
}
.left-content ul.regTabs a span.bg, .internal-page-content ul.regTabs a span.bg {
	position: absolute;
	display: none;
	width: 18px;
	height: 18px;
	background: url(images/tab-bg.png) no-repeat;
	z-index: 100;
	bottom: -18px;
	left: 50%;
	margin-left: -9px;
}
.left-content ul.regTabs li.active a span.bg, .internal-page-content ul.regTabs li.active a span.bg {
	display: block;
}
.question {
	float: left;
	margin-right: 38px
}
.field-box {
	margin-bottom: 55px
}
.field-box.last {
	margin-bottom: 30px
}
.details-top {
	margin-top: 26px
}
.input-box {
	float: left;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.input-box select {
	margin-bottom: 8px;
	margin-top: -6px
}
.input-box input, .input-box label {
	float: left;
	width: auto;
	margin-bottom: 0;
	font-size: 14px;
	color: #333333
}
.input-box input {
	margin-left: 22px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 0;
}
.question .sQuestion {
	display: block;
	float: left;
	font-size: 16px;
	color: #333333
}
.question .sQuestion span {
	color: #ff0000
}
span.info {
	background: url(images/info.png);
    display: block;
    float: left;
    height: 21px;
    margin-left: 5px;
    margin-top: 2px;
    position: relative;
    width: 21px;
}
span.info:hover .infoText {
	display: block
}
span.info .infoText {
	background: none repeat scroll 0 0 #363636;
    border-radius: 5px;
    bottom: 33px;
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    left: -10px;
    line-height: 16px;
    min-height: 65px;
    padding: 10px 15px 15px;
    position: absolute;
    min-width: 250px;
	z-index: 101
}
span.info .infoText .carrot {
	background: url(images/infoCarrot.png);
    bottom: -10px;
    display: block;
    height: 10px;
    left: 22px;
    position: absolute;
    width: 8px;
}
.bCode {
	background: #eee;
	padding:18px 30px;
	max-width: 580px;
	margin-left: 30px;
	margin-bottom: 30px;
	display:none;
}
.bCode label {
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
	margin-top: 3px;
	color: #333;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
}
.bCode input {
	float: left;
	margin-bottom: 0
}
.attendBox {
	margin-right: 3%;
	width: 30%;
	display:inline-block;
	margin-bottom: 50px;
	vertical-align:top;
}
.attendBox.last {
	margin-right: 0
}
.attendHolder {
	border: 1px solid #ddd;
	padding: 22px 20px 22px 22px;
}
.aTitle {
	background: #cccccc;
	color: #333;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	display: block;
	float: left;
	margin-left: 15px;
}
.details-section .aTitle {
	margin-left: 44px;
	padding: 5px 7px
}
.sponsorsBox .sponsorThumb {
    line-height: 110px;
    min-height: 110px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.det-content p {
	padding-left: 50px;
	margin-bottom: 25px;
}
.attendBox input.addres {
	margin-bottom: 10px;
}
.attendBox select {
	width: 240px;
}
.attendBox .field-box, .attendBox .question {
	margin: 0;
}
.attendBox .sQuestion {
	font-size: 13px;
	margin-top: 2px;
}
.attendBox .input-box input {
	margin-left: 2px
}
.attendBox .input-box label {
	margin-right: 10px
}
.hiddenBox {
	display:none;
}
.breadcrumbsHeight {
	line-height: 20px;
}
.no-sidebar {
	margin-bottom: 50px;
}
span.vat {
	float: right;
	font-size: 12px;
}
.view-content a.form_btn {
	margin-top: 25px
}
.field-payment-box .question {
	float: none;
}
.field-payment-box .input-box {
	margin-top: 17px;
	float: none;
}
.field-payment-box .input-box input {
	margin-bottom: 27px;
}
.field-payment-box .input-box input.last {
	margin-bottom: 12px;
}
.input-box a {
	text-decoration: underline;
}
.input-box a:hover {
	text-decoration: none;
}
.field-payment-box .input-box label {
	font-weight: 400;
	color: #333;
}
.input-box p {
	color: #333333;
	font-size: 12px
}
.field-payment-box .input-box label span {
	font-weight: bold;
	color: #333;
}
span.label {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}
span.label span {
	color: #ff0000
}
.next1 {
	max-width: 298px;
	display:block;
	float: left
}
.next2 {
	max-width: 298px;
	/*margin-bottom: 50px;*/
	float: left;
	display:none;
}
label.alignNoInput {
	padding-left: 0px;
}
#payment_tab {
	display:none;
}
span.new_link {
	font-size: 11px;
	display: block;
	margin-bottom: 11px;
	text-align: right;
}
span.new_link a {
	text-decoration: underline;
}
span.new_link a:hover {
	text-decoration: underline;
}
.next2 .form_btn {
	margin-bottom: 5px;
}
.register-content {
	padding: 0 50px;
}
.loginLeft, .loginRight {
	float: left;
}
.loginRight {
	margin-left: 35px;
}
.login-section {
	margin-top: 30px;
}
.login .login-section {
	margin-top: 15px;
}
.register-content label {
	font-size: 14px;
	margin-bottom: 0;
}
.registerLink {
	display: block;
	font-size: 11px;
	text-align: right;
	margin-bottom: 20px;
	float: right
}
.register-content input[type="submit"] {
	font-size: 24px;
	float: right;
	padding: 7px 21px 10px 60px;
	font-weight: bold;
	background: url("images/submit-bg.png") no-repeat 17px center #5B952F;
	margin-bottom: 30px;
	margin-top: 30px;
}
.formInfo {
	float: left;
	font-size: 14px;
	margin-left: 30px;
	margin-top: 26px;
}
.register-content input[type="submit"].submitLogin {
	margin-top: 0
}
.register-content input[type="text"], .register-content input[type="password"] {
	margin-bottom: 0px;
}
.register-content input[type="checkbox"] {
	float: left;
	margin-top: 7px;
	margin-right: 8px;
}
.register-content label.checkbox {
	font-size: 12px;
	margin-top: 5px;
	font-weight: normal;
	float: left;
}
#your-profile label {
	margin-top:5px;
}
.register-content span.info {
	margin-top: 4px;
}
.applicationDetBox input.address {
	margin-bottom: 0;
}
.applicationDetBox select, input[type="text"], input[type="email"], input[type="password"], textarea {
	margin-bottom: 8px;
}
.applicationDetBox {
	position:relative;
	padding: 17px 50px;
	max-width: 638px;
	display: block;
	float: left;
	margin-top: 0;
	width: 100%
}
.applicationDetBox label {
	margin-bottom: 3px;
}
.verticalDivider {
	height: 371px;
	width: 1px;
	background: #eee;
	position: absolute;
	top: 15px;
	 left: 50%;
}
.details-section-left {
	width: 56%;
	float:left;
	max-width: 638px;
}
.details-section-right {
	float:right;
	max-width: 499px;
	width: 42.7%;
}
.applicationPreferencesBox {
	max-width: 499px;
	border: 1px solid #DDDDDD;
	padding: 17px 50px;
}
.applicationPreferencesBox label {
	max-width: 92%;
	margin-bottom: 18px;
}
.applicationPreferencesBox .login-section label {
	margin-bottom: 0
}
.applicationPreferencesBox .register-content {
	padding: 0
}
.details-section {
	margin-bottom: 30px;
}
ul.rotate-list {
	margin: 0;
	padding: 0
}
ul.rotate-list li {
	text-align:center;
	list-style: none;
	background: none;
	padding:0
}
.page-id-76 ul, .error404 ul {
	margin: 0
}
ul.rotate-list li blockquote {
	text-align: left
}
.topFooter {
	position: relative;
	margin-top: 3px;
}
a.goTop {
	display: block;
	position: absolute;
	width: 32px;
	height: 34px;
	background: url(images/top.png) no-repeat;
	top: -84px;
	right: 0px;
	cursor: pointer
}

.rs-left {
	float:left;
	margin-right: 32px;
	margin-bottom: 32px;
	width: 175px;
	text-align:center;
	border: 1px solid #ddd;
}
.rs-right {
	margin-bottom: 25px;
}
.rs-right h2 {
	clear: none;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 2px;
	margin-top: 0
}
.rs-right h2 a {
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	text-decoration: none
}
.rs-right p {
	margin-bottom: 1px
}
.rs-right p.date {
	font-size: 12px;
	margin-bottom: 2px;
}
.res-left {
	float: left;
}
.res-right {
	float: right;
	width: 300px;
}
.res-right .smallBox {
	margin-top: 0
}
.res-right .smallBox a {
	font-size: 24px;
	font-weight: normal;
	text-decoration: none !important;
	display: block;
	padding: 16px 70px 16px 30px;
	background: url("images/downloadB.png") no-repeat 97% 50%;
	font-family: 'Muli', sans-serif;
}
.form-box {
	border: 1px solid #ddd;
	padding: 10px 30px 30px;
}
.page-id-2399 table td, .page-id-2399 table th {
	text-align: center
}
.form-box input {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.res-input-box {
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
}
div.field, div.correct, div.incorrect {
	position:relative;
	display:inline-block;
}
.incorrectText {
	display: block;
	position:absolute;
	left: 0;
	bottom: -16px;
	font-size: 11px;
	color: #EB0004;
	display: none
}
span.correct, span.incorrect {
	position: absolute;
	width: 20px;
	height: 20px;
	right: -25px;
	bottom: 15px;
	display: none
}
span.correct {
	background: url(images/green-tick.png) no-repeat;
}
span.incorrect {
	background: url(images/red-cross.png) no-repeat;
	display: none
}
div.correct span.correct {
	display: block
}
div.incorrect span.incorrect, div.incorrect .incorrectText {
	display: block
}
.form-box input.title {
	width: 90px;
}
.form-box input.submit {
	margin-bottom: 0;
	margin-top: 8px;
	width: 240px;
}
.res-left {
	width: 56%;
}
.social-box-side {
	border: 1px solid #DDDDDD;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 30px;
    padding: 13px 5px 13px 12px;
	cursor: pointer;
}
.social-box-side a {
	font-size: 20px;
	font-weight: bold;
	color: #353535;
	padding: 6px 0 6px 50px;
	width: 100%;
	white-space: nowrap;
}
.social-box-side a.in {
	background: url(images/inSide.png) no-repeat left center;
}
.social-box-side a.fb {
	background: url(images/fbSide.png) no-repeat left center;
}
.social-box-side a.tw {
	background: url(images/twSide.png) no-repeat left center;
}
.share-box-side {
	margin-bottom: 0
}
.share-box-side span {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 0 6px 57px;
	background: url(images/shareSide.png) no-repeat left center;
}
.shareContent {
	border: 1px solid #DDDDDD;
	border-top: none;
    font-size: 14px;
    margin-bottom: 30px;
    padding: 13px 5px 13px 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.shareContent span {
	display: block
}
.shareContent .name {
	margin-bottom: 20px;
}
.share-left {
	float:left;
	width: 17%;
	margin-right: 2%;
	margin-top: 5px
}
.share-right {
	float:left;
	width: 79%;
}
.shareContent .divider {
	height: 1px;
	background: #ddd;
	margin: 17px 0
}
.shareContent input {
	margin-bottom: 10px;
}
.shareContent textarea {
	height: 92px;
	resize: none;
}
.shareContent input.last {
	margin-bottom: 0
}
.shareContent input.submit {
	float: right;
	margin-bottom:0
}
.shareContent a.form_btn {
	margin-bottom: 0
}
.latest-updatetes-box {
	padding: 3px 12px 2px;
	float: left;
}
.latest-updatetes-box span {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #EE3E41 !important
}
.latest-updatetes-box li a {
	color: #fff;
	font-weight: normal;
	padding-left: 5px
}
.smallBox.latest {
	background: #B4B4B4;
}
#attendes {
	display:none;
}

.pagination-speakers {
	margin-left: 2%;
}
.pagination ul {
	margin: 30px 0;
}
.pagination ul li {
	list-style: none;
	padding: 0;
	background: none;
	display: inline-block;
	margin-right: 5px;
}
.pagination ul li a {
	background-color: #98002b;
	background: -moz-linear-gradient(top, #98002b, #780022); 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#98002b), to(#780022)); 
	background: -webkit-linear-gradient(top, #98002b, #780022); 
	background: -ms-linear-gradient(top, #98002b, #780022); 
	background: -o-linear-gradient(top, #98002b, #780022);
	color: #fff;
	text-decoration: none
    border-radius: 1px;
    color: #FFFFFF;
    padding: 5px 10px;
    text-decoration: none;
}
.pagination ul li span.current, .pagination ul li a:hover {
	color: #FFFFFF;
    padding: 5px 10px;
    text-decoration: none;
	background-color: #94002a;
	background: -moz-linear-gradient(top, #780022, #98002b); 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#780022), to(#98002b)); 
	background: -webkit-linear-gradient(top, #780022, #98002b); 
	background: -ms-linear-gradient(top, #780022, #98002b); 
	background: -o-linear-gradient(top, #780022, #98002b);
}
.cookies-bar {
	display: block;
	background: #000;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 12px;
	padding: 3px 0;
	z-index: 101;
}
.cookies-bar a {
	color: #fff;
	text-decoration: underline
}
.cookies-bar a:hover {
	text-decoration: none
}
.cookies-bar p {
	font-size: 12px;
	color: #fff;
	margin-bottom: 0
}
.cookies-bar .site-content {
	padding-bottom: 3px;
}
#cookiePolicy { display:none }
span.close-bar {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	vertical-align:middle;
	background: url(images/close-bar.png) no-repeat;
	cursor: pointer;
	margin-left: 10px;
	margin-top: 3px;
	z-index: 99999;
}
span.cookies-text{
	display:block;
	float:left;
}
.page-list ul.children {
	margin-top: 10px;
}
.agenda-box-left {
	float: left;
	width: 47%;
	margin-right: 6%
}
.agenda-box-right {
	float: left;
	width: 47%;
}
.alignAgendaBox {
	padding-left: 30px;
	margin-top: 16px;
}
.alignAgendaBox p {
	margin-bottom: 4px;
	line-height: 20px;
}
.agendaSpeaker {
	margin-bottom: 20px;
	cursor: pointer;
	display: block;
	float: left;
	width:300px;
	max-width: 100%
}
.agendaSpeaker .photo {
	margin-right: 20px;
	float: left;
}
.agendaSpeaker .speaker-content {
	max-width: 210px;
	padding: 0;
	float: left;
	line-height: 18px;
}
div.space {
	height: 21px;
}
.agendaSpeaker .speaker-content span, .agendaSpeaker .speaker-content a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	line-height: 18px;
}
.agendaSpeaker .speaker-content span.speaker-job {
	font-weight: normal;
}
.agendaSpeaker .speaker-content a:hover {
	text-decoration: underline;
}
.left-content ul li.speaker_session {
	background:none;
	padding-left:0;
}
.left-content ul li.speaker_session .speaker-box {
	display:block;
	width:auto;
	margin-right:2%;
	padding:15px;
}

.left-content ul li.speaker_session .speaker-box span, .left-content ul li.speaker_session .speaker-box a {
	text-align:left;
}

span.or {
	display: block;
	position: absolute;
	top: 24%;
	left: 49%;
	width: 15px;
	text-align: center;
	font-size: 16px;
	color: #00888A;
	background: #fff;
	height: 24px;
	z-index: 101;
}
.share-right .field { width: 100% }
.vDivider {
	height: 95%;
	top: 2.5%;
	position: absolute;
	left: 50%;
	background: #DDDDDD;
	width: 1px;
}

#other_hear {
	margin-left:30px;
	display:none;
	float:left;
}

#other_hear label {
	display:inline-block;
}
.date_ev {
	display: block;
	font-size: 40px;
	color: #000;
	margin-bottom: 4px;
	text-align: center
}
.subscribeForm {
	width: 299px;
	padding: 30px;
	color: #333;
	border-radius: 2px;
	background: #1F9093;
	display: none;
}
.subscribeForm label {
	color: #333;
}
.subscribeForm input[type="text"] {
	height: 38px;
}
.subscribeForm input[type="submit"] {
	float: right;
	margin-top: 20px;
}
.fancybox-overlay {
	z-index: 9999999
}
.internal-page-content a.special-link {
	color: #333333;
	text-decoration: none;
}
p.special-link-title {
	margin-bottom: 0;
}

th.companyT, .table td.first {
	width: 34%
}
td.table-bottom {
	background: #ffd300;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222
}
.quantityT {
}
.dividerFooter {
	height: 20px;
	width: 100%;
	clear: both;
	background: #00888A;
}
.alignFooter {
	padding: 0 20px
}
.dividerF {
	display:block;
	clear: both;
	height: 2px;
	background: #000000;
	border-top: 1px solid #3b3b3b;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 40px;
	margin-bottom: 23px;
}
#menu-mobile {
	display: none;
}
#cookiePolicy .site-content {
	background: none;
}
.fMedia {
	float: left;
	margin-bottom: 10px;
}
.fMedia a {
	display: block;
	float: left;
	width: 32px;
	height: 28px;
	margin-right: 8px;
}
.fMedia a.tw {
	background: url(images/ftw.png) no-repeat;
}
.fMedia a.rss {
	background: url(images/frss.png) no-repeat;
}
.fMediaWeb {
	margin-left: 18%
}
#colophon .fMedia.fMediaWeb p {
	margin-bottom: 10px;
}
.fMedia a.web {
	width: 46px;
	margin: 0 auto;
	float: none;
	height: 36px;
    background: url("images/www.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#colophon p {
	color: #fff
}
#colophon .fMedia p {
	color: #333;
	font-size: 17px;
	line-height: 17px;
	margin-bottom: 18px;
}
#colophon .fMedia a.title {
	color: #333;
	font-size: 17px;
	line-height: 17px;
	display: inherit;
	height: auto;
	width: auto;
	margin: 0;
	float: none
}
.box-agenda-363 .timer, .box-agenda-367 .timer, .box-agenda-1049 .timer, .box-agenda-1067 .timer, .box-agenda-1075 .timer, .box-agenda-1429 .timer {
	display: none
}
.smallBox.joinBox {
	background: #ffd300;
}
.smallBox.joinBox a {
	font-size: 21px;
    font-weight: bold;
    padding: 17px 20px;
	color: #008c86
}
div#theme-my-login.loginlinkedin {
	float: left;
	width: 55%;
}
.linkedinBox {
	float: right;
	width: 43.5%;
	margin-top: 10px;
	border-left: 1px solid #00888A;
	padding-left: 9%;
	padding-top: 10px;
	padding-bottom: 11px;
}
.linkedinBox.registerLinkedinBox {
	float: none;
	width: 100%;
	border-bottom: 1px solid #00888A;
	border-left: none;
	padding-left: 0;
	margin-bottom: 25px;
}
.linkedinBox .btnBox {
	height: 48px;
	width: 268px;
	margin-bottom: 8px;
	background:url(images/registerLinkedin.png) no-repeat
}
.linkedinBox .textTop {
	margin-bottom: 8px;
	font-size: 14px;
	color: #333333;
}
.linkedinBox .textTop a {
	color: #0000FF;
}
.linkedinBox .text {
	font-size: 10px;
	color: #333333;
	width: 260px;
	text-align: center
}
.linkedinBox .text a {
	color: ##333333;
	text-decoration: underline;
}
.linkedinBox .text a:hover {
	color: ##333333;
	text-decoration: none;
}
.shareFloatingHolder {
	height: 80px;
	position: fixed;
	width: 310px;
	bottom: 40px;
	z-index: 10;
	left: -270px;
}
.shareContainer {
	position: relative;
	height: 80px;
	width: 310px;
}
.shareFloating {
	height: 80px;
	padding: 10px 8px;
	background: #00888A;
	position: relative;
	width: 310px;
}
.shareContainer .close {
	position: absolute;
	right: 11px;
	top: 11px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(images/close-share.png) no-repeat;
	cursor: pointer;
	z-index:101
}
.shareContainer .close.active {
	background: url(images/open-share.png) no-repeat;
}
.shareBlock2 {
	display: block;
	position: absolute;
	width: 20px;
	height: 44px;
	bottom: 2px;
	right: 11px;
	z-index: 101
}
.shareBlock2 a.in {
	display: block;
	width: 20px;
	height: 20px;
	margin-bottom: 3px;
	background: url(images/share-in.png) no-repeat;
}
.shareBlock2 a.tw {
	display: block;
	width: 20px;
	height: 20px;
	background: url(images/share-tw.png) no-repeat;
}
.shareFloating .top-share {
	position: absolute;
	right: 11px;
	bottom: 11px;
	display: none;
	width: 48px;
	height: 20px;
	background: url(images/top-share.png) no-repeat;
}
.shareFloating .btn {
	float: left; margin-right: 8px;
}
.at4-share-outer {
	display: none !important
}
.shareSidebar {
	overflow: hidden;
	border:1px solid #dddddd;
	padding: 6px 0 8px 12px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 30px;
}
.shareSidebar .btn {
	float: left; margin-right: 11px;
}
.shareSidebar .btn.last {
	margin-right: 0px;
}
.fb_btn {
	width: 49px;
	height: 61px;
	overflow: hidden;
}
.fancybox-opened {
	z-index: 9999999999 !important;
}
.contactFormBox h2 {
    background: none repeat scroll 0 0 #cccccc;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: 15px;
    max-width: 398px;
    padding: 5px 8px 4px;
}
.contactFormBox h2 span {
	font-size: 11px;
}
.contactFormHolder {
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
    padding: 20px;
	max-width: 428px;
}
div.wpcf7-mail-sent-ok {
	border: 1px solid #dfdfdf !important;
	font-size: 14px;
	padding: 20px !important;
	margin: 0 !important;
	margin-bottom: 20px !important
}
.wpcf7-form.sent .contactFormHolder, .wpcf7-form.sent .hide-ok {
	display: none !important
}
.hashtagBox {
	background: url(images/twSidebar.png) 18px center no-repeat;
	color: #444444;
    font-size: 15px;
    font-weight: bold;
    height: 58px;
    line-height: 58px;
    padding: 0 10px 0 70px;
    text-align: left;
}
.twBox {
	height: auto;
	border: none;
	padding: 0
}
.page.social-box-side {
	float: left;
	margin-right: 2%;
	width: 32%;
	padding: 12px 5px 14px 12px
}
.page.social-box-side a {
	text-decoration: none;
	font-family: 'Muli',sans-serif
}
.page.social-box-side.last {
	margin-right: 0;
}
p.inform_colleagues {
	font-size: 26px;
	 color: #000000;
	 font-family: Arial, Helvetica, sans-serif;
	 margin-bottom: 30px;
	 margin-top: 56px
}
#overlayIN {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
	z-index:99999;
}
#loadingIN {
    width: 220px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -110px 0 0 -10px;
}
.share-this-story a {
	margin-right: 40px;
	display: block;
	float: left;
	width: 91px;
	height: 41px;
}
.share-this-story a.last {
	margin-right: 0px;
}
.share-this-story a.em {
	background: url(images/emailS.png) top left no-repeat;
}
.share-this-story a.in {
	background: url(images/linkedinS.png) top left no-repeat;
}
.share-this-story a.tw {
	background: url(images/twitterS.png) top left no-repeat;
	margin-right: 0;
}
.share-this-story {
	margin-top: 20px
}
.user-box {
	text-align: right;
	max-width: 1200px;
	padding: 0 30px;
	margin: 0 auto 3px;
}
.user-box p {
	margin-bottom: 0;
	font-size: 13px;
}
.topLinks a {
	box-sizing: border-box;
	width: 25%;
	border-right: 1px solid #fff;
	display: block;
	float:left;
	padding: 19px 15px 19px 84px;
	line-stacking: 28px;
	background-color: #e6e6e6;
	font-size: 28px;
	color: #333333;
}
.topLinks a.attend {
	background: url(images/why-attend.png) 10px center no-repeat #dbdbdb;
}
.topLinks a.agenda {
	background: url(images/agenda-item.png) 10px center no-repeat #dbdbdb;
}
.topLinks a.speakers {
	background: url(images/speakers-item.png) 10px center no-repeat #dbdbdb;
}
.topLinks a.book-now {
	background: url(images/book-item.png) 10px center no-repeat #dbdbdb;
}
.banner-box {
	background: #00888A;
	color: #fff
}
.banner-box:hover {
	background: #1F9093;
	color: #fff;
}
.smallBox.banner-box.noMarginTop a {
	color: #000;
	background: #ffd204
}
.smallBox.banner-box.noMarginTop a:hover {
	background: #00888A;
	color: #fff;
}
.banner-box:hover a {
	color: #fff;
}
.banner-box a {
	color: #fff;
	font-weight: 700;
}
.smallBox.banner-box a:hover {
	color: #000;
	background: #ffd204
}
.banner-box a span {
	font-weight: 400
}
.topLinks a:hover {color: #fff; background-color: #00888A !important;}
.topLinks a:nth-child(even) {background-color: #B4B4B4 !important}
.topLinks a:nth-child(even):hover {color: #fff; background-color: #00888A !important}

.footer-content {
	color: #fff;
	margin: 0 auto;
    max-width: 1170px;
}
.sponsorsBox a.more {
	float: right;
}
.sponsorsBox a.more:hover {
	text-decoration: underline;
}
.middleFooter {
	padding: 0 20px;
}
.middleFooter .col {
	float: left;
	width: 20.6%;
	margin-right: 17%
}
.middleFooter .centerCol {
	width: 33.6%;
}
.middleFooter .lastCol {
	margin-right: 0;
	width: 11%;
	float: right;
}
.centerCol .sponsorsBox a {
	display: block;
	float: left;
}
.middleFooter .col .sponsorsBox {
	min-height: 138px;
	padding-top: 14px;
	box-sizing: border-box;
	padding-bottom: 0;
}
.leftCol .sponsorsBox span.sponsors {
	margin-bottom: 20px;
}
.centerCol .sponsorsBox span.sponsors {
	margin-left: 10px;
	margin-bottom: 5px;
}
.centerCol .sponsorsBox {
	padding-left: 0;
	padding-right: 0;
}
a.rightImg { 
	margin-top: -25px;
	margin-left: 12px;
}
.lastCol .sponsorsBox span.sponsors {
	margin-bottom: 5px;
}
.day-tabs ul {
	padding: 0
}
.day-tabs ul li {
	display: inline-block;
	list-style: none;
	background: none;
	padding: 5px;
	border: 1px solid #fff;
	border-right: 1px solid #343434;
	margin-left: -1px;
	width: 33%;
	text-align: center;
	opacity: 0.6;
	margin-bottom: 0;
	z-index: 1;
	position: relative
}
.day-tabs ul li:first-child {
	margin-left: 0
}
.day-tabs ul li:last-child {
	border-right:  1px solid #fff;
}
.day-tabs ul li:hover, .day-tabs ul li.active {
	border: 1px solid #3D3D3D !important;
	border-right: 1px solid #3D3D3D;
	opacity: 1;
	z-index: 101
}
.day-tabs ul li:hover {
	cursor: pointer;
}
.day-tabs ul li.active:hover {
	cursor: default
}
.day-tabs ul li p {
	margin-bottom: 0;
	font-size: 16px;
	color: #343434;
}
.day-tabs ul li p .day {
	font-weight: 700
}
.day-tabs ul li p .action {
	font-size: 20px;
	color: #00888A
}
h2 .action {
	color: #00888A
}
.alignBlock {
	margin: 0 auto;
	max-width: 210px;
}
.infoT label span, .sms label span {
	line-height: 18px;
	color: #333;
	font-weight: 400
}
.infoT, .sms, .checkbox-482 {
	line-height: 0
}
/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

#subscribeForm a, #subscribeForm a:active {
	color:#FFFFFF;
	text-decoration:underline;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.hashtagBox {
		font-size: 14px
	}
	.header-btn p {
		top: -15px;
	}
}
@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}
@media (max-width: 1320px) {
	a.goTop {
		right: 16px;
	}
}
@media (max-width: 1200px) {
	.nav-menu li a {
		padding: 16px 10px 15px;
	}
}
@media (max-width: 1178px) {
	.header-text p.global {
		font-size: 21px
	}
	.header-text p.ace {
		font-size: 18px
	}
	.location_ev {
		font-size: 16px;
	}
	
	.header-text {
		width: 50%;
	}
	.fBox span.phone {
		font-size: 18px;
	}
	.fBox a.email {
		font-size: 18px;
	}
	#hideHeader {
		display: none;
	}
	.login input[type="text"], .login input[type="password"] {
		width: 190px;
	}
	p.topHeaderText {
		font-size: 17px
	}
	.dash {
		display: block;
		line-height: 6px;
	}
	.fBox li a {
		font-size: 12px !important;
	}
	.alignFooter {
		padding: 0 15px;
	}
	.topHeader {
		padding: 10px 15px 6px
	}
	.cookies-bar {
		font-size: 10px;
	}
	.sliderHolder img {
		height: auto
	}
	span.info {
		display: none
	}
	.smallBox ul li a {
		font-size: 14px;
	}
	.date_ev {
		font-size: 32px
	}
	.smallBox.mailUpdates a {
		font-size: 20px;
		font-weight: normal
	}
	.smallBox a, .smallBox.latest {
		font-size: 20px;
	}
	.smallBox a span, .smallBox span {
		font-size: 12px
	}
	.res-input-box {
		margin-bottom: 14px;
	}
	.incorrectText {
		font-size: 10px;
		bottom: -13px;
	}
	.footer-det a {
		font-size: 18px
	}
	.slide-content {
		padding: 20px 26px 20px 210px;
		max-width: 750px;
	}
	.slide-content p {
		margin-bottom: 20px;
		line-height: 36px;
	}
	.slide-content span {
		font-size: 16px;
	}
	a.goTop {
    right: 16px;
}
	.footer-det {
		margin-top: 15px;
	}
	.footer-social {
		margin-top: 39px
	}
	.box-title h2, .box-title h1 {
		font-size: 24px;
	}
	.form_btn, button, input[type="submit"], input[type="button"], input[type="reset"] {
		height: 43px;
		font-size: 22px;
	}
	ul.regTabs {
		padding-left: 0
	}
	.social-box-side {
		padding: 13px 5px 13px 12px;
	}
	.social-box-side a {
		line-height: 1.5;
		font-size: 16px;
		padding: 14px 0 9px 50px
	}
	a.print-reg {
		margin-right: 15px;
		font-size: 12px
	}
	.websiteBy {
		font-size: 11px;
	}
	.fSponsorBox {
		padding: 8px 5px 5px
	}
	.topFooter, .bottomFooter {
		padding: 0 15px;
	}
	.site-content {
		 padding: 1px 15px 30px;
	 }
	.nav-menu li a {
		font-size: 12px;
	}
	.main-navigation {
		max-width: 990px;
		min-height: 43px;
	}
	.header-det {
		margin-top: 25px;
		padding-left: 26px;
		margin-left: 4.5%;
		width: 60%
	}
	.header-btn p {
		font-size: 10px;
		top: -2px;
	}
	.header-det a {
		font-size: 16px
	}
	.sponsorsBox a {
		font-size: 12px;
	}
	.topLinks a{
		font-size: 22px;
	}
}
@media all and (max-width: 1110px) {
	.slide-content {
		padding: 20px 26px 20px 260px;
	}
}
@media all and (max-width: 1016px) {
	.footer-logo-text {
		font-size: 26px;
	}
	.fBox .site-logo {
		top: 0
	}
	.header-text p.global {
		margin-bottom: 0;
		font-size: 18px
	}
	.header-text p.ace {
		margin-bottom: 0;
		font-size: 16px
	}
	.location_ev {
		font-size: 14px;
		margin-top: 2px;
	}
	.topHeader {
		padding-top: 0;
	}
	.header-text {
		width: auto;
		float: right
	}
	.site-logo {
		max-width: 200px;
	}
	.day-tabs ul li p {
		font-size: 12px;
	}
	.day-tabs ul li p .action {
		font-size: 14px;
	}
	.topHeader {
		padding: 0 15px 10px
	}
	.topHeader .social-media {
		display: none
	}
	a.goTop {
		top: -82px;
	}
	.alignFooter {
		padding: 0
	}
	.topFooter .fBox {
		width: 100% !important;
		margin: 0 0 10px 0 !important;
		float: none !important;
	}
	.middleFooter .col {
		width: 100% !important;
		margin: 0 !important
	}
	.centerCol .sponsorsBox a {
		display: inline-block;
		float: none;
	}
	.middleFooter {
		padding: 0 15px;
		margin: 0 auto;
    	max-width: 724px;
	}
	.fMenu {
		padding-top: 0;
	}
	#menu-footer-menu {
		margin-bottom: 5px;
	}
	#menu-footer-menu li a {
		padding: 1px 6px 0;
		font-size: 11px;
	}
	.fBox span.phone, .fBox a.email, .fBox a.email:hover {
		background-image: none;
		font-size: 16px;
		background: none;
		margin-top: 0;
	}
	.fBox .site-logo {
		width: auto
	}
	.topLinks a{
		font-size: 13px;
		padding: 19px 5px 19px 59px;
		background-size: 23% !important;
	}
	.slide-content p {
		font-size: 28px;
	}
	.slide-content {
		max-width: 632px;
	}
	p.topHeaderText {
		top: -23px;
		font-size: 16px;
	}
	.fBox h4 {
		font-size: 14px;
	}
	#menu-mobile.mm-opened {
		display: block;
	}
	.page.social-box-side {
		display: none;
	}
	.linkedinBox {
		width: 100%;
		float: none;
		border: none;
		padding-left: 20px;
	}
	div#theme-my-login.login {
		width: 100%;
		float: none;
	}
	.login input[type="text"], .login input[type="password"] {
		width: 200px;
	}
	.fBox {
		width: 100%;
		clear: both;
		float: none;
		margin-bottom: 20px;
	}
	.fBox.last {
		margin-bottom: 0;
	}
	.fBox h4 {
		margin-bottom: 5px;
		font-size: 16px;
	}
	.header-btn {
		display: block;
		width: 100%;
		float: none;
		clear: both;
		max-width: none;
	}
	.header-btn .agenda {
		float: left;
		position:relative;
	}
	.header-btn .book {
		float: right;
		position:relative;
		margin-bottom: 0;
		clear: none;
	}
	.header-btn {
		float: none;
		width: 100%;
		max-width: none
	}
	.header-btn p {
		font-size: 13px;
		text-align: center;
		padding: 5px;
		position: relative;
		width: 100%;
		min-width: 10px;
	}
	.date_ev {
		font-size: 28px;
	}
	.location_ev {
		font-size: 12px;
	}
	.header-holder {
		position: relative;
	}
	.site-main {
		padding-top: 0
	}
	.latest-updatetes-box {
		display: none;
	}
	#menu-main-menu {
		display: none
	}
	.loginTextBox {
	max-width: 418px;
	}

	.navbar {
		position: fixed;
		top: 0;
		left:0
	}
	.topHeader {
		margin-top: 44px
	}
	
	.header-btn .agenda span.small {
		font-size: 8px;
	}
	
	.header-det {
		margin-top: 25px;
		width: 70%;
		background-size: cover;
		margin-left: 5%;
		margin-right: 3%;
		padding-left: 20px;
		padding-top: 25px;
		height: auto;
	}
	.header-det a {
		line-height: 24px;
	}
	.header-btn .book span.small {
		font-size: 8px;
	}
	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
		padding: 12px 0 12px 20px;
		text-indent: -9999px;
		background: url(images/mobile-menu-icon.png) no-repeat center;
		width: 40px;
		margin-left: 10px;
	}


	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}
	ul.mm-opened {
		background: #363636;
	}
	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}
	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #db572f;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
	.fBox ul.nav-menu,
	.fBox div.nav-menu > ul {
		display: block;
	}
	/*.slide-content {
		background: #007992;
		height: auto;
		position:relative;
		max-width: 100%;
		width: 100%;
		padding: 15px 30px;
		bottom: auto;
		top: auto;
		margin-left:0;
		left: auto
	} */
	.slide-content {
   		 max-width: 577px;
		 height: 120px;
	}
	.slide-content p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 0;
		padding-bottom: 5px;
	}
	.slide-content span {
		font-size: 12px;
	}
	.twiterBox {
		display: none
	}
	.site-content,  .topFooter, .bottomFooter {
		max-width: 724px;
		margin: 0 auto
	}
	.topHeader, .applicationBox {
		width: 100%;
	}
	.fSponsorBox {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
		border: 1px solid #DDDDDD;
	}
	.details-section-left {
		margin-bottom: 30px;
	}
	.left-content, .right-content, .details-section-left, .details-section-right, .applicationPreferencesBox {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.attendBox {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.applicationDetBox select, input[type="text"], input[type="email"], input[type="password"], textarea, .applicationBox {
		max-width: 100%;
		width: 100%
	}
	.box-title h2, .box-title h1 {
		font-size: 20px;
	}
	.left-content ul.regTabs, .internal-page-content ul.regTabs {
		margin-top: 3px
	}
	.bCode {
		width: 100%;
		margin-left:0;
		max-width: 100%;
	}
	.back_btn {
		float: left;
	}
	p.websiteBy {
		margin-top: 0
	}
	.smallBox.noMarginTop, .home .smallBox.noMarginTop {
		margin-top: 30px;
	}
	.table th, .table td {
		font-size: 12px;
		padding: 5px 10px;
		line-height: 16px;
	}
	.table th {
		padding: 10px;
	}
	.table .team {
		font-size: 12px;
	}
	.table .group {
		font-size: 12px;
		margin-right: 20px;
	}
	.table .red {
		font-size: 10px
	}
	.input-box select {
		margin-top: 15px;
	}
	a.print-reg {
		display: none;
		text-indent: -9999px;
		margin-right:0;
		padding-right: 0
	}
	.sponsorsBox a {
		font-size: 16px;
	}
	.sponsorsBox .fTel {
		width: 240px;
		margin: 0 auto;
		float: none;
		display: block;
		padding-top: 14px;
	}
	.res-right {
		width: 41%;
	}
	
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
	.footer-det {
		float: left;
		margin-bottom: 10px;
	}
	.footer-social {
		margin-left: 20px;
	}
}
@media (max-width: 900px) {
	.site-main {
		padding-top: 0px
	}
	.header-btn {
		padding-bottom: 0;
	}
	.header-btn .agenda span.small {
		font-size: 8px;
		text-align: center;
	}
	
	.header-btn .book span.small {
		font-size: 8px;
		text-align: center;
	}
	
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	
	.login input[type="text"], .login input[type="password"] {
		width: 100%;
	}
	.location_ev {
		margin-right: 0
	}
	p.topHeaderText {
		font-size: 14px;
		font-weight: bold
	}
	.cookies-bar {
		display: none !important;
}
	.header-det {
		width: 75%;
		padding-top: 20px;
	}
	.slideFooter ul {
		margin: 10px 0;
		padding-right: 24px;
	}
	.date_ev {
		font-size: 20px;
		margin-bottom: 0;
	}
	location_ev {
		font-size: 10px;
	}
	.vDivider {
		display: none;
	}
	.site-main {
		padding-top: 0;
	}
	.agenda-box-left, .agenda-box-right {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	span.or {
		position: relative;
		width: 100%;
		text-align: center;
		top: inherit;
		left: inherit;
		margin-bottom: 20px;
	}
	.agendaSpeaker .speaker-content span, .agendaSpeaker .speaker-content a {
		font-size: 12px;
	}
	label {
		font-size: 12px;
	}
	.form_btn.next-payment {
		height: auto
		
	}
	.field-box {
		margin-bottom: 0px;
	}
	.register-content {
		padding: 0 20px;
	}
	.slideFooter {
		height: auto;
	}
	.applicationPreferencesBox, .applicationDetBox {
		padding: 17px 25px
	}
	.det-content p {
		padding-left: 25px;
	}
	.details-section .aTitle {
		margin-left: 23px;
	}
	.applicationPreferencesBox label {
		max-width: 88%
	}
	.latest-updatetes-box a {
		font-size: 12px;
	}
	.left-content ul.regTabs a, .internal-page-content ul.regTabs a {
		font-size: 12px;
		padding: 1px 6px 0
	}
	.quantityT select {
		margin-left: 0;
	}
	.header-box-top {
		display: block;
		float: none;
		clear: both
	}
	.header-box-top a {
		clear: both;
		text-align: left;
		border: none;
		width: auto;
		margin-left: 0;
	}
	.left-content ol li {
		padding-left: 10px;
	}
	.paddingContent {
		padding: 0
	}
	blockquote p {
		font-size: 14px;
	}
	blockquote {
		margin: 21px 0 28px 0
	}
	.speakerThumb {
		width: 100%;
		margin-right: 0;
		text-align: center;
		padding: 10px
	}
	.fSponsorBox span.date {
		margin-top: 8px
	}
	h1.home-title {
		font-size: 26px;
	}
	.left-box {
		width: 100%;
		float: none;
	}
	.right-box {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.rightBoxHolder {
		text-align: center;
		padding: 10px 0
	}
	.speaker-box {
		width: 96%;
		text-align: center;
		padding: 10px 10px 0;
		margin-top: 30px;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}
@media (max-width: 700px) {
	.slide-content {
   		 max-width: 457px;
		 height: 100px;
		 padding: 20px 26px 20px 180px;
	}
	.slide-content p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 0;
		padding-bottom: 5px;
	}
	.slide-content span {
		font-size: 12px;
	}
	.header-text p.global {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 18px;
	}
	.header-text p.ace {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 16px
	}
	.location_ev {
		font-size: 12px;
		margin-top: 2px;
	}
	.site-logo {
		max-width: 170px;
	}
}

@media (max-width: 643px) {
	.topLinks a{
		float: none;
		width: 100%;
		background-size: 30px !important;
		padding: 10px 5px 10px 59px;
	}
	
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}


	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
	.rev-section {
		display: none
	}

}
@media (max-width: 580px) {
	.page-id-16 .paddingContent img {
		display: block;
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
		height: auto !important
	}
	
	.slide-content {
   		 max-width: 300px;
		 height: 90px;
		 padding: 20px 26px 20px 80px;
	}
	.slide-content p {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 0;
		padding-bottom: 5px;
	}
	.slide-content span {
		font-size: 11px;
	}
	.header-text {
		width: 50%;
	}
	.header-btn .agenda {
		margin-right: 5px;
	}
	.footer-logo-text {
		font-size: 20px;
	}
	.copy p, .address p {
		text-align: center;
		font-size: 10px;
		line-height: 14px;
	}
	.fBox .site-logo {
		top: 45px;
	}
	.footer-logo-text {
		font-size: 18px;
	}
	.fBox span.phone, .fBox a.email, .fBox a.email:hover {
		font-size: 12px;
	}
	.fMenu {
		margin-top: 5px;
	}
	#menu-footer-menu li {
		margin-bottom: 3px;
	}
	
}
/* Mobile devices */
@media (max-width: 480px) {
	
	.header-text {
		width: 100%;
		float: none;
		margin-left: 0;
		padding-top: 0
	}
	.site-logo {
		max-width: 140px;
		float: none;
	}
	.header-btn a {
		display: block! important;
		margin: 0 auto 10px !important;
		float: none !important;
	}
	.header-btn {
		margin-top: 0px
	}
	.slide-content {
   		 max-width: 257px;
		 height: 90px;
		 padding: 20px 26px 20px 80px;
	}
	.slide-content p {
		font-size: 10px;
		margin-bottom: 0;
		padding-bottom: 5px;
		line-height: 16px;
	}
	.slide-content span {
		font-size: 9px;
	}
	.sponsorThumbBox {
		width: 100%;
		float: none;
		clear: both
	}
	.form_btn, button, input[type="submit"], input[type="button"], input[type="reset"] {
		height: auto
	}
	.field-payment-box .input-box label {
		width: 80%;
		margin-bottom: 27xp;
	}
	input[type="submit"].group_booking {
		font-size: 16px;
		line-height: 18px;
		padding: 8px 11px 10px 40px;
		height: auto
	}
	.registerLink {
		margin-top: 5px;
	}
	.loginRight, .loginLeft {
		width: 100%;
		margin-left: 0;
		float: none;
		clear: both
	}
	.sponsor-page-box {
		width: 96%;
		max-width: 100%;
	}
	.breadcrumbs .social-media {
		float: none;
		clear: both;
	}
	.box-title {
		padding-left: 30px;
	}
	.footer-social {
		float: none;
		margin-left:0;
	}
	.authBox img {
		display: none;
	}
	.agenda-right {
		width: 75%;
	}
	.agenda-left {
		width: 18%;
	}
	.timer {
		background: none;
		padding: 0 2px;
		text-align: center
	}
	.left-content .agenda-right ul li {
		padding-left: 20px;
	}
	.left-content ul.regTabs li.active a span.bg, .internal-page-content ul.regTabs li.active a span.bg {
		display: none;
	}
	.rs-left {
		margin-right: 0;
		float: none;
		text-align: center;
		width: 100%;
		padding:10px 0;
	}
	.res-left {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
		float: none
	}
	.res-right {
		width: 100%;
		float: none;
	}
	.res-right input {
		clear: both;
		float: none;
		width: 100%
	}
	.table th, .table td {
		font-size: 12px;
	}
	.table .red {
		font-size: 9px
	}
	.table th, .table td {
		padding: 5px;
	}
	.form_btn, button, input[type="submit"], input[type="button"], input[type="reset"] {
		font-size: 18px
	}
	.form_btn {
		padding: 10px 15px 10px 45px;
		background: url("images/submit-bg.png") no-repeat scroll 15px center #5B952F;
	}
	.form_btn span {
		font-size: 14px;
	}
	.fMedia, .fMediaWeb {
		margin-left: 0;
		float: none;
	}
	.fMedia a.web {
		margin: 0 1px;
	}
}
@media (max-width: 359px) {
	
	p.topHeaderText {
		font-size: 12px;
		top: -23px;
	}
	.header-det {
		background: #179294;
		margin-top: 20px;
		margin-right: 0;
		margin-left: 2%;
		width: 79%;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 3px;
	}
	.header-btn p {
		padding-top: 10px;
	}
	.site-logo {
		
		margin-top: 10px;
	}
	.date_ev {
		font-size: 14px;
	}
	.location_ev {
		font-size: 10px;
	}
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}