/*
 * Theme Name: BRG Theme
 * Theme URI: jaydaniellsweb.com.au
 * Author: Jay Daniells
 * Author URI: jaydaniellsweb.com.au
 * Description: The 2014 Theme for Bundaberg Regional Galleries
 * Version: 2.1
 * Text Domain: jayd
 * Credits: Skeleton V1.2 | Copyright 2011, Dave Gamache (www.getskeleton.com)
 */
html,
body
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  background: url('images/bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  font: 14px/21px Arial, sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  margin: 0; }

ul,
ol {
  margin-bottom: 20px; }

ol {
  list-style: decimal; }

ol,
ul,
ul.square,
ul.circle,
ul.disc {
  margin-left: 57px; }

ul.square {
  list-style: square outside; }

ul.circle {
  list-style: circle outside; }

ul.disc {
  list-style: disc outside; }

.h-nav ul,
.h-nav-text ul,
ul.no-bullets,
ul.funnels {
  list-style: none outside;
  margin-left: 0; }

ul ul,
ul ol,
ol ol,
ol ul,
ol ul.square {
  font-size: 90%;
  margin: 23px 0 5px 22px; }

ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px; }

li {
  line-height: 24px;
  margin-bottom: 12px; }

img,
img.scale-with-grid {
  max-width: 100%;
  height: auto; }

img.no-scale {
  max-width: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 400; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit; }

h1 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 14px; }

h2 {
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 20px;
  padding-top: 17px; }

h3 {
  color: #494949;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 13px;
  padding-top: 8px; }

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 14px; }

h5 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px; }

h6 {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 8px; }

p {
  line-height: 25px;
  margin: 0 0 18px; }

p img {
  margin: 0; }

p.lead {
  color: #313131;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 29px; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

small {
  font-size: 80%; }

blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic; }

blockquote {
  border-left: 1px solid #ddd;
  margin: 0 0 20px;
  padding: 9px 20px 0 19px; }

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555; }

blockquote cite:before {
  content: "\2014 \0020"; }

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555; }

hr {
  border-top: 1px solid #dcdcdc;
  clear: both;
  height: 0;
  margin: 10px 0 30px; }

a,
a:visited {
  color: #711671;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s; }

a:hover,
a:focus {
  color: #000;
  text-decoration: underline; }

p a,
p a:visited {
  line-height: inherit; }

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #eee;
  /* Old browsers */
  background: #eeeeee -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background: #eeeeee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background: #eeeeee -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #eeeeee -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Opera11.10+ */
  background: #eeeeee -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background: #eeeeee linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 8px 10px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #222;
  background: #ddd;
  /* Old browsers */
  background: #dddddd -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background: #dddddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background: #dddddd -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #dddddd -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera11.10+ */
  background: #dddddd -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background: #dddddd linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */
  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa; }

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  border: 1px solid #666;
  background: #ccc;
  /* Old browsers */
  background: #cccccc -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* FF3.6+ */
  background: #cccccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(10, 10, 10, 0.4)));
  /* Chrome,Safari4+ */
  background: #cccccc -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #cccccc -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* Opera11.10+ */
  background: #cccccc -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* IE10+ */
  background: #cccccc linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* W3C */ }

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

form, fieldset {
  margin-bottom: 20px; }

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
textarea,
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  height: 28px;
  padding: 10px 4px;
  outline: none;
  font: 13px Arial, sans-serif;
  color: #636363;
  margin: 0;
  width: 225px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff; }

select {
  padding: 0; }

input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #444;
  color: #444; }

textarea {
  min-height: 60px; }

label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px; }

select {
  width: 220px; }

input[type="checkbox"] {
  display: inline; }

label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444; }

.h-nav ul,
.h-nav-social ul,
.h-nav-text ul {
  margin: 0;
  padding: 0; }

.h-nav ul li,
.h-nav-social ul li {
  display: block;
  float: left;
  list-style: none;
  margin-bottom: 0;
  position: relative; }

.h-nav ul li a {
  display: block;
  text-decoration: none; }

.h-nav-text ul li {
  display: inline;
  float: none; }

.h-nav-text ul li a {
  display: inline; }

.h-nav-text ul li:after {
  content: '/'; }

.h-nav-text ul li:last-child:after {
  content: '';
  display: none; }

.h-nav-text ul li a:hover {
  text-decoration: underline; }

#show-nav {
  display: none; }

.sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #dfeeff;
  border-top-color: rgba(255, 255, 255, 0.5); }

.sf-sub-indicator {
  display: none; }

.main-nav ul ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 100; }

.main-nav ul ul ul {
  left: 100%;
  top: 0;
  width: 100%; }

.main-nav ul ul,
.main-nav ul li:hover ul ul,
.main-nav ul ul li:hover ul ul {
  display: none; }

.main-nav ul li:hover ul,
.main-nav ul ul li:hover ul,
.main-nav ul ul ul li:hover ul {
  display: block; }

.main-nav ul ul li {
  float: none; }

#main-nav {
  background: #000;
  height: 42px; }

#main-nav li a {
  background: #000;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  padding: 0 18px; }

#main-nav ul.nav-menu > li.menu-item-has-children > a,
#main-nav li a.sf-with-ul {
  padding-right: 30px; }

#main-nav ul.nav-menu > li.menu-item-has-children > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #dfeeff;
  border-top-color: rgba(255, 255, 255, 0.5);
}

#main-nav .sub-menu a.sf-with-ul:after {
  display: none; }

#main-nav li.current_page_parent > a,
#main-nav li.current-menu-ancestor > a,
#main-nav li.current-menu-item > a,
#main-nav li.active > a {
  background: #711671; }

#main-nav li a:hover {
  background: #8a3989; }

#main-nav ul.sub-menu {
  border: 1px solid #fff;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  width: 200px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 60%; }

#main-nav li.menu-item-1697 > ul.sub-menu {
  width: 240px;
}

#main-nav li.menu-item-378 > ul.sub-menu {
  width: 206px;
}

#main-nav li.menu-item-1704 > ul.sub-menu {
  left: auto;
  right: 0;
}

#main-nav .sub-menu .sub-menu {
  width: 210px;
  top: -40%; }

#main-nav li:hover > .sub-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  top: 100%; }


#main-nav .sub-menu li:hover > .sub-menu {
  top: 0; }

#main-nav ul.sub-menu a {
  background: #711671;
  font-size: 13px;
  height: auto;
  line-height: 1.7;
  padding: 10px 18px; }

#main-nav ul.sub-menu a:hover {
  background: #fff;
  color: #333; }

.menu-last > ul.sub-menu,
#menu-item-92 > ul.sub-menu {
  left: auto;
  right: 0; }

/* #Base 960 Grid
================================================== */
.container {
  position: relative;
  width: 1174px;
  margin: 0 auto;
  padding: 0;
  z-index: 10; }

/* #Site Styles
================================================== */
.header,
.footer,
.primary,
.secondary,
#show-nav,
#show-nav a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.primary,
.primary-inner {
  float: left;
  width: 772px; }

.primary-inner {
  width: 808px; }

.secondary,
.secondary-inner {
  float: right;
  width: 367px; }

.secondary-inner {
  width: 321px; }

#logo {
  width: 353px; }

#logo img {
  display: block; }

.logo-affiliate {
  position: absolute;
  left: 508px;
  top: 0; }

.logo-affiliate img {
  width: 173px;
  height: 96px; }

.header-social {
  position: absolute;
  left: 689px;
  top: 39px; }

.footer-social {
  position: absolute;
  left: 31px;
  bottom: 30px; }

.footer-social2 {
  margin-bottom: 24px;
  text-align: center; }

.header-social li,
.footer-social li,
.footer-social2 li {
  margin-right: 7px; }

.footer-social li {
  margin-right: 7px; }

.footer-social2 ul li {
  display: inline-block;
  float: none; }

.connect-social li a,
.header-social li a,
.footer-social li a,
.footer-social2 li a {
  display: block;
  height: 28px;
  text-indent: -9999em;
  text-transform: uppercase;
  width: 28px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

li.facebook a,
.header-social li.facebook a,
.footer-social2 li.facebook a {
  background: url("images/icn_fb.png") left top no-repeat; }

.footer-social li.facebook a {
  background: url("images/icn_fb_footer.png") left top no-repeat; }

li.facebook a:hover,
.header-social li.facebook a:hover,
.footer-social li.facebook a:hover,
.footer-social2 li.facebook a:hover {
  background: url("images/icn_fb_hover.png") left top no-repeat; }

li.twitter a,
.header-social li.twitter a,
.footer-social2 li.twitter a {
  background: url("images/icn_twitter.png") left top no-repeat; }

.footer-social li.twitter a {
  background: url("images/icn_twitter_footer.png") left top no-repeat; }

li.twitter a:hover,
.header-social li.twitter a:hover,
.footer-social li.twitter a:hover,
.footer-social2 li.twitter a:hover {
  background: url("images/icn_twitter_hover.png") left top no-repeat; }

li.instagram a,
.header-social li.instagram a,
.footer-social2 li.instagram a {
  background: url("images/icn_instagram.png") left top no-repeat; }

.footer-social li.instagram a {
  background: url("images/icn_instagram_footer.png") left top no-repeat; }

li.instagram a:hover,
.header-social li.instagram a:hover,
.footer-social li.instagram a:hover,
.footer-social2 li.instagram a:hover {
  background: url("images/icn_instagram_hover.png") left top no-repeat; }

li.mail a,
.header-social li.mail a,
.footer-social2 li.mail a {
  background: url("images/icn_mail.png") left top no-repeat; }

.footer-social li.mail a {
  background: url("images/icn_mail_footer.png") left top no-repeat; }

li.mail a:hover,
.header-social li.mail a:hover,
.footer-social li.mail a:hover,
.footer-social2 li.mail a:hover {
  background: url("images/icn_mail_hover.png") left top no-repeat; }

li.youtube a,
.header-social li.youtube a,
.footer-social2 li.youtube a {
  background: url("images/icn_youtube.png") left top no-repeat; }

.footer-social li.youtube a {
  background: url("images/icn_youtube_footer.png") left top no-repeat; }

li.youtube a:hover,
.header-social li.youtube a:hover,
.footer-social li.youtube a:hover,
.footer-social2 li.youtube a:hover {
  background: url("images/icn_youtube_hover.png") left top no-repeat; }

li.vimeo a,
.header-social li.vimeo a,
.footer-social2 li.vimeo a {
  background: url("images/icn_vimeo.png") left top no-repeat; }

.footer-social li.vimeo a {
  background: url("images/icn_vimeo_footer.png") left top no-repeat; }

li.vimeo a:hover,
.header-social li.vimeo a:hover,
.footer-social li.vimeo a:hover,
.footer-social2 li.vimeo a:hover {
  background: url("images/icn_vimeo_hover.png") left top no-repeat; }

.connect-social-wrap {
  margin-bottom: 80px;
  padding-top: 3px; }

.connect-social-wrap h2 {
  margin-bottom: 33px; }

.connect-social ul {
  list-style: none;
  margin-left: 0;
  padding-top: 8px; }

.connect-social li {
  margin-bottom: 24px; }

.connect-social li a {
  line-height: 28px;
  padding-left: 47px;
  text-indent: 0;
  text-transform: none;
  width: 100%; }

input.signup-submit,
input.search-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  display: block;
  text-indent: -9999em;
  text-transform: uppercase; }

.header-fbshare {
  position: absolute;
  right: 220px;
  bottom: 20px; }

.header-fbshare iframe {
  width: 340px; }

.header-signup {
  width: 275px;
  position: absolute;
  top: 39px;
  right: 0; }

.header-signup form {
  position: relative; }

.header-signup .signup-field {
  float: left;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 10px; }

.header-signup .signup-field-hidden {
  display: none; }

.header-signup .signup-submit {
  background: url("images/btn_signup.png") left top no-repeat;
  height: 23px;
  margin-left: 10px;
  width: 22px;
  position: absolute;
  top: 0;
  right: 18px; }

.header-signup .signup-submit:hover,
.header-signup .signup-submit:focus,
.header-signup .signup-submit:active {
  background: url("images/btn_signup_hover.png") left top no-repeat;
  border: 0;
  outline: 0; }

.header-search {
  position: absolute;
  right: 20px;
  bottom: 35px; }

.header-search form,
.header-search .search-field {
  margin-bottom: 0; }

.header-search .search-field {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 33px;
  width: 181px; }

.header-search .search-submit {
  background: url("images/btn_search.png") left top no-repeat;
  height: 26px;
  width: 33px;
  position: absolute;
  top: 1px;
  right: 1px; }

.header-search .search-submit:hover {
  background: url("images/btn_search.png") left top no-repeat;
  border: 0; }

.main-nav-wrap .container {
  padding-bottom: 42px;
  z-index: 20; }

.main {
  position: relative;
  z-index: 15; }

.optin-inner {
  background: url("images/optin_bg2.png") left top repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 17px 10px; }

.home .optin-inner {
  padding-top: 23px; }

.optin-inner2 p {
  color: #313131;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 12px;
}

.optin-form {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #aeaeae;
  display: block;
  margin: 0 auto 14px;
  padding: 21px 19px;
  width: 312px;
  max-width: 100%; }

.optin-form label {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 4px; }

input.optin-text {
  background: #f6f6f6;
  border: 2px solid #d0d0d0;
  height: 38px;
  margin-bottom: 14px;
  width: 273px; }

input.optin-text:focus {
  border: 2px solid #888; }

input.optin-hidden {
  display: none; }
  
input.btn-optin {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #336699;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 5px;
  padding: 0;
  text-shadow: none;
  width: 159px; }

input.btn-optin2 {
  background: #711671;
  border-radius: 0;
}

input.btn-optin:hover,
input.btn-optin:focus,
input.btn-optin:active {
  background: #22517f;
  color: #fff;
  border: 0; }

.signup-title {
  color: #711671;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 14px;
  padding-top: 0;
  text-transform: uppercase; }

/* #Flex Slider
================================================= */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  float: left;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  width: 52px;
  height: 52px;
  margin: -26px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease; }

.flex-direction-nav .flex-next {
  background: url("images/slider_next.png");
  right: 12px; }

.flex-direction-nav .flex-prev {
  background: url("images/slider_prev.png");
  left: 12px; }

.flexslider:hover .flex-direction-nav a {
  opacity: 1; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 27px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 7px;
  height: 7px;
  display: block;
  background: #dfdfdf;
  border: 2px solid #dfdfdf;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a.flex-active {
  background: #1e1e1e;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

.flex-control-nav.flex-control-paging {
  display: none; }

/* #Page Styles
================================================== */
.slider-wrap {
  margin-bottom: 36px; }

#slider ul {
  list-style: none outside;
  margin-left: 0; }

.primary-inner .funnels-wrap {
  padding-top: 11px; }

.funnels li {
  display: inline-block;
  margin-right: 33px;
  margin-bottom: 45px;
  vertical-align: top; }

.primary-inner .funnels li {
  margin-right: 43px; }

.funnels li.alt, .primary-inner .funnels li.alt {
  margin-right: 0; }

.funnel {
  background: #fff;
  border: 1px solid #ddd;
  max-width: 353px;
  padding: 7px 7px 13px; }

.primary-inner .funnel {
  max-width: 365px; }

.funnel-img {
  display: block;
  height: 259px;
  margin-bottom: 14px;
  position: relative;
  width: 353px; }

.primary-inner .funnel-img {
  width: 365px; }

.funnel img {
  display: block; }

.funnel-img span {
  background: none;
  display: block;
  height: 259px;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 353px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20; }

.primary-inner .funnel-img span {
  width: 365px;
  height: 259px; }

.funnel-img:hover span {
  background: url("images/funnel_hover.png") left top no-repeat;
  opacity: 1;
  filter: alpha(opacity=100); }

.primary-inner .funnel-img:hover span {
  background: url("images/funnel2_hover.png") left top no-repeat;
  opacity: 1;
  filter: alpha(opacity=100); }

.funnel h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 21px;
  padding-top: 0; }

.primary-inner .funnel h2 {
  font-size: 25px; }

.read-more {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase; }

.partners-wrap .container {
  border-top: 1px solid #dcdcdc;
  margin-top: 16px;
  padding-top: 45px; }

.partners-title, .social-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 40px;
  margin-bottom: 8px;
  padding-top: 0;
  text-indent: 52px;
  text-transform: uppercase; }

.partners-wrap ul {
  list-style: none;
  margin-left: 0;
  text-align: center; }

.partners-wrap li {
  display: inline-block;
  float: none;
  height: 103px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle }

.partners {
  padding-bottom: 35px; }

.footer-areas,
.footer-widget-nav ul li,
.footer-widget-nav ul li a {
  color: #fff; }

.footer-areas {
  background: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  padding: 28px 24px 11px;
  position: relative; }

.footer-area {
  display: block;
  float: left; }

.footer-widget-nav ul li a {
  font-size: 11px;
  margin: 0 6px 0 3px; }

.footer-1 {
  margin-right: 47px;
  width: 652px; }

.footer-2 {
  margin-right: 13px;
  width: 220px; }

.footer-3 {
  width: 190px; }

.footer-widget-title {
  color: #982798;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 1px; }

.footer-area a {
  color: #982798; }

.footer-widget p {
  font-size: 12px;
  line-height: 20px; }

.copyright {
  color: #313131;
  font-size: 13px;
  text-align: center;
  padding: 45px 0 30px; }

.footer-nav, .footer-nav ul {
  display: inline; }

.footer-nav ul li a {
  color: #000;
  margin-left: 4px; }

.footer-nav ul li:after {
  display: none; }

.footer-nav .web-credits a {
  color: #ababab; }

.footer-nav .web-credits a:before {
  content: '|';
  color: #000;
  margin-right: 8px; }

.entry-post {
  padding-bottom: 29px; }

.entry-post.top-border {
  border-top: 1px solid #dcdcdc;
  padding-top: 28px; }

.entry-title {
  color: #000;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 24px; }

.entry-title a {
  color: #000; }

.entry-header {
  color: #535353;
  font-size: 12px;
  line-height: 18px;
  padding-top: 11px; }

.entry-header .brg-meta {
  padding-bottom: 11px; }

.entry-header img {
  display: block;
  margin: 0 0 7px; }

.entry-content > div {
  max-width: 100%; }

.entry-summary p,
.entry-content p {
  color: #313131;
  font-size: 14px;
  line-height: 25px; }

a.more {
  background: #711671;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  margin: 26px 0;
  text-align: center;
  width: 180px; }

.entry-summary a.more,
.entry-content a.more {
  line-height: 38px;
  margin-top: 26px; }

.entry-meta {
  color: #535353;
  font-size: 12px; }

.companies-heading {
  background: #d7d7d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 10px 10px 11px; }

.companies-heading h2 {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  margin: 0;
  padding: 0; }

.company-list {
  display: block;
  list-style: none;
  margin: 15px -16px 30px;
  padding: 0;
  width: 840px; }

.company-list li {
  display: inline-block;
  line-height: 0;
  margin: 0 16px 15px;
  vertical-align: top;
  width: 248px; }

.company-list li img {
  display: block; }

.company-list .company-title-block {
  background: #d7d7d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  margin-top: 5px;
  padding: 10px 15px 12px; }

.company-title-block a {
  color: #792479;
  font-size: 11px; }

.fig-col > div {
  float: left;
  margin-right: 1.8564356%;
  margin-bottom: 36px; }

.fig-col .last {
  margin-right: 0; }

.fig-col .top {
  margin-bottom: 23px; }

.fig-col > div img {
  display: block; }

/* 3 Columns: 1 Wide - 2 Thin */
.col3-wide1-thin2 .wide {
  width: 48.1435643%; }

.col3-wide1-thin2 .thin {
  width: 24.0099%; }

/* 2 Columns: 1 Tall - 2 Short */
.col3-tall1-short2 .tall {
  width: 62.6237623%; }

.col3-tall1-short2 .short {
  width: 34.5297%; }

/* 2 Columns: 1 Wide - 1 Short */
.col2-wide1-thin1 .wide {
  width: 68.3168316%; }

.col2-wide1-thin1 .thin {
  float: right;
  width: 28.960396%; }

#background-link {
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; }

.post-fblike, .post-tweet {
  float: left; }

.post-fblike iframe {
  width: 150px; }

.post-fbshare {
  float: right;
  margin-right: 39px; }

.breadcrumbs {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 25px;
  padding-bottom: 21px; }

.breadcrumbs a {
  color: #792479; }

.page-title {
  background: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 21px;
  padding: 9px 25px;
  text-transform: uppercase; }

.social-title {
  display: inline-block;
  line-height: 21px;
  text-indent: 0; }

.social-shares {
  text-align: center; }

.social-share {
  display: inline-block;
  list-style: none;
  margin-left: 10px; }

.social-share li {
  display: inline-block;
  vertical-align: top; }

.share-twitter iframe {
  width: 80px !important; }

.share-facebook .fb_iframe_widget {
  position: relative;
  top: -4px;
  width: 90px !important; }

.share-gplus > div {
  width: 64px !important; }

.widget {
  margin-bottom: 19px; }

.patterned-bg {
  background: url("images/optin_bg2.png") left top repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 17px 10px; }

.side-box {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #aeaeae;
  display: block;
  margin: 0 auto 14px;
  padding: 17px 19px;
  width: 265px; }

h3.optin-title,
.side-box h3 {
  color: #711671;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 18px;
  padding-top: 0; }

h3.optin-title {
  margin-bottom: 13px; }

.side-box h3.sidebar-title {
  margin-bottom: 13px; }

.side-box h6 {
  color: #711671;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 11px; }

.side-box p {
  color: #313131;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px; }

.side-link,
a.side-link {
  background: #711671 url("images/side_link.png") left top no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  height: 47px;
  line-height: 47px;
  padding-left: 42px; }

.side-link:hover,
a.side-link:hover {
  background: #8a3989 url("images/side_link_hover.png") left top no-repeat;
  color: #fff;
  text-decoration: none; }

.sidebar-list {
  list-style: square;
  margin-left: 16px; }

.exhibition-archive-list {
  margin-left: 30px; }

.sidebar-list li {
  margin-bottom: 10px; }

/* SECTIONS */
.section-brg {
  padding-bottom: 21px; }

.section-brg.top-border {
  border-top: 1px solid #dcdcdc;
  padding-top: 35px; }

.section-single-image-above {
  padding-bottom: 10px; }

.section-single-image-above.top-border {
  padding-top: 38px; }

.section-title {
  font-size: 22px;
  padding-top: 0; }

.section-single-image-above .section-title {
  padding-top: 16px;
  margin-bottom: 23px; }

.section-brg li {
  margin-bottom: 8px; }

.section-brg a {
  color: #792479;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline; }

.section-brg a:hover {
  color: #000;
  text-decoration: none; }

.section-brg .fig-col,
.section-single-image > figure {
  padding-top: 5px; }

.section-brg .fig-col > div {
  margin-bottom: 23px; }

.section-single-image > figure {
  padding-bottom: 17px; }

.section-link {
  /* padding-top: 6px;
   padding-bottom: 19px */
  padding: 9px 19px;
  background-color: #711671;
  /* height: 38px; */
  /* width: 150px; */
  display: inline-block;
  width: auto !important;
  margin: 8px 0 25px 0;
  }
  
.section-link a {
  color:#FFF;
  text-decoration:none;
  }
  
.section-link a:hover {
  color:#FFF;
  text-decoration: underline;
  }  

.section-single-image h3 {
  margin-bottom: 21px; }

/* END SECTIONS */
/* EXHIBITION */
.exhibition-wrap {
  margin-bottom: 16px; }

.exhibition-wrap.top-border {
  border-top: 1px solid #dcdcdc;
  padding-top: 48px; }

.exhibition-heading {
  background: #e8e8e8;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 30px;
  padding: 7px 24px 10px;
  text-transform: uppercase; }

.exhibition-images {
  float: left;
  width: 337px; }

.exhibition-image img {
  display: block;
  margin-bottom: 3px; }

.exhibition-images .exhibition-caption {
  background: #e8e8e8;
  color: #313131;
  font-size: 11px;
  line-height: 17px;
  margin-bottom: 26px;
  padding: 8px 9px 10px; }

.exhibition-image.no-caption {
  margin-bottom: 26px;
}

.exhibition-caption a,
.exhibition-caption a:visited {
  color: #792479; }

.exhibition-content {
  float: right;
  width: 439px; }

.exhibition,
.exhibition p {
  color: #313131; }

.exhibition-content .exhibition-title {
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 19px;
  margin-top: -5px;
  padding-top: 0; }

.exhibition-subtext {
  margin-bottom: 26px;
  padding: 8px 16px 9px; }

.exhibition-brag .exhibition-subtext {
  background: #711671; }

.exhibition-charts .exhibition-subtext {
  background: #a9443e; }

.exhibition-subtext > p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0; }

.exhibition-subtext > p strong {
  font-size: 14px; }

.exhibition-meta {
  padding-bottom: 13px; }

.exhibition-content .exhibition-meta p {
  font-size: 14px;
  margin-bottom: 2px; }

.exhibition-artists p {
  margin-bottom: 32px; }

.exhibition-resources {
  padding-top: 6px; }

.exhibition-resources ul {
  list-style: square;
  padding-top: 10px; }

.exhibition-resources li {
  margin-bottom: 7px; }

/* END EXHIBITION */

/* #Two Columns
================================================== */
.two-columns {
  margin-bottom: 27px;
  padding-top: 6px; }

.two-columns-inner {
  float: left;
  margin: 0 3.0940594%;
  width: 46.9059405%; }

.two-columns-inner.first {
  margin-left: 0; }

.two-columns-inner.last {
  margin-right: 0; }

.two-columns h5 {
  font-family: Arial, sans-serif;
  font-weight: bold; }

.two-columns .optin-inner {
  min-height: 374px;
  margin-bottom: 27px; }

.two-columns .signup-title {
  line-height: 33px; }

.two-columns ul {
  margin-left: 37px;
  list-style-type: square; }

.two-columns li {
  margin-bottom: 5px; }

.connect-social {
  float: left;
  width: 364px; }

.connect-fblikebox {
  float: left;
  width: 430px; }

/* #END: Two Columns
================================================== */
/* #Committee
================================================== */
.committee {
  padding-top: 12px;
  padding-bottom: 14px; }

.committee.top-border {
  border-top: 1px solid #dcdcdc;
  padding-top: 43px; }

.committee-img {
  float: left;
  margin-right: 26px;
  width: 140px; }

.committee-content {
  float: right;
  width: 638px; }

.committee-content.committee-full {
  float: none;
  width: 100%; }

.committee-name {
  font-size: 22px;
  margin-bottom: 17px;
  padding-top: 4px; }

.committee-meta {
  margin-bottom: 20px; }

.committee-meta p {
  margin-bottom: 0; }

/* #Shop/Gifts
================================================== */
.gifts {
  margin: 0 -16px;
  padding: 17px 0;
  width: 840px; }

.gift {
  display: block;
  float: left;
  margin: 0 16px 30px;
  overflow: hidden;
  width: 248px; }

.gift-header {
  background: #e8e8e8 url("images/product_title_bg.png") left top no-repeat;
  height: 68px;
  margin-bottom: 2px;
  padding-left: 42px; }

.gift-title {
  padding-top: 9px; }

.gift-title a {
  color: #000;
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-family: Arial, sans-serif; }

.gift-img {
  position: relative; }

.gift-img img {
  display: block; }

.gift-img-colored {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.gift:hover .gift-img-colored {
  opacity: 1;
  filter: alpha(opacity=100); }

.gift-modal {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  height: 397px;
  margin: -198.5px 0 0 -472.5px;
  padding: 22px 24px;
  width: 945px;
  z-index: 999;
  position: fixed;
  top: 50%;
  left: 50%; }

.gift-modal-img {
  float: left;
  width: 520px; }

.gift-modal-content {
  float: right;
  width: 343px; }

.gift-modal-title {
  background: #711671 url("images/side_link.png") left top no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  min-height: 47px;
  margin-bottom: 21px;
  padding: 10px 40px 0;
  position: relative; }

.gift-modal-content-inner {
  height: 270px;
  overflow-y: scroll;
}

.gift-modal-content-inner::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.gift-modal-content-inner::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.gift-modal-title .close {
  background: url("images/gift_close.png") left top no-repeat;
  cursor: pointer;
  height: 29px;
  width: 29px;
  text-indent: -9999em;
  position: absolute;
  top: 9px;
  right: 9px; }

#overlay {
  background-color: #000;
  cursor: pointer;
  display: none;
  height: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  width: 100%;
  z-index: 990;
  position: fixed;
  top: 0;
  left: 0; }

/* Featured Image */
.featured-image,
.wp-caption {
  background: #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 19px;
  padding: 4px 5px; }

.featured-image img,
.wp-caption img {
  display: block;
  margin: 0; }

.container .featured-caption,
.container .wp-caption-text {
  color: #535353;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  padding: 14px 0 11px; }

/* Contact Form */
.cform {
  width: 100%; }

.cform > form > .contact-required {
  margin-bottom: 36px;
  padding-top: 8px; }

.cform label {
  color: #1a1a1a;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  width: 100%; }

.contact-label-wrap {
  float: left;
  width: 206px; }

.contact-input-wrap {
  position: relative; }

.contact-input-wrap > div {
  position: absolute;
  top: 18px;
  font-size: 12px; }

input.contact-input,
textarea.contact-input,
select.contact-input {
  border: 1px solid #9b9a9a;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 38px;
  margin-bottom: 17px;
  padding: 5px 10px;
  position: relative;
  top: -8px;
  width: 320px;
  max-width: 100%; }

select.contact-input {
  height: 32px;
  padding: 4px 6px;
  width: 194px; }

.contact-input-wrap input[type="checkbox"] {
  margin-left: 204px;
  margin-bottom: 23px; }

.cform .contact-input-wrap input[type="checkbox"] {
  margin-left: 0;
}

.heard span.wpcf7-list-item-label {
  position: relative;
  top: -1px;
  font-size: 13px;
  margin-right: 28px;
}

textarea.contact-input {
  height: 106px;
  min-height: 106px;
  width: 320px; }

.contact-captcha {
  margin-bottom: 21px;
  margin-left: 210px; }

input.contact-captcha-text {
  height: 30px;
  width: 148px; }

input.contact-submit {
  background: #eee;
  background: #eeeeee -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: #eeeeee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background: #eeeeee -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: #eeeeee -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: #eeeeee -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: #eeeeee linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  border: 1px solid #707070;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: push-button;
  color: #373737;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  margin-left: 204px;
  line-height: normal;
  padding: 8px 13px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

input.contact-submit:hover {
  color: #222;
  background: #ddd;
  background: #dddddd -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: #dddddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  background: #dddddd -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: #dddddd -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: #dddddd -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: #dddddd linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%); }

input.contact-submit:active {
  border: 1px solid #666;
  background: #ccc;
  background: #cccccc -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  background: #cccccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(10, 10, 10, 0.4)));
  background: #cccccc -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  background: #cccccc -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  background: #cccccc -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  background: #cccccc linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%); }

.cform input.contact-submit {
  margin-left: 0;
}

span.wpcf7-not-valid-tip {
  position: relative;
  margin-left: 210px;
  top: -22px;
}

div.wpcf7-response-output {
  border: 0 !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
}

div.wpcf7-mail-sent-ok {
  color: #398f14 !important;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
  color: #ff0000 !important;
}

.enquiry-title {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 44px;
  padding-top: 20px; }

#fscf_required1 {
  display: none; }

/* #Pagination
================================================== */
.jayd-pagination {
  padding-top: 0;
  padding-bottom: 44px; }

.jayd-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }

.jayd-pagination li {
  display: inline-block;
  width: 35px; }

.jayd-pagination li a,
.jayd-pagination li.active a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  height: 35px;
  margin-right: 2px;
  width: 35px; }

.jayd-pagination li a {
  background: #711671;
  color: #fff;
  height: 35px;
  line-height: 35px; }

.jayd-pagination li a:hover,
.jayd-pagination li.active a {
  background: #8a3989;
  color: #fff;
  text-decoration: none; }

.pagination {
  padding-bottom: 24px; }

.wp-pagenavi { 
  border-top: 1px solid #dcdcdc;
  margin: 0;
  padding: 40px 0 20px;
  float: none; 
  width: 100%; 
  display: block; 
  text-align: center; 
  font-size: 12px; 
  line-height: 0; }

.wp-pagenavi a { 
  background:#e3e3e3; 
  color:#727272; 
  display:inline-block; 
  padding:0px 12px!important; 
  margin:0 5px;
  border:1px solid #bfbfbf }

.wp-pagenavi span,
.wp-pagenavi span.current { 
  background:#f6f6f6; 
  display:inline-block; 
  padding:0px 12px!important; 
  margin:0 5px; }

.wp-pagenavi a, 
.wp-pagenavi span { 
  border:none!important;
  line-height: 27px; }

.wp-pagenavi a:hover { 
  background:#f6f6f6;
  text-decoration: none; }

/* Sitemap */
.sitemap ul {
  margin-left: 30px; }

.sitemap ul.children {
  margin-top: 5px; }

.sitemap ul ul {
  font-size: 100%; }

/* #Back to Top
================================================== */
#back-top {
  position: fixed;
  bottom: 50px;
  margin-right: 20px;
  right: 0;
  z-index: 9999; }

#back-top a {
  background: url("images/btn_back.png") left top no-repeat;
  display: block;
  height: 35px;
  text-indent: -9999em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 35px; }

/* #Comments
================================================== */
/*
.commentlist {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.commentlist .children {
  list-style: none;
  padding-bottom: 10px; }

#commentform label {
  display: inline-block;
  width: 80px;
  float: left; }

.comment-meta {
  font-weight: bold;
  font-size: 12px; }

.comment-meta img {
  float: left;
  margin-right: 10px;
  margin-bottom: 8px;
  position: relative;
  top: 6px; }

.comment-meta time {
  margin-left: 4px; }

.comment p {
  font-size: 12px; }

.comment .edit-link,
.comment .comment-reply-link {
  float: none;
  font-size: 11px;
  margin-right: 8px; }

.comment .comment-reply-link {
  margin-right: 2px;
  position: relative;
  top: -2px; }

#reply-title {
  font-size: 24px; }

.reply span {
  font-size: 11px;
  position: relative;
  top: -3px; }

.logged-in #comments .reply {
  position: absolute;
  margin-top: -35px;
  margin-left: 30px;
  line-height: 21px; }

#comment {
  width: 80%; }

.form-submit {
  padding-left: 80px; }

.form-allowed-tags {
  display: none; }

#comments input[type="text"],
#comments input[type="password"],
#comments input[type="email"],
#comments textarea, #comments select {
  border: 1px solid #ddd; }

.commentsmore {
  float: right;
  position: relative;
  top: -34px; }

.commentsicon {
  background-image: url(images/comments.png);
  float: left;
  height: 16px;
  width: 16px; }

.commentslink {
  float: left;
  font-family: helvetica,arial,sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 16px;
  padding-left: 7px;
  width: 100px; }

#commentform .subscribe-label {
  float: none;
  width: auto; }

.comment-subscription-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 80PX; }
*/

.container .commentlist {
  list-style: none;
  margin-left: 0;
}

.container .commentlist li .comment {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

.container .commentlist ol.children {
  font-size: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.container .commentlist li.even > .comment {
  background: #f6f6f6;
}

.container .commentlist li ol.children .children > .comment {
  margin: 0;
  padding: 0;
}

.container .commentlist li .comment-content {
  float: right;
  padding: 0;
  width: 640px;
}

.container .commentlist .children li .comment-content {
  width: 600px;
}

.container .commentlist .comment-author {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 0.3125rem solid #fff;
  display: inline-block;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  float: left;
  height: 100px;
  width: 100px;
}

.container .commentlist .comment-author img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

span.edit-link {
  margin-right: 10px;
}

.reply {
  font-size: 12px;
}

.about-author {
  background: #f6f6f6;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 10px 12px 1px; }

.about-author-img {
  float: left;
  margin-right: 20px;
  width: 94px; }

.about-author-content {
  float: right;
  width: 670px; }

.about-author h4 {
  font-size: 23px; }

.about-author-content h4 {
  margin-bottom: 6px;
  margin-top: 6px; }

.about-author-content h4 strong {
  font-weight: 400; }

.about-author-content p {
  font-size: 13px; }

@-moz-document url-prefix() {
  .header-signup .signup-field,
  .header-search .search-field {
    padding: 2px 4px; }

  /*.funnel-img span {
    top: 13px; }*/ }

.ie .header-signup .signup-field,
.ie .header-search .search-field {
  padding: 0 4px; }

.ie8 .header-signup .signup-field,
.ie8 .header-search .search-field,
.ie7 .header-signup .signup-field,
.ie7 .header-search .search-field {
  height: auto;
  padding: 4px 4px; }

.ie8 .header-search {
  width: 181px; }

.ie8 .header-search .search-submit {
  top: 0;
  right: 0; }

.ie8 .funnels li,
.ie7 .funnels li {
  display: block;
  float: left; }

.ie8 .funnel-img span {
  top: 13px; }

.ie8 .gift-img img {
  height: 167px;
  width: 248px; }

.ie7 .jayd-pagination li {
  display: inline;
  margin-right: 7px;
  zoom: 1; }

.ie7 .header-fbshare iframe {
  width: 400px; }

.ie7 .footer-area {
  display: inline-block;
  float: none;
  vertical-align: top; }

/* #Plugins
================================================== */
.tn3e-gallery {
  margin-bottom: 60px; }

/* Twitter: New */
.widget_twitter {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  display: block;
  min-height: 367px;
  margin: 44px auto 14px;
  padding: 12px 24px; }

.widget_twitter .widget-title {
  background: url('images/twitter.png') left top no-repeat;
  min-height: 42px;
  padding-left: 56px; }

.twitterwidget-title {
  color: #333;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase; }

.widget_twitter ul {
  list-style: none;
  margin-left: 0; }

a.gift,
a.gifts {
  display: inline;
  float: none;
  margin: 0;
  padding: 0;
  width: auto; }

.ws-title {
  padding-top: 2px;
  padding-bottom: 16px;
}

ul.ws-dates {
  margin-bottom: 16px;
}

ul li.ws-date {
  line-height: 26px;
  margin-bottom: 0;
}

.ws-ages,
.ws-fee,
.ws-book {
  padding-top: 3px;
}

.ws-book {
  padding-bottom: 23px;
}

span.intent-meta a {
    font-size: 12px;
    margin-right: 8px;
}

/* #Media Queries
================================================== */
@media only screen and (min-width: 1262px) {
  .wrap {
    background: #fff;
    margin: 0 auto;
    padding: 0 44px;
    width: 1174px;
  }
}

@media only screen and (max-width: 1262px) {
  html {
    background: #fff;
  }

  .heard span.wpcf7-list-item {
    display: block;
  }
}

@media only screen and (min-width: 1174px) {
  #content .tn3e-gallery {
    height: 680px !important; }

  #content .tn3e-image,
  #content .tn3e-image-in {
    height: 490px !important; } }

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1174px) {
  .container {
    width: 960px; }

  .logo-affiliate {
    left: 490px; }

  .header-social {
    top: 20px;
    left: 686px;
    z-index: 200; }

  .header-signup {
    top: 60px; }

  #main-nav li a {
    font-size: 12px;
    padding: 0 12px; }

  .primary {
    width: 558px; }

  .primary-inner {
    width: 594px; }

  .partners-wrap li {
    min-height: 120px; }

  .footer-1 {
    width: 440px; }

  .company-list {
    width: 626px; }

  .company-list li {
    width: 176px; }

  .fig-col .top {
    margin-bottom: 17px; }

  #content .tn3e-gallery {
    height: 540px !important; }

  #content .tn3e-image,
  #content .tn3e-image-in {
    height: 353px !important; }

  .gifts {
    width: 626px; }

  .committee-content {
    width: 424px; }

  .about-author-content {
    width: 456px; }

  .connect-social {
    width: 274px; }

  .connect-fblikebox {
    width: 320px; }

  .container .commentlist li .comment-content {
    width: 424px; }

  .container .commentlist .children li .comment-content {
    width: 384px; }

  .two-columns .optin-inner {
    min-height: 0; }

  .two-columns .optin-form {
    width: 100%; }

  .two-columns .signup-title {
    font-size: 18px; }

  .gift-title a {
    font-size: 15px;
    line-height: 1.4;
  } }

@media only screen and (min-width: 959px) and (max-width: 1174px) {
  .funnels li,
  .primary-inner .funnels li {
    margin-left: 0;
    margin-right: 2%;
    width: 48%; }

  .funnels li.alt,
  .primary-inner .funnels > li.alt {
    margin-left: 2%;
    margin-right: 0; }

  .funnel,
  .primary-inner .funnel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }

  .funnel-img,
  .primary-inner .funnel-img {
    height: auto;
    width: 100%; }

  .funnel-img span {
    background-size: 251px 184px !important;
    height: 184px;
    width: 251px; }

  .primary-inner .funnel-img span {
    background-size: 267px 190px !important;
    height: 190px;
    width: 267px; }

  .funnel h2,
  .primary-inner .funnel h2 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 16px; }

  .exhibition-content {
    width: 330px; }

  .exhibition-images {
    width: 237px; }

  .exhibition-content .exhibition-title {
    font-size: 24px;
    line-height: 35px; } }

@media only screen and (max-width: 959px) {
  .contact-label-wrap {
    float: none;
    margin-bottom: 6px;
    text-indent: 3px;
    width: 100%; }

  input.contact-input,
  textarea.contact-input,
  select.contact-input {
    top: 0; }

  .contact-input-wrap input[type="checkbox"],
  .contact-captcha, input.contact-submit {
    margin-left: 0; }

  .contact-input-wrap > div {
    top: -12px;
    left: 4px;
    position: relative; }

  .container .commentlist li .comment-content {
    width: 290px;
  }

  .container .commentlist .children li .comment-content {
    width: 250px;
  }

  .enquiry-title {
    margin-bottom: 24px; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {

  .wrap {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 14px;
    width: 768px;
  }

  .container {
    width: 740px; }

  #main-nav ul.sub-menu {
    display: none !important;
    float: none;
    height: auto !important;
    opacity: 1 !important;
    filter: alpha(opacity=100);
    top: 100% !important; }

  #main-nav li:hover > ul.sub-menu {
    display: block !important;
  }

  #main-nav .sub-menu .sub-menu {
    top: 0 !important; }

  #main-nav li.menu-item-562 > .sub-menu,
  #main-nav li.menu-item-378 > .sub-menu {
    left: auto;
    right: 100%;
  }

  .logo-affiliate {
    left: 470px;
    top: 30px; }

  .header-fbshare {
    position: static; }

  .header-search {
    bottom: 18px;
    z-index: 200; }

  .header-signup {
    top: 176px; }

  .header-social {
    left: 479px;
    top: 140px; }

  .primary {
    width: 387px; }

  .primary-inner {
    width: 463px; }

  .secondary {
    width: 348px;
  }

  .secondary-inner {
    width: 260px; }

  #main-nav {
    background: #000;
    height: auto; }

  .menu-last > ul.sub-menu,
  #menu-item-92 > ul.sub-menu {
    left: 0;
    right: auto; }

  #main-nav li a {
    font-size: 12px;
    padding: 0 10px; }

  #main-nav li a.sf-with-ul {
    padding-right: 26px; }

  #main-nav ul.sub-menu a {
    font-size: 11px; }

  .funnels li,
  .primary-inner .funnels li,
  .funnels li,
  .primary-inner .funnels > li.alt {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }

  .funnel,
  .primary-inner .funnel {
    width: 100%; }

  .side-box, .optin-form {
    width: auto; }

  .side-link, a.side-link {
    font-size: 16px; }

  .post-fbshare {
    display: none; }

  .footer-1 {
    margin-right: 19px;
    width: 250px; }

  .copyright {
    font-size: 12px; }

  .company-list {
    margin: 15px -10px 30px;
    width: 483px; }

  .company-list li {
    margin: 0 10px 15px;
    width: 221px; }

  .fig-col .top {
    margin-bottom: 13px; }

  .exhibition-images {
    width: 167px; }

  .exhibition-content {
    width: 276px; }

  .exhibition-content .exhibition-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 14px; }

  .gifts {
    width: 495px; }

  .gift {
    width: 215px; }

  .gift-modal {
    height: 330px;
    margin-left: -384px;
    margin-top: -165px;
    width: 768px; }

  .gift-modal-img {
    width: 420px; }

  .gift-modal-content {
    width: 266px; }

  .gift-modal-title {
    padding: 10px 40px 10px;
    text-indent: 0; }

  .gift-modal-content-inner {
    height: 170px;
  }

  .committee-content {
    width: 293px; }

  .about-author-content {
    width: 325px; }

  .two-columns .optin-inner .btn-optin {
    width: 100%; }

  .two-columns .signup-title {
    font-size: 15px; }

  .two-columns ul {
    margin-left: 20px; }

  .connect-social-wrap {
    margin-bottom: 20px; }

  .connect-social {
    margin-bottom: 20px;
    width: 100%; }

  .connect-fblikebox {
    width: 100%; } }

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .container {
    width: 300px; }

  #logo {
    margin-bottom: -20px;
    padding-top: 9px;
    text-align: center;
    width: 100%; }

  #logo img {
    display: inline; }

  .header-signup,
  .header-fbshare,
  .header-search {
    position: static;
    width: 100%; }

  .header-social {
    top: 6px;
    left: auto;
    right: 44px; }

  .header-search {
    margin-bottom: 20px; }

  .header-search .search-field {
    float: none;
    width: 100%; }

  .header-searchform, .header-signupform {
    margin-bottom: 0;
    position: relative; }

  .header-signup .signup-field {
    margin-bottom: 10px;
    width: 388px; }

  .header-signup .signup-submit {
    right: 4px; }

  .logo-affiliate {
    position: static;
    bottom: 40px;
    left: 0;
    top: auto;
    display: none; }

  .main-nav {
    position: relative;
    z-index: 80; }

  .main-nav ul {
    left: 0;
    position: static;
    top: 0;
    width: 100%; }

  .main-nav > .nav-menu {
    display: none;
    top: 0; }

  .main-nav ul li {
    float: none;
    margin: 0; }

  .main-nav li a {
    display: block;
    float: none; }

  #main-nav ul.sub-menu {
    display: none !important;
    float: none;
    height: auto !important;
    position: static !important;
    opacity: 1 !important;
    filter: alpha(opacity=100);
    width: 100% !important; }

  #main-nav li:hover > ul.sub-menu {
    display: block !important;
  }

  .main-nav ul ul {
    z-index: 120; }

  .main-nav ul ul ul {
    z-index: 130;
    margin-left: 0;
    left: 0 !important;
    top: 100% !important; }

  .main-nav ul ul ul ul {
    z-index: 140; }

  .main-nav ul li:hover ul {
    position: relative; }

  #show-nav {
    cursor: pointer;
    display: block;
    height: 49px;
    width: 100%; }

  #show-nav a {
    background: #000;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 49px;
    line-height: 49px;
    padding-left: 20px;
    text-align: left;
    text-transform: uppercase; }

  #show-nav a:hover {
    background: #711671;
    text-decoration: none; }

  #show-nav a span {
    font-size: 22px; }

  #main-nav {
    background: none;
    height: auto;
    padding-top: 1px; }

  .primary,
  .primary-inner,
  .secondary,
  .secondary-inner {
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

  .primary,
  .primary-inner {
    margin-bottom: 30px; }

  .slider-wrap {
    margin-top: 0; }

  .funnels li,
  .primary-inner .funnels li {
    margin-left: 0;
    margin-right: 0; }

  .side-box, .optin-form {
    width: auto; }

  input.optin-text {
    width: 100%; }

  .partners-title {
    text-indent: 10px;
    font-size: 14px; }

  .partners-wrap ul {
    margin-left: 0; }

  .partners-wrap li {
    width: 48%;
    margin-right: 2%;
    margin-left: 0;
    text-align: center; }

  .partners-wrap > li:nth-child(2n) {
    margin-right: 0;
    margin-left: 2%; }

  .footer-areas {
    padding-bottom: 50px; }

  .footer-area {
    float: none;
    width: 100%;
    margin-bottom: 30px; }

  .footer-social {
    bottom: 24px; }

  .footer-nav ul li a {
    margin-left: 0;
    margin-right: 4px; }

  .post-fbshare {
    display: none; }

  .company-list {
    margin: 15px -10px 30px;
    width: 440px; }

  .company-list li {
    margin: 0 10px 15px;
    width: 200px; }

  .fig-col .top {
    margin-bottom: 12px; }

  .exhibition-content {
    float: none;
    width: 100%; }

  .exhibition-images {
    float: none;
    margin-top: 40px;
    width: 337px;
    max-width: 100%; }

  .gift-header {
    height: auto;
    min-height: 68px; }

  .gift-title {
    margin-bottom: 0; }

  .gift-modal {
    left: 0;
    height: auto;
    margin-left: 5%;
    width: 90%; }

  .gift-modal-content,
  .gift-modal-img {
    float: none;
    width: 100%; }

  .gift-modal-img img {
    display: block;
    max-height: 200px;
    margin: 0 auto;
    width: auto; }

  .gift-modal-content p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 12px;
    padding: 0 12px; }

  .gift-modal-title {
    font-size: 14px;
    margin-bottom: 14px;
    padding-bottom: 10px; }

  .gift-modal-content-inner {
    height: 100px;
    margin-bottom: 12px;
  }

  .two-columns-inner {
    float: none;
    margin: 0 0 44px;
    width: 100%; }

  .connect-social {
    margin-bottom: 20px;
    width: 100%; }

  .connect-fblikebox {
    width: 100%; }

  .two-columns .signup-title {
    font-size: 22px; }

  .fig-col > div {
    margin-right: 0; }

  .fig-col > div img {
    display: block; }

  .col3-tall1-short2 .tall,
  .col3-wide1-thin2 .wide {
    float: none;
    margin-bottom: 4px;
    margin-right: 0;
    text-align: center;
    width: 100%; }

  .col3-wide1-thin2 .wide {
    margin-bottom: 6px; }

  .col3-tall1-short2 .short,
  .col3-wide1-thin2 .thin {
    width: 49%;
    margin-right: 1%; }

  .col3-tall1-short2 .short.last,
  .col3-wide1-thin2 .thin.last {
    margin-left: 1%;
    margin-right: 0; }

  .col3-tall1-short2 .tall img,
  .col3-tall1-short2 .short img,
  .col3-wide1-thin2 .thin img,
  .col3-wide1-thin2 .wide img {
    width: 100%; }

  .container .commentlist li .comment-content {
    width: 290px;
  }

  .container .commentlist .children li .comment-content {
    width: 250px;
  }

  #back-top {
    display: none !important; } }

@media only screen and (max-width: 767px) and (orientation:landscape) { 
  .gift-modal {
    margin-top: -110px;
  }

  .gift-modal-img {
    display: none;
  }
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px; }

  .funnels li,
  .primary-inner .funnels li {
    width: 100%; }

  .funnel,
  .primary-inner .funnel {
    margin: 0 auto;
    width: 353px; }

  .primary-inner .funnel {
    width: 365px; }

  .gifts {
    width: 444px; }

  .gift {
    margin: 0 12px 30px;
    width: 198px; }

  .committee-content {
    width: 254px; }

  .container .commentlist .comment-author {
    width: 60px;
    height: 60px;
  }

  .about-author-content {
    width: 280px; } }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .header-social {
    right: 10px; }

  .header-signup .signup-field {
    width: 268px; }

  .funnel-img span {
    background-size: 284px 208px !important;
    height: 208px;
    width: 284px; }

  .primary-inner .funnel-img span {
    background-size: 284px 202px !important;
    height: 202px;
    width: 284px; }

  .funnel h2,
  .primary-inner .funnel h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px; }

  .signup-title {
    font-size: 26px; }

  .company-list {
    margin: 0 0 15px;
    width: 100%;
    text-align: center; }

  .company-list li {
    display: block;
    margin: 15px auto 30px;
    width: 248px; }

  .fig-col .top {
    margin-bottom: 10px; }

  .exhibition-content .exhibition-title {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 14px; }

  .exhibition-resources li {
    font-size: 12px; }

  .gifts {
    margin: 0;
    width: 100%; }

  .gift {
    float: none;
    margin: 0 auto 30px;
    width: 248px; }

  .committee-content,
  .about-author-content {
    width: 100%; }

  .primary-inner .funnel-img,
  .funnel-img {
    height: auto;
    width: 284px; }

  .funnels li, 
  .primary-inner .funnels li {
    height: auto;
    width: 300px; }

  .col2-wide1-thin1 .wide {
    margin-bottom: 4px;
    width: 100%; }

  .col2-wide1-thin1 .thin {
    float: none;
    width: 100%; }

  .col2-wide1-thin1 .thin img,
  .col2-wide1-thin1 .wide img {
    width: 100%; }

  .container .commentlist .comment-author {
    display: block;
    float: none;
    margin: 0 auto 12px;
  }

  .container .commentlist li .comment-content {
    float: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  .wp-pagenavi a,
  .wp-pagenavi span,
  .wp-pagenavi span.current {
    padding: 0 8px !important; }

  .about-author-img {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .about-author-content {
    text-align: center; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .flexslider .slides > li {
    display: block !important; /*iphone and ipad fix*/ }
}

/* #Misc
================================================== */
/*  WP */
.alignleft,
.alignright {
  margin-bottom: 20px; }

.alignleft {
  float: left;
  margin-right: 10px; }

.alignright {
  float: right;
  margin-left: 10px; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.img-placeholder {
  margin-bottom: 36px; }

img,
embed,
iframe,
object,
video {
  max-width: 100%; }
    
.ed-kits-photos {
	margin-left: 40px;
	margin-top: 20px;
}


/* #Clearing
================================================== */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
