/** 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: 280px;
    margin: 0px !important;
}

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

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

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

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

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

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

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

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

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

#ind .Blog#container {
    width: 740px;
    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;
}

#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 .Gd3 .ask_container div, #per .ask_container div {
    width: 73%;
    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 .Gd3 .ask_container div:first-child, #per .Gd3 .ask_container div:first-child {
    position: relative;
    right: -5px;
}

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

.ask_container div {
    margin-left: 14%;
    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{padding:45px;border-bottom:1px solid #e0e0e0;background-color:#ffffff;text-align:left;font-family:lato; font-weight:900;font-size:16pt;text-transform:uppercase;position:relative;;}
.domino2{padding:45px;border-bottom:1px solid #e0e0e0;background-color:#ffffff;text-align:left;font-family:lato; font-weight:900;font-size:16pt;text-transform:uppercase;position:fixed;top:0px;width:100%;padding-bottom:5px !important;}
span[data-icon='o']{float:left;margin-top:-3px;font-size:20pt;width:15px;height:15px;position:relative;}
.scrollup2{padding:25px;padding-bottom:15px;}
.drop{position:fixed;top:100px;background-color:#000000;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;}
            