@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);

body {
    font-family: Roboto;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    -webkit-font-smoothing: antialiased;
    line-height: 2;
    font-size: 13px;
    vertical-align: baseline;
    color: #383838;
}

#noscript {
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
    height: 32px;
    position: absolute;
    background-color: #FF9;
    border-bottom: 1px solid #FC0;
    color: #333;
    z-index: 200;
}

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /* font: inherit; */
    font-size: 100%;
    vertical-align: baseline;
}

ol, ul {
    list-style: none;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

a img {
    border: none;
}


caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}


a img {
    border: none;
}

a{
    cursor:pointer;
    color: black;
}

a:hover{
    text-decoration: none;
}

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

.SCNav {
    height: 30px;
}

.SocIcons {
    float: right;
    height: 25px;
}

.SocPic {
    margin-left: 2px;
    /* vertical-align: bottom; */
}


/*** Shy menu ***/
* {
  -moz-transition: all .4s cubic-bezier(.1,.7,.3,1);
  -webkit-transition: all .4s cubic-bezier(.1,.7,.3,1);
  -o-transition: all .4s cubic-bezier(.1,.7,.3,1);
  -ms-transition: all .4s cubic-bezier(.1,.7,.3,1);
  transition: all .4s cubic-bezier(.1,.7,.3,1);
}

ul {
  list-style: none;
  margin: 0 0 0 15px;
  padding: 0;
}

.shy-menu {
    position: fixed;
    display: block;
    height: 35px;
    padding: 5px;
    width: 35px;
    
    background-color: rgba(33,40,44,0); 

    border-bottom-right-radius: 10px;
    color: #fff;
}

.shy-menu.is-open{
    background-color: black;
}

/*
.shy-menu.is-open,
.shy-menu:hover { 
  background-color: rgba(33,40,44,0.1);
}
*/

.shy-menu.is-open {
    height: 250px;
    width: 150px;
}

.shy-menu-panel { 
    margin-left: -100px;
    display: none;
}
.is-open .shy-menu-panel { 
    margin-left: 0;
    display: block;
}

/*** Hamburger ***/
.shy-menu-hamburger {
  position: relative;
  left: 0;
  top: 0;
  width: 54px;
  height: 54px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.shy-menu-hamburger > .layer {
  background-color: #000;
  border-radius: 1px;
  display: block;
  height: 2px;
  overflow: hidden;
  position: absolute;
  left: 5px;
  width: 18px;
}

.is-open .shy-menu-hamburger>.layer{
    background-color: white;
}

.shy-menu-hamburger .layer.top { top: 9px; }
.is-open .shy-menu-hamburger .layer.top { 
  top: 17px;
  left: 5px;
  transform: rotate(45deg);
}
.shy-menu-hamburger .layer.mid { top: 16px; }
.is-open .shy-menu-hamburger .layer.mid {
  opacity: 0;
  left: 0;
}
.shy-menu-hamburger .layer.btm { top: 23px; }
.is-open .shy-menu-hamburger .layer.btm { 
  top: 17px;
  left: 5px;
  transform: rotate(-45deg);
}


.opr-nav  a {
    /* Uri's change
    color: #000;
    */
    color: white;
}

#dates-area{
    /*margin-top: 13%; */
    margin-top: -25px;
}

.SCContent {
    max-width:944px;
    width: 944px;
    margin: auto;
    text-align: center;
}

#nl-form{
    /*margin-top: 36%;*/
    margin-top: -40px;
}

#contact-page{
    margin-top: 10px;
}

#main-site-image{
    width: 100%;
}

.ArrowPosition {
    margin-top: 20px;
}

.SCContent > h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #464646;
    letter-spacing: 1em; 
}

.SCContent > iframe{

    margin-top: 20px;

}

.SCContentBox {
    background-color: #FFF;
    border: 5px solid #000;
    padding: 20px;
    margin-top: 20px;
}

.box-headline{
    margin-left: 9px;
}

.HomeBox {
    border: 0;
    /* background: transparent url( '../img/bg_home.jpg') no-repeat bottom center; */
    background-size: cover;
    /* height: 600px; */
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.HomeBox h1 {
    font-size: 25px;
    font-weight: bold;
}


.HomeBox form h4 {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
}
.HomeBox form .mailfield {
    border: 1px solid #000;
    font-size: 18px;
    font-weight: bold;
    display:  block;
    margin: auto;
    margin-top: 10px;
    padding: 5px 10px 5px 10px;
}
.HomeBox form .mailsubmit {
    border: 0;
    color: #FFF;
    background-color: #000;
    font-size: 18px;
    font-weight: bold;
    display:  block;
    margin: auto;
    margin-top: 10px;
    padding: 5px 50px 5px 50px;
}


.DateBox {
    display: inline-block;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    margin-top: 0px;
    
    width:90%;
}

.DateBox > h3 {
    font-size: 30px;
    font-weight: bold;
}

.DateBox > h4 {
    text-transform: lowercase;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2px;
}

.date-text > h3 {
    text-transform: lowercase;
    font-size: 30px;
    font-weight: bold;
}


.date-title {
    text-transform: lowercase;
    font-size: 30px;
    font-weight: bold;
}


.date-content{
    line-height: 23px;
    font-size: 18px;
}

.date-hidden-content{
    display: none;
}

.date-text > h4 {
    text-transform: lowercase;
    font-size: 17px;
    font-weight: bold;
}

.DateBox > strong {
    font-size: 19px;
    font-weight: bold;
}

.social-dates{
    margin-top: 5px;
    display: inline-block;
    width:20%;
}

.modal-header > h3 {
    font-size: 40px;
    font-weight: bold;
}

.modal-header > h4 {
    text-transform: lowercase;
    font-size: 20px;
    font-weight: bold;
}


#party-art{
    width:80%;
}


.PodcastBox {
    text-align: left;
}

#more-podcasts{
    height: 15px;
    display: block;
}

#more-podcasts-icon{
   height: 30px;
   margin-bottom: -6px;
}

.social-logo{
    height: 20px;
}


.social-logo-home{
    height: 15px;
}

.social-logo-modal{
    height: 20px;
}



.PodcastBox > h3 {
    font-weight: bold;
}

.SCHeader {
    margin-top: 50px;
    margin-bottom: 0px;
}


.SCFooter {
    margin-top: 50px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 1em; 
}

.SCFooter  a {
    color: #b7b7b7;
}

.modal-content{
    border-radius: 0px;
    text-align: center;
}

.modal-header{
    border-bottom: none;
}

.modal-footer{
    text-align: center;
    border-top: none;
}

#dates-modal-extra-content{
    display: none;
}

#read-more-modal{
    text-decoration: underline;
}

@media only screen and (max-width: 960px) and (min-width: 482px) {
    body {
        padding: 10px;
    }
    
    .HomeBox {
        /*height: 330px;*/
    }
    
    .SCContent {
        width: 100%;
        margin: auto;
        text-align: center;
    }   
}


@media only screen and (min-width: 460px) {
    .DateBox{
        width: 50%;
    }

    /*
        ---> #nl-form does not exist anymore. it's .mymail-form now!
    */

    #nl-form{ 
    /*margin-top: 36%;*/
    margin-top: -30px;
    }


    }
    

@media only screen and (max-width: 481px) and (min-width: 0) {

    .HomeBox {
        /* height: 330px; */
    }
    
    .SCContent {
        width: 100%;
        margin: auto;
        text-align: center;
    }   
}
