/*MAIN COLOURS
-------------------------------*/



/*GUEST IMAGES
------------------------------*/

.guest-img {
    border-radius:100%;
    width: 100%;
  height:auto;
  border:5px solid black;
}

/*GUEST BUTTONS
------------------------------*/
.elizabeth-btn {
    background-image: url(/_img/guests/elizabeth.jpg);
}

.spacer{opacity: 0;}
.spacer-btn {
    background-image: none;
}




/* GLOBAL STYLES */

* {
    margin: 0;
    padding: 0;
}

html {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    min-height: 100%;
    color: black;
}

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


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}


/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
    *zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    color: white;
}

h1,
.btn {
    font-family: "hwt-republic-gothic-solid", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
}

h1 sup {
    font-size: 14px;
    top: -18px;
}

h2,
h3,
h4 {
    font-family: "adelle", serif;
}

h2 {
    font-weight: 600;
}

h3 {
    font-weight: 400;
    border-bottom: 2px dotted white;
    border-top: 2px dotted white;
    padding: 10px 0px;
}

h4 {
    font-weight: 100;
}

p {
    font-weight: 200;
}

a {
    font-weight: bold;
    border-bottom: 2px solid white;
    text-transform: uppercase;
}

a:hover {
    color: white;
    text-decoration: none;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.btn {
    margin-top: 20px;
    margin-bottom: 20px;
}


.btn-primary {
    background-color: #00738e;
}

.circle-border img {
    border-radius: 50%;
}

.circle-border {
    background-color: black;
}

blockquote {
    color: white;
    font-style: italic;
    font-size: 20px;
    font-weight: 100;
}

.date {
    font-size: 11px;
    font-style: italic;
}

.img-border {
    border: 8px solid white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.29);
    margin-bottom: 10px;
    margin-top: 10px;
}

.lightbox {
    display: none;
}

.legend p {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: normal;
}

.legend a.btn {
    margin-top: 10px;
    margin-bottom: 0px;
}



/* MOBILE styles (1px - 520px)
BOOTSTRAP calls this @screen-sm and col-sm
NOTE:  @screen-xs has been eliminated from this bootstrap build
----------------------------------------------------------------------*/


/* GLOBAL mobile Styles 
----------------------------------------------------------------*/

.guest-img {
  border:15px solid black;
}


h1 {
    text-align: center;
    font-size: 30px;
}

h2 {
    font-size: 28px;
    text-align: center;
}

h3 {
    font-size: 22px;
    text-align: center;
    margin-top: 40px;
}

h4 {
    font-size: 18px;
    text-align: left;
    margin-top: 10px;
}

p {
    font-size: 16px;
    line-height: 26px;
}

ul.body-text-list {
    color: white;
    font-size: 16px;
    font-weight: 200;
    margin-left: 40px;
    line-height: 26px;
}

.container {
    width: 95%;
}

a.circle-btn {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: black;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bold {
    font-weight: 400;
}

.section-blend {
    height: 100px;
    width: 100%;
}

.hide-mobile {
    display: none;
}

p a {
    display: inline-block;
    width: auto;
    background-color: #0098c5;
    line-height: 12px;
    padding: 5px;
    text-align: center;
    border: 1px solid white;
    border-radius: 5px;
    font-size: 12px;
}

.affix {
    position: static;
}

.btn-primary {
    background-color: #0098c5;
    border: 2px white solid;
}

.btn-primary:hover {
    background-color: #0098c5;
    border: 2px white solid;
    color: white;
}

.disclaimer p {
    font-style: italic;
    font-size: 18px;
}

.desktop-aside {
    display: none;
}

.top-blend {
    height: 40px;
    background-image: url(/_img/ground-bottom.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 105% auto;
}

.home-top-blend {
    background-color: #0098c5;
}

.guests-top-blend {
    background-color: #dd3e3e;
}

.about-top-blend {
    background-color: #71c93f;
}

.home-bottom-blend {
    background-color: #b5e3f7;
}

.guests-bottom-blend {
    background: #dd3e3e;
    /* Old browsers */
    background: -moz-linear-gradient(-93deg, #b72929 0%, #b72929 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(-93deg, #b72929 0%, #b72929 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-93deg, #b72929 0%, #b72929 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-93deg, #b72929 0%, #b72929 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* IE10+ */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.about-bottom-blend {
    background: #71c93f;
    /* Old browsers */
    background: -moz-linear-gradient(-93deg, #4a8921 0%, #4a8921 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(-93deg, #4a8921 0%, #4a8921 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-93deg, #4a8921 0%, #4a8921 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-93deg, #4a8921 0%, #4a8921 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* IE10+ */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.schedule-bottom-blend {
    background: #ff7536;
    /* Old browsers */
    background: -moz-linear-gradient(-93deg, #ff7536 0%, #ff7536 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(-93deg, #ff7536 0%, #ff7536 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-93deg, #ff7536 0%, #ff7536 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-93deg, #ff7536 0%, #ff7536 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* IE10+ */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.vendors-bottom-blend {
    background: #d6a630;
    /* Old browsers */
    background: -moz-linear-gradient(-93deg, #d6a630 0%, #d6a630 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(-93deg, #d6a630 0%, #d6a630 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-93deg, #d6a630 0%, #d6a630 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-93deg, #d6a630 0%, #d6a630 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* IE10+ */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.contact-bottom-blend {
    background: #c14fa3;
    /* Old browsers */
    background: -moz-linear-gradient(-93deg, #a5378e 0%, #a5378e 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(-93deg, #a5378e 0%, #a5378e 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-93deg, #a5378e 0%, #a5378e 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-93deg, #a5378e 0%, #a5378e 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* IE10+ */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.policies-bottom-blend {
    background: #c14fa3;
    /* Old browsers */
    background: -moz-linear-gradient(-93deg, #a5378e 0%, #a5378e 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(-93deg, #a5378e 0%, #a5378e 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-93deg, #a5378e 0%, #a5378e 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-93deg, #a5378e 0%, #a5378e 50%, #b5e3f7 50%, #b5e3f7 100%);
    /* IE10+ */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.bottom-blend {
    height: 100px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.sky-grass {
    height: 120px;
    background-image: url(/_img/bg-grass-footer-sky.svg);
    background-position: bottom;
    background-size: 100%;
    background-color: #b5e3f7;
}

.icon .thumbnail {
    background-color: transparent;
    border: none;
}

.icon .thumbnail h3 {
    border: none;
    font-family: "hwt-republic-gothic-solid", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

a.social-btn {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    height: 0;
    width: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding-bottom: 98%;
    background-color: #b72929;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 2px solid white;
}

.social-icons {
    padding: 25px;
}

.social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.social-icons ul li {
    float: left;
    width: 50%;
    padding: 0px 10px;
}

.social-icons .social-btn-wrap {
    width: 50%;
    margin-bottom: 20px;
}

.social-icons h4 {
    font-family: "hwt-republic-gothic-solid", sans-serif;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 40px;
    font-weight: 200;
    width: 100%;
}

a.geeq-social-btn {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    height: 0;
    width: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding-bottom: 100%;
    background-color: darkgrey;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-top: 20px;
}

.twitter-btn {
    background-image: url(/_img/social-icons/twitter.svg);
}

.facebook-btn {
    background-image: url(/_img/social-icons/facebook.svg);
}

.instagram-btn {
    background-image: url(/_img/social-icons/instagram.svg);
}

.website-btn {
    background-image: url(/_img/social-icons/website.svg);
}

.deviantart-btn {
    background-image: url(/_img/social-icons/deviantart.svg);
}

.flickr-btn {
    background-image: url(/_img/social-icons/flickr.svg);
}

.pinterest-btn {
    background-image: url(/_img/social-icons/pinterest.svg);
}

.tumblr-btn {
    background-image: url(/_img/social-icons/tumblr.svg);
}

.vimeo-btn {
    background-image: url(/_img/social-icons/vimeo.svg);
}

.youtube-btn {
    background-image: url(/_img/social-icons/youtube.svg);
}


/* HEADER Styles 
----------------------------------------------------------------*/

.page-header-wrap {
    background-image: url(/_img/bg-grass-m.svg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 0;
    padding-bottom: 40%;
    background-size: 75%;
    background-color: #b5e3f7;
    width: 100%;
    margin: 0;
}

.logo {
    text-align: center;
    margin-top: 20px;
}

.logo img {
    width: 70%;
}

.counter-contents {
    /*width: 80%;*/
    text-align: center;
    margin-top: 40px;
    height: auto;
    padding: 10px;
    background-color: #dd3e3e;
    border-radius: 100px;
}

.counter-contents p {
    margin: 0;
    padding: 0;
    font-family: "hwt-republic-gothic-solid", sans-serif;
    font-weight: 100;
    font-size: 13px;
}


/* NAV Styles 
----------------------------------------------------------------*/

.navbar {
    margin-bottom: 0;
    background-image: url(/_img/ground-bg-solid.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 40px;
    /* x then y */
    background-color: #c69c6d;
    border: none;
    margin: 0;
    border-radius: 0px;
}

.navbar-default {
    margin: 0;
    border: none;
    border-radius: 0px;
}

.navbar-default .navbar-nav {
    margin-top: 0px;
}

.navbar-default .navbar-nav > li > a {
    /*color: #414141;*/
    color: white;
    border-bottom: 1px white solid;
    line-height: 40px;
    /*background-color: rgba(255, 255, 255, 0.37);*/
    text-transform: uppercase;
    font-size: 16px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: white;
}

.navbar-toggle {
    background-image: url(/_img/menu-icon.svg);
    padding: 0px;
    margin: 0;
    width: 100%;
    height: 40px;
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: 0px center;
    border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav .dropdown .dropdown-menu > li > a {
    color: white;
    padding-left: 60px;
    line-height: 30px;
    border: none;
    border-bottom: 1px dotted white;
}

.btn-ticket {
    background-color: #c14fa3;
    transition: all .5s ease;
}


/* MAIN section Styles 
----------------------------------------------------------------*/

.main {
    margin-top: 0;
}

.home-main-wrap {
    margin-top: 0;
}

.home-sub-section {
    padding: 0px 0px 40px 0px;
}

.home-sub-section h3 {
    margin-top: 5px;
}

.home-sub-section h4 {
    margin-bottom: 30px;
}

.icons {
    margin-top: 20px;
}


/* WHAT section 
---------------------------------------------*/

.main-what p.header-date {
    text-align: center;
    font-size: 24px;
    font-family: "hwt-republic-gothic-solid", sans-serif;
    font-weight: 100;
    margin-bottom: 0;
}

.main-what p.header-times {
    text-align: center;
    font-size: 18px;
    font-family: "hwt-republic-gothic-solid", sans-serif;
    font-weight: 100;
}

.main-what h2 {
    font-weight: 100;
    font-size: 24px;
}

.main-what h3 {
    margin-top: 30px;
}

.main-what h4 {
    text-align: center;
}

.main-what {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #0098c5;
    /* Old browsers */
    background: -moz-linear-gradient(-86deg, #0098c5 0%, #0098c5 65%, #00738e 35%, #00738e 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(-86deg, #0098c5 0%, #0098c5 65%, #00738e 35%, #00738e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-86deg, #0098c5 0%, #0098c5 65%, #00738e 35%, #00738e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-86deg, #0098c5 0%, #0098c5 65%, #00738e 35%, #00738e 100%);
    /* IE10+ */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}


/* NEWS section 
---------------------------------------------*/

.news-section {
    text-align: left;
}

.news-section h4 {
    text-align: left;
    border-bottom: 1px solid white;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.news-entry {
    margin-bottom: 40px;
}

.news-entry a {opacity: 1;}
.news-entry a img {
    opacity: 1;
    border: 6px solid white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.29);
    /*border: 5px solid rgba(255, 255, 255, 0.65);*/
    margin-bottom: 10px;
    display: block;
}


/* SPONSORS
----------------------------------*/
.sponsors {
    padding: 15px;
    margin-top: 40px;
    border: 1px dotted white;
}

.sponsors h4 {
    margin-bottom: 20px;
}

.sponsors a {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    border-bottom: none;
    width: 100%;
    height: auto;
}

.sponsors a img {
    width: 100%;

}

/*
.sponsors-list ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.sponsors-list ul li {
    height: 80px;
    margin-bottom: 20px;
}

.sponsors img {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
*/


/* SECTION BLEND - what to who 
---------------------------------------------*/

.what-who {
    background: #0098c5;
    /* Old browsers */
    background: -moz-linear-gradient(-93deg, #00738e 0%, #00738e 65%, #dd3e3e 35%, #dd3e3e 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(-93deg, #00738e 0%, #00738e 65%, #dd3e3e 35%, #dd3e3e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-93deg, #00738e 0%, #00738e 65%, #dd3e3e 35%, #dd3e3e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-93deg, #00738e 0%, #00738e 65%, #dd3e3e 35%, #dd3e3e 100%);
    /* IE10+ */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}


/* WHO section 
---------------------------------------------*/

.main-who {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #dd3e3e;
    /* Old browsers */
    background: -moz-linear-gradient(-80deg, #dd3e3e 0%, #dd3e3e 65%, #b72929 35%, #b72929 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(-80deg, #dd3e3e 0%, #dd3e3e 65%, #b72929 35%, #b72929 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-80deg, #dd3e3e 0%, #dd3e3e 65%, #b72929 35%, #b72929 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-80deg, #dd3e3e 0%, #dd3e3e 65%, #b72929 35%, #b72929 100%);
    /* IE10+ */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}



.top-guest-row {
    margin: 40px 0px 0px 0px;
}

.ghost-icon {visibility: hidden;}

.top-guest {
    margin-left: 50%;
    
}

.guests-thumbs {
    margin: 0px 0px 40px 0px;
}

.guest-icon-container {
    margin: 0px 0px 10px 0px;
    border: none;
    padding: 4px;
}

.circle-border {
    border: 8px solid black;
    border-radius: 50%;
}



/* SECTION BLEND - who to when 
---------------------------------------------*/

.who-when {
    background: #b72929;
    /* Old browsers */
    background: -moz-linear-gradient(-93deg, #b72929 0%, #b72929 65%, #d6a630 35%, #d6a630 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(-93deg, #b72929 0%, #b72929 65%, #d6a630 35%, #d6a630 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-93deg, #b72929 0%, #b72929 65%, #d6a630 35%, #d6a630 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-93deg, #b72929 0%, #b72929 65%, #d6a630 35%, #d6a630 100%);
    /* IE10+ */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}


/* WHEN section 
---------------------------------------------*/

.main-when {
    padding-bottom: 0px;
    background: #d6a630;
    /* Old browsers */
    background: -moz-linear-gradient(-80deg, #d6a630 0%, #d6a630 75%, #ffd34d 25%, #ffd34d 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(-80deg, #d6a630 0%, #d6a630 75%, #ffd34d 25%, #ffd34d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-80deg, #d6a630 0%, #d6a630 75%, #ffd34d 25%, #ffd34d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-80deg, #d6a630 0%, #d6a630 75%, #ffd34d 25%, #ffd34d 100%);
    /* IE10+ */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.main-when .day {
    border: 1px white solid;
    display: block;
    height: auto;
    margin-bottom: 20px;
    padding: 10px 10px 10px 10px;
}

.main-when .day h4 {
    margin: 0;
    font-size: 28px;
}

.main-when .day p {
    font-size: 20px;
}


/* SECTION BLEND - when to where 
---------------------------------------------*/

.when-where {
    background: #ffd34d;
    /* Old browsers */
    background: -moz-linear-gradient(-93deg, #ffd34d 0%, #ffd34d 65%, #c14fa3 35%, #c14fa3 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(-93deg, #ffd34d 0%, #ffd34d 65%, #c14fa3 35%, #c14fa3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-93deg, #ffd34d 0%, #ffd34d 65%, #c14fa3 35%, #c14fa3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-93deg, #ffd34d 0%, #ffd34d 65%, #c14fa3 35%, #c14fa3 100%);
    /* IE10+ */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}


/* WHERE section 
---------------------------------------------*/

.main-where {
    padding-bottom: 0px;
    background: #c14fa3;
    /* Old browsers */
    background: -moz-linear-gradient(-80deg, #c14fa3 0%, #c14fa3 65%, #a5378e 35%, #a5378e 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(-80deg, #c14fa3 0%, #c14fa3 65%, #a5378e 35%, #a5378e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-80deg, #c14fa3 0%, #c14fa3 65%, #a5378e 35%, #a5378e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-80deg, #c14fa3 0%, #c14fa3 65%, #a5378e 35%, #a5378e 100%);
    /* IE10+ */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}


/* SECTION BLEND - where to how 
---------------------------------------------*/

.where-how {
    background: #a5378e;
    /* Old browsers */
    background: -moz-linear-gradient(-93deg, #a5378e 0%, #a5378e 65%, #ff7536 35%, #ff7536 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(-93deg, #a5378e 0%, #a5378e 65%, #ff7536 35%, #ff7536 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-93deg, #a5378e 0%, #a5378e 65%, #ff7536 35%, #ff7536 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-93deg, #a5378e 0%, #a5378e 65%, #ff7536 35%, #ff7536 100%);
    /* IE10+ */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}


/* HOW section 
---------------------------------------------*/

.main-how {
    padding-bottom: 0px;
    background: #ff7536;
    /* Old browsers */
    background: -moz-linear-gradient(-80deg, #ff7536 0%, #ff7536 65%, #d34b16 35%, #d34b16 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(-80deg, #ff7536 0%, #ff7536 65%, #d34b16 35%, #d34b16 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-80deg, #ff7536 0%, #ff7536 65%, #d34b16 35%, #d34b16 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-80deg, #ff7536 0%, #ff7536 65%, #d34b16 35%, #d34b16 100%);
    /* IE10+ */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.main-how .pass {
    border: 1px white solid;
    display: block;
    height: auto;
    margin-bottom: 20px;
    padding: 10px 10px 10px 10px;
}

.main-how .pass h4 {
    margin: 0;
    font-size: 28px;
}

.main-how h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.main-how p {
    margin: 0;
    padding: 0;
}

.main-how .pass p {
    font-size: 20px;
}


/* SECTION BLEND - where to how 
---------------------------------------------*/

.how-why {
    background: #d34b16;
    /* Old browsers */
    background: -moz-linear-gradient(-93deg, #d34b16 0%, #d34b16 65%, #b5e3f7 35%, #b5e3f7 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(-93deg, #d34b16 0%, #d34b16 65%, #b5e3f7 35%, #b5e3f7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-93deg, #d34b16 0%, #d34b16 65%, #b5e3f7 35%, #b5e3f7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-93deg, #d34b16 0%, #d34b16 65%, #b5e3f7 35%, #b5e3f7 100%);
    /* IE10+ */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}


/* WHY section 
---------------------------------------------*/

.main-why {
    padding-bottom: 80px;
    background: #b5e3f7;
}

.main-why p,
.main-why h4 {
    color: black;
}

.main-why h3 {
    color: black;
    border-color: black;
}

.main-why ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-why ul li {
    color: #0098c5;
    padding: 10px 0px;
    margin: 0;
    font-size: 30px;
    line-height: normal;
    font-family: "hwt-republic-gothic-solid", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px dashed #0098c5;
}


/* GUESTS page 
----------------------------------------------------------------------------------*/

.guests-main {
    padding-bottom: 40px;
    background: #dd3e3e;
    /* Old browsers */
    background: -moz-linear-gradient(-80deg, #dd3e3e 0%, #dd3e3e 65%, #b72929 35%, #b72929 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(-80deg, #dd3e3e 0%, #dd3e3e 65%, #b72929 35%, #b72929 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-80deg, #dd3e3e 0%, #dd3e3e 65%, #b72929 35%, #b72929 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-80deg, #dd3e3e 0%, #dd3e3e 65%, #b72929 35%, #b72929 100%);
    /* IE10+ */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.guests-main p{
    text-align: center;
}

/* GUEST profile page 
----------------------------------------------------------------------------------*/

.guests-main .guest-profile p {
    text-align: left;
}

.guest-thumbs {
    padding-top: 40px;
    background-color: #b72929;
}


/* ABOUT page 
----------------------------------------------------------------------------------*/

.about-main {
    padding-bottom: 40px;
    background: #71c93f;
    /* Old browsers */
    background: -moz-linear-gradient(-80deg, #71c93f 0%, #71c93f 65%, #4a8921 35%, #4a8921 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(-80deg, #71c93f 0%, #71c93f 65%, #4a8921 35%, #4a8921 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-80deg, #71c93f 0%, #71c93f 65%, #4a8921 35%, #4a8921 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-80deg, #71c93f 0%, #71c93f 65%, #4a8921 35%, #4a8921 100%);
    /* IE10+ */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}


/* SCHEDULE page 
----------------------------------------------------------------------------------*/

.schedule-main {
    padding-bottom: 40px;
    background: #ff7536;
}

.schedule-top-blend {
    background-color: #ff7536;
}

.legend {
    padding: 10px 10px 5px 15px;
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.37);
    /*background-color: #ff7536;*/
}

.legend h4 {
    font-family: "hwt-republic-gothic-solid", sans-serif;
    font-size: 24px;
}

.legend ul {
    list-style: none;
}

.legend ul li {
    color: white;
    padding-left: 10px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    margin-bottom: 5px;
}

.legend ul li.mr {
    border-left: 25px solid #ffd34d;
}

.legend ul li.pr {
    border-left: 25px solid #0098c5;
}

.legend ul li.da {
    border-left: 25px solid #c14fa3;
}

.legend ul li.ga {
    border-left: 25px solid #71c93f;
}

.legend ul li.cpg {
    border-left: 25px solid #dd3e3e;
}

.legend ul li.sba {
    border-left: 25px solid #ee4191;
}


}
.time h4 {
    margin-top: 30px;
    font-family: "hwt-republic-gothic-solid", sans-serif;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    font-size: 20px;
}
.event {
    padding-left: 10px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-bottom: 20px;
}
.main-area-event {
    border-left: 20px solid #ffd34d;
}
.panel-area-event {
    border-left: 20px solid #0098c5;
}
.demo-area-event {
    border-left: 20px solid #c14fa3;
}

.cosplay-area-event {
    border-left: 20px solid #dd3e3e;
}
.gaming-area-event {
    border-left: 20px solid #71c93f;
}
.smash-area-event {
    border-left: 20px solid #ee4191;
}
.title p {
    font-family: "adelle", serif;
    font-size: 20px;
    font-weight: 600;
}
.presenter p {
    font-family: "adelle", serif;
    font-size: 18px;
    font-weight: 200;
    font-style: italic;
}
.description p {
    line-height: normal;
    line-height: 22px;
}

.event-sub-title {
    border-top: 1px dashed white;
    padding-top: 5px;
}

.event-sub-title p {
    font-weight: bold;
}

.schedule-guest-btn {
    display: block;
    margin-top: 0px;
    border: none;
    line-height: normal;
    border: 2px white solid;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%;
}
.presenter {
    height: 50px;
    padding: 0px;
    margin-bottom: 10px;
}
.presenter p {
    margin-top: 0px;
    padding-top: 10px;
}
.presenter .tiny-thumb {
    width: 50px;
    float: left;
    border: 4px solid black;
    border-radius: 50%;
    margin-right: 10px;
}

/* CONTACT page 
----------------------------------------------------------------------------------*/
.contact-main {
    padding-bottom: 40px;
    background: #c14fa3;
    /* Old browsers */
    
    background: -moz-linear-gradient(-80deg, #c14fa3 0%, #c14fa3 65%, #a5378e 35%, #a5378e 100%);
    /* FF3.6+ */
    
    background: -webkit-linear-gradient(-80deg, #c14fa3 0%, #c14fa3 65%, #a5378e 35%, #a5378e 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(-80deg, #c14fa3 0%, #c14fa3 65%, #a5378e 35%, #a5378e 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(-80deg, #c14fa3 0%, #c14fa3 65%, #a5378e 35%, #a5378e 100%);
    /* IE10+ */
    
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    min-height: 400px;
}
.contact-top-blend {
    background-color: #c14fa3;
}

/* POLICIES page 
----------------------------------------------------------------------------------*/
.policies-top-blend {
    background-color: #c14fa3;
}
.policies-main {
    padding-bottom: 40px;
    background: #c14fa3;
    /* Old browsers */
    
    background: -moz-linear-gradient(-80deg, #c14fa3 0%, #c14fa3 65%, #a5378e 35%, #a5378e 100%);
    /* FF3.6+ */
    
    background: -webkit-linear-gradient(-80deg, #c14fa3 0%, #c14fa3 65%, #a5378e 35%, #a5378e 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(-80deg, #c14fa3 0%, #c14fa3 65%, #a5378e 35%, #a5378e 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(-80deg, #c14fa3 0%, #c14fa3 65%, #a5378e 35%, #a5378e 100%);
    /* IE10+ */
    
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    min-height: 400px;
}
.policies-main p {
    line-height: normal;
}
.policies-main h4 {
    line-height: normal;
    margin-top: 20px;
}
.policies-main ul {
    color: white;
    margin-left: 20px;
    padding-left: 20px;
}

/* TICKETS page 
----------------------------------------------------------------------------------*/
.tickets-how .pass {
    border: 1px white solid;
    display: block;
    height: auto;
    margin-bottom: 20px;
    padding: 10px 10px 10px 10px;
}
.tickets-how .pass h4 {
    margin: 0;
    font-size: 28px;
}
.tickets-how .pass p {
    font-size: 20px;
}
.update {
    padding-bottom: 20px;
    border-bottom: 2px dotted white;
}
.update p {
    font-size: 20px;
}

/* VENDORS page 
----------------------------------------------------------------------------------*/
.vendors-main {
    padding-bottom: 40px;
    background: #d6a630;
    /* Old browsers */
    
    min-height: 400px;
}
.vendors-top-blend {
    background-color: #d6a630;
}
.vendors-main h2 {
    margin-bottom: 40px;
    border-bottom: none;
    padding-bottom: 10px;
}
.vendors-main h4 {
    font-family: "hwt-republic-gothic-solid", sans-serif;
}
.vendors-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: white;
}
.vendors-main ul li {
    margin-bottom: 10px;
    font-size: 16px;
}
.vendors-main ul li a {
    text-transform: capitalize;
    border: none;
}
.vendors-legend {
    background-color: #d6a630;
    padding: 0;
    padding: 10px;
}
.vendors-legend img {
    width: 100%;
}
.vendors-legend button.btn {
    margin-bottom: 0px;
}
.vendors-main .changes {
    border-bottom: 2px dotted white;
    margin-bottom: 40px;
}

/* FOOTER section Styles 
----------------------------------------------------------------*/
.page-footer-wrap {
    background-color: #71c93f;
    min-height: 200px;
    padding: 40px 0px 30px 0px;
}
.page-footer-content .list-group {
    border: none;
    padding: 0;
}
.page-footer-content .list-group .list-group-item {
    background-color: #4a8921;
    border-radius: 5px;
    border: none;
    margin-bottom: 10px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 20px;
}
.page-footer-content .footer-address {
    border-top: 1px solid #4a8921;
    padding-top: 30px;
}
.page-footer-content .footer-address ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.page-footer-content .footer-address ul li {
    font-size: 28px;
    color: white;
    margin-bottom: 5px;
}
.page-footer-content .footer-address ul li .btn {
    background-color: #4a8921;
    color: white;
    border: none;
}

/*  COPYRIGHT styles 
----------------------------------------*/
.copyright {
    margin-top: 50px;
    border-top: 1px solid #4a8921;
    padding-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}
.copyright p {
    text-align: center;
    font-size: 14px;
    color: #4a8921;
}
.copyright a.design-cred {
    display: block;
    background-color: transparent;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

/* TABLET SPECIFIC styles (from 520px to 959px width)
BOOTSTRAP calls this @screen-md and col-md
----------------------------------------------------------------------*/
@media (min-width: 520px) {
    /* GLOBAL tablet Styles 
----------------------------------------------------------------*/
    
    .guest-img {
  border:7px solid black;
}
    
    .top-blend {
        height: 70px;
        background-repeat: repeat-x;
        background-position: -5px 0%;
        background-size: 75%;
    }
    
    .sky-grass {
        height: 120px;
        background-size: 50%;
        background-repeat: repeat-x;
    }
    
    .main-wrap {
        padding-bottom: 0px;
    }
    
    .main {
        padding-bottom: 0px;
    }
    
    h1 {
        text-align: left;
    }
    
    h2 {
        text-align: left;
    }
    /* HEADER Styles 
----------------------------------------------------------------*/
    
    .page-header-content {
        padding: 20px 0px 0px 0px;
    }
    
    .logo {
        text-align: center;
    }
    
    .logo img {
        width: 50%;
    }
    
    .counter-contents {
        margin-top: 50px;
        padding: 10px;
    }
    
    .counter-contents p {
        font-size: 20px;
    }
    
    .social-icons {
        padding: 25px;
    }
    
    .social-icons ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    .social-icons ul li {
        float: left;
        width: 50%;
        padding: 0px 10px;
    }
    /* MAIN section Styles 
----------------------------------------------------------------*/
    
    .home-main-wrap {
        padding-bottom: 0px;
    }
    
    .home-sub-section {
        padding: 0px 0px 40px 0px;
        padding-top: 0%;
    }
    
    .home-sub-section h1 {
        font-size: 54px;
    }
    
    .home-sub-section p.header-date {
        font-size: 34px;
    }
    
    .home-sub-section h2 {
        font-size: 28px;
    }
    
    .home-sub-section h3 {
        margin-top: 20px;
    }
    
    .home-sub-section h4 {
        margin-bottom: 30px;
    }
    
    .icons {
        margin-top: 20px;
    }
    
    .schedule-guest-btn {
        width: 50%;
    }
    
     .guests-main p{ text-align: left;}
}

/* end media query */


/* DESKTOP and LAPTOP SPECIFIC styles (960px and beyond)
BOOTSTRAP call this @screen-lg and col-lg
----------------------------------------------------------------------*/
@media only screen and (min-width: 960px) {
    
        .guest-img {
  border:12px solid black;
}
    
    
    .container {
        width: 80%;
        max-width: 1000px;
    }
    
    .circle-btn {
        border: 1px solid black;
    }
    
    h1 {
        text-align: left;
        font-size: 54px;
    }
    
    .hide-desktop {
        display: none;
    }
    
    h2 {
        font-size: 28px;
        text-align: left;
    }
    
    h3 {
        font-size: 34px;
        text-align: center;
        margin-top: 40px;
    }
    
    h4 {
        font-size: 26px;
        text-align: left;
        margin-top: 10px;
    }
    
    p {
        font-size: 18px;
        line-height: 26px;
    }
    
    p a {
        transition: all 0.5s ease;
        border: none;
        border-radius: 0px;
        border-bottom: 2px solid white;
        display: inline;
        background-color: transparent;
        font-size: 18px;
        padding: 0;
        text-transform: none;
    }
    
    p a:hover {
        border-bottom: 4px solid white;
    }
    
    .section-blend {
        height: 200px;
        width: 100%;
    }
    
    .top-blend {
        height: 70px;
        background-repeat: repeat-x;
        background-position: -5px 0%;
        background-size: 50%;
    }
    
    .bottom-blend {
        height: 260px;
    }
    
    .affix {
        position: fixed;
    }
    
    .desktop-aside {
        display: block;
    }
    
    .mobile-aside {
        display: none;
    }
    
    .legend .btn-block {
        width: 100%;
    }
    /* OTHER 
    -------------------*/
    
    .sky-grass {
        height: 160px;
        background-size: 34%;
    }
    
    .btn-block {
        width: 300px;
        transition: all 0.5s ease;
        border: none;
        line-height: 30px;
    }
    
    .btn-primary {
        background-color: #0098c5;
        border: 2px solid white;
    }
    
    .btn-primary:hover {
        border: 2px solid white;
        background-color: white;
        opacity: 1;
        color: #0098c5;
    }
    
    .hide-mobile {
        display: block;
    }
    
    body#home-page #nav-home a {
        color: white;
        background-color: #8c6239;
        padding-bottom: 0px;
        border-bottom-style: solid;
        border-bottom-width: 15px;
        border-bottom-color: #0098c5;
        opacity: 1;
    }

    body#schedule-page #nav-schedule a {
        color: white;
        background-color: #8c6239;
        padding-bottom: 0px;
        border-bottom-style: solid;
        border-bottom-width: 15px;
        border-bottom-color: #ff7536;
        opacity: 1;
    }
    
    body#vendors-page #nav-vendors a {
        color: white;
        background-color: #8c6239;
        padding-bottom: 0px;
        border-bottom-style: solid;
        border-bottom-width: 15px;
        border-bottom-color: #ffd34d;
        opacity: 1;
    }
    
    body#guests-page #nav-guests a {
        color: white;
        background-color: #8c6239;
        padding-bottom: 0px;
        border-bottom-style: solid;
        border-bottom-width: 15px;
        border-bottom-color: #dd3e3e;
        opacity: 1;
    }
    
    body#guests-page #nav-guests .dropdown-menu > li > a {
        color: white;
        background-color: #8c6239;
        padding-bottom: 0px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: white;
        opacity: 1;
    }
    
    body#contact-page #nav-contact a {
        color: white;
        background-color: #8c6239;
        padding-bottom: 0px;
        border-bottom-style: solid;
        border-bottom-width: 15px;
        border-bottom-color: #c14fa3;
        opacity: 1;
    }
    
    body#tickets-page #nav-tickets a {
        color: white;
        background-color: #8c6239;
        padding-bottom: 0px;
        border-bottom-style: solid;
        border-bottom-width: 15px;
        border-bottom-color: #c14fa3;
        opacity: 1;
    }
    
    .social-btn:hover {
        background-color: #dd3e3e;
    }
    /* HEADER Styles 
----------------------------------------------------------------*/
    
    .page-header-wrap {
        background-size: 400px auto;
        padding-bottom: 150px;
    }
    
    .logo {
        text-align: left;
        padding-left: 0px;
    }
    
    .logo img {
        width: 100%;
    }
    
    .counter-contents {
        margin-top: 0px;
    }
    
    .counter-contents p {
        font-size: 24px;
    }
    
    .social-icons {
        margin-bottom: 0px;
        margin-top: 0px;
        padding: 0px 0px 0px 60px;
    }
    
    .social-icons h4 {
        margin-bottom: 0px;
        margin-top: 0px;
        font-weight: 200;
        font-size: 18px;
    }
    
    .social-icons ul li {
        padding: 0;
        padding-left: 15px;
    }
    
    a.geeq-social-btn {
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        margin-top: 10px;
    }
    
    .twitter-btn-true:hover {
        background-color: #55ACEE;
    }
    
    .facebook-btn-true:hover {
        background-color: #3c569b;
    }
    
    .instagram-btn-true {
        background-image: url(/_img/social-icons/instagram.svg);
        background-color: #8e5f4f;
    }
    /* NAV Styles 
----------------------------------------------------------------*/
    
    .navbar-default {
        margin: 0;
        border: none;
        border-radius: 0px;
        padding-top: 10px;
    }
    
    .nav-container-outer {
        width: 80%;
    }
    
    .nav-container {
        padding: 0;
    }
    
    .navbar-default .navbar-nav {
        margin-top: 0px;
        width: 100%;
        margin: 0;
        border-bottom: none;
    }
    
    .navbar-collapse {
        padding: 0;
    }
    
    .navbar-default .navbar-nav ul.nav {
        width: 100%;
    }
    
    .navbar-default .navbar-nav > li {
        width: 16.6%;
        text-align: center;
        border-left: 1px #c69c6d solid;
    }
    
    .navbar-default .navbar-nav > li:last-of-type {
        border-right: 1px #c69c6d solid;
    }
    
    .navbar-default .navbar-nav > li:first-of-type a {
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
    }
    
    .navbar-default .navbar-nav > li:last-of-type a {
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }
    
    .navbar-default .navbar-nav > li > a {
        color: white;
        border-bottom: 15px #8c6239 solid;
        line-height: 40px;
        background-color: #8c6239;
        text-transform: uppercase;
        font-size: 16px;
        transition: all 0.5s ease;
        padding-bottom: 0px;
    }
    
    .navbar-default .navbar-nav > li > a:hover {
        color: white;
        background-color: #8c6239;
        border-bottom: 15px #c69c6d solid;
        opacity: 1;
    }
    /*SPECIFIC HOVER states for main menu */
    
    .navbar-default .navbar-nav > li > a.nav-btn-home:hover {
        border-bottom-color: #0098c5;
    }
    
    .navbar-default .navbar-nav > li > a.nav-btn-about:hover {
        border-bottom-color: #71c93f;
    }
    
    .navbar-default .navbar-nav > li > a.nav-btn-schedule:hover {
        border-bottom-color: #ff7536;
    }
    
    .navbar-default .navbar-nav > li > a.nav-btn-vendors:hover {
        border-bottom-color: #ffd34d;
    }
    
    .navbar-default .navbar-nav > li > a.nav-btn-guests:hover {
        border-bottom-color: #dd3e3e;
    }
    
    .navbar-default .navbar-nav > li > a.nav-btn-contact:hover {
        border-bottom-color: #c14fa3;
    }
    
    .navbar-default .navbar-nav > li > a.nav-btn-tickets:hover {
        border-bottom-color: #c14fa3;
    }
    
    .navbar-default .navbar-nav .dropdown .dropdown-menu {
        border: none;
    }
    
    .navbar-default .navbar-nav .dropdown .dropdown-menu > li > a {
        color: white;
        background-color: #8c6239;
        padding-left: 10px;
        line-height: 40px;
        border: none;
        border-bottom: 1px dotted white;
        transition: all 0.5s ease;
    }
    
    .navbar-default .navbar-nav .dropdown .dropdown-menu > li > a:hover {
        color: #8c6239;
        background-color: white;
    }
    /* MAIN section Styles 
----------------------------------------------------------------*/
    
    .btn-ticket {
        background-color: #c14fa3;
        width: 100%;
    }
    
    .btn-ticket:hover {
        background-color: #a5378e;
        color: white;
    }
    
    .home-main-wrap {
        padding-bottom: 0%;
        background-size: 50% auto;
    }
    
    .home-sub-section {
        padding: 0px 0px 40px 0px;
    }
    
    .home-sub-section p.header-date {
        text-align: left;
        font-size: 44px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    
    .main-what p.header-times {
        text-align: left;
        font-size: 26px;
    }
    
    .home-sub-section h3 {
        margin-top: 45px;
    }
    
    .home-sub-section h4 {
        margin-bottom: 30px;
    }
    
    .icons {
        margin-top: 20px;
    }
    
    .thumbnail .caption h3 {
        font-size: 28px;
    }
    
/* SPONSORS
----------------------------------*/
.sponsors {
    padding: 15px;
    margin-top: 40px;
    border: 1px dotted white;
}

.sponsors h4 {
    margin-bottom: 20px;
}

.sponsors a {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    border-bottom: none;
}

.sponsors a img {

    transition: opacity .5s ease;
}    

.sponsors a img:hover {
        opacity: .5;
    }    
/*    
    .sponsors-list ul li {
        float: left;
        padding: 0px;
        width: 20%;
        height: auto;
        margin-bottom: 0px;
        overflow: hidden;
    }
    
    .sponsors-list ul li a img {
        height: auto;
        width: 90%;
    }
    
    .sponsors-list ul li a img {
        transition: opacity .5s ease;
    }
    
    .sponsors-list ul li a img:hover {
        opacity: .5;
    }
    
*/    
    /* NEWS section 
---------------------------------------------*/
    
    .news-section h4 {
        text-align: left;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    
    .news-entry {
        width: 100%;
        /*border-bottom: 2px dotted white;*/
        padding-bottom: 40px;
        padding-right: 40%;
    }
    
    .news-entry a img {
    transition: all ease .4s;
}
    
    .news-entry a:hover img {
    border: 5px solid white;
}
    
    .news-entry h4 {
        border-bottom: 1px solid white;
        width: auto;
    }
    /* WHO section 
---------------------------------------------*/
    
    .main-who {
        padding-top: 0px;
        background: #dd3e3e;
        /* Old browsers */
        background: -moz-linear-gradient(-87deg, #dd3e3e 0%, #dd3e3e 85%, #b72929 15%, #b72929 100%);
        /* FF3.6+ */
        background: -webkit-linear-gradient(-87deg, #dd3e3e 0%, #dd3e3e 85%, #b72929 15%, #b72929 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(-87deg, #dd3e3e 0%, #dd3e3e 85%, #b72929 15%, #b72929 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(-87deg, #dd3e3e 0%, #dd3e3e 85%, #b72929 15%, #b72929 100%);
        /* IE10+ */
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
    }
    
    .main-who .btn-primary {
        margin-left: auto;
        margin-right: auto;
    }
    
    .guests-thumbs {
        margin: 40px 0px 40px 0px;
    }
    
    .circle-btn {
        transition: all 0.2s ease;
    }
    
    .circle-btn:hover {
        border-bottom: none;
        background-size: 140%;
        opacity: 1;
    }
    
    .circle-border {
        border-width: 15px;
        transition: all 0.2s ease;
    }
    
    .guest-icon-container {
        margin: 0px 0px 10px 0px;
        border: none;
        padding: 10px;
    }
    
    .guest-icon-container .name a {
        transition: all 0.5s ease;
        font-family: "adelle", serif;
        text-transform: capitalize;
        margin-top: 15px;
        font-size: 22px;
        text-align: center;
        font-weight: 400;
        border-bottom: 2px dotted white;
        border-top: 2px dotted white;
        padding: 10px 0px;
    }
    
    .guest-icon-container .name a:hover {
        background-color: black;
        border-bottom: 2px solid black;
        border-top: 2px dotted black;
    }
    /* WHEN section 
---------------------------------------------*/
    
    .main-when {
        padding-top: 0px;
    }
    
    .main-when .day {
        width: 50%;
        margin-bottom: 40px;
        padding: 20px;
    }
    
    .main-when .day h4 {
        margin: 0;
        font-size: 38px;
    }
    
    .main-when .day p {
        font-size: 20px;
    }
    /* WHERE section 
---------------------------------------------*/
    
    .main-where {
        padding-top: 0px;
        background: #c14fa3;
        /* Old browsers */
        background: -moz-linear-gradient(-82deg, #c14fa3 0%, #c14fa3 65%, #a5378e 35%, #a5378e 100%);
        /* FF3.6+ */
        background: -webkit-linear-gradient(-82deg, #c14fa3 0%, #c14fa3 65%, #a5378e 35%, #a5378e 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(-82deg, #c14fa3 0%, #c14fa3 65%, #a5378e 35%, #a5378e 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(-82deg, #c14fa3 0%, #c14fa3 65%, #a5378e 35%, #a5378e 100%);
        /* IE10+ */
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
    }
    /* HOW section 
---------------------------------------------*/
    
    .main-how {
        padding-top: 0px;
    }
    
    .main-how .pass {
        width: 50%;
        margin-bottom: 20px;
        padding: 20px;
    }
    
    .main-how .pass h4 {
        font-size: 38px;
    }
    
    .main-how .pass p {
        font-size: 24px;
        margin-top: 5px;
    }
    /* WHY section 
---------------------------------------------*/
    
    .main-why {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .main-why ul {
        list-style: disc;
        margin: 40px;
        padding: 0px;
    }
    
    .main-why ul li {
        font-size: 20px;
        text-align: left;
    }
    /* SCHEDULE page styles 
----------------------------------------------------------------*/
    
    .legend {
        margin-top: 40px;
    }
    
    .legend.affix {
        top: 20px;
        width: 300px;
    }
    
    .time h4 {
        margin-top: 40px;
        padding-bottom: 5px;
        font-size: 22px;
    }
    
    .event {
        padding-left: 15px;
        margin-bottom: 25px;
    }
    
    .title p {
        font-size: 28px;
    }
    
    .presenter p {
        font-size: 20px;
    }
    
    .schedule-guest-btn {
        transition: all 0.5s ease;
    }
    
    .schedule-guest-btn:hover {
        background-color: #0098c5;
    }
    
    .presenter {
        height: 70px;
        padding: 0px;
        margin-bottom: 10px;
    }
    
    .presenter p {
        padding-top: 20px;
    }
    
    .presenter .tiny-thumb {
        width: 70px;
    }
    
    /* GUESTS page styles 
----------------------------------------------------------------*/
    
    .guest-bio {
        padding-top: 10px;
    }
    
    .guest-profile .guest-bio p {text-align: left;}
    
    /* POLICIES page styles 
----------------------------------------------------------------*/
    
    .policies-main p {
        font-size: 16px;
    }
    
    .policies-main h4 {
        font-size: 20px;
    }
    /* VENDORS page styles 
----------------------------------------------------------------*/
    
    .vendors-main ul.first-vendors-col {
        border-right: 1px dotted white;
        padding-right: 10px;
    }
    
    .vendors-main ul li a {
        transition: all ease .3s;
    }
    
    .vendors-main ul li a:hover {
        color: #b72929;
        border-bottom: 2px solid #b72929;
    }
    /* FOOTER section Styles 
----------------------------------------------------------------*/
    
    .page-footer-content .list-group .list-group-item {
        background-color: transparent;
        border-radius: 0px;
        margin-bottom: 5px;
        line-height: 18px;
        text-align: left;
        font-size: 16px;
        border: none;
        width: 50%;
    }
    
    .page-footer-content .footer-address {
        border-top: none;
        padding: 0px;
    }
    
    .page-footer-content .footer-address ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: right;
    }
    
    .page-footer-content .footer-address ul li {
        font-size: 18px;
        margin-bottom: 5px;
    }
    
    .page-footer-content .footer-address ul li .btn {
        background-color: transparent;
        float: right;
        padding: 0;
        margin: 0;
        display: inline;
        text-align: right;
    }
    
    .copyright a.design-cred {
        width: 30%;
        transition: all ease 0.5s;
        opacity: .6;
    }
    
    .copyright a.design-cred:hover {
        opacity: 1;
    }
    
    
    /* TICKETS PAGE 
    ------------------------------------------------------*/
    #tickets-page .main .content-wrap {
        padding-right: 40%;
    }
    
}

/* end media query for Desktops and Laptops */

/*# sourceMappingURL=styles.css.map */