/** Color box and css reset **/
    
.jiyo {
    background-image: url('http://static.tumblr.com/cvhjz4y/YkNn5wbnl/my-loaders.gif');
    width: 45px;
    height: 45px;
    background-size: 45px;
    position: fixed;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    left: 50%;
}
    /*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999;
    overflow: hidden;
}

a {
    text-decoration: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.select .post {
    position: relative;
    z-index: 921;
}

.select .note {
    position: relative;
    z-index: 922;
}

.pop img {
    width: 80%;
}

.contain {
    font-family: lato;
}

.post {
    font-family: lato;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/#index.animations.transitions.fadein .post,.animations.transitions .infscr {
    display: none;
}

#index.animations.transitions.fadein .post.opaque,.animations.transitions .infscr.opaque {
    display: inline;
}

#cboxOverlay {
    background: #000;
    opacity: 0.3;
    z-index: 99999999;
}

* {
    -webkit-font-smoothing: antialiased;
}

.calmsdd .post {
    margin-bottom: -4px !important;
}

.win.chrome.calmsdd .post {
    margin-bottom: -5px !important;
}

#colorbox {
    outline: 0;
}

#cboxContent {
    margin-top: 20px;
} }

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    solid #000;
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc;
}

#cboxLoadingGraphic {
    background: url(**) no-repeat center center;
}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(images/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: bottom left;
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(images/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: bottom right;
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(images/controls.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: bottom center;
}

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, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed, 
    figure, figcaption, footer, header, hgroup, 
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video,a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
    text-decoration: none;
}

.eff1,eff3,.eff3,.eff4 {
    display: none;
}
        /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

.scrollup {
    width: 31px;
    height: 31px;
    opacity: 0.8;
    z-index: 39212302;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    font-size: 17pt;
    background-size: 30px;
}

#dvLoading {
    background: transparent url('http://static.tumblr.com/cvhjz4y/YkNn5wbnl/my-loaders.gif') no-repeat center center;
    height: 24px;
    width: 24px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -7px;
}

.post li {
    list-style: none;
}

.post img {
    width: 100%;
}

.Grid.Gd1 .post {
    width: 260px;
    margin: 0px !important;
}

.Grid.Gd2 .post {
    width: 410px;
    margin: 0px !important;
}

.Grid.Gd3 .post {
    width: 510px;
    margin: 0px !important;
}

.Grid.Gd4 .post {
    width: 260px;
    margin: 0px !important;
}

.Gd6 {
    max-width: 1300px;
    margin: auto;
}

.Gd5 {
    max-width: 1050px;
    margin: auto;
}

.Gd4 {
    max-width: 820px;
    margin: auto;
}

.Grid.Gd5 .post {
    width: 260px;
    margin: 0px !important;
}

.Grid.Gd6 .post {
    width: 260px;
    margin: 0px !important;
}

.Blog .post {
    width: 710px;
    margin: 0px !important;
}

#ind .Blog#container {
    width: 710px;
    margin: auto;
}

#per .Blog#container {
    width: initial;
    margin: auto;
}

.photoset {
    margin-bottom: -7px;
}

#container {
    padding-top: 25px;
}

#content {
    margin: auto;
}

@media screen and (max-width:650px) {
}

body {
    font-family: open sans;
    font-weight: 300;
    font-size: 9pt;
    line-height: 15pt;
}
    

     /** Color box and css reset **/
    
    
    
    
            /** Icons and fonts **/
            
@font-face {
    font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

@font-face {
    font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito-Regular'), url(http://themes.googleusercontent.com/static/fonts/nunito/v5/1D_AI14T6X7H5aa5BXWWyuvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxvR_54zmj3SbGZQh3vCOwvY.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/xjAJXh38I15wypJXxuGMBrrIa-7acMAeDBVuclsi6Gc.woff) format('woff');
}

@charset "UTF-8";

@font-face {
    font-family: "wordy";
  src:url("http://themecloset.me/font/maybe/fonts/wordy.eot");
  src:url("http://themecloset.me/font/maybe/fonts/wordy.eot?#iefix") format("embedded-opentype"),
    url("http://themecloset.me/font/maybe/fonts/wordy.woff") format("woff"),
    url("http://themecloset.me/font/maybe/fonts/wordy.ttf") format("truetype"),
    url("http://themecloset.me/font/maybe/fonts/wordy.svg#wordy") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
    font-family: "wordy" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "wordy" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
    content: "g";
}

.icon-fontawesome-webfont-1:before {
    content: "l";
}

.icon-fontawesome-webfont-2:before {
    content: "c";
}

.icon-twitter-alt:before {
    content: "g";
}

.icon-instagram:before {
    content: "m";
}

.icon-shop:before {
    content: "e";
}

.icon-fontawesome-webfont:before {
    content: "f";
}

.icon-fontawesome-webfont-3:before {
    content: "b";
}

.icon-fontawesome-webfont-4:before {
    content: "a";
}

.icon-user:before {
    content: "d";
}

.icon-home:before {
    content: "h";
}

.icon-fontawesome-webfont-5:before {
    content: "i";
}

/** Icons **/



/** navi **/


navi {
    ;width: 100%;
    left: 0px;
    top: 0px;
    padding: 20px;
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
    display: block;
}

navi img {
    width: 120px;
}

navi li:nth-child(2) {
    padding-left: 10px;
    color:;
}

navi li:nth-child(2) {
    color: #aeaeae;
    color: #000000;
    width: 300px;
}

.scrollup2 .icons {
    bottom: 30px;
    right: 70px;
}

.scrollup2 img {
    width: 70px;
}

.scrollup2 .title-fix {
    font-size: 25pt;
    height: 30px;
    position: relative;
    top: 10px;
}

.z-index-9 {
    z-index: 19999;
    position: relative;
}

.icons {
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 45px;
    width: 300px;
    text-align: right;
}
    
    /** navi **/

    
    /** footer **/
    
    
.footer {
    padding: 30px;
    margin-top: 30px;
    text-align: center;
    color: #cccccc;
    font-family: arial;
    font-size: 13px;
    line-height: 17pt;
}

.post *:hover {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.padding-50 {
    padding-left: 50px;
}

.wanker {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.halo {
    position: fixed;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
}

.border-bottom {
    border-bottom: 1px solid #aeaeae;
}
    
    /** footer **/
    
    
   /** photo effect **/
   
.post:hover .photo-hover li:nth-child(4) {
    position: relative;
    top: -4px;
}

.photo-hover {
    color: #ffffff;
    font-size: 15pt;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -17px;
    margin-left: -15px;
}

.photo-hover li {
    display: inline-block;
    margin-right: 3px;
    width: 35px;
    height: 28px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 50%;
    padding-top: 7px;
    text-align: center;
}

.photo-hover li:nth-child(4) {
    font-family: arial;
    font-size: 15pt;
    font-weight: 900;
    position: relative;
    padding-top: 2px;
    height: 32px;
    position: relative;
    top: -4px;
}

.photo-hover li:first-child {
    padding-top: 9px;
    height: 26px;
    position: relative;
    top: -1px;
}

.photo-hover .reblog_button {
    position: relative;
    left: 8px;
}

.post:hover {
    opacity: 0.7;
}

.post .photo-hover li:first-child {
    position: relative;
    top: 10px;
}

.post .photo-hover li:nth-child(2) {
    position: relative;
    top: 22px;
}

.post .photo-hover li:nth-child(3) {
    position: relative;
    top: 18px;
}

.post .photo-hover li:nth-child(4) {
    position: relative;
    top: 20px;
}

.photo-hover2 {
    color: #ffffff;
    font-size: 14pt;
    position: absolute;
    z-index: 91999;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -14px;
}

.photo-hover2 li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.photo-hover2 li:last-child {
    display: inline-block;
    margin-top: 8px;
    font-size: 10pt;
    border-bottom: 1px solid #ffffff;
}

.photo-hover2 li {
    font-family: lato;
    font-weight: 900;
    font-size: 20px;
}

.photo-hover2 li:nth-child(2) {
    position: relative;
    top: -6px;
}

.photo-hover2 li:nth-child(4) {
    position: relative;
    top: -6px;
}

.photo-hover2 li:nth-child(5) {
    position: relative;
    top: -4px;
    font-size: 20pt;
}

.photo-hover3 {
    color: #000000;
    font-size: 14pt;
    position: absolute;
    z-index: 91999;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -14px;
}

.photo-hover3 li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.photo-hover3 a {
    color: #000000;
}

.photo-hover3 li:last-child {
    display: inline-block;
    margin-top: 8px;
    font-size: 10pt;
    border-bottom: 1px solid #000000;
}

.post .photo-hover3 {
    opacity: 0;
}

.post:hover .photo-hover3 {
    opacity: 1;
}

.photo-hover3 li {
    font-family: lato;
    font-weight: 900;
    font-size: 20px;
}

.photo-hover3 li:nth-child(2) {
    position: relative;
    top: -6px;
}

.photo-hover3 li:nth-child(4) {
    position: relative;
    top: -6px;
}

.photo-hover3 li:nth-child(5) {
    position: relative;
    top: -4px;
    font-size: 20pt;
}

.photo-hover4 li {
    width: 24px;
    height: 21px;
    padding-top: 3px;
    background-color: rgba(255,255,255, 0.9);
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    margin-right: 3px;
}

.photo-hover4 li:last-child {
    padding-top: 1px;
    position: relative;
    top: -4px;
    color: #aeaeae;
    font-family: arial;
    font-weight: 500;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid rgba(174,174,174, 0.2);
}

.photo-hover4 .reblog_button {
    position: relative;
    left: 4px;
}

.photo-hover4 {
    position: absolute;
    bottom: 22px;
    left: 24px;
}

.hide-not {
    display: none !important;
}

.hide-for {
    display: inline !important;
}
/** Photo effect**/ 


/** Pagination & Photoset **/ 

.pag {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    padding-top: 40px;
    padding-bottom: 60px;
}

.lightbox-style {
    text-align: center;
    font-size: 11pt;
    font-family: arial;
    color: #ffffff;
}

.lightbox-style a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.Gd2 .photoset[width="250"] {
    display: none;
}

.Gd2 .photoset[width="500"] {
    display: none;
}

.Gd1 .photoset[width="400"] {
    display: none;
}

.Gd1 .photoset[width="500"] {
    display: none;
}

.Gd3 .photoset[width="400"] {
    display: none;
}

.Gd3 .photoset[width="250"] {
    display: none;
}

.Gd4 .photoset[width="400"] {
    display: none;
}

.Gd4 .photoset[width="500"] {
    display: none;
}

.Gd5 .photoset[width="400"] {
    display: none;
}

.Gd5 .photoset[width="500"] {
    display: none;
}

.Gd6 .photoset[width="400"] {
    display: none;
}

.Gd6 .photoset[width="500"] {
    display: none;
}

.Grid .photoset[width="700"] {
    display: none;
}

.Blog .photoset[width="500"] {
    display: none;
}

.Blog .photoset[width="400"] {
    display: none;
}

.Blog .photoset[width="250"] {
    display: none;
}

.Blog .video iframe[width="500"] {
    display: none;
}

.Blog .video iframe[width="700"] {
    display: inline;
}

.Grid .video iframe[width="500"] {
    display: inline;
}

.Grid .video iframe[width="700"] {
    display: none;
}

.photoset {
    padding-bottom: 3px;
}

.video iframe {
    width: 100%;
}

.spotify_audio_player {
    height: initial !important;
    margin-bottom: -70px;
}

.photoset-lightbox li {
    height: 50px;
    overflow: hidden;
    width: 100px;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    margin-left: 3px;
    margin-right: 3px;
    position: relative;
}

.photoset-lightbox li img {
    width: 100px;
}

.photoset-lightbox li:first-child img {
    width: 540px;
}

.photoset-lightbox li:first-child {
    height: initial;
    width: 540px;
    display: block;
}

/** Pagination & Photoset **/ 






   
    /** Transiition **/
.post:hover .photo-hover li:first-child, .post:hover .photo-hover li:nth-child(2), .post:hover .photo-hover li:nth-child(3), .post:hover .photo-hover li:nth-child(4) {
    position: relative;
    top: 0px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    opacity: 0.9;
}

.post:hover .photo-hover4 {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    opacity: 1;
}

.post .photo-hover li:first-child, .post .photo-hover li:nth-child(2),.post .photo-hover li:nth-child(3), .post .photo-hover li:nth-child(4), .post .photo-hover4 {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    opacity: 0;
}

.post .photo-hover2, .post .photo-hover3 {
    opacity: 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.post:hover .photo-hover2, .post:hover .photo-hover3 {
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.count {
    margin-top: -24px !important;
}
/** transition **/



            /** Text Based Posts **/
.none-heart {
    display: none;
}

.linear {
    padding: 10px;
}

.captin {
    margin-top: -20px;
}

.chat li {
    width: 100%;
    border-radius: 5px;
}

.margin-top {
    margin-top: 9px;
    margin-bottom: 8px;
}

.margin-top-link {
    margin-bottom: 8px;
}

.margin-top-quote {
    margin-bottom: 4px;
    margin-top: 5px;
}

.title {
    font-size: 11pt;
    font-weight: 500;
    font-family: lato;
}
    
            /** Text Based Posts **/




            
/** Audio **/
.trackname {
    font-size: 9pt;
}

.background-size-100 {
    background-size: 100%;
}

.margin-bottom {
    margin-bottom: 15px;
    font-size: 10pt;
}

.music_info {
    color: #ffffff;
    font-family: arial;
    font-size: 11pt;
    line-height: 16pt;
    position: absolute;
    left: 90px;
    top: 23px;
    ;
}

.circle_inner {
    overflow: hidden;
    width: 30px;
    position;relative;margin-left: 15px;
    position: relative;
    top: 15px;
}

.audio {
    position: relative;
}

.audio_container {
    width: 100%;
    background-color: rgba(0,0,0, 0.7);
    position: absolute;
    top: 0px;
}

.padding-15 {
    padding: 15px;
}

.audio_circle {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
}
            
            /** Audio **/
            
            
            
                    
.chat-title {
    margin-top: 10px;
}

.chat-title-size {
    font-size: 11pt;
}

.inner-margin-fix {
    margin-top: 5px;
    position: relative;
    top: 5px;
}

.current_page {
    color: #aeaeae !important;
}

.displaynone {
    display: none !important;
}

.display-inline {
    display: inline-block !important;
}

.photo-hover li:last-child a {
    color: #ffffff;
}

.photo-hover4 {
    bottom: 30px!important;
}

.photo-hover4.caption-fix {
    bottom: 19px !important;
}

.caption-audio-fix {
    margin-bottom: -5px !important;
}

.photo-fix-fix {
    position: relative;
    top: 10px;
    left: -15px;
}

.photo-hover4 li:nth-child(3) {
    font-size: 13pt;
    color: #cccccc;
}

.Blog .caption-fix-photoset-need {
    margin-top: -10px;
    padding-bottom: 5px;
    position: relative;
    top: 9px;
    left: -13px;
}

.Grid .caption-fix-photoset-need {
    margin-top: -5px;
    position: relative;
    top: 14px;
    left: -13px;
}

.caption-fix-photoset-need {
    margin-top: -5px;
    position: relative;
    top: 9px;
    left: -13px;
}

.Blog .photoset {
    margin-bottom: -5px;
}

.caption-fix-audio-need {
    margin-top: -11px;
}

.photo-hover2 li a {
    color: #ffffff;
}

.margin-bottom {
    font-size: 11pt;
    margin-bottom: 7px;
}
    
    /* For mobile : like samsung grand(480 * 800): */
    
.perma-container {
    position: relative;
    left: 6px;
    top: -2px;
}

.perma-container {
    padding-bottom: 10px;
}

@media screen and (max-width : 480px) {
    .eff1, .eff2, .eff3, .eff4 {
        display: none !importnat;
    }
}


/* For iphone: */
@media screen and (max-width : 320px) {
    .eff1, .eff2, .eff3, .eff4 {
        display: none !importnat;
    }
} 


/* For ipad: */
@media screen and (max-width : 760px) {
    .eff1, .eff2, .eff3, .eff4 {
        display: none !importnat;
    }
}

.padding-7 {
    padding: 7px;
}

.background-white {
    background-color: #ffffff;
}

.notes-posted {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #efefef;
    color: #949494;
    word-spacing: 1pt;
    text-align: center;
}

.inline-block {
    display: inline-block;
}

.position-6-0 {
    position: relative;
    left: 6px;
    top: 0px;
}

.perma-container {
    padding-bottom: 0px !important;
}

@media screen and (max-width : 1100px) {
}

.audio {
    padding-bottom: 10px;
}

.caption-fix-audio-need {
    margin-top: -6px;
}

.video-lol iframe {
    width: 100% !important;
}

.video iframe {
    width: 100% !important;
}

.video iframe {
    width: 100% !important;
}

.video-lol .tumblr_video_container iframe {
    width: 100% !important;
}

.tumblr_video_container {
    width: 100% !important;
}

#ind .Gd1 .ask_container div, #ind .Gd4 .ask_container div, #ind .Gd5 .ask_container div, #ind .Gd6 .ask_container div {
    width: 50%;
    background-color: #f7f7f7;
    border: 1px solid #efefef;
    padding: 20px;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

#ind .Gd8 .ask_container div, #per .ask_container div {
    width: 83%;
    background-color: #f7f7f7;
    border: 1px solid #efefef;
    padding: 20px;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

#ind .Gd2 .ask_container div {
    width: 70%;
    background-color: #f7f7f7;
    border: 1px solid #efefef;
    padding: 20px;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

#ind .Gd1 .ask_container div:first-child, #ind .Gd4 .ask_container div:first-child, #ind .Gd5 .ask_container div:first-child, #ind .Gd6 .ask_container div:first-child {
    position: relative;
    right: -15px;
}

#ind .Gd1 .ask_container div, #ind .Gd4 .ask_container div, #ind .Gd5 .ask_container div, #ind .Gd6 .ask_container div {
    position: relative;
    right: -35px;
}

#ind .Gd2 .ask_container div:first-child {
    position: relative;
    right: -5px;
}

#ind .Gd2 .ask_container div {
    position: relative;
    right: -24px;
}

#ind .Gd8 .ask_container div:first-child, #per .Gd8 .ask_container div:first-child {
    position: relative;
    right: -5px;
}

#ind .Gd8 .ask_container div, #per .Gd8 .ask_container div {
    position: relative;
    right: -17px;
}

.ask_container div {
    margin-left: 0%;
    margin-top: -40px;
}

.ask_container div:first-child {
    margin-left: 0%;
    margin-top: 0px;
}

.image_conainer img {
    width: 40px;
    position: absolute;
    right: 7%;
    top: 35px;
}

.image_conainer2 img {
    width: 40px;
    position: relative;
    left: 3%;
    top: 45px;
}

.pointer {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: 20px;
    background-color: #f7f7f7;
    transform: rotate(45deg);
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(45deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(45deg);
    /* Opera */
    -o-transform: rotate(45deg);
    /* IE9 */
    -ms-transform: rotate(45deg);
    /* IE6,IE7 */
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
    border-right: 1px solid #efefef;
    border-top: 1px solid #efefef;
}

.pointer2 {
    width: 20px;
    height: 20px;
    position: absolute;
    left: -10px;
    top: 20px;
    background-color: #f7f7f7;
    transform: rotate(45deg);
    behavior: url(-ms-transform.htc);
    /* Firefox */
    -moz-transform: rotate(45deg);
    /* Safari and Chrome */
    -webkit-transform: rotate(45deg);
    /* Opera */
    -o-transform: rotate(45deg);
    /* IE9 */
    -ms-transform: rotate(45deg);
    /* IE6,IE7 */
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.note-with-label {
    float: right;
    position: relative;
    top: -20px;
    left: -9px;
    width: 100px;
    text-align: right;
}

.more_notes_link_container {
    padding-top: 9px;
}

.more_notes_link {
    position: relative;
    top: 4px;
}

.foot-photoset {
    margin-bottom: -10px;
}

#per .Blog .perma-container {
    position: relative;
    left: -3px;
}

.Blog .disquss {
    position: relative;
    margin-left: -8px !important;
}

.Blog .ask_container div {
    width: 75% !important;
    background-color: #f7f7f7;
    border: 1px solid #efefef;
    padding: 20px;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

.image_conainer2 {
    position: relative;
    top: -15px;
}

.caption-fix-audio-need {
    margin-top: -px !important;
    margin-left: 2px;
}

.caption-fix-phot {
    top: 2px !important;
}

.scrollup2 {
    display: none;
}

.caption-fix-pho-need {
    position: relative;
    top: 3px;
    left: -10px;
}

.caption-fix-pho {
    margin-top: -13px !important;
}

.audio {
    margin-bottom: -7px;
}

#perma_container {
    padding-bottom: 0px !important;
}

.photoset-padding {
    padding-top: 16px !important;
}

.audio-padding {
    margin-top: -14px !important;
}

.domino {
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    text-align: left;
    font-family: lato;
    font-weight: 900;
    font-size: 16pt;
    text-transform: uppercase;
    position: relative;
    padding: 45px;
}

.domino2 {
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    text-align: left;
    font-family: lato;
    font-weight: 900;
    font-size: 16pt;
    text-transform: uppercase;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 45px 45px 5px!important;
}

span[data-icon='o'] {
    float: left;
    margin-top: -3px;
    font-size: 20pt;
    width: 15px;
    height: 15px;
    position: relative;
}

.scrollup2 {
    padding: 25px 25px 15px;
}

.drop {
    position: fixed;
    top: 100px;
    background-color: #000;
    z-index: 992;
}

.menus {
    font-weight: 400;
    font-size: 9pt;
    text-transform: initial;
    word-spacing: 3pt;
    margin-left: 18px;
}

.menus span {
    margin-right: 6px;
}

.descrip {
    font-family: arial;
    font-size: 9pt;
    font-weight: 400;
    text-transform: initial;
    margin-top: 10px;
}

.nav {
    width: 100%;
    margin-top: -80px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
}

.nav li:first-child {
    font-size: 11pt;
    font-family: lato;
    text-transform: uppercase;
    font-weight: 800;
    margin-left: 10px;
}

.nav li:nth-child(2) {
    width: 100%;
    float: right;
    text-align: right;
    margin-top: -20px;
    font-family: open sans;
    word-spacing: 10pt;
    font-weight: 600;
    margin-right: 10px;
}

.caption-fix-fix {
    padding: 10px 20px 20px!important;
}

.lala {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,1);
    z-index: 99999449;
    position: absolute;
    top: 70px;
    left: 0;
    display: none;
}

.lala li:first-child {
    font-size: 20pt;
    font-family: open sans;
    font-weight: 700;
    width: 140px;
    float: left;
}

.lala li:first-child img {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

.lala-container {
    position: relative;
    padding: 60px;
}

.lala li:nth-child(2) {
    font-family: open sans;
    font-weight: 900;
    font-size: 12pt;
    margin-left: 16px;
    float: left;
    margin-top: 15px;
}

#xxx {
    color: #000;
    position: absolute;
    top: 70px;
    right: 70px;
    opacity: 0.7;
}

.desci {
    font-family: arial;
    font-size: 9pt;
    line-height: 16pt;
    font-weight: 400;
    max-width: 600px;
    margin-top: 11px;
}

.fav-icons {
    font-size: 9pt;
    letter-spacing: 2pt;
    margin-top: 10px;
}

.nav-container {
    padding: 25px 10px;
}

.Gd2 .tumblr_video_container {
    width: 400px!important;
}

.Gd3 .tumblr_video_container {
    width: 500px!important;
}

.Gd1 .tumblr_video_container iframe[width="700"],.Gd2 .tumblr_video_container iframe[width="700"],.Gd3 .tumblr_video_container iframe[width="700"],.Gd4 .tumblr_video_container iframe[width="700"],.Gd5 .tumblr_video_container iframe[width="700"],.Gd6 .tumblr_video_container iframe[width="700"] {
    display: none!important;
}

.Gd1 .tumblr_video_container[style="width:700px;height:700px;"],.Gd2 .tumblr_video_container[style="width:700px;height:700px;"],.Gd3 .tumblr_video_container[style="width:700px;height:700px;"],.Gd4 .tumblr_video_container[style="width:700px;height:700px;"],.Gd5 .tumblr_video_container[style="width:700px;height:700px;"],.Gd6 .tumblr_video_container[style="width:700px;height:700px;"] {
    height: 0!important;
}

.Gd1 .tumblr_video_container,.Gd4 .tumblr_video_container,.Gd5 .tumblr_video_container,.Gd6 .tumblr_video_container {
    width: 250px!important;
}

.photo-f {
    position: relative;
    bottom: -20px;
    left: -15px;
}

.Blog .tumblr_video_container {
    width: 700px !important;
    height: 710px !important;
}

.Blog .tumblr_video_container iframe[width="700"] {
    display: inline !important;
}

.Blog .tumblr_video_container iframe[width="500"] {
    display: none !important;
}

.nav_inner {
    padding: 100px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    padding-top: 100px;
}

.nav_inner li:first-child {
    font-size: 20pt;
    display: inline-block;
    padding: 0px;
    opacity: 1;
    -webkit-transition: all 0.6s linear 0s;
    -moz-transition: all 0.6s linear 0s;
    -o-transition: all 0.6s linear 0s;
    -ms-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
    ;position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -35px;
}

.nav_inner:hover li:first-child {
    opacity: 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    opacity: 0;
}

.nav_inner li:nth-child(2) {
    margin-top: 25px;
    letter-spacing: 15px;
    position: relative;
    top: -100px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    opacity: 0;
}

.nav_inner:hover li:nth-child(2) {
    margin-top: 25px;
    letter-spacing: 15px;
    position: relative;
    top: -35px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    opacity: 1;
}

.nav_inner li:nth-child(3) {
    margin-top: 10px;
    position: relative;
    top: 0px;
    opacity: 0;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    font-family: arial;
    left: -8px;
}

.last-s a {
    color: #aeaeae;
}

.nav_inner:hover li:nth-child(3) {
    opacity: 1;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    position: relative;
    top: -30px;
}

#pagination {
    clear: both;
    position: absolute;
    top: -3333px;
}

.none-o {
    letter-spacing: 0pt;
    font-family: arial;
    display: block;
    margin-top: 15px;
    position: relative;
    left: 0px;
}

.icons-head {
    letter-spacing: 5pt;
    margin-top: 20px;
}

.photoset-500 {
    position: relative;
    left: 13px;
    top: 13px;
    margin-bottom: 15px;
}

.position-zindex {
    position: relative;
    z-index: 9999;
}

#content {
    margin: auto;
}

#container, .fag, .footer, .pag {
    display: none;
}

#container {
    padding-left: 20px;
    padding-right: 20px;
}

span[data-icon='c'] {
    color: #cccccc !important;
}

.blackandwhite .post img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
 /* Firefox 10+, Firefox on Android */
    filter: gray;
 /* IE6-9 */
    -webkit-filter: grayscale(100%);
 /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    ;
}   /** Caption Style **/

       /** Photo effect**/
.photo-hover3, .photo-hover2 {
    margin-left: -8px;
}

.inner_color_photoset {
    padding-bottom: 10px;
}

.inner_color_photoset_caption {
    padding-bottom: 8px !important;
    margin-bottom: 2px;
}

.inner-margin {
    margin-top: 19px !important;
}
/** Photo effect**/

.caption-on li:last-child {
    float: right;
    font-size: 9pt;
    color: #898989;
    font-family: lato;
}

.caption-none {
    display: none;
}

.inner-margin {
    margin-bottom: 8px;
}

.caption-fix-phot {
    position: relative;
    left: -13px;
    top: 3px !important;
}

.test-based iframe {
    width: 230px !important;
}

.caption-on {
    color: #cccccc;
    font-size: 12pt;
    margin-top: 3px;
}

.caption-on li {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 1px;
} 
          /** Caption Style **/

            /** Permalink Style **/
#per #container {
    max-width: 1130px !important;
    margin: auto;
}

#per .post {
    width: 535px !important;
    opacity: 1 !important;
    margin-bottom: -10px;
    padding: 0px !important;
}

.photoset[width='250'] {
    display: none !important;
}

.photoset[width='400'] {
    display: none;
    !important;
}

.photoset[width='700'] {
    display: none !important;
}

.photoset[width='500'] {
    display: inline-block !important;
}

.post-notes img {
    width: 20px !important;
    border-radius: 50%;
}

.post.post-notes {
    width: 535px !important;
    margin-left: 10px !important;
}

.notes-container {
    padding: 25px;
    background-color: #ffffff;
    margin-left: 18px;
}

ol.notes li.note:last-child {
    border-bottom: 0px;
}

li.note .action {
    position: relative;
    left: 10px;
    top: -5px;
}

#per .inner2 {
    margin-bottom: 5px !important;
}

@media screen and (max-width:1100px) {
    #per .inner2 {
        margin-bottom: 15px !important;
    }
}          

            /** Permalink Style **/

#perma_container {
    padding-bottom: 0px !important;
}

.photoset-padding {
    padding-top: 16px !important;
}

.audio-padding {
    margin-top: -14px !important;
}

.toiler {
    margin-left: -15px;
}

.color-fixs {
    position: relative;
    right: -15px;
}

.caption-fix-audio-need {
    margin-top: -9px;
}

.radius-tone {
    padding: 6px;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 50%;
}

#container {
    padding-top: 0px;
    min-height: 100%;
}

.photo-f, .caption-fix-pho, .caption-fix-p {
    position: relative;
    bottom: -18px  !important;
    left: -13px !important;
}

.caption-fix-photo {
    position: relative;
    bottom: -15px  !important;
    left: -13px !important;
}

.tumblr_video_container {
    margin-bottom: 4px;
}

#perma .tumblr_video_container iframe {
    width: 525px !important;
}

#perma .tumblr_video_container[style="width:700px;height:700px;"] {
    width: 700px !important;
    height: 710px !important;
    display: inline !important;
}

#perma .tumblr_video_container iframe[width="700"] {
    display: inline !important;
    margin-left: -10px !important;
}

#perma #container {
    margin-top: 120px;
}

.video {
    margin-bottom: 10px;
}

.dodovideo2 {
    position: relative;
    top: 5px !important;
}

.dodo {
    position: relative;
    top: 10px !important;
}

html,body {
    height: 100%;
}

.video-lol {
    margin-bottom: 0px !important;
}

.text-based iframe {
    width: 200px !important;
}

.foot-fix {
    margin-left: -22px;
}


html {
    min-width: 540px !important;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.quote-based {
    font-family: Istok Web;
    font-size: 14pt;
    line-height: 20pt;
}

.margin-top-quote-fix {
    margin-top: 12px;
    margin-bottom: 5px;
    font-size: 9pt !important;
}

.whoo {
    padding: 25px !important;
}

.tags {
    margin-top: 8px;
    margin-bottom: 5px;
}

.header {
    width: 100%;
    padding: 40px;
    text-align: center;
    font-family: lato;
    font-size: 25pt;
    font-weight: 600;
    letter-spacing: 2pt;
    height: 40%;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center left;
    background-size: cover;
    position: relative;
}

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

.display-table {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 999999;
}

.cell-container li:nth-child(2) {
    font-size: 10pt;
    font-family: lato;
    font-weight: normal;
    letter-spacing: 0pt;
    max-width: 450px;
    margin: auto;
    margin-top: 20px;
}

.lividus li {
    width: 58%;
    padding: 10px;
    height: 30px;
    display: inline-block;
    margin-left: 0px;
    margin-right: -3px;
    margin-bottom: 0px;
}

.lividus li:nth-child(2) {
    width: 38%;
}

.lividus {
    width: 102.5%;
}

.contain {
    text-align: center;
    position: relative;
    top: 5px;
}

.lividus li:first-child .contain a {
    letter-spacing: 0pt;
    font-family: lato;
    font-weight: 600;
    letter-spacing: 1pt;
}

.lividus li:first-child .contain span {
    margin-right: 5px;
}

.lividus li:nth-child(2) .contain a {
    letter-spacing: 3pt;
}

.jiyo {
    display: none;
}

.overlays {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    opacity: 0.8;
}

@media screen and (max-width:850px) {
    .lividus li {
        width: 100%;
    }

    .lividus li:nth-child(2) {
        width: 100%;
    }
}