/*
    Stylesheet for Rock
    Media: screen, projection
    Author: Tanguy Martin
*/
article, aside, dialog, figure, footer, header, hgroup, nav, section { display: block; }
body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border: 0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

body {
    font: 300 12px/1.5 Arial, sans-serif;
    color: #666;
    background: #fff;
}
body.home {
    background: #fff url('../../assets-original/images/background.png') repeat-x; 
}
/*
    Typography and text styles
*/

p {
    padding-bottom: 12px;
}

strong,
th,
thead td {
    font-weight: 700;
}
h1,
h2,
h3,
h4,
label,
.label,
.listings-sidebar .widget-search .inputText {
    font-family: 'avenir_65medium', Helvetica, Arial, sans-serif;
}

/* Default titles */
h1,
h2,
h3,
h4 {
    line-height: 1;
    font-weight: 300;
    color: #000;
}

h1 a,
h2 a,
h3 a,
h4 a {
    border: 0;
}

h1 {
    font-size: 34px;
    padding: 0 0 12px 0;
}

h2 {
    font-size: 24px;
    padding: 0 0 19px 0;
}

h3 {
    font-size: 19px;
    padding: 0 0 8px 0;
}

h4 {
    font-size: 16px;
    padding: 0 0 2px 0;
}

/* Links */


a,
.contact .sidebar-content .content a,
.listings-sidebar .content a:hover,
.home .col-4 h2 a:hover {
    text-decoration: none;
    color: #993333;
}

a,
.contact .sidebar-content .content a {
    font-weight: 700;
}
a:hover,
a:active,
a:focus {
    color: #993333;
}

/* Defaults */

.content ul,
.content ol {
    padding: 0 0 12px 20px;
}

.content ul {
    list-style: disc;
}

.content ol {
    list-style-type: decimal;
}

.content ul ul,
.content ol ul,
.content ol ol {
    padding-bottom: 0;
}

.content ol ol {
    list-style: upper-roman;
}

.content ol ol ol {
    list-style: lower-roman;
}

small {
    font-size: 11px;
}

em {
    font-style: italic;
}

table {
    border-top: 1px solid #d8d8d8;
    width: 100%;
    margin-bottom: 24px;
    vertical-align: top;
}

td, th {
    border-bottom: 1px solid #d8d8d8;
    padding: 4px;
    vertical-align: top;
}

th {
    font-weight: 700;
    background: #fff;
}

/* Image classes */

img.alignLeft {
    float: left;
    padding-right: 10px;
}

img.alignRight {
    float: right;
    padding-left: 10px;
}

p.floatedImage {
    padding-bottom: 0;
}

a.linkedImage {
    border: 0;
}

/*
    Page structure and layout
*/

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

/*
    Header
*/

.header {
    height: 48px;
    background: #fff;
    border-bottom: 5px solid #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
}

.header .container {
    position: relative;
}

.header:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ie6 .header,
.ie7 .header { zoom: 1; }

/* Logo */
.header .logo { 
	position: absolute; 
	top: 7px; 
	left: 0; 
	width: 193px; 
	height: 35px;
	background: transparent url('../../assets-original/images/logo.png') no-repeat;
}
.header .logo a { 
	display: block; 
	text-indent: -12345px;  
}

/* Header navigation */
.main-nav {
    text-transform: uppercase;
    overflow: hidden;
    position: absolute;
    top: 15px;
    left: 230px;
}
.main-nav a {
    color: #000;
    cursor: pointer;
    font-weight: normal;
    font-size: 10px;
}
.main-nav .selected a {
    text-decoration: underline;
}
.main-nav li {
    float: left;
    margin: 0 30px 0 0;
}
.header .penguin {
    position: absolute;
    top: 0;
    right: 0;
}
/* Header socials */
.socials {
    float: right;
    margin: 15px 105px 0 0;
}
.socials .item {
    float: left;
    margin: 0 10px 0 0;
}
.socials a {
    display: block;
    text-indent: -12345px;
    width: 20px;
    height: 20px;
    background: transparent url('../../assets-original/images/sprites-socials.png') no-repeat 0 0; 
}
.socials .twitter-link {
    background-position: 0 -20px;
}
/* Header search */
.widget-search {
    border: 1px solid #000;
    width: 148px;
    height: 18px;
    position: absolute;
    right: 185px;
    top: 15px;
}
.widget-search .inputText {
    background: transparent;
    border: 0 none;
    width: 115px;
    font-size: 10px;
    font-style: italic;
}
.widget-search .inputSubmit {
    border: 0 none;
    background: #fff url('../../assets-original/images/sprites-socials.png') no-repeat 0 -40px;
    display: block;
    width: 20px;
    height: 18px;
    text-indent: -12345px;
    text-transform: capitalize;
    position: absolute;
    top: 0;
    right: 0;
}

/*
    Content
*/

#main {
    position: relative;
}
.default #main,
.listing #main {
    margin-top: 80px;
}

#main:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ie6 #main, .ie7 #main { zoom: 1; }

.mainTitle h1 { margin-bottom: 12px; }
.feature { font-size: 116%; }
.feature .back-link { float:right; }
.documentary-feature header.hd h1,
.blog-feature header.hd h1 { padding-top: 8px; padding-bottom: 20px; font-size: 25px; }
.documentary-feature .hd .subtitle,
.blog-feature .date { color: #000; font-weight: bold; margin: 0 0 20px; }
.documentary-feature .image,
.blog-feature .image { display: none; }
.documentary-feature { color: #000; }
.documentary-feature .hd .subtitle {
    font-size: 116%;
    font-family: Arial, Helvetica, sans-serif;
}

/** Social buttons */
.social-buttons {
    clear: both;
    margin: 40px 0 10px;
    vertical-align: middle;
}
.social-buttons > * {
    display: inline-block;
    vertical-align: middle !important;
}
.social-buttons .fb-like {
    margin-right: 15px;
}
.social-buttons .twitter-share-button {
    width: 90px !important;
}
.ie6 .social-buttons > *,
.ie7 .social-buttons > * {
    display: inline; zoom: 1;
}

/* General module */
header:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ie6 header, .ie7 header { zoom: 1; }
.main header {
    padding-bottom: 10px;
}
.main header h1,
.main header h2,
.main header h3,
.main header h4 {
    padding-bottom: 0;
}

.main header p,
.main header ul {
    font-size: 11px;
    padding: 2px 0 0 0;
    color: #666;
}

.main header ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ie6 #main header ul, .ie7 #main header ul { zoom: 1; }

.main header li {
    float: left;
    padding-right: 10px;
}

.bd:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ie6 .bd, .ie7 .bd { zoom: 1; }

.ft:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ie6 .ft, .ie7 .ft { zoom: 1; }

.main footer p,
.main footer ul {
    font-size: 11px;
    padding: 2px 0 0 0;
    color: #666;
}

.main footer ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ie6 #main footer ul, .ie7 #main footer ul { zoom: 1; }

.main footer li {
    float: left;
    padding-right: 10px;
}

/* Home */
.home .right-feature {
    width: 295px;
    float: right;
    margin: 0 0 0 20px;
    padding-top: 25px;
}
.right-feature h2 {
    padding-bottom: 15px;
}
.right-feature p {
    line-height: 15px;
}
.home .slideshow h3 {
    display: none;
}
.slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 647px;
    height: 300px;
    margin: 0;
    padding: 0;
}
.slideshow .flex-control-nav {
    position: absolute;
    text-align: left;
    left: 10px;
    top: 5px;
}
.slideshow .flex-control-nav li a {
    background-image: url('../../assets-original/images/sprites-slideshow.png');
    width: 8px;
    height: 8px;
}
.slideshow .flex-control-nav li a:hover,
.slideshow .flex-control-nav li a.active {
    background-position: 0 -8px
}
.home .flex-container {
    margin: 0;
}
.home .main-col {
    position: relative;
    margin: 10px 0 30px 0;
    overflow: visible;
    height: 310px;
}
#main {
    margin-top: 73px;
}
.home #main {
    /* margin-top: 55px; */
}
.home .col-4 {
    margin-right: 20px;
    border-right: 1px dotted #ccc;
}
.home .col-4 h3 {
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}
.home .col-4 h2 a {
    font-weight: normal;
}
.home .col-4 h2 a {
    color: #000;
}
.home .lastCol {
    margin-right: 0;
    margin-left: -2px; /*-1*/
    border: none;
}
.home .right-feature a.active,
.home .col-4 .active {
    float: right;
}
.home .right-feature a.active:after,
.home .col-4 .active:after,
.sidebar-content a:after {
    content: " →"
}

/* Sidebar */
.default .sidebar {
    padding-right: 0;
    margin-left: 40px;
    padding-top: 55px;
    font-family: 'avenir_65medium',Helvetica,Arial,sans-serif;
}
.default .sidebar-content {
    font-family: Arial,sans-serif;
}
.contact .sidebar-content {
    font-family: 'avenir_65medium',Helvetica,Arial,sans-serif;
    color: #000;
    font-size: 123.1%;
}
.contact .sidebar-content .content a {
    float: none;
    font-weight: normal;
    float: right;
}
.contact .sidebar-content .content p {
    padding-bottom: 15px;
    clear: both;
}
.contact .sidebar-content .content a:after {
    content: "";
}
.sidebar h3 {
    font-weight: normal;
}
.sidebar li {
    list-style: none;
}
.listings-sidebar .sidebar a {
    color: #000;
    font-weight: normal;
}
.sidebar .content {
    font-size: 108%;
}
.sidebar .content a {
    font-size: 108%;
    color: #000;
    font-weight: normal;
}
.sidebar-content h2 {
    clear: both;
    font-size: 150%;
}
.sidebar-content a {
    float: right;
}
.sidebar .mod {
    margin-bottom: 20px;
}
.sidebar .rss-link {
    padding: 2px 0 0 25px;
    background: transparent url('../../assets-original/images/rss-icon.png') no-repeat left;
    font-size: 108%;
}
.sidebar .year > a {
    font-size: 116%;
}
.sidebar img {
    max-width: 100% !important;
    height: auto !important;
}
.sidebar-content .widget {
    margin: 0 0 20px;
    overflow: hidden;
}
.contact .sidebar-content .content a {
    float: none;
}
.contact .sidebar-content .content a.active {
    float:right;
}
.related-posts .listing-image {
    width: 50px;
    height: 50px;
    float: left;
}
.related-posts .title {
    padding: 5px 0;
}
.related-posts .article {
    padding: 10px 0 9px !important;
    border-bottom: 1px dotted #ccc;
}
.related-posts .article:last-child {
    border: none;
}
.related-posts .title a {
    font-weight: normal;
    font-size: 15px;
}
.related-posts .subtitle {
    font-weight: normal;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000;
}
.listings-sidebar {
    position: relative;
}
.listings-sidebar .widget-search {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    margin: 0 0 20px;
}
.listings-sidebar .widget-search {
    border: none;
    width: 200px;
    height: 22px;
}
.listings-sidebar .widget-search .inputSubmit {
    width: 31px;
    height: 22px;
    top: 0;
    left: 0;
    right: auto;
    background: transparent url('../../assets-original/images/search-icon.png') no-repeat 0 0;
}
.listings-sidebar .widget-search .inputText {
    padding-left: 34px;
    font-style: normal;
    font-size: 15px;
    width: 170px;
}


.widget-blog-archive .year > a,
.archive-widget .year > a {
    background: transparent url('../../assets-original/images/sprite-arrows.png') no-repeat scroll 69px 7px;
    padding-right: 35px;
}
.widget-blog-archive .inactive > a,
.archive-widget .inactive > a {
    background-position: 69px -12px;
}
.widget-blog-archive .inactive ul,
.archive-widget .inactive ul {
    display: none;
}
/* Blog & listings */
.listing-image {
    width: 100px;
    height: 100px;
    float: left;
    margin: 0 10px 0 0;
}
.listings {
    line-height: 19px;
}
.listings h3 {
    font-weight: normal;
    padding: 0;
}
.listings h3 a {
    font-weight: normal;
}
.listings .mod {
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}
.listings .mod p {
    padding: 0;
}
.listings .date {
    color: #000;
}
.listings .content {
    font-size: 108%;
}
.listings .mod:last-child {
    border: none;
}
.listings .read-more {
    float: right;
    font-size: 116%;
}
.listings .meta-info .meta-label {
    font-weight: 700;
    color: #000;
}
.listings .meta-info a {
    font-weight: normal;
    color: #000;
    padding: 0 5px 0 0;
}
.listing-image {
    position: relative;
    display: block;
}
.documentary-listings .listing-image,
.documentary-listings .listing-image img {
    width: 180px;
    height: 100px;
}
img.play {
    position: absolute;
    z-index: 100;
    left: 68px;
    top: 25px;
    width: auto !important;
    height: auto !important;
}

/* Pagination */
.pagination {
    background: #f0f0f0;
    padding: 5px 10px;
    font-size: 116%;
    color: #000;
}
.pagination ul {
    text-align: right;
}
.pagination li {
    display: inline;
    padding: 0 2px;
}
.pagination .info {
    float: left;
}
/*
    Footer
*/

/* Sticky footer */
html, body, #topWrapper {
    height: 100%;
}
body > #topWrapper {
    height: auto;
    /*min-height: 100%;*/
   margin-bottom: 30px;
}
#bottomWrapper {
    position: relative;
    margin-top: -70px;
    height: 70px;
    clear: both;
    border-top: 5px solid #000;
    background: #fff;
}
.main {
    padding-bottom: 70px;
    margin: 73px 0 0;
}

/* Footer */
.footer .container {
    position: relative;
    color: #666;
    font-size: 10px;
    text-align: center;
    padding-top: 15px;
}
.footer a {
    font-weight: normal;
}

/* Footer Navigation */
.footer-nav,
.footer-nav ul,
.footer-nav li {
    display: inline;
}
.footer {
    padding-bottom: 20px;
}
.footer .social-icons {
    padding: 0 0 15px;
    clear: both;
    overflow: hidden;
    text-align: right;
}
.footer .social-icons img {
    display: block;
}
.footer .social-icons a {
    margin: 0 1px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 30px;
}

/*
    Archive listing
 */
select {
    border: 1px solid #000;
    background: #fff;
    min-width: 50px;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}

.pond5-widget .hd {
    font-size: 116%;
}
.pond5-widget label {
    width: auto;
    padding-right: 10px;
}
.pond5-widget .pull-right {
    margin-right: 3px;
}

.pond5-widget .result-set {
    list-style: none;
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
}
.pond5-widget .content {
    margin-bottom: 40px;
}
.pond5-widget .result {
    float: left;
    width: 225px;
    height: 175px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    background: #f0f0f0;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}
.pond5-widget .result img {
    display: block;
    margin-bottom: 10px;
}
.pond5-widget .result .link {
    font-size: 116%;
}
.pond5-widget .listing-image {
    float: none;
    width: auto;
    height: auto;
}
.pond5-widget .play {
    left: 77px;
    top: 35px;
}

/*
    Column system
*/

.col { width: 60px; padding-right: 20px; padding-bottom: 1px; float: left; overflow: hidden; }
.col-2 { width: 140px; }
.col-3 { width: 200px; }
.col-4 { width: 293px; }
.col-5 { width: 380px; }
.col-6 { width: 460px; }
.col-7 { width: 540px; }
.col-8 { width: 620px; }
.col-9 { width: 720px; }
.col-10 { width: 780px; }
.col-11 { width: 860px; }
.col-12 { width: 960px; }
.lastCol { padding-right: 0; }
.colOverflow { overflow: hidden; }

.inline {
    display: inline;
}
/*
    jQuery UI
*/

.ui-autocomplete {
    z-index: 999 !important;
}

/*
    Forms
*/

/* General fields and textareas */

input.inputText,
input.inputPassword,
input.inputSearch,
input.inputDate,
textarea {
    color: #666;
    border-color: #999 #bbb #bbb #bbb;
    border-style: solid;
    border-width: 1px;
    padding: 2px 3px;
    margin: 0;
    background-color: #fff;
    background-image: none;
    background-image: -moz-linear-gradient(0% 3px 90deg,#fff, #cecece);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 3, from(#cecece), to(#fff));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

textarea {
    line-height: 1.5;
    height: 104px;
}

/* Input lists */

.inputList {
    padding-bottom: 6px;
}

.inputList li {
    padding-left: 24px;
    position: relative;
    padding-bottom: 6px;
}

.inputList input {
    position: absolute;
    top: 0;
    left: 0;
}

.ie6 .inputList input {
    left: -24px;
}

.inputList label {
    overflow: visible;
    height: auto;
    padding: 0;
}

/* Paragraph */
.ie6 form p,
.ie7 form p { zoom: 1; }

/* Labels */
label,
.label {
    display: block;
    padding-bottom: 2px;
    height: 18px;
    overflow: hidden;
    color: #000;
    float: left;
    width: 105px;
}

/* Online Forms */
.online-form {
    background: #f0f0f0;
    padding: 40px;
    font-size: 131%;
    width: 565px;
    margin: 15px auto 20px;
    overflow: hidden;
}
.online-form p {
    padding-bottom: 20px;
}
.required {
    color: #993333;
}
.online-form .inputSubmit {
    border: none;
    background: transparent url('../../assets-original/images/submit-button.png') no-repeat;
    width: 70px;
    height: 34px;
    float: right;
    margin: 0 48px 0 0;
}

.search-form {
    padding: 30px 40px 20px;
}

/* Inline errors */

.errorArea input.inputText,
.errorArea input.inputPassword,
.errorArea input.inputSearch,
.errorArea input.inputDate,
.errorArea textarea {
    border: 1px solid #d00c00;
}

.errorArea label,
.errorArea .label {
    color: #d00c00;
}

.errorArea input.inputText:focus,
.errorArea input.inputPassword:focus,
.errorArea input.inputSearch:focus,
.errorArea input.inputDate:focus {
    -webkit-box-shadow: 0 0 3px #d00c00;
    -moz-box-shadow: 0 0 3px #d00c00;
    box-shadow: 0 0 3px #d00c00;
}

.errorArea .formError {
    font-size: 11px;
    line-height: 1.636;
    color: #d00c00;
    display: block;
    height: 18px;
    overflow: hidden;
    white-space: nowrap;
    clear: left;
    text-overflow: ellipsis;
}

/* Help texts */

.helpTxt {
    font-size: 11px;
    line-height: 1.636;
    color: #999;
    display: block;
    height: 18px;
    overflow: hidden;
    white-space: nowrap;
    clear: left;
    text-overflow: ellipsis
}

    input.inputText,
    input.inputPassword,
    input.inputSearch,
    input.inputDate {
        width: 405px;
    }
    textarea {
        width: 405px;
    }

/* Messages */

.message {
    padding: 12px 12px 0 12px;
    border: 1px solid #ddd;
    margin-bottom: 24px;
    border-color: #ddd;
    color: #333;
    background-color: #fff;
    background-image: none;
    background-image: -moz-linear-gradient(0% 100% 90deg,#fff, #f8f8f8);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#fff));
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.message .close:link,
.message .close:visited {
    display: block;
    position: absolute;
    overflow: hidden;
    padding: 4px;
    top: 4px;
    right: 4px;
    height: 8px;
    width: 8px;
    border: 0;
    text-indent: -9999px;
    background: url('../../assets-original/images/close.png') no-repeat 4px 4px;
    opacity: .50;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -khtml-opacity: .50;
    -moz-opacity: .50;
}

.message .close:hover,
.message .close:active,
.message .close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 1;
    -moz-opacity: 1;
}

/* Error messages */

.error {
    border-color: #8b0800;
    color: #fae7e6;
    background-color: #d00c00;
    background-image: none;
    background-image: -moz-linear-gradient(0% 100% 90deg,#d00c00, #b80900);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b80900), to(#d00c00));
}

.error h1,
.error h2,
.error h3,
.error h4 {
    color: #fff;
}

.error a {
    color: #fff;
    border-color: #df5c54;
}

.error a:link,
.error a:visited {
    color: #fff;
    border-color: #df5c54;
}

.error a:hover,
.error a:active,
.error a:focus {
    color: #fff;
    border-color: #fff;
}

/* Success messages */

.success {
    border-color: #4c721f;
    color: #f1f7eb;
    background-color: #72aa2e;
    background-image: none;
    background-image: -moz-linear-gradient(0% 100% 90deg,#72aa2e, #65a01c);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#65a01c), to(#72aa2e));
}

.success h1,
.success h2,
.success h3,
.success h4 {
    color: #fff;
}

.success a {
    color: #fff;
    border-color: #a0c673;
}

.success a:link,
.success a:visited {
    color: #fff;
    border-color: #a0c673;
}

.success a:hover,
.success a:active,
.success a:focus {
    color: #fff;
    border-color: #fff;
}

/* Notice messages */

.notice {
    border-color: #e6901e;
    color: #332d1c;
    background-color: #ffe38a;
    background-image: none;
    background-image: -moz-linear-gradient(0% 100% 90deg,#ffe38a, #ffce58);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffce58), to(#ffe38a));
}

.notice h1,
.notice h2,
.notice h3,
.notice h4 {
    color: #000;
}

.notice a {
    color: #000;
    border-color: #ab985d;
}

.notice a:link,
.notice a:visited {
    color: #000;
    border-color: #ab985d;
}

.notice a:hover,
.notice a:active,
.notice a:focus {
    color: #000;
    border-color: #000;
}

/*
    Guillotine bug
*/

.guillotineBugFix { display: none; }
.ie6 .guillotineBugFix { clear: both; height: 0; font-size: 0; line-height: 0; display: block; }

/*
    Clearfix
*/

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ie6 .clearfix,
.ie7 .clearfix { zoom: 1; }

/*
    Print styles
*/

@media print {
    * {
        color: #000 !important;
        float: none;
        text-shadow: none;
    }

    div {
        background-color: white !important;
    }

    /* place the divs and elements you want to hide here */
    #skip, #headerLanguage, #headerSearch, #headerFocus, #footer, aside {
        display: none;
    }

    body {
        font-family: Arial, sans-serif;
        font-size: 12pt;
        background: #FFF;
        border: none;
    }

    p {
        padding: 0 0 20px 0;
    }

    ul, ol {
        padding: 0 0 20px 30px;
    }

    h1, h2, h3, h4, h5, h6 {
        font-weight: 700;
    }

    h1 {
        font-size: 20pt;
        padding: 0 0 10px 0;
    }

    h2 {
        font-size: 16pt;
        padding: 0 0 8px 0;
    }

    h3 {
        font-size: 14pt;
        padding: 0 0 6px 0;
    }

    h4 {
        font-size: 12pt;
        padding: 0 0 6px 0;
    }

    blockquote {
        padding-left: 2.5cm;
        font-style: italic;
    }

    table {
        font-family: Arial, sans-serif;
        margin: 0 10px 20px;
        border-top: 1px solid #D9D9D9;
        border-left: 1px solid #D9D9D9;
    }

    table td, th {
        padding: 5px 10px;
        border-right: 1px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9;
    }

    table th {
        font-weight: 700;
        background: #D9D9D9;
        color: #000;
    }
}






.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 {
    width: 100%;
    margin: 0;
    padding: 0
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden
}

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

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

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

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

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

.flexslider {
    background: #fff;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    zoom:1}

.flexslider .slides {
    zoom:1}

.flexslider .slides > li {
    position: relative
}

.flex-container {
    zoom:1;position: relative;
    margin: 20px
}

.flex-caption {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    zoom:1}

.flex-caption {
    width: 96%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: rgba(0,0,0,.4);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font: 12px/1.8 "Droid Sans",Arial,Helvetica,sans-serif;
    line-height: 10px
}

.flex-direction-nav li a {
    width: 52px;
    height: 52px;
    margin: -13px 0 0;
    margin-left: 10px;
    margin-right: 2px;
    display: block;
    background: url(https://rockhopper.tv/frontend/modules/slideshow/layout/css/theme/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    border-bottom: none
}

.flex-direction-nav li .next {
    background-position: -52px 0;
    right: -15px
}

.flex-direction-nav li .prev {
    left: -20px
}

.flex-direction-nav li .disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default
}

.flex-control-nav {
    width: 100%;
    margin-top: 5px;
    position: absolute;
    text-align: center
}

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

.flex-control-nav li:first-child {
    margin: 0
}

.flex-control-nav li a {
    width: 13px;
    height: 13px;
    display: block;
    background: url('https://rockhopper.tv/frontend/modules/slideshow/layout/css/theme/bg_control_nav.png') no-repeat 0 0;
    cursor: pointer;
    text-indent: -9999px;
    border-bottom: none
}

.flex-control-nav li a:hover {
    background-position: 0 -13px
}

.flex-control-nav li a.active {
    background-position: 0 -26px;
    cursor: default
}
