@import "icons.css";
@import "common.css";



article, article p, article p span {
    font-family: Arial,Sylfaen,Helvetica,sans-serif !important;
    font-size: 1.1rem;
    text-align: justify !important;
    color: #32596b !important;
    /*color: #000 !important;*/
}

/*
article::first-letter { 
  font-size: 200%;
  color: #3286A7;
  font-weight: bold;
}

*/

.intro-text, .intro-text p, .intro-text p span {
    font: 16px/1.4em theatre-nusx !important;
    color: #607d8b !important;
}

body {
    /*background-image: url("../assets/img/theatre/cover1.jpg") !important;*/
    /*background: #F5F7FC;*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

.contact-page-container {
    background: transparent;
    border-radius: 5px;
    width: 80%;
    margin: auto !important;
    padding-bottom: 15px;
}
.page-container {
    background: transparent;
    border-radius: 5px;
    padding: 15px;
    width: 80%;
    margin: 30px auto !important;
   // text-align: center;
}

.background-img-cover {
    background-size: cover;
}
.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }
.front-poster {
    height:260px;
    background-repeat: no-repeat;
    background-size: contain;
}

#header-top {
    background-size: 100% 100% !important;
    background-attachment: fixed;
    height: 150px;
    background: url("../assets/img/system/header.jpg") no-repeat;
}

header#header {
    position: relative;
    width: 100%;
    //height: 220px;

}

.site-name {
    font-family: titlefont !important;
    letter-spacing: 0.2em;
    font-size: 14px;
    margin: 15px 0 0 120px;
}


.menu-top-color {
    color: #3286A7 !important;
}

#mainMenuNav {
    font-family: titlefont !important;
    color: #fff !important;
    //height: 43px;
}

#mainMenuNav li > a {
    color: #fff !important;
}

#mainMenuNav a:hover {
    background: #296F8B !important;
    color: #fff !important;
}

#mainMenuNav li.active > a {
    background: #fff !important;
    color: #3286A7 !important;
}



.carousel-inner img {
    width: 100%;
    height: 100%;
}

#partnersWrapper {
    box-shadow: 5px 5px 30px -20px rgba(0,0,0,0.75);
    background: #fff;
    height: 100px;
    padding: 12px 20px !important;
}

.menu-item-active {
    background: #fff !important;
    color: #3286A7 !important;
}

.menu-fixed .menu-item-active {
    background: #fff !important;
    color: #3286A7 !important;
}

#mainContainer {
    margin: auto;
    min-height: 100% !important;
    position: relative !important;
    /*background-image: url("../assets/img/theatre/cover1.jpg") !important;*/
    /*background: #E1E1E1;*/

    background-size: cover;
    background-attachment: fixed;
}

ul#address-bar li {
    margin-bottom: 5px;
    padding-left: 15px;
}

ul#address-bar li a, .social {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
}

.social {
    opacity: 0.7;
}



/** Social Button */

.social:hover {
    opacity: 1;
}

.color-primary {
    color: #25AAE1 !important;
}

.color-secondary {
    color: #3585AB !important;
}

.color-person-contact-icon {
    color: #12759d !important;
}

ul.ul-border-none, ul.ul-border-none li {
    border: none !important;
}

.staff-person-name {
    font: 20px theatre-nusx;
    color: #25AAE1;
}


.admin-person-name {
    font: 16px bodyfont;
    color: #25AAE1;
}
.round-small {
    border-radius: 3px;
}


.content-search {
    font: 16px theatre-nusx;
    color: #3089AC;
}

ul.social-links {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    list-style-type: none;
    width: 100px;
}
ul.social-links li:not(:last-child) {
    float: left !important;
    margin-right: 10px;
}



ul.social-links li a i {
    color: rgba(44,137,177, 0.6) !important;
}

ul.social-links li a i:hover {
    color: rgba(44,137,177, 1) !important;
}

.social-btn a {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center !important;
    margin-top: 4px;
	/*box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);*/
}




.social-btn a i {
    vertical-align: -10px;
}

/*********************/


ul#address-bar li a:hover {
    opacity: 0.5;
}

ul#address-bar li a i {
    vertical-align: -10px;
    text-align: center;
}



.article-tool-bar {

}

/*   Hover zoom */

.hover-zoom {
   /* float: left;
    margin: 0; */
    min-height: 133px;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,255, 0.5);
    position: relative;
}
.event-desc {
    min-height: 112px !important;
    max-height: 133px;
}

.small-title {
    font: 12px theatre-nusx !important;
    color: grey;
}
.small-value {
    font: 13px theatre-nusx !important;
    //color: blue;
    color: #3388AD;
    font-weight: bold !important;
}

.play-title {
    font: 22px theatre-nusx;
    color: #3A5BA2;
}

.hover-zoom:hover {
    background-size: 130% 130%;
}

.hover-zoom p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.4);
    padding: 0.5em;
    margin: 0;
    /*
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    */
    box-sizing: border-box;
}


/******** END ********/

.photo-collage {
    height: 200px;
    width: 200px;
    background-size: cover;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
}



.txt-shadow-red {
    text-shadow: 2px 2px #ff0000;
}

.txt-shadow-yellow {
    text-shadow: 2px 2px #fffd45;
}

.txt-shadow-blue {
    text-shadow: 2px 2px #0c15ff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*letter-spacing: 5px;
    font-size: 1.3em; */
}

.txt-shadow-green {
    text-shadow: 1px 1px #6cff3c;
}

.txt-shadow-white {
    text-shadow: 1px 1px #ffffff;
}

#band1-header {
/ / background-position: 50 % 0;
    background-size: cover;
    background-repeat: no-repeat;
/ / background-size: contain;
    height: 140px;
    width: 100%;
/ / display: table-cell;
/ / vertical-align: middle;
}

#band1-header h2 {
    vertical-align: bottom !important;
    line-height: 1.3em;
}

.gallery-container {
    clear: both;
    color: #0000FF;
    text-align: center;
    margin: 50px 0 70px 0 !important;

}

.clear {
    clear: both;
}

.pagination-inactive a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    opacity: 0.4;
    font-style: italic;
}

.playbill-item:not(:last-child) {
    margin-bottom: 50px !important;
}

.blinking {
    /*background: white !important;*/
    padding: 2px 3px !important;
    border-radius: 4px !important;
    color: #FF0000 !important;
    font: 16px theatre-nusx;
    animation: blink normal 3s infinite ease-in-out;

}

.rotate {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;

    overflow: hidden;

}

.rotate-slow {
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -o-transition-duration: 2s;
    transition-duration: 2s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;

    overflow: hidden;

}

.overflow-hidden {
    overflow: hidden !important;
}

p.overflow-hidden:after {
    content: "...";
}

.fadeIn {
	-webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
	transition-property: opacity;
	opacity: 0.4;
}

.fadeIn:hover {
	opacity: 1;
}

.rotate:hover, .rotate-slow:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.search-bar {
    background: #3bbc1c;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 13px;
    height: 42px;
    line-height: 48px;
    text-align: center;
    width: 40px;
}

.submit {
    float: right;
    height: 42px;
    line-height: 48px;
    width: 45px;
}

/*********** SEARCH BOX *************************/
/*@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);
@import url(https://raw.github.com/FortAwesome/Font-Awesome/master/docs/assets/css/font-awesome.min.css);
*/
/*body {
    background: #DDD;
    font-size: 15px;
}*/


ul#articles-list li:not(:last-child) {
    margin-bottom: 30px;
}

#search-form-wrappper input[type="search"] {
    height: 30px;
    font-size: 16px;
    display: inline-block;
    font-weight: 100;
    border: none;
    border-radius: 5px;
    outline: none;
    color: #555;
    padding: 3px;
    padding-right: 20px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}

.btn-search {
    cursor: pointer;
    font-size: 28px;
}

#search-form-wrappper input[type="search"]:focus:hover {
    border-bottom: 1px solid #BBB;
}

#search-form-wrappper input[type="search"]:focus {
    width: 320px;
    z-index: 1;
    border-bottom: 1px solid #BBB;
    cursor: text;
    background: white;
}

/*#search-form-wrappper input[type="submit"] {
    height: 30px;
    width: 43px;
    display: inline-block;
    color: red;
    float: right;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp////Vi4ZywAAABF0Uk5T/////////////////////wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center no-repeat;
    background-size: 60%;
    text-indent: -10000px;
    border: none !important;
    outline: none !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity .4s ease;
}

#search-form-wrappper input[type="submit"]:hover {
    opacity: 0.8;
}*/

/*********************************************/

/*  SOCIAL  */
.social-share {
    text-align: center;
    margin-top: 15%
}

.share p {
    display: inline-block;
    margin: 10px 0px 10px;
    padding: 0
}

.heading {
    text-align: center;
    margin: 15px 0 20px 0;
}

.spacer {
    height: 10px;
}

.li-margin-bottom:not(:last-child) {
    margin-bottom: 15px;
}

.btn-text {
    font: italic 16px theatre-nusx;
}

.heading h2 {

    font: italic 18px titlefont;
    color: #3388AD;
    letter-spacing: 0.1em;
}

.gradient-circle {
    background: radial-gradient(black 15%, transparent 16%) 0 0,
    radial-gradient(black 15%, transparent 16%) 8px 8px,
    radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 0 1px,
    radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 8px 9px;
    background-color: #282828;
    background-size: 16px 16px;
}

.gradient-1 {
    background-color: silver;
    background-image: radial-gradient(circle at 100% 150%, silver 24%, white 25%, white 28%, silver 29%, silver 36%, white 36%, white 40%, transparent 40%, transparent),
    radial-gradient(circle at 0 150%, silver 24%, white 25%, white 28%, silver 29%, silver 36%, white 36%, white 40%, transparent 40%, transparent),
    radial-gradient(circle at 50% 100%, white 10%, silver 11%, silver 23%, white 24%, white 30%, silver 31%, silver 43%, white 44%, white 50%, silver 51%, silver 63%, white 64%, white 71%, transparent 71%, transparent),
    radial-gradient(circle at 100% 50%, white 5%, silver 6%, silver 15%, white 16%, white 20%, silver 21%, silver 30%, white 31%, white 35%, silver 36%, silver 45%, white 46%, white 49%, transparent 50%, transparent),
    radial-gradient(circle at 0 50%, white 5%, silver 6%, silver 15%, white 16%, white 20%, silver 21%, silver 30%, white 31%, white 35%, silver 36%, silver 45%, white 46%, white 49%, transparent 50%, transparent);
    background-size: 100px 50px;
}

.gradient-gray {
    background: rgba(226, 226, 226, 1);
    background: -moz-linear-gradient(left, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226, 226, 226, 1)), color-stop(50%, rgba(219, 219, 219, 1)), color-stop(51%, rgba(209, 209, 209, 1)), color-stop(100%, rgba(254, 254, 254, 1)));
    background: -webkit-linear-gradient(left, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
    background: -o-linear-gradient(left, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
    background: -ms-linear-gradient(left, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
    background: linear-gradient(to right, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1);
}

.gradient-lightblue {
    background: rgba(212, 228, 239, 1);
    background: -moz-linear-gradient(left, rgba(212, 228, 239, 1) 0%, rgba(134, 174, 204, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(212, 228, 239, 1)), color-stop(100%, rgba(134, 174, 204, 1)));
    background: -webkit-linear-gradient(left, rgba(212, 228, 239, 1) 0%, rgba(134, 174, 204, 1) 100%);
    background: -o-linear-gradient(left, rgba(212, 228, 239, 1) 0%, rgba(134, 174, 204, 1) 100%);
    background: -ms-linear-gradient(left, rgba(212, 228, 239, 1) 0%, rgba(134, 174, 204, 1) 100%);
    background: linear-gradient(to right, rgba(212, 228, 239, 1) 0%, rgba(134, 174, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=1);
}




ul#partners {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;

}
/*
ul#partners li {
    display: inline-block;

}


ul#partners li:not(:last-child) {
    margin-right: 50px;
}*/

.border-top {
    border-style: solid;
    border-width: 48px 27px 27px;
    -moz-border-image: url(http://www.w3.org/TR/css3-background/border.png) 48 27 27 repeat;
    -webkit-border-image: url(http://www.w3.org/TR/css3-background/border.png) 48 27 27 repeat;
    -o-border-image: url(http://www.w3.org/TR/css3-background/border.png) 48 27 27 repeat;
    border-image: url(http://www.w3.org/TR/css3-background/border.png) 48 27 27 fill repeat;
}

#mailForm p {
    margin-bottom: 10px;
}

footer#footer {
    /*border-top: 2px dashed blue;*/
    //background: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.5);
   /* position:absolute;
    z-index: 1;
    width:100%;*/
    height:50px;
  /*  bottom:0;
    left:0;*/
    font-family: theatre-nusx;
    /*font-weight: bold;*/
}

#copyright {
    font: 13px titlefont !important;
    color: #B4B4B4 !important;
    margin-right: 12px;
}


#siteNameBottom {
    font: 15px theatre-nusx !important;
    color: #fff !important;
}

div#mainContent {
    margin-bottom: 50px !important;
    padding: 12px !important;
    /*background: rgba(0, 0, 0, 0.1) !important;*/
    /*background: #F5F7FC !important;*/
   background: #fcfcfc;
    /*background: rgba(255, 255, 255, 0.3) !important;*/
}

.menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.title-big-with-background {
    /*background: rgba(63,81,181,0.6);*/
    display: inline-block;
    background: rgba(51,136,173,0.8);
    letter-spacing: 0.1em;
    font: bold 1.5rem/1.6rem theatre-mtav;
    border-radius: 8px;
    color: #fff;
    padding: 16px !important;
	line-height: 2rem;
}

#closeBtn {
    z-index: 3;
}

.logo {
    /*box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);*/
}

.txt-dark-blue {
    color: darkblue;
}

.play-desc {
    font: 18px theatre-nusx;
    color: #3A5BA2;
    /*padding: 10px 0;*/
    text-align: center !important;
}

.arrow-left {
	display: inline;
	opacity: 0.5;
	position: absolute;
	left: 10px;
	top: 1px !important;
}

.arrow-left:hover {
	opacity: 1;
}

/**   Moduls   **/
.moduls h4 {
    font-style: italic;
    color: #949494;
}

.moduls span {
    vertical-align: 8px;
    font-weight: bold;
    font-style: italic;
}

.arrow-right {
    opacity: 0.5;
}

.arrow-right:hover {
    opacity: 1;
}


.article-title-small {
    font: 1.05rem theatre-nusx !important;
    color: #3388AD;
}


.administration-position {
    font: 14px bodyfont !important;
    color: #3388AD;
}

.article-title-large {
    font: bold 1.3rem theatre-mtav !important;
    letter-spacing: 0.2em;
    color: #3C86A7;
    margin-bottom: 20px;
}

.article-content-front, .article-content-front p, .article-content-front span {
    font: 1rem theatre-nusx !important;
    color: grey !important;
    text-align: left !important;
}

.children-margin-right:not(:last-child) {
    margin-right: 3px !important;
}

.pagination-active {
    background: #25aae1 !important;
    color: #fff !important;
    border-radius: 12px;
    width: 22px;
    height: 25px;
    padding: 0px;
    vertical-align: center;
    text-align: center;
}

.title-white {
    font: bold italic 24px theatre-nusx;
    color: white;
    letter-spacing: 0.3em;
    text-decoration: none;
}

.marquee {
    /*width: 300px; !* the plugin works for responsive layouts so width is not necessary *!*/
    overflow: hidden;
    border:1px solid #ccc;
}

.title-front {
    font: bold 20px theatre-mtav;
    color: rgba(51,136,173, .5);
    letter-spacing: 0.3em;
    text-decoration: none;

}

a .title-front:hover {
    color: rgba(51,136,173, 1);
}

a:hover {
    text-decoration: none !important;
}


.showBandBtn {
    display: block !important;
    width: 100%;
    border: none;
    outline: none;
    max-height: 200px !important;
    background-color: rgba(255, 255, 255, 0.7);
}

.showBandBtn h2, article h2, .event-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.5em !important;
}


.band-poster {
    background-repeat: no-repeat !important;
    background-size: cover;
    margin: 0;
    padding: 0;
    height: 130px;
}


.menu-item-icon {
    background-color: white;
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    background-position: 50% 50%;
    margin: 5px 25px 0 0;
}





/* Scroll to top  */


     /* Scroll to top */
 .scrollToTop{
 //background: whiteSmoke;
     font-weight: bold;
    z-index: 2;
     text-decoration: none;
     position:fixed;
     bottom:40px;
     right:25px;
     display:none;
     /*background: url('arrow_up.png') no-repeat 0px 20px;*/
     opacity: 0.5;
 }
.scrollToTop:hover{
    text-decoration:none;
    opacity: 1;
}



.poster {
    float: left;
    margin: 5px 15px 5px 0;
	max-width: 100%;
}


img.poster:hover {
    box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important;
}


.inset-text {
    /* Shadows are visible under slightly transparent text color */
    color: rgba(10,60,150, 0.8);
    text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
}


.social-print span {
    cursor:pointer;
    display: inline;
}

.poster-play-big {
    height: 400px;
    background-size:cover !important;
}


article p {
    /*text-indent: 12px !important;*/
}

.btns-share-social {
    margin-top: 20px;
}


.img-frame {
    width: 150px;
    height: 150px;
    overflow: hidden;
    float: left;
    margin-right: 40px;
}

.img-frame div {
    width: 100%;
    height: 150px;
    transition: all .8s ease-in-out;
    background-size: cover !important;    background-position: center center!important;		
    opacity: .8;	
}

.img-frame div:hover {
    transform: scale(1.5);
    opacity: 1;
}



.modal-title, .troupe-item-title {
    font-family: titlefont;
    font-size: 1.1rem;
}

.bottom:after {
    position: absolute;
    content: '';
    pointer-events: none;
    left: -25%;
    width: 150%;
    height: 55%;
    background: inherit;
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: 1;
}

.skew-parent {
    background-color: rgba(112, 168, 191, .8);
    margin-top: 50px;
    padding: 5% 20px; /* Added a percentage value for top/bottom padding to keep the wrapper inside of the parent */

    -webkit-transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg);
}


.skew-parent > .skew-child {
    background-color: #fff;
    -webkit-transform: skewY(5deg);
    -moz-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
}



/* Print */
@media print {
    /* All your print styles go here */
    #header, #mobileHeader, #footer, #nav, .social-print, #gallery { display: none !important; }
	* {
		color: #000 !important;
	}
}



@media only screen and (max-width:600px){
    .padding-right-small {
        padding-right: 16px !important
    }
    .title-small {
        font-size: 1.2em !important;
    }

    .playbill-item-poster, .plays-item {
        height: 130px !important;
    }

}

@media only screen and (max-width:900px){

    article p {
        text-align: left!important;
    }

    .poster-play-big {
        max-width: 100%;
        height: 200px;
    }

    div#mainContent {
        padding: 0 10px !important;
    }
   .page-container {
        width: 100% !important;
       margin: 20px auto 80px auto !important;
       padding: 8px 0 !important;
   }

    ul.persons-list li {
        padding: 12px 8px !important;
        word-wrap: break-word !important;
    }

    .my-modal-content {
        width: 98% !important;      
    }
	
	.my-modal-body {
		max-height: 400px;
        overflow: scroll;
	}

    .showArtistBtn {
      /*  padding: 12px 4px !important;
        height: 270px !important;*/
    }

    #contactFormContainer {
        width: 100% !important;
        margin: 25px 0 80px 0 !important;
    }

    .w3-third, #mailForm {
        padding: 0 !important;
    }
}


@media (min-width: 1400px) {
    #header-top {
        height: 200px !important;
    }
}



/* Bootrap override*/

.dropdown:hover>.dropdown-menu {
    /*display: block !important;*/
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.image-zoom {
    cursor: zoom-in !important;
}


.main-nav-dropdown-menu {
    font-size: 0.8rem !important;
}

/*
#imageModal .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
*/


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

    .main-nav-dropdown-menu {
        font-size: 0.9rem !important;
    }

}



@media (max-width: 992px) {
    .container {
        width: 100%;
        padding: 0 !important;
    }
}


/****** Search bar ******/

.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
    padding-right: 20px;
    padding-bottom: 16px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 100%;
    border-radius: 4px 25px 25px 4px;
}
.search-form .form-group .form-control-search {
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #3596e0;
    left: initial;
    font-size: 14px;
}


/********  End Search bar**********/

.dropdown:hover>.dropdown-menu, .btn-group:hover>.dropdown-menu {
    /*display: block !important;*/

}


.date-color {
    color: #4274a0;
}



#board {
    position:relative;
    width:95%;
    height:300px;
    margin:40px auto;
    background:linear-gradient(#616161, #474747);
    border:1px solid #9f7037;
    box-shadow:
            inset 0 0 2px 2px rgba(0,0,0,0.3),
            inset 0 30px 30px rgba(255,255,255,0.1);
    text-align:center;
    color:white;
    font-weight:bold;
    font-size: 1.2rem;
    font-family:'Monospace';
    letter-spacing:3px;
    text-shadow:0 1px 0 rgba(0,0,0,0.3);
    line-height:1.5rem;
    border-radius:3px;
}

#board:before {
    content:"";
    position:absolute;
    left:-10px;
    right:-10px;
    top:-10px;
    bottom:-10px;
    background:#e8cca0;
    z-index:-1;
    border-radius:0.3em;
    border:#9b6b2f solid 1px;
    box-shadow:
            0 4px 2px 2px rgba(0,0,0,0.2),
            inset 0 1px 0 rgba(255,255,255,0.4),
            inset 0 0 2px rgba(0,0,0,1);
}

#board:after {
    content:"";
    display:block;
    position:absolute;
    border-radius:0.1em 0.1em 0 0.1em;
    width:50px;
    height:8px;
    background:#f1f1f1;
    bottom:-1px;
    right:15px;
    box-shadow:
            inset 0 -4px 1px rgba(0,0,0,0.3),
            -1px -1px 1px rgba(0,0,0,0.2),
            0 2px 0 rgba(0,0,0,0.3);
}

textarea#boardTA {
    background: transparent;
    resize: none;
}

textarea#boardTA:focus {
    outline: none!important;

}

.board-bg {

    position: relative;
    z-index: 1;
}

@media (min-width: 1025px) {

    .board-bg::before {
        content: "";
        background: url("../assets/img/system/board_bg2.jpg") no-repeat;
        background-size: cover;
        opacity: 0.5;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

}





.lang {
    width: 30px;
    height: 20px;
}


.lang-link:not(:last-child) {
    margin-right: 6px;
}

.lang-active {
    background-position-y: 0 !important;
}

.lang-inactive {
    background-position-y: 20px !important;
}

.lang:hover {
    opacity: .8;
}
