*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

input, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

label {
    font-weight: 100 !important;
}

.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    min-width: 260px;
    width: auto;
    position: relative;
}

html {
    font-family: 'PT Sans', arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: 'PT Sans', arial, sans-serif;
    font-size: 13px;
}

body {
    padding-top: 50px;
}
/**************************  header top nav *************************/
.link_conteiner {
    padding: 3px 0 3px 0;
    color: #428bca;
    position: relative;
}

.btn-s {
    margin-left: 5px;
}

.link_conteiner:hover {
    background: #fcfdfd;
}

.image_links_line .btn-primary {
    padding: 6px 49px;
}

.btn {
    text-decoration: none;
}

.optional-button span {
    width: 47px;
    padding-right: 10px;
    padding-top: 5px;
    height: 29px;
    margin-left: 5px;
    padding-left: 20px;
}

.progress .bar {
    height: 20px;
    background-color: #dff0d8;
}

.share-t {
    font-family: 'PT Sans',arial,sans-serif;
}

#top_gorizontal_buttons .button_gray_gor {
    margin-left: 5px;
}

.page-header {
    margin-top: 0;
}

.pagination {
    text-align: center;
    display: block;
}

.pagination ul {
    display: inline-block;
}

.pagination li {
    display: inline;
}

.pagination li:first-child a, .pagination li:first-child span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination .active a, .pagination .active span, .pagination .active a:hover, .pagination .active span:hover, .pagination .active>a:focus, .pagination .active span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}

.pagination li a, .pagination li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.square_ico:after {
    content: "";
    background: url("../img/square-ico.png") no-repeat;
    width: 14px;
    height: 16px;
    position: absolute;
    top: -13px;
    right: -7px;
}

.arrow_ico:after {
    content: "";
    background: url("../img/arrow-ico.png") no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    top: -13px;
    right: -7px;
}
/*************************** Top Advertice ***************************/

.top_advertise_height {
    height: 31px;
    width: 2px;
}

.top_advertise {
    background-color: #01aeed;
    border: 1px solid #0384b4;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0 1px rgba(97,196,233,1);
    box-shadow: 0px 0px 0 1px rgba(97,196,233,1);
    padding: 0px 10px 1px 10px;
    margin-top: 4px;
    color: #fff;
    text-shadow: 0px 0px 1px rgba(4,39,51,.5);
    height: 30px;
    line-height: 20px;
    position: relative;
    position: absolute;
    left: 50%;
    margin-left: -245px;
}

.top_advertise strong {
    text-transform: uppercase;
}

.top_advertise .close {
    position: absolute;
    right: 3px;
    top: 5px;
    display: none;
}

.top_advertise .green_button {
    margin-left: 10px;
}

.green_button {
    color: #013846;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    text-shadow: none;
    padding: 0px 12px;
    border-top: 1px solid #8ad8a3;
    border-bottom: 1px solid #3eb638;
    border-left: 1px solid #4ac343;
    border-right: 1px solid #4ac343;
    box-shadow: 0px 1px 0 1px rgba(46,142,41,0.6);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #6ed06a;
    background: -moz-linear-gradient(top, #6ed06a 1%, #31a62c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6ed06a), color-stop(100%,#31a62c));
    background: -webkit-linear-gradient(top, #6ed06a 1%,#31a62c 100%);
    background: -o-linear-gradient(top, #6ed06a 1%,#31a62c 100%);
    background: -ms-linear-gradient(top, #6ed06a 1%,#31a62c 100%);
    background: linear-gradient(to bottom, #6ed06a 1%,#31a62c 100%);
    line-height: 28px;
}

.green_button:hover {
    text-decoration: none;
}

/************************************ top advertise 2 **************************************/


.top_advertise_height {
    height: 31px;
    width: 2px;
}

.top_advertise2 {
    text-align: center;
    padding: 0px 10px 1px 10px;
    margin-top: 5px;
    color: #fff;
    text-shadow: 0px 0px 1px rgba(4,39,51,.5);
    height: 30px;
    line-height: 20px;
    position: relative;
    position: absolute;
    left: 50%;
    margin-left: -245px;
    font-size: 12px;
}

.top_advertise2 strong {
    text-transform: uppercase;
    color: #b3fe00;
}

.top_advertise2 .close {
    position: absolute;
    right: 3px;
    top: 5px;
    display: none;
}

.top_advertise2 .green_button {
    color: #043401;
    font-size: 12px;
    font-weight: 700;
}

.height_top_advertise2 {
    display: none !important;
}

/************************** Start providers list *************************/
.provider-iframe {
    border: 0;
    border-style: none;
    padding: 0;
    margin: 0;
    margin-top: -5px;
}

#provider-list {
    height: 800px;
}

/************************** Finish providers list *************************/

/************************** Start Connect with twitter account ************************************/

#password-modal .modal-body {
    margin-top: 3px;
}

#checkPassword {
    text-align: center;
    background: #edf2f4;
    padding-bottom: 30px;
}

#checkPassword div.page_title_message {
    color: #2b97f0;
    font-size: 24px;
    font-weight: normal;
}

#checkPassword .buttons {
    display: inline;
}

#checkPassword .error-message {
    color: #c03200;
    position: relative;
    margin: 5px 70px 0 0;
}

/************************** END Connect with twitter account ************************************/

@media all and (max-width:1527px) {
    .top_advertise2 {
        text-align: center;
        padding: 0px 10px 1px 10px;
        margin-top: 5px;
        color: #fff;
        text-shadow: 0px 0px 1px rgba(4,39,51,.5);
        height: 30px;
        line-height: 20px;
        position: relative;
        left: 0;
        margin-left: 0px;
        font-size: 12px;
    }
}

@media all and (max-width:1225px) {
    .height_top_advertise2 {
        height: 40px;
        display: block;
    }

    .top_advertise2 {
        text-align: center;
        margin: 5px -10px;
        color: #043401;
        height: 35px;
        line-height: 33px;
        clear: both;
        float: none !important;
        position: relative;
        left: 0;
        background: #ffffff;
        border: 1px solid #e1e1e1;
        text-shadow: none;
        display: none;
    }

    .top_advertise2 strong {
        text-transform: uppercase;
        color: #066c00;
    }

    .top_advertise2 .green_button {
        color: #043401;
        font-size: 12px;
        font-weight: 700;
        position: relative;
        top: -1px;
    }
}

/*********************  QR-code link ********************************/
#qr_code_holer {
    background: #fff;
    text-align: center;
}

#qr_code_holer img {
    margin-bottom: 10px;
    margin-top: 10px;
}

.direct_title {
    padding: 8px 0 0 0;
    font-weight: 700 !important;
}

#image_links_box .image_links input {
    width: 100%;
    color: #3a3a3c;
    margin: 5px 0px -3px 0px;
}

#image_links_box form {
    margin: 0px;
}

#image_links_box_b .image_links {
    padding-left: 30px;
}

#image_links_box_b .image_links_line {
    position: relative;
    margin-bottom: 10px;
}

#image_links_box_b .image_links input {
    border: 0px;
    width: 100%;
    color: #00aeef;
    margin: 0px;
}

.embed-1, .embed-2, .embed-3, .embed-4 {
    display: inline-block;
    top: 8px;
    position: absolute;
    right: 0;
}

.embed-1 {
    background: url("../images/embed-1.png") no-repeat;
    width: 153px;
    height: 22px;
}

.embed-2 {
    background: url("../images/embed-2.png") no-repeat;
    width: 97px;
    height: 22px;
}

.embed-3 {
    background: url("../images/embed-3.png") no-repeat;
    width: 136px;
    height: 22px;
}

.embed-4 {
    background: url("../images/embed-3.png") no-repeat;
    width: 136px;
    height: 20px;
}

#forum-thumbnail-sizes{
    width:100%;
}

.btn-group .btn {
    width:74px;
    padding: 2px 12px;
    font-size: 13px;
    color: #428bca;
}


/*************************** Big banner advertice *****************************************/
.inner_glow_g .bsap_advertice {
    border: 1px solid #ccc;
    background: #e7e7e7;
    min-height: 270px !important;
}

.inner_glow_g .bsap_advertice a {
    border: 0 !important;
    background: #e7e7e7;
    float: none !important;
    margin: 0px auto;
}

.inner_glow_g .bsap_advertice a:hover {
    border: 0 !important;
    background: #e7e7e7;
    float: none;
}


/**************** download banners with icons *******************/

.inner_glow_w.t_w_i_banner {
    padding: 1px;
    min-height: 65px;
    overflow-y: hidden;
}

.t_w_i_banner {
    position: relative;
}

.t_w_i_banner .t_w_i_banner_ico {
    position: absolute;
    left: 1px;
    top: 1px;
}

.t_w_i_banner .t_w_i_banner_line {
    padding-top: 8px;
    padding-left: 62px;
    position: relative;
    padding-right: 10px;
}

.t_w_i_banner .t_w_i_banner_line a {
}

.t_w_i_banner .t_w_i_banner_line .drag_me_button {
    margin-right: 5px;
    position: relative;
}

.t_w_i_banner small {
    display: block;
    font-size: 90%;
    line-height: 130%;
}

.t_w_i_banner_bottom {
    margin-top: 8px;
    border-top: 1px solid #ccc;
    padding: 5px 10px;
    position: relative;
    z-index: 99;
}

.t_w_i_banner_bottom .you_tube_ico {
    margin: 0px 5px 0px 0px;
    height: 21px;
}

.t_w_i_banner .bookmarklet_video_box {
    padding: 10px 8px 0px 8px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    position: relative;
    z-index: 99;
    display: none;
}

.t_w_i_banner .bookmarklet_video_box iframe {
    border: 1px solid #ccc;
}

/**************** easy_contact_form *******************/

#easy_contact_box_b {
    text-align: center;
}

#easy_contact_form {
    margin: 0px;
}

#easy_contact_form .btn {
    width: 100%;
}

#easy_contact_form input, #easy_contact_form textarea {
    width: 285px;
}

#easy_contact_form textarea {
    height: 60px;
    resize: none;
}

#easy_contact_form #sf_contact {
    height: 60px !important;
    min-height: 50px;
    resize: none;
}

/******************** Subscribe Form ************************/
#mc_embed_signup {
}

#mc_embed_signup .input_control {
    float: left;
    width: 65%;
    margin-right: 5%;
}

#mc_embed_signup .button {
    float: left;
    width: 30%;
}

/*********************** one line text advertis ********************************/

.text_advertising {
    background: #f2f2f2;
    padding: 5px 10px;
    text-align: center;
}

.btn-s {
    margin-left: 5px;
}

/*********************************  html5 banners and adverticing in right col***********************************/

.html_banner_right {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 68px;
    margin-bottom: 20px;
}

/************************* text advertise with rating *************************/
.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;
}

/********************* header with logo and login ****************************/

.navbar{
    min-height:40px;
}

.navbar>.container .navbar-brand {
    left: 0;
    margin-right: 10px;
    padding: 5px 0 0 15px;
}

.navbar-brand .logotype {
    height: 40px;
    width: 125px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-brand {
    padding: 5px;
    margin-left: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse {
    background-color: #333333;
    border-color: #080808;
}

.user_box_r {
    float: right;
    line-height: 40px;
}

.user_box_r a {
    color: #0f0;
}

.user_box_l {
    float: left;
    position: relative;
    height: 28px;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    border-right: 1px solid #525252;
    top: 6px;
    color: #fff;
}

.sn_icons {
    display: inline-block;
    height: 32px;
    width: 257px;
    background: url("//grabilla.com/images/sn_icons.png") no-repeat left top;
}

.user_box .sn_icons {
    margin-left: 10px;
}

.user_box #login {
    text-decoration: none;
}

.user_box #login strong {
    position: relative;
    top: -14px;
    color: #fff;
    font-weight: normal;
}

#user-loggedin {
    line-height: 31px;
}

#user-loggedin #logout {
    position: relative;
}

#user-loggedout {
    line-height: 31px;
}

#user-loggedin .user_box_l {
    top: 4px;
    padding: 0 10px 0px 0;
}

/************************************  tumblr buttons ********************************************/

.button_gray_gor {
    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;
}

.button_gray_gor strong {
    font-weight: normal;
}

.button_gray_gor 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: 30px;
    text-align: center;
    padding: 0px 5px;
}

.button_gray_gor:hover {
    background: url("//i.grab.la/images/bg_box_buttons.png") repeat-x left bottom;
    border: 1px solid #5fb7e1;
    text-decoration: none;
}

.button_gray_gor.current {
    background: url("//i.grab.la/images/bg_box_buttons.png") repeat-x left bottom;
    border: 1px solid #5fb7e1;
}

.button_gray_gor:hover span {
    border-top: 1px solid #bae9f5;
    border-bottom: 1px solid #12809f;
}

.button_gray_gor.mini {
    background: url("//i.grab.la/images/bg_box_buttons.png") repeat-x left top;
    height: 26px;
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #999999;
}

.button_gray_gor.mini strong {
    font-weight: normal;
}

.button_gray_gor.mini span {
    display: block;
    border-top: 1px solid #dadbdb;
    border-bottom: 1px solid #5f5e5e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0px 5px;
}

.button_gray_gor.mini:hover {
    background: url("//i.grab.la/images/bg_box_buttons.png") repeat-x left bottom;
    border: 1px solid #5fb7e1;
    text-decoration: none;
}

.button_gray_gor.mini.current {
    background: url("//i.grab.la/images/bg_box_buttons.png") repeat-x left bottom;
    border: 1px solid #5fb7e1;
}

.button_gray_gor.mini:hover span {
    border-top: 1px solid #bae9f5;
    border-bottom: 1px solid #12809f;
}

.button_circle span {
    display: block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    height: 31px;
    line-height: 31px;
    text-align: center;
}

.button_gray_box {
    background: url("//i.grab.la/images/bg_box_buttons.png") repeat-x left top;
    height: 50px;
    width: 50px;
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #999999;
    float: left;
}

.button_gray_box 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: 48px;
    line-height: 48px;
    text-align: center;
    padding: 0px;
}

.button_gray_box:hover {
    background: url("//i.grab.la/images/bg_box_buttons.png") repeat-x left bottom;
    border: 1px solid #5fb7e1;
}

.button_gray_box:hover span {
    border-top: 1px solid #bae9f5;
    border-bottom: 1px solid #12809f;
}

.tumblr_button {
    text-decoration: none;
    background: #757575;
    height: 35px;
    width: 84px;
    padding: 0px 2px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: relative;
    display: block;
}

.tumblr_button_gray {
    position: absolute;
    left: 2px;
    top: 2px;
    background: url("//i.grab.la/images/bg_box_buttons.png") repeat-x left top;
    height: 29px;
    width: 42px;
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #999999;
}

.tumblr_button_gray 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: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0px 5px;
}

.tumblr_button_gray:hover {
    background: url("//i.grab.la/images/bg_box_buttons.png") repeat-x left bottom;
    border: 1px solid #5fb7e1;
}

.tumblr_button_gray:hover span {
    border-top: 1px solid #bae9f5;
    border-bottom: 1px solid #12809f;
}

.annotations_tumblr.hide_ico {
    background: url("//i.grab.la/images/icons.png") no-repeat 52px -179px #757575;
}

.annotations_tumblr.show_ico {
    background: url("//i.grab.la/images/icons.png") no-repeat 10px -128px #757575;
}

.comments_tumblr.hide_ico {
    background: url("//i.grab.la/images/icons.png") no-repeat 48px -312px #757575;
}

.comments_tumblr.show_ico {
    background: url("//i.grab.la/images/icons.png") no-repeat 11px -270px #757575;
}

.add_text_ico {
    background: url("//i.grab.la/images/icons.png") no-repeat 6px -226px;
    width: 25px;
}

.add_arrow_ico {
    background: url("//i.grab.la/images/icons.png") no-repeat 5px -354px;
    width: 25px;
}

.add_square_ico {
    background: url("//i.grab.la/images/icons.png") no-repeat 4px -401px;
    width: 25px;
}

.button_circle {
    display: block;
    position: relative;
    top: 5px;
    left: 2px;
}

.button_circle .add_color_ico {
    background: url("//i.grab.la/images/icons.png") no-repeat 0px -450px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}

.popover {
    display: none;
}

.color_choose_btn {
    display: none;
    top: 7px;
    position: relative;
    color: #333;
}

.color_choose_btn span {
    line-height: 27px;
    color: #333;
    position: relative;
    padding: 0px 5px 0px 0px;
    top: 1px;
}

.color_choose_btn input {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 42px;
    color: #333;
    margin: 0px 0px 0px 2px;
    height: 25px;
    border: 1px solid #999;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
}

.areaAdditionByOwnerOnly {
    position: relative;
    top: 8px;
}

.areaAdditionByOwnerOnly input {
    margin: 0px 0px 0px 5px;
}

#image_links_box .image_links .form-control[readonly] {
    cursor: pointer;
}

.page-header {
    padding-bottom: 4px !important;
}

/*********************** Annotatons *****************************/
.anotation-format-text {
    margin: 0;
    font-family: sans-serif;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: 1px solid #333;
    padding-top: 3px;
    background: rgba(76,76,76,.8);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.annotation-comment-text-editor-back-with {
    border: 0;
}

.annotation-comment-text-editor {
    background: rgba(76,76,76,.8);
    border: 1px solid #333;
}

.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: url("//i.grab.la/images/bg_box_buttons_cancel.png") repeat-x left bottom;
}

.annotation-visible {
    opacity: 1 !important;
    visibility: visible !important;
}

.annotation-owner-container {
    position: absolute;
    color: #fff;
    background: #333;
    padding: 0 3px;
    opacity: 0;
    visibility: hidden;
}

.annotation-comments-holder .annotation-comment-text-holder {
    max-height: 400px;
}

/************* Begin Image Info ****************/

.alert {
    margin-bottom: 0px;
}

.info_holder {
    padding: 0px 0 20px 0;
    display: block;
    clear: both;
}

.info_holder .image_option {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    padding: 0 15px 0 0;
    max-width: 131px;
    text-align: right;
    float: left;
    width: 82px;
    color: #00AEEF;
}

.info_holder .image_option.fix{
    width: 104px;
}

.info_holder .option_value {
    position: relative;
    overflow: auto;
    max-height: 300px;
    height: auto;
}

.captured-link-wrapper {
    padding-top: 7px;
    position: relative;
}

.info_holder .image_description_h,
.info_holder .image_tags_h {

}

.info_holder .image_description_h textarea,
.info_holder .image_tags_h input {
    width: 100%;
}

.info_holder .option_value .glyphicon {
    position: relative;
    top: 2px;
    color: gray;
}

.info_holder .option_value .image_stat_views,
.info_holder .option_value .image_stat_traffic {
    padding-left: 20px;
}

.captured-link {
    width: 100%;
    height: 40px;
    color: #ffffff;
    font-size: 16px;
    outline: 0;
    padding: 0px 10px;
    background-color: #cbcaca;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: 'PT Sans', sans-serif;
}

/************* End Image Info ****************/

@media all and (max-width:1232px) {
    .height_top_advertise2 {
        display: none;
    }
}

@media all and (max-width:1425px) {
    .top_advertise {
        background-color: #01aeed;
        border: 1px solid #0384b4;
        text-align: center;
        -webkit-box-shadow: 0px 0px 0 1px rgba(97,196,233,1);
        box-shadow: 0px 0px 0 1px rgba(97,196,233,1);
        margin: 10px -15px;
        color: #fff;
        text-shadow: 0px 0px 1px rgba( 4, 39, 51, 0.5 );
        height: 30px;
        line-height: 20px;
        clear: both;
        float: none !important;
        position: relative;
        left: 0;
    }
}

@media (max-width:768px) {
    body {
        min-width: 320px;
        padding-top: 50px;
    }

    .navbar>.container .navbar-brand {
        padding-top: 5px;
        padding-left: 20px;
    }

    .navbar .user_box.pull-right {
        display: inline-block;
        float: none !important;
        border-top: 0;
        box-shadow: none;
        margin-right: -15px;
        margin-left: -15px;
        padding: 0 15px;
    }

    .user_box_l {
        float: left;
    }

    .user_box_l span:first-child {
        display: none;
    }

    .user_box_r {
        float: right;
    }

    .navbar-inverse .navbar-form {
        text-align: center;
    }
}

@media (max-width:720px) {
    body {
        padding-top: 50px;
    }
}

.banner_holder {
    margin: 0 0 20px 0;
}

#myModalLabel {
    position: absolute;
    left: 145px;
    top: 5px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

@media all and (max-width:767px) {
    #header {
        padding-top: 0;
    }

    .height_top_advertise2 {
        display: none;
    }
}

/*bottom-fixed-panel*/

.oneclic_celect {
    cursor: pointer !important;
}

.forum-size-btn-active {
    background-color: #e6e6e6 !important;
    font-weight: bold !important;
    box-shadow: inset 0 5px 2px rgba(0,0,0,.075);
}

#forum-thumbnail-sizes {
    margin-top: 15px;
}

.inner_glow_g {
    box-shadow: inset 0px 0px 0px 0px #fff !important;
}

#panel-bottom {
}

#panel-bottom .navbar {
    min-height: 55px;
    min-width: 323px;
}

#panel-bottom a {
    color: #ffffff;
}

#panel-bottom .custom-toogle {
    margin: 7px 0 0 7px;
    float: left;
}

#panel-bottom .navbar-toggle {
    border-radius: 0;
    border: 0px;
    padding: 20px 15px 20px 15px;
    margin: 0;
    position: relative;
    top: 0px;
}

#panel-bottom .dropdown-menu {
    border: 1px dashed #c03200;
    margin-bottom: 5px;
    max-width: 320px;
}

#qr_code_holer img {
    margin-top: 0px;
    margin-bottom: 0px;
}

#panel-bottom .nav>li {
    position: relative;
    display: inline-block;
}

#panel-bottom .nav>li>a {
    position: relative;
    display: block;
    padding: 18px 25px;
    margin-right: -4px;
    background-color: #c03200;
}

#panel-bottom .vote a {
    background-color: rgba(1,149,205, 0.8) !important;
}

#panel-bottom .download a {
    background-color: rgba(125,197,29, 0.8) !important;
}

#panel-bottom .short {
    background-color: #EF670D !important;
}

#panel-bottom .vote a:hover {
    background-color: rgba(1,149,205, 1) !important;
}

#panel-bottom .download a:hover {
    background-color: rgba(125,197,29, 1) !important;
}

#panel-bottom .btn-embed {
    padding:18px 45px 18px 25px !important;
}

#panel-bottom a {
    text-decoration: none;
}

#panel-bottom .navbar {
    background-color: #333;
    min-height: 40px;
}

#panel-bottom .navbar-default {
    border-top: 0px;
}

#panel-bottom .navbar-default .nav>li>a {
    opacity: 0.8;
}

#panel-bottom .navbar-default .nav>li>a:hover, .navbar-default .nav>.open>a, .navbar-default .nav>.open>a:hover, .navbar-default .nav>.open>a:focus {
    background-color: #c03200;
    color: #ffffff;
    opacity: 1;
}

#panel-bottom .navbar-default .navbar-right {
}

.navbar-default .navbar-right .open:first-child:before {
    border-bottom: 5px solid #EF670D;
}

.navbar-default .navbar-right .open:before {
    content: '';
    position: absolute;
    top: -5px;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #c03200;
}

#panel-bottom .social_networks_box {
    position: relative;
    top: 5px;
    left: 14px;
    display: inline-block;
}

#panel-bottom .social_networks_box .twitter {
    position: relative;
    left: 8px;
}

#panel-bottom .social_networks_box .google_plus {
    position: relative;
    left: -15px;
}

#panel-bottom .social_networks_box .vk-button {
    position: relative;
    left: -55px;
}

#panel-bottom .custom-dropdown {
    left: -223px !important;
}

#panel-bottom .dropdown a {
    text-align: center;
}

#panel-bottom .nav-minimal ul {
    display: inline;
}

#panel-bottom .short-qr {
    display: none;
}

.image_information {
    margin: 20px 0 0 0;
    font-size: 14px;
}

.image_description {
    padding: 0px;
}

.btn-report {
    position: absolute;
    top: -18px;
    right: -57px;
}

.btn-report a {
    width: 19px !important;
    display:block;
    color:#EF670D !important;
    font-size: 14px;
}

.btn-report a:hover {
    cursor: pointer;
    font-size: 18px;
}

.capture_from_link strong {
    font-size:16px;
}

.capture_from_link input {
    position: relative;
    margin-left: 10px;
    width:300px;
}


.image_information .row {
    margin-left: 0;
    margin-right:  0;
}

.image_information .col-md-10 {
    margin-bottom: 20px;
}

.image_information .col-md-1 {
    padding-right: 0;
}

.image_information .alert {
    margin-top: 5px;
    margin-bottom: 0;
}

.image_option {
    font-size:16px;
    line-height: 18px;
    font-weight: bold;
    text-align: right;
}



.image_stat_h {
    margin-left: 0px;
}

.image_stat_h .glyphicon {
    position: relative;
    top: 2px;
    color: gray;
}

.image_stat_h .image_stat_views {
    margin-left: 10px;
}

.image_description_h input, .image_tags_h input {}


.image_stat {
    margin-top: 2px;
}
.image_stat span {

}

#footer {
    border-top: 1px solid #ccc;
    text-align: center;
    bottom: 0px;
    padding: 5px 0 35px;
}

.scoopit-button-frame{
    position: relative;
    top: 4px;
}

@media all and (max-width:1399px) {
    #panel-bottom .resol-v {
        display: none;
    }

    #panel-bottom .vote {
        margin-right: 1px!important;
    }
}

@media all and (max-width:1377px) {
    #panel-bottom .resol-v {
        display: none;
    }
}

@media all and (max-width:1280px) {
    #panel-bottom .resol-d {
        display: none;
    }
}

@media all and (max-width:1121px) {
    #panel-bottom .resol {
        display: none;
    }

    #panel-bottom .short-qr {
        display: inline-block;
    }
}

@media all and (max-width:1171px) {

    #panel-bottom .social_networks_box {
        max-width: 430px!important;
        position: absolute;
        left: 170px;
    }

    #panel-bottom .social_networks_box .google_plus {
        position: relative;
        left: 0px;
    }

    #panel-bottom .social_networks_box .vk-button {
        position: relative;
        left: 5px;
    }

    #panel-bottom .social_networks_box {
        top: -2px;
    }
}

@media all and (max-width:991px) {
    .image_option {
        text-align: left;
    }
}

@media all and (max-width:767px) {
    #panel-bottom .navbar-right {
        float: right;
    }

    #panel-bottom .nav-minimal>li {
        position: relative;
        display: block;
        padding: 0;
        text-align: center;
    }

    #panel-bottom .navbar-collapse {
        border-top: 0px;
        border-bottom: 1px solid #101010;
        padding: 0px 4px 0px 0px;
    }

    #panel-bottom .navbar {
        margin-bottom: 0px;
    }

    #panel-bottom .add-link {
        position: relative;
        top: 0px;
    }

    #panel-bottom .social_networks_box {
        max-width: 100%!important;
        position: relative;
        left: 0;
        text-align: center;
    }

    #panel-bottom .resol-v, #panel-bottom .resol-d {
        display: inline-block;
    }

    #panel-bottom .social_networks_box {
        margin: 15px 0 9px;
        text-align: center;
    }

    #panel-bottom .custom-dropdown-shortqr {
        left: -155px !important;
    }

    #panel-bottom .resol {
        display: inline-block;
    }

    #panel-bottom .short-qr {
        display: none;
    }
}

@media all and (max-width:515px) {
    #panel-bottom .custom-dropdown-shortqr {
        left: -10px !important;
    }
}

@media all and (max-width:453px) {
    #panel-bottom .resol-v,#panel-bottom .resol-d {
        display: inline;
    }
}

@media all and (max-width:463px) {
    #panel-bottom .nav>li>a {
        position: relative;
        display: block;
        padding: 18px 6px;
    }
    #panel-bottom .btn-embed {
        padding:18px 45px 18px 25px;
    }
}

@media all and (max-width:371px) {
}

@media all and (max-width:350px) {
}

@media all and (max-width:339px) {
    #image_links_box {
        width: 270px;
    }

    #panel-bottom .custom-dropdown {
        left: -200px !important;
    }

    #panel-bottom .direct_title {
        font-size: 10px !important;
    }

    #panel-bottom .btn-group .btn {
        padding: 3px 19px;
    }
}
/*end botton-fixed-panel*/

audio::-webkit-media-controls-enclosure {
    max-width: 100%;
}

#comments {
    margin-top: 20px;
}

.webpage .comment-author {
    padding: 11px 27px 0 0 !important;
}

.comment-author {
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
    float: left;
    padding: 11px 5px 0 0;
    color: #00AEEF;
}

.copied {
    display: none;
    color: #6ed06a;
}

.audio_comment_progress {
    overflow: hidden;
    max-height: 300px;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
    display: none;
}

#audio-recording-container .text {
    margin-left: 5px;
}

#audio-recording-container {
    width: 100%;
    height: auto;
    max-height: 330px;
    padding-top: 6px;
}

.audio-comment {
    width: 100%;
}

.audio-comment-record {
    width: 100%;
    height: 30px;
}

.audio-comment-record .audio.author {
    margin-right: 40px;
}

.audio-comment-record .title {
    width: 240px;
    float: left;
    margin-left: 10px;
}

#comments .delete {
    width: 15px;
    float: right;
    padding: 7px 10px 0 10px;
    cursor: pointer;
}

.audio-records,
.audio_comment_progress,
.media_options {
    overflow: hidden;
    max-height: 300px;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 7px;
}

#audio_comments {
    max-height: 370px;
    height: auto;
}

#audio-comment-button {
    position: relative;
    top: 6px;
}

.status {
    float: left;
    display: none;
    padding: 6px;
    padding-left: 0;
    padding-top: 10px;
}

#video-comment-button {
    margin-bottom: 0;
    margin-top: 3px;
}

.video_comment_progress {
    width: 100%;
    display: none;
}

#video-recording-container .text {
    margin-left: 5px;
}

#video-recording-container {
    width: 100%;
    height: auto;
    max-height: 330px;
}

.video-comment {
    width: 100%;
}

.video-comment-record {
    width: 100%;
}

.video-comment-record .audio {
    width: 100%;
    float: left;
}

.video-comment-record .title {
    width: 100%;
    float: left;
    margin-left: 10px;
}

.video-comment-record .delete {
    width: 15px;
    float: right;
    margin-left: 10px;
    cursor: pointer;
}

.video-records {
    margin-top: 10px;
    overflow: auto;
    max-height: 300px;
    height: auto;
}

#video_comments {
    max-height: 370px;
    height: auto;
}

.social_buttons_all.z-social{
    position: relative;
    top: 12px;
}

.social_buttons_all.zing {
    position: relative;
    top: 4px;
}

.social_buttons_all.sky{
    position: relative;
    top: 6px;
}
