@font-face {
  font-family: 'Carton';
  src: url('../fonts/carton-slab-webfont.eot');
  src: url('../fonts/carton-slab-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/carton-slab-webfont.woff') format('woff'), url('../fonts/carton-slab-webfont.ttf') format('truetype'), url('../fonts/carton-slab-webfont.svg#fonts/cartonslab') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*icons*/
[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    line-height: 1;
    background: url("../images/icons-lg.png") no-repeat top left;
    background-size: 480px auto;
    width: 1em; height: 1em;
    max-width: 60px; max-height: 60px;
}

.icon-calendar {
    width: 37px; height: 37px;
    background-position: 0 0;
}
.icon-map-marker {
    width: 37px; height: 37px;
    background-position: -300px 0;
}
.icon-angle-right {
    width: 8px; height: 13px;
    background-position: -60px -60px;
    margin-left: 8px;
}
.icon-angle-left {
    width: 8px; height: 13px;
    background-position: -60px -90px;
    margin-right: 8px;
}
.icon-envelope {
    background-position: -240px 0;
}
.icon-rss {
    background-position: -360px 0;
}
.icon-facebook {
    background-position: -180px -120px;
}
.icon-twitter {
    background-position: -300px -120px;
}
.icon-googleplus{
    background-position: -120px -172px;
}
.icon-instagram {
    background-position: -180px -172px;
}
.icon-flickr {
    background-position: -420px -120px;
}
.icon-linkedin {
    background-position: -180px -60px;
}
.icon-pinterest {
    background-position: -120px -120px;
}
.icon-thumbs-up {
    background-position: -60px 0;
}
.icon-pause {
    background-position: -180px 0;
}
.icon-thumbs-down {
    background-position: -120px 0;
}
.icon-facebook-alt {
    background-position: -240px -120px;
}
.icon-twitter-alt {
    background-position: -60px -120px;
}
.icon-th-large {
    background-position: -300px -60px;
}
.icon-header {
    background-position: -60px -180px;
    width: 17px; height: 17px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wpcf7-form-control-wrap {
    margin-bottom: 20px;
}

/* Generic styles
 ---------------- */
html, body {
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #242424;
    height: 100%;
}
body.header-sticky {
    padding-top: 46px;
}

h2, h4, h5, h6, .h2, .h4, .h5, .h6 {
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
}
h1 {
    font-size: 60px;
    line-height: 84px;
    font-weight: 300;
    font-family: 'Carton', Helvetica, Arial, sans-serif;
}
h1 img.img-circle {
    max-width: 110px; max-height: 110px;
    /*border: 2px solid #157eab;*/
    box-shadow: 0 0 0 2px #157eab;
    margin-right: 40px;
    border-radius: 180px;
    position: relative;
    z-index: 10;
}
h2 {
    font-size: 44px;
    font-weight: 500;
    color: #7c4a0e;
    line-height: 48px;
    margin: 0 0 12px;
}
.row h2 {
    font-size: 24px;
    line-height: 28px;
}
h3 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    color: #1b5f24;
    margin: 0 0 12px;
    font-family: 'Carton', Helvetica, Arial, sans-serif;
}
/*.row h3 {
    font-size: 24px; font-weight: 500;
    color: #242424;
}*/
h3.sponsor {
    font-size: 18px;
    border-bottom: 1px solid;
    text-transform: uppercase;
    margin: 0.5em 0 1em;
    color: #e73955;
}
h3.sponsor span {
    position: relative;
    bottom: -4px;
    padding-right: 1px;
    display: inline-block;
    background: #fff;
}
h5 {
    font-size: 18px; font-weight: 400;
    color: #919191;
}

p {
    line-height: 1.58;
    margin: 6px 0 12px;
}
blockquote {
    border-left: 5px solid #EE5806;
}
.single article p {
    display: block;
    padding: 0;
    color: #9a7a3c;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-stretch: condensed;
}

a, a:hover, a:focus {
    color: #d95930;
}

hr {
    border-top: 2px solid #d2d2d2;
    margin: 32px 0;
}

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

.img-rounded {
    border-radius: 4px;

}

.light {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}

.bg-primary {
    background-color: #35aadc;
}
.bg-secondary {
    background-color: #e83a56;
}
.bg-fb-light {
    background-color: #3468af;
}
.bg-fb-dark {
    background-color: #1a4e95;
}
.bg-twitter {
    background-color: #35aadc;
}
.bg-gray {
    background-color: #f1f1f1;
}
.color-secondary {
    color: #e73955;
}
.border-secondary {
    border-color: #e73955;
}
.color-primary {
    color: #35aadc;
}
.border-primary {
    border-color: #35aadc;
}

/* widget */
.widget {
    margin-bottom: 4em;
}

.modal-title {
    display: inline;
}
.modal-header .close {
    font-size: 30px;
}

/* CONTAINER
 ------------ */
@media (min-width: 1024px) {
    .container {
        width: 1008px;
    }
}

/* HEADER
 --------- */
header {
    background: none;
    text-align: center;
    height: 147px;
    font-size: 16px;
}
header .navbar, header .navbar-collapse {
    border: none;
}
header.transition, header .transition {
    -webkit-transition: height 300ms linear, margin 300ms linear;
    -moz-transition: height 300ms linear, margin 300ms linear;
    -ms-transition: height 300ms linear, margin 300ms linear;
    -o-transition: height 300ms linear, margin 300ms linear;
    transition: height 300ms linear, margin 300ms linear;
}
header #logo {
    position: absolute;
    display: block;
    max-height: 100%; width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 21px auto;
    z-index: 50;
}
header #logo img {
    max-width: 100%; max-height: 60px;
}
header #menu-primary {
    margin-top: 101px;
}
/*header #tyler-navigation.text-fit {
    max-height: 46px;
}*/
header ul {
    text-align: center;
    list-style: none;
    margin: 0; padding: 0;
}
header ul li {
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    color: #5b5959;
    text-transform: capitalize;
	vertical-align: top;
}
header ul li a {
    display: block;
    color: inherit;
    padding: 12px 12px;
    box-sizing: border-box;
    height: 42px;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-weight: 500;
}
header ul li.current-menu-item a, header ul li.current_page_parent a {
    background: #EE5806;
}
header ul li a:hover, header ul li ul li a:hover {
    background: #EE5806;
    color: #fff;
    text-decoration: none;
}
header ul li ul li.current-menu-item a {
    /*background: #EE5806;*/
    color: #fff;
    text-decoration: none;
}
header ul li.current_page_parent ul li.current_page_item a, header ul li ul li.current-menu-item a:hover, header ul li.current_page_parent ul li a:hover {
    /*background: #EE5806;*/
}
header ul li ul, header ul li.current_page_parent ul li a {
    /*background: rgba(228,160,14,1);*/
}
header ul li.register a {
    background-color: #e83a56;
    color: #fff;
}
header ul ul {
    display: none;
    position: absolute;
    background-color: #3d3d3d;
    height: auto; min-width: 180px;
    text-align: left;
    border-radius: 0;
    text-transform: none;
    margin: 0; padding: 0;
    z-index: 100;
}
header ul .expand > ul {
    display: block;
}
header ul ul li {
    position: relative;
    display: block;
    color: #fff;
    font-size: 0.875em;
}
header ul ul li a {
    padding: 7px 14px;
    max-height: none;
    height: auto;
    background: rgba(228,160,14,1);
}
header ul ul ul {
    position: absolute;
    left: 100%; top: 0;
    margin: 0;
    background-color: #818181;
    border: none; border-radius: 0;
}
header.sticky {
    position: fixed;
    top:0; left: 0; right: 0;
    max-width: 100%;
    z-index: 1000;
    height: 46px;
}
header.sticky #logo {
    display: none;
}
header.sticky #menu-primary {
    position: relative;
    float: none;
    margin: 0;
}
header .menu-main-nav-container, header .header-search {
    display: inline-block;
}

@media (min-width: 1200px) {
    header {
        max-width: 1260px;
        width: 100%;
        margin: 0 auto;
        height: 100px;
    }
    header #logo {
        position: relative;
        width: auto;
        float: left;
        margin: 18px 0 -18px;
    }
    header #menu-primary {
        margin-top: 54px;
        position: absolute;
        right: 0;
    }
}

.single .top {
    text-align: center;
}

/* heading */
.heading {
    position: relative;
    display: block;
    background: none;
    color: #fff;
    margin: 0 0 45px;
}
.single .heading {
    margin: 0;
}
.heading .container {
    position: relative;
    display: table;
}
.heading h1 {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 44px; font-weight: 300;
    margin: 0;
    padding: 27px 0;
    line-height: 1.2;
    height: 158px;
}
.single .heading h1 {
    color: #7c4a0e;
    height: auto;
}
.heading .nav {
    display: none;
    width: 30%;
    margin: 0;
    color: #fff;
    font-size: 32px;
    vertical-align: middle;
    text-align: right;
}
.heading .nav a {
    color: #fff;
    margin: 0 12px;
}
.heading .nav .icon-angle-left {
    background-position: -240px -60px;
    width: 18px; height: 30px;
}
.heading .nav .icon-angle-right {
    background-position: -360px -60px;
    width: 18px; height: 30px;
}

/* time counter */
.timecounter {
    position: relative;
    border-radius: 6px;
    color: #d9aa10;
    font-size: 34px; font-weight: 300;
    margin: 0;
    padding: 21px 32px;
    overflow: auto;
    background-color: #d95930;
    box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
}
.timecounter:before {
    background-image: url(../images/icons.png);
    background-position: 0 -60px;
    width: 37px; height: 37px;
    content: " ";
    position: absolute;
    left: 34px; top: 50%; margin-top: -18px;
}
.timecounter>div {
    display: table;
    width: 100%; height: 100%;
}
.timecounter .title, .timecounter .time {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.timecounter .title {
    padding-left: 65px;
    font-weight: 500;
}
.timecounter .time {
    text-align: right;
}
.timecounter .time span {
    font-size: 44px;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    line-height: 1.15em;
    color: #ffffff;
    font-weight: 500;
}
.timecounter .time span span {
    display: block;
    margin: 0;
    font-size: 18px;
    color: #d9aa10;
}

/* forms */
input[type=text],input[type=email],input[type=tel], textarea {
    font-size: 18px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.1);
    box-sizing: border-box;
    height: 60px;
    border-radius: 4px;
    outline: none;
    margin: 0;
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
    font-weight: 400;
}
textarea {
    height: 150px;
    padding: 18px;
}
input[type=text]:focus,input[type=email]:focus, input[type=tel]:focus, textarea:focus {
    border: 1px solid #D9AA10;
}
input.placeholder, textarea.placeholder {
    color: rgba(0,0,0,.5);
}

/* buttons */
.btn {
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 30px;
    margin: 0 0 0.15em;
    transition: background .8s ease, opacity .8s ease;
}
.btn:hover {
    color: #ffffff;
}
.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.btn-lg {
    font-size: 21px;
    padding: 17px 60px;
}
.btn.btn-sm, .btn.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0;
}
.btn-primary {
    color: #fff;
    text-decoration: none;
    background-color: #d95930;
    border: none;
    outline: none;
    height: 60px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .2);
    font-weight: 500;
    font-size: 21px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #ffffff;
    border-color: transparent;
    background-color: #d95930;
}
.btn-secondary {
    color: #fff;
    background-color: #e83a56;
    border-color: rgba(232,58,86,0.5);
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    color: #fff;
    background-color: #f19aa8;
    border-color: transparent;
}
.two-buttons {margin: 2em auto 0 auto; text-align: center; width: 100%;}
.two-buttons div {
	display:inline;
}
.two-buttons div:nth-of-type(2) {
	padding-left: 1.5em;
}
.btn-header {
    min-width: 230px;
    text-transform: uppercase;
    vertical-align: top;
}
h2 + .btn-header {
    margin-top: -2em;
}
.btn-group-header {
    margin-top: -66px;
    text-transform: capitalize;
}
.btn-group-header .btn {
    width: 110px;
}
.btn-check {
    border-width: 2px; border-style: solid;
    padding: 16px;
    text-align: center;
    background-color: #ffffff;
    min-width: 120px;
    text-transform: capitalize;
    font-size: 18px;
}
.btn-check.btn-primary {
    border-color: #d95930;
    color: #d95930;
}
.btn-check.btn-primary.active, .btn-check.btn-primary:hover {
    color: #fff;
    background-color: #d95930;
}

.articles article .post-content .perex a.btn-post {
    color: #fff;
    text-decoration: none;
    background-color: #d95930;
    border: none;
    outline: none;
    height: 60px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .2);
    font-weight: 500;
    font-size: 21px;
    display: inline-block;
    padding: 13px 10px 0 10px;
    text-transform: capitalize;
}

.btn-next, .btn-prev {
    border: none;
    padding: 16px 22px;
    text-align: center;
    background-color: #ffffff;
    min-width: 120px;
    color: #D8582F;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .2);
    display: inline-block;
}
.btn-next:hover, .btn-prev:hover {
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, .4);
}
.btn-next a, .btn-prev a {
    text-decoration: none;
}

/* carousel */
.carousel {
    padding-bottom: 50px;
}
.carousel-indicators {
    bottom: 0;
}
.carousel-indicators .active {
    width: 17px;
    height: 17px;
    background-color: #919191;
    margin: 0 5px;
}
.carousel-indicators li {
    width: 17px;
    height: 17px;
    background-color: transparent;
    border: 1px solid #919191;
    border-radius: 17px;
    margin: 0 5px;
}

/* jumbotron */
.jumbotron {
    text-align: center;
/*    background-color: #ebebeb;
    background-repeat: no-repeat;
    background-size: cover;*/
    background:none; 
    padding: 0 0 3em 0;
    margin-bottom: 0;
}
.jumbotron .lead {
    color: #1b5f24;
    margin-bottom: 0.0em;
    text-shadow: 2px 2px 20px #fff;
}
.jumbotron a.btn, a.btn-tickets {
    color:#fff;
    background: url(../img/timer.png);
    border: #659303;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .2);
    border-radius: 3px;
}
.jumbotron a.btn:hover, a.btn-tickets:hover {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .4);
}
a.btn-tickets:hover {
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.5));
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.5));
}
a.btn-tickets:first-of-type {
    margin-right: 15px;
}
.container .jumbotron {
    border-radius: 0;
}
.jumbotron .bg {
    position: absolute;
    left:0; right: 0;
    height: 100%;
    z-index: 0;
}
.jumbotron h1 {
    font-size: 48px;
    font-weight: 300;
    color: #7c4a0e;
    text-shadow: 1px 2px 20px #fff;
    margin: 0 0 19px;
    font-family: 'Carton', Helvetica, Arial, sans-serif;
}
.jumbotron .lead {
    color: #5b5959;
    font-size: 22px; font-weight: normal;
    margin-bottom: 0.5em;
}

/* scroll to top */
#scroll-up {
    display: none;
    position: fixed;
    top: 50%; right: 20px;
    font-size: 14px; font-weight: 300;
    color: #fff;
    width: 46px; height: 32px;
    line-height: 32px;
    background: #d95930;
    text-align: center; text-decoration: none;
    z-index: 50;
    border-radius: 8px;
}
#scroll-up:before {
    display: inline-block;
    background-image: url(../images/icons.png);
    background-position: -90px -60px;
    width: 16px; height: 9px;
    content: " ";
}

/* backdrop */
#backdrop {
    display: none;
    position: fixed;
    background: #000;
    opacity: 0.7;
    top:0; left:0; right: 0; bottom: 0;
    z-index: 1;
}

/* LANDING - big image */
.landing {
    padding: 0; margin: 0;
    text-align: center;
    color: #fff;
    background: transparent;
    border-radius: 0;
    font-size: 30px;
}
.landing h1 {
    display: block;
    font-size: 80px; 
	font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 89px 0 0;
    margin: 0 0 20px;
/*    height: 245px;*/
}
.landing h1 > span {
    display: block;
    max-height: 164px;
}

.landing .lead span.text-fit-inner {
    color: #ffffff;
}
.landing .btn { /* Home page tickets buttons in widgets */ 
    margin: 22px 0 36px;
}
.landing .bg {
    position: absolute;
    left: 0; right: 0; height: 752px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.landing .box {
    border-radius: 4px;
    height: 160px;
    text-align: left;
    padding: 40px 40px 40px 96px;
    box-sizing: border-box;
    opacity: .92;
    background: #35aadc;
}
.landing .box .box-inner {
    display: table;
    width: 100%;
    height: 100%;
}
.landing .box .box-inner>div {
    display: table-cell;
    vertical-align: middle;
}
.landing .box span {
    display: block;
    line-height: 1.2em;
}
.landing i[class^=icon] {
    position: absolute;
    top: 50%; left: 55px;
    margin-top: -18px;
    font-size: 36px;
}
.landing .box .sub {
    font-size: 16px; font-weight: 500;
}
.landing .box .title {
    font-size: 36px; font-weight: 300;
}
.landing .box .desc {
    font-size: 20px; font-weight: 500;
}

/*want menu*/
.want-menu {
    display: inline-block;
    padding: 4px 20px 14px 16px;
    background-color: #f6e9c9;
    border-radius: 4px;
    box-shadow: 0px 3px 6px rgba(0,0,0,.2);
    margin: 20px 0 40px 0;
    font-size: 30px;
}
.want-menu span {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    color: #d95930;
    margin-right: 12px;
    text-transform: uppercase;
}
.want-menu .btn {
    margin: 0;
    background: none;
    border-left: none;
    border-top: none;
    border-right: none;
    padding: 6px 10px 0 0;
    outline: none;
}
.want-menu .bootstrap-select .dropdown-toggle:focus, .btn-group.open .dropdown-toggle {
    outline: none !important;
    box-shadow: none;
}
.want-menu .bootstrap-select.btn-group button span {
    color: #6D5425;
}
.want-menu .bootstrap-select.btn-group .dropdown-menu {
    background-color: #f6e9c9;
    border: none;
}
.want-menu .bootstrap-select.btn-group .dropdown-menu li {
    text-align: left;
}
.want-menu .bootstrap-select.btn-group .dropdown-menu li a span {
    text-transform: capitalize;
    color: #6D5425;
}
.want-menu .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
}
.want-menu .bootstrap-select.btn-group .dropdown-toggle {
    padding-right: 15px;
    padding-left: 5px;
}
.want-menu .bootstrap-select.btn-group .dropdown-toggle .caret {
    margin-right: 0;
}

/*
 CONTENT
 ------- */

/* speakers */
.speakers {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}
.speakers.carousel {
    text-align: center;
    white-space: nowrap;
}
.speakers .speaker {
    display: inline-block;
    padding: 0 10px;
    margin: 15px 0;
    width: auto;
    white-space: normal;
    /* safari inline-block fix */
    display: -moz-inline-stack;
    vertical-align: top;
}
.speakers .speaker .speaker-inner {
    position: relative;
    display: block;
    padding: 20px 12px 20px;
    height: 387px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    line-height: 24px;
    background: #35aadc;
}
.speakers .speaker.featured .speaker-inner {
    background: #d95930;
}
.speakers .speaker.featured .speaker-inner:after {
    position: absolute;
    top: 14px; right: 14px;
    display: block;
    content: " ";
    background-image: url(../images/icons.png);
    background-position: -420px 0;
    width: 48px; height: 48px;
    z-index: 30;
}
.speakers .photo {
    display: block;
    width: 212px; max-width: 100%;
    margin: 0 auto 10px;
    z-index: 20;
    position: relative;
}
.speakers .photo img {
    max-width: 100%;
    border-radius: 180px;
    /*border: 2px solid #157eab;*/
    box-shadow: 0px 0px 0px 2px #1b5f24;
}
.speakers .featured .photo img {
    border-color: #9d1127;
    box-shadow: 0px 0px 0px 2px #9d1127;
}
.speakers .name {
    display: table;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    height: 45px;
    width: 100%;
    margin: 0 0 5px;
    color: #d95930;
}
.speakers .name>span{
    display: table-cell;
    max-height: 55px;
    vertical-align: middle; text-align: center;
}
.featured span.text-fit-inner {
    color: #ffffff;
}
.speakers .speaker.featured .speaker-inner .description {
    color: #feffb5;
}
.speaker .description {
    display: block;
    text-align: center;
    color: #9a7a3c;
    font-size: 14px; font-weight: normal;
    line-height: normal;
}
.speakers .speaker .view {
    display: none;
    position: absolute;
    bottom: 0; left: 0; right: 0;
    line-height: 60px;
    color: #fff;
    background: #915411;
    font-size: 16px; font-weight: 500;
    z-index: 20;
    text-transform: uppercase;
}
.speakers .speaker .view [class^=icon] {
    margin: 1px 0 -2px 6px;
}
.speakers .speaker .speaker-inner:hover {
    color: #35aadc;
}
.speakers .speaker.featured .speaker-inner:hover {
    color: #d95930;
}
.speakers .speaker .speaker-inner:hover:before {
    content: "";
    position: absolute;
    top:0; left: 0; right: 0; bottom: 0;
    z-index: 10;
    background: #fff;
    opacity: 0;
}
.speakers .speaker .speaker-inner:hover .view {
    display: block;
}
.speakers .speaker .speaker-inner:hover .name {
    position: relative;
    color: inherit;
    z-index: 20;
}

.single-speaker .speaker-det {
    padding-top: 15px;
    padding-bottom: 50px;
}
.single-speaker .speaker-det h1 {
    font-size: 48px;
    font-weight: 300;
    color: #7c4a0e;
    text-shadow: 1px 2px 20px #fff;
    margin: 15px 0 19px 0;
    line-height: 1.3;
}
.single-speaker .speaker-det img {
    border: 1px solid #fff;
}
.single-speaker .speaker-det hr {
    margin: 24px 0;
}
.single-speaker .nav, .single-post .nav {
    display: block;
    padding-left: 15px;
}
.single-speaker h2 {
    margin-bottom: 25px;
}
.single-speaker a.btn.btn-primary.btn-header.pull-right.hidden-xs {
    background-color: #d95930;
}

/*Vendors*/
.single-vendors .page-content-col .vendor-content, .single-speaker .page-content-col .vendor-content, .single-session .page-content-col .vendor-content {
    margin: 0 auto;
    float: none;
    position: relative;
    padding-bottom: 20px;
}
.single-vendors .page-content-col .vendor-content h1, .single-speaker .page-content-col .vendor-content h1, .single-session .page-content-col .vendor-content h1 {
    text-align: center;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 8px;
}
.single-vendors .page-content-col .vendor-content img, .single-speaker .page-content-col .vendor-content img, .single-session .page-content-col .vendor-content img {
    width: 250px;
    border: none !important;
}
.single-vendors .page-content-col .vendor-content .gallery-item {
margin:0 !important;
}
.single-vendors .page-content-col .vendor-content dt.gallery-icon {
    margin:2px;
}
.single-vendors .page-content-col .vendor-content img.alignnone {
    margin:2px 2px 2px 0;
}
.single-vendors .page-content-col .vendor-content img.vendor-image, .single-speaker .page-content-col .vendor-content img.vendor-image, .single-session .page-content-col .vendor-content img.vendor-image {
    border-radius: 50%;
    border:2px solid #9A7A3C !important;
}
.single-vendors .page-content-col .v-booth, .single-session .page-content-col .v-class {
    color: #6C5429;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding-top: 14px;
}
.single-vendors .page-content-col .v-class {
    color: #9A7A3C;
    font-size: 16px;
    font-weight: 400;
}
.single-vendors .page-content-col .v-class span {
    font-weight: 300;
}
.single-vendors .page-content-col a {
/*    word-break: break-all;*/
}
.single-vendors .page-content-col .vendor-content a.edit-vendor-img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.single-vendors .page-content-col .vendor-content a.edit-vendor-img img {
    width: 30px;
    border: none;
}
.single-vendors .page-content-col .vendor-content p.last-updated {
    position:absolute;
    bottom:0;
    left:15px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    font-style: italic;
}

/* connect with us */
.connect {
    position: relative;
    border-radius: 4px;
    font-size: 34px;
    font-weight: 300;
    padding: 21px 32px;
    margin: 0;
    background-color: #e83a56;
    color: #d9aa10;
    background-color: #d95930;
    box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
}
.connect:before {
    content: " ";
    background-image: url(../images/icons.png);
    background-position: 0 -120px;
    width: 38px; height: 38px;
    position: absolute;
    left: 34px; top:50%; margin-top:-18px;
}
.connect .connect-inner {
    display: table;
    margin:0; padding: 0;
    width: 100%; min-height: 80px;
}
.connect .connect-inner>span {
    display: table-cell;
    width: 50%;
    height: 100%;
    padding-left:65px;
    vertical-align: middle;
    font-weight: 500;
}
.connect .links {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    margin: 0; padding: 0;
    text-align: right;
}
.connect .links a {
    display: inline-block;
    position: relative;
    font-size: 42px;
    width: 58px; height: 70px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    vertical-align: bottom;
}
.connect .links a i {
    display: block;
    height: 60px; width: 60px;
    position: relative;
    margin: 5px 0 0 5px;
    z-index: 10;
}
.connect .links a:hover:before {
    position: absolute;
    left: 0; top: 0;
    width: 70px; height: 70px;
    content: "";
    opacity: .46;
    -moz-border-radius: 35px / 35px 35px 35px 35px;
    -webkit-border-radius: 35px / 35px 35px 35px 35px;
    border-radius: 35px / 35px 35px 35px 35px;
    background-clip: padding-box;
    background-color: #3f3f3f;
    z-index: 0;
}

/* sessions */
.sessions {
    margin-left: -15px;
    margin-right: -15px;
}
.sessions.carousel {
    text-align: center;
    white-space: nowrap;
}
.sessions .session {
    display: inline-block;
    padding: 0 15px;
    margin: 15px -1.5px;
    width: 33%;
    white-space: normal;
    overflow: hidden;
}

.sessions .session .session-inner {
    position: relative;
    display: block;
    height: 402px;
    padding: 19px 19px 47px;
    border-radius: 4px;
    text-align: left;
    text-decoration: none;
    overflow: hidden;
    background: #ebebeb;
    color: #5b5959;
}
.sessions.condensed .session .session-inner {
    height: auto;
}
.sessions .session .title {
    display: table;
    color: #7a9e00;
    font-size: 20px; font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    height: 98px;
}
.sessions .session .title>span {
    display: table-cell;
    vertical-align: middle;
    max-height: 98px;
}
.sessions .session .desc {
    text-transform: uppercase;
    font-weight: 300;
    display: block;
}
.sessions .session .desc strong {
    text-transform: none;
    font-weight: bold;
}
.sessions .session .speakers-thumbs {
    display: block;
    margin: 16px -7px;
    width: 100%;
    height: 135px;
    text-align: left;
    overflow: hidden;
    z-index: 20;
    position: relative;
    float: left;
}
.sessions .session .speaker {
    position: relative;
    display: inline-block;
    width: 64px; height: 64px;
    margin: 2px 1px; padding: 0;
}
.sessions .session .speaker img {
    max-width: 100%;
    border-radius: 180px;
    /*border: 1px solid #157eab;*/
    box-shadow: 0px 0px 0px 1px #157eab;
}
.sessions .session .speaker.featured img {
    border-color: #e83a56;
    box-shadow: 0px 0px 0px 1px #e83a56;
}
.sessions .session .more {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    line-height: 47px;
    color: #fff;
    background: #3f3f3f;
    font-size: 16px; font-weight: 500;
    z-index: 20;
    padding: 0 19px;
}
.sessions .session .more i {
    margin: 2px 0 -2px 6px;
}
.sessions.condensed .session .more {
    line-height: 34px;
}

/* sessions - list */
.sessions.list {
    margin: 2px 0 0;
    clear: both;
}
.sessions.list .day-floating {
    position: relative;
    color: #6c5429;
    font-size: 21px;
    font-weight: 500;
    /*z-index: 40;*/
    z-index: 1;
    margin-top:-2px;
    /*height: 60px;*/
    background: transparent;
}
.sessions.list .day-floating > span {
    display: block;
    clear: both;
    border-top: 4px solid #d95930;
    padding: 14px;
    max-height: 60px;
    background: #f6e9c9;
    border-bottom: none;
    margin-bottom: 14px;
}
.sessions.list .day-floating.fixed {
    position: fixed;
    top: 47px; left:0; right: 0;
    z-index: 30;
}
.sessions.list .day-floating.fixed.absolute {
    position: absolute;
}
.sessions.list .session {
    float: none;
    display: block;
    padding: 7px 0 7px 0;
    margin: 0;
    width: 100%;
    border-bottom: none;
}
.sessions.list .time {
    display: block;
    width: 100%;
    padding-right: 0;
    color: #939393;
    font-size: 14px; font-weight: 300;
}
.sessions.list .session-inner {
    margin: 0;
    padding: 0 14px;
    height: auto;
    width: auto;
    background: none;
    text-align: left;
    border-radius: 0;
}
.sessions.list .session-inner a:hover {
    text-decoration: none;
}
.sessions.list .session .title {
    display: inline-block;
    margin: 0;
    padding: 0 7px 0 0;
    height: auto;
    font-size: 16px;
    line-height: normal;
    vertical-align: middle;
}
.sessions.list .session .title:hover {
    text-decoration: none;
}
.sessions.list .session .location {
    color: #5b5959;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.sessions.list .session .speakers-thumbs {
    margin: 6px 0 0;
    height: auto;
    text-align: left;
    overflow: inherit;
}
.sessions.list .session .speaker {
    display: block;
    float: left;
    height: 54px; width: 20%;
    margin: 6px 0; padding: 0 16px 0 1px;
    color: #242424;
    font-size: 14px; font-weight: 500;
    text-decoration: none;
}
.sessions.list .session .speaker img {
    float: left;
    width: 54px;
}
.sessions.list .session .speaker .name {
    display: block;
    margin: 0 0 0 62px; padding: 0;
    height: 100%;
}
.sessions.list .session .speaker .name>span {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 54px; max-height: 54px;
}
.sessions.list .more {
    top: 0; right: 0; left: auto; bottom: auto;
    display: inline-block;
    float: right;
    line-height: 32px; width: auto;
    background-color: #3f3f3f;
    border: none;
    font-size: 14px; font-weight: normal;
}

/* sessions filtering */
.schedule ul ul {
    display: none;
    position: absolute;
    background-color: #d95930;
    height: auto;
    min-width: 180px;
    text-align: left;
    border-radius: 0;
    text-transform: none;
    margin: 0;
    padding: 7px 0;
    z-index: 100;
    margin-left: 3px;
}
/*
.schedule ul li:hover > ul {
    display: block;
}
*/
.schedule .hover {
    display: block;
}
.schedule ul ul li {
    position: relative;
    display: block;
    color: #fff;
    padding: 3px 14px;
}
.schedule ul ul li a {
    padding: 7px 0;
    max-height: none;
    height: auto;
    color: #fff;
}
.schedule ul ul li a:hover {
    color: #d95930;
    text-decoration: none;
}
.page-template-schedule .page-content .page-content-col {
    padding: 4% 2%;
}

/* tabs */
.page-content .page-content-col .schedule ul.nav-tabs {
    border-bottom: none;
    font-size: 14px; font-weight: 500;
}
.page-content .page-content-col .schedule ul.nav-tabs li {
    padding-bottom: 0;
}
.page-content .page-content-col .schedule ul.nav-tabs li ul.double {
    padding-bottom: 30px;
    width: 420px;
    margin-bottom: 20px;
    margin-left: -150px;
}
.page-content .page-content-col .schedule ul.nav-tabs li ul.double li {
    padding-right: 10px;
    width: 50%;
    float:left;
    display:inline;
}
.page-content .page-content-col .schedule ul.nav-tabs li ul.double li a {
    padding: 0;
}
.page-content .page-content-col .schedule ul.nav-tabs li ul.triple {
    padding-bottom: 30px;
    width: 630px;
    margin-bottom: 20px;
    margin-left: -355px;
}
.page-content .page-content-col .schedule ul.nav-tabs li ul.triple li {
    padding-right: 10px;
    width: 33.333%;
    float:left;
    display:inline;
}
.page-content .page-content-col .schedule ul.nav-tabs li ul.triple li a {
    padding: 0;
}
.page-content .page-content-col .schedule ul.nav-tabs li ul li {
    padding-bottom: 10px;
}
.page-content .page-content-col .schedule ul.nav-tabs li.active a, .page-content .page-content-col .schedule ul.nav-tabs li.active a:hover, .page-content .page-content-col .schedule ul.nav-tabs li.active a:focus {
    color: #fff;
    background-color: #d95930;
    border: 1px solid #d95930;
    border-bottom-color: transparent;
}
.page-content .page-content-col .schedule ul.nav-tabs li a:hover, .page-content .page-content-col .schedule ul.nav.nav-tabs li a:hover, .page-content .page-content-col .schedule ul.nav.nav-tabs li a:focus {
    border-color: #d95930 #d95930 #d95930;
    text-decoration: none;
    background-color: #d95930;
}
.page-content .page-content-col .schedule ul.nav-tabs li a {
    margin-right: 3px;
    margin-left: 0;
    line-height: 1;
    border-radius: 0;
    background-color: #6c5429;
    border-color: #6c5429;
    border-bottom-color: transparent;
    color: #fff;
    padding: 9px 12px;
}
/*.page-content .page-content-col .schedule ul.nav-tabs li a:after {
    content: " ";
    display: inline-block;
    background-image: url(../images/icons.png);
    background-position: -120px -60px;
    width: 12px; height: 8px;
    font-size: 0.75em;
    margin: 0 0 0 1em;
}*/
.page-content .page-content-col .schedule ul.nav-tabs li ul {
    padding: 7px 14px;
}
.page-content .page-content-col .schedule ul.nav-tabs li ul li a, .page-content .page-content-col .schedule ul.nav-tabs li.active ul li a {
    padding: 7px 0;
    background: none;
    border: none;
    color: #fff;
}
.page-content .page-content-col .schedule ul.nav-tabs li ul li a:hover, .page-content .page-content-col .schedule ul.nav-tabs li.active ul li a:hover {
    border: transparent !important;
    color: #ffc93b;
    background-color: transparent !important;
    margin-left: 0;
}
.page-content .page-content-col .schedule ul.nav-tabs li ul li a:after {
    background-image: none;
}
.page-content .page-content-col .schedule ul.nav-tabs.pull-right li a {
    margin-right: 0;
    margin-left: 3px;
}
.page-content .page-content-col .schedule ul.nav-tabs.pull-right li ul li a {
    margin-left: 0;
}

.page-content .speakers-content h2 {
    display: block;
    clear: both;
    border-top: 4px solid #d95930;
    padding: 14px;
    max-height: 60px;
    background: #f6e9c9;
    border-bottom: none;
    margin-bottom: 14px;
    color: #6c5429 !important;
    font-size: 21px;
    font-weight: 500;
}

.page-content .speakers-content span {
    font-size: 19px;
    color: #208320;
    padding: 0;
    margin: 0;
    height: auto;
}
.page-content .speakers-content span:hover {
    color: #d95930;
}

/* single session */
.sessions.single {
    margin-left: 0; margin-right: 0;
}
.sessions.single .session {
    font-size: 16px; font-weight: 300;
    margin: 6px 0 0; padding: 0;
    overflow: inherit;
    width: 100%;
    color: #5b5959;
}
.sessions.single .session > span {
    display: block;
    text-transform: uppercase;
}
.sessions.single .session > span strong {
    text-transform: none;
}
.sessions.single .location strong {
    color: #35aadc;
}
.sessions.single .session .speakers-thumbs {
    display: block;
    margin: 0 -1em; padding: 1em 0;
    height: auto;
    text-align: left;
}
.sessions.single .session .speaker {
    display: block;
    float: left;
    width:100%; height: auto;
    margin: 0 0 6px; padding: 0 1em;
    font-size: 14px; font-weight: 500;
    line-height: 1;
    color: #242424;
}
.sessions.single .session .speaker img {
    max-width: 54px;
    margin: 0 0.5em 0 0;
    float: left;
}
.sessions.single .speaker .name {
    display: table;
    height: 54px;
}
.sessions.single .speaker .name>span {
    display: table-cell;
    vertical-align: middle;
    height: 54px; max-height: 54px; max-width: 70px;
}
.single-session-link {
    cursor: default;
}

/* mediabox */
.mediabox {
    margin-top: 2em;
    z-index: 1;
}
.mediabox:after {
    content: "";
    clear: both;
}
.mediabox a.post {
    position: relative;
    display: block;
    width: 25%; height: 245px;
    float: left;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}
.mediabox a.post .wrapper {
    display:inline-block;
    width:100%;
    text-align:center;
    line-height:245px;
    height:250px;
    vertical-align:top;
}
.mediabox a.post img {
    min-width: 100%; min-height: 100%; max-width: none;
    vertical-align: middle;
    /*margin:-100%;*/
    vertical-align:middle;
    position:relative;
    z-index:-1;
}
.mediabox a.post .desc {
    display: none;
    position: absolute;
    top: 50%; left: 0; right: 0;
    text-align: center;
    font-size: 14px; font-weight: 500;
    line-height: normal;
    z-index: 20;
}
.mediabox a.post .desc strong {
    text-transform: uppercase;
    display: block;
    font-size: 20px; font-weight: 300;
    color: #f9d149;
}
.mediabox a.post:hover .desc {
    display: block;
}
.mediabox a.post:hover:after {
    display: block;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    content: " ";
    background: #000000;
    opacity: 0.7;
    z-index: 10;
}
.mediabox a.post:hover:before {
    position: absolute;
    top: 0; left: 50%;  bottom: 0;
    text-align: center;
    margin-top: 65px;
    content: " ";
    display: inline-block;
    width: 50px; height: 50px;
    margin-left: -25px;
    background-image: url(../images/icons.png);
    background-position: -420px -60px;
    z-index: 11;
}
.mediabox a.post.video:hover:before {
    background-position: 0 -180px;
    width: 22px; height: 30px;
    margin-top: 70px;
    margin-left: -11px;
}
.mediabox-wrapper h2 {
    font-size: 48px;
    line-height: 1.2;
}

/* explore map */
.location {
}
.location .explore {
    background: #f1f1f1;
    padding: 0 4px;
    font-size: 16px; font-weight: 500;
    border-radius: 4px;
    overflow: hidden;
    height: 475px;
    text-align: center;
    color: #e73955;
}
.location .explore .heading {
    margin: 0 -4px 32px;
    padding: 19px 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px; font-weight: 500;
    background: #e73955;
}
.location .explore .heading a {
    color: #fff;
    text-decoration: none;
}
.location .explore .scrollable {
    height: 350px;
    overflow: auto;
}
.location .explore ul {
    list-style-type: none;
    margin: 25px 0 0; padding: 0;
}
.location .explore ul li a {
    display: block;
    padding: 4px 0;
    color: inherit;
    text-transform: uppercase;
}
.location .map {
    height: 475px;
    border-radius: 4px;
    border: 1px solid #e73955;
    overflow: hidden;
}
#tile_explore .map img{max-width: none !important;}

/* articles */
.articles {
    margin-top: 0;
}
.articles article {
    background-image: url('../img/news_2.png');
    background-color: #FBFAEC;
    border: 12px solid #f6e9c9;
    background-repeat: no-repeat;
    -webkit-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    height: auto;
    padding: 4% 4% 4%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 15px 0 2% 0;
}
.articles article:after {
    content: "";
    clear: both;
}
.articles article .image {
    float: left;
    width: 100px;
    height: 125px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: none;
}
.articles article:hover .image, .articles article:hover  .post-content {
    border: none;
}
.articles article .image img {
    min-width: 100%; min-height: 100%;
    max-width: none;
    width: auto; height: auto;
}
.articles article .image .date {
    position: absolute;
    top: 13px; left: 13px;
    display: block;
    width: 54px;
    height: 74px;
    color: #fff;
    text-align: center; text-transform: uppercase;
    font-weight: 300;
    line-height: normal;
    padding: 4px 0 0;
    background-color: #e83a56;
}
.articles article .image .date span { display: block; }
.articles article .image .date .day { font-size: 30px; margin: -4px 0; }
.articles article .image .date .month { font-size: 16px; }
.articles article .image .date .year { font-size: 12px; }
.articles article .post-content {
    /*margin-left: 110px;*/
    margin-left: 0;
    border-radius: 0;
    box-sizing: border-box;
}
.tax-type .articles article .post-content p {
    color: #9a7a3c;
    font-size: 16px;
    font-weight: 300;
}
.tax-type .articles article .post-content ul {
    padding: 20px 0 0 0;
}
.tax-type .articles article .post-content li.col-med-6 {
    width: 47%;
    float: left;
    list-style: none;
    height: 90px;
}

.tax-type .articles article .post-content li.col-med-6 h3 {
    margin-bottom: 0;
    color: #d95930;
    font-size: 17px;
    text-transform: uppercase;
}
.tax-type .articles article .post-content li.col-med-6 .perex span {
    color: #6c5429;
    font-size: 14px;
/*    text-transform: lowercase;*/
    font-weight: 400;
    display: block;
}
/*.tax-type .articles article .post-content li {
    padding-right: 10px;
}*/
.articles article .post-content li.col-med-6:nth-child(odd) {
    padding-right: 20px;
}
.articles article .post-content a {
/*    display: block;*/
    padding: 15px 21px 15px 0;
    height: 125px;
    text-decoration: none;
    color: inherit;
}
.articles article .post-content a:hover {
    color: #d95930;
}
.articles .carousel-inner article .post-content a {
    padding: 0;
    height: auto;
}
.articles article .post-content .heading {
    display: block;
    color: #6c5429;
    font-size: 16px;
    font-weight: 800;
    text-align: left;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-stretch: condensed;
    background: none;
    margin-bottom: 15px;
}
.articles article .post-content h1 {
    padding: 0px;
    color: #186020;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.6;
    font-family: 'Carton', Helvetica, Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 0;
}
.articles article .post-content h2 {
    padding: 0px;
    color: #186020;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.3;
    font-family: 'Carton', Helvetica, Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 0;
}
.articles article .post-content h1 {
    font-size: 28px;
}
.articles article .post-content h3 {
    color: #6c5429;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-stretch: condensed;
    margin-bottom: 20px;
}
.articles article .post-content .perex {
    display: block;
    padding: 0 0 12px 0;
    color: #9a7a3c;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-stretch: condensed;
}
.articles article .post-content .perex span {
    color: #6c5429;
    font-size: 14px;
/*    text-transform: lowercase;*/
    font-weight: 400;
    display: block;
}

/* vertical articles */
.articles.vertical {
    margin: 0;
}
.articles.vertical:after {
    content: " ";
    display: block;
    clear: both;
}
.articles.vertical article {
    width: 100%;
    padding: 15px;
}
.articles.vertical article:nth-child(2n-1) {
    clear: both;
}
.articles.vertical article .image {
    float: none;
    width: 100%;
    height: 188px;
}
.articles.vertical article .post-content {
    margin-left: 0;
    padding: 16px 21px;
    background: none;
    border: none;
}
.articles.vertical article .post-content a {
    padding: 0;
    height: auto;
}
.articles.vertical article .share {
    display: block;
    padding: 28px 0 0;
}

/* post */
.post-info {
    font-size: 16px; font-weight: 300;
    margin-top: 3em;
}

/* paging */
.nav-paging {
    clear: both;
    margin: 0;
    display: block;
    min-height: 53px;
}
.nav-paging:after {
    content: " ";
    display: block;
    clear: both;
}
.nav-paging .nav-previous, .nav-paging .nav-next {
    padding: 0 15px;
    font-size: 24px;
    max-width: 50%;
    text-align: left;
}
.nav-paging .nav-next {
    text-align: right;
}
.nav-paging .nav-previous a, .nav-paging .nav-next a {
    color: #d95930;
}
.nav-paging .nav-previous a:before {
    content: "« ";
}
.nav-paging .nav-next a:after {
    content: " »";
}

.nav-paging .nav-previous, .nav-paging .nav-next {
    text-align: center;
}
.nav-paging .nav-next {
    text-align: center;
}

/* pages */
.page-content {
    margin-top: 15px;
}
.page-content .page-content-col {
    background-image: url('../img/treeart_5_long.png');
    background-color: #FBFAEC;
    border: 12px solid #f6e9c9;
    background-repeat: no-repeat;
    -webkit-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    height: auto;
    padding: 4% 4% 4%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 2%;
}
.page-content .page-content-wide {
    background-image: url('../img/treeart_5_wide.png');
    background-size: 100%;
}
.page-content .page-content-col .stages-row {
    margin: 0;
}

.page-content .page-content-col h1 {
    padding: 0px;
    color: #186020;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.6;
}
.page-content .page-content-col h2 {
    color: #d95930;
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
}
.page-content .page-content-col h3 {
    color: #6c5429;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-stretch: condensed;
}
.page-content .page-content-col p {
    padding: 0 0 12px 0;
    color: #9a7a3c;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-stretch: condensed;
}
.page-content .page-content-col .dottedline {
    border-top: 1px dashed #d1bf8e;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    width: 95%;
}
.page-content .page-content-col .dottedline {
    border-top: 1px dashed #d1bf8e;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    width: 95%;
}
.page-content .row {
    margin-left: -15px;
    margin-right: -15px;
    clear: both;
}
.page-content .col-med-6 {
    width: 50%;
    float: left;
}
.page-content .page-content-col ul li {
    padding: 0 0 10px 0;
    color: #6c5429;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-stretch: condensed;
}

.page-content .page-sidebar-col, .archive .page-sidebar-col, .single .page-sidebar-col  {
    background-color: #d95930;
    height: auto;
    padding: 6% 2% 2% 2%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 2%;
    background-image: url("../img/treeart.png");
    background-color: #d95930;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
}
.page-content .page-sidebar-col .widget, .archive .page-sidebar-col .widget, .single .page-sidebar-col .widget  {
    margin-bottom: 2em;
}
.single .page-sidebar-col, .archive .page-sidebar-col  {
    margin-top: 15px;
}
.page-content .page-sidebar-col.menu ul, .archive .page-sidebar-col.menu ul, .single .page-sidebar-col.menu ul {
    margin: 0;
    padding: 0;
    width: auto;
    list-style-type: none;
}
.page-content .page-sidebar-col.menu ul li a, .archive .page-sidebar-col.menu ul li a, .single .page-sidebar-col.menu ul li a {
    text-decoration: none;
    padding: 5px 8px;
    display: block;
    color: #ffc93b;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
.page-content .page-sidebar-col.menu ul li a:hover, .archive .page-sidebar-col.menu ul li a:hover, .single .page-sidebar-col.menu ul li a:hover {
    color: #ffffff;
}

/* contact us */
form.contact-us {
    padding-top: 1em;
}
form.contact-us input[type=text] {
    width: 100%;
}
form.contact-us textarea {
    width: 100%;
    height: 220px;
    resize: vertical;
}
.wpcf7-form {
    margin-top: 20px;
}
.wpcf7-submit {
    color: #fff;
    text-decoration: none;
    background-color: #d95930;
    border: none;
    outline: none;
    height: 60px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .2);
    font-weight: 500;
    font-size: 21px;
}

.wpcf7-submit:hover {
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, .4);
}

/* facebook */
.facebook .fb-event {
    height: 291px;
    color: #fff;
    font-size: 18px; font-weight: 500;
    text-align: center;
    line-height: 2em;
    padding: 12% 8% 0;
    border-radius: 4px;
}
.facebook .fb-event .col {
    width: 33%;
    float: left;
}
.facebook .fb-event i {
    font-size: 50px;
}
.facebook .fb-event .num {
    display: block;
    margin: 17px 0 6px;
    font-size: 50px; font-weight: 300;
}
.facebook .fb-view {
    display: block;
    position: relative;
    width: 100%; height: 291px;
    padding: 231px 32px 15px;
    text-align: center; text-transform: uppercase;
    color: #fff;
    font-size: 18px; font-weight: 500;
    border-radius: 4px;
}
.facebook .fb-view i {
    font-size: 0.75em;
}
.facebook .fb-view .icon-facebook-alt {
    position: absolute;
    top: 50px; left: 45px;
    font-size: 50px;
}

/* twitter */
.twitter.row {
    margin-top: -15px;
    margin-bottom: -15px;
}
.twitter.row > div[class^=col] {
    padding-top: 15px;
    padding: 15px;
}
.twitter .view {
    display: block;
    position: relative;
    width: 100%; height: 291px;
    padding: 196px 32px 15px;
    text-align: center; text-transform: uppercase;
    color: #fff;
    font-size: 18px; font-weight: 500;
    border-radius: 4px;
}
.twitter .view .icon-twitter-alt {
    position: absolute;
    top: 50px; left: 45px;
    font-size: 50px;
}
.twitter .view a {
    display: block;
    color: inherit;
    margin-top: 12px;
}
.twitter .view a i {
    font-size: 0.75em;
}
.twitter .tweet {
    height: 291px;
    border:1px solid #4fc4f6; border-radius: 4px;
    padding: 22px;
}
.twitter .tweet .text {
    font-size: 18px;
    color: #000;
    margin: 1em 0;
    max-height: 150px;
}
.twitter .tweet .date {
    color: #5b5959;
    font-size: 14px;
}

.twitter .tweet.featured {
    padding: 64px 46px;
}
.twitter .tweet.featured .avatar {
    float: left;
}
.twitter .tweet.featured .text {
    font-size: 26px;
    margin: -12px 0 0 95px;
}
.twitter .tweet.featured .date {
    font-size: 20px;
    margin: 1em 0 0 95px;
}

/* sponsors */
.sponsors {
    margin-bottom: 2em;
    text-align: center;
    margin-left: -15px; margin-right: -15px;
}
.sponsors .sponsor {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding: 15px;
    margin-bottom: 1em;
}
.sponsors .sponsor img {
    max-width: 100%;
}
.sponsors-lg .sponsor { width: 33.3%; }
.sponsors-md .sponsor { width: 25%; }
.sponsors-sm .sponsor { width: 16.6%; }


/* SIDEBAR
-----------*/
.sidebar ul {
    list-style-type: none;
    margin: 0; padding: 0;
}
.sidebar ul li {
    list-style-type: none;
    margin: 0 0 40px; padding: 0;
}
.sidebar .tyler_comments_display h2 {
    font-size: 18px; font-weight: 500;
    color: #fff;
    text-align: center; text-transform: uppercase;
    background: #35aadc;
    padding: 25px; margin: 0 0 8px;
    border-radius: 4px;
}
.sidebar .tyler_comments_display h2:before {
    background-image: url(../images/icons.png);
    background-position: -360px -120px;
    content: " ";
    height: 36px; width: 50px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -1em;
}
.sidebar .tyler_comments_display li a {
    display: block;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 24px 16px;
    margin: 8px 0;
    font-size: 18px;
    color: #313131;
    text-decoration: none;
}
.sidebar .tyler_comments_display li a:hover {
    border-color: #35aadc;
}
.sidebar .tyler_comments_display li .time {
    font-size: 16px;
    color: #e83a56;
    display: block;
    margin: 16px 0 0;
}


.sidebar .widget_text h2 {
    font-size: 18px; font-weight: 400;
    color: #e83a56;
    border-bottom: 1px solid #e83a56; border-radius: 0;
    background: none;
    padding: 0; margin: 0 0 14px;
    text-align: left;
    text-transform: uppercase;
}
.sidebar .widget_text h2 > span {
    position: relative;
    bottom: -8px;
    padding-right: 8px;
    display: inline-block;
    background: #fff;
}
.sidebar .widget_text li {
    padding: 8px 0;
    text-align: center;
}

/* COMMENTS */
.comments-area {
    margin: 2em 0;
}
.comments-area h2 {
    font-size: 18px; font-weight: 500;
    color: #fff;
    text-align: left; text-transform: uppercase;
    background: #35aadc;
    padding: 13px; margin: 0 0 12px;
    border-radius: 4px;
}
.comments-area h2:before {
    background-image: url(../images/icons.png);
    background-position: -360px -120px;
    content: " ";
    height: 36px; width: 45px;
    display: inline-block;
    vertical-align: top;
    margin: -3px 0;
}

.comments-area form input, .comments-area form textarea {
    width: 100%;
    margin: 0 0 10px;
}
.comments-area form input[type=submit] {
    font-size: 24px; font-weight: 500;
    background: #d95930;
    color: #fff;
    text-align: center; text-transform: uppercase;
    border: none;
    padding: 14px;
}

.comments-area .commentlist {
    position: relative;
}
.comments-area .commentlist:before {
    display: table;
    content: " ";
}
.comments-area .commentlist, .comments-area .commentlist .comment {
    display: block;
    list-style-type: none;
    margin: 0; padding: 0;
}
.comments-area .commentlist .comment {
    position: relative;
    padding: 0 0 1em; margin: 12px 0;
    font-size: 16px;
}
.commentlist .comment .comment-content {
    position: relative;
    border: 1px solid #35aadc;
    padding: 22px;
    border-radius: 4px;
}
.commentlist .comment .comment-content p {
    margin: 0;
}
.commentlist .comment .comment-content:after {
    display: block;
    content: " ";
    width: 16px; height: 16px;
    border: 1px solid #35aadc;
    border-top: 0; border-right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    background: #fff;
    bottom: -9px; left: 22px;
}
.commentlist .comment .comment-meta {
    margin-top: 15px;
    font-weight: 500;
    color: #393939;
}
.commentlist .comment .comment-author .fn:after {
    content: ", ";
}
.commentlist .comment .comment-meta a {
    color: inherit;
}
.commentlist .comment .reply, .commentlist .comment .comment-author img, .commentlist .comment .comment-author .says {
    display: none;
}

/*
 FOOTER
 ------- */
footer {
    position: relative;
    z-index: 30;
    margin-top: 2em;
    border-top: 1px solid #d3d3d3;
    background: #393939;
    padding-top: 65px;
}
footer .col>div {
    color: #f1f1f1;
    padding: 34px 26px;
}
footer .col h4 {
    font-size: 18px; font-weight: normal;
    text-transform: uppercase;
    display: block;
    margin: 0 0 0.5em;
}
footer .col ul {
    list-style: none;
    margin: 0; padding: 0;
}
footer .col ul li a {
    font-size: 14px;
    color: #f1f1f1;
}
footer .credits {
    padding: 22px 15px;
    margin-top: 45px;
    font-size: 14px;
    background: #313131;
    text-align: center;
    color: #35aadc;
}

/* Footer Widget */
footer .ef_footer_text_columns h1,
footer .ef_footer_text_columns h2,
footer .ef_footer_text_columns h3 {
    color: #f1f1f1;
}

/*
 TWITTER FULLSCREEN
 ------- */

#twitter_fullscreen { padding: 172px 0 62px; text-align: center; }
#twitter_fullscreen ul { margin: 0; padding: 0; }
#twitter_fullscreen li { border: 1px solid #35aadc; border-radius: 10px; float: left; list-style: none; margin: 30px 2.06% 32px 0; min-height: 330px; padding: 60px 20px 20px; position: relative; width: 31.08%; height: 330px; }
#twitter_fullscreen li span:before { content: ""; height: 82px; left: 50%; margin-left: -54px; position: absolute; top: -41px; width: 108px; }
#twitter_fullscreen li:last-child { margin-right: 0; }
#twitter_fullscreen li span { color: #121212; font-size: 18px; line-height: 32px; }
#twitter_fullscreen li span + a { display: block; font-size: 18px; margin-top: 5px; }
#twitter_fullscreen li a { color: #6d6d6d; }
#twitter_fullscreen li a:hover { color: #6d6d6d; opacity: .5; }
#twitter_fullscreen li:first-child { border: none; border-radius: 0; margin: 0 0 32px; min-height: inherit; padding: 0; width: 100%; height: auto;}
#twitter_fullscreen li:first-child span { font-size: 42px; line-height: 52px; }
#twitter_fullscreen li:first-child span:before { display: none; }
#twitter_fullscreen li:first-child span + a { font-size: 22px !important; }
#twitter_fullscreen li span a:hover {opacity:1;}
.page-template-twitter-php header, .page-template-twitter-php footer { display:none; }
.page-template-twitter-php #twitter_fullscreen {padding: 90px 0 62px; text-align: center; }
.page-template-twitter-php #twitter_fullscreen li:first-child .avatar {display:none;}
.page-template-twitter-php #twitter_fullscreen .avatar {width: 70px;position: absolute;top: 0;left: 40%;top: -29px; border-radius: 6px;}
.page-template-twitter-php #twitter_fullscreen span:before {background-image: none;}

/*
 EVENT ESPRESSO
 ------- */
.tkt-slctr-tbl{width:100%}
.tkt-slctr-tbl thead th:nth-child(2){text-align:right;}

/*
 WOOCOMMERCE
 ------- */
#tile_registration .products {width:100%; margin: 20px 0 20px 0;}
#tile_registration .woocommerce .products tr.product:first-child {border-top: 1px solid #ccc;}
#tile_registration .woocommerce .products tr.product{border-bottom: 1px solid #cccccc;}
#tile_registration .woocommerce .products td {padding: 5px;}
#tile_registration .woocommerce td.qty {width: 150px; text-align: center;}
#tile_registration .woocommerce form.cart {display: inline-block;}
#tile_registration .woocommerce .products tr.product h3 {margin: 0; font-size: 16px;}
#tile_registration .woocommerce tr .btn {padding: 5px 15px;}

/*
MEDIA CUSTOMIZATION
------- */
.blueimp-gallery>.close {
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-right: 50px;
    display: block;
    font-size: 150px;
}

/*OCF DEV TEAM MODIFICATIONS START HERE*/
.icon-map-marker,.icon-calendar {
    display:none;
}

/*BUTTERFLIES*/

.butterflygif{
    position: fixed;
    top: 475px;
    left:70px;
    /*background-image: url("../img/mm_b.gif");
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom:0px;*/
}
.butterflygiftop{
    position: relative;
    top: 45px;
    left:570px;
    /*background-image: url("../img/mm_b.gif");
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom:0px;*/
    z-index: 303;
}
.butterflygifj{
    position: fixed;
    top: 5px;
    right:85px;
    /*background-image: url("../img/mm_j.gif");
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom:0px; */
}
.butterflygifk{
     position: fixed;
    top:720px;
    left:15px;
}
.butterflygifl{
     position: fixed;
    top:100px;
    right: 1px;
}
.butterflygifb{
    position: fixed;
    top: 400px;
    right:85px;
}
.butterflygifd{
     position: fixed;
    top: 20px;
    left:15px;
}
.moth_a{

    position: fixed;
    top: 120px;
    left:195px;
    z-index:1;
}
.moth_d{
    position: fixed;
    top: 65px;
    left:115px;
    z-index:1;
}
.butterflygif1{
    background-image: url("../img/mm_e.gif");
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom:0px;
}
#butterflygif2{
    background-image: url("../img/mm_f.gif");
    background-repeat: no-repeat;
    background-position: 80px 120px;
    z-index:301;
}
#butterfly{
    background-image: url(../img/butter.png);
    z-index:999999999999999;
    background-repeat: no-repeat;
    background-position: right bottom;
}
#butterfly2{
    background-image: url(../img/butter2.png);
    z-index:999999999999999;
    background-repeat: no-repeat;
    background-position: right bottom;
}

#butterfly3{
    background-image: url(../img/butter3.png);
    z-index:999999999999999;
    background-repeat: no-repeat;
    background-position: right bottom;
}

#speakerj{
    background-repeat: no-repeat;
    padding-bottom:0px;
    z-index:1000;
    background-image: url(../img/breakj.png);
}

#speakerk{
    background-repeat: no-repeat;
    padding-bottom:0px;
    z-index:1000;
    background-image: url(../img/breakk.png);
}

#contact{
    background-image: url(../img/paper2.png);
}
#lanternright{
    background-image: url(../img/right_3.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right top;
    z-index:3000;
	position:relative;
}
#lanternleft{
    background-image: url(../img/left_3.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
    z-index:3000;
	position:relative;
}
#geo{
    background-image:url(../img/geo.png);
    background-repeat:repeat;
    z-index: -5;
}
#geofoot{
    background-image:url(../img/geo.png);
    background-repeat:repeat;
    z-index: 1;
}
#footermenu{
    letter-spacing:2px;
    font-weight:normal;
}
#cloud{
    background-image:url(../img/clound.png);
    z-index: -9;
}
#green, #green2 {
    border-radius: 4px;
    height: 240px;
    text-align: center;
    padding: 42px 0 0 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
}
#green{
    background-image: url(../img/paper.png);
}
#green2{
    background-image: url(../img/paper2.png);
}

#whiteshadow{
    color: #f2632b;
    text-shadow: 1px 2px 20px #fff;
    margin: 0 0 19px;
}
#timer{
    background-image: url(../img/timer.png);
}
#artist{
    text-align: center;
    height: 0px;
    font-size: 18px;
    font-family: 'Carton', Helvetica, Arial, sans-serif;
    margin-top:0px;
    color:#8c7440;
}
#picbackground{
    background-image: url(../img/art.png);
}

#leaves {
    background-image: url(../img/leaves.jpg);
}

#news {
    background-image: url(../img/news.png);
}

#craft {
    color:#ff5400;
}
#date{
    background-image: url(../img/date.png);
}
#datetext{
    text-align: left;
    display: block;
    font-size: 14px;
    color: #ffbb28;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    margin: 20px 80px;/* 10px 0px;*/
}
html, body {
    background: #b1da57; /* Old browsers */
    background: -moz-linear-gradient(top,  #b1da57 2%, #48c194 20%, #1fab9c 30%, #b1da57 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#b1da57), color-stop(20%,#48c194), color-stop(30%,#1fab9c), color-stop(100%,#b1da57)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b1da57 2%,#48c194 20%,#1fab9c 30%,#b1da57 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b1da57 2%,#48c194 20%,#1fab9c 30%,#b1da57 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b1da57 2%,#48c194 20%,#1fab9c 30%,#b1da57 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b1da57 2%,#48c194 20%,#1fab9c 30%,#b1da57 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1da57', endColorstr='#b1da57',GradientType=0 ); /* IE6-9 */
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-size: 16px; font-weight: 400;
    color: #242424;
    height: auto;
}
body.header-sticky {
    padding: 0;
}
h2, h4, h5, h6, .h2, .h4, .h5, .h6 {
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
}
h1, h3 {
    font-family: 'Carton', Helvetica, Arial, sans-serif;
    color: #ffffff;
}
h2 {
    color: #7C4A0E;
}
h4 {
    font-size: 24px;
    line-height: 30px;
    color: #176021;
}
header #logo {
    display: none;
    margin: 0;
}
header ul li {
    color: #feffdb;
}
header ul li a {
    text-shadow:  -1.5px -1.5px #796152;
    letter-spacing:1px;
}
header ul ul {
    background: rgba(228,160,14,1);
}
header {
    text-align: center;
    font-size: 18px;
    font-family: 'Carton', Helvetica, Arial, sans-serif;
    letter-spacing:1px;
    position: fixed;
    top:0; left: 0; right: 0;
    max-width: 100%;
    z-index: 1000;
    height: 46px;
}
header {
    background: none;
}
header.sticky {
    background: url(../img/bar3.png);
}
header #menu-primary {
    position: relative;
    float: none;
    margin: 0;
}

@media (min-width: 1200px) {
    /* Base */
    .navbarbase {
        background:url(../img/bar.png);
        z-index: 1;

    }

    .top {
        z-index: -9;
        padding: 0px 0px 0px 0px;

    }
}

.heading h1 {
    height: 30px;
}
.heading .nav {
    width: 100%;
    color: #000;
    text-align: center;
}
.carousel-indicators .active {
    background-color: #7c4a0e;
}
.carousel-indicators li {
    border: 1px solid #516e1f;
}
.landing {
    z-index: -19;
}
.landing .lead {
    font-size: 60px;
    color: #f2edb8;
    text-shadow: -1px 2px 20px #086328;
    text-outline: 2px 2px #fbf7ca;
    font-family: 'Carton', Helvetica, Arial, sans-serif;
    padding-top: 30px;
    margin-bottom: 20px;
}
.landing .bg {
    z-index: -9;
}
.landing .box {
    text-align: center;
    padding: 40px 40px 40px 40px;
    opacity: 1;
    background:none;
}
.landing .box .sub {
    font-size: 24px;
    font-weight: 700;
    letter-spacing:1px;
    color:#fc9d0b;
    -webkit-text-stroke: 0.5px #d83706;
    -moz-text-stroke: 0.5px #d83706;
}
.landing .box .title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing:1px;
    background: -webkit-linear-gradient(#fc9d0b,#ff5a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0.5px #d83706;
    color: #FF5A00;
    line-height:1.5em;
}
.landing .box .desc {
    font-size: 24px; font-weight: 500;
    letter-spacing:1px;
    color:#ff5a00;
    -webkit-text-stroke: 0.5px #d83706;
    -moz-text-stroke: 0.5px #d83706;
    line-height:1.5em;
}

/*want menu*/
.landing .want-menu {
    display: inline-block;
    padding: 4px 20px 14px 16px;
    background-color: #f6e9c9;
    border-radius: 4px;
    box-shadow: 0px 3px 6px rgba(0,0,0,.2);
    margin: 20px 0 40px 0;
}
.landing .want-menu span {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    color: #7C4A0E;
    margin-right: 12px;
    text-transform: uppercase;
}
.landing .want-menu .btn {
    margin: 0;
    background: none;
    border-left: none;
    border-top: none;
    border-right: none;
    padding: 6px 10px 0 0;
    outline: none;
}
.landing .want-menu .bootstrap-select .dropdown-toggle:focus, .btn-group.open .dropdown-toggle {
    outline: none !important;
    box-shadow: none;
}
.landing .want-menu .bootstrap-select.btn-group .dropdown-menu {
    background-color: #f6e9c9;
    border: none;
}
.landing .want-menu .bootstrap-select.btn-group .dropdown-menu li {
    text-align: left;
}
.landing .want-menu .bootstrap-select.btn-group .dropdown-menu li a span {
    text-transform: capitalize;
}
.landing .want-menu .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
}
.landing .want-menu .bootstrap-select.btn-group .dropdown-toggle .caret {
    margin-right: 0;
}

.speakers .speaker .speaker-inner,  .speakers .speaker .speaker-inner:hover:before {
    background-image: url('../img/treeart_3.png');
    background-repeat: repeat-y;
    background-color: #feffde;
    -webkit-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
}
.speakers .speaker .view {
    background-color: #915411;
}
.connect .links a:hover:before {
    opacity:0;
}
#textshadow{
    color:#feffb5;
    text-shadow: -1px 2px 20px #086328;
    text-outline: 2px 2px #fbf7ca;
}
.sessions .session .session-inner {
    /*background-image: url('../img/treeart_3.png');
    background-repeat: repeat-y;
    background-color: #feffde;
    -webkit-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);*/
    padding: 5px 14px;
}
.single-speaker .sessions .session .session-inner, .single-session .sessions .session .session-inner {
    background-image: url('../img/treeart_3.png');
    background-repeat: repeat-y;
    background-color: #feffde;
    -webkit-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
    padding: 14px 14px 43px 14px;
}
.sessions .session .title {
    color:#208320;
    height:auto;
}
.sessions .session .speakers-thumbs {
    margin: 15px 0 0 0;
    height: 180px;
    width: 100%;
}
.sessions .session .speaker {
    width: 300px;
    height: 230px;
    margin: 0px 0px;
    padding: 0;
}
.sessions .session .speaker img {
    border-radius: 3px;
    border: 1px solid #988c29;
    /*box-shadow: 0px 0px 0px 1px #157eab;*/
}
.sessions .session .speaker.featured img {
    border-color: #e83a56;
    border: 1px solid #988c29;
    box-shadow:0;
}
.sessions .session .more {
    color: #d9aa10;
    background-color: #d95930;
}
.sessions.list .time {
    padding-right: 0;
}
.articles article:hover .image, .articles article:hover  .post-content {
    background: none;
}
.articles article .image .date {
    height: 90px;
    background-color: #d95930;
}
.articles article .post-content .perex {
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
}
.articles article .post-content .perex a {
    color: #d95930;
    display: inline;
    padding: 0;
}
.articles article .post-content .share a {
    height: auto;
}

footer {
    border-top:none;
    background-image: url(../img/bg-footer-fauna.png);
    background-repeat: no-repeat;
    height: 400px;
    background-color: transparent;
    background-position: top center;
}
footer .col>div {
    color: #fcf695;
}
footer .col h4 {
    font-size: 19px;
    color: #ffffff;
}
footer .col ul li a {
    font-size: 15px;
    color: #fcf695;
    font-weight: 500;
}
footer .credits {
    padding: 10px 15px;
    font-size: 12px;
    background: none;
    color: #ffffff;
    letter-spacing:1px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: -1;
}

.name .text-fit {
    padding: 0;
}
.name .text-fit-inner {
    color: #d95930;
}
.title .text-fit-inner {
    color: #d95930
}
.text-fit-inner {
    color: #feffb5
}
#tile_timer {
    margin: 2.5em auto 3em auto;
}
.videoback {
  background-image: url("../img/videoback.png");
  width: 900px;
  height:550px;
  margin: 0 auto 4em auto;
}
.video-container iframe {
  width: 700px;
  height:460px;
  margin: 35px 0px 0px auto;
  padding: 6px 8px 10px 8px;
  /*size of the frame*/
  /*give the frame's background colour a gradient*/
  background: #fffdf2;
  /*fallback colour for browsers that don't support gradients*/
  /* small drop shadow*/
  -webkit-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
  -moz-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
  box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
}
a.btn.btn-primary.btn-header.pull-right.hidden-xs {
    background: none;
}

/*Gallery Styles*/

body .envirabox-title-over-wrap {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    font-family: 'Carton', Helvetica, Arial, sans-serif;
    font-size: 19px;
    line-height: 1.2;
}
body .envirabox-title-over-wrap span, body .envirabox-title-over-wrap span a {
    font-size: 17px;
    font-weight: 300;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
}
body .envirabox-inner .envira-social-buttons div.envira-social-network a.envira-social-button {
    width: 33px;
    height: 33px;
}
body .envirabox-inner .envira-social-buttons div.email a, body .envirabox-inner .envira-social-buttons div.pinterest a, body .envirabox-inner .envira-social-buttons div.google a, body .envirabox-inner .envira-social-buttons div.twitter a, body .envirabox-inner .envira-social-buttons div.facebook a {
    background-size: 18px 18px;
}
body .envira-gallery-wrap {
    margin-bottom: 40px;
}
body .envira-gallery-wrap .envira-gallery-description p {
    color: #d95930;
    font-size: 19px;
    font-weight: 500;
    text-align: left;
}
body .envira-gallery-wrap .envira-gallery-description p a {
    color: #ffc93b;
    text-decoration: underline;
}
body.single-envira .nav-paging .nav {
    padding-left: 0;
    padding-right: 0;
}

/*Donation Plugin Styles*/
body .give-btn {
    color: #fff;
    text-decoration: none;
    background-color: #d95930;
    border: none;
    outline: none;
    height: 60px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .2);
    font-weight: 500;
    font-size: 21px;
}
body .give-btn:hover {
    background-color: #d95930;
}

body .credit {
    font-size:70%;
}

/*homepage gallery*/
/*#home-envira-gallery {
    margin-top: 64px;
    margin-bottom: 64px;
}
#home-envira-gallery h4 span {
    font-size: 16px;
    font-weight: 400;
    padding-left: 12px;
}
*/
/*search bar header*/
header .header-search {
    display: inline-block;
}
header .header-search-mobile {
    display: none;
    padding: 10px;
}
.header-search-container {
    display: none;
    position: fixed;
    top: 46px;
    z-index: 999;
    background: rgba(255,201,59,.90);
    padding: 24px 0;
    width: 100%;
}
.header-search-container-mobile {
    display: none;
    z-index: 999;
    background: rgba(255,201,59,.90);
    padding: 24px 0;
    width: 100%;
}
.header-search-container #search-2, .header-search-container-mobile #search-2 {
    max-width: 900px;
    margin: 0 auto;
}
.header-search-container #search-2 form {
    width: 555px;
    margin: 0 auto;
}
.header-search-container-mobile #search-2 form {
    width: 100%;
    margin: 0 auto;
}
.header-search-container .search-form span, .header-search-container-mobile .search-form span {
    color: #9a7a3c;
    font-size: 14px;
    margin-right: 6px;
}
.header-search-container-mobile .search-form span {
    display: block;
}
.header-search-container .search-form .search-field, .header-search-container-mobile .search-form .search-field {
    width: 450px;
    font-size: 13px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.1);
    box-sizing: border-box;
    height: 35px;
    border-radius: 4px;
    outline: none;
    margin: 0;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 400;
}
.header-search-container-mobile .search-form .search-field {
    width: 200px;
}
.header-search-container .search-form .search-field:focus, .header-search-container-mobile .search-form .search-field:focus {
    border: 1px solid #D9AA10;
}
.header-search-container .search-form .search-submit, .header-search-container-mobile .search-form .search-submit, .term-artisans .search-submit {
    color: #fff;
    text-decoration: none;
    background-color: #d95930;
    border: none;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .2);
    font-weight: 500;
    font-size: 14px;
    height: 35px;
    margin-left: 15px;
    width: 85px;
}
.header-search-container-mobile .search-form .search-submit {
    padding-left: 10px;
    padding-right: 10px;
}

/*search results*/
.search-results article:first-of-type {
    margin-top: 0;
}
.search-results .articles article .post-content h1, .search-results .articles article .post-content h2, .search-results .articles article .post-content h3 {
    margin: 0;
    padding: 0;
}
.search-results .articles article .post-content .perex {
    padding-bottom: 0;
}
.search-results .results-meta {
    font-weight: 500;
    font-size: 17px;
}

/*vendor list*/
.articles article .post-content .vendor-list-items {
    padding-top: 20px;
}
.articles article .post-content .vendor-list-items .class-icon {
    width: 42px;
    height: 42px;
    border-radius: 21px;
    border: 1px solid #d95930;
    background: #FFC93B;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.articles article .post-content .vendor-list-items .class-icon img {
    max-width: 28px;
    max-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.articles article .post-content .vendor-list-items h2 {
    display: inline-block;
    font-weight: 700;
    color: #6C5429;
    font-size: 20px;
    line-height: 1;
    margin: 0;
    text-transform: capitalize;
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    cursor: pointer;
}
.articles article .post-content .vendor-list-items h2 span img {
    width: 10px;
    cursor: pointer;
}
.articles article .post-content .vendor-list-items h2 span img.not-expanded-arrow {
    transition: all .5s ease;
}
.articles article .post-content .vendor-list-items h2 span img.expanded-arrow {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    transition: all .5s ease;
}
.articles article .post-content .vendor-list-items .class-posts {
    padding-left: 52px;
    display: none;
    padding-top: 0;
}
.articles article .post-content .vendor-list-items li {
    list-style: none;
    color: #9A7A3C;
    padding-bottom: 4px;
}
.articles article .post-content .vendor-list-items li a {
    list-style: none;
    font-weight: 700;
    color: #D95930;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}
.articles article .post-content .vendor-list-items li span {
    list-style: none;
    font-weight: 100;
    color: #9A7A3C;
    font-size: 16px;
    line-height: 1;
    text-transform: lowercase;
}
h2.vendor-class,h3.vendor-products{
    word-break: keep-all;
    line-height: inherit;
}
h3.vendor-products span{
    text-transform: lowercase;
}
.single-vendors h1 span.artisan-name{
	font-weight: normal;
}
.term-artisans .articles article .post-content li.col-med-6 {
    height: 120px;
}
.term-artisans h3{
	color: #D95930!important;
	font-size: 18px!important;
	text-transform: all!important;
}
.term-artisans div#artisan-search-form {
	margin-bottom: 25px;
}
.term-artisans form {
	width: 400px;
}
.term-artisans form input[type=text] {
	color: rgba(0, 0, 0, 0.42);
	height: 35px;
	width: 295px;
	background: #FFFFFF;
	border: 1px solid #F6E9C9;
	box-sizing: border-box;
	border-radius: 10px;
}
.term-artisans form input[type=submit] {
	float: right;
}
.grecaptcha-badge {
	display:none;
}