/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
}

body {
    padding:0;
    font-size:62.5%;
    color:#444c52;
    background:#ffffff;
}

#bg {
    position:fixed;
    bottom:0;
    right:0;
    z-index:0;
    height:0;
    width:0;
}

#bg.bgwidth {
    width:100%;
    height:auto;
}

#bg.bgheight {
    width:auto;
    height:100%;
}

header {
    position:relative;
    z-index:1;
    background:#ffffff;
}

.header-content {
    position:relative;
    width:910px;
    margin:0 auto;
    background:#ffffff;
}

.logo {
    padding:50px 0 18px 6px;
}

.nav-lang {
    position:absolute;
    top:30px;
    right:15px;
}

.nav-lang ul {
    margin:0;
    padding:0;
    list-style-type:none;
}

.nav-lang li {
    float:left;
    padding-left:10px;
}

.nav-lang li:before {
    content:'|';
    font-size:1.4em;
}

.nav-lang li:first-child:before {
    content:'';
}

.nav-lang li div {
    display:inline;
}

.nav-lang a,
.nav-lang a:hover,
.nav-lang a:active,
.nav-lang a:focus,
.nav-lang a:visited {
    padding-left:10px;
    font-size:1.2em;
    text-decoration:none;
    color:#444c52;
}

.nav-lang a:hover,
.nav-lang .active a {
    color:#000000;
    text-decoration:underline;
}

.nav-toggle {
    display:none;
}

.nav {
    position:absolute;
    top:-38px;
    right:60px;
}

.no-head-images .nav {
	top:auto;
	bottom:-42px;
}

.nav li {
    position:relative;
    z-index:100;
    display:block;
    float:left;
    margin:0 15px;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:focus,
.nav a:visited {
    display:block;
    height:38px;
    padding:0;
    color:#444c52;
    font-size:1.4em;
    text-decoration:none;
	white-space:nowrap;
}

.lt-ie8 .nav a {
    white-space:nowrap;
}

.nav a:hover,
.nav .active a,
.nav .trail a {
    height:36px;
    color:#000000;
    border-bottom:2px solid #000000;
}

.nav .subpages a {
    cursor:default;
}

.nav .subpages ul a {
    cursor:pointer;
}

.nav ul ul {
    display:none;
    position:absolute;
    left:-13px;
    top:38px;
    z-index:150;
    padding:10px 13px 10px 13px;
    background:#ffffff;
}

.nav li:hover ul {
    display:block;
}

.nav ul ul li {
    float:none;
    margin:0;
    padding:2px 0;
}

.nav ul .active ul a,
.nav ul .trail ul a,
.nav ul ul a,
.nav ul ul a:hover,
.nav ul ul a:active,
.nav ul ul a:focus,
.nav ul ul a:visited {
    height:auto;
    padding-bottom:0;
    border-bottom:0;
    color:#83888e;
}

.nav ul .active ul a:hover,
.nav ul .active ul .active a,
.nav ul .trail ul a:hover,
.nav ul .trail ul .active a,
.nav ul ul a:hover,
.nav ul ul .active a {
    height:auto;
    padding-bottom:0;
    border-bottom:0;
    color:#000000;
}

.nav ul ul ul,
.nav li:hover ul ul {
    display:none;
}

.head-cycle-container {
    position:relative;
    z-index:2;
    background:#f0f1f1;
}

.head-cycle-content {
    position:relative;
    width:1030px;
    height:322px;
    margin:0 auto;
}

.no-head-images .head-cycle-content {
	height:0;
}

.head-cycle {
    position:relative;
}

.head-cycle-border {
    position:absolute;
    bottom:0;
    right:60px;
    width:640px;
    height:9px;
}

.slider-content {
    float:left;
    width:910px;
    overflow:hidden;
}

.slider-navigation-left,
.slider-navigation-right {
    display:block;
    float:left;
    width:26px;
    height:39px;
}

.slider-navigation-left {
    margin:142px 34px 0 0;
    background:transparent url('./img/cycle-left.png') no-repeat center center;
}

.slider-navigation-right {
    margin:142px 0 0 34px;
    background:transparent url('./img/cycle-right.png') no-repeat center center;
}

.slider-pagination {
    position:absolute;
    bottom:-32px;
    right:60px;
}

.two-tone-content .slider-pagination {
    right:74px;
}

.slider-pagination ul {
    margin:0;
    padding:0;
    list-style-type:none;
}

.slider-pagination li {
    float:left;
    margin-left:11px;
}

.slider-pagination a,
.slider-pagination a:hover,
.slider-pagination a:active,
.slider-pagination a:focus,
.slider-pagination a:visited {
    display:block;
    width:20px;
    height:20px;
    border:1px solid #83888e;
    font-size:1.4em;
    line-height:20px;
    text-align:center;
    text-decoration:none;
    color:#83888e;
    border-radius:10px;
}

.slider-pagination .current a {
    border:1px solid #000000;
    color:#000000;
}

.image-carousel-item {
    width:910px;
    height:322px;
}

.image-carousel-item-content {
    position:relative;
}

.image-carousel-item-content h2 {
    position:absolute;
    top:10%;
    left:30%;
    font-size:2.5em;
    font-weight:normal;
    color:#ffffff;
}

.image-carousel-single-image {
    padding:0 60px;
}

.body-container {
    position:relative;
    z-index:1;
    width:910px;
    margin:0 auto;
    background:#ffffff;
}

.container-left {
	position:relative;
	z-index:20;
    float:left;
    width:256px;
}

.two-tone-content .container-left-inner {
    padding-left:14px;
}

.container-left.container-empty {
    width:270px;
}

.container-right {
	position:relative;
	z-index:10;
    float:right;
	width:100%;
	margin-left:-270px;
}

.container-right-inner {
	margin-left:270px;
}

.container-wide .container-right-inner {
    margin-left:0;
}

.two-tone-content .container-right-inner {
    padding-right:14px;
}

.two-tone-content .container-wide .container-right-inner {
    padding-left:14px;
}

.container-head {
    height:42px;
    overflow:hidden;
    border-bottom:1px solid #c7c9cb;
}

.container-left h1 {
    font-size:1.6em;
    font-weight:normal;
    text-align:center;
}

.nav-sub ul {
    margin:0;
    padding:20px 7px 10px 7px;
    list-style-type:none;
}

.nav-sub ul ul {
    padding:0 0 0 20px;
}

.nav-sub a,
.nav-sub a:hover,
.nav-sub a:active,
.nav-sub a:focus,
.nav-sub a:visited,
.nav-sub ul .active ul a,
.nav-sub ul ul a,
.nav-sub ul ul a:hover,
.nav-sub ul ul a:active,
.nav-sub ul ul a:focus,
.nav-sub ul ul a:visited {
    display:block;
    font-size:1.3em;
    text-decoration:none;
    color:#444c52;
    line-height:3;
    border-bottom:1px dotted #83888e;
}

.nav-sub a:hover,
.nav-sub .active a,
.nav-sub ul .active ul a:hover,
.nav-sub ul .active ul .active a,
.nav-sub ul ul a:hover,
.nav-sub ul ul .active a {
    height:auto;
    border-bottom:1px solid #000000;
    color:#000000;
}

.nav-sub ul .active ul a {
    color:#83888e;
    border-bottom:1px dotted #83888e;
}

.nav-sub .subpages a {
    margin-bottom:4px;
}

.nav-sub .subpages ul a {
    margin-bottom:0;
}

.nav-sub .subpages ul li {
    margin-bottom:4px;
}

.nav-sub .active ul a {
    color:#444c52;
}

.sidebar-container {
    margin-top:10px;
    padding-bottom:19px;
    background:transparent url('./img/news.png') no-repeat bottom center;
}

.sidebar {
    padding:0 7px 17px 7px;
    border:1px solid #e3e4e5;
}

.news-item {
    margin-top:10px;
    padding:7px;
    border-bottom:1px solid #e3e4e5;
}

.news-item:last-child {
    border-bottom:0;
}

.news-item img {
    margin-bottom:10px;
}

.news-item .date {
    display:block;
    font-size:1.3em;
}

.news-item h2 {
    margin:0;
    font-size:1.3em;
    font-weight:bold;
}

.news-item p {
    margin:0;
    font-size:1.2em;
}

.news-item a,
.news-item a:hover,
.news-item a:active,
.news-item a:focus,
.news-item a:visited {
    float:right;
    font-size:1.2em;
    font-weight:bold;
    color:#444c52;
}

.content {
    padding:10px 20px 0 20px;
}

footer {
    width:910px;
    margin:36px auto 0 auto;
}

.footer-top {
    height:45px;
    border-top:1px solid #e3e4e5;
    border-bottom:1px solid #e3e4e5;
}

.copyright,
.address {
    display:block;
    height:45px;
    font-size:1.2em;
    line-height:45px;
    overflow:hidden;
}

.copyright {
    text-align:center;
}

.address {
    padding:0 0 0 20px;
}

.address p {
    margin:0;
}

.address a,
.address a:hover,
.address a:active,
.address a:focus,
.address a:visited {
    color:#444c52;
}

.footer-bottom {
    height:25px;
}

.footer-top ul {
    float:right;
    margin:0;
    list-style-type:none;
}

.two-tone-content .footer-top ul {
    padding:0 20px 0 0;
}

.footer-top li {
    float:left;
    margin-left:10px;
}

.footer-top a,
.footer-top a:hover,
.footer-top a:active,
.footer-top a:focus,
.footer-top a:visited {
    display:block;
    font-size:1.2em;
    line-height:45px;
    text-decoration:none;
    color:#5d6469;
}

.print {
    padding-left:25px;
    background:transparent url('./img/print.png') no-repeat 0 14px;
}

.to-top {
    padding-left:17px;
    background:transparent url('./img/to-top.png') no-repeat 0 16px;
}

.imprint {
    padding-left:10px;
    background:transparent url('./img/imprint.png') no-repeat 0 17px;
}

.hgroup {
    margin:10px 0 24px 0;
}

.content h1 {
    margin:0 0 5px 0;
    font-size:2em;
    font-weight:normal;
    line-height:1.2;
}

.content h2 {
    margin:0;
    font-size:2em;
    line-height:1.2;
}

.content h3 {
    margin:0;
    font-size:1.3em;
    line-height:1.6;
}

.content h4 {
    color:#118082 !important;
}

.content h4,
.content h5,
.content h6 {
    margin:0;
    font-size:1.2em;
    line-height:1.6;
}

.content p,
.content ul,
.content ol {
    margin:0 0 22px 0;
    font-size:1.3em;
    line-height:1.6;
}

.content ul {
    padding-left:26px;
    list-style-type:none;
}

.content li {
    padding-left: 16px;
    background: transparent url('./img/li.png') no-repeat 0 8px;
}

.content a,
.content a:hover,
.content a:active,
.content a:focus,
.content a:visited {
    color:#000000;
    text-decoration:none;
}

.content a:hover {
    text-decoration:underline;
}

.element-container {
    margin-bottom:20px;
}

.element-divider-line {
    margin-bottom:30px;
    border-bottom:1px solid #c7c9cb;
}

.start-container,
.image-gallery-container {
    margin-bottom:22px;
}

.start-item,
.image-gallery-item {
    float:left;
    margin:5px;
}

.start-item a,
.start-item a:hover,
.start-item a:active,
.start-item a:focus,
.start-item a:visited,
.image-gallery-item a
.image-gallery-item a:hover,
.image-gallery-item a:active,
.image-gallery-item a:focus,
.image-gallery-item a:visited {
    color:#444c52;
    text-decoration:none;
}

.container-wide .start-item img,
.container-wide .image-gallery-item img {
	width:145px;
}

.start-item-title,
.image-gallery-item-title {
    padding:8px 0 6px 0;
    font-size:1.2em;
    font-weight:bold;
    text-align:center;
    color:#444c52;
}

.start-divider,
.image-gallery-divider {
    width:100%;
    clear:both;
}

.container-wide .start-divider,
.container-wide .image-gallery-divider {
    width:auto;
    clear:none;
}

.image-float-left {
    float:left;
    margin:0 40px 10px 0;
    padding-top:5px;
}

.image-float-right {
    float:right;
    margin:0 0 10px 40px;
    padding-top:5px;
}

.text-left,
.text-right {
    width:auto;
}

.image-left,
.image-right {
    padding-top:5px;
}

.image-left {
    float:left;
}

.image-right {
    float:right;
}

.element-container-text-image img {
    margin-bottom:20px;
}

.element-container-text-image .image-legend-container img {
    margin-bottom:0;
}

.image-legend-container {
    margin-bottom:10px;
}

.element-container-text-image.frame img {
    border:1px solid #e3e4e5;
    padding:20px;
}

.element-container-image img {
    max-width:100%;
}

.element-container-image.frame img {
    max-width:93%;
    padding:3%;
    border:1px solid #e3e4e5;
}

.element-container-text-image .legend,
.element-container-image .legend {
    padding:4px 0;
    font-size:1.3em;
    line-height:1.6;
}

.element-container-text-image.frame .legend,
.element-container-image.frame .legend {
    padding:4px 21px;
}

.downloads-table th,
.downloads-table td {
    padding:0 2% 10px 0;
    line-height:1.6;
}

.downloads-table th {
    font-size:1.4em;
}

.downloads-table td {
    font-size:1.3em;
}

.downloads-table-name {
    width:70%;
    text-align:left;
}

.downloads-table-size {
    width:14%;
    text-align:right;
}

.downloads-table-type {
    width:10%;
    text-align:right;
}

td.downloads-table-type {
    text-transform:uppercase;
}

.downloads-table-caption {
    font-weight:bold;
}

.downloads-table a,
.downloads-table a:hover,
.downloads-table a:active,
.downloads-table a:focus,
.downloads-table a:visited {
    text-decoration:none;
    color:#444c52;
}

label {
    font-size:1.3em;
}

.form {
    margin-bottom:30px;
}

.form label {
    display:inline-block;
}

.form-left, .form-right {
    float:left;
    width:255px;
}

.form .control-group label {
    display:inline-block;
    width:80px;
}

.form .control-group label.inline {
    width:auto;
    margin-right:10px;
}

.form .control-group label.block {
    display:block;
    padding:3px 0;
}

.form .controls {
    display:inline-block;
    padding:3px 0;
}

.form input[type="text"], .form textarea {
    border:0;
    margin:0;
    padding:1px;
    font-size:1.3em;
    color:#191c1f;
    border:1px solid #d0d0d0;
    width:200px;
}

.form .error input[type="text"], .form .error textarea {
    border:1px solid #000000;
}

.form input.wide,
.form textarea.wide {
    width:266px;
}

.form textarea.message {
    height:344px;
}

.form input.small-part {
    width:45px;
}

.form input.large-part {
    width:145px;
}

.form input.left {
    margin-right:6px;
}

.error-message {
	border:1px solid #000000;
    padding:5px;
    font-size:1.3em;
    border-radius:5px;
    margin-bottom:10px;
}

.form-button {
    padding:3px 0 0 121px;
}

.btn {
    border:0;
    color:#fff;
    font-size:1.3em;
    font-weight:bold;
    margin:0;
    padding:5px 10px;
    background:#5d6469;
}

.btn:hover,
.btn:active {
    background:#444c52;
}

#map {
    width:100%;
    height:300px;
    margin-bottom:30px;
}

#map p {
	font-size:1.1em;
	color:#000000 !important;
}

.directions-form {
    padding-top:3px;
}

.directions-form label {
	font-weight:bold;
}

.directions-form .control-group {
	padding-bottom:8px;
}

.contact-form .directions-form .control-group label {
    width:100px;
}

form[name="directions-form"] .contact-form-left {
    width:340px;
}

form[name="directions-form"] .contact-form-right {
    width:200px;
}

#directions {
    margin-bottom:30px;
    font-size:1.3em;
}

.page-video {
    margin: 0;
    padding: 0;
    max-width: none;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.header-video {
    margin-bottom: 20px;
}

#video-container {
    position: absolute;
	background:#000;
}

.main-content-video {
	position:absolute;
	left:0;
	top:0;
}

.video-controls {
	position: absolute;
	right:30px;
	bottom:30px;
	width:110px;
	min-height:110px;
}

.video-control-button-skip-intro {
	display:block;
	width:110px;
	height:110px;
	background:transparent url('./img/skip.png') no-repeat center center;
}

.logo-container-video,
.logo-container-video .logo {
    position:relative;
    top:0;
    left:0;
    width:100%;
    height:auto;
    background:transparent;
}

/* Clearfix here instead of touching the core */
.nav ul,
.slider-pagination ul {
    margin:0;
    padding:0;
    list-style-type:none;
}

.nav ul:before,
.nav ul:after,
.slider-pagination ul:before,
.slider-pagination ul:after {
    content: " ";
    display: table;
}

.nav ul:after,
.slider-pagination ul:after {
    clear: both;
}

.nav ul,
.slider-pagination ul {
    *zoom: 1;
}

@media screen and ( max-width: 1030px ) {
    .slider-content,
    .head-cycle-container,
    .head-cycle-content,
    .head-cycle,
    .image-carousel-item,
    .image-carousel-single-image,
    .image-carousel-item img,
    .image-carousel-single-image img {
        width:100%;
        height:auto;
    }
    
    .image-carousel-single-image {
        padding:0;
    }
    
    .slider-pagination {
        right:60px;
    }
    
    .head-cycle-border {
        right:0;
    }
    
    .slider-navigation-left {
        position:absolute;
        top:50%;
        left:20px;
        z-index:100;
        margin:-13px 0 0 0;
    }
    
    .slider-navigation-right {
        position:absolute;
        top:50%;
        right:20px;
        z-index:100;
        margin:-13px 0 0 0;
    }
    
    .nav {
        right:60px;
    }
    
    .logo {
        padding-left:20px !important;
    }
}

@media screen and ( max-width: 910px ) {
    header,
    .header-content,
    .body-container,
    footer {
        width:100%;
        height:auto;
    }
    
    .image-carousel-item-content h2 {
        font-size:2em;
    }
    
    footer {
        margin-top:0;
    }
    
    .footer-top,
    .footer-bottom {
        height:auto;
    }
    
    .copyright,
    .address {
        height:auto;
        line-height:1.8;
    }
    
    .footer-bottom ul {
        margin-right:20px;
    }
    
    .address {
        text-align:center;
    }
}

@media screen and ( max-width: 820px ) {
    .logo {
        padding-bottom:50px;
    }
}

@media screen and ( max-width: 700px ) {
    .container-left,
    .container-right {
		width:100%;
		height:auto;
		margin:0;
	}

    .container-left-inner,
    .container-right-inner,
    .container-wide .container-right-inner {
        padding:0;
		margin-left:0;
    }
    
    .container-empty .container-head {
        border-bottom:0;
    }
    
    .sidebar-container {
        padding:0 20px 10px 20px;
        border-bottom:1px solid #c7c9cb;
        background:transparent;
    }
    
    .nav {
        right:20px;
    }
    
    .slider-pagination {
        right:20px;
    }
    
    .nav-sub ul {
        padding-top:10px;
    }
    
    .content {
        padding:20px;
    }
    
    .sidebar {
        border:0;
    }
    
    .container-right .container-head {
        display:none;
    }
	
    .logo {
        padding-top:20px !important;
        padding-bottom:20px;
    }
    
    .head-cycle-container {
        background:transparent;
        
    }
    
    .image-carousel-item-content h2 {
        display:none;
    }
    
    .news-item img {
        float:right;
		max-width:100%;
        margin:0 0 20px 20px;
    }
	
    .nav-lang {
        position:relative;
        top:auto;
        right:auto;
        width:100%;
    }
    
    .nav-lang li {
        display:block;
        width:50%;
        padding:0;
    }
    
    .nav-lang li:before {
        content:'';
        padding:0;
    }
    
    .nav-lang li div {
        display:block;
        padding-left:10px;
    }
    
    .nav-lang li:first-child div {
        padding-left:0;
    }
    
    .nav-lang a,
    .nav-lang a:hover,
    .nav-lang a:active,
    .nav-lang a:focus,
    .nav-lang a:visited {
        display:block;
        width:100%;
        padding:8px 0;
        text-align:center;
        color:#ffffff;
        background:#5d6469;
    }
    
    .nav-toggle {
        display:block;
        margin-top:10px;
        padding:8px 20px 8px 40px;
        font-size:1.2em;
        font-weight:bold;
        color:#ffffff;
        background:#5d6469 url('./img/nav.png') no-repeat 10px 8px;
        cursor:pointer;
    }
    
    .nav-lang a:hover,
    .nav-lang a:active,
    .nav-toggle:hover,
    .nav-toggle:active {
         background-color:#444c52;
    }
    
    .nav {
        display:none;
        position:relative;
        top:0;
        left:0;
        padding-top:16px;
        background:#ffffff;
    }
    
    .nav.nav-visible {
        display:block;
    }
    
    .nav ul {
        padding-bottom:20px;
    }
    
    .nav ul ul {
        position:relative;
        top:0;
        left:0;
        display:block;
        padding:0 0 4px 20px;
    }
    
    .nav ul ul ul,
    .nav li:hover ul ul {
        display:block;
    }
    
    .nav li {
        float:none;
        padding:0;
    }
    
    .nav a,
    .nav a:hover,
    .nav a:active,
    .nav a:focus,
    .nav a:visited,
    .nav ul .active ul a,
    .nav ul .trail ul a,
    .nav ul ul a,
    .nav ul ul a:hover,
    .nav ul ul a:active,
    .nav ul ul a:focus,
    .nav ul ul a:visited {
        height:auto;
        line-height:1.8;
        border-bottom:1px dotted #83888e;
    }

    .nav a:hover,
    .nav .active a,
    .nav .trail a,
    .nav ul .active ul a:hover,
    .nav ul .active ul .active a,
    .nav ul .trail ul a:hover,
    .nav ul .trail ul .active a,
    .nav ul ul a:hover,
    .nav ul ul .active a {
        height:auto;
        border-bottom:1px solid #000000;
    }
    

    .nav ul .active ul a {
        color:#83888e;
        border-bottom:1px dotted #83888e;
    }
    
    .container-left h1 {
        display:none;
    }
    
    .nav-sub-container {
        display:none;
    }
    
    .text-left,
    .text-right {
        margin-left:0 !important;
        margin-right:0 !important;
    }

    .image-left,
    .image-right {
        float:none;
        margin-bottom:20px;
    }
    
    .image-left img,
    .image-right img {
        float:left;
        margin:0 10px 10px 0;
    }
    .image-left,
    .image-right {
        width:100% !important;
		padding-left:0 !important;
		padding-right:0 !important;
    }
    
    .image-right div {
        padding-left:0 !important;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    .footer-top {
        display:none;
    }

    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
    
	#bg,
    .nav,
    .head-cycle-container,
    .container-left,
    .footer-bottom {
        display:none;
    }
    
    .container-right {
        width:100%;
    }
}
