textarea {
    resize: none;
}

input[readonly] {
    cursor: default;
}

#grabilla_pro {
    margin-bottom: 20px;
}

.grabilla_button_bownload .ico_grabilla_pro {
    background: url("//i.grab.la/images/grabilla_ico_pro.png") no-repeat 0px top;
    display: block;
    height: 75px;
    position: absolute;
    width: 68px;
    left: -5px;
    top: -14px;
}

.mainmenu {
    margin: 1em 0;
}

.mainmenu .menu {
    min-height: 2.5em;
    line-height: 2.5em;
    border: 1px solid #ccc;
}

.mainmenu .menu li {
    float: left;
    display: block;
    position: relative;
    list-style: none;
    width: 156px;
    border-right: 1px solid #ccc;
}

.mainmenu .menu li:last-child {
    border-right: none;
}

.mainmenu .menu a {
    text-decoration: none;
    padding: 0 1em;
    display: block;
}

.mainmenu .menu ul {
    display: none;
    position: absolute;
    top: 2.5em;
    left: -1px;
    min-width: 160px;
    background: #fff;
    border: none;
}

.mainmenu .menu ul ul {
    left: 100%;
    top: -1px;
}

.mainmenu .menu li.parent li {
    float: none;
    border: 1px solid #ccc;
    border-top: none;
}

.mainmenu .menu li:hover {
    background: #ccc;
}

.mainmenu .menu a:hover {
    color: #fff;
}

.mainmenu .menu li:hover ul ul,
.mainmenu .menu li:hover ul li:hover ul ul {
    display: none;
}

.mainmenu .menu li:hover ul,
.mainmenu .menu li:hover ul li:hover ul,
.mainmenu .menu li:hover ul li:hover ul li:hover ul {
    display: block;
}

article, nav, header, footer, section, hgroup, aside {
    display: block;
}

body {
    background: white;
    color: #3a3a3c;
    margin: 0px;
    padding: 5px 10px 30px 10px;
}

body.ie8 {
    min-width: 960px;
}

a {
    text-decoration: underline;
}

h4, h5, h6 {
    font-weight: bold;
}

b, strong, caption, th, thead, dt, legend {
    font-weight: bold;
}

cite, dfn, em, i {
    font-style: italic;
}

code, kbd, samp, pre, tt, var {
    font-family: mono-space, monospace;
}

h1, h2, h3, h4, h5, h6 {
    word-spacing: -0.125em;
    font-weight: 100;
}

h1 {
    font-size: 32px;
    color: #00AEEF;
}

h2 {
    font-size: 26px;
    color: #00AEEF;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
    font-weight: bold;
}

.page-header {
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.page-header small {
    margin-left: 10px;
}

.page-header h1 {
    color: #333;
    font-weight: bold;
    margin: 0px;
}

p {
    word-spacing: 0.125em;
    hyphens: auto;
    margin: 0px 0px 20px 0px;
}

p+p {
    text-indent: 0;
}

p+p.no-indent {
    text-indent: 0;
}

pre {
    white-space: pre;
}

del {
    text-decoration: line-through;
}

mark {
    background: rgba(255, 255, 0, 0.4);
    padding: 0 .25em;
}

ins {
    color: #f00;
}

small, sup, sub {
    font-size: 80%;
}

big {
    font-size: 125%;
    line-height: 80%;
}

abbr, acronym {
    font-size: 85%;
    text-transform: uppercase;
    letter-spacing: .1em;
}

abbr[title], acronym[title], dfn[title] {
    border-bottom: 1px dotted black;
    cursor: help;
}

sup, sub {
    line-height: 0;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

blockquote {
    padding: 1.5em;
}

hr {
    border: none;
    background: #ddd;
    width: 100%;
}

ul, ol {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 20px;
}

ul {
    list-style: disc outside;
}

ol {
    list-style: decimal outside;
}

input, select, button {
}

table {
    font: inherit;
    width: 100%;
}

a {
    color: #00aeef;
}

a:hover {
    color: #0189bb;
}

a img {
    border: 0px;
}

.collapsing {
    -webkit-transition: height 0.01s;
    transition: height 0.01s;
}

article, aside, header, hgroup,
nav, figure, section, footer {
    display: block;
}

dl {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
}

dt {
    margin: 0px 0px 5px 0px;
}

dd {
    margin: 0px 0px 5px 20px;
}

.picture-views {
    color: white;
    margin-top: 15px;
}

.debug {
    outline: solid gold 1px;
}

.debug-background {
    background: rgba(255, 215, 0, 0.2) !important;
}

.clear {
    clear: both;
    display: block;
}

.clear_l {
    clear: left;
}

.textarea-input {
    height: 34px !important;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.5;
}

#middle_left_side {
    margin-right: 340px;
}

.gray_bg_width_shadow_g {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px 1px #D3D3D3;
    -webkit-box-shadow: 0px 0px 5px 1px #D3D3D3;
    box-shadow: 0px 0px 5px 1px #D3D3D3;
    background: #CCCCCC;
    position: relative;
    margin: 0px 0px 20px 0px;
}

.gray_bg_width_shadow_w {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px 1px #D3D3D3;
    -webkit-box-shadow: 0px 0px 5px 1px #D3D3D3;
    box-shadow: 0px 0px 5px 1px #D3D3D3;
    background: #fff;
    position: relative;
    margin: 0px 0px 20px 0px;
}

.gray_box_title {
    background: url("//i.grab.la/images/box_title_bg.png") left -1px repeat-x;
    height: 20px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #999;
    line-height: 20px;
    text-align: left;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

.gray_box_title span {
    padding-left: 10px;
    display: block;
    border-top: 1px solid #dadbdb;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

.gray_box_footer {
    background: url("//i.grab.la/images/box_title_bg.png") left -6px repeat-x;
    height: 10px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #999;
    line-height: 10px;
    text-align: right;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.gray_box_footer span {
    padding-right: 10px;
    display: block;
    border-bottom: 1px solid #5f5e5e;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    height: 9px;
}

.inner_glow_g {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: inset 0px 0px 2px 1px #c4c4c4;
    -webkit-box-shadow: inset 0px 0px 2px 1px #c4c4c4;
    box-shadow: inset 0px 0px 2px 0px #c4c4c4;
    padding: 10px;
}

.inner_glow_w {
    -moz-box-shadow: inset 0px 0px 2px 1px #fff;
    -webkit-box-shadow: inset 0px 0px 2px 1px #fff;
    box-shadow: inset 0px 0px 2px 0px #fff;
    padding: 10px;
}

body {
    min-width: 260px;
}

.fl {
    float: left;
    width: 58%;
}

.fr {
    float: right;
}

.left_side {
    float: left;
}

.right_side {
    float: right;
}

#conteiner {
    margin: 0px auto;
    position: relative;
}

#header {
    z-index: 10000;
    margin-bottom: 12px;
    margin-top: 12px;
}

#header .logotype {
    position: relative;
    top: 2px;
}

#header .left_side {
    float: none;
    position: relative;
}

#header .right_side {
    width: 320px;
}

.new_version_release {
    display: block;
    text-decoration: none;
    margin-left: 20px;
    color: #3A3A3C;
    line-height: 12px;
}

.new_version_release strong {
    display: block;
}

.new_version_release span {
    display: block;
    font-size: 16px;
    line-height: 23px;
    color: #00AEEF;
    text-decoration: underline;
}

#top_gorizontal_buttons {
    text-align: right;
    position: relative;
    float: right;
    min-width: 345px;
    position: absolute;
    top: 3px;
    right: 0px;
}

.image_title {
    display: block;
    min-height: 38px;
    margin: 0;
    position: relative;
    font-size: 21px;
    line-height: 27px;
    float: left;
    width: 33%;
    word-wrap: break-word;
}

.image_title input {
    margin: 0px;
    font-size: 13px;
    line-height: 22px;
    position: relative;
    margin: 10px 0 0 0;
}

.image_title .save_status_box {
    position: absolute;
    right: 10px;
    top: 16px;
    z-index: 10;
}

.save_status_box {
    color: green;
    position: absolute;
    font-size: 14px;
    line-height: 23px;
    display: none;
}

.save_status_box.success {
    display: block;
}

.title_status {
    text-align: center;
    background-color: #5bb75b;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 5px;
}

.title_status span {
    padding-left: 2px;
}

.save_status_box .icon-ok {
    position: relative;
    top: -1px;
    left: 2px;
}

.image_description .save_status_box {
    position: absolute;
    left: -75px;
    top: 12px;
}

.image_tags .save_status_box {
    position: absolute;
    left: -75px;
    top: 4px;
}

#imageDescriptionStatus {
    display: none;
}

#imageDescriptionStatus.success {
    display: block;
    margin-top: 5px;
}

#imageTagsStatus {
    display: none;
}

#imageTagsStatus.success {
    display: block;
    margin-top: 5px;
}

.lock_ico {
    background: url("//i.grab.la/images/icons.png") no-repeat scroll 0 -494px transparent;
    display: inline-block;
    height: 27px;
    width: 22px;
}

#header .addition_by_owner_button {
    position: relative;
    top: 5px;
    float: left;
}

#header .lock_ico.for_all {
    background: url("//i.grab.la/images/icons.png") no-repeat scroll 0 -538px transparent;
    display: inline-block;
    height: 27px;
    width: 22px;
    top: 2px;
    position: relative;
    z-index: 10;
}

.search_ico {
    background: url("//i.grab.la/images/icons.png") no-repeat 7px 3px;
    text-align: left;
    text-indent: 33px;
}

.html_tag_ico {
    background: url("//i.grab.la/images/icons.png") no-repeat 5px -617px;
    text-align: left;
    text-indent: 83px;
}

#top_gorizontal_buttons .button_gray_gor {
    margin-left: 5px;
}

#top_gorizontal_buttons .tumblr_button {
    margin-left: 5px;
}

#middle {
    margin-bottom: 0px;
}

.show_comment_conteiner {
    text-decoration: none;
    display: block;
}

#middle_right_side {
    float: right;
    width: 320px;
}

.gallery_image ul {
    padding: 1%;
    margin: 0;
    max-height: 245px;
    overflow-y: auto;
}

.gallery_image li {
    list-style-type: none;
    display: block;
    width: 48%;
    margin: 1%;
    float: left;
    height: 115px;
    overflow: hidden;
}

.gallery_image li img {
    display: inline-block;
    min-width: 100%;
    height: 100px;
    cursor: pointer;
}

.gallery_image li:hover img {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transform: scale(1.3) translateZ(0);
    -moz-transform: scale(1.3) translateZ(0);
    -o-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
}

.gallery_image li.clear {
    width: auto;
    height: 1px;
    float: none;
    clear: both;
    margin: 0;
}

.optional-button span {
    padding-left: 0px !important;
}

#main_image {
    margin-bottom: 20px;
}

#image_links_box {
    width: 320px;
}

#image_links_box .image_links_line {
    position: relative;
    margin-top: 15px;
}

#image_links_box .image_links_line:first-child {
    margin-top: 0px;
}

#image_links_box .copy_to_clipboard {
    display: inline-block;
    height: 18px;
    width: 20px;
    position: absolute;
    left: -30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#ls_shortUrlInput {
    display: none;
}

.text_adverticed_line {
    margin-top: 5px;
    border-top: 1px dotted #ccc;
    padding-top: 5px;
    padding-left: 21px;
    position: relative;
}

.text_adverticed_line:first-child {
    margin-top: 0px;
    border-top: 0;
}

.text_adverticed_line small {
    display: block;
}

.text_adverticed_line .star_adv {
    background: url("//i.grab.la/images/icons.png") no-repeat 0px -584px;
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    left: -1px;
    top: 5px;
    text-align: center;
    line-height: 21px;
    font-size: 11px;
    color: #874a08;
}

.fb-like iframe {
}

#drawing_tools_box {
    margin-bottom: 20px;
}

#image_conteiner {
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    line-height: 0px;
}

#image_conteiner_holder {
}

#image_conteiner_link {
    border: 0px;
    text-decoration: none;
}

#image_conteiner_vertical_aligner {
    display: inline-block;
    max-width: 100%;
}

#image_conteiner_vertical_aligner img {
    max-width: 100%;
    display: block;
    margin: 0px auto;
}

.clear_under_image {
    clear: left;
    display: block;
}

.grabilla_button_bownload {
    display: block;
    padding-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    background: #fff;
    text-decoration: none;
}

.grabilla_button_bownload .ico_grabilla {
    background: url("//i.grab.la/images/grabilla_ico.png") no-repeat 0px top;
    display: block;
    height: 75px;
    position: absolute;
    width: 68px;
    left: -5px;
    top: -14px;
}

.grabilla_button_bownload span {
    text-decoration: underline;
    color: #00AEEF;
}

.grabilla_button_bownload strong {
    display: block;
    color: #3A3A3C;
}

#footer {
    border-top: 1px solid #ccc;
    text-align: center;
    bottom: 0px;
    padding: 5px 0px;
}

#comments_conteiner {
    float: left;
    width: 100%;
}

#comments_conteiner .dsq-trackback-url {
    display: none;
}

#comments_conteiner #dsq-content #dsq-global-toolbar {
    margin: 0px 0px 20px 0px;
    line-height: 18px;
    height: 20px;
}

#comments_conteiner .dsq-trackback-url {
    margin: 0px 0px 20px 0px;
}

#comments_conteiner .dsq-reply {
    margin-top: 0px;
}

#comments_conteiner #dsq-content h3 {
    margin: 0px 0px 5px 0px;
}

#comments_conteiner .dsq-textarea-reply {
    margin-bottom: 20px;
}

#comments_conteiner #dsq-content #dsq-footer {
    margin: 0px 0px 20px 0px;
}

.g-plusone {
    width: 200px;
}

.fb-comments {
    width: 100% !important;
}

.fb-comments span {
    width: 100% !important;
}

.fb-comments span iframe {
    width: 100% !important;
}

.social_buttons_all {
    display: inline-block;
    font-size: 1px;
}

#social_networks_box {
    margin: 0px 0px 20px 0px;
    position: relative;
    min-height: 60px;
    text-align: center;
}

#social_networks_box .social_buttons_all {
    margin-right: 20px;
} /* ************************ */
#social_networks_box .social_buttons_all.twitter iframe {
    width: 80px !important;
}

#social_networks_box .social_buttons_all.google_plus {
    position: relative;
    top: -2px;
}

.annotation-canvas a:hover {
    color: #00aeef;
}

#getEmbed .modal-header {
    background: #333333;
    position: relative;
    top: 10px;
    height: 40px;
    padding: 0px 10px;
}

#getEmbed .modal-header button.close {
    color: #fff;
    opacity: 0.8;
    position: relative;
    top: 11px;
}

#getEmbed .modal-body {
    padding-bottom: 0px;
}

.modal-body .link_conteiner {
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #cccccc;
    margin-bottom: 10px;
}

.modal-body .link_conteiner label {
    font-size: 14px;
}

.modal-body .link_conteiner small {
    color: #999;
}

.modal-body .link_conteiner:first-child {
    border-top: 0px;
}

.modal-body .link_conteiner input[type="text"] {
    margin: 0px;
    cursor: default;
}

.list_sorting {
    position: relative;
}

.list_sorting form {
    margin: 0px;
}

.date_sorting {
    border-right: 1px solid #ddd;
    margin-right: 10px;
}

.date_sorting .cols {
    margin-right: 10px;
}

.date_sorting input {
    width: 110px;
    margin: 0px;
}

.list_sorting_box select {
    width: 70px;
    margin-left: 8px;
}

.all_links_list .pager:after {
    clear: left;
}

.all_links_list .table th, .all_links_list .table td {
    vertical-align: middle;
}

.all_links_list .pagination_wrap {
    margin: 0px;
    text-align: center;
}

.all_links_list .pagination {
    margin: 0px;
}

#data-list-table {
    margin-bottom: 0px;
}

#data-list-table th a {
    color: #333;
}

#data-list-table th.number {
    width: 3%;
}

.shared #data-list-table th.date{
    width: 15%;
}

.comments #data-list-table th.date,
.grabillas #data-list-table th.date{
    width: 20%;
}

#data-list-table th.thumbnails {
    width: 12%;
    max-width: 100px;
}

#data-list-table th.tags {
    width: 22%;
}

.container-empty {
    padding: 10px 10px 0px 10px;
    text-align: center;
}

#advertised a {
    display: block;
    background: #fff;
    text-align: center;
}

#advertised img {
    width: 200px;
}

.picture_date {
    opacity: 0.8;
}

#view_sc_holder {
    display: none;
    border: 1px solid #999;
    padding: 10px;
}

pre {
    display: block;
    padding: 0px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 18px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0px;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.nav-collapse.in.collapse {
    padding-top: 10px;
}

.date_sorting {
}

.preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9998;
    top: 0;
    left: 0;
    background: url("//i.grab.la/images/toolbar_bg.png") left top;
}

.preloader span {
    background-color: #ffffff;
    color: #000000;
    background: url("//i.grab.la/images/loading_small.gif") no-repeat 5px 0px;
    display: block;
    height: 40px;
    padding-top: 35px;
    position: absolute;
    left: 48%;
    top: 300px;
}

#html_code_holder {
    width: 100%;
    height: 507px;
    border: 1px solid #999;
    background: white;
}

.page_title_message {
    font-weight: bold;
    font-size: 31px;
    color: #5a5a5a;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 0px;
    padding: 30px;
    text-align: center;
}

.static-content-page .page-header {
    margin-bottom: 20px;
}

.static-content-page .page-header h1 {
    margin-bottom: 0px;
}

.static-content-page h1 {
    margin-bottom: 20px;
}

.static-content-page h2 {
    margin-bottom: 20px;
}

.static-content-page h3 {
    margin-bottom: 20px;
}

.static-content-page h4 {
    margin-bottom: 20px;
}

.short_text {
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
}

.btn-s {
    margin-left: 5px;
}

.image_title_text {
    text-align: center;
}

@media all and (max-width:1590px) {
    #top_gorizontal_buttons {
        position: relative;
    }
}

@media all and (max-width:1105px) {
    .share-t {
        display: none;
    }
}

@media all and (max-width:1061px) {
    .password-t {
        display: none;
    }
}

@media all and (max-width:1024px) {
    .image_title .save_status_box {
        position: absolute;
        right: -75px;
        top: 16px;
    }

    .image_description .image_description_h {
        overflow-x: visible;
    }

    .image_tags .image_tags_h {
        overflow-x: visible;
    }

    #drawingTools {
        display: block;
    }

    .page_title_message {
        font-weight: bold;
        font-size: 21px;
        color: #5a5a5a;
        line-height: 1;
        letter-spacing: -1px;
        margin-bottom: 0px;
        padding: 30px;
        text-align: center;
    }
}

@media all and (max-width:979px) {
    body {
        padding: 5px 10px 30px 10px;
        font-size: 13px;
    }

    #header {
        margin-bottom: 10px;
        padding-top: 0;
        z-index: 10000;
    }

    #social_networks_box {
        height: auto;
        text-align: center;
    }

    #social_networks_box .social_networks_holder.fl {
        float: none;
    }

    #social_networks_box .social_buttons_all {
        margin: 0px 10px 10px 0px;
        height: 25px!important;
    }

    #social_networks_box .fr.picture_date {
        clear: left;
        float: none;
    }

    #social_networks_box .clear {
        clear: none;
    }

    #drawingTools {
        display: none !important;
    }
}

@media all and (max-width:965px) {
    .sn_icons {
        width: 29px !important;
    }

    .sn_icons:after {
        content: '...';
        position: absolute;
        top: 6px;
        right: -10px;
        color: whitesmoke;
    }

    .user_box_r {
        margin-left: 10px;
    }
}

@media all and (max-width:845px) {
    .fullsize-t {
        display: none !important;
    }

    .search_ico {
        width: 33px;
    }

    .search_ico strong {
        display: none !important;
    }
}

@media all and (max-width:767px) {
    body > .navbar {
        padding: 0px 0px;
    }

    #drawingTools {
        display: none;
    }

    .sn_icons {
        width: 210px !important;
    }

    .sn_icons:after {
        display: none;
    }

    .user_box_r {
        margin-left: 0px;
    }
}

@media all and (max-width:965px) {
    .image_title {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        display: block;
        width: 100%;
        margin: 12px 0 0px 0;
    }

    #header .lock_ico.for_all {
        right: 5px;
    }

    #top_gorizontal_buttons {
        margin-right: 0px;
    }

    #top_gorizontal_buttons .button_gray_gor.image_full_size {
        margin-left: 0px;
    }

    #header .left_side {
        float: none;
        margin: 10px 0px;
        text-align: center;
    }

    #header .right_side {
        float: none;
        margin: 10px 0px 5px 0px;
    }

    #drawingTools {
        margin-right: 5px;
    }

    #header .login_form {
        position: absolute;
        top: 0px;
        right: 0px;
        text-align: right;
    }

    #top_gorizontal_buttons {
        display: inline-block;
        min-width: 0px;
    }

    #top_gorizontal_buttons .tumblr_button {
        margin-left: 0px;
        margin-right: 5px;
    }

    #middle {
        margin-bottom: 0px;
    }

    #main_image {
        margin-bottom: 10px;
    }

    #middle #middle_right_side {
        display: none;
        float: none;
    }

    #middle #middle_left_side {
        margin-right: 0px;
        float: none;
    }

    #bottom_side {
        display: block;
        width: auto;
    }

    #social_networks_box_b {
        float: left;
        width: 49%;
        margin-bottom: 10px;
    }

    #social_networks_box_b .inner_glow_g {
        min-height: 145px;
    }

    #image_links_box_b {
        float: right;
        width: 49%;
        margin-bottom: 10px;
    }

    #image_links_box_b .image_links input {
        width: 100%;
    }

    #advertised_b {
        clear: both;
        margin-bottom: 10px;
    }

    #social_networks_box_b .inner_glow_g {
        min-height: 115px;
    }

    #drawingTools {
        display: none;
    }

    #header .addition_by_owner_button {
        right: 5px;
    }
}

@media all and (max-width:580px) {
    #top_gorizontal_buttons #drawingTools .button_gray_gor {
        margin-left: 5px;
    }

    #top_gorizontal_buttons .button_gray_gor.image_full_size {
        margin-left: 0px;
    }

    #drawingTools {
        display: none;
    }

    .container-empty {
        text-align: left;
    }

    .web-page .save_status_box .icon-ok {
        position: relative;
        top: 0px;
        left: 0px;
    }
}

@media all and (max-width:480px) {
    .page-header {
        border-bottom: 0px;
    }

    #social_networks_box_b {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }

    #image_links_box_b {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }

    #image_links_box_b .image_links input {
        display: block;
        width: 100%;
    }

    .social_buttons_all_b {
        width: 48%;
        margin: 0px 0px 5px 0px;
        float: left;
    }

    #social_networks_box_b .inner_glow_g {
        min-height: 50px;
    }

    #drawingTools {
        display: none;
    }

    .container-empty {
    }

    .my_grabillas .page-header {
        text-align: center;
        margin-bottom: 0px;
    }

    .my_grabillas .page-header .fl {
        width: auto;
        float: none;
    }

    .my_grabillas .fr.list_sorting {
        width: auto;
        text-align: center;
        float: none;
        display: block;
        top: 0;
        margin: 10px 0px 0px 0px;
    }

    .my_grabillas .fr.list_sorting select {
        display: block;
        width: 100%;
        text-align: center;
    }

    #notice {
        margin-bottom: 10px;
    }
}

@media all and (max-width:435px) {
    .sn_icons {
        width: 29px !important;
    }

    .sn_icons:after {
        content: '...';
        position: absolute;
        top: 6px;
        right: -10px;
        color: whitesmoke;
        display: inline;
    }

    .user_box_r {
        margin-left: 10px;
    }
}

@media all and (max-width:420px) {
    #drawingTools {
        float: none;
        margin-right: 0px;
        margin-top: 10px;
        display: inline-block;
    }

    #header .addition_by_owner_button {
        float: left !important;
    }

    #drawingTools {
        display: none;
    }

    .container-empty {
    }
}

@media all and (max-width:390px) {
    #header .btn-s {
        margin-left: 2px;
    }

    #top_gorizontal_buttons .tumblr_button {
        margin-right: 2px;
    }

    #header .lock_ico.for_all {
        right: 2px;
    }

    #header .btn-success {
        padding-right: 3px;
        padding-left: 3px;
    }

    #header .addition_by_owner_button {
        right: 2px;
    }
}

.annotation-button {
    background: url("//i.grab.la/images/bg_box_buttons.png") repeat-x left top;
    height: 33px;
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #999999;
}

.annotation-button strong {
    font-weight: normal;
}

.annotation-button span {
    display: block;
    border-top: 1px solid #dadbdb;
    border-bottom: 1px solid #5f5e5e;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    padding: 0px 5px;
}

.annotation-button:hover {
    background: url("//i.grab.la/images/bg_box_buttons.png") repeat-x left bottom;
    border: 1px solid #5fb7e1;
}

.annotation-button:hover span {
    border-top: 1px solid #bae9f5;
    border-bottom: 1px solid #12809f;
}

.annotation-button.annotation-button-save {
    background: url("//i.grab.la/images/bg_box_buttons_ok.png") repeat-x left top;
}

.annotation-button.annotation-button-save:hover {
    background-position: left bottom;
}

.annotation-button.annotation-button-cancel {
    background: url("//i.grab.la/images/bg_box_buttons_cancel.png") repeat-x left top;
}

.annotation-button.annotation-button-cancel:hover {
    background-position: left bottom;
}

.annotation-button.annotation-button-delete {
    background: url("//i.grab.la/images/bg_box_buttons_cancel.png") repeat-x left top;
}

.annotation-button.annotation-button-delete:hover {
    background-position: left bottom;
}

.annotation-comments-holder .annotation-comment-text-holder {
    background: rgba(76, 76, 76, 0.8);
    max-height: 300px;
}

.annotation-add-comment-dialog {
    background: rgba(76, 76, 76, 0.8);
}

.annotation-comment-text-editor {
    background: rgba(76, 76, 76, 0.8);
    border: 1px solid #8a8b8b;
    border-radius: 0;
}

.hidenButtons {
    display: none;
}

.annotation-area-toolbar .annotation-button span {
    height: 19px;
}

#canvas {
    margin-bottom: 10px;
}

.annotation-load-canvas-progress-image {
    background: url("//i.grab.la/images/loading_small.gif") no-repeat left top;
}

.annotation-progress {
    background: url("//i.grab.la/images/loading_small.gif") no-repeat left top #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
}

.annotation-comments-holder .annotation-username {
    margin-right: 5px;
    color: #f2f2f2;
}

.annotation-comments-holder .annotation-username-post-date {
    color: #cfcfcf;
}

.anotation-format-text {
    border: 1px solid #8a8b8b;
    border-radius: 0;
    padding-top: 3px;
    background: rgba(76, 76, 76, 0.8);
}

.annotation-comment-text-editor-back {
    height: 302px;
}

.annotation-comment-text-editor {
    height: 300px;
}

.annotation-comments-holder .annotation-comment-text-holder .annotation-comment-text-editor {
    height: 300px;
}

.detail-widget span {
    color: #000000;
}

.content span {
    color: #000000;
}

.disable {
    display: none !important;
}

.hidden {
    display: none;
}

.annotation-visible {
    opacity: 1 !important;
    visibility: visible !important;
}

.annotation-owner-container {
    background: none repeat scroll 0 0 rgba(76, 76, 76, 0.6);
    color: #FFFFFF;
    border-radius: 2px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    position: absolute;
    list-style-type: none;
    padding: 1px;
    margin: 0;
    clear: both;
    opacity: 0;
    visibility: hidden;
}

.fb_iframe_widget_lift {
    background-color: #f2f2f2;
    border: 1px solid #bdc7d8 !important;
    bottom: 0;
    padding: 4px;
}

.many_downloads {
    text-align: center;
    padding: 0 0 18px 0;
}

.many_downloads .btn-holder {
    position: relative;
    display: inline-block;
    margin: 20px 22px 0 0;
}

.many_downloads .btn-holder .btn {
    width: 147px;
    font-size: 14px;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #000;
    padding: 5px 0 5px 0;
    margin: 0;
    border-radius: 0px;
}

.many_downloads .btn-holder .btn span{
    display: block;
}

.many_downloads img {
    position: absolute;
    top: 10px;
    right: -13px;
}
