/*
Theme Name: Dny Jeruzaléma
Theme URI: http://perfectpla.net/
Author: grunghi
Author URI: http://perfectpla.net/
Description: Custom theme for dnyjeruzalema.cz
Version: 0.1
License: GNU General Public License
License URI: license.txt
Tags:

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{background:#fff}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{font-weight:normal;text-align:left}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:hover,a:active{outline:0}a img{border:0}

@font-face {
    font-family: 'solomon_normal_decoregular';
    src: url('fonts/solomon_normal_deco-webfont.eot');
    src: url('fonts/solomon_normal_deco-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/solomon_normal_deco-webfont.woff') format('woff'),
    url('fonts/solomon_normal_deco-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'solomon_normalregular';
    src: url('fonts/solomon_light-webfont.eot');
    src: url('fonts/solomon_light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/solomon_light-webfont.woff') format('woff'),
    url('fonts/solomon_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'solomon_boldregular';
    src: url('fonts/solomon_bold.eot');
    src: url('fonts/solomon_bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/solomon_bold.woff') format('woff'),
    url('fonts/solomon_bold.ttf') format('truetype'),
    url('fonts/solomon_bold.svg#solomon_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'solomon_normalregular';
    src: url('fonts/solomon_normal.eot');
    src: url('fonts/solomon_normal.eot?#iefix') format('embedded-opentype'),
    url('fonts/solomon_normal.woff') format('woff'),
    url('fonts/solomon_normal.ttf') format('truetype'),
    url('fonts/solomon_normal.svg#solomon_normalregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



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

body,
button,
input,
select,
textarea {
    color: #000;
    font-family: solomon_normalregular, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

/* Headings */
.navigation-main,
h1,h2,h3,h4,h5,h6 {
    clear: both;
    font-family: solomon_normalregular, sans-serif;
    font-weight: normal;
}


.navigation-main a:first-letter,
h1:first-letter,
h2:first-letter,
h3:first-letter {
    font-family: solomon_normal_decoregular, sans-serif;
}


.section-title,
h1 {
    font-size: 50px;
}

h2 {
    font-size: 30px;
}


/* Text elements */


p {
    margin-bottom: 30px;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
b, strong {
    font-weight: normal;
    font-family: solomon_normalregular;
}
dfn, cite, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}

.highlight {
    font-size: 30px;
    margin-bottom: 25px;
    padding-top: 0;
}


/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}



em {
    font-style: normal;
    color: #FC483D;
}


.single .entry-content em {
    font-style: italic;
    color: #fff;
}

a,
a:visited {
    color: #fff;
}

strong,
a:focus,
a:hover {
    color: #F3D654;
    text-decoration: none;
}

html,
body {
    height: 100%;
}

body {
    background: #018EC6;
    color: #fff;
}




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

.container {
    width: 960px;
    padding: 0 20px;
    margin: 0 auto;
}

.radio-link {
    font-size: 50px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    color: #F3D654;
}


.radio-link:visited {
    color: #F3D654;
}


.radio-link:hover {
    color: #fff;
}

.radio-link-interpret {
    font-size: 30px;
    display: block;
    text-decoration: none;
    color: #F3D654;
}


.radio-link-interpret:visited {
    color: #F3D654;
}


.radio-link-interpret:hover {
    color: #fff;
}

.page-header {
    position: relative;
}



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

.site-header {
    position: relative;
    padding: 20px 0 30px 0;
}

.logo {
    display: block;
    float: left;
    width: 124px;
    height: 43px;
}

.navigation-main {
    width: 790px;
    position: absolute;
    right: 0;
    top: 45px;
    line-height: 1;
}

.free-entry {
    color: #F3D654;
    text-transform: uppercase;
    margin-left: 100px;
    float: left;
    position: relative;
}

.free-entry span {
    color: #018EC6;
    text-transform: none;
    font-size: 12px;
    font-family: solomon_normalregular;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;

    position: absolute;
    bottom: -40px;
    left: -5px;

    width: 150px;
}

.free-entry:hover span {
    color: #fff;

}

.lang-switcher {
    float: right;
    text-transform: lowercase;
    font-size: 15px;
    width: 180px;
    text-align: right;
}


.lang-switcher ul {
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0;
}

.lang-switcher li {
    display: inline;
    line-height: 20px;
}

.lang-switcher li a {
    opacity: 0.25;
    filter: alpha(opacity=25);
    text-decoration: none;
    padding-left: 10px;
}

.lang-switcher li a:hover,
.lang-switcher li a.lang_sel_sel {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}


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

.site-footer {
    padding: 80px 0;
}

.site-author {
    font-size: 11px;
    float: right;
}

.copy {
    float: left;
    font-size: 11px;
}

.partners-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
}

.partners {
    margin-bottom: 40px;
}

.partners .block {
    padding: 10px 0 5px 0;
    text-align: center;
}


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

.menu {
    margin: 0;
    padding: 0;
    float: left;
}

.menu-item {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}


.menu-item a {
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
    font-size: 20px;
}

.current-menu-item a {
    color: #F3D654;
}


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

.block {
    border-radius: 5px;
    padding: 35px;
    background: #fff;
    color: #444;
}

.block h1,
.block h2,
.block a,
.block a:visited {
    color: #018EC6;
}


.btn {
    font-size: 30px;
    font-family: solomon_normalregular;
}

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

.page-template-landing-page-php #masthead,
.page-template-landing-page-php #colophon {
    display: none;
}

.page.page-template-landing-page-php .site-content {
    padding-top: 0;
    text-align: center;
}
.page-template-landing-page-php .site-content img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}


.two-col .col-1 {
    width: 400px;
    float: left;
}

.two-col .col-2 {
    width: 500px;
    float: right;
    text-align: right;
}

.shout {
    color: #F3D654;
    font-size: 25px;
    font-family: solomon_normalregular;
    line-height: 1.2;
    margin-bottom: 40px;
}

.logo-large {
    margin-top: 45px;
    margin-bottom: 90px;
}

.site-description {
    margin-bottom: 60px;
    width: 400px;
    font-size: 15px;
}

.slide-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}


.slide-controls li {
    display: inline;
    margin: 0;
    padding: 0;
}


.slide-controls li a {
    opacity: 0.25;
    padding: 0 10px;
    font-size: 15px;
    font-family: solomon_normalregular;
    text-decoration: none;
}



.slides .caption {
    text-align: center;
    position: absolute;
    bottom: 90px;
    width: 100%;
    font-size: 45px;
    font-family: solomon_normalregular;
    letter-spacing: 1px;
    line-height: 1;
}


.slides .caption a {
    text-decoration: none;
    color: #fff;
}


.slides .caption a:hover {
    text-decoration: underline;
}

.slides .caption .date {
    color: #F3D654;
}

.slides strong {
    color: #fff;
}

.slides .caption strong,
.slides .caption span {
    display: block;
}

.slides .caption span.location {
    font-size: 15px;
    padding-top: 20px;
}


.slide-controls li a:hover,
.slide-controls li a:focus,
.slide-controls li.flex-active a {
    opacity: 1;
}

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



.news .post {
    margin-bottom: 30px;
}

.news-header,
.news-ajax {
    width: 530px;
    float: left;
}

.news-header {
    margin-bottom: 30px;
}

.news .entry-title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
}

.news .entry-title a {
    text-decoration: none;
}


.news .entry-title a:hover {
    text-decoration: underline;
    color: #F3D654;
}

.news .entry-content p {
    margin-bottom: 10px;
    font-size: 14px;
}

.news .entry-date {
    font-size: 16px;
    color: #1F8CC0;
}


.news .more-link {
    padding-left: 40px;
}

.news .fb-like-box {
    float: right;
}

.fb-like {
    margin-top: 6px;
    display: block;
    float: left;
    width: 240px;
}

.fb-like span{overflow:visible !important; width:450px !important; margin-right:-375px;}

/* =Archive
----------------------------------------------- */
.page-title {
    margin-bottom: 50px;
}

.archive .interpret {
    float: left;
    position: relative;
    width: 320px;
    height: 215px;
}

.archive .interpret img,
.thumb-placeholder {
    display: block;
    width: 320px;
    height: 215px;
    background: rgba(0,0,0,.2);
    opacity: 0.5;
    filter: alpha(opacity=5);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}


.archive .interpret .entry-overlay {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 100;
    font-size: 35px;
    line-height: 1;
    pointer-events: none;
}

.archive .interpret .entry-overlay a {
    text-decoration: none;
}

.archive .interpret:hover img,
.archive .interpret:hover .thumb-placeholder {
    opacity: 1;
    filter: alpha(opacity=100);
}

.archive .interpret:hover .entry-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
}

.archive .interpret-program,
.archive .interpret-type {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    font-family: solomon_normalregular;
    color: #fff;
    opacity: 0.7;
    padding-bottom: 15px;
    text-decoration: none;
}

.archive .program-table .interpret-type {
    padding-bottom: 0;
}

.archive .interpret-program {
    padding-top: 20px;
}


.archive .interpret-program span {
    padding: 0 5px;
}

.program-nav {
    background: #018EC6;
    position: absolute;
}

.program-nav.stuck {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.program-nav-inner {
    margin: 0 auto;
    width: 960px;
    padding: 0;
}

.program-nav ul {
    list-style: none;
    margin: 0 -28px;
}

.program-wrap {
    overflow: hidden;
}

.program-nav li {
    float: left;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    position: relative;
}

.program-nav a {
    font-size: 24px;
    text-decoration: none;
    font-family: solomon_normalregular;
    color: #F3D654;
}

.program-nav a.current {
    color: #fff;
}

.program-nav .day {
    display: block;
    position: absolute;
    top: 5px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    opacity: 0;

    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}


.program-nav .current .day {
    opacity: 1;
}


.lt-ie9 .program-nav .day {
    display: none;
}

.lt-ie9 .program-nav .current .day {
    display: block;
}



.program-nav a.past {
    color: #54A4CC;
}

.program-wrap {
    padding-top: 40px;
}


.program-nav li:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    left: 45px;
    bottom: 10px;
    opacity: 0;


    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}




.program-nav .current:before {
    opacity: 1;
}

.lt-ie9 .program-nav li:before {
    display: none;
}

.lt-ie9 .program-nav .current li:before {
    display: block;
}




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

.booking-btn {
    background: #F3D654;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
}


.booking-btn.capacity-full {
    color: #aaaaaa;
    background: #aaaaaa;
}

.booking-btn span {
    opacity: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;

    position: absolute;

    right: 0px;
    top: 20px;

    width: 90px;
    font-size: 12px;

}

.program-table tr:hover .booking-btn span {
    opacity: 1;
}



.field {
    padding: 4px 0;
    font-size: 18px;
}


.field input {
    width: 300px;
    padding: 8px;
    border: 2px solid #018EC6;
    box-sizing: content-box;
}

.field input:focus {
    outline: 0;
    border-color: #F3D654;
}

.field label {
    display: block;
    color: #F3D654;
}


.btn-bar {
    padding-top: 20px;
}

.btn-bar input {
    background: #F3D654;
    border-radius: 4px;
    border: 0;
    padding: 10px;
    width: 300px;
    box-sizing: content-box;
    font-size: 20px;
    cursor: pointer;
}


.single-program h1 {
    padding-bottom: 15px;
}

.single-program h1 a {
    text-decoration: none;
    color: #F3D654;
}
.single-program h1 a:hover {
    text-decoration: underline;
}


.program-nav-inner {
    position: relative;
}

.booking-legend {
    position: absolute;
    right: 0;
    top: 35px;
}

.booking {
    text-align: right;
    font-size: 10px;
}

.booking-btn {
    float: right;
}

.ticket-info {
    width: 106px;
    position: relative;
    top: -10px;
}
.single .booking-form.entry-content {
    width: 100%;
}
.booking-form .col-1 {
    width: 320px;
}

.booking-form .col-2 {
    text-align: left;
    float: left;
    padding-left: 50px;
}

input:disabled {
    background: #ccc !important;
}

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

.archive .site-content,
.page .site-content,
.single .site-content {
    padding-top: 60px;
}
.page .entry-main-content,
.single .entry-content {
    float: left;
    width: 475px;
}

.page .entry-thumbnail,
.single .entry-thumbnail {
    float: right;
    width: 400px;
}

.single .entry-thumbnail img {
    margin-bottom: 30px;
}


.single .entry-title {
    font-size: 75px;
    line-height: 1;
    margin-bottom: 50px;
}


.single .post .entry-title {
    font-size: 35px;
    line-height: 1.2;
    width: 720px;
}

.comments {
    margin-top: 50px;
}

.comments .section-title {
    font-size: 35px;
    margin-bottom: 20px;
}

/* =Single Interpret
-------------------------- */

.single .interpret h2 {
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 15px;
}

.single .interpret h2 strong {
}


.single .interpret .entry-header {
    position: relative;
}

.single .interpret .entry-title {
    width: 475px;
}

.single h2.interpret-type {
    font-size: 75px;
    line-height: 1;
    font-family: solomon_normalregular;

    position: absolute;
    right: 0;
    top: 0;

    color: #54A4CC;
}

.interpret-program {
    padding-bottom: 30px;
}

.single .interpret-type:first-letter {
    font-family: solomon_normalregular;
}

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


.program-table {
    font-size: 22px;
    line-height: 1;
    font-family: solomon_normalregular;
    width: 100%;
    margin-bottom: 60px;
}

th {
    font-weight: normal;
    font-family: solomon_normalregular;
}

thead th {
    color: #F3D654;
    padding-bottom: 20px;
    font-size: 16px;
    font-family: solomon_boldregular;
}



.program-table th,
.program-table td {
    padding: 10px 0;
}



.program-table a {
    text-decoration: none;
}

.program-table .interpret-type {
    font-size: 13px;
    font-weight: normal;
    font-family: solomon_normalregular;
}

.program-table .date {
    width: 180px;
}

.program-table a:hover {
    text-decoration: underline;
}

.day-row th {
    padding-top: 60px;
    padding-bottom: 40px;
    font-size: 26px;
}


.day-row:first-of-type th {
    padding-top: 10px;
}


.map-canvas {
    width: 960px;
    height: 600px;
}

.map-canvas img {
    max-width: none;
}

.day-row.day-23 {
    display: none;
}

.program-table tbody td,
.program-table tbody th {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #018EC6;
}

.program-table tr:target th,
.program-table tr:target td,
.program-table tr:hover th,
.program-table tr:hover td {
    border-color: #6AAFD2;
}


.program-table tbody .day-row:hover td,
.program-table tbody .day-row:hover th {
    border-color: #018EC6;
}

.program-table tr:target a,
.program-table tr:target a:visited,
.program-table tr:target {
    color: #F3D654;
}


.program-table .place {
    position: relative;
}


.single .misto .entry-content {
    width: 475px;
    float: left;
}
.single .misto .program-link {
    float: right;
}

.single .program-link {
    font-size: 30px;
    text-decoration: none;
    font-family: solomon_normalregular;
}

.program-table .social {
    position: absolute;
    top: 10px;
    right: -165px;
    opacity: 0;

    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}


.program-table .social:hover {
    opacity: 1;
    z-index: 100;
}
.program-table tr:hover .social {
    opacity: 0.5;
    z-index: 100;
}




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

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.site-content .gallery {
    margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery dd {
    margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

.gallery a {
    display: inline-block;
    padding-right: 8px;
}

.gallery {
    width: 960px;
}


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

.site-content [class*="navigation"] {
    margin: 0 0 1.5em;
    overflow: hidden;
}
[class*="navigation"] .previous {
    float: left;
    width: 50%;
}
[class*="navigation"] .next {
    float: right;
    text-align: right;
    width: 50%;
}



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

.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .submit {
    display: none;
}





/* =Animations
----------------------------------------------- */
input,
textarea,
label,
a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}



.page-id-231 .page {
    direction: rtl;

}




/* =Helpers
----------------------------------------------- */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }


.flapper-field {
    border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
}


/* Clearing */
.container:before,
.container:after,
.clear:before,
.clear:after,
[class*="site"]:before,
[class*="site"]:after {
    content: '';
    display: table;
}

.container:after,
.clear:after,
[class*="site"]:after {
    clear: both;
}


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

@media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* 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;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* 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;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 395px;}
.flexslider .slides {zoom: 1;}

.slides {
    min-height: 600px;
}



/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('img/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('img/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}