#header_conference_soon{
    display:none;
}

#maincontent h2 {
  color: #04213e;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
div#header_admin_menu_menu {
  z-index: 1;
}

html{
 margin-top:0px!important;
 background:#f0f0f0!important;
 }
 
@font-face {
  font-family: 'Conv_Modern No. 20';
  src: url('../fonts/Modern No. 20.eot');
  src: local('☺'), 
    url('../fonts/Modern No. 20.woff') format('woff'), 
    url('../fonts/Modern No. 20.ttf') format('truetype'),
      url('../fonts/Modern No. 20.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}



/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  background-color:#f7f7f7;
}


input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select{
      padding: 9px 3px;
    background-color: #f0f0f0;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;  
}


/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
 /* padding: 0.35em 0.625em 0.75em;*/
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* customize by mangesh*/
ul{
  margin: 0;
  padding: 0;
}
ul li{
  list-style: none;
}
ul li a{
  text-decoration: none;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px!important;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 90%; }
  .u-full-width .one-half.column {
      margin: 0;
  }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 50%; overflow: hidden; position: relative; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  padding:0;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #f0f0f0;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #f0f0f0;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 2px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #f0f0f0;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  padding:padding: 10px 0 10px 10px; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
  font-size: 16px !important;
    margin: 10px 0;
    line-height: 24px !important;
    
   }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  /*padding: 1rem 1.5rem;*/
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 0; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.clear, .container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

/*----------------------------------------------------------------------------------------*/
@media (max-width: 479px){}
@media only screen and (min-width: 480px) and (max-width: 767px){}
/*@media only screen and (min-width: 568px) and (max-width: 600px){}*/
@media only screen and (min-width: 768px) and (max-width: 800px){}
@media only screen and (min-width: 768px) and (max-width: 959px){}
@media only screen and (min-width: 768px) and (max-width: 1024px){}
@media only screen and (min-width: 1000px) and (max-width: 1024px){}



/****************************************************************
*  File Name: global.css
*  Description: page styles
*  Date Created: 27-3-2015
*  Created By: Mangesh Jadhav
****************************************************************/

html{
  margin-top: 200px;}
body{
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0;
}

/*Common styles*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Conv_Modern No. 20';
}
h1{
  text-transform: capitalize;
  margin-bottom: 0;
  color:#e6e4e1 !important;
  font-size: 650%;
  line-height: 100%;
}


#maincontent.admin h1 {
  color: #000 !important;
}

#maincontent.admin {
  text-transform: none !important;
}

.fullImage {
  width: 100%;
}
/*h1styling*/

.leftMarno{
  margin-left: 0;
}
.rightMarno{
  margin-right: 0;
}
.textCenter {
  text-align: center;
}
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}
.textUnderLine {
  text-decoration: underline !important;
}
section{
  width: 100%;
  line-height: 0;
}
.program {
  height: 100%;
}
.topSection{
  clear: both;
  position: relative!important;
  top: 0px!important;
  left: 0!important;
  width: 230px!important;
}
 /* logo */
 .logo {
    margin: 0 auto;
    display: block;
    width: 204px;
    margin-bottom: 40px!important;
 }
 .topSection a.logo{
  padding:0;
 }
 
/*--------*/
.exploreGroups{
  height: auto;
  padding: 0 0 50px 0 ;
}
.exploreGroups .normal{
  position: relative;
  overflow: hidden;
}
.exploreGroups .normal img{
  cursor: pointer;
}
.exploreGroups .normal .overlap {
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
  visibility: hidden;
  height: 100%;
  width: 100%;
  background: rgba(35,31,32,0.8);
}
.exploreGroups .normal:hover .overlap {
  visibility: visible;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.exploreGroups .normal .overlap a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #f0f0f0;
  font-size: 125%;
  text-decoration: none;
  width: 240px;
  height: 40px;
  background: rgba(8,100,175,0.6);
  text-align: center;
  line-height: 40px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 100px;
}
.exploreGroups .normal .overlap a:hover{
  background: #0864af;
}

/*--------*/
.welcomeGroup h3{
  font-size: 50px !important;
  color: #333 !important;
  text-align: center !important;
  line-height: normal !important;
  margin-bottom: 11px !important;
}
.welcomeGroup p{
  font-family: 'Open Sans', sans-serif !important;
  font-size: 140% !important;
  color: #333 !important;
  text-align: center !important;
  line-height: 24px !important;
  margin-bottom:45px !important;
}
.batClub{
  position: relative;
}

.batClub .container {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.batClub .arrow{
  margin: 0 auto;
  width: 124px;
  display: block;
  padding-bottom: 160px;
}
.batClub a{
  font-family: 'Open Sans', sans-serif;
  color: #f0f0f0;
  font-size: 125%;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  width: 260px;
  height: 40px;
  display: block;
  font-weight: 600;
  background: rgba(8,100,175,0.5);
  text-decoration: none;
  margin-top: 40px;
}
.batClub a:hover{
  background: #0864af;
}

.barClub {
  position: relative;
}
.barClub .container {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.barClub .arrow{
  margin: 0 auto;
  width: 124px;
  display: block;
  padding-bottom: 160px;
  visibility: hidden;
}
.barClub a{
  font-family: 'Open Sans', sans-serif;
  color: #f0f0f0;
  font-size: 125%;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  width: 260px;
  height: 40px;
  display: block;
  font-weight: 600;
  background: rgba(8,100,175,0.5);
  text-decoration: none;
  margin-top: 40px;
}
.barClub a:hover{
  background: #0864af;
}

/*------------*/
.waitingBanner{
  background-color: #231f20;
}
.waitingBanner h1{
  text-align: center !important;
  padding-top: 90px !important;;
  margin: 0 !important;
  color:#e6e4e1 !important;
}
.waitingBanner .leftWait p{
  text-align: left!important;
  font-size:125%!important;;
  line-height: 30px!important;;
  font-family: 'Open Sans', sans-serif;
  color: #f0f0f0fff!important;;
  padding: 210px 40px 210px 0;
  border-right: 1px solid #999;
  margin-top: 70px!important;;
}
.waitingBanner .rightWait form{
  margin-top: 80px;
}
.waitingBanner .rightWait form input[type=text],input[type=email]  {
  -webkit-appearance: none;
  background: none;
  border-width: 0 0 1px 0;
  border-radius: 0px;
  color: #999;
  width:100%;
  font-family: "Open Sans";
  margin-top: 30px;
}
.waitingBanner .rightWait form input[type=submit]{
  font-family: 'Open Sans';
  color: #f0f0f0;
  font-size: 112.5%;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  width: 100%;
  height: 40px;
  display: block;
  font-weight: 600;
  background: rgba(8,100,175,0.5);
  text-decoration: none;
  margin-top: 40px;
  border-radius: 0px;
  border:0px;
}
.waitingBanner .rightWait form input[type=submit]:hover{
  background: #0864af;

}

 /*Section 6 start*/
.joinShow .caption {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: rgba(0,0,0,0.6);
  font-family: 'Open Sans', sans-serif;
  font-size: 212.50%;
}
.joinShow .caption a{
  text-decoration: none;
  color: #f0f0f0;
  font-weight: 600;
  display: block;
  line-height: 260%;
  margin-left: 260px;
}
.joinShow .caption .img {
  position: absolute;
  top: -35px;
  left: 25px;
  border: 2px solid #f0f0f0fff;
}
 /*Section 6 end*/

 /*Section 7 start*/
 .afterSchool{
  position: relative;
}
.afterSchool .program{
  height: 100%;
}
.afterSchool .u-full-width {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.afterSchool .program {
  float: left;
  width: 50%;
}
.afterSchool .program .content {
  float: right;
  height: 100%;
  width: 65%;
  background-color: #0864af;
}
.afterSchool h1{
  margin: 30% 50% 5% 8%;
}
.afterSchool a{
  font-family: 'Open Sans', sans-serif;
  color: #0864af;
  font-size: 20px;
  line-height: 50px;
  text-transform: capitalize;
  text-align: center;
  width: 160px;
  height: 50px;
  display: block;
  font-weight: 700;
  background: #f0f0f0;
  text-decoration: none;
  margin-top: 6.5%;
  margin-left: 8.1%;
}
.afterSchool a:hover{
  background: #333;
  color: #f0f0f0;
}
 /*Section 7 end*/


 /*Section 8 start*/
.live{
  position: relative;
  margin: 0;
  padding: 0;
}
.live .program{
  background-color: #0864af;
  height: 100%;
  width: 600px;
}
.live .container {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.live h1{
  margin:210px 0px 0 50px;
}
.live a{
  font-family: 'Open Sans', sans-serif;
  color: #f0f0f0;
  font-size: 20px;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  width: 260px;
  height: 40px;
  display: block;
  font-weight: 600;
  background: rgba(8,100,175,0.5);
  text-decoration: none;
  margin-top: 40px;
  margin-left: 50px;
}
.live a:hover{
  background: #0864af;
}
 /*Section 8 end*/


 /*Section 009 start*/
 .camp{
  position: relative;
}
.camp .isreal{
  background-color: #0864af;
  height: 100%;
  width: 600px;
  float: right;
}
.camp .u-full-width {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.camp .program {
  float: right;
  width: 50%;
}

.camp a{
  font-family: 'Open Sans', sans-serif;
  color: #0864af;
  font-size: 20px;
  line-height: 50px;
  text-transform: capitalize;
  text-align: center;
  width: 160px;
  height: 50px;
  display: block;
  font-weight: 700;
  background: #f0f0f0;
  text-decoration: none;
  margin-top: 40px;
  margin-left: 50px;
}
.camp a:hover{
  background: #333;
  color: #f0f0f0;
}

.camp .program .content {
  float: left;
  height: 100%;
  width: 65%;
  background-color: #0864af;
}
.camp h1{
    margin: 30% 50% 5% 8%;
}
 /*Section 009 end*/


 /*Section 010 start*/
.shabbat {
  position: relative;
}
.shabbat .stream{
  background-color: #231f20;
  height: 100%;
  width: 600px;
}
.shabbat .u-full-width {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.shabbat .program {
  float: left;
  width: 50%;
}
.shabbat .program .content {
  float: right;
  height: 100%;
  width: 65%;
  background-color: #231f20;
}
.shabbat .program h1{
  margin:125px 50px 60px 50px;
  border-bottom: 1px solid #0864af;
  padding-bottom: 45px;
}
.shabbat .stream .copy{
  margin-top: 70px;
}
.shabbat .program p{
  color: #f0f0f0!important;
  font-size: 32px!important;
  font-weight: lighter;
  font-family: 'Open Sans';
  margin-left:50px;
  line-height: 40px!important;
}
.shabbat .program a{
  font-family: 'Open Sans', sans-serif;
  color: #f0f0f0;
  font-size: 20px;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  width: 260px;
  height: 40px;
  display: block;
  font-weight: 600;
  background: rgba(8,100,175,0.5);
  text-decoration: none;
  margin-top: 40px;
  margin-left: 50px;
}
.shabbat a:hover{
  background: #0864af;
}
 /*Section 010 end*/


/*Section 011 start*/
.miss {
  position: relative;
}
.miss .stream{
  background-color: #231f20;
  height: 100%;
  width: 600px;
}
.miss .container {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.miss h1{
  margin: 28% auto 0 auto;
  text-align: center;
}
.miss a{
  font-family: 'Open Sans', sans-serif;
  color: #f0f0f0;
  font-size: 20px;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  width: 260px;
  height: 40px;
  display: block;
  font-weight: 600;
  background: rgba(8,100,175,0.5);
  text-decoration: none;
  margin: 5% auto 0 auto;
  text-align: center;
}
.miss a:hover{
  background: #0864af;
}
 /*Section 011 end*/


 /*footer 011 start*/
 footer{
  padding:15px 0;
 }
 footer p{
  width: 50%;
  font-family: 'Open Sans';
  float: left;
 }
 footer .left p{
  text-align: left;
  padding: 0;
  margin: 0;
 }
 footer .right p{
  text-align: right;
  padding: 0;
  margin: 0;
 }
 footer .right a{
  text-decoration: none;
  color: #333;
 }
 footer .right a:hover{
  text-decoration: underline;
 }
 /*footer 011 end*/


/* Larger than mobile 
@media (min-width: 400px) {}*/

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 550px) {}

/* Larger than tablet */
@media (max-width: 750px) {}

/* Larger than desktop */
@media (max-width: 1000px) {}

/* Larger than Desktop HD */
@media (max-width: 1200px) {
  h1{
    font-size: 300%;
  } 
  .batClub h1, .barClub h1{
    margin-top: -40px!important;
    margin-bottom: 0p !important;
  }
  .batClub a, .barClub a{
    margin-top: 20px;
  }
  /*Section 6 start*/
  .joinShow .caption {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0,0,0,0.6);
    font-family: 'Open Sans', sans-serif;
    font-size: 212.50%;
  }
  .joinShow .caption a{
    text-decoration: none;
    color: #f0f0f0;
    font-weight: 600;
    display: block;
    margin-left: 260px;
    font-size: 24px;
  }
  .joinShow .caption .img {
    position: absolute;
    top: -45px
    left: 25px;
    border: 2px solid #f0f0f0fff;
  }
  .joinShow .caption .img img{
    width: 190px;
  }
 .shabbat .program h1{
  margin:125px 50px 30px 50px;
  border-bottom: 1px solid #0864af;
  padding-bottom: 30px;}
.shabbat .stream .copy{
  margin-top: 70px;
}
.shabbat .program p
  {
    color: #f0f0f0;
    font-size: 32px;
    font-weight: lighter;
    font-family: 'Open Sans';
    margin-left:50px;
    line-height: 32px;
  }
  .waitingBanner h1{
  text-align: center;
  padding-top: 90px;
  margin: 0;
}
.camp a{
  font-family: 'Open Sans', sans-serif;
  color: #0864af;
  text-transform: capitalize;
  text-align: center;
  width: 130px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  background: #f0f0f0;
  text-decoration: none;
  margin-top: 30px;
  margin-left: 30px;
}
.camp a:hover{
  background: #333;
  color: #f0f0f0;
}
.afterSchool a{
  font-family: 'Open Sans', sans-serif;
  color: #0864af;
  text-transform: capitalize;
  text-align: center;
  width: 130px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  background: #f0f0f0;
  text-decoration: none;
  margin-top: 30px;
  margin-left: 30px;
}
.afterSchool a:hover{
  background: #333;
  color: #f0f0f0;
}
}
/* Larger than Desktop HD */
@media (max-width: 1300px) {
  h1 {
    font-size: 400%;
  }
  .miss a {
    margin-top: 2%;
  }
  /*------*/
  .exploreGroups {
    padding: 0 0 50px 0;
  }
  .batClub h1, .barClub h1{
    margin-top: -40px !important;
    margin-bottom: 0px !important;;
  }
  .batClub a, .barClub a{
    margin-top: 20px;
  }
  /*Section 6 start*/
  .joinShow .caption {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0,0,0,0.6);
    font-family: 'Open Sans', sans-serif;
    font-size: 212.50%;
  }
  .joinShow .caption a{
    text-decoration: none;
    color: #f0f0f0;
    font-weight: 600;
    display: block;
    margin-left: 260px;
    font-size: 24px;
  }
  .joinShow .caption .img {
    position: absolute;
    top: -45px
    left: 25px;
    border: 2px solid #f0f0f0fff;
  }
  .joinShow .caption .img img{
    width: 190px;
  }
 .shabbat .program h1{
  margin:25px 90px 30px 50px;
  border-bottom: 1px solid #0864af;
  padding-bottom: 30px;}
.shabbat .stream .copy{
  margin-top: 70px;
}
.shabbat .program p
  {
    color: #f0f0f0;
    font-size: 32px;
    font-weight: lighter;
    font-family: 'Open Sans';
    line-height: 35px;
    padding: 0;
    margin: 0px 0px 10px 50px;
  }
  .waitingBanner h1{
  text-align: center;
  padding-top: 90px;
  margin: 0;
}
.camp a{
  font-family: 'Open Sans', sans-serif;
  color: #0864af;
  text-transform: capitalize;
  text-align: center;
  width: 130px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  background: #f0f0f0;
  text-decoration: none;
  margin-top: 30px;
  margin-left: 30px;
}
.camp a:hover{
  background: #333;
  color: #f0f0f0;
}
.afterSchool a{
  font-family: 'Open Sans', sans-serif;
  color: #0864af;
  text-transform: capitalize;
  text-align: center;
  width: 130px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  background: #f0f0f0;
  text-decoration: none;
  margin-top: 30px;
  margin-left: 30px;
}
.afterSchool a:hover{
  background: #333;
  color: #f0f0f0;
}
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  padding:0;
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

.contact_form label{
 width:166px;}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* customize by mangesh*/
ul{
  margin: 0;
  padding: 0;
}
ul li{
  list-style: none;
}
ul li a{
  text-decoration: none;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 90%; }
  .u-full-width .one-half.column {
      margin: 0;
  }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 50%; overflow: hidden; position: relative; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #f0f0f0;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #f0f0f0;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 2px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #f0f0f0;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"]{height: 30px !important;}
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.clear, .container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

/*----------------------------------------------------------------------------------------*/
@media (max-width: 479px){}
@media only screen and (min-width: 480px) and (max-width: 767px){}
/*@media only screen and (min-width: 568px) and (max-width: 600px){}*/
@media only screen and (min-width: 768px) and (max-width: 800px){}
@media only screen and (min-width: 768px) and (max-width: 959px){}
@media only screen and (min-width: 768px) and (max-width: 1024px){}
@media only screen and (min-width: 1000px) and (max-width: 1024px){}



/****************************************************************
*  File Name: global.css
*  Description: page styles
*  Date Created: 27-3-2015
*  Created By: Mangesh Jadhav
****************************************************************/

/* Import define variables file
-------------------------------------------------- */
html{
  margin-top: 200px;}
body{
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0;
}

/*Common styles*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Conv_Modern No. 20';
}
h1{
  text-transform: capitalize;
  margin-bottom: 0;
  color:#e6e4e1;
  font-size: 650%;
  line-height: 100%;
}
.fullImage {
  width: 100%;
}
/*h1styling*/

.leftMarno{
  margin-left: 0;
}
.rightMarno{
  margin-right: 0;
}
.textCenter {
  text-align: center;
}
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}
.textUnderLine {
  text-decoration: underline !important;
}
section{
  width: 100%;
  line-height: 0;
}
.program {
  height: 100%;
}
.topSection{
  clear: both;  
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
 /* logo */
 .logo {
    margin: 0 auto;
    display: block;
    width: 204px;
 }
 .topSection a.logo{
  padding:0;
 }

/*--------*/
.exploreGroups{
  height: auto;
  padding: 0 0 50px 0 ;
}
.exploreGroups .normal{
  position: relative;
  overflow: hidden;
}
.exploreGroups .normal img{
  cursor: pointer;
}
.exploreGroups .normal .overlap {
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
  visibility: hidden;
  height: 100%;
  width: 100%;
  background: rgba(35,31,32,0.8);
}
.exploreGroups .normal:hover .overlap {
  visibility: visible;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.exploreGroups .normal .overlap a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #f0f0f0;
  font-size: 125%;
  text-decoration: none;
  width: 240px;
  height: 40px;
  background: rgba(8,100,175,0.6);
  text-align: center;
  line-height: 40px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 100px;
}
.exploreGroups .normal .overlap a:hover{
  background: #0864af;
}

/*--------*/
.welcomeGroup h3{
  font-size: 50px;
  color: #333;
  text-align: center;
  line-height: normal;
  margin-bottom: 11px;
}
.welcomeGroup p{
  font-family: 'Open Sans', sans-serif;
  font-size: 140%;
  color: #333;
  text-align: center;
  line-height: 24px;
  margin-bottom:45px;
}
.batClub{
  position: relative;
}

.batClub .container {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.batClub .arrow{
  margin: 0 auto;
  width: 124px;
  display: block;
  padding-bottom: 160px;
}
.batClub a{
  font-family: 'Open Sans', sans-serif;
  color: #f0f0f0;
  font-size: 125%;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  width: 260px;
  height: 40px;
  display: block;
  font-weight: 600;
  background: rgba(8,100,175,0.5);
  text-decoration: none;
  margin-top: 40px;
}
.batClub a:hover{
  background: #0864af;
}

.barClub {
  position: relative;
}
.barClub .container {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.barClub .arrow{
  margin: 0 auto;
  width: 124px;
  display: block;
  padding-bottom: 160px;
  visibility: hidden;
}
.barClub a{
  font-family: 'Open Sans', sans-serif;
  color: #f0f0f0;
  font-size: 125%;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  width: 260px;
  height: 40px;
  display: block;
  font-weight: 600;
  background: rgba(8,100,175,0.5);
  text-decoration: none;
  margin-top: 40px;
}
.barClub a:hover{
  background: #0864af;
}

/*------------*/
.waitingBanner{
  background-color: #231f20;
}
.waitingBanner h1{
  text-align: center;
  padding-top: 90px;
  margin: 0;
}
.waitingBanner .leftWait p{
  text-align: left;
  font-size:125%;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #f0f0f0fff;
  padding: 210px 40px 210px 0;
  border-right: 1px solid #999;
  margin-top: 70px!important;
}
.waitingBanner .rightWait form{
  margin-top: 80px;
}
.waitingBanner .rightWait form input[type=text],input[type=email]  {
  -webkit-appearance: none;
  background: none;
  border-width: 0 0 1px 0;
  border-radius: 0px;
  color: #999;
  width:100%;
  font-family: "Open Sans";
  margin-top: 30px;
}
.waitingBanner .rightWait form input[type=submit]{
  font-family: 'Open Sans';
  color: #f0f0f0;
  font-size: 112.5%;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  width: 100%;
  height: 40px;
  display: block;
  font-weight: 600;
  background: rgba(8,100,175,0.5);
  text-decoration: none;
  margin-top: 40px;
  border-radius: 0px;
  border:0px;
}
.waitingBanner .rightWait form input[type=submit]:hover{
  background: #0864af;

}

 /*Section 6 start*/
.joinShow .caption {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: rgba(0,0,0,0.6);
  font-family: 'Open Sans', sans-serif;
  font-size: 212.50%;
}
.joinShow .caption a{
  text-decoration: none;
  color: #f0f0f0;
  font-weight: 600;
  display: block;
  line-height: 260%;
  margin-left: 260px;
}
.joinShow .caption .img {
  position: absolute;
  top: -35px;
  left: 25px;
  border: 2px solid #f0f0f0fff;
}
 /*Section 6 end*/

 /*Section 7 start*/
 .afterSchool{
  position: relative;
}
.afterSchool .program{
  height: 100%;
}
.afterSchool .u-full-width {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.afterSchool .program {
  float: left;
  width: 50%;
}
.afterSchool .program .content {
  float: right;
  height: 100%;
  width: 65%;
  background-color: #0864af;
}
.afterSchool h1{
  margin: 30% 50% 5% 8%;
}
.afterSchool a{
  font-family: 'Open Sans', sans-serif;
  color: #0864af;
  font-size: 20px;
  line-height: 50px;
  text-transform: capitalize;
  text-align: center;
  width: 160px;
  height: 50px;
  display: block;
  font-weight: 700;
  background: #f0f0f0;
  text-decoration: none;
  margin-top: 6.5%;
  margin-left: 8.1%;
}
.afterSchool a:hover{
  background: #333;
  color: #f0f0f0;
}
 /*Section 7 end*/


 /*Section 8 start*/
.live{
  position: relative;
  margin: 0;
  padding: 0;
}
.live .program{
  background-color: #0864af;
  height: 100%;
  width: 600px;
}
.live .container {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.live h1{
  margin:210px 0px 0 50px;
}
.live a{
  font-family: 'Open Sans', sans-serif;
  color: #f0f0f0;
  font-size: 20px;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  width: 260px;
  height: 40px;
  display: block;
  font-weight: 600;
  background: rgba(8,100,175,0.5);
  text-decoration: none;
  margin-top: 40px;
  margin-left: 50px;
}
.live a:hover{
  background: #0864af;
}
 /*Section 8 end*/


 /*Section 009 start*/
 .camp{
  position: relative;
}
.camp .isreal{
  background-color: #0864af;
  height: 100%;
  width: 600px;
  float: right;
}
.camp .u-full-width {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.camp .program {
  float: right;
  width: 50%;
}

.camp a{
  font-family: 'Open Sans', sans-serif;
  color: #0864af;
  font-size: 20px;
  line-height: 50px;
  text-transform: capitalize;
  text-align: center;
  width: 160px;
  height: 50px;
  display: block;
  font-weight: 700;
  background: #f0f0f0;
  text-decoration: none;
  margin-top: 40px;
  margin-left: 50px;
}
.camp a:hover{
  background: #333;
  color: #f0f0f0;
}

.camp .program .content {
  float: left;
  height: 100%;
  width: 65%;
  background-color: #0864af;
}
.camp h1{
    margin: 30% 50% 5% 8%;
}
 /*Section 009 end*/


 /*Section 010 start*/
.shabbat {
  position: relative;
}
.shabbat .stream{
  background-color: #231f20;
  height: 100%;
  width: 600px;
}
.shabbat .u-full-width {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.shabbat .program {
  float: left;
  width: 50%;
}
.shabbat .program .content {
  float: right;
  height: 100%;
  width: 65%;
  background-color: #231f20;
}
.shabbat .program h1{
  margin:125px 50px 60px 50px;
  border-bottom: 1px solid #0864af;
  padding-bottom: 45px;
}
.shabbat .stream .copy{
  margin-top: 70px;
}
.shabbat .program p{
  color: #f0f0f0;
  font-size: 32px;
  font-weight: lighter;
  font-family: 'Open Sans';
  margin-left:50px;
  line-height: 20px;
}
.shabbat .program a{
  font-family: 'Open Sans', sans-serif;
  color: #f0f0f0;
  font-size: 20px;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  width: 260px;
  height: 40px;
  display: block;
  font-weight: 600;
  background: rgba(8,100,175,0.5);
  text-decoration: none;
  margin-top: 40px;
  margin-left: 50px;
}
.shabbat a:hover{
  background: #0864af;
}
 /*Section 010 end*/


/*Section 011 start*/
.miss {
  position: relative;
}
.miss .stream{
  background-color: #231f20;
  height: 100%;
  width: 600px;
}
.miss .container {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.miss h1{
  margin: 28% auto 0 auto;
  text-align: center;
}
.miss a{
  font-family: 'Open Sans', sans-serif;
  color: #f0f0f0;
  font-size: 20px;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  width: 260px;
  height: 40px;
  display: block;
  font-weight: 600;
  background: rgba(8,100,175,0.5);
  text-decoration: none;
  margin: 5% auto 0 auto;
  text-align: center;
}
.miss a:hover{
  background: #0864af;
}
 /*Section 011 end*/


 /*footer 011 start*/
 footer{
  padding:15px 0;
 }
 footer p{
  width: 50%;
  font-family: 'Open Sans';
  float: left;
 }
 footer .left p{
  text-align: left;
  padding: 0;
  margin: 0;
 }
 footer .right p{
  text-align: right;
  padding: 0;
  margin: 0;
 }
 footer .right a{
  text-decoration: none;
  color: #333;
 }
 footer .right a:hover{
  text-decoration: underline;
 }
 /*footer 011 end*/


/* Larger than mobile 
@media (min-width: 400px) {}*/

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 550px) {}

/* Larger than tablet */
@media (max-width: 750px) {}

/* Larger than desktop */
@media (max-width: 1000px) {}

/* Larger than Desktop HD */
@media (max-width: 1200px) {
  h1{
    font-size: 300%;
  }
  .batClub h1, .barClub h1{
    margin-top: -40px !important;
    margin-bottom: 0px !important;
  }
  .batClub a, .barClub a{
    margin-top: 20px;
  }
  /*Section 6 start*/
  .joinShow .caption {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0,0,0,0.6);
    font-family: 'Open Sans', sans-serif;
    font-size: 212.50%;
  }
  .joinShow .caption a{
    text-decoration: none;
    color: #f0f0f0;
    font-weight: 600;
    display: block;
    margin-left: 260px;
    font-size: 24px;
  }
  .joinShow .caption .img {
    position: absolute;
    top: -45px
    left: 25px;
    border: 2px solid #f0f0f0fff;
  }
  .joinShow .caption .img img{
    width: 190px;
  }
 .shabbat .program h1{
  margin:125px 50px 30px 50px;
  border-bottom: 1px solid #0864af;
  padding-bottom: 30px;}
.shabbat .stream .copy{
  margin-top: 70px;
}
.shabbat .program p
  {
    color: #f0f0f0;
    font-size: 32px;
    font-weight: lighter;
    font-family: 'Open Sans';
    margin-left:50px;
    line-height: 32px;
  }
  .waitingBanner h1{
  text-align: center;
  padding-top: 90px;
  margin: 0;
}
.camp a{
  font-family: 'Open Sans', sans-serif;
  color: #0864af;
  text-transform: capitalize;
  text-align: center;
  width: 130px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  background: #f0f0f0;
  text-decoration: none;
  margin-top: 30px;
  margin-left: 30px;
}
.camp a:hover{
  background: #333;
  color: #f0f0f0;
}
.afterSchool a{
  font-family: 'Open Sans', sans-serif;
  color: #0864af;
  text-transform: capitalize;
  text-align: center;
  width: 130px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  background: #f0f0f0;
  text-decoration: none;
  margin-top: 30px;
  margin-left: 30px;
}
.afterSchool a:hover{
  background: #333;
  color: #f0f0f0;
}
}
/* Larger than Desktop HD */
@media (max-width: 1300px) {
  h1 {
    font-size: 400%;
  }
  .miss a {
    margin-top: 2%;
  }
  /*------*/
  .exploreGroups {
    padding: 0 0 50px 0;
  }
  .batClub h1, .barClub h1{
    margin-top: -40px !important;
    margin-bottom: 0px !important;;
  }
  .batClub a, .barClub a{
    margin-top: 20px;
  }
  /*Section 6 start*/
  .joinShow .caption {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0,0,0,0.6);
    font-family: 'Open Sans', sans-serif;
    font-size: 212.50%;
  }
  .joinShow .caption a{
    text-decoration: none;
    color: #f0f0f0;
    font-weight: 600;
    display: block;
    margin-left: 260px;
    font-size: 24px;
  }
  .joinShow .caption .img {
    position: absolute;
    top: -45px
    left: 25px;
    border: 2px solid #f0f0f0fff;
  }
  .joinShow .caption .img img{
    width: 190px;
  }
 .shabbat .program h1{
  margin:25px 90px 30px 50px;
  border-bottom: 1px solid #0864af;
  padding-bottom: 30px;}
.shabbat .stream .copy{
  margin-top: 70px;
}
.shabbat .program p
  {
    color: #f0f0f0;
    font-size: 32px;
    font-weight: lighter;
    font-family: 'Open Sans';
    line-height: 35px;
    padding: 0;
    margin: 0px 0px 10px 50px;
  }
  .waitingBanner h1{
  text-align: center;
  padding-top: 90px;
  margin: 0;
}
.camp a{
  font-family: 'Open Sans', sans-serif;
  color: #0864af;
  text-transform: capitalize;
  text-align: center;
  width: 130px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  background: #f0f0f0;
  text-decoration: none;
  margin-top: 30px;
  margin-left: 30px;
}
.camp a:hover{
  background: #333;
  color: #f0f0f0;
}
.afterSchool a{
  font-family: 'Open Sans', sans-serif;
  color: #0864af;
  text-transform: capitalize;
  text-align: center;
  width: 130px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  background: #f0f0f0;
  text-decoration: none;
  margin-top: 30px;
  margin-left: 30px;
}
.afterSchool a:hover{
  background: #333;
  color: #f0f0f0;
}
}

#content {
 width: 1200px!important;
 background:none;
}
div#sidebar_left {
  width: 1200px!important;  
  margin-bottom: 0px!important;
  z-index: 9!important; 
  height:0; 
}
#maincontent.full_width {
  width: 1214px!important;
  margin:0 auto;
}
#maincontent.full_width .pad-helper {
  width: 1227px!important;
  padding-top: 30px!important;  
}
#maincontent.full_width .featured_article {
  width: 1170px!important;  
}
#nav_section li ul{
  top: -1px!important;
  background: #0b60ad;
  left: -20px!important;
}
#container{
  background: #f0f0f0 !important;
}
#mainnav {
  top: -25px!important;
 
  float: left!important;
  width:auto!important;
  left:-171px;
}
#nav_section{
  float: right!important;
  margin-left: 280px;
}
ul.top_links{
  display: none!important;
}
#maincontent.full_width.default {
  margin-left: 0px;
  position: absolute!important;
  top: 38px!important;
}
#nav_section a{
  color: #f0f0f0!important;
  padding: 0 25px !important;
  font-size: 15px;
}
#nav_section a:hover,#nav_section li.selected_nav a{
  color: #bfcef2!important;
}
#header_inner .hosted_by_text{
display:none!important;
}
#header {
    
    min-width: 1227px !important;
  background: #04213e;
  border-bottom: 1px solid #bfcef2!important;
}
#nav_section ul a{
  width: 173px!important;
  font-size: 17px;
  line-height: 26px;
}
#maincontent h2 {
  color: #04213e!important;
  font-weight: bold!important;
  font-family: 'Open Sans', sans-serif!important;
   font-size:24px!important;
}
#maincontent.default .touristTab {
    text-align:center;
}
#maincontent.default .touristTab li{
    display:inline-block;
    padding:5px 20px;
    background-color:#04213e;
    border-radius:3px;
    margin-right:30px;
}
#maincontent.default .touristTab li a{
    color:#f0f0f0;
    text-decoration:none;
    font-weight:600;
    font-size:20px;
    line-height:normal;
    margin:0;padding:0;

}
#edu_container{
width:100%
}
#edu_container .edu_wrapper{
width:100%;
text-align:center;
float:left;
}
#edu_container .edu_wrapper p.days{
text-align:center;
width:50%;
font-weight: 600;
font-size:17px;
font-family:'Open Sans', sans-serif;
color:#333333;
line-height:normal;
}
#edu_container .edu_wrapper p.time{
float:left;
width:50%;
font-size:17px;
font-family:'Open Sans', sans-serif;
color:#333333;
line-height:normal;
}
#edu_container .edu_wrapper p.descrip
{
float:right;
text-align:center;
width:50%;
font-size:17px;
font-family:'Open Sans', sans-serif;
color:#333333;
line-height:normal;
}
#edu_container .edu_wrapper_color_fa{
background-color:#E6E6E6;
}
.full_width_innerEdu{
width: 100%;
}
//custom home page

.shul_header img{
width: 204px;
height: 66px;
float: left;
}    
.site-navigation {
display: block;
font-family: 'Titillium Web', sans-serif;
font-size: 16px;
font-weight: bold;
margin: 0px;
float: right;
}

.site-navigation ul {
list-style: none;
margin: 0;
padding: 0 !important;
}

.site-navigation li {
color: #f0f0f0;
background: #7e9bd7;
display: block;
float: left;
margin: 0 2px 0 0;
padding: 10px 10px !important;
position: relative;
text-decoration: none;
text-transform: uppercase;
width: 105px;
height: 90px;
text-align: center;
}

.site-navigation li a {
color: #f0f0f0;
text-decoration: none;
display: block;
margin-top: 25px;
font-weight: 100;
}

.site-navigation li:hover {
background: #6b84d1;
cursor: pointer;
}

.site-navigation ul li ul {

visibility: hidden;
float: left;
min-width: 150px;
position: absolute;
transition: visibility 0.1s ease-in;
margin-top:7px;
left: 0;
z-index: 999;
}

.site-navigation ul li:hover > ul,
.site-navigation ul li ul:hover {
visibility: visible;
}

.site-navigation ul li ul li {
clear: both;
padding: 5px 0 5px 18px;
width: 100%;
left: 0px;
top: 19px
}
.prayer_time {
background-color: #0e72c7;
width: 258px;
height: 110px;
float: right;
text-align: center;
}
.prayer_time h4, p{
margin:10px;
padding: 0;

font-family: sans-serif;
} 
.prayer_time p{
font-size: 14px !important;
}
li.inner_dropdown{
height: auto;
margin: 0;
padding: 0;
}
li.inner_dropdown a{
margin:0 !important;
}

.pfbc-form .form-actions{
float:left !important;
}
body{
font-family: 'Open Sans', sans-serif!important;
}
.prayers_timing p {
font-family: 'Open Sans', sans-serif;
font-weight: 100;
font-size:17px !important;
}
.prayers_timing{
padding: 0 10px 0 30px;
margin: 0px 0;
}
.upcoming_events{
width:100%;
}
.upcoming_events .Enews{
width:370px;
height:300px;
margin-right:300px;
float: left;
padding: 0;
margin: 0 30px 0 0;
}
.upcoming_events .event_1{
width:370px;
height:300px;
margin-right:300px;
float: left;
padding: 0;
margin: 0 30px 0 0;
}
.upcoming_events .event_2{
width:370px;
height:300px;
margin-right:300px;
float: left;
padding: 0;
margin:0;
}
.home_events{
width: 770px;
margin: 0;
float: left;
}
.footer_home{
width:100%;
}
.footer_home .logo_footer{
width: 300px;
height: 175px;
float: left;
}
.footer_home .sitemap_1{
float:left;
}
.footer_home .sitemap_1 ul li{
list-style:none !important;
margin:0;
padding:0;
}
.footer_home .sitemap_2{
float:left;
}
.footer_home .sitemap_2 ul li{
list-style:none !important;
margin:0;
padding:0;
}
.footer_home .follow_us{
width: 370px;
float: left;
}
.footer_home .follow_us p{
float:left
}
.footer_home .follow_us a {
background-color: none;
}
.horizontal_dropdown_v1  ul{
    margin: 0;
    padding: 0;
    width: 1000px;
}
.horizontal_dropdown_v1  ul li{
    display: inline-block;
    list-style: none;
    margin-right: 30px;
    float: left;
    position: relative;
    width: 200px;
}
.horizontal_dropdown_v1  ul li img{
    float: left;
}
.horizontal_dropdown_v1  ul li a{
    text-decoration: none;
}
.horizontal_dropdown_v1  ul li a span{
    color: #333;
    font-weight: 600;
    position: absolute;
    top: 50px;
}
/*second ul li*/
.horizontal_dropdown_v2  ul{
    margin: 0;
    padding: 0;
    width: 1000px;
    margin-top: 5px;
}
.horizontal_dropdown_v2  ul li{
    display: inline-block;
    list-style: none;
    margin-right: 30px;
    float: left;
    position: relative;
    width: 200px;
}
.horizontal_dropdown_v2  ul li img{
    float: left;
}
.horizontal_dropdown_v2  ul li a{
    text-decoration: none;
}
.horizontal_dropdown_v2  ul li a span{
    color: #333;
    font-weight: 600;
    position: absolute;
    top: 50px;
}
.hide_dropdown {
    position: relative;
}
.hide_dropdown .horizontal_dropdown{
    display: none;
}
.hide_dropdown:hover .horizontal_dropdown{
    display: block;
    position: absolute;
    top: 20px;
    left: 100px;
}

nav.shul_navigation{
    width: 800px;
     background-color: #f0f0f0;
    float: left;
    padding: 5px;
}
nav.shul_navigation img{
    width: 100% !important;
    height: auto !important;
}
nav.shul_navigation ul{
    margin: 0;
    padding: 0;
}
nav.shul_navigation ul li{
    display: inline;
    list-style: none;
    float: left;
    margin: 5px 1px 0 0;
    padding: 0px;
    text-align: center;
    width: 125px;
    height: 100px;
    line-height: 15px;
    margin-top: 0px;
    background-color: #04213e;
}
nav.shul_navigation ul li a{
    color: #f0f0f0;
    text-decoration: none;
    text-align: center; 
    margin-top: 30px;
    display: block;
    font-family: open sans;
    line-height: 20px;
    cursor:pointer;
    text-decoration: none !important;
    /*padding: 0;
    margin: 0;*/
}
.show_dropdown{
    display: none;
    background-color: #000;
    float: left;
    padding: 0 0px 4px;
    margin: 0;
    margin-top: 18px;
    width: 645px;
    margin-left: -5px;
    width: 1169px;
    margin-left: -518px;
}
.show_dropdown p{
    color: #f0f0f0;
    margin-right: 20px;
    margin: 0 10px 0 0;
    padding:0;
    padding: 0px 32px 0 32px !important;
    width:152px;
    background-color: #04213e;
    margin-left: 4.5px !important;
    margin-bottom: 13.5px !important;
}
.show_dropdown p a{
    padding: 10px 10px 0px 10px;
}
.show_dropdown a{
    margin: 0 !important;
    padding: 0;
}
.show_dropdown p span{
    	display: block;
	font-size: 16px;
	text-transform: capitalize;
	color: #333;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 15px;
	color:#f0f0f0;
}
.hide_dropdown:hover .show_dropdown{
    display: block;
    top: 20px;
}
.candle_prayer_time{
    width: 260px;
    height: 100px;
    background-color: #0e72c7;
    float: left;
    text-align: center;
}
.candle_prayer_time h3, h4{
    margin: 0;
    padding: 0;
    font-family: open sans;
    font-size: 16px;
    color: #f0f0f0;
}
.candle_prayer_time h3{
    margin-top: 13px;
    margin-bottom: 5px;
}
.candle_prayer_time h4{
    font-weight: 400;
    font-size: 14px;
    margin: 5px 0;
}
.dropown_second_line, .dropown_first_line{
    margin-top: 2px;
    width: 100%;
    float: left;
    padding: 0px;
}
.next_row field_width_400{
padding: 10px 0px 10px 0px;
}
.mayerYouthLinks a{color:#f0f0f0 !important}
.High_holiday {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
    float:left;
}
.High_holiday .holidayTitle{
    width: 1170px;
    margin: 0 auto;
    padding: 0;
    float: left;    
    border-bottom: 2px solid #0d5fa9;
    margin-bottom:20px;
}
.High_holiday .holidayTitle_text{
    width: 50%;
    float: left;
}
.High_holiday .holidayTitle_text h1{
    font-size: 95px !important;
    font-weight:600;
    margin: 0;
    padding:0;
    line-height: 95px;
    margin-top: 40px;
    color: #0d5fa9 !important;
}
.High_holiday .holidayTitle_img{
    float: left;
}
.High_holiday .holidayTitle_img img{
    width: 585px;
    margin-bottom: -4px;
    height: 292px;
}
.High_holiday .High_holiday_content .September_13{
    width: 50%;
    float: left;
    font-size: 22px;
    margin: 10px 0 20px 0; 
    padding: 0;
}
.High_holiday .High_holiday_content .September_13 p{
    margin: 18px 0;
    font-size: 18px !important;
}
.High_holiday .High_holiday_content .September_13 h2{
    margin: 10px 0;
}
.High_holiday .High_holiday_content .September_13 h3{
    margin: 0;
    padding: 0;
}
.High_holiday .High_holiday_content .September_13 span{
    float: right;
    margin-right: 30px;
}
.contact_form .submit{
width:110px;}
#maincontent.full_width{
background: #f0f0f0;
}
.registration ul li span > label {
    display: inline-block;
}
#maincontent .registration ul li h4 {
    color: #333;
    font-size: 16px;
}
.recaptchatable #recaptcha_response_field{
    margin: 15px 0 15px 0!important;
}
.registration {
    padding-left: 14px;
    width: 660px;
    background-color: #fff;
    padding: 30px;
}
#maincontent .registration input.register_submit {
    display: block;
    width: 140px;
    height: 40px;
    border: 2px outset #EEE;
    font-weight: bold;
    cursor: pointer;
    padding: 0px;
    font-size: 15px;
}
#maincontent .registration ul li.captcha {
    text-align: center;
    height: 170px;
    width: 690px;
}
#sidebar_right{
display:none;
}
#maincontent.register{
margin-left: 200px;}
#home_club_photos ul li.pg_img_div{
padding:0 !important;
    list-style-type: none !important;
}
#home_club_photos ul li.pg_img_div{
    padding: 45px !important;
    list-style-type: none !important;
    margin: 35px 0;
}
.pg_img_div img {
    padding: 8px;
    background: #ccc;
}

#form_page .form_replacement{
margin-left: 500px !important;
}

#header #header_inner #header_buttons {
    z-index: 1;
    left: 88px;
    
}

.header_menu li{
    padding: 0 10px 0 14px;
}

input, textarea, select, fieldset{
    margin-bottom: 0;
}

#maincontent.admin ul li{
    margin-bottom: 0;
}

pre, blockquote, dl, figure, table, p, ul, ol, form{
    margin-bottom: 0;
}

.ui-widget{
    font-size: 14px;
}
button, .button{
    margin-bottom: 0;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    height: 29px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: normal;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

label, legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
    font-size: 16px !important;
    margin: 0px 0;
    line-height: 18px !important;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
    height: 22px !important;
}


.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: black;
}

.ui-multiselect-checkboxes li {
  padding: 0px !important;
  margin: 0px !important;
}

.ui-multiselect-checkboxes li label {
  line-height: 8px !important;
  font-size: 16px !important;
  font-weight: normal;
}

.backend_menu th,
.backend_menu td {
  padding: 0px;
  font-size: 12px;
  font-weight: normal;
}
#payments_form {
    width:100%;
}