body{
    font-size:27px;	
    line-height:1.1;
    color:#111;
    background:#fff;
    font-family:Garamond;
    color:#4c0000;
}


.site-header-row{
    margin:0px;
}
.no-padding{
    padding:0px;
}
.no-margin{
    margin:0px;
}
.fullwidth{
    float:left;
    width:100%;
}
h1,h2,h3{
    margin:0px;
}

a, a:hover, a:focus, a:visited{
    text-decoration:none;	
    outline:none;
    color:#005b26;
    text-decoration:underline;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
/*--------------------------------------------------------------
## Header Css Start
--------------------------------------------------------------*/
.site-header > .container{
    position: relative;
} 
.site-header{
    float: left;
    width: 100%;
    padding-top: 10px;    
    position: relative;
    z-index: 100;
    background: #fff;
}
.site-branding{
    position: absolute;
    right: 200px;
}
.navbar{
    float: right;
    position: relative;
    line-height: 20px;
    width: 100%;
    padding-top: 70px;
    min-height: auto;
    overflow: visible;
}
.menu-btn{
    cursor: pointer;
    font-size: 28px;
    color: #650001;
    padding-left: 85%;
}
.menu-primary.in {
    display: block!important;
    position: relative;
    text-align: right;
    top: 20px;
    background: #fff;
    width: 100%;
}
.menu-primary{
    display:none;
}
.menu-primary a{	
    font-size: 27px;
    text-align: left;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-left: 85%;
    text-decoration: none;
}
.menu-red, .menu-primary .menu-red a, .footer-menu .menu-red a{	
    color:#650001!important;
}
.menu-green, .menu-primary .menu-green a, .footer-menu .menu-green a{	
    color:#5e5a01!important;
}
.menu-dark-green, .footer-menu .menu-dark-green a{	
    color:#333300!important;
}
.menu-blue, .menu-primary .menu-blue a, .footer-menu .menu-blue a{	
    color:#000949!important;
}


.menu-dark-maroon, .menu-primary .menu-dark-maroon a, .footer-menu .menu-dark-maroon a{	
    color:#5d2f01!important;
}
.menu-voilet, .menu-primary .menu-voilet a, .footer-menu .menu-voilet a{	
    color:#371b36!important;
}
.menu-primary a:hover{
    border-bottom:1px solid #5d2f01;
}

.true-red, .menu-primary .true-red a, .footer-menu .true-red a{	
    color:#4c0000!important;
}

.true-yellow, .menu-primary .true-yellow a, .footer-menu .true-yellow a{	
    color:#5e5a01!important;
}

.true-orange, .menu-primary .true-orange a, .footer-menu .true-orange a{	
    color:#753a00!important;
}


.true-purple, .menu-primary .true-purple a, .footer-menu .true-purple a{	
    color:#39003f!important;
}

.true-green, .menu-primary .true-purple a, .footer-menu .true-purple a{	
    color:#002806!important;
}


.true-blue, .menu-primary .true-blue a, .footer-menu .true-blue a{	
    color:#00183f!important;
}


/*------------ ## Header Css End ------------*/

/*------------ Home page Css Start ------------*/
.splash-animation {
    position: relative;	
    left:0px;
    right:0px;
    font-size: 30px;
    font-weight:bold;
    color: #000;
    background:transparent; 
    margin: 200px 0px 200px 0px;    
    float: left;
    width: 100%;
    z-index: 110;
}
.splash-animation span{
    float:right;
    text-transform:uppercase;
}
.splash-animation span:first-child{
    float:left;
}
.slide-up
{
    margin-top:-345px !important;
}

.accordion-section .panel-default{
    border:none;    
    box-shadow: none;
}
.accordion-section .panel-default>.panel-heading {
    color: #000033;
    border: none;
    border-radius: 0px;
    background: transparent;
    padding: 10px 0px 10px 0px;
}
.accordion-section .panel-title {
    font-size: 27px;
}
.accordion-section .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
}
.accordion-section .panel-default>.panel-heading a:hover, 
.accordion-section .panel-default>.panel-heading a:focus, 
.accordion-section .panel-default>.panel-heading a:active{
    /*color:#000033;*/
}
.panel-group {
    margin-bottom: 0px;
}
/*------------ Home page Css End ------------*/

/*------------ Page Css Start ------------*/
.site-content{

}
.entry-header{
    float: left;
    width: 100%;
}
.entry-header .entry-title, .page-tit{
    border-bottom: 2px solid #005b26;    
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.page-tit {
    float: left;
    width: 100%;
    font-size: 27px;
    line-height: 27px;
    margin-top: 10px;
    color:#005b26;
}
.page-tit h2{
    font-size: 27px;
    line-height: 27px;
}
.home .page-tit {
    font-size: 0px;
    line-height: 0px;
    margin-top: 0px;
 /* Alex edit Jan4 */
    display: none!important;
}
.entry-content iframe{
    text-align: center;
    display: inline-block;
    width: 100%;
}
.entry-content img {
    text-align: center;
    margin: 0 auto;
    display: block;
}
/*------------ Page Css End ------------*/
/*------------ Single Page Css Start ------------*/
.single .content-info, .single .content-info a, .entry-content a{
    color:#005b26;
}
.single .content-info a,.content-info a,
.single .content-info a:hover,.content-info a:hover,
.entry-content a:hover, .entry-content a{
    text-decoration:underline;
}
.accordion-section .panel-title a {
    text-decoration:none;
}
.pdf-link {
    margin: 20px 0px;
    float: left;
    width: 100%;
}
.series-info{
    border-bottom: 1px solid #fff;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.series-info:hover{
    border-bottom: 1px solid #650001;
}
.series-show{
    position:relative;
}
.series-show .mask-img {
    display:none;	
    margin: 20px auto;
    /*width: 200px;*/
    height: 197px;
    -webkit-mask-image: url(images/logo-big.png);
    mask-image: url(images/logo-big.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: -220px;
    z-index: 110;
}
.series-info:hover .mask-img{
    display:block;
    cursor:pointer;
}
.shows-img .mask-img{
    margin: 20px auto;
    /*width: 100%;*/
    height: 536px;
/*    -webkit-mask-image: url(images/heart-shape.png);
    mask-image: url(images/heart-shape.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;*/
    display:block;
}
.page-header-img{
    text-align:center;
}
.show-artist-name{
    margin-right:20px;
}
.shows-time{
    margin:20px 0px;
}
.shows-time h3, .shows-gallery h3{
    margin-bottom: 10px;

}
.shows-info ul{
    padding-left: 40px;
}
.shows-gallery{
    margin:20px 0px;
}
.shows-gallery h3{
    cursor:pointer;		
}
.carousel{
    height:0px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;  
    -moz-transition: all 0.2s ease;  
    -o-transition: all 0.2s ease;  
    -ms-transition: all 0.2s ease;  
    transition: all 0.2s ease;
    outline:none;
}
.carousel.in{
    height:645px;
    outline:none;
}
.flickity-viewport:focus, .flickity-slider:focus, .carousel-cell:focus{
    outline:none;
}
/*.carousel .flickity-viewport {
  position: absolute;
  width: 100%;
}*/
.carousel-cell {
    display: block;
    height: 645px;
    margin-right: 10px;
    counter-increment: carousel-cell;
    text-align: center;
    outline:none;
    cursor:pointer;
}
.carousel-cell img {
    display: block;
    height: 595px;
    width: auto;
}
.carousel-cell p{
    margin:10px 0px 10px 0px;
    font-size: 18px;
}
.underlinned {
    border-bottom: 2px solid #000;
}
.entry-content p {
    word-wrap: break-word;
}
/*------------ Single Page Css End ------------*/

/*------------ Footer Css Start ------------*/

#menu-footer-menu li{
    padding: 10px 0px 0px 0px;	
}
#menu-footer-menu li:last-child{
    padding: 10px 0px 10px 0px;	
}
.footer-menu a{
    text-decoration:none;
    font-size: 27px;
    line-height: 1.5;
}
.footer-menu ul.menu ul.sub-menu {
    display: none;
}
.site-info{
    display:none;
}
.subscription-form-container{
    border-top: 1px solid #39003f;
    margin: 10px 0px;
    padding-top: 10px;    
    float: left;
    width: 100%;
}
.psny-subscribe-form.hasBeenSubmitted {
    border-bottom: 1px solid #39003f;
}
.psny-subscribe-form input{
    border: none;
    border-bottom: 1px solid #39003f;
    border-radius: 0px;
    outline: none;
    float: left;
    padding: 0px 10px;
    border-left: 1px solid #000;
    font-size: 27px;
    line-height: 1.5;
    color: #39003f;
    font-family: Garamond;
    width: 25%;
}
.psny-subscribe-form ::-webkit-input-placeholder {color: #00183f!important;}
.psny-subscribe-form ::-moz-placeholder {color: #00183f!important;}
.psny-subscribe-form :-ms-input-placeholder {color: #00183f!important; opacity: 1;}
.psny-subscribe-form :-moz-placeholder {color: #00183f!important;}
.psny-subscribe-form input:first-child{
    border-left: none;
}
.subscription-form-container button{
    color: #39003f;    
    border: none;
    background: transparent;
    font-size: 27px;
    line-height: 1.5;
    padding-top: 30px;
    font-family: Garamond;
    outline:none;
}
/*------------ Footer Css End ------------*/

/*------------ Media Query Start ------------*/

@media (max-width:1024px){
    .site-branding {
        right: 220px;
    }
    .menu-btn, .menu-primary a {
        padding-left: 80%;
    }
    .shows-img .mask-img {
        height: 344px;
        -webkit-mask-image: url(images/heart-shape-sm.png);
        mask-image: url(images/heart-shape-sm.png);
    }
    .carousel.in {
        height: 415px;
    }
}

@media (max-width: 768px){
    .menu-btn, .menu-primary a {
        padding-left: 75%;
    }	
    .mobile-view{
        display:block;
    }
    .desktop-view{
        display:none;
    }
    .carousel.in {
        height: 330px;
    }
}
@media (max-width: 767px){
    .menu-btn, .menu-primary a {
        padding-left: 70%;
    }
}
@media (max-width: 600px){	
    .slide-up{
        margin-top:-425px !important;
    }
    .carousel.in {
        height: 260px;
    }
    .subscription-form-container input{
        width: 100%;
        margin-bottom:15px;
        border-left:none;
        padding:0px;
    }
    .subscription-form-container button {
        padding: 0px;
    }
    .splash-animation {
        font-size: 28px;
        -webkit-animation: mymove 7s infinite; /* Safari 4.0 - 8.0 */
        animation: mymove 7s infinite;
    }
    .splash-animation span {
        float: left;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 480px){
	.splash-animation span {
        float: right;
        text-align: right;
    }
    .site-branding {
        left: 20px;
		z-index:100;
    }
    .menu-btn, .menu-primary a {
        padding-left: 140px;
    }
    .navbar {
        padding-top: 0px;
        z-index: 100;
        margin-top: 70px;
    }
    .carousel.in {
        height: 205px;
    }
}

@media (max-width: 380px){
    .navbar {
        margin-top: 60px;
    }
    .menu-btn, .menu-primary a {
        padding-left: 110px;
    }
    .shows-img .mask-img {
        height: 197px;
        -webkit-mask-image: url(images/logo-big.png);
        mask-image: url(images/logo-big.png);
    }
    .carousel.in {
        font-size: 18px;
    }
}
@media (max-width: 320px){

}
@media (min-width: 769px){

}
@media (min-width: 1400px){

}