/*
Theme Name: IDFA
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}
.fr{ float: right;}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul > li {
	list-style-type: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
#header:after,
#footer:after,
.banner:after,
.blog:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.logo img,
.logo-section .logo img,
.event-block .alignleft img,
.alignright img,
.info-block .alignleft img,
.inner .event-block .alignleft img {
	max-width: 100%;
	display: block;
	height: auto;
	margin: 0 auto;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

html {
	box-sizing: border-box;
	background: #0575bc;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #88929a;
	background: #2e2e2e url(images/grey-bg.jpg) repeat top right;
	font: 15px/1.6 "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.6em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.6em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

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

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea, select {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus{
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}
select {
	-webkit-border-radius: 0;
	
}
select, option {
	
	color:#999; width:48%;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;


	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.6em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
	height: 2em;
}
.social-networks {
    font-size: 0;
    letter-spacing: -4px;
    padding: 0 0 0 2px;
}
.social-networks li {
    display: inline-block;
    letter-spacing: 0;
    margin: 0 20px 5px 0;
    vertical-align: middle;
}
.social-networks a {
    display: block;
}
.social-networks a:hover {
    opacity: 0.8;
}
ul.social-networks.ed li{ margin-top: 11px; float: right;}
.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #14a5e1;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.6em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.6em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.6em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	overflow: hidden;
	margin: 0 0 1.6em;
}

.navigation .next {
	float: left;
	max-width: 50%;
}

.navigation .prev {
	float: right;
	max-width: 50%;
	text-align: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.6em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.6em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.6em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.6em;
}

.mejs-container {
	margin-bottom: 1.6em;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	color: #555;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
	color:#555;
}

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

a:hover,
a:focus {
	text-decoration: none;
}

#header {
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	padding: 42px 20px 0px 85px;
	background: #fff;
}

.logo {
	float: left;
	width: 125px;
	margin: 0 0px 20px 0;
}

#nav {
	
	font: bold 14px/18px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	max-height: 0;
	position: relative;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
}

#nav ul {
	margin: 30px 0 0;
	position: relative;
}
#nav ul::after {
    background: #8bc53f none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

#nav li {
	display: block;
	position: relative;
	z-index: 1;
}
#nav li::after {
    background: #8bc53f none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    z-index: -1;
}
#nav li::after {
    height: 1px;
    width: 100%;
}

#nav li a {
	outline: none;
	text-decoration: none;
	color: #000101;
	display: block;
	padding: 10px 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#nav li a:hover {
	background: #000;
}

#nav li.active a {
	background: #000;
}

.nav-opener {
	width: 50px;
	height: 30px;
	float: right;
	margin: 15px 0 0;
	position: relative;
	z-index: 1;
	position: relative;
	z-index: 1;
}

.nav-opener:before {
	position: absolute;
	content: "";
	top: 0;
	z-index: -1;
	bottom: auto;
	left: 0;
	right: 0;
	background: #fff;
}

.nav-opener:after {
	position: absolute;
	content: "";
	top: auto;
	z-index: -1;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
}

.nav-opener:after,
.nav-opener:before {
	width: 50px;
	height: 6px;
	border-radius: 5px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.nav-opener span {
	background: #8bc53f;
	width: 50px;
	height: 6px;
	position: absolute;
	border-radius: 5px;
	top: 12px;
	left: 0;
	right: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	background: #fff;
}

.nav-active #nav {
	max-height: 1000px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 0;
	top: 10px;
}

.nav-active .nav-opener:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 0;
	top: 10px;
}

.nav-active .nav-opener span {
	display: none;
}
#header{ padding-bottom:0px !important;}
#nav ul li{ height:65px; margin-bottom:0px;}
#nav ul li .Submenu{ display:none;}
#nav ul li:hover .Submenu{ display:block;float:left; background:#fff; text-align:left !important;border-top:3px solid #333; top:65px; position:absolute; min-width:200px; width:auto;}
#nav ul li:hover .Submenu ul li{ margin:0; display:block; height:auto; border-bottom:1px solid #ccc;padding:5px 10px; }
#nav ul li:hover .Submenu ul li a{ padding:5px 0; display:block;}
.faq a.faqQues{color:#555; background:#f7f7f7; font-size:16px; font-weight:600; padding:4px 8px; margin:5px 0; border-radius:2px; display:block; clear:both;}
.faq a:hover.faqQues{color:#d0112b;}
.faq .faqContent strong{ color:#d0112b;}
.faq .faqContent{margin: 10px 0px 0px; background: rgb(255, 255, 255) none repeat scroll 0px 0px; border-bottom: 1px solid rgb(204, 204, 204); padding: 4px 0px;}
.faq .faqContent p{margin: 0 0 15px;}
#footer {
	padding: 20px 5% 15px;
	max-width: 1140px;
	margin: 0 auto;
	color: #fff;
	display: table;
	position: relative;
	z-index: 1;
}

#footer:before {
	position: absolute;
	content: "";
	top: 0;
	z-index: -1;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background:#337ab7;
}

.logo-section {
	font-size: 10px;
	line-height: 14px;
	padding: 10px 0 0;
	text-align: center;
	display: table-footer-group;
}

.logo-section .logo {
	display: block;
	float: none;
	margin: 0 auto 30px;
}

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

.logo-section a:hover {
	color: #000;
}

.posts-holder {
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 10px;
}

.posts-holder h2 {
	font: 26px/30px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000 ;
	text-transform: uppercase;
	margin: 0 0 18px;
}

.posts-holder .tweet-block {
	margin: 0 0 30px;
}

.posts-holder .tweet-block:first-child {
	margin-left: 0;
}

.posts-holder .tweet-block p {
	margin: 0 0 12px;
}

.posts-holder .tweet-block a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.posts-holder .tweet-block a:hover {
	color: #000 ;
}

.posts-holder .tweet-block .signup {
	font-weight: normal;
}

.btn {
	display: inline-block;
	vertical-align: middle;
	min-width: 135px;
	height: 39px;
	text-align: center;
	border-radius: 20px;
	background: #d0112b;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	padding: 10px;
	color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
	text-decoration:none;
}

.btn:hover {
	background: #e5213c;
}

h1 {
	font: bold 26px/34px Lato, Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 8px;
	text-transform: uppercase;
}

h2 {
	font: 24px/28px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	word-spacing: normal;
	margin: 0 0 20px;
}

.h3 {
	font: 22px/26px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
}

#main {
	overflow: hidden;
	background: #fff;
	max-width: 1140px;
	border-radius: 0 0 4px 4px;
	padding: 0;
	margin: 0 auto;
}

.bg-holder {
	overflow: hidden;
	position: relative;
}

.bg-holder .bg-frame {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.bg-holder .bg-frame img {
	position: absolute;
	max-width: none !important;
}

.banner {
	text-align: center;
	min-height: 397px;
	white-space: nowrap;
}

.banner .caption-holder {
	display: inline-block;
	white-space: normal;
	vertical-align: middle;
}

.banner:before {
	content: "";
	vertical-align: middle;
	display: inline-block;
	min-height: inherit;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
}

.banner:before {
	margin: 0 0 0 -4px;
}

.caption-holder {
	overflow: hidden;
	color: #fff;
	width: 100%;
	padding: 75px 0 22px;
}

.banner-caption {
	padding: 15px 10px 14px;
	margin: 0 0 39px;
	overflow: hidden;
	white-space: normal;
	position: relative;
	background: rgba(00, 00, 00, .75);
}

.banner-caption h1 {
	color: #fff;
	text-shadow: 0 2px 2px #000000;
}

.banner-caption .date {
	display: block;
	font: 16px/20px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: none;
	color: #fff;
}

.content-holder {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.event-block {
	padding: 35px 10px;
	word-spacing: 1px;
	color: #ebebeb;
	white-space: normal;
	z-index: 3;
	position: relative;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	z-index: 1;
}

.event-block:after {
	position: absolute;
	content: "";
	top: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(208, 17, 43, .9);
}

.event-block:before,
.event-block:after {
	content: "";
	position: absolute;
}

.event-block:before {
	top: 97.3%;
	left: 5%;
	width: 92%;
	box-shadow: 0 5px 5px rgba(193, 193, 193, .8);
	-moz-box-shadow: 0 5px 5px rgba(193, 193, 193, .8);
	-webkit-box-shadow: 0 5px 5px rgba(193, 193, 193, .8);
	border-radius: 50%;
	height: 15px;
	z-index: -1;
	display: none;
}

.event-block h2 {
	color: #fff;
}

.event-block p {
	margin: 0 0 24px;
}

.event-block .alignleft {
	padding: 44px 0 0;
	text-align: center;
	float: none;
	display: table-footer-group;
	margin: 0 -10px;
}

.event-block .alignleft img {
	margin: 0 auto 49px;
}

.alignright {
	padding: 44px 10px 0;
	text-align: center;
	float: none;
	display: table-footer-group;
	margin: 0 -10px;
	position: relative;
	z-index: 9999;
}

.alignright img {
	margin: 0 auto 49px;
	/*box-shadow: 2px 8px 34px -8px rgba(0, 0, 0, .6);*/
}

.register {
	background: #8bc53f;
}

.register:hover {
	color: #8bc53f;
	background: #fff;
}

.info-block {
	padding: 35px 7% 0;
	color: #505050;
	box-shadow: none;
	overflow: hidden;
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #fcfcfc));
	background: -webkit-linear-gradient(top, #fafafa 0%, #fcfcfc 100%);
	background: linear-gradient(to bottom, #fafafa 0%, #fcfcfc 100%);
	z-index: 0;
}

.info-block .event-description {
	overflow: hidden;
	margin: 0 0 30px;
}

.info-block .event-description h2 {
	color: #d0112b;
	margin: 0 0 15px;
}

.info-block:after {
	display: none;
}


.info-block .btn {
	margin: 6px 0 0;
}

.info-block .alignleft {
	width: 100%;
	padding: 35px 0 0;
	float: none;
	margin: 0 0 35px;
}

.agenda-section {
	overflow: hidden;
	padding: 35px 10px 50px;
	margin: 0;
}

.agenda-section h2 {
	color: #d0112b;
	margin: 0 0 6px;
}

.agenda-section h3 {
	font: bold 19px/23px Lato, Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 7px;
	padding: 25px 0 0;
	text-transform: uppercase;
}

.agenda-section h3 a {
	text-decoration: none;
	color: #566471;
}

.agenda-section h3 a:hover {
	color: #8bc53f;
}

.agenda-section p {
	margin: 0 0 13px;
	color:#555;
}

.agenda-section .btn {
	margin: 35px 0 0;
}

.col {
	text-align: center;
}

.blog {
	position: relative;
	background: #fafafa;
	padding: 35px 10px 40px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin: 0 0 30px;
	z-index: 1;
}

.blog:before {
	position: absolute;
	content: "";
	bottom: 100%;
	left: 5%;
	width: 90%;
	box-shadow: 0 0 12px rgba(0, 0, 0, .65);
	border-radius: 50%;
	background: rgba(0, 0, 0, .12);
	z-index: 0;
	height: 2px;
	display: none;
}

.blog:after {
	background: #fafafa;
	position: absolute;
	height: 20px;
	z-index: 10;
	content: "";
	right: 0;
	left: 0;
	top: 0;
}

.blog .heading {
	overflow: hidden;
	margin: 0 0 20px;
}

.blog .post-holder {
	overflow: hidden;
}

.blog h2 {
	font: 30px/34px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 30px;
	color: #8bc53f;
	text-transform: uppercase;
}

.blog p {
	margin: 0 0 10px;
}

.blog .more {
	font-weight: bold;
	text-decoration: none;
	color: #566471;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.blog .more:hover {
	color: #8bc53f;
}

.widget {
	overflow: hidden;
	margin: 0 0 30px;
	line-height: 1.3em;
}

.widget:first-child {
	margin-left: 0;
}

.widget h3 {
	color: #566471;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: normal;
}

.widget h3 a {
	color: #566471;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.widget h3 a:hover {
	color: #8bc53f;
}

.sponsor-section {
	text-align: center;
	margin: 0;
	padding: 0 20px;
	color: #505050;
}

.sponsor-section h2 {
	font: 36px/40px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #1b75bb;
	text-transform: uppercase;
	margin: 0 0 39px;
}

.sponsor-section p {
	margin: 0 0 27px;
}

.inner #main {
	padding: 0 0 20px;
	margin: 0 auto;
}

.inner .banner {
	min-height: 108px;
	border-bottom: 1px solid #0575bc;
	white-space: nowrap;
}

.inner .banner .caption-holder {
	display: inline-block;
	white-space: normal;
	vertical-align: bottom;
}

.inner .banner:before {
	content: "";
	vertical-align: bottom;
	display: inline-block;
	min-height: 216px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
}

.inner .banner-caption {
	padding: 2px 10px;
	margin: 0;
	text-align: left;
}

.inner .banner-caption h1 {
	font: bold 16px/20px Lato, Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 16px 0 0;
	float: left;
}

.inner .banner-caption .date {
	font-size: 12px;
	line-height: 23px;
}

.inner .caption-holder {
	padding: 20px 0 0;
	margin: 0 -1px 0 0;
}

.inner .event-block {
	color: #555;
	border: none;
	background: none;
	box-shadow: none;
	padding: 40px 100px 70px 100px;
}

.inner .event-block:after,
.inner .event-block:before {
	display: none;
}


.inner .event-block h2 {
	color: #d0112b;
	margin: 0 0 20px;
}

.inner .event-block .alignleft {
	margin: 0 -10px;
	padding: 94px 0 0;
}

.inner .event-block .alignleft img {
	margin: 0 auto 29px;
	box-shadow: 2px 8px 34px -8px rgba(0, 0, 0, .6);
}

.inner .event-block .alignright {
	padding: 0px 0 0;
}

.inner .event-block .alignright img {
	margin: 0 auto 29px;
}

.inner .event-block .btn {
	background: #d0112b;
	cursor:pointer;
	border:none;
}

.inner .event-block .btn:hover {
	background: #e5213c;
	color: #fff;
}

.inner .agenda-section {
	padding: 35px 10px 0;
}

#content iframe {
	width: 100%;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

.post-password-form,
.password-form,
.comment-form,
.search-form {
	margin: 0 0 25px;
}

.post-password-form input[type="search"],
.post-password-form input[type="password"],
.post-password-form input[type="email"],
.post-password-form input[type="text"],
.post-password-form textarea,
.password-form input[type="search"],
.password-form input[type="password"],
.password-form input[type="email"],
.password-form input[type="text"],
.password-form textarea,
.comment-form input[type="search"],
.comment-form input[type="password"],
.comment-form input[type="email"],
.comment-form input[type="text"],
.comment-form textarea,
.search-form input[type="search"],
.search-form input[type="password"],
.search-form input[type="email"],
.search-form input[type="text"],
.search-form textarea {
	width: 100%;
	border-radius: 20px;
	height: 48px;
	padding: 5px 10px;
	box-sizing: border-box;
	margin: 0 10px 15px 0;
	outline: none;
}

.post-password-form input[type="submit"],
.password-form input[type="submit"],
.comment-form input[type="submit"],
.search-form input[type="submit"] {
	height: 46px;
	line-height: 34px;
	padding: 5px 10px;
	border-radius: 20px;
	width: 50%;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}

.post-password-form input[type="submit"]:hover,
.password-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	background: #8bc53f;
}

#twocolumns {
	padding: 30px 10px;
}

.widget input[type="search"] {
	width: 100% !important;
}

.widget input[type="submit"] {
	width: 50% !important;
}

.comment-form-comment textarea {
	resize: none;
	padding: 10px 20px;
}
.holderSec{ width:100%; float:left;}
.holderSec h2{ float:left;}
table.TableOne{ width:100%; float:none;}
table.TableOne tr td{ border:none;}
table.TableOne tr td .error{ color:#FF0004;}
table.TableOne tr:nth-child(odd) {background: #fff;}
table.TableOne tr:nth-child(even) {background: #f7f7f7;}
table.TableOne tr td:nth-child(1) {width:50%;}
table.TableOne tr td input[type="submit"]{display: inline-block;vertical-align: middle;min-width: 135px;height: 39px;text-align: center;border-radius: 20px;background: #d0112b;text-transform: uppercase;font-size: 16px;line-height: 20px;font-weight: bold;position: relative;z-index: 1;padding: 10px;color: #fff;-webkit-transition: all .3s ease;transition: all .3s ease;text-decoration: none; border:none;}

table.TableTwo{ width:100%; float:none;}
table.TableTwo tr td{ border:none;}
table.TableTwo tr td .error{ color:#FF0004;}
table.TableTwo tr:nth-child(odd) {background: #fff;}
table.TableTwo tr:nth-child(even) {background: #f7f7f7;}
table.TableTwo tr td:nth-child(1) {width:5%;}
table.TableTwo tr td:nth-child(2) {width:95%;}

label {
    display:inline-block;
   
}



table.TableOne tr td input:required {
    background:hsl(180, 50%, 90%);
    border:1px solid #999;
	padding: 0.4em 0.7em;
}
table.TableOne tr td input:optional {
    background:hsl(300, 50%, 90%);
    border:1px solid #999;
	padding: 0.4em 0.7em;
}
table.TableOne tr td input:valid,
table.TableOne tr td input:in-range {
    background:#fff;
    border-color:1px solid #999;
	padding: 0.4em 0.7em;
}

table.TableOne tr td input:invalid,
table.TableOne tr td input:out-of-range {
    border-color:#999;
    background:#fff;
}
table.TableOne tr td .help {
    display:none;
    font-size:90%;
}
table.TableOne tr td input:focus + .help {
    display:inline-block;
}






table.TableTwo tr td input:required {
    background:hsl(180, 50%, 90%);
    border:1px solid #999;
	padding: 0.4em 0.7em;
}
table.TableTwo tr td input:optional {
    background:hsl(300, 50%, 90%);
    border:1px solid #999;
	padding: 0.4em 0.7em;
}
table.TableTwo tr td input:valid,
table.TableTwo tr td input:in-range {
    background:#fff;
    border-color:1px solid #999;
	padding: 0.4em 0.7em;
}

table.TableTwo tr td input:invalid,
table.TableTwo tr td input:out-of-range {
    border-color:#999;
    background:#fff;
}
table.TableTwo tr td .help {
    display:none;
    font-size:90%;
}
table.TableTwo tr td input:focus + .help {
    display:inline-block;
}





table.TableOne tr td .submit {
    margin-left:100px;
}
.clear{ width:100%; float:left; clear:both; height:2px;}
.bannerWrapper{ background:url(images/Reg_header10.jpg) no-repeat top center; height:354px; width:100%; float:left; display:inline-block;}
/* ============================================================
  SECTIONS
============================================================ */
div.module:last-child {
  margin-bottom: 0;
}
div.module {
  height: 530px;
  background-position: 50% 50%;
  background-repeat: repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

div.module.parallax-1 {
  background-image: url(images/bg-1.png);
}
.about-block{ float:left; }
.white-block{ float:left; border-bottom:1px solid #dedede;}
.about-block .module .description{ float:left; width:60%;padding:40px 0px 0px 100px;}
.about-block .module .description ul li{ color:#ebebeb;}
.about-block .module .illustration{ float:right;padding:30px 70px 0 0;}
.about-block .module .illustration img{ width:100%;}
.about-block .module .description p{ color:#ebebeb; line-height:24px; font-weight:300;}
.regBtn{display:block; text-align:center;}
.gery-block{ background:#fafafa; border-bottom:1px solid #dedede;}
.gery-block h2{color: #ea002a; font: 36px/40px "Roboto",Arial,"Helvetica Neue",Helvetica,sans-serif;}
.gery-block .description{ float:left; width:44%;padding:45px 0px 10px 90px;}
.gery-block .description p{ color:#505050; font-weight:300; font-size:15px; line-height:24px;}
.gery-block .illustration{ float:right;padding:45px 70px 7px 0px;}
.gery-block .illustration img{ width:100%;}
.gery-block .illustration img{ float:left;}
.gery-block .box{ width:30%; float:left; margin-right:60px;}
.gery-block .box1{ width:28%; float:left;margin-right:12px}
.gery-block .box a{ color:#566471; font-weight:600; margin-top:15px; }
.gery-block .box1 a{color:#566471; font-weight:600; margin-top:15px; }
.gery-block h3{  color:#566471; font-size:26px; text-transform:uppercase; font-weight:400;}
.gery-block h3{ color:#566471; font-size:26px; text-transform:uppercase; font-weight:400;}
.extraPad{ padding:70px 0 70px 100px;}
.white-block{ background:#ffffff; padding:30px 100px 70px 100px; 
}
.white-block h2{color: #ea002a; font: 36px/40px "Roboto",Arial,"Helvetica Neue",Helvetica,sans-serif;}
.white-block a{ margin-top:20px;}
.sub-banner a{
   /*background: #ffe715 none repeat scroll 0 0;
    border-radius: 15px;
    color: #555;
    border: solid 5px #555;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;*/
    margin: -100px 0 0 750px;
    /* height: 39px; */
    line-height: 20px;
    min-width: 135px;
    padding: 15px 20px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    z-index: 1;}
	.bannerWrapper .learnBtn{padding: 410px 186px 0 0; float:right;}
	.keynoteSk .description{padding:40px 70px 0 0; width:61%; float:right;}
	.keynoteSk .illustration{padding:25px 0 25px 80px; float:left;}
	.keyHead {
    background: #d0112b none repeat scroll 0 0;
    border-top: 1px solid #000;
    color: #fff;
    font-size: 34px;
    text-align: center;
    text-transform: uppercase;
}
.subName {
    color: #464646;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.sub-banner{
    height: 124px;
    background-color: #8c1894;
    width: 100%;
}
.sub-banner h2{
color: #fff;
font-size: 36px;
margin-left: 100px;
padding-top: 80px;
}
.keynoteSk h2 {
    margin-bottom: 3px;
}
.keyspkList {
    padding-bottom: 30px;
}
.keyspkList h2 {
    padding: 45px 0 30px 80px;
}

.keyspkList ul li {
    float: left;
    
    list-style-type: none !important;
    margin-right: 90px !important;
    width: 19.8%;
}
.keyspkList ul li figure {
    border: 1px solid #fff;
    box-shadow: 0 0 8px 0 #999;
       margin: 0;
}
.keyspkList ul li .name {
    color: #d0112b;
    font-size: 19px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 15px;
    text-transform: uppercase;
}
.keyspkList ul li .title {
    color: #464646;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
}
.speakerbios ul li {
    float: left;
    list-style-type: none !important;
    margin-bottom: 40px;
    margin-right: 40px;
    width: 100%;
}
.speakerbios ul li figure {
    border: 1px solid #fff;
    box-shadow: 0 0 8px 0 #999;
    float: left;
    height: 258px;
    margin: 0 30px 0 0;
}
.speakerbios ul li .name {
    color: #d0112b;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
}
.speakerbios ul li .title {
    color: #464646;
    font-size: 15px;
    line-height: 22px;
    margin: 3px 0 10px;
    text-transform: uppercase;
}
	/* Tabs container */
.r-tabs {
	position: relative;
}
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: #e62842;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 12px;
text-align:center;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #000000;
	text-shadow: none;

	background-color: white;
text-align:center;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;

	border-bottom: 4px solid white;

	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;

	background-color: #d0112b;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;

	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #d0112b;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

/* Buttons */
button {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	line-height: 100%;

	color: #fff;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	font-weight: bold;
	
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #00c5ad;
	box-shadow: 0px 3px 0px 0px #00ab94;
	
	cursor: pointer;
}

/* Info bar */
.info {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
	line-height: 100%;

	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 14px;
	color: #00c5ad;
	border: 2px solid #00ab94;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;

	cursor: pointer;
} 
.rightSection {
    color: #fff;
    float: left;
    font-family: arial;
    font-size: 14px;
    line-height: 21px;
    padding: 38px 0 0 80px;
    text-align: center;
    width: 32%;
}
.rightSection p {
    color: #fff;
    font-family: arial;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 10px 0;
    text-align: center;
}
.regBtntr .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #d0112b;
    margin-bottom: 30px;
}
hr{ border-top:1px solid #ccc; border-bottom:none; border-left:none; border-right:none;}
.questionWrapper h2{ text-align:center; }
.questionWrapper{ padding:50px 0; background:#333;}
.questionWrapper h2{ text-align:center; }
.questionWrapper p{ text-align:center; color:#fff; }
.questionWrapper form{ text-align:center; }
.questionWrapper .contact-form .input-group{ padding:5px 0;}
.questionWrapper .contact-form .input-group input[type="text"], textarea{ width:30%;} 
#fadeandscale {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
}
.popup_visible #fadeandscale {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.fadeandscale_open.btn{ padding-left:20px; padding-right:20px; margin-top:10px;}
.popup_content{ background: #fff none repeat scroll 0 0; border: 15px solid #555; border-radius: 5px; padding:30px; text-align: center !important;}
ul#example {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border: 4px solid #fff;
    border-radius: 16px;
    display: block;
    list-style: outside none none;
    margin: 330px 0 0;
    padding: 5px 10px 0;
    text-align: center;
}

ul#example li { display: inline-block; }

ul#example li span {
 font-size: 35px;
    font-weight: 400;
    line-height: 50px;
}

ul#example li.seperator {
  font-size: 35px;
    line-height: 42px;
    vertical-align: top;
}

ul#example li p {
  color: #fff;
  font-size: 14px;
}
.cdtimerWrapper{text-align: center; color: rgb(255, 255, 255); position: absolute; margin-left: 455px;}
	@media only screen and (max-width: 1080px) {
		div.module{ height:auto; float:left;}
		.about-block .module .description{ width:38%;}
	
}
@media only screen and (max-width: 768px) {
	.about-block .module .description{ width:100%; text-align:center; padding:70px 30px;}
	
	}
@media (min-width: 768px) {

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	#header {
		padding: 15px 2%;
	}

	.logo {
		width: auto;
		position:relative; z-index:999999;

	}

	#nav {
		position: relative;
		max-height: inherit;
		width: auto;
		text-align: right;
		padding: 52px 0 0;
		border: none;
	}

	#nav ul {
		margin: 0;
	}

	#nav ul:after {
		display: none;
	}

	#nav li:after {
		display: none;
	}

	#nav li {
		margin: 0 0 10px 10px;
		display: inline-block;
		vertical-align: top;
		border: none;
	}

	#nav li a {
		padding: 0;
	}

	#nav li a:hover {
		color: #ec0928;
		background: none;
	}

	#nav li.active a {
		color: #ec0928;
		background: none;
	}

	.nav-opener {
		display: none;
	}

	#footer {
		padding: 34px 20px;
		display: block;
	}
	#footer p{ color:#f7f7f7;}

	.logo-section {
		float: left;
		width: 26%;
		margin: 0 10px 0 0;
		display: block;
		text-align: left;
	}

	.logo-section .logo {
		margin: 0 0 15px;
		width: 205px;
		height: 90px;
	}

	.posts-holder {
		float: right;
		width: 62%;
		margin: 0;
	}

	.posts-holder h2 {
		font: 20px/24px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	.posts-holder .tweet-block {
		width: 40%;
		margin: 0 0 0 18.3%;
		display: inline-block;
		vertical-align: top;
	}

	h1 {
		font: bold 36px/44px Lato, Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	h2 {
		font: 36px/40px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
		color:#ffffff;
	}

	.banner {
		/*background-attachment: fixed;*/
	}

	.banner-caption .date {
		font: 22px/28px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	.content-holder {
		display: block;
	}

	.event-block {
		padding: 76px 6% 44px 8.8%;
		display: block;
		background-attachment: fixed;
	}

	.event-block .alignleft {
		float: left;
		width: 41%;
		margin: 0 4% 15px 0;
		display: block;
	}

	.alignright {
		float: right;
		width: 54%;
		margin: 0 0 15px 4%;
		display: block;
	}

	.info-block {
		display: block;
		text-align: left;
		padding: 40px 6.6% 31px 10.3%;
	}

	.info-block .event-description {
		margin: 0;
	}

	.info-block .alignleft {
		width: 38.4%;
		float: left;
		margin: 0 14.6% 10px 0;
		padding: 0;
		display: block;
	}

	.agenda-section {
		padding: 48px 11.5% 66px;
	}

	.col {
		float: left;
		text-align: left;
		width: 38%;
		padding: 15px 0 0 0;
		margin: 0 0 0 18%;
	}

	.col:first-child {
		margin-left: 0;
		padding-top: 0;
	}

	.blog {
		padding: 88px 5% 67px;
		margin: 0 0 53px;
	}

	.blog:before {
		display: block;
	}

	.blog .widget {
		display: inline-block;
		vertical-align: top;
		width: 45%;
		margin: 0 0 0 3.5%;
		line-height: 1.6em;
	}

	.blog .heading {
		float: left;
		width: 32%;
		margin: 0 6.5% 0 0;
	}

	.blog .post-holder {
		padding: 10px 0 0 0;
	}

	.blog h2 {
		font: 26px/30px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	.blog p {
		margin: 0 0 24px;
	}

	.sponsor-section {
		padding: 0 9.6%;
	}

	.inner .banner-caption {
		padding: 2px 74px;
	}

	.inner .banner-caption h1 {
		font: bold 19px/23px Lato, Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	.inner .event-block h2 {
		margin: 0 0 20px;
	}

	.inner .event-block .alignleft {
		margin: 0 4% 15px 0;
	}

	.inner .agenda-section {
		padding: 24px 13.8% 66px 9.3%;
	}

	#content {
		float: left;
		width: 65%;
	}

	#sidebar {
		float: right;
		width: 30%;
	}

	.post-password-form,
	.password-form,
	.comment-form,
	.search-form {
		margin: 0;
	}

	.post-password-form input[type="search"],
	.post-password-form input[type="password"],
	.post-password-form input[type="email"],
	.post-password-form input[type="text"],
	.post-password-form textarea,
	.password-form input[type="search"],
	.password-form input[type="password"],
	.password-form input[type="email"],
	.password-form input[type="text"],
	.password-form textarea,
	.comment-form input[type="search"],
	.comment-form input[type="password"],
	.comment-form input[type="email"],
	.comment-form input[type="text"],
	.comment-form textarea,
	.search-form input[type="search"],
	.search-form input[type="password"],
	.search-form input[type="email"],
	.search-form input[type="text"],
	.search-form textarea {
		width: 65%;
	}

	.post-password-form input[type="submit"],
	.password-form input[type="submit"],
	.comment-form input[type="submit"],
	.search-form input[type="submit"] {
		width: 32%;
	}

	#twocolumns {
		padding: 50px 30px;
	}
	
}

@media (min-width: 1024px) {
	#header {
		padding: 40px 20px 0 30px;
	}

	#nav li {
		margin: 0 0 10px 42px;
	}

	#footer {
		padding: 77px 2% 34px 4.2%;
	}

	.posts-holder h2 {
		font: 26px/30px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	h1 {
		font: bold 44px/48px Lato, Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	.h3 {
		font: 26px/30px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	#main {
		margin: 0 auto 96px;
		padding: 0;
	}

	.banner-caption .date {
		font: 27px/31px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	.event-block:before {
		display: block;
	}

	.agenda-section .btn {
		margin: 92px 0 0 8px;
	}

	.blog {
		padding: 73px 8% 79px 8.7%;
	}

	.blog h2 {
		font: 36px/40px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	.inner #main {
		padding: 0 0 57px;
		margin: 0 auto 51px;
	}

	.widget input[type="search"] {
		width: 64% !important;
	}

	.widget input[type="submit"] {
		width: 32% !important;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}



