/*! normalize.css v1.1.0 | MIT License | git.io/normalize */


/*! normalize.css v1.1.0 | HTML5 Display Definitions | MIT License | git.io/normalize */

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

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}


/*! normalize.css v1.1.0 | Base | MIT License | git.io/normalize */

html {
    font-size: 100%;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0
}


/*! normalize.css v1.1.0 | Links | MIT License | git.io/normalize */

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}


/*! normalize.css v1.1.0 | Typography | MIT License | git.io/normalize */

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

p,
pre {
    margin: 1em 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,
ol,
ul {
    padding: 0 0 0 40px
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}


/*! normalize.css v1.1.0 | Embedded Content | MIT License | git.io/normalize */

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}


/*! normalize.css v1.1.0 | Figures | MIT License | git.io/normalize */

figure {
    margin: 0
}


/*! normalize.css v1.1.0 | Forms | MIT License | git.io/normalize */

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}


/*! normalize.css v1.1.0 | Tables | MIT License | git.io/normalize */

table {
    border-collapse: collapse;
    border-spacing: 0
}

.container {
    *zoom: 1;
    max-width: 70em;
    _width: 70em;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto
}

.container:after {
    content: "";
    display: table;
    clear: both
}

.full-col,
.half-col,
.one-third-col,
.two-third-col,
.quarter-col {
    width: 100%;
    float: left;
    margin-right: 2.85714%;
    display: inline
}

@media (min-width: 800px) {
    .half-col {
        width: 48.57143%;
        float: left;
        margin-right: 2.85714%;
        display: inline
    }
}

@media (min-width: 800px) {
    .one-third-col {
        width: 31.42857%;
        float: left;
        margin-right: 2.85714%;
        display: inline
    }
}

@media (min-width: 800px) {
    .two-third-col {
        width: 65.71429%;
        float: left;
        margin-right: 2.85714%;
        display: inline
    }
}

@media (min-width: 800px) {
    .quarter-col {
        width: 22.85714%;
        float: left;
        margin-right: 2.85714%;
        display: inline
    }
}

.last-col {
    float: right !important;
    margin-right: 0 !important;
    *margin-left: -2em !important;
    display: inline !important
}

body {
    font-size: 16px;
    font-family: "schoolbook-web", georgia, serif
}

.border-header {
    text-transform: uppercase;
    font-size: 1em;
    border-bottom: 1px solid #868686;
    text-transform: uppercase;
    text-align: center;
    margin-top: 1.5em
}

.border-header span {
    background: #fff;
    position: relative;
    top: 0.6em;
    padding: 0 3em;
    color: #202020
}

.page-content {
    margin: 1em 0
}

@media (min-width: 800px) {
    .page-content {
        width: 82.85714%;
        float: left;
        margin-right: 2.85714%;
        display: inline;
        margin-left: 8.57143%;
        margin-right: 8.57143%
    }
}

.contact-separator {
    margin: 1em 0
}

.wpcf7-form-control-wrap {
    display: block
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.flap-header {
    margin-top: 1.5em;
    color: white;
    text-transform: uppercase;
    background: #868686 url('../images/flap.png?1377785563') bottom left no-repeat;
    padding: 0.2em 0.4em 0.7em;
    font-size: 1.3em;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.production-types:after,
.float-metas:after,
.buttons:after {
    content: "";
    display: table;
    clear: both
}

.action-link {
    background: #a0a0a0;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0.3em 0.5em
}

.action-link:active {
    background: #6d6d6d;
    color: #fff
}

.action-link.active {
    background: #6d6d6d;
    color: #fff
}

.intra-nav-wrap  {
    margin-top: 1.5em ;
    clear: both;
    width: 100% ;
    border: 2px solid #fff ;
    padding-left: 0 ;
    padding-right: 0 ;
}

.intra-nav {
    margin: 20px 0 0;
    padding: 0;
    list-style: none
}

@media (min-width: 800px) {
    .intra-nav {
        float: right;
        margin: 0
    }
}

.intra-nav-link {
    margin: 0 0 1em
}

@media (min-width: 800px) {
    .intra-nav-link {
        float: left;
        margin: 0 0 0 1em
    }
}

.gal {
    list-style: none;
    margin: 0;
    padding: 0
}

.gal-item {
    float: left;
    margin: 0 1em 1em 0
}

.gal-item img {
    width: 100px;
    height: auto;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5
}

.gal-item img:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.gal-item-link {
    display: block;
    line-height: 0
}

.quotes {
    margin-top: 2em;
    float: right;
    width: 100%
}

.quote {
    background: #868686 url('../images/flap.png?1377785563') bottom left no-repeat;
    color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.75em 0.75em 1.5em;
    text-align: center
}

.quote-text {
    text-transform: uppercase;
    margin: 0 0 0.5em;
    padding: 0;
    font-size: 1.1em
}

.quote-cite {
    font-size: 0.8em;
    font-style: normal;
    color: #ececec
}

.spec-section-header {
    font-size: 1.1em;
    font-weight: normal;
    color: #6d6d6d;
    text-transform: uppercase;
    margin-bottom: 0.15em
}

.spec-section-hover {
    visibility: hidden;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-shadow: 0 1px 10px #000;
    z-index: 100;
    line-height: 64px
}

.spec-section-link {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    height: 64px;
    overflow: hidden;
    background: black;
    border: 1px solid #464646;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.spec-section-link:hover .spec-section-image {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4
}

.spec-section-link:hover .spec-section-hover {
    visibility: visible
}

.spec-section-image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.spec-hidden {
    display: none
}

.header {
    background: #868686;
    min-height: 168px
}

.header-container {
    position: relative
}

.logo-wrap {
    width: 100%;
    float: left;
    margin-right: 2.85714%;
    display: inline
}

@media (min-width: 1010px) {
    .logo-wrap {
        width: 31.42857%;
        float: left;
        margin-right: 2.85714%;
        display: inline
    }
}

.logo {
    width: 100%;
    height: auto;
    max-width: 308px;
    max-height: 100px;
    margin: 1em 0
}

@media (min-width: 800px) {
    .logo {
        margin: 3em 0 1em
    }
}

.header-buy {
    font-size: 1.25em;
    background-color: #464646;
    text-align: center
}

@media (min-width: 650px) {
    .header-buy {
        position: absolute;
        bottom: 4em;
        right: 1em;
        z-index: 100
    }
}

.menu {
    width: 100%;
    float: left;
    margin-right: 2.85714%;
    display: inline;
    position: relative
}

@media (min-width: 1010px) {
    .menu {
        width: 65.71429%;
        float: right;
        margin-right: 0;
        *margin-left: -2em;
        display: inline;
        min-height: 170px
    }
}

.header-menu {
    margin: 0;
    padding: 0
}

@media (min-width: 1000px) {
    .header-menu {
        position: absolute;
        bottom: 0;
        right: 0;
        float: right
    }
}

@media (min-width: 650px) {
    .header-menu .menu-item {
        float: left
    }
}

.header-menu .menu-item a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0.5em 0.7em;
    text-transform: uppercase;
    font-size: 1.2em
}

.header-menu .menu-item a:hover {
    background: #6d6d6d
}

.header-menu .current-menu-item a {
    background: #fff;
    color: #868686
}

.header-menu .current-menu-item a:hover {
    background: #fff
}

.footer-menu {
    list-style: none;
    text-align: center;
    padding: 0
}

.footer-menu .menu-item {
    display: inline-block;
    margin: 0 8px 8px
}

.footer-menu .menu-item a {
    color: #fff
}

.slider {
    margin: 2em 0 0;
    background: black;
    position: relative ;		  
}

.home .slider {
    margin-top: 0 ;
}

.slides {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    list-style: none
}

.slide {
    background-size: cover;
    background-position: center;
    width: 100%;
    line-height: 0
}

.slide img {
    width: 100%;
    height: auto
}

.slider-previous,
.slider-next {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    float: left;
    color: white;
    text-decoration: none;
    z-index: 1000
}

.slider-previous span,
.slider-next span {
    display: table-cell;
    vertical-align: middle;
    padding: 0em 0.3em;
    font-size: 3em
}

.slider-next {
    text-align: right;
    right: 0
}

.slider-nav {
    background: #868686
}

#slide-pager {
    text-align: center
}

.slide-pager-link {
    display: inline-block;
    padding: 0.6em 1.5em 0.5em;
    font-size: 1.75em;
    color: #a0a0a0;
    cursor: pointer
}

.cycle-pager-active {
    color: white
}

.footer {
    background: #868686;
    color: #fff;
    min-height: 100px;
    padding: 1em 0 2em;
}

.socialicons {
    text-align: center
}

.social-icon {
    display: inline-block;
    margin: 0 3px
}

.companies {
    padding-top: 1.5em;
    margin-top: 1.5em;
    border-top: 3px dotted #c6c6c6
}

.company {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1em;
    display: table;
    margin-bottom: 1em;
    text-align: center;
    line-height: 0
}

@media (min-width: 800px) {
    .company {
        margin-bottom: 0;
        height: 59px;
        border-right: 1px solid #a0a0a0
    }
}

.company span {
    display: table-cell;
    vertical-align: middle
}

.company img {
    max-width: 255px;
    width: 100%
}

.company.last-col {
    border-right: 0 !important
}

.newsletter-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0.3em 0
}

.newsletter-submit {
    margin: 0.1em 0;
    float: right;
    color: #fff;
    background: #464646;
    border: 0;
    padding: 0.3em 0.5em
}

.copyright {
    width: 100%;
    float: left;
    margin-right: 2.85714%;
    display: inline;
    margin: 2em 0 0;
    text-align: center;
    color: #fff;
    letter-spacing: 1px
}

.copyright p {
    margin: 0
}

.copyright a {
    color: #fff
}

.person-archive {
    position: relative;
    margin: 2em 0 1em;
    line-height: 0;
    display: block
}

.person-archive .gray {
    display: block
}


.person-archive:hover .color {
    display: block
}

.person-archive:hover .person-archive-meta {

    display: none ;
}

.person-archive-meta {
    z-index: 200 ;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    color: white;
    background: #868686;
    text-align: center;
    padding: 0.6em 0 0.5em;
    line-height: 1
}

.person-portrait-wrap .img_wrapper {
    width: 100% ;
}

.person-image {
    width: 100%;
    height: auto ;
}

.production-types {
    margin: 1em 0;
    width: 100%;
    padding: 0;
    list-style: none
}

.production-type {
    float: left;
    margin: 1em 1em 0 0
}

.production {
    width: 50%;
    float: left
}

@media (min-width: 450px) {
    .production {
        width: 33.3%
    }
}

@media (min-width: 800px) {
    .production {
        width: 20%
    }
}

.mix {
    display: none;
    opacity: 0
}

.production-archive {
    position: relative;
    margin: 1.5em 0 0;
    line-height: 0;
    display: block
}

.production-archive:hover .production-archive-meta {
    display: table-cell
}

.production-archive-meta {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 90%;
    display: none;
    color: white;
    background: url('../images/rgbapng/0000007f-5.png?1377048244');
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 0.6em 0 0.5em;
    line-height: 1;
    vertical-align: middle
}

.production-archive-name {
    display: table;
    height: 100%;
    width: 100%
}

.production-archive-name-title {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1em;
    line-height: 1.4
}

.production-image {
    width: 90%;
    height: auto
}

@media (min-width: 800px) {
    .item-left {
        width: 70%;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 1em
    }
}

@media (min-width: 800px) {
    .item-right {
        width: 30%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 1em;
        float: right
    }
}

.feature-image {
    width: 100%
}

.item {
    margin: 1.5em 0 0
}

.item-name {
    margin: 0
}

.item-metas {
    list-style: none;
    margin: 1em 0 0;
    padding: 0;
    font-size: 0.9em
}

.item-meta-name {
    text-transform: uppercase
}

@media (min-width: 800px) {
    .float-metas .item-meta {
        width: 45%;
        margin-right: 5%;
        float: left
    }
}

.float-metas .item-meta-name {
    text-transform: none
}

.section-header {
    margin-top: 2rem
}

.section-header-small {
    color: gray;
    text-transform: lowercase;
    font-style: italic;
    font-size: 0.9em;
    font-weight: normal
}

.person-title {
    margin: 0;
    font-style: italic
}

.buttons {
    margin: 1em 0;
    padding: 0;
    list-style: none
}

.button {
    float: left;
    margin: 0 1em 0 0
}

.staff-pics {
    border: 1px solid #fff  ;
}


.sw-staff-wrapper {
    overflow: hidden ;
    opacity: 0 ; 
}

swGroup {
    content: "";
    display: table;
    clear: both;    
}
