/*-----------------------------------------------------------------------
*
*    Style Name: Default
*    Author: Elves Sousa
*    This style contains most of the needed styles for the frontend.
*    Feel free to adjust it to your needs.
*
*    - HTML tags
*    - Header
*    - Loading screen
*    - Slider
*    - Full Slider page
*    - Timelines
*    - Master headings
*    - Search forms
*
------------------------------------------------------------------------*/

/* HTML tags
------------------------------------ */
html, body {
    margin: 0 !important;
    padding: 0;
}

body {
    background-color: #fff;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.45;
    color: #333;
    height: 100%;
}

body.modal-open #container,
body.modal-open #header {
    -webkit-filter: blur(7px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}

a { color: #666; }
a:hover {
    -moz-transition: color .5s linear;
    -ms-transition: color .5s linear;
    -o-transition: color .5s linear;
    -webkit-transition: color .5s linear;
    color: #333;
    text-decoration: none;
    transition: color .5s linear;
}

h1, h2, h3, h4 {
    -moz-font-feature-settings:"liga", "dlig";
    -moz-font-feature-settings:"liga=1, dlig=1";
    -o-font-feature-settings:"liga", "dlig";
    -webkit-font-feature-settings:"liga", "dlig";
    color: #000;
    font-weight: inherit;
    line-height: 1.2;
    margin: 1.414em 0 0.5em;
}

h1 {
    margin-top: 0;
    font-size: 3.998em;
}
h2 { font-size: 2.827em; }
h3 { font-size: 1.999em; }
h4 { font-size: 1.414em; }

p { margin-bottom: 1.3em; }
p, blockquote p, form { line-height: 1.2em; }
strong { color: #000; }

img { max-width: 100%; height: auto; }

small, .font_small {font-size: 0.707em;}
audio, canvas, video {max-width:100%;}


#top ul.sub-menu,
#header ul.sub-menu,
#top ul.menu,
#header ul.menu { padding: 0; }
.inline li { display: block; float: left; }

.entry-title { clear:both; font-size: 1.5em; }
.entry-title a { color: #000; }
.entry-title span { color: #666; }

/* Loading screen
------------------------------------ */
#site-loading {
    position: fixed;
    background: #fff;
    height: 100%;
    width: 100%;
    z-index: 10000;
}

.empty #site-loading { display: none; }

#site-loading .loading {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    color: #000;
    font-size: 40px;
}

.spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

/* Header
------------------------------------ */
#header {
    -webkit-animation-duration: .5s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-timing-function: ease;
    animation-duration: .5s;
    animation-name: fadeIn;
    animation-timing-function: ease;
    border-bottom: 1px solid;
    border-color: transparent;
}

#header .logo h1 {
    padding: 10px 0 0 0;
    margin: 0;
}

/* Top menu
------------------------------------ */
#top .menu li a,
#header .menu li a { padding: 1em; }

/* Side menu
------------------------------------ */
#sidr .caret { display: none;}
#sidr a, #sidr ul li a { background: none;}

#side-menu-left {
    left: 0;
    margin: 10px;
    padding: 5px;
    position: absolute;
}
#side-menu-right {
    margin: 10px;
    padding: 5px;
    position: absolute;
    right: 0;
}

#side-menu-left:hover,
#side-menu-right:hover { text-decoration: none; }

/* Slider
------------------------------------ */
#homeslider {
    height: 400px;
    overflow: hidden;
    text-align: center;
}

.edit-slide {
    color: #fff;
    position: absolute;
    top: 0;
    right: 40px;
    background: rgba(0,0,0,0.8);
    padding: 10px;
    text-transform: uppercase;
}

.edit-slide a, .edit-slide a:hover {
    color: #fff;
    text-decoration: none;
}

.slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content-slider .fotorama__wrap *,
.fotorama__caption__wrap {
    /*    box-sizing: border-box;*/
    text-align: center;
}

.slider-container .masthead {
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}
.slider-container .masthead p { text-align: center; }
.slider-caption { padding: 20px; }
.slider-caption, .slider-image {
    display: table-cell;
    vertical-align: middle;
}

.bx-prev, .bx-next {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.slider-caption .caption-inner { text-align: left; }

.slide img {
    margin: auto;
    max-width: 100% !important;
}

.slider-thumbs {
    margin-top: -70px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100
}

.slider-thumbs a img { height: auto; }

.fotorama__caption__wrap {
    color: #fff;
    display: block;
    padding: 30px;
    font-weight: normal;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

/* Full Slider page
------------------------------------ */
#content-hero {
    display: table;
    width: 100%;
}

#content-hero.fs { height: 100vh; }

#content-hero .jumbotron {
    display: table-cell;
    vertical-align: middle;
}

#content-hero h1,
#content-hero h2,
#content-hero h3,
#content-hero h4,
#content-hero h5,
#content-hero h6,
#content-hero p,
#content-hero i,
#content-hero div,
#content-hero span,
#content-hero strong {
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,0.5);
}

.slidetocontent {
    margin-bottom: 0;
    color: #fff;
    font-size: 40px;
    margin-top: -97px;
    left: 0;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.slidetocontent:hover {
    text-decoration: none;
    color: #fff;
}

/* Master headings
------------------------------------ */
.heading-container {
    background-attachment: fixed;
    background-size: cover;
    display: table;
    text-align: center;
    width: 100%;
}

.heading-container .masthead,
.heading-container .jumbotron {
    display: table-cell;
    vertical-align: middle;
}

.masthead {
    margin-bottom: 0;
    padding: 70px 0 80px;
}

.masthead h1 {
    letter-spacing: -2px;
    line-height: 1;
}

.masthead p {
    font-size: 40px;
    font-weight: 200;
    line-height: 1.25;
}

/* Textual links in masthead */
.masthead-links {
    list-style: none;
    margin: 0;
}
.masthead-links li {
    color: #000;
    display: inline;
    padding: 0 10px;
}

/* Pages
------------------------------------ */
.page-header {
    border-bottom: 1px solid #EEE;
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 20px 0 30px;
    padding-bottom: 20px;
}

.single .page-header {
    border-bottom: transparent;
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 20px 0 30px;
    padding-bottom: 20px;
}

/* Post
------------------------------------ */
.posts { padding: 20px 0; }

.posts .date {
    margin: 25px 0 0 0;
    text-align: center;
}
.posts .date h2 {
    color: #666;
    font-size: 2.7em;
    margin: 0;
    padding: 0;
}
.posts .date h3 {
    color: #555;
    font-size: 1em;
    margin: -20px 0 0 0;
}

.entry-meta {
    clear:both;
    color: #444;
}

.entry-date { color: #444; }

#container { }
#primary { }
#content { margin: 0 !important; }
.symbol {
    float: right;
    padding: 0 20px 0 10px;
    font-size: 50px;
    color: rgba(0, 0, 0, 0.1);
}

/* Widget areas
------------------------------------ */
.home-sidebar ul li { list-style: none; }

/* Posts in shortcodes
------------------------------------ */
.lastlist .item {
    height: 90px;
    margin: 10px 0 0 -20px;
}
.lastlist .thumbblock {
    background: #000;
    border: 1px solid #ccc;
    height: 78px;
    margin: 0 20px 0 20px;
    overflow:hidden;
    width: 78px;
}
.lastlist .thumbblock img {
    height: auto;
    min-width: 90px;
}
.lastlist .nothumb {
    background: #ddd;
    border: 1px solid #ccc;
    height: 78px;
    width: 78px;
}
.lastlist .text { margin: 2% 0 0 39% ; }
.lastlist .name { padding: 10px 12px; }
.lastlist .postlink {
    font-size: 1.3em;
    line-height: 1.3em;
}

/* Loop with big image
------------------------------------ */
.item-top {
    text-align: center;
    position:relative;
}

.item-top .top-info {
    position: relative;
    right: 0;
    text-align: right;
    background: rgba(0,0,0,0.4);
    padding: 5px;
}
.item-top .bottom-info {
    position: absolute;
    bottom: 0;
    text-align: right;
    background: rgba(0,0,0,0.4);
    padding: 5px;
    color: #fff;
    font-weight: 400 ;
}

.item-top .top-info a, .item-top .top-info a:hover {
    color: #fff !important;
    text-decoration: none;
}
.item-top .top-info span {
    color: #eee;
    text-decoration: none;
}

/*  Loop list
------------------------------------ */
.item-list .item-image, .video-image {
    width: 100%;
    overflow: hidden;
}

.item-list .item-image img {
    margin: auto;
}
.item-list .name {
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
}

.item-list .item .thumbnail { margin: auto; }
.item-list img.video-item { margin-top: -30px;}

.item-date h2, .item-date h4 {
    line-height: 0.9em;
    margin: 0;
    padding: 0;
    text-align: center;
}
.text .name br { display: none; }

/* Block
------------------------------------ */
.block { position: relative; overflow: hidden; }
.block a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.block p,
.block span,
.block-info h1,
.block-info h2,
.block-info h3,
.block-info h4,
.block-info h5,
.block-info h6,
.block-info a { color: #fff; text-decoration: none; margin: 10px 0; }
.block-info a:hover { text-decoration: none; }
.block .short-desc {
    display: block;
    height: 0;
    opacity: 0;
    font-weight: normal;
    color: #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.block:hover .short-desc {
    height: 60px;
    opacity: 1;
}

.block .pic {
    display: block;
    overflow: auto;
    min-height: 100%;
    height: 100%;
    height: auto;
}

.block .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(1%, rgba(0,0,0,0)), color-stop(47%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    opacity: 0.6;
}
.block:hover .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease;
    opacity: 1;
}

.block img { display: inline; }

.type-info.fixed-top {
    position: absolute;
    top: 0;
    padding: 20px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,0.7);
    font-weight: normal;
}
.type-info.fixed-top p {
    display: inline-block;
    padding: 0;
}

.block-info.fixed-bottom {
    position: absolute;
    bottom: 0;
    padding: 20px;
}

.mini-block a {
    position: relative;
}

.mini-block a:hover::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(1%, rgba(0,0,0,0)), color-stop(47%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    transition: all 1s ease;
}

.mini-block .icon {
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    vertical-align: middle;
    height: 100%;
}

.mini-block i {
    position: absolute;
    font-size: 50px;
    opacity: 0.5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 0 43px rgba(0,0,0,0.5);
    z-index: 3;
    letter-spacing: 0;
}

.mini-block:hover i {
    opacity: 1;
    transition: all 1s ease;
}

/* Share Options
------------------------------------ */
.share-options .share-links li { padding: 5px; }
.share-options .share-links li i {
    font-size: 25px;
    margin: 5px 0;
}
.share-options .share-links .inline li i {
    font-size: 25px;
    margin: 0 15px 0 0;
}

/* Comments
------------------------------------ */
#respond,
#comments { border-top: 1px solid #444; }
#comment-meta { }
.commenter {
    font-size: 1em;
    margin: 0 0 0 60px;
}

/* Sidebar
------------------------------------ */
.sidebar h3 { color: #000; }
.sidebar ul { margin: 10px; padding: 0;}
.sidebar ul li {
    list-style: none;
    padding: 5px;
}
.sidebar ul li a {  }
.sidebar ul li ul li ul {
    background: #eee;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: none;
    margin: -10px 0 0 20px;
    min-width: 100px;
    padding: 10px;
    position: absolute;
}
.sidebar ul li ul li:hover ul { display: block; }

/* Footer
------------------------------------ */
#footer {
    border-top: 1px solid transparent;
    color: #333;
    margin: 30px 0 0 0;
    padding: 0;
    overflow: hidden;
}
#footer .menucontainer { border-bottom: 1px solid transparent; }
#footer .menu { margin: 0px; }
#footer .menu li a {
    display: block;
    padding: 3px 16px 0 0;
    text-decoration: none;
}
#footer h3 { color: #666; }
#footer ul,
#footer li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.first-footer-area, .second-footer-area { border-bottom: 1px solid transparent; }
#bottom { margin: 10px 0 0 0; }
.copy { color: #444; }

.scrollup {
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 50px;
    background: rgba(255,255,255,0.9);
    padding: 5px 3px 8px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

.thumb {
    border: none;
    margin: auto;
    padding: 0;
    border-radius: 5px;
    width: 100%;
    max-width: 300px;
    overflow: hidden;
}

.thumb img {
    height: auto;
    max-width: 100%;
}

/* Cover
------------------------------------ */
.cover {
    background: #000;
    color: #ccc;
    background: rgba(0, 0, 0, 0.8);
    height: 200px;
    opacity: 0;
    display: table;
    text-align: center;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 100% ;
}

.no-image .info {
    background: #000;
    color: #ccc;
    height: 200px;
    display: table;
    text-align: center;
    overflow: hidden;
    position: absolute;
    width: 100% ;
}

.cover .title, .no-image  .info .title {
    display: table-cell;
    vertical-align: middle;
}
.cover a { color: #eee;}
.cover a:hover { color: #fff;}
.cover i { color: #fff;}


.video-image, .gallery-image {
    position: relative;
    overflow: hidden;
}
.video-image:hover .cover,
.gallery-image:hover .cover,
.p .cover {
    -moz-transition: opacity .5s linear;
    -webkit-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    opacity: 1;
    visibility: visible;
}

.gallery-cover-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

/* Video Channel page
------------------------------------ */
.vtitle h3 {
    font-size: 18px;
    line-height: normal;
}

/* Gallery page
------------------------------------ */
h2.view {
    font-size: 3em;
    margin: 65px 0 0 75px;
}

/* Audio player
------------------------- */
p.audio-link {
    margin: 0;
    padding: 10px 0 30px 0;
}

/* Channel page
------------------------------------ */
.videopage #topcontent {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}

#topvideo, .top-video { text-align: center; margin: 0; background: #000}
#topvideo iframe, .topvideo iframe { box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) }

.vtitle { padding: 10px 0;}

h2.play {
    font-size: 3em;
    margin: 18% 41%;
    text-align: left;
}

/* Video player
------------------------- */
.videoplayer { margin: auto !important; }

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.embed-container iframe,
.embed-container video,
.embed-container object {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.mejs-container {
    width: 100% !important;
    height: auto !important;
    padding-top: 57%;
}

.mejs-audio.mejs-container {
    padding: 0;
}

.mejs-overlay, .mejs-poster {
    width: 100% !important;
    height: 100% !important;
}
.mejs-mediaelement video {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100% !important;
    height: 100% !important;
}

.mejs-duration {color: #fff;}

/* Icons
------------------------- */
header #top i, #footer i { font-size: 20px; margin: 0; }
.navbar i {
    font-size: 20px;
    margin: 7px 19px;
}

.navbar .dropdown ul li i {
    font-size: 17px;
    margin: 0px 10px 0 0;
}

i.quote:before {
    content: '\201C';
    line-height: 0.7em;
}
i.quote {
    color: #000000;
    display: block;
    float: left;
    font-family: Georgia,serif;
    font-size: 7em;
    font-style: italic;
    height: 20px;
    overflow: hidden;
    padding: 10px;
    width: 0.6em;
}

/* Tools
------------------------- */
.absolute { position: absolute; z-index: 2}
.center img, img.center { margin: auto;}
.center { text-align: center}
.fill { width: 100%; }
.left-space { padding: 0 0 0 10px;}
.space { padding: 10px 0; }
.toppad { padding: 10px 0 0 0; }
.top-1 { z-index: 2; }
.top-2 { z-index: 5; }
.hidden { display: none; }
.no-margin { margin: 0; padding: 0;}
.tabled { display: table }
.no-gutter > [class*='col-'] { padding-right:0; padding-left:0; }
.cell { display: table-cell; vertical-align: middle; }
.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.gradient-bottom {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.gradient {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.alignright,
img.alignright {
    float:right;
    margin:1em 0 0 1em;
}
.alignleft,
img.alignleft {
    float:left;
    margin:1em 1em 0 0;
}
.aligncenter,
img.aligncenter {
    display:block;
    margin:1em auto;
    text-align:center;
}

/* Gallery
------------------------- */
div.gallery {
    clear:both;
}

p.wp-caption-text { font-style:italic; }
div.gallery dl {
    margin: 1em auto;
    overflow: hidden;
    text-align: center;
}
div.gallery dl.gallery-columns-1 { width:100%; }
div.gallery dl.gallery-columns-2 { width:49%; }
div.gallery dl.gallery-columns-3 { width:33%; }
div.gallery dl.gallery-columns-4 { width:24%; }
div.gallery dl.gallery-columns-5 { width:19%; }

.gallery-caption {}

/* Navigation
------------------------- */
#nav-above {
    clear: both;
    margin-bottom: 1em;
}
#nav-below {
    clear: both;
    margin-top: 1em;
}
#nav-images {
    height:150px;
    margin:1em 0;
}
div.navigation { height:1.25em; }
div.navigation div.nav-next {
    float:right;
    text-align:right;
}
.sidebar h3 { }

div.gallery dl,
div.navigation div.nav-previous { float:left; }

/* Twitter
------------------------- */
.twitter-widget a  { color: #000 !important; }
