@import url(fancybox.css);

/* FancyBox Styles */

html,
body {
    -webkit-font-smoothing: antialiased;
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
    font-family: 'Open Sans', sans-serif;
    background-color: #f4f5f6;
}

/*#comingsoon,#support,#testimonials,#news, #bottom{background-color: #f4f5f6;}*/
/* Wrapper for page content to push down footer */

#wrap {
    min-height: 100%;
    height: auto!important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
    color: #333;
}

/* Set the fixed height of the footer here */

#push {
    height: 60px;
}

.coming-soon {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*Navbar Customizations*/

.navbar-inner {
    background: #2D3538;
    background-color: #2D3538;
    filter: none;
    background-image: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -mox-box-shadow: none;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

.navbar-inner {
    background: rgba(46, 46, 46, 0.35);
}

.navbar .navbar-inner.sticky {
    background: rgba(0, 0, 0, 0.7);
    border-bottom: none;
}

.navbar .sticky .nav > li > a:hover {
    color: #fff;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -mox-box-shadow: none;
}

.navbar .sticky .nav > li.active a {
    background: transparent;
    color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -mox-box-shadow: none;
}

.navbar .sticky .nav > li a {
    background: transparent;
    color: #b4b4b4;
    box-shadow: none;
    -webkit-box-shadow: none;
    -mox-box-shadow: none;
}

.navbar .sticky .dropdown-menu li >a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
}

.navbar .sticky .dropdown-menu li > a:hover,
.navbar .sticky .dropdown-menu li > a:focus,
.navbar .sticky .dropdown-submenu:hover > a {
    text-decoration: none;
    color: #FFF;
    background-color: #292929;
    background-image: none;
}

.navbar .dropdown-menu li > a:hover,
.navbar .dropdown-menu li > a:focus,
.navbar .dropdown-submenu:hover > a {
    text-decoration: none;
    color: #FFF;
    background-color: #292929;
    background-image: none;
}

.navbar .nav > li > .dropdown-menu:after {
    border-bottom: 6px solid #383838;
}

.dropdown-menu {
    margin: 5px 0 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-color: #383838;
    padding: 0;
}

.dropdown-menu li > a {
    color: #a5a5a5;
    padding: 10px;
    border-bottom: 1px solid #474747;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    box-shadow: none;
    -webkit-box-shadow: none;
    -mox-box-shadow: none;
}

.navbar .nav > li > a {
    text-shadow: none;
    color: #d3d3d3;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    vertical-align: middle;
    font-size: 15px!important;
    padding: 18px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    box-align: center;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}

.navbar .nav > li > a:hover {
    color: #999;
    background: rgba(0, 0, 0, 0.36);
    box-shadow: none;
    -webkit-box-shadow: none;
    -mox-box-shadow: none;
}

.navbar .nav > li.active a {
    background: rgba(0, 0, 0, 0.36);
    color: #999;
    box-shadow: none;
    -webkit-box-shadow: none;
    -mox-box-shadow: none;
}

.navbar .nav > li.active a:hover {
    background: rgba(0, 0, 0, 0.36);
    color: #C6D0D3;
    box-shadow: none;
    -webkit-box-shadow: none;
    -mox-box-shadow: none;
}

/* Nav bar CSS END*/
/*General Items CSS*/

#main-media {
    padding-bottom: 10px;
}

section {
    position: relative;
}

header {
    background: url(../images/washingline.jpg) no-repeat #020202;
    background-size: cover;
    padding-top: 10px;
}

.btn-landing {
    text-shadow: 0 -1px 0 #6c9a15;
    color: #fff;
    background-color: #8AB833;
    background-image: 0;
    background-image: 0;
    background-image: 0 to(#6c9a15);
    background-image: 0;
    background-image: 0;
    background-image: linear-gradient(top, #a8d651, #6c9a15);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a8d651', endColorstr='#6c9a15', GradientType=0);
    border-color: #8AB833 #6c9a15 #6c9a15 #8AB833;
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}

.btn-landing:hover,
.btn-landing:active,
.btn-landing.active,
.btn-landing.disabled,
.btn-landing[disabled] {
    background-color: #6c9a15;
}

.btn-landing:hover {
    color: #fffffb;
    text-shadow: 0 -1px 0 #4e7c00;
}

.btn-landing:focus {
    color: #eeff97;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-color: #8AB833 #6c9a15 #6c9a15 #8AB833;
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}

.btn-landing.active,
.btn-landing:active {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #eeff97;
}

.btn-landing {
    font-family: Open Sans, sans-serif;
    min-width: 200px;
    padding: 20px;
    font-size: 19px!important;
    font-weight: 300;
    background: #8AB833;
    border-radius: 0;
}

#footer-background {
    background-image: url(../images/brickWallFooter.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #F0FCFF;
    padding: 60px 0;
    text-shadow: 1px 1px 1px #000;
    background-size: cover;
}

footer {
    font-size: 12px;
    color: #888;
    display: block;
    background: #222;
    padding: 50px 0 100px;
    position: relative;
    width: 100%;
}

.copyright {
    color: #BBB;
}

li.heading {
    font-weight: 700;
    margin-bottom: 4px;
}

ul.social li i {
    font-size: 50px;
    line-height: 50px;
    color: #ccc;
}

ul.social li i:hover {
    color: #bbb;
}

hr {
    border: solid #DDD;
    border-width: 1px 0 0;
    clear: both;
    margin: 22px 0 21px;
    height: 0;
}

hr.line {
    border-color: #D3D3D3;
    margin: 40px auto;
    max-width: 960px;
    border-bottom: 1px solid #FFF;
}

/*margins & paddings css for easy use*/

.margin5 {
    margin-top: 5%;
    margin-bottom: 5%;
}

.margintop25p {
    margin-top: 25%;
}

.margintop10p {
    margin-top: 10%;
}

.margintop10 {
    margin-top: 10px;
}

.paddingtop10 {
    padding-top: 10px;
}

.paddingtop20 {
    padding-top: 20px;
}

.paddingtop40 {
    padding-top: 40px;
}

.paddingtop100{
    padding-top:100px;
}

.marginbot20 {
    margin-bottom: 20px;
}

.paddingbot20 {
    padding-bottom: 20px;
}

.paddingbot60 {
    padding-bottom: 60px;
}

.margintop20p {
    margin-top: 20%;
}

.margintop20 {
    margin-top: 20px;
}

.margintop40 {
    margin-top: 40px;
}

.margintop100 {
    margin-top: 40px;
}

.paddingbottom40 {
    padding-bottom: 40px;
}
.paddingbot100 {
    padding-bottom: 100px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.colorpicker_field input {
    width: auto;
}

.colorpicker_field input,
.colorpicker_hex input {
    width: auto;
    line-height: 0;
}

/* h2 {
    font-size: 150px;
    line-height: 55px;
    letter-spacing: -1px;
    font-weight: 300;
} */

h2.big-h2-heading {
    font-size: 50px;
}

footer img {
    height: 50px;
}

img.companyLogo {
    height: 100px;
    margin-right: 2em;
    padding-bottom: 1em;
}

a.zoom {
  cursor: zoom-in;
}

#scroll-to-top {
    position: fixed;
    bottom: 0;
    right: 1%;
}

.support-icon {
    font-size: 80px;
    display: block;
    padding: 30px 0 0;
}

/*marks mods*/

#thePlays {
    background-color: #222;
    color: #ccc;
}

.infoBox {
    background-color: #333333;
    padding: 1em;
    border-radius: 4px;
    margin-top: 1em;
    color: #ccc;
}

.news {
    font-size: 25px;
    margin-top: 30px;
    line-height: 25px;
    letter-spacing: -1px;
    font-weight: 300;
}

#thePlaysBanner {
    background-image: url(../images/lineScript.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0;
    text-shadow: 1px 1px 1px #000;
}

#thePlaysBanner h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 65px;
    line-height: 1;
    letter-spacing: -3px;
}

/*General CSS END*/

/* Google Map
=================================================================== */

#small-map-container {
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    position: relative;
    z-index: 2;
    border: 5px solid #666;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .25);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .25);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .25);
    height: 300px;
    width: 300px;
    margin-bottom: -305px;
}

#small-map-container a {
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    position: relative;
    z-index: 2;
    height: 250px;
    width: 250px;
    display: block;
}

#small-map {
    position: relative;
    z-index: 1;
}

#footer a {
    color: #666;
}

#footer a:hover {
    color: #fff;
}

#blinddate {
    display: block;
    background: #222;
    color: #ccc;
    padding-bottom: 2em;
}

/*ComingSoon*/

#comingsoon {
    display: block;
    background: #222;
    color: #ccc;
    padding-bottom: 2em;
}

#comingsoon .admission p {
    font-size: 25px;
    line-height: 25px;
    font-weight: bolder;
    letter-spacing: -1px
}

#comingsoon .admission p.subinfo {
  font-weight: normal;
  font-size: 1.25em;
}

#comingsoon .admission p.address {
  font-weight: normal;
}

#comingsoon h2 {
    text-decoration: underline;
    font-size: 1.5em;
    font-weight: bold;
}

#comingsoon h3 {
    text-decoration: none;
    font-size: 1.25em;
}

#comingsoon h4 {
    font-size: 1em;
}

#comingsoon p.performers {
    font-style: italic;
    font-weight: bold;
}

#comingsoon.img {
    padding-right: 1em;
    margin-right: 1em;
    display: block;
}

#comingsoon.ul {
    float: left;
    margin-left: 1em;
    padding-left: 1em;
}

#comingsoon li.list-header {
    text-decoration: underline;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.5em;
}

#comingsoon p.review {
    font-size: larger;
}

/*GetInvolved*/

#getinvolved {
    display: block;
    background: #222;
    color: #ccc;
    padding-bottom: 2em;
}

#getinvolved-banner {
    background-image: url(../images/brickWallFooter.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #F0FCFF;
    padding: 100px 0;
    text-shadow: 1px 1px 1px #000;
    background-size: cover;
}

#getinvolved-banner h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 65px;
    line-height: 1;
    letter-spacing: -3px;
}

#getinvolved-banner h3 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-weight: 100;
    font-size: 27px;
    letter-spacing: 0;
}

#getinvolved-banner img {
    padding-top: 1em;
}

#getinvolved h2 {
    text-decoration: underline;
    font-size: 1.5em;
    font-weight: bold;
}

#getinvolved h4 {
    text-decoration: underline;
    font-size: 1.25em;
}

#getinvolved.img {
    padding-right: 1em;
    margin-right: 1em;
    display: block;
}

#getinvolved.ul {
    float: left;
    margin-left: 1em;
    padding-left: 1em;
}

#getinvolved li.list-header {
    text-decoration: underline;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.5em;
}

.feature-icon {
    text-align: center;
    color: #999;
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -ms-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
}

.feature-icon:hover {
    color: #333;
}

/*
Get involved slider*/

.slider {
    overflow: hidden;
}

.slider figure div {
    width: 4.545454545%;
    float: left;
}

.slider figure img {

    width: 100%;
    float: left;
}

.slider figure {
    position: relative;
    width: 2200%;
    margin: 0;
    left: 0;
    animation: 60s slidy infinite;
}

@keyframes slidy{
    0% {
        left:0;
    }
    3.5% {
        left:0;
    }
    4.5% {
        left:-100%;
    }
    8% {
        left:-100%;
    }
    9% {
        left:-200%;
    }
    12.5% {
        left:-200%;
    }
    13.5% {
        left:-300%;
    }
    17% {
        left:-300%;
    }
    18% {
        left:-400%;
    }
    21.5% {
        left:-400%;
    }
    22.5% {
        left:-500%;
    }
    26% {
        left:-500%;
    }
    27% {
        left:-600%;
    }
    30.5% {
        left:-600%;
    }
    31.5% {
        left:-700%;
    }
    35% {
        left:-700%;
    }
    36% {
        left:-800%;
    }
    39.5% {
        left:-800%;
    }
    40.5% {
        left:-900%;
    }
    44% {
        left:-900%;
    }
    45% {
        left:-1000%;
    }
    48.5% {
        left:-1000%;
    }
    49.5% {
        left:-1100%;
    }
    53% {
        left:-1200%;
    }
    54% {
        left:-1200%;
    }
    59.5% {
        left:-1300%;
    }
    62% {
        left:-1300%;
    }
    63% {
        left:-1400%;
    }
    66.5% {
        left:-1400%;
    }
    67.5% {
        left:-1500%;
    }
    71% {
        left:-1500%;
    }
    72% {
        left:-1600%;
    }
    75.5% {
        left:-1600%;
    }
    76.5% {
        left:-1700%;
    }
    80% {
        left:-1700%;
    }
    81% {
        left:-1800%;
    }
    83.5% {
        left:-1800%;
    }
    84.5% {
        left:-1900%;
    }
    89% {
        left:-1900%;
    }
    90% {
        left:-2000%;
    }
    93.5% {
        left:-2000%;
    }
    94.5% {
        left:-2100%;
    }
    98% {
        left:-2100%;
    }
    99% {
        left:-2100%;
    }
}

/*history*/

#history {
    display: block;
    background: #222;
    color: #ccc;
    padding-bottom: 2em;
}

#history .container {
    padding-top: 2em;
}

#history-banner {
    background-image: url(../images/scatteredScripts.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #F0FCFF;
    padding: 100px 0;
    text-shadow: 1px 1px 1px #000;
    background-size: cover;
}

#history-banner h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 65px;
    line-height: 1;
    letter-spacing: -3px;
}

#history-banner h3 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-weight: 100;
    font-size: 27px;
    letter-spacing: 0;
}

#history h3 {
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
}

#history ul {
    padding: 0px 10px;
    margin: 0px;
    list-style: none;
    padding: 20px;
    margin: 0px 20px 20px 0px;
    color: #CCC;
    text-align: left;
}


/*reactions*/

#reactions {
    display: block;
    background: #222;
    color: #ccc;
    padding-bottom: 2em;
}

#reactions-background {
    background-image: url(../images/newspapers.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #F0FCFF;
    padding: 150px 0;
    text-shadow: 1px 1px 1px #000;
    background-size: cover;
}

#reactions-background h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 65px;
    line-height: 1;
    letter-spacing: -3px;
}

#reactions-background h3 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0;
}


/*team*/

#team {
    display: block;
    background: #222;
    color: #ccc;
    padding-bottom: 2em;
}

#team-background {
    background-image: url(../images/lineScript.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #F0FCFF;
    padding: 150px 0;
    text-shadow: 1px 1px 1px #000;
    background-size: cover;
}

#team-background h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 65px;
    line-height: 1;
    letter-spacing: -3px;
}

#team-background h3 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0;
}

#team div .item {
    text-align: left;
}

p.photoCredit {
    font-style: italic;
    font-size: 0.7em;
}


/*COLOR SWITCHER*/

#toggle_button {
    margin: 0;
    margin-left: -2px;
    padding: 0;
    float: left;
    width: 30px;
    height: 30px;
    background: #fff url(themes_panel.png) no-repeat center center;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}

#toggle_button a {
    display: block;
    padding: 14px 0;
}


/* ---------------------------------= */


/* Flexslider
----------------------------------- */


/* Browser Resets
------------------*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* Necessary Styles
------------------*/

.flexslider {
    margin: 0;
    padding: 0;
    min-height: 450px;
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides > li {
    position: relative;
    zoom: 1;
    display: none;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}


/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */

.flexslider {
    position: relative;
    zoom: 1;
    z-index: 50;
}


/* Clearfix for the .slides element */

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}


/* No JavaScript Fallback */


/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
    display: block;
}


/* Default Styles
------------------*/

.flexslider {
    /*background: #fff;*/
    zoom: 1;
    text-align: center;
    margin-top: 8%;
}

.ie7 .flexslider {
    margin-bottom: -30px;
}

.flex-viewport {
    max-height: 2000px;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}


/* Direction Nav
------------------*/

.flex-direction-nav a {
    width: 20px;
    height: 20px;
    display: block;
    /*background-color: #000;*/
    bottom: 45%;
    right: 1%;
    float: none;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    /*background-color: transparent;*/
    /*background: rgba(0, 0, 0, 0.65);*/
    bottom: 50px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    opacity: .3;
}

.flex-direction-nav .flex-next {
    background: url(../images/arrows.png) no-repeat -20px 0;
}

.flex-direction-nav .flex-prev {
    background: url(../images/arrows.png) no-repeat 0 0;
    left: 1%;
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.subpage .flex-direction-nav a {
    bottom: 0;
    right: 0;
    bottom: 30px;
}


/* Control Nav
------------------*/

.flex-control-nav {
    position: absolute;
    top: 0;
    right: 0;
}

.flex-control-nav li {
    margin: 0 3px 0 0;
    display: inline-block;
    zoom: 1;
}

.flex-control-paging li a {
    width: 14px;
    height: 14px;
    display: block;
    background: #c8c8c8;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    opacity: .5;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background: #505050;
}

.flex-control-paging li a.flex-active {
    cursor: default;
}

.flexslider li p {
    color: rgba(255, 255, 255, 0.71);
    text-shadow: 1px 1px 1px rgba(61, 61, 61, 0.49);
}

.flexslider li h1 {
    color: rgba(75, 75, 75, 0.64);
    font-size: 60px;
    line-height: 1;
    letter-spacing: -3px;
    font-weight: 300;
}


/*Home Icons, Featues Icons*/

.home .mainTitle {
    line-height: 1em;
    font-size: 5em;
    font-weight: bold;
}

.home .subTitle {
    line-height: 1em;
    font-size: 2em;
    font-weight: lighter;
}

#home-icons {
    text-align: center;
    position: absolute;
    bottom: 30px;
}

#home-arrow {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    width: 50px;
    margin: auto;
    z-index: 9000;
}

#home-arrow a {
    padding: 10px;
    display: inline-block;
    color: #666;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#home-arrow a:hover {
    color: #999;
}

#home-arrow a i {
    line-height: 1px;
}


/*Thumbnails*/

.thumbnail {
    border: 0;
    padding: 0;
    text-align: center;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.thumbnail h4 {
    padding: 20px;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -1px;
}

.thumbnail span {
    font-size: 13px;
    color: #bbbdc0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
}

.thumbnail p {
    padding: 0 20px 20px;
    margin: 0;
}

.icon-10x {
    font-size: 10em;
}


/* ==== Carousel ==== */

.carousel-control.car-button {
    position: absolute;
    height: auto;
    width: auto;
    background: rgba(0, 0, 0, 0.47);
    opacity: .1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px 10px;
}

.carousel-control.left {
    left: 1%;
}

.carousel-control.right {
    right: 1%;
}

.carousel-inner .item img {
    display: inline-block!important;
}

.carousel-inner .item {
    text-align: center!important;
}

.car-button {
    background: none;
    border: none;
    font-size: 30px;
    opacity: 0.1;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.car-button:hover {
    border: none;
    opacity: .5;
}

.carousel.horizontal .next {
    left: 100%;
}

.carousel.horizontal .prev {
    left: -100%;
}

.carousel.horizontal .active.left {
    left: 100%;
}

.carousel.horizontal .active.right {
    left: -100%;
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    opacity: 0;
}

.carousel.carousel-fade .active.item {
    opacity: 1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}

.vertical .carousel-inner {
    height: 100%;
}

.carousel.vertical .item {
    -webkit-transition: .6s ease-in-out top;
    -moz-transition: .6s ease-in-out top;
    -ms-transition: .6s ease-in-out top;
    -o-transition: .6s ease-in-out top;
    transition: .6s ease-in-out top;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 100%;
}

.carousel.vertical .prev {
    top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
    -webkit-transition: ease-in-out top;
    -moz-transition: ease-in-out top;
    -ms-transition: ease-in-out top;
    -o-transition: ease-in-out top;
    transition: ease-in-out top;
}

.carousel.vertical .active.left {
    top: 100%;
}

.carousel.vertical .active.right {
    top: -100%;
}

.carousel.vertical .item {
    left: 0;
}

.carousel .inactive {
    position: absolute;
    display: block;
    z-index: -1;
}

.carousel .inactive.active {
    position: relative!important;
    z-index: 0;
}


/* == Testimonial Box == */

.testimonial {
    background-color: #333333;
    border: 0;
    padding: 1em;
    margin-bottom: 2em;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 0 rgba(41, 41, 41, 0.09);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.testimonial.transparent {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

p.quote {
    font-weight: 300;
    font-size: 15px;
}

p.quoteSource {
    font-style: italic;
}

.testimonial p {
    padding: 10px;
    line-height: 22px;
}


/*Shadow Box*/

.shadowbox {
    background-color: #FFF;
    border: 0;
    padding: 0;
    padding-bottom: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
}

.big-heading {
    font-size: 56px;
    line-height: 1;
    letter-spacing: -3px;
    text-align: center;
}


/*Sub Headings*/

.sub-heading {
    font-size: 18px;
    font-weight: 300;
    color: #BBBDC0;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin: 20px 0 35px 0;
}

.sub-heading-support {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin: 10px 0;
}

.sub-heading-contact {
    font-size: 18px;
    font-weight: 300;
    color: #000!important;
    text-shadow: none!important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin: 10px 0;
}

.carousel-fade .carousel-inner {
    overflow: visible;
}


/*Bootstrap Core Overlay CSS*/

.navbar .brand {
    padding: 10px 0;
    width: 150px;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    background: transparent;
    box-shadow: none;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #81A74C;
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #92C65F;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #92C65F;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #92C65F;
}


/* -------------------------------------------------------- */


/*  Forms  */


/* -------------------------------------------------------- */

.form-menu input[type=text],
.form-menu input[type=password] {
    position: relative;
    height: 20px;
    width: auto;
    padding: 12px;
    margin-top: 10px;
    color: #979797;
    background: #464646;
    border-radius: 0;
    border: 0;
}

.form-main input,
.form-main textarea {
    position: relative;
    height: 20px;
    width: 100%;
    padding: 16px 12px 14px;
    margin-top: 10px;
    color: #979797;
    background: #464646;
    border-radius: 0;
    border: 0;
}

.form-comments input,
.form-comments textarea {
    position: relative;
    height: 20px;
    width: 100%;
    padding: 16px 12px 14px;
    margin-top: 10px;
    color: #979797;
    background: #f4f4f4;
    border-radius: 0;
}

.form-modal input,
.form-modal textarea {
    position: relative;
    height: 20px;
    width: 95%;
    padding: 16px 12px 14px;
    margin-top: 10px;
    color: #979797;
    border-radius: 0;
}

.form-main textarea,
.form-comments textarea {
    height: 100px;
    resize: none;
}

.error {
    color: #FFF;
    display: none;
}


/* -------------------------------------------------------- */


/*  Buttons  */


/* -------------------------------------------------------- */

.btn {
    color: #fff;
    background: #8AB833;
    height: 48px;
    line-height: 48px;
    padding: 0 22px;
    text-shadow: none;
    border-radius: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0!important;
    box-shadow: rgba(0, 0, 0, 0) 0 0 0!important;
    margin-bottom: 8px;
    text-shadow: 1px 1px 1px #48611C;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-color: #8AB833 #6c9a15 #6c9a15 #8AB833;
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}

.btn:hover {
    color: #FFF;
    background: #82AD38;
    text-shadow: 1px 1px 1px #48611C;
}

.navbar .btn-navbar {
    background: #90B912;
}

.navbar .btn-navbar:hover {
    background: #82AD38;
}

.btn-blue {
    background: #467add;
}

.btn-blue:hover {
    background: #83adff;
}

.btn-gray {
    background: #3b3b3b;
}

.btn-gray:hover {
    background: #467add;
}


/*Footer Links*/

ul.footer-links {
    list-style-image: url(../images/square.png);
    list-style-position: inside;
}

a.flink {
    color: #666;
    text-decoration: none;
    line-height: 30px;
    font-weight: 400;
    font-size: 13px;
    margin-left: 0;
    -moz-transition: color .5s, margin-left .5s;
    -webkit-transition: color .5s, margin-left .5s;
    -o-transition: color .5s, margin-left .5s;
    -ms-transition: color .5s, margin-left .5s;
    transition: color .5s, margin-left .5s;
}

a.flink:hover {
    color: #FFF;
    margin-left: 5px;
}


/*Social Header on Home Screen*/

.social-header {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: auto;
    overflow: hidden;
    margin: 40px auto 0;
    z-index: 9001;
}

#contact .big-h2-heading {
    color: #999;
}

#contact p {
    color: #999;
}

#contact span {
    color: #999;
}

.color1 {
    color: #FF6231;
}

.color2 {
    color: #FFC62E;
}

.color3 {
    color: #2E9FFF;
}

.color4 {
    color: #db1f1f;
}


/*Modals*/

.modal {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.modal-header {
    padding: 22px 15px;
    border-bottom: 1px solid #FFF;
    background: #F5F5F5;
}

.modal-header h3 {
    font-weight: 100;
}

.modal-body {
    border-top: 1px solid #ddd;
}

a:focus {
    outline: 0;
}

a {
    color: #8AB833;
}

a:hover {
    color: #D2D6C9;
}

a,
a:hover {
    text-decoration: none;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #fff;
    background: rgba(0, 0, 0, 0.36);
}


/*page css*/

.page-top {
    background: #444;
    height: 57px;
}

.page-title {
    background: rgba(255, 255, 255, 0);
    padding: 15px 0;
    border-bottom: 1px solid #FFFDFD;
}

.page-title h2 {
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    text-shadow: 1px 1px 1px #fff;
    color: #6d6d6d;
}


/*services page*/

.services-page {
    padding: 30px 0;
    background: #FFF;
    color: #8E959C;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDDCDC;
}

.services-page.rev {
    border-top: 1px solid #FFFDFD;
    background: #F7F7F7;
    box-shadow: none;
    border-bottom: 1px solid #DDDCDC;
    padding-bottom: 50px;
}

.services-page.last {
    border-bottom: none;
}


/*features page*/

.feature-page {
    padding: 60px 0 0;
    background: #FFF;
    color: #8E959C;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDDCDC;
}

.feature-page.rev {
    border-top: 1px solid #FFFDFD;
    border-bottom: 0;
    background: #F7F7F7;
    box-shadow: none;
    border-bottom: 1px solid #FFFDFD;
}

.features-page.home {
    padding-bottom: 60px;
}

.feature-page.last {
    border-bottom: none;
}

.graphic-bars {
    width: 368px;
    float: left;
    padding-bottom: 70px;
}

.graphic-bars .bar-holder {
    padding-bottom: 13px;
}

.graphic-bars .bar {
    height: 35px;
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 35px;
}

.graphic-bars .bar span {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    background: #3b3b3b;
}

.graphic-bars .bar.green-bar span {
    background: #83C129;
}

.graphic-bars .bar em {
    position: absolute;
    top: 0;
    right: 10px;
    font-style: normal;
}

.graphic-bars small {
    font-size: 12px;
    color: #8e959c;
    line-height: 16px;
    display: block;
    padding-top: 4px;
}

.btn-normal {
    height: 30px;
    line-height: 30px;
    padding: 0 13px;
    margin-bottom: 0;
}

.btn-comments {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.single-blog .btn-toolbar {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 5px;
}

.thick {
    font-weight: 300;
}


/*post comments end*/


/*sidebar*/

.widget {
    background: #FFF;
    padding: 8px;
    font-size: 13px;
    line-height: 23px;
    box-shadow: 1px 1px 1px #cfcfcf;
    margin-bottom: 10px;
    border-radius: 4px;
}

.sidebar {
    background: #F7F7F7;
    border: 1px solid #E1E1E1;
    padding: 8px;
    margin-top: 10px;
    border-radius: 4px;
}

.sidebar h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}


/*theVenue*/

.theVenue-home {
    padding: 80px 0 60px;
    background: #FFF;
    color: #8E959C;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDDCDC;
}

#theVenue {
    display: block;
    background: #222;
    color: #ccc;
    padding-bottom: 2em;
}

#theVenue-banner {
    background-image: url(../images/theVenueBanner.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #F0FCFF;
    padding: 200px 0;
    text-shadow: 1px 1px 1px #000;
    background-size: cover;
}

#theVenue-banner h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 65px;
    line-height: 1;
    letter-spacing: -3px;
}

#theVenue-banner h3 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-weight: 100;
    font-size: 27px;
    letter-spacing: 0;
}

.theVenue {
    padding: 80px 0 60px;
    background: #FFF;
    color: #8E959C;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDDCDC;
}

.theVenue.rev {
    border-top: 1px solid #FFFDFD;
    border-bottom: 0;
    background: #F7F7F7;
    box-shadow: none;
    border-bottom: 1px solid #FFFDFD;
}


/*portfolio end*/

.navbar-inverse .navbar-inner {
    background-color: #3b3b3b;
    background: #3b3b3b;
    background-image: none;
}


/*PAGES NAVBAR*/

#navigation .nav.page li.active {
    position: relative;
}

#navigation .nav.page li.active:after {
    position: absolute;
    top: 47px;
    left: 45%;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #F4F5F6;
}


/*contact page*/

.contact-page {
    padding: 10px 0;
    background: #FFF;
    color: #8E959C;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDDCDC;
}

.contact-page.rev {
    border-top: 1px solid #FFFDFD;
    border-bottom: 0;
    background: #3B3B3B;
    box-shadow: none;
    border-bottom: 1px solid #FFFDFD;
}

.contact-page .last {
    border-bottom: 0;
}


/*portfolio*/

.single-portfolio {
    padding: 10px 0;
    background: #FFF;
    color: #8E959C;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDDCDC;
}

.single-portfolio.rev {
    border-top: 1px solid #FFFDFD;
    border-bottom: 0;
    background: #F7F7F7;
    box-shadow: none;
    border-bottom: 1px solid #FFFDFD;
}


/*clients*/

.as-seen img {
    opacity: .5;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.as-seen img:hover {
    opacity: 1;
}

section#bottom {
    background: #fff;
}

ul#twitter li {
    margin: 0 0 15px 0;
    background: url(../images/twitterfeed.png) no-repeat left top;
    padding: 0 0 0 30px;
}

.call-to-action-link a {
    text-align: center;
    padding: 1em 0;
    display: inline-block;
    font-size: 4em;
    font-weight: 100;
    width: 100%;
    margin: 0;
    border-top: 1px solid #DDDCDC;
    border-bottom: 1px solid #DDD;
    line-height: 1.2;
    background: #fff;
    o-transition: color .12s ease-out, background .12s ease-out;
    -ms-transition: color .12s ease-out, background .12s ease-out;
    -moz-transition: color .12s ease-out, background .12s ease-out;
    -webkit-transition: color .12s ease-out, background .12s ease-out;
    transition: color .12s ease-out, background .12s ease-out;
}

.call-to-action-link a:hover {
    background: #464646;
    color: #999;
}

.call-to-action-link a span {
    display: inline-block;
    margin: 0 auto;
    color: #c2c2c2;
}


/*HOME PAGE MULTI PAGES CSS*/

.features-home-page {
    background: #F4F5F6 !important;
}

.purity-list ul {
    padding: 0px 10px;
    margin: 0px;
    list-style: none;
    padding: 20px;
    margin: 0px 20px 20px 0px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #ddd;
}

.purity-list li {
    cursor: pointer;
    background: url('../images/bullet.png') no-repeat 10px 50%;
    padding: 10px 10px 10px 45px;
    background-color: #EEEEEE;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.purity-list li:first-child {
    border-top: none;
}

.purity-list li:last-child {
    border-bottom: none;
}

.purity-list li:hover {
    background-color: #8AB833;
    background-position: 20px 50%;
    padding-left: 55px;
    color: #fff;
}

@-webkit-keyframes widget_preview {
    from {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0px)
    }
}

@-moz-keyframes widget_preview {
    from {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0px)
    }
}

@-ms-keyframes widget_preview {
    from {
        opacity: 0;
        -ms-transform: translateY(-20px);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0px)
    }
}

@-o-keyframes widget_preview {
    from {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
    to {
        opacity: 1;
        -o-transform: translateY(0px)
    }
}

@keyframes widget_preview {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0px)
    }
}

div.feature-option-3 {
    margin-bottom: 30px;
}

i.features-option-3-icon {
    font-size: 5em;
    display: inline-block;
    margin-top: 18px;
    text-align: center;
    color: #8AB833;
}


/*div.feature-detail{margin-left: 2px;}*/

.feature-detail h3 {
    color: #888;
    font-weight: 300;
}

section#latest-work {
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDDCDC;
    background: #fff;
    padding: 40px 0;
}

#latest-work h1 {
    color: #9B9797;
}

section.index-description {
    border-top: 1px solid #FFFDFD;
    background: #F7F7F7;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.index-description p {
    color: #8E959C;
}

.index-description h1 {
    color: #999;
}

section.typography {
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDDCDC;
    background: #fff;
    padding: 40px 0;
}

.typography .headline {
    color: #999;
}


/*FANCY BOX*/


/*-----------------------------------------------------------------------------------*/


/*  FANCYBOX
/*-----------------------------------------------------------------------------------*/

#fancybox-thumbs ul li img {
    max-width: none
}

.info.hidden {
    display: none
}

.fancybox-wrap {
    background: #FFF !important
}

.fancybox-title,
.fancybox-error {
    font-size: 14px !important;
    line-height: 24px !important;
}

.fancybox-title h2,
.fancybox-title h3 {
    color: #616161;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 18px;
    font-weight: 700;
}

.fancybox-skin {
    color: #616161 !important
}

.fancybox-title-inside-wrap {
    padding: 20px !important
}

.fancybox-nav span {
    width: 34px !important;
    height: 34px !important;
    margin-top: -17px !important;
}

.fancybox-close {
    top: -17px !important;
    right: -17px !important;
    width: 34px !important;
    height: 34px !important;
}

.fancybox-close:before,
.fancybox-prev span:before,
.fancybox-next span:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    margin-top: 7px;
    text-align: center;
    width: 34px;
    font-size: 20px;
}

.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background: #ebebeb !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    color: #4a4a4a !important;
    -webkit-transition: all 200ms ease-in !important;
    -o-transition: all 200ms ease-in !important;
    -moz-transition: all 200ms ease-in !important;
}

.fancybox-close:hover,
.fancybox-prev span:hover,
.fancybox-next span:hover {
    background: #8AB833 !important;
    color: #FFF !important;
}

.fancybox-prev span:before {
    content: '\f053'
}

.fancybox-next span:before {
    content: '\f054'
}

.fancybox-close:before {
    content: '\f00d'
}

#fancybox-loading {
    margin-top: -12px !important;
    margin-left: -12px !important;
    background: #000 !important;
    padding: 8px;
    opacity: 1 !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}

#fancybox-loading div {
    width: 24px !important;
    height: 24px !important;
    background-image: url(../images/fancy-loading.gif) !important;
}

#moveQuote {
    margin-top: 10px;
}

.performers {
    font-weight: bold;
    font-style: italic;
}

.photo_credit {
    background-color: #000;
}

.container .credit {
    padding: 10 10;
}

/*
  announcement
*/

#announcement {
  background-color: rgb(57, 146, 79);
  color: rgb(0, 0, 0);
}


/*
  casting
*/
.castingRow{
  margin-top: 10px;
  border-bottom: white solid 1px;
  padding-bottom: 20px;
}

.playtitle{
  font-weight: bold
}
.byline{
  font-size: 90%
}
.director{
  font-size: 90%
}
.castingDetails{
  margin-top: 10px;
  font-weight: bold
}
.roleName{
  font-weight: bold
}
.roleDetails{
  padding-top: 5px;
  padding-bottom: 10px;
}

#casting .h4 {
  text-decoration: none
}

