/* EXTERNAL MODULES */
/* REQUIRED MODULES */
/* MIXINS */
/* FUNCTIONS  */
/* CLEARFIX */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  line-height: 0;
  content: " ";
  clear: both;
  height: 0;
  width: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
/* RESETS */
img {
  border: 0; }

* {
  margin: 0;
  padding: 0; }

:focus {
  outline: 0; }

/* 
	BOX SIZING FTW 
	http://www.paulirish.com/2012/box-sizing-border-box-ftw/
	http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
html {
  box-sizing: border-box; }

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

/* LISTS */
#content ul, #content ol {
  margin-left: 20px;
  padding-bottom: 15px; }

#content ul li, #content ol li {
  padding-left: 0px;
  padding-bottom: 10px; }

/* FANCYBOX */
#fancybox-left-ico {
  left: 20px; }

#fancybox-right-ico {
  right: 20px;
  left: auto; }

#fancybox-wrap, #fancybox-wrap * {
  box-sizing: content-box !important; }

/* WORDPRESS ALIGN BUTTONS */
.alignright {
  float: right;
  margin-left: 5px; }

.alignleft {
  float: left;
  margin-right: 5px; }

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

/* CENTERED LIST */
.centered-list {
  float: left;
  width: 100%;
  position: relative;
  /* overflow:hidden; */ }
  .centered-list > ul {
    clear: left;
    /* float:left; */
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    /* left:50%; */
    right: 50%;
    text-align: center; }
    .centered-list > ul > li {
      display: block;
      float: left;
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative;
      /* right:50%; */
      left: 50%; }

a.anchor:before {
  display: block;
  content: "";
  position: relative;
  width: 0;
  height: 65px;
  margin-top: -65px;
  visibility: hidden; }
  .admin-bar a.anchor:before {
    height: 97px;
    margin-top: -97px; }

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?-wl19y1");
  src: url("../fonts/icomoon.eot?#iefix-wl19y1") format("embedded-opentype"), url("../fonts/icomoon.woff?-wl19y1") format("woff"), url("../fonts/icomoon.ttf?-wl19y1") format("truetype"), url("../fonts/icomoon.svg?-wl19y1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-menu2:before {
  content: "\e605"; }

.icon-instagram:before {
  content: "\e600"; }

.icon-youtube:before {
  content: "\e601"; }

.icon-facebook:before {
  content: "\e602"; }

.icon-twitter:before {
  content: "\e603"; }

#header:after,
.banner:after {
  content: " ";
  display: block;
  clear: both; }

.social-networks,
#nav .slide > ul,
#nav .slide > ul > li > .dropdown,
.gold-sponsors ul,
.silver-sponsors ul,
.bronze-sponsors ul,
div.community-supporters ul,
.social-holder .events .image-list,
.footer-holder .list,
.footer-holder .footer-networks {
  margin: 0;
  padding: 0;
  list-style: none; }

html {
  box-sizing: border-box; }

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

body {
  margin: 0;
  color: #363636;
  background: #fff;
  font: 14px/1.25 "Oxygen", "Arial", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none; }

* {
  max-height: 1000000px; }

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

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

a {
  text-decoration: none;
  color: #00abcd; }

a:hover {
  text-decoration: underline; }

a.focus {
  outline: none; }

input,
textarea,
select {
  font: 100% "Oxygen", "Arial", sans-serif;
  color: #000;
  vertical-align: middle; }

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

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

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans Condensed", "Arial", sans-serif;
  line-height: 1.2em;
  margin: 0 0 1.2em; }

p {
  margin: 0 0 1.2em; }

q {
  quotes: none; }

q:before,
q:after {
  content: "";
  content: none; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

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

/* main container styles */
#wrapper {
  width: 100%;
  overflow: hidden; }

.w1 {
  padding: 0;
  overflow: hidden; }

/* header styles , logo area */
#header {
  padding: 0;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .admin-bar #header {
    top: 32px; }

.header-holder {
  margin: 0 auto;
  max-width: 1160px; }

.logo-area {
  float: left; }

.logo-area .bird {
  width: 80px;
  float: left;
  text-align: center;
  padding: 2px 0 1px 0; }

.logo-area .bird:hover {
  background: #fff; }

.logo-area .text {
  width: 143px;
  height: 35px;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
  margin: 15px 63px 10px 23px;
  background: url(../images/text.png) no-repeat; }

.social-networks {
  float: right;
  text-align: center;
  font-size: 30px; }

.social-networks li {
  float: left; }

.social-networks li a {
  padding: 17px 8px;
  display: block;
  color: #fff;
  width: 45px; }

.social-networks li a:hover {
  background-color: #1a6b7f;
  text-decoration: none; }

.open-close .js-slide-hidden {
  display: block !important;
  left: 0 !important;
  position: static !important;
  top: 0 !important; }

.open-close .opener {
  display: none;
  color: #fff;
  float: right;
  margin: 10px 12px 0 0;
  border: 2px solid #fff;
  padding: 2px;
  font-size: 40px; }

.open-close .opener:hover,
.open-close .opener.active {
  color: #1a6b7f;
  border-color: #1a6b7f; }

/* main navigation , dropdown styles */
#nav {
  float: left;
  width: 712px; }

#nav .slide {
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif; }

#nav .slide > ul {
  text-align: center; }

#nav .slide > ul > li {
  float: left;
  position: relative; }

#nav .slide > ul > li.hover a {
  background: #1a6b7f; }

#nav .slide > ul > li.hover.has-drop-down .dropdown {
  display: block; }

#nav .slide > ul > li.has-drop-down {
  position: relative; }

#nav .slide > ul > li.has-drop-down:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 0;
  margin: 13px 0 0 -4px;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #fff transparent transparent transparent; }

#nav .slide > ul > li > .dropdown {
  position: absolute;
  top: 100%;
  left: -1px;
  width: 224px;
  display: none;
  z-index: 999;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif; }

#nav .slide > ul > li > .dropdown > li {
  overflow: hidden;
  border-left: none;
  border-top: 1px solid #96bbc4; }

#nav .slide > ul > li > .dropdown > li:first-child {
  border-top: 1px solid #fff; }

#nav .slide > ul > li > .dropdown > li > a {
  display: block;
  color: #fff;
  background: #1a6b7f;
  padding: 12px 36px;
  width: 224px;
  line-height: 13px; }

#nav .slide > ul > li > .dropdown > li > a:hover {
  background: #124956; }

#nav .slide > ul > li a {
  color: #fff;
  display: block;
  padding: 22px 14px;
  text-transform: uppercase; }

#nav .slide > ul > li a:hover {
  background-color: #1a6b7f; }

#nav .slide > ul > li a.active {
  background: #1a6b7f; }

#nav .slide > ul > li a.register {
  background: #fa0; }

#nav .slide > ul > li a.register:hover {
  background: #fa0; }

/* banner , caption styles */
.banner {
  position: relative;
  height: 444px;
  overflow: hidden; }
  .home .banner {
    height: 1000px; }

.banner .banner-holder {
  float: left;
  position: relative;
  left: 50%;
  min-width: 100%; }

.banner .banner-img {
  float: left;
  position: relative;
  left: -50%;
  top: 63px;
  min-width: 100%;
  max-width: inherit; }

.caption {
  display: none; }
  .home .caption {
    display: block;
    top: 66px;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute; }

.caption .caption-holder {
  width: 731px;
  margin: 0 auto; }

/* page logo styles */
.logo {
  width: 100%;
  height: auto;
  margin: 100px 0 20px;
  display: inline-block;
  vertical-align: middle; }

.logo img {
  display: block; }

time.date {
  display: block;
  color: #ffb800;
  width: 327px;
  padding: 6px 5px 11px;
  margin: 0 0 25px 42px;
  text-align: center;
  border: 2px solid #fa0;
  font-size: 28px;
  font-weight: 300; }

time.date:hover {
  opacity: .8;
  text-decoration: none; }

.text-area {
  color: #fff;
  margin: 0 0 0 -9px;
  text-align: center;
  line-height: 36px;
  font-size: 24px;
  font-weight: 400;
  text-shadow: 3px 3px 3px black; }

.text-area p {
  margin: 0 0 17px; }

.text-area a:hover {
  text-decoration: underline; }

.text-area .learn {
  color: #fa0;
  margin: 0 0 0 16px;
  vertical-align: top;
  display: inline-block; }

.text-area .learn:hover {
  text-decoration: underline; }

.btn-area {
  overflow: hidden;
  margin: 0 0 0 4px; }

.btn-area .register,
.btn-area .sponsor {
  float: left;
  color: #fff;
  width: 187px;
  padding: 8px 5px 8px 0;
  margin: 0 27px 0 0;
  text-align: center;
  background: #fa0;
  text-transform: uppercase;
  font-size: 18px; }

.btn-area .register:hover,
.btn-area .sponsor:hover {
  background: #1a6b7f;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear; }

.btn-area .sponsor {
  margin: 0;
  background: #1a6b7f;
  padding: 8px 5px 8px 10px; }

.btn-area .sponsor:hover {
  background: #fa0; }

.three-columns {
  overflow: hidden;
  background: #fff;
  padding: 50px 0 54px; }

.three-columns .columns-holder {
  margin: 0 auto;
  max-width: 1106px;
  overflow: hidden; }

.three-columns .post {
  float: left;
  width: 300px;
  float: left;
  margin: 0 9% 0 1px; }

.three-columns .post:last-child {
  margin: 0 -3px 0 3px; }

.three-columns .post .heading-area {
  border-bottom: 1px solid #24384a;
  margin: 0 0 24px; }

.three-columns .post .heading-area h1 {
  margin: 0;
  color: #24384a;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif; }

.three-columns .post .heading-area time.date {
  margin: 0;
  color: #24384a;
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif; }

.three-columns .post-text {
  line-height: 24px; }

.three-columns .post-text p {
  margin: 0 0 50px; }

.three-columns .post-text a {
  color: #24384a;
  display: inline-block; }

.three-columns .post-text a:hover {
  text-decoration: underline; }

.three-columns .btn-holder {
  text-align: center; }

.three-columns .btn-holder .view {
  color: #fff;
  padding: 7px 15px;
  background: #00abcd;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 18px; }

.three-columns .btn-holder .view:hover {
  background: #1a6b7f;
  text-decoration: none;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear; }

/* speaker section , three columns styles */
section.speakers {
  padding: 55px 0;
  background: #eee; }

.speakers-columns {
  max-width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center; }

.speakers-columns .heading-holder {
  max-width: 808px;
  margin: 0 auto 8px;
  border-bottom: 3px solid #1a6b7f; }

.speakers-columns .heading-holder h2 {
  margin: 0 0 22px;
  color: #1a6b7f;
  border: 2px solid #1a6b7f;
  display: inline-block;
  padding: 12px 54px;
  font-size: 24px;
  font-weight: 300; }

.speakers-columns .three-columns {
  overflow: hidden;
  background: none; }

.speakers-columns .three-columns .column {
  float: left;
  width: 296px;
  margin: 0 7.2% 0 2.3%; }

.speakers-columns .three-columns .column:last-child {
  margin: 0 0 0 18px; }

.speakers-columns .three-columns .column img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 9px; }

.speakers-columns .three-columns a {
  color: #363636;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  font-size: 18px; }

.speakers-columns .three-columns a:hover {
  text-decoration: underline; }

.speakers-columns .checkout {
  display: inline-block;
  background: #1a6b7f;
  padding: 7px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px; }

.speakers-columns .checkout:hover {
  background: #00abcd;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear; }

/* 2016 Latest News */
div.latest-news {
  background: #dddddd url(../images/bg-texture-light.png);
  padding-top: 150px;
  padding-bottom: 40px; }
  div.latest-news .row {
    padding-top: 0px !important; }
  div.latest-news .col1 {
    padding-left: 100px;
    margin-bottom: 20px; }
  div.latest-news .col2 {
    padding-right: 100px;
    margin-bottom: 20px; }

/* speaker section , community-holder styles */
section.sponsors {
  padding: 40px 0 54px;
  overflow: hidden;
  background: #fff; }

.sponsors-holder {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1160px;
  text-align: center; }

.sponsors-holder .community-holder {
  max-width: 920px;
  text-align: center;
  color: #24384a;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700; }

.sponsors-holder .community-holder h3 {
  color: #24384a;
  margin: 0 auto 53px;
  padding: 0 33px 13px;
  word-spacing: 4px;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 3px solid #24384a;
  font-size: 48px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif; }

.sponsors-holder .text-block {
  word-spacing: 1px;
  line-height: 24px;
  margin: 0 0 64px;
  font-size: 18px; }

.sponsors-holder .text-block a {
  font-weight: 600; }

.sponsors-holder .text-block a:hover {
  text-decoration: underline; }

.sponsors-holder .text-block p {
  margin: 0 0 24px; }

/* gold-sponsors , silver-sponsors , bronze-sponsors section  styles */
.gold-sponsors,
.silver-sponsors,
.bronze-sponsors {
  overflow: hidden; }

.gold-sponsors span,
.silver-sponsors span,
.bronze-sponsors span {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif; }

.gold-sponsors ul,
.silver-sponsors ul,
.bronze-sponsors ul {
  margin: 15px 0 46px; }

.gold-sponsors ul li,
.silver-sponsors ul li,
.bronze-sponsors ul li {
  margin: 0 36px 0 0;
  display: inline-block;
  vertical-align: middle; }

.gold-sponsors ul li:last-child,
.silver-sponsors ul li:last-child,
.bronze-sponsors ul li:last-child {
  margin: 0 0 0 8px; }

.gold-sponsors ul li a,
.silver-sponsors ul li a,
.bronze-sponsors ul li a {
  display: block; }

.gold-sponsors ul li a:hover,
.silver-sponsors ul li a:hover,
.bronze-sponsors ul li a:hover {
  opacity: .8; }

.gold-sponsors ul li a img,
.silver-sponsors ul li a img,
.bronze-sponsors ul li a img {
  display: block; }

.gold-sponsors .view-page,
.silver-sponsors .view-page,
.bronze-sponsors .view-page {
  color: #fff;
  background: #00abcd;
  padding: 7px 41px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 18px; }

.gold-sponsors .view-page:hover,
.silver-sponsors .view-page:hover,
.bronze-sponsors .view-page:hover {
  background: #1a6b7f;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear; }

.silver-sponsors ul {
  margin: 18px 0 56px -6px; }

.bronze-sponsors ul {
  margin: 22px 0 36px 0; }

.bronze-sponsors ul li {
  margin: 0 58px 10px 0; }

.bronze-sponsors ul li:last-child {
  margin: -10px 0 0 -2px; }

div.community-supporters {
  overflow: hidden;
  margin: 52px 0 0; }

div.community-supporters span {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif; }

div.community-supporters ul {
  max-width: 984px;
  margin: 28px auto 38px; }

div.community-supporters ul li {
  display: inline-block;
  vertical-align: middle;
  width: 19%;
  border: 1px solid #ccc;
  margin: -1px -2px 0 -3px; }

div.community-supporters ul li a {
  position: relative;
  display: block;
  height: 63px; }

div.community-supporters ul li a:hover {
  opacity: .8; }

div.community-supporters ul li a:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0;
  vertical-align: middle; }

div.community-supporters ul li a img {
  display: inline-block;
  vertical-align: middle; }

div.community-supporters .view-page {
  color: #fff;
  padding: 7px 32px;
  background: #00abcd;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 18px; }

div.community-supporters .view-page:hover {
  background: #1a6b7f;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear; }

.social {
  overflow: hidden;
  padding: 55px 0 230px;
  background: url(../images/bg-social.jpg) no-repeat center center/cover; }

.social-holder {
  max-width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center; }

.social-holder .heading-holder {
  max-width: 808px;
  margin: 0 auto 55px;
  border-bottom: 3px solid #1a6b7f; }

.social-holder .heading-holder h2 {
  margin: 0 0 21px;
  color: #1a6b7f;
  border: 2px solid #1a6b7f;
  min-width: 327px;
  padding: 13px 0 11px;
  display: inline-block;
  font-size: 24px;
  font-weight: 300; }

.social-holder .column {
  width: 327px;
  float: left;
  margin: 0 8.4% 0 0; }

.social-holder .column:last-child {
  margin: 0 0 0 -16px; }

.social-holder .column img {
  display: block;
  width: 100%;
  height: auto; }

.social-holder .events {
  background: #fff;
  border: 1px solid #959595;
  overflow: hidden;
  padding: 14px 5px 11px; }

.social-holder .events .events-heading {
  overflow: hidden;
  margin: 0 0 15px; }

.social-holder .events .events-heading .icon-instagram {
  float: left;
  color: #000;
  margin: 3px 7px 0 4px;
  font-size: 40px; }

.social-holder .events strong {
  float: left;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif; }

.social-holder .events .image-list {
  margin: 0 -6px 0 0; }

.social-holder .events .image-list li {
  float: left;
  padding: 1px;
  margin: 0 6px 2px 0;
  border: 1px solid #e3e3e3; }

.social-holder .events .image-list li a img {
  display: block; }

/* footer styles */
#footer {
  width: 100%;
  overflow: hidden;
  background: #232323 url(../images/bg-footer.png);
  padding-top: 90px; }

.footer-holder {
  max-width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0 45px 1px;
  background: url(../images/footer-logo.png) no-repeat right; }

.footer-holder .two-columns {
  overflow: hidden; }

.footer-holder .two-columns h3 {
  margin: 0 0 50px;
  color: #fefefe;
  padding: 0 0 2px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700; }

.footer-holder .two-columns .column {
  width: 579px;
  float: left;
  margin: 8px 0 0; }

.footer-holder .list {
  float: left;
  width: 260px;
  line-height: 22px;
  font-size: 14px; }

.footer-holder .list li {
  margin: 0 0 8px;
  padding-left: 15px;
  background: url(../images/bg-footer-bullet.png) no-repeat left; }

.footer-holder .list li a {
  display: inline-block;
  vertical-align: top; }

.footer-holder .list li a:hover {
  text-decoration: underline; }

/* .footer-holder {
	
	.footer-logo {
		float: none;
		margin: 0;
		text-align: center;
		width: 100%;
		
		height: 340px;
		
		img {
			display: inline-block;
		}
	}
	
	.footer-networks {
		width: 100%;
		
		li {
			display: inline-block;
			float: none;
			margin: 0 10px;
		}
		
	}
	
	@media only screen and (max-width: $bp-mobile) { 
		.footer-logo {
			width: 250px;
		}
	}
	
	
}
 */
/* 
.footer-holder .footer-logo {
	width: 430px;
	float: right;
	margin: -120px 0 20px 0;
	//height: 316px;
	//margin: -8px 40px 58px 0;
}


.footer-holder .footer-logo img {
	display: block;
}
 */
.footer-holder .footer-networks {
  overflow: hidden;
  margin: 220px 0 0 48px;
  text-align: center;
  font-size: 26px; }

.footer-holder .footer-networks li {
  float: left;
  display: inline-block;
  margin: 0 10px; }

.footer-holder .footer-networks li a {
  color: #fff;
  display: block; }

.footer-holder .footer-networks li a.icon-twitter:hover {
  color: #00abcd; }

.footer-holder .footer-networks li a.icon-facebook:hover {
  color: #00abcd; }

.footer-holder .footer-networks li a.icon-youtube {
  margin: 0 -7px 0 8px;
  font-size: 36px; }

.footer-holder .footer-networks li a.icon-youtube:hover {
  color: #eb1c24; }

.footer-holder .footer-networks li a.icon-instagram:hover {
  color: #ddba8b; }

/* bottom-footer styles */
.bottom-footer {
  width: 100%;
  padding: 30px 0 40px;
  overflow: hidden;
  background: black; }

.bottom-footer .bottom-holder {
  max-width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  color: white;
  font-size: 12px; }

.bottom-footer .bottom-holder a:hover {
  text-decoration: underline; }

@media only screen and (max-width: 1165px) {
  .logo-area .text {
    margin: 15px 16px 10px 10px; }
  .social-networks {
    float: left; }
  .social-networks {
    overflow: hidden; }
  .social-networks li a {
    width: 43px;
    text-align: center; }
  #nav {
    width: 600px; }
  #nav .slide > ul > li a {
    font-size: 13px; }
  /* 	#nav .slide > ul > li a.register {
		width: 144px;
	}
 */
  .banner {
    overflow: hidden; }
  /* 	.logo {
		margin: 28px 0 20px 94px;
		width: 50%;
		height: auto;
	}

	.text-area {
		line-height: 28px;
		font-size: 22px;
	}
 */
  .three-columns .post {
    margin: 0 6% 0 2%; }
  .speakers-columns .three-columns .column {
    margin: 0 1% 0 2.3%; }
  .gold-sponsors ul li,
  .silver-sponsors ul li,
  .bronze-sponsors ul li {
    margin: 0 20px 20px 0; }
  .bronze-sponsors ul li {
    margin: 0 58px 20px 0; }
  .social-holder {
    padding: 0 10px; }
  .social-holder .column {
    margin: 0 10px 0 0;
    width: 32%; }
  .social-holder .column:last-child {
    margin: 0; }
  .social-holder .events {
    padding: 14px 5px 14px; }
  .social-holder .events .image-list li {
    width: 47%;
    margin: 0 2px 2px 4px; }
  .footer-holder {
    padding: 40px 10px 45px; }
  .footer-holder .two-columns .column {
    width: 486px; }
  .footer-holder .list {
    width: 240px; }
  .footer-holder .footer-networks li a.icon-youtube {
    margin: 0; }
  .bottom-footer .bottom-holder {
    padding: 0 10px; } }

@media only screen and (max-width: 1000px) {
  #header {
    position: relative;
    z-index: 9999; }
  div.latest-news .col1 {
    padding-left: 50px; }
  div.latest-news .col2 {
    padding-right: 50px; }
  .social-networks {
    float: left; }
  .social-networks li a {
    width: 50px; }
  .open-close .js-slide-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important; }
  .open-close .opener {
    display: block; }
  #nav {
    width: 100%;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0; }
  #nav .slide {
    border-top: 1px solid #fff;
    font-size: 13px; }
  #nav .slide > ul {
    display: table;
    width: 100%;
    text-align: center; }
  #nav .slide > ul > li {
    float: none;
    display: table-cell;
    vertical-align: top; }
  #nav .slide > ul > li a {
    width: 100%;
    padding: 22px 12px;
    font-size: 16px; }
  #nav .slide > ul > li a.register {
    width: 100%;
    border-right: 1px solid #fff; }
  .banner .banner-img {
    top: 0; }
  .three-columns .post {
    margin: 0 10px 0 1%;
    width: 31%; }
  .three-columns .post .heading-area h1 {
    font-size: 20px; }
  .three-columns .post .heading-area time.date {
    font-size: 20px; }
  .speakers-columns .three-columns .column {
    width: 29.4%; }
  .sponsors-holder .community-holder h3 {
    font-size: 40px; }
  .sponsors-holder .text-block {
    padding: 0 10px; }
  div.community-supporters ul li a {
    height: 90px;
    padding: 20px 10px; }
  .social-holder .events {
    padding: 14px 5px 18px; }
  .social-holder .events .events-heading .icon-instagram {
    font-size: 30px; }
  .social-holder .events strong {
    font-size: 18px; }
  .social-holder .events .image-list li {
    width: 44%; }
  .footer-holder .two-columns .column {
    width: 370px; }
  .footer-holder {
    background: url(../images/footer-van.png) no-repeat right;
    background-size: 200px auto;
    background-position: 85% 60%; }
  .footer-holder .list {
    width: 180px;
    font-size: 14px; }
  .footer-holder .footer-logo {
    margin: -8px 0 58px 0; } }

@media only screen and (max-width: 767px) {
  #header {
    border: none; }
  .logo-area {
    border: none; }
  .social-networks {
    display: none; }
  #nav {
    position: static;
    border-bottom: none; }
  #nav .slide {
    border: none;
    font-size: 20px; }
  #nav .slide > ul > li {
    border: none;
    width: 100%;
    display: inline-block; }
  #nav .slide > ul > li.has-drop-down:after {
    top: 38px; }
  #nav .slide > ul > li > .dropdown {
    width: 100%;
    position: static; }
  #nav .slide > ul > li > .dropdown > li > a {
    width: 100%; }
  #nav .slide > ul > li a.register {
    width: 100%;
    border: none; }
  .banner {
    height: auto !important; }
  .banner .banner-img {
    float: none;
    width: 100%;
    height: auto;
    top: 0; }
  .home .caption {
    position: static;
    background: #000; }
  .caption .caption-holder {
    padding: 0 10px 20px;
    text-align: center;
    width: 100%; }
  .logo {
    margin: 28px 0 20px 0; }
  .logo img {
    display: inline-block; }
  time.date {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 18px; }
  .text-area {
    font-size: 18px; }
  .btn-area {
    text-align: center; }
  .btn-area .register,
  .btn-area .sponsor {
    float: none;
    min-width: inherit;
    padding: 8px 10px;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 136px;
    font-size: 16px; }
  .btn-area .sponsor {
    padding: 8px 10px; }
  .three-columns {
    padding: 20px 0; }
  .three-columns .post {
    width: 100%;
    padding: 0 10px;
    margin: 0; }
  .three-columns .post:last-child {
    margin: 0; }
  .three-columns .post .heading-area {
    margin: 0 0 10px; }
  .three-columns .post-text {
    margin: 0 0 20px; }
  .three-columns .post-text p {
    margin: 0 0 20px; }
  .speakers {
    padding: 20px; }
  .speakers-columns .heading-holder h2 {
    font-size: 16px; }
  .speakers-columns .three-columns .column {
    width: 100%;
    margin: 0 0 20px; }
  .speakers-columns .three-columns .column:last-child {
    margin: 0; }
  .speakers-columns .three-columns a {
    display: block; }
  .speakers-columns .checkout {
    font-size: 12px; }
  .sponsors-holder .community-holder h3 {
    padding: 0 0 10px;
    margin: 0 0 15px;
    font-size: 24px; }
  .sponsors-holder .text-block {
    margin: 0 0 20px;
    font-size: 14px; }
  .gold-sponsors ul li a,
  .silver-sponsors ul li a,
  .bronze-sponsors ul li a {
    display: inline-block;
    vertical-align: middle; }
  .silver-sponsors ul {
    margin: 18px 0; }
  .bronze-sponsors ul {
    margin: 10px 0; }
  .bronze-sponsors ul li {
    margin: 0 0 20px;
    padding: 0 10px;
    width: 100%; }
  div.community-supporters {
    margin: 20px 0 0;
    padding: 0 10px; }
  div.community-supporters ul {
    margin: 15px auto; }
  div.community-supporters ul li {
    width: 50%; }
  div.community-supporters ul li a {
    height: 80px;
    padding: 10px; }
  .social {
    padding: 20px 0; }
  .social-holder .heading-holder {
    margin: 0 auto 20px; }
  .social-holder .heading-holder h2 {
    min-width: inherit;
    padding: 12px 20px;
    font-size: 18px; }
  .social-holder .column {
    width: 100%;
    margin: 0 0 16px; }
  .social-holder .events .image-list {
    margin: 0;
    text-align: center; }
  .social-holder .events .image-list li {
    margin: 0 3px 2px;
    width: 45%;
    float: none;
    display: inline-block;
    vertical-align: middle; }
  .footer-holder {
    background-size: auto auto;
    background-position: 80% 80%; }
  .footer-holder .two-columns h3 {
    margin: 0 0 20px; }
  .footer-holder .two-columns .column {
    width: 100%; }
  .footer-holder .list {
    width: 50%; }
  .footer-holder .footer-logo {
    height: auto;
    float: none;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto 30px; }
  .footer-holder .footer-networks {
    width: 100%; }
  .footer-holder .footer-networks li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px; }
  .bottom-footer .bottom-holder {
    text-align: center; } }

@media only screen and (max-width: 480px) {
  .footer-holder {
    background-size: 150px auto; } }

#content {
  width: 100%; }
  #content .row {
    width: 100%;
    padding: 20px 10px 20px; }
    #content .row img {
      max-width: 100%;
      height: auto; }
    #content .row > .content {
      max-width: 1160px;
      margin: 0 auto; }
      #content .row > .content > div {
        width: 100%;
        float: left; }
      #content .row > .content.full > div {
        float: none;
        width: 100%; }
      #content .row > .content.halves .col1 {
        width: 50%;
        padding-right: 100px; }
      #content .row > .content.halves .col2 {
        width: 50%;
        padding-left: 100px; }
      @media only screen and (max-width: 1000px) {
        #content .row > .content.halves .col1 {
          padding-right: 50px; }
        #content .row > .content.halves .col2 {
          padding-left: 50px; } }
      @media only screen and (max-width: 767px) {
        #content .row > .content.halves > div {
          float: none;
          width: 100% !important;
          padding-left: 10px !important;
          padding-right: 10px !important; } }
      #content .row > .content.thirds > div {
        width: 33.3%; }
      #content .row > .content.quarters > div {
        width: 25%; }
      #content .row > .content.sidebar-right .col1 {
        max-width: 835px; }
      #content .row > .content.sidebar-right .col2 {
        max-width: 265px;
        margin-left: 60px; }
      @media only screen and (max-width: 1200px) {
        #content .row > .content.sidebar-right .col1 {
          max-width: 65%; }
        #content .row > .content.sidebar-right .col2 {
          max-width: 30%;
          margin-left: 5%; } }
      @media only screen and (max-width: 760px) {
        #content .row > .content.sidebar-right .col1, #content .row > .content.sidebar-right .col2 {
          float: none;
          max-width: 100%;
          margin: 0; } }
      #content .row > .content.sidebar-left .col1 {
        max-width: 265px;
        margin-right: 60px; }
      #content .row > .content.sidebar-left .col2 {
        max-width: 835px; }

#nav a:hover {
  text-decoration: none; }

#content {
  line-height: 1.5em; }
  #content h1 {
    border-bottom: 3px solid #24384a;
    color: #24384a;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 48px;
    font-weight: 700; }
  #content .sidebar-right .col2 h4 {
    font-family: "Oxygen",sans-serif;
    border: 2px solid #1a6b7f;
    color: #1a6b7f;
    font-size: 23px;
    font-weight: 300;
    margin: 0 0 22px;
    padding: 10px;
    text-align: center; }
  #content .sidebar-right .col2 h5,
  #content .sponsors-logos h5 {
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase; }
  #content .sponsors-holder .community-holder h3 {
    border-bottom: 3px solid #24384a;
    color: #24384a; }

.button {
  font-family: "Open Sans Condensed",sans-serif;
  font-size: 20px;
  font-weight: 700;
  border-radius: 3px;
  background: none repeat scroll 0 0 #00abcd;
  color: #fff;
  display: inline-block;
  padding: 7px 41px;
  text-transform: uppercase;
  vertical-align: top; }
  .button:hover {
    background: none repeat scroll 0 0 #1a6b7f;
    transition: all 0.3s linear 0s;
    text-decoration: none !important; }

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

.social-networks span,
.footer-networks span {
  display: block;
  height: 0;
  text-indent: -9999px;
  overflow: hidden; }

.diags {
  background: white;
  position: relative;
  z-index: 1; }
  .diags:before, .diags:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .diags:before {
    top: 0;
    transform: skewY(4.5deg);
    transform-origin: 100% 0; }
  .diags:after {
    bottom: 0;
    transform: skewY(-4.5deg);
    transform-origin: 100%; }

.home-block {
  font-size: 18px;
  line-height: 1.6em; }
  .home-block h2 {
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 1em; }
    .home-block h2:after {
      display: block;
      content: "";
      width: 125px;
      height: 2px;
      background: #00abcd;
      margin: 30px auto 0; }
  .home-block h3 {
    font-size: 30px;
    margin: 0 0 1em; }
    .home-block h3:after {
      display: block;
      content: "";
      width: 60px;
      height: 1px;
      background: #00abcd;
      margin: 20px 0 0; }
    .home-block h3 a {
      color: #24384a; }
      .home-block h3 a:hover {
        text-decoration: none; }

div.locations .three-columns {
  padding-top: 0px; }

div.locations .post {
  text-align: center; }
  div.locations .post h3 {
    margin-top: -15px;
    margin-bottom: 35px;
    font-size: 48px; }
    div.locations .post h3 em {
      margin-top: -15px;
      display: block;
      font-style: normal;
      font-size: 30px;
      text-transform: uppercase; }
    div.locations .post h3:after {
      margin: 10px auto 0; }

.social-holder .column {
  width: 45%;
  max-width: 500px;
  margin: 0 5%; }
  @media only screen and (max-width: 767px) {
    .social-holder .column {
      width: 80%;
      float: none;
      margin: 0 auto 20px !important; } }

.social-holder .events {
  padding: 0; }
  .social-holder .events iframe {
    display: block !important; }

.google-doc {
  position: relative;
  padding-bottom: 2380px;
  height: 0;
  overflow: hidden; }
  @media only screen and (max-width: 700px) {
    .google-doc {
      padding-top: 10%; } }
  @media only screen and (max-width: 600px) {
    .google-doc {
      padding-top: 50%; } }
  @media only screen and (max-width: 420px) {
    .google-doc {
      padding-top: 90%; } }
  .google-doc iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* WOULD BE NICE TO CLEAN UP BELOW 
UPDATE / MERGE WITH BASE INSTEAD OF OVERRIDING
 */
/*
.banner {


	height: 443px;
	
	.home & {
		height: 1000px;
	}

	.caption {
		top: 122px;
		
		.home & {
			top: 66px;
		}
	}
	
	.caption-holder {
		//width: 731px;
	}
	
	.logo {
		//width: 100%;
		//margin: 100px 0 20px;
		//height: auto;

		.home & {
			margin-bottom: 54px;
		}

	}
	
	.date {
		background: url(../images/color/black-trans-80.png);
		
		&:hover {
			opacity: 1;
		}
	}
	
	.btn-area {
		text-align: center;
		
		a {
			float: none;
			display: inline-block;
		}
	}

	@media only screen and (max-width: 1000px) {
		height: 377px;

		.home & {
			height: 822px;
		}

		.caption {
			top: 66px;
		}

		.logo {
			//height: auto;
			//margin-bottom: 20px;

			.home & {
				margin-bottom: 20px;
			}

		}

	}
	
	@media only screen and (max-width: $bp-mobile) {
		height: auto !important;

		.logo {
			margin: 28px auto 20px;

			.home & {
				margin-bottom: 20px;
			}

		}

	}
		
}
*/
section.sponsors {
  background: white; }
  section.sponsors .level span {
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase; }
  section.sponsors .level ul {
    margin: 15px 0 46px; }
    section.sponsors .level ul li {
      display: inline-block;
      margin: 0 36px 0 0;
      vertical-align: middle; }
      section.sponsors .level ul li a {
        display: block; }
        section.sponsors .level ul li a img {
          display: block;
          height: 50px;
          width: auto; }
  section.sponsors .level.gold img {
    height: 75px; }
  section.sponsors .level.silver img {
    height: 65px; }
  section.sponsors .level.bronze img {
    height: 55px; }
  section.sponsors .view-page {
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 20px;
    font-weight: 700;
    border-radius: 3px;
    background: none repeat scroll 0 0 #00abcd;
    color: #fff;
    display: inline-block;
    padding: 7px 41px;
    text-transform: uppercase;
    vertical-align: top; }
    section.sponsors .view-page:hover {
      background: none repeat scroll 0 0 #1a6b7f;
      transition: all 0.3s linear 0s;
      text-decoration: none !important; }

.sponsors-logos h5 {
  font-family: "Open Sans Condensed",sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase; }

div.community-supporters ul {
  margin: 28px auto 38px !important; }
  div.community-supporters ul li {
    border: none; }
  div.community-supporters ul a {
    height: 70px !important;
    padding: 10px !important; }
    div.community-supporters ul a img {
      max-height: 100%; }

#content div.supporters-logos ul,
#content div.sponsors-logos ul,
#content div.speakers-photos ul {
  list-style: none;
  margin-left: 0; }

#content div.supporters-logos h4,
#content div.sponsors-logos h4,
#content div.speakers-photos h4 {
  font-family: "Open Sans Condensed",sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px; }

#content div.supporters-logos.with-blurb,
#content div.sponsors-logos.with-blurb,
#content div.speakers-photos.with-blurb {
  padding-top: 50px; }
  #content div.supporters-logos.with-blurb li,
  #content div.sponsors-logos.with-blurb li,
  #content div.speakers-photos.with-blurb li {
    padding-bottom: 40px !important;
    margin-bottom: 25px; }
    #content div.supporters-logos.with-blurb li .image,
    #content div.sponsors-logos.with-blurb li .image,
    #content div.speakers-photos.with-blurb li .image {
      float: left;
      width: 20%;
      text-align: center; }
    #content div.supporters-logos.with-blurb li .blurb,
    #content div.sponsors-logos.with-blurb li .blurb,
    #content div.speakers-photos.with-blurb li .blurb {
      float: left;
      width: 80%;
      padding: 0px 0 0 50px; }
      #content div.supporters-logos.with-blurb li .blurb h3,
      #content div.sponsors-logos.with-blurb li .blurb h3,
      #content div.speakers-photos.with-blurb li .blurb h3 {
        font-size: 24px; }
    @media only screen and (max-width: 767px) {
      #content div.supporters-logos.with-blurb li > div,
      #content div.sponsors-logos.with-blurb li > div,
      #content div.speakers-photos.with-blurb li > div {
        float: none !important;
        width: 100% !important;
        padding: 0 !important; } }

.sidebar-right .col2 div.supporters-logos span,
.sidebar-right .col2 div.sponsors-logos span {
  font-family: "Open Sans Condensed",sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px; }

.sidebar-right .col2 div.supporters-logos img,
.sidebar-right .col2 div.sponsors-logos img {
  max-height: 50px; }

.sidebar-right .col2 div.supporters-logos .level.gold img,
.sidebar-right .col2 div.sponsors-logos .level.gold img {
  max-height: 75px; }

.sidebar-right .col2 div.supporters-logos .level.silver img,
.sidebar-right .col2 div.sponsors-logos .level.silver img {
  max-height: 65px; }

.sidebar-right .col2 div.supporters-logos .level.bronze img,
.sidebar-right .col2 div.sponsors-logos .level.bronze img {
  max-height: 55px; }

#nav .slide > ul > li a.register {
  background: inherit; }

#nav .slide > ul > li a {
  white-space: nowrap; }

.bottom-holder {
  line-height: 1.5em; }
  .bottom-holder a {
    white-space: nowrap; }

a:focus {
  outline: solid #ff2f8c; }

table {
  color: #000;
  background-color: #fff;
  border: 2px solid #777;
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0; }

table tr {
  padding: 5px; }

table th, table td {
  padding: 10px;
  text-align: left; }

table th {
  background-color: #fff;
  border: 2px solid #777;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px; }

table td {
  background-color: #fff;
  border: 2px solid #777; }

table td:first-child {
  text-align: left;
  padding-left: 10px; }

@media only screen and (max-width: 600px) {
  table {
    color: #000;
    background-color: #fff;
    border: 0; }
  table th {
    display: none; }
  table tr {
    background-color: #fff;
    margin-bottom: 10px;
    display: block;
    border: 3px solid #777; }
  table td {
    background-color: #fff;
    display: block;
    text-align: right;
    font-size: 13px; }
  table td:first-child {
    text-align: right;
    padding-left: 10px;
    border-left: 2px solid #777; }
  table td:last-child {
    border-bottom: 2px solid #777; }
  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold; } }

/**********************************/
/*	MAILCHIMP SIGNUP FORM STYLES  */
/**********************************/
fieldset {
  border: 0; }

/* #mc_embed_signup */
.mc-field-group {
  margin: 1.3em 0;
  clear: both; }

#mc_embed_signup label {
  display: block;
  margin: .3em 0;
  text-transform: uppercase;
  font-size: 11px;
  text-align: left;
  color: black; }

#mc_embed_signup input[type=text] {
  margin-right: 1.5em;
  padding: .4em .3em;
  width: 95%;
  z-index: 999; }

#mce-responses {
  padding: 0em .5em 0em .5em;
  width: 90%;
  margin: 0 5%; }

div.mce_inline_error, #mce-error-response, #mce-success-response {
  border: 1px dashed #660000 !important;
  background-color: #FFEEEE !important;
  color: #660000 !important;
  font-weight: normal !important;
  font-size: 12px !important;
  margin: 10px auto !important;
  padding: 5px 10px !important;
  width: 80% !important; }

#mce-success-response {
  border: 1px dashed #006600 !important;
  background-color: #EEFFEE !important;
  color: #006600 !important; }

#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 1em 0;
  border: 0;
  color: white;
  text-transform: uppercase;
  background-color: black;
  padding: 4px 15px 4px 10px;
  font-size: 12px; }

/*******************************/
/*	SUNROOM FORM CLASS STYLES  */
/*******************************/
.form {
  padding: 10px;
  background: url(../images/trans-white-30.png); }

.form > div {
  padding: 20px;
  background: white; }

form.form-class label {
  font-size: 14px;
  text-align: left;
  color: #043670;
  display: inline-block; }

.form-field-block {
  margin-bottom: 10px;
  width: 100%; }

#block-message.form-field-block textarea {
  /* width:94%; */ }

.form-field-block.required label {
  padding-right: 13px;
  background: url(../images/icon-required.png) no-repeat top right; }

form.form-class input[type=textbox], form.form-class input[type=text], form.form-class select, form.form-class textarea {
  width: 99%;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  padding: 5px 0 5px 5px;
  background: white;
  border: 1px solid #B4B4B4;
  border-radius: 2px;
  -moz-box-shadow: inset 0 5px 7px 1px #CCC;
  -webkit-box-shadow: inset 0 5px 7px 1px #CCC;
  box-shadow: inset 0 5px 7px 1px #CCC; }

form.form-class textarea {
  height: 100px; }

#contact-form .legend > div {
  float: right;
  padding-left: 13px;
  background: url(../images/icon-required.png) no-repeat top left; }

form.form-class .form_button {
  float: right;
  width: 133px;
  height: 51px;
  background: url(../images/bg-button.png) no-repeat;
  color: #555;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  border: none !important;
  cursor: pointer;
  cursor: hand;
  margin-top: 10px; }

/*
	WTF! form-feedbac is exactly the same as form-feedback, but in IE7 form-feedback overlays the form?!?
*/
div.form-feedbac, div.form-feedback {
  border: 1px solid #660000 !important;
  background: #FFF url(../images/error.png) no-repeat 8px 6px;
  color: #660000 !important;
  font-weight: normal !important;
  font-size: 13px !important;
  margin: 10px auto !important;
  padding: 10px 10px 10px 60px !important; }

div.form-ok {
  border: 1px solid #006600 !important;
  background: #FFF url(../images/approved.png) no-repeat 8px 6px;
  color: #006600 !important; }

span.requiredFieldRight {
  margin-left: 5px; }

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