@font-face {
    font-family: "Hooge";
    src: local("Hooge"), url("fonts/hooge_dmf.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: "Calibri";
    src: local("Calibri"), url("fonts/Calibri.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: "CalibriBold";
    src: local("CalibriBold"), url("fonts/CalibriBold.ttf") format("truetype"); /* non-IE */
    src: local("CalibriBold"), url("fonts/CalibriBold.woff") format("woff"); /* IE */
}

@font-face {
    font-family: "HandbookProBold";
    src: local("HandbookProBold"), url("fonts/PFHandbookPro-Bold.otf") format("opentype"); /* non-IE */
}

@font-face {
    font-family: "MyriadPro-Light";
    src: local("MyriadPro-Light"), url("fonts/MyriadPro-Light.otf") format("opentype"); /* non-IE */
    src: local("MyriadPro-Light"), url("fonts/MyriadPro-Light.woff") format("woff"); /* IE */
}

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

html, body { height:100%; }
body.mobile{ margin-right: -44px; }
body{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 62.5%;   /* Resets 1em to 10px */
    text-align: left;
    background: #eaeaea; 
}
body,h1,h2,h3,h4,h5,h6,p,form,fieldset { margin:0;padding:0; }

.clearing_f{ clear: both; }

fieldset{
    margin:10px 0 0 0;
    padding:0;
    border-style:none;
}

.head { background:#87a4b7; position:relative; height:25px; }

.wrapper{
    width:100%;
    position:relative;
}

#pastewrapper{
    position: absolute; top: -9999px;
    width: 1px; height: 1px;
    overflow: hidden;
}
#pastewrapper #paster{ position: absolute; }

.container{
    width:1023px;
    /*overflow: hidden;*/
    margin:0 auto;
    z-index: 10;
    position:relative;
    transition: opacity ease 0.5s;
}

body.noselect{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hiddenContent{ display: none; }

/******** MAIN *******************************/
.main{
    padding: 0 20px 20px;
    -webkit-transform: translateZ(0px);
}
.main .loader{
    padding: 124px 0 162px 205px;
    position: relative;
    background: url(../images/uploader/dnd.png) 660px 150px no-repeat;
}
.main .loader.fonly{
    background: url(../images/uploader/dndf.png) 660px 150px no-repeat;
}
.main .loader.run{ background: none; }
.main .loader .bg{
    width: 180px;
    height: 180px;
    position: relative;
    background: url(../images/uploader/bg.png) center no-repeat;
    cursor: pointer;
}
.main .loader .bg:hover .arrow,
.main .loader .bg .arrow.arrow_drop{
    opacity: 1;
    left: -162px;
}
.main .loader .bg div{
    width: 180px;
    height: 180px;
    position: absolute;
    display: block;
}
.main .loader .bg .dot1{ background: url(../images/uploader/dot1.png) center no-repeat; }
.main .loader .bg .dot2{ background: url(../images/uploader/dot2.png) center no-repeat; }
.main .loader .bg .dot3{ background: url(../images/uploader/dot3.png) center no-repeat; }
.main .loader .bg .logo{ background: url(../images/logo.png) center 50px no-repeat; z-index: 10; }
.main .loader .bg .arrow{
    width: 167px;
    height: 140px;
    top: 24px;
    left: -172px;
    background: url(../images/uploader/arrow.png) center no-repeat;
    opacity: 0.7;
    transition: all ease 0.3s;
}
.main .loader .utext{
    position: absolute;
    left: 393px;
    padding: 16px 20px;
    line-height: 20px;
    color: #a1a1a1;
    font-size: 16px;
    font-family: CalibriBold, Tahoma, Helvetica, sans-serif;
    letter-spacing: -0.2px;
}
.main .loader .utext.tfonly{
    padding-top: 50px;
}
.main .loader .utext b{
    color: #93acbb;
    line-height: 34px;
    font-size: 27px;
    display: block;
    margin-bottom: 14px;
    font-weight: normal;
    letter-spacing: -0.6px;
}
.main .ioserror,
.main .ie8error{
    position: absolute;
    bottom: 23px;
    left: 105px;
    color: #acacac;
    font-family: Calibri, Tahoma, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 25px;
    display: none;
}
.main .link{
    position: absolute;
    bottom: 9px;
    left: 215px;
    opacity: 1;
    transition: all ease 0.3s;
    padding: 14px;
    display: block;
    min-width: 370px;
}
.main .link.dl{
    min-width: 365px;
    max-width: 520px;
    left: 110px;
}
.main .link.hidden{
    bottom: -40px;
    opacity: 0;
}
.main .link .url{
    color: #acacac;
    font-family: Calibri, Tahoma, Helvetica, sans-serif;
    font-size: 22px; 
    line-height: 22px;
    display: inline-block;
    text-decoration: none;
}
.main .link.dl .url{
    font-size: 18px; 
}
.main .link .url:hover{ text-decoration: underline; }
#copylink{
    position: absolute; display: block; width: 40px; height: 40px;
    background: url(../images/copy.png) no-repeat top left;
    margin-left: -52px; margin-top: -10px;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
#copylink:hover, #copylink.hover{
    background: url(../images/copy_active.png) no-repeat top left;
    cursor: pointer;
}
#copylink:active, #copylink.active, #copylink.actived{
    background: url(../images/copy_pressed.png) no-repeat top left;
    cursor: pointer;
}
#copylink #copied{ 
    display: none;
    position: absolute; width: 80px; height: 16px;
    margin-left: -95px; margin-top: 14px;
    font-size: 11px; color: #f4f4f4;
    background: #555458;
    border-radius: 4px;
    padding: 1px 6px 0 6px;
    text-align: center;
}
/*#sharelink_fb{ background:url(../images/uploader/fb.png) no-repeat; }*/
#sharelink_vk{ background:url(../images/uploader/vk.png) no-repeat; }
/*#sharelink_tw{ background:url(../images/uploader/tw.png) no-repeat; }*/
#sharelink_ok{ background:url(../images/uploader/ok.png) no-repeat; }
/*#sharelink_fb,*/#sharelink_vk,/*#sharelink_tw,*/#sharelink_ok{
    margin-top: 4px;
    margin-left: 7px;
    width: 14px;
    height: 14px;
    float: right;
    opacity: 0.7;
    transition: opacity 0.5s ease;
}
/*#sharelink_fb:hover,*/#sharelink_vk:hover,/*#sharelink_tw:hover,*/#sharelink_ok:hover{ cursor: pointer; opacity: 1; }
.main .link .social_btns{ display: inline; }
.main .link .password_lnk .zclip embed{ vertical-align: top; }
.main .link .password_lnk{
    display: none;
    color: #acacac;
    font-family: Calibri, Tahoma, Helvetica, sans-serif;
    font-size: 22px; 
    line-height: 22px;
    display: inline-block;
    text-decoration: none;
    margin-left: 10px;
    position: relative;
    padding-left: 26px;
}
.main .link .password_lnk .pass_key{
    position: absolute; left:0; top: 4px;
    display: block;
    width: 18px;
    height: 16px;
    margin: 0 4px;
    vertical-align: middle;
    background:url(../images/key_passive.png) center no-repeat;
    transition: all ease 0.3s;
    cursor: pointer;
}
.main .link .password_lnk .pass_key.hover,
.main .link .password_lnk .pass_key:hover{
    background:url(../images/key_active.png) center no-repeat;
}
.main .link .password_lnk span,
.main .link .dl_url_p{
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.main .link .dl_url_p{
    text-decoration: none !important;
}
.main .link .dl_count{
    background:url(../images/dl_count.png) left center no-repeat #D4D4D4;
    min-width: 20px;
    border-radius: 3px;
    text-align: right;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    padding: 0 4px 0 14px;
    vertical-align: top;
    margin: 4px 0 0 15px;
}

.main .preview{
    padding: 0;
    position: relative;
    display: block;
    min-height: 680px;
}
.main .preview.fdragout{ background:url(../images/uploader/dout.png) 655px 370px no-repeat; }
.main .preview .nopreview{
    position: absolute;
    background:url(../images/uploader/d_bg.png) center no-repeat;
    display: block;
    height: 150px;
    width: 345px;
    top: 264px;
    margin-top: -75px;
    left: 30px;
}

.main .link_from{
    bottom: 35px !important;
    color: #c1c1c1;
    font-size: 26px;
    font-family: Calibri, Tahoma, Helvetica, sans-serif;
}
.main .link_from span{
    color: #88a5b7;
    font-size: 22px;
}
.main .devices .user_bg{
    background: url(../images/uploader/user_bg.png) no-repeat;
    width: 500px;
    height: 164px;
    margin-bottom: 60px;
    display: block;
}
.main .devices{
    width: 540px;
    position: absolute;
    left: 28px;
    top: 135px;
    font-size: 16px;
    font-family: Tahoma;
    color: #acacac;
    font-family: CalibriBold, Tahoma, Helvetica, sans-serif;
}
/*********************************************/

/******** FILELIST ***************************/
#filelist{
    position: absolute;
    top: 140px;
    right: 86px;
    width: 280px;
    opacity: 1;
    transition: all ease 0.3s;
    z-index: 90;
}
#filelist.downloader{
    top: 208px;
}
#filelist.hidden{
    opacity: 0;
}
#filelist.expanded{
    top: 20px;
}
#filelist.downloader.withcomment{
    top: 55px;
}
#filelist.downloader.expanded,
#filelist.downloader.comm_expanded{
    top: 40px;
}
#filelist .info{
    height: 81px;
    background: #e1e2e3;
    display: block;
    position: relative;
}
#filelist .info .exit{
    position: absolute;
    top: 8px;
    right: 9px;
    width: 23px;
    height: 23px;
    display: block;
    background: url(../images/uploader/exit.png) no-repeat;
    opacity: 0.7;
    z-index: 99;
    transition: all ease 0.3s;
}
#filelist .info .time{
    position: absolute;
    top: 12px;
    left: 6px;
    padding-left: 30px;
    background: url(../images/uploader/clock.png) no-repeat;
    display: block;
    color: #acacac;
    font-size: 11px;
    line-height: 10px;
    font-family:  Calibri, Tahoma, Helvetica, sans-serif;
}
#filelist .info .lt{
    padding-left: 5px !important;
    background: none !important;
    
}
#filelist .info .time .counter{
    font-size: 22px;
    line-height: 18px;
    font-family: Hooge, Tahoma, Helvetica, sans-serif;
}
#filelist .info .lt .counter{ line-height: 20px !important; }
#filelist .info .filestats{
    position: absolute;
    top: 12px;
    left: 136px;
    border-left: 3px solid #b5b5b5;
    padding-left: 8px;
    height: 65px;
    display: block;
    color: #acacac;
    font-size: 11px;
    line-height: 10px;
    font-family:  Calibri, Tahoma, Helvetica, sans-serif;
}
#filelist .info .filestats .fileCount{
    color: #9eb09b;
    font-size: 22px;
    line-height: 18px;
    font-family: Hooge, Tahoma, Helvetica, sans-serif;
}
#filelist .info .filestats .fileSize{
    color: #85a3b6;
    font-size: 22px;
    line-height: 18px;
    font-family: Hooge, Tahoma, Helvetica, sans-serif;
    padding-top: 5px;
}
#filelist .info .exit:hover{ opacity: 1; }
#filelist .expand{
    height: 15px;
    background: url(../images/uploader/plus.png) 258px center no-repeat #d0d2d3;
    display: block;
    cursor: pointer;
    color: #93a4ad;
    font-size: 10px;
    line-height: 16px;
    text-align: right;
    padding-right: 28px;
    font-family: Hooge, Tahoma, Helvetica, sans-serif;
}
#filelist.expanded .expand{
    background: url(../images/uploader/minus.png) 258px center no-repeat #d0d2d3;
}
#filelist .progress{
    margin-top: 5px;
    height: 38px;
    padding: 2px;
    background: #adbec9;
    display: block;
    position: relative;
}
#filelist .progress .bar{
    height: 38px;
    width: 0%;
    background: #c5d3dc;
    transition: all ease 0.3s;
}
#filelist .progress .percent{
    position: absolute;
    width: 100%;
    height: 38px;
    top:0;
    line-height: 42px;
    text-align: center;
    color: #ebebeb;
    font-family: Hooge, Tahoma, Helvetica, sans-serif;
    font-size: 23px;
}
#filelist .userItv{
    background: url(../images/uploader/user_itv.png) no-repeat !important;
}
#filelist .files{
    display: none;
    margin-top: 10px;
    height: 300px;
    padding: 0 0 2px 10px;
    background: url(../images/uploader/list.png) left top no-repeat;
    position: relative;
    overflow: hidden;
    background-size: auto 107%;
}
#filelist.downloader .files{ height: 400px; }
#filelist .files ul{
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.ui-tooltip {
	padding: 3px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
        background: #fefefe !important;
        border: 1px solid #ccc;
        border-radius: 0 !important;
        font-size: 8px;
        color: #5e5e5e;
        font-family: Calibri, Tahoma, Helvetica, sans-serif !important;
}

#filelist .files ul li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 71px;
    height: 86px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 7px;
    word-wrap: break-word;
    white-space: pre;
    text-align: center;
    color: #5e5e5e;
    font-family: Calibri, Tahoma, Helvetica, sans-serif;
    opacity: 1;
    transition: all ease 0.3s;
}
#filelist .files ul li.uncomplete{ opacity: 0.7; }
#filelist .files ul li .icon{
    width:43px;
    height:13px;
    margin: 0 8px 4px;
    border-radius: 3px;
    background: #b5c8b1;
    color: #ececec;
    font-size: 12px;
    text-align: left;
    padding: 37px 4px 4px 6px;
    position: relative;
    display: block;
}
#filelist .files ul li .icon .type{
    position: absolute;
    top: 20px;
    left: -2px;
    width: 42px;
    height: 14px;
    line-height: 14px;
    color: #cbdac9;
    background: #899ba6;
    text-align: center;
    overflow: hidden;
    display: block;
    font-family: Hooge, Tahoma, Helvetica, sans-serif;
}
#filelist .files ul li .icon .fProgress{
    position: absolute;
    bottom: 0;
    right: -8px;
    width: 3px;
    height: 85%;
    background: #c1c1c1;
    display: none;
}
#filelist .files ul li .icon .fProgress .fBar{
    position: absolute;
    bottom: 0;
    width: 3px;
    height: 0%;
    background: #969696;
}

#filelist .files ul li .ferror{
    color: #999;
    padding: 30px 3px 3px 6px;
    height:21px;
    margin: 0 8px 4px;
    border-radius: 3px;
    background: #DBE2DA;
    font-size: 11px;
    line-height: 10px;
    text-align: left;
    position: relative;
    display: block;
}
#filelist .download_btn .count,
#filelist .download_btn .size{
    font-family: Hooge, Tahoma, Helvetica, sans-serif;
    font-size: 20px;
}
#filelist .download_btn .size{ border-left: 1px solid #ebebeb; padding-left: 10px; }
#filelist .download_btn .count_s{
    font-size: 12px;
    padding: 0 10px 0 5px;
}
#filelist .download_btn{
    margin-top: 5px;
    height: 40px;
    padding: 2px;
    display: block;
    position: relative;
    line-height: 36px;
    text-align: center;
    color: #ebebeb;
    font-family: Calibri, Tahoma, Helvetica, sans-serif;
    font-size: 30px;
    text-decoration: none;
    padding-left: 60px;
    background: url(../images/uploader/download.png) left center no-repeat #8a9eaa;
    transition: all ease 0.3s;
}
#filelist .preload_btn{
    background: #8a9eaa;
    padding-left: 0;
    font-size: 26px;
}
#filelist .addload_btn{
    background: url(../images/uploader/addload.png) left center no-repeat #b1c2ad;
}
#filelist .download_btn small{
    color: #999;
    font-size: 10px;
    display: block;
}
#filelist .download_btn:hover{
    background-color: #7a919f;
}
#filelist .addload_btn:hover{
    background-color: #9db398;
}
#filelist .fileDownload,
#filelist .uplDownload{
    cursor: pointer;
}
#filelist .fileDownload .icon,
#filelist .uplDownload .icon,
#filelist .fileDownload .icon .type,
#filelist .uplDownload .icon .type{
    transition: all ease 0.3s;
}
#filelist .fileDownload:hover .icon,
#filelist .uplDownload:hover .icon{
    width:47px;
    margin-top:-4px;
    margin-left:8px;
    padding-top: 41px;
}
#filelist .uplDownload:hover .icon{
    margin-top:1px !important;
    padding-top: 36px !important;
}
#filelist .fileDownload:hover .icon .type{
    top: 24px;
}
#filelist .uplDownload:hover .icon .type{
    top: 20px !important;
}
#filelist .info a.error-button{
    width: 30px;
    height: 40px;
    position: absolute;
    top: 35px;
    right:-30px;
    background: url(../images/uploader/d_error.png) -7px center no-repeat;
    transition: all ease 0.3s;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
}
#filelist .info a.error-button .error-shadow{
    width: 30px;
    height: 40px;
    display: block;
    background: url(../images/uploader/d_error_shadow.png) -7px center no-repeat;
}
#filelist .info a.error-button:hover{
    background-position: left center;
}
#filelist .uplDownload .icon{
    background: #c1c1c1 !important;
    border-radius: 3px 0 3px 3px !important;
    padding: 31px 4px 4px !important;
    margin-top: 6px !important;
    
}
#filelist .uplDownload .icon .type{
    top: 15px !important;
    width: 45px !important;
    color: #eaeaea !important;
    font-family: Calibri, Tahoma, Helvetica, sans-serif !important;
}
#filelist .uplDownload .icon .folder{
    position: absolute;
    width: 20px;
    height: 5px;
    top: -5px;
    right: 0;
    background: #c1c1c1;
    border-radius: 3px 3px 0 0;
}
#filelist ul li .icon .fdel{
    background-image: url(../images/uploader/delete_passive.png) !important;
    top: -3px !important;
}
#filelist ul li .icon .delete{
    background: url(../images/uploader/delete_folder_passive.png) center no-repeat;
    width: 13px;
    height: 13px;
    top: -8px;
    right: -3px;
    position: absolute;
    z-index: 99;
    display: none;
    cursor: pointer;
    transition: all ease 0.3s;
}
#filelist ul li:hover .delete{
    display: block;
}
#filelist ul li .icon .delete:hover{
    background: url(../images/uploader/delete_active.png) center no-repeat !important;
    display: block;
}
#filelist ul li .icon .selected{
    background: url(../images/uploader/selected_active.png) center no-repeat;
    width: 13px;
    height: 13px;
    top: -3px;
    left: -3px;
    position: absolute;
    z-index: 99;
    display: none;
    transition: all ease 0.3s;
}
/*********************************************/

/******** MIDDLE *****************************/
.city{
    padding: 12px 0 224px;
    background: url(../images/uploader/city.png) bottom center repeat-x #c1cbd1;
    border-top: 1px outset #eaeaea;
    outline: 1px solid #acacac;
    min-height: 124px;
    transition: all ease 0.4s;
}
.city.c_active{ padding: 12px 0 98px; }
#to_descr_line{ 
    height: 0px;
    transition: all ease 0.4s;
    opacity:0;
}
#to_descr_line.td_active{ height: 126px; opacity:1; }

.comment_wrp{
    background: #D6DADD;
    border-radius: 6px;
    width: 394px;
    height: 120px;
    position: relative;
    padding: 0 6px 0 26px;
    margin-top: 6px;
}
.comment_wrp .comment_arrow{
    position: absolute;
    width: 0; height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent #D6DADD #D6DADD transparent;
    top: 85px; left: -20px;
}
.comment_wrp .comment_gradt{
    position: absolute;
    width: 406px; height: 21px;
    top: 0; left: 0;
    z-index: 10;
    background: url(../images/comm_gradient.png) top center repeat-x;
}
.comment_wrp .comment_gradb{
    position: absolute;
    width: 406px; height: 21px;
    bottom: 0; left: 0;
    z-index: 10;
    background: url(../images/comm_gradient_b.png) top center repeat-x;
}
.comment_wrp .textarea-wrapper{
    height: 100px;
    overflow: hidden;
    padding: 10px 0;
}
.comment_wrp #comment{
    border: 0;
    padding: 0;
    width: 364px;
    height: 94px;
    min-height: 94px;
    background: transparent;
    outline: none;
    resize: none;
    color: #999;
    overflow: hidden;
    opacity: 0.6;
}
.comment_style{
    font-family: Calibri, Tahoma, Helvetica, sans-serif !important;
    font-size: 18px;
    line-height: 20px;
}
.comment_hidden{
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
    width: 366px;
    min-height: 94px;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding:0;
}
.comment_wrp .mCSB_draggerRail{ background: transparent !important; }
.comment_wrp .mCustomScrollBox{ overflow: visible !important; }

.comment_txt{
    margin-bottom: 10px;
    font-family: Calibri, Tahoma, Helvetica, sans-serif !important;
    font-size: 16px;
    line-height: 19px;
    color: #6f8593;
    height: 143px;
    position: relative;
    overflow: hidden;
    transition: all ease 0.3s;
}
.comment_txt.expanded{
    height: 392px;
    padding-bottom: 10px;
    margin-bottom: 0;
    padding-top: 10px;
}
.comment_txt span{
    position: absolute;
    bottom: 0;
    padding: 6px 0 6px 6px;
    display: block;
    max-height: 400px;
    white-space: pre-wrap;
    word-wrap: break-word;
    width: 264px;
}
.comment_txt span.medium{
    font-size: 20px;
    line-height: 23px;
}
.comment_txt span.big{
    font-size: 22px;
    line-height: 24px;
}
.comment_txt .comment_expand{
    position: absolute;
    bottom: 5px;
    display: none;
    height: 15px;
    background: url(../images/uploader/plusc.png) 219px center no-repeat;
    width: 100%;
    z-index: 9;
    cursor: pointer;
}
.comment_txt.expanded .comment_expand{
    background: url(../images/uploader/minus.png) 258px center no-repeat;
    bottom: 13px;
}
.comment_txt.expanded .gradt{
    position: absolute; z-index: 2;
    width: 265px; height: 28px;
    top: 0;
    background-image: url(../images/commt_gradient.png);
    background-position: center;
    background-repeat: repeat-x;
    background-size: 100% 100%;
}
.comment_txt.expanded .gradb{
    position: absolute; z-index: 2;
    width: 265px; height: 28px;
    bottom: 0;
    background-image: url(../images/commt_gradient_b.png);
    background-position: center;
    background-repeat: repeat-x;
    background-size: 100% 100%;
}
.comment_txt.expanded .mCSB_draggerRail{ background: none !important; }
.comment_txt.expanded .mCustomScrollBox{ overflow: visible !important; }
.comment_txt.expanded .mCustomScrollbar{ width: 274px; overflow: visible !important; }
.comment_txt.expanded .mCSB_container{ width: 250px; }
.unminified{
    padding: 12px 0 224px !important;
    min-height: 139px !important;
}
.minified{ 
    min-height: 0; 
    padding: 0 0 194px;
}

.input_line{
    margin-left: 102px;
    background: #ededed;
    border-radius: 6px;
    width: 520px;
    position: relative;
    font-family: Calibri, Tahoma, Helvetica, sans-serif;
}
.input_line .comment_btn{
    position: absolute;
    right: 0; top: 0;
    height: 44px; width: 62px;
    border-left: 2px solid #c1cbd1;
    background: url(../images/comm_passive.png) center 17px no-repeat #dee2e5;
    border-radius: 0 6px 6px 0;
    transition: all ease 0.3s;
    cursor: pointer;
    opacity: 0.7;
}
.input_line .comment_btn:hover{ opacity: 1; }
.input_line .comment_btn.cm_active{
    background: url(../images/comm_active.png) center 17px no-repeat #dee2e5;
    opacity: 1;
}
.input_line .comment_btn span{
    padding-top: 3px;
    font-size: 10px;
    font-family: Calibri, Tahoma, Helvetica, sans-serif;
    display: block;
    text-align: center;
    color: #919393;
}
.input_line .comment_btn span.warning{
    color: #e0317f;
}
.input_caption{
    padding: 6px 10px;
    margin-left: 210px;
    background: none !important;
    text-transform: uppercase;
    color: #8a8a8a;
    font-family: CalibriBold, Tahoma, Helvetica, sans-serif;
}
.input_caption.light{
    font-size: 9px;
    margin-left: 200px;
    margin-bottom: 12px;
}
.input_caption.light b{
    font-size: 12px;
    font-weight: normal;
    font-family: CalibriBold, Tahoma, Helvetica, sans-serif;
}
.input_line label{
    border-radius: 6px 0 0 6px;
    width: 94px;
    padding: 9px 8px 8px 0;
    background: #dfdfdf;
    color: #88a5b7;
    font-size: 22px;
    font-family: Calibri, Tahoma, Helvetica, sans-serif;
    text-align: right;
    display: inline-block;
    border-right: 1px dotted #ccc;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.input_line input[type="text"]{
    font-size: 26px;
    font-family: Calibri, Tahoma, Helvetica, sans-serif;
    border: 0;
    background: none;
    padding: 3px 10px;
    color: #999;
    outline: 0;
    width: 330px;
}
.input_line input[type="radio"]{
    display: none;
}
.input_line input[type="radio"] + label{
    background: none !important;
    text-transform: uppercase;
    color: #8a8a8a;
    font-family: CalibriBold, Tahoma, Helvetica, sans-serif;
    font-size: 9px;
    width: auto;
    letter-spacing: 0;
    padding: 0;
}
.input_line input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    height: 11px;
    width: 11px;
    margin: 0 1px 0 6px;
    vertical-align: middle;
    background-image: url(../images/radio_empty.png);
    background-repeat: no-repeat;
}

.input_line input[type="radio"]:checked + label:before {
    background-image: url(../images/radio_choose.png);
}

.input_line input[type="radio"]:disabled + label {
    color: #9f9f9f;
}

#send_from{ width: 315px !important; }
.input_line button{
    width: 65px;
    height: 46px;
    display: inline-block;
    background: url(../images/uploader/send.png) center 12px no-repeat;
    border: 0;
    outline: 0;
    float: right;
    opacity: 0.3;
    transition: all ease 0.3s;
}
.input_line button.cansend{ cursor: pointer; opacity: 0.7; }
.input_line button.cansend:hover{ opacity: 1; }
.input_line button.sending{ opacity: 1; background: url(../images/uploader/loader.gif) center 8px no-repeat; }
.input_line input::-webkit-input-placeholder{ color:#d4d4d5; }
.input_line input:-moz-placeholder{ color:#d4d4d5; }
.input_line input:-ms-input-placeholder{ color:#d4d4d5; }
.input_line .placeholder{ color:#d4d4d5 !important; }
.input_line .input_error{
    display: none;
    position: absolute;
    width: 300px;
    height: 46px;
    right: -340px;
    padding-left: 30px;
    background: url(../images/uploader/error.png) center left no-repeat;
}
.input_line .input_error span{
    display: table-cell;
    vertical-align: middle;
    color: #ededed;
    font-family: Calibri, Tahoma, Helvetica, sans-serif;
    font-size: 12px;
}
.input_info{
    padding: 0 22px;
    margin-left: 206px;
    color: #abb3b8;
    font-size: 26px;
    font-weight: lighter;
    font-family: Calibri, Tahoma, Helvetica, sans-serif;
}
.input_info .sended_address{
    color: #88a5b7;
    font-size: 22px;
}

#sms_status{
    padding-top: 20px;
    font-size: 16px;
}
#sms_status span{ color: #999; }
#sms_status span.sms_error{ color: #C00; }
#sms_status span.sms_ok{ color: #62a21f; }

.inactive{
    opacity: 0.4 !important;
}
.group,
.password,
.changedir{
    display: inline-block;
    margin-left: 6px;
    padding-left: 6px;
    height: 14px;
    vertical-align: middle;
    cursor: pointer;
    border-left: 1px solid #777;
    font-family: Calibri, Tahoma, Helvetica, sans-serif;
}
.group{ display: none; }
.group div,
.password div,
.changedir div{
    transition: all ease 0.3s;
}
.period_bg,
.group .gr_open,
.password .pass_open,
.changedir .dir_abc{
    background: url(../images/uploader/pass_open.png) center no-repeat;
    width: 15px;
    height: 14px;
    opacity: 0.6;
    display: inline-block;
    padding: 0; margin: 0;
}
.group .gr_open{ background: url(../images/uploader/single_active.png) center no-repeat; }

.group .gr_close,
.password .pass_close,
.changedir .dir_num{
    background: url(../images/uploader/pass_closed.png) center no-repeat;
    width: 15px;
    height: 14px;
    opacity: 0.6;
    display: inline-block;
    padding: 0; margin: 0;
}
.group .gr_close{ background: url(../images/uploader/mass_active.png) center no-repeat; width: 22px; }

.group .gr_active,
.password .pass_active,
.changedir .dir_active{ opacity: 1; }
.group .gr_slider,
.password .pass_slider,
.changedir .dir_slider{
    background: url(../images/uploader/pass_slider.png) no-repeat #efefef;
    background-position: 1px center;
    width: 30px;
    height: 7px;
    display: inline-block;
    padding: 1px; margin: 2px;
    border-radius: 3px;
}
.group .gr_slider_right,
.password .pass_slider_right,
.changedir .dir_slider_right{
    background-position: 15px center;
}
.period_bg,
.changedir .dir_abc,
.changedir .dir_num{
    background: none;
    width: 21px;
    line-height: 14px;
    vertical-align: top;
    padding-top: 1px;
}
.period_bg{
    background: url(../images/uploader/period_bg.png) center no-repeat;
}
.changedir .dir_slider{
    margin: 3px;
}
/*********************************************/

/******** FOOTER *****************************/
#footer{
    background: #525252; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyNTI1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjNGU0ZTRlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYzNjM2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #525252 0%, #4e4e4e 7%, #636363 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525252), color-stop(7%,#4e4e4e), color-stop(100%,#636363)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #525252 0%,#4e4e4e 7%,#636363 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #525252 0%,#4e4e4e 7%,#636363 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #525252 0%,#4e4e4e 7%,#636363 100%); /* IE10+ */
    background: linear-gradient(to bottom, #525252 0%,#4e4e4e 7%,#636363 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#636363',GradientType=0 ); /* IE6-8 */
}
#footer .container{
    -webkit-transform: translateZ(0px);
    padding:42px 228px 60px;
    width:567px;
    background: transparent !important;
    position: relative;
    color: #dbdbdb;
    font-size: 11px;
    font-family: Calibri, Tahoma, Helvetica, sans-serif;
}
#footer h1{ font-size: 11px !important; font-weight: normal !important; }

#footer2 .shadow-cut {
    overflow: hidden;
}
#footer2{
	background:#eaeaea;
}
#footer2 .shadow-cut .container{
    background:#eaeaea;
    padding: 39px 82px 80px 213px;
    width:718px !important;
    //box-shadow: 0 0 20px 0 #e0e0e0;
}

.footer-services{
    display: block;
    margin: 0; padding-left: 3px;
}
.footer-services li{
    display: inline-block;
    margin: 0;
    padding: 0 6px 0 7px;
    height: 9px;
    position: relative;
}
.footer-services li+li{
    border-left: 1px solid #adadad;
}

.footer-services li a{
    color: #adadad;
    text-decoration: none;
    float: left;
    margin-top: -4px;
    transition: color 0.3s;
}
.footer-services li a:hover{
    color: #767676;
}

.footer-logo{
	background:url(../images/inetcom-logo.png) no-repeat;
	width:270px;
	height:65px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
        margin-bottom: 8px;
}
.footer-logo a{
	height:100%;
	display:block;
}

.footer-projects{
    display: block;
    margin: 16px 0 0 0; padding: 0;
    float: right;
}
.footer-projects li{
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}
.footer-projects li+li{
    border-left: 1px dotted #adadad;
}
.footer-projects li a{
    display: block;
    width: 74px;
    height: 47px;
    transition: background 0.3s;
}
.footer-projects li a.cams{ background: url(../images/projects/nabludatel.png) no-repeat; width: 96px !important; }
.footer-projects li a.cams:hover{ background: url(../images/projects/nabludatel-hover.png) no-repeat; }
.footer-projects li a.dmf{ background: url(../images/projects/dmf.png) no-repeat; }
.footer-projects li a.dmf:hover{ background: url(../images/projects/dmf-hover.png) no-repeat; }
.footer-projects li a.otl{ background: url(../images/projects/otl.png) no-repeat; }
.footer-projects li a.otl:hover{ background: url(../images/projects/otl-hover.png) no-repeat; }
.footer-projects li a.tv{ background: url(../images/projects/tv.png) no-repeat; }
.footer-projects li a.tv:hover{ background: url(../images/projects/tv-hover.png) no-repeat; }
.footer-projects li a.smart{ background: url(../images/projects/smart.png) no-repeat; width: 92px !important; }
.footer-projects li a.smart:hover{ background: url(../images/projects/smart-hover.png) no-repeat; }

.footer-socials{
    display: block;
    margin: 1px 0 0 -149px; padding: 0;
    position: absolute;
}
.footer-socials li{
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 0;
    position: relative;
}
.footer-socials li a{
    display: block;
    width: 40px;
    height: 35px;
    transition: background 0.3s;
}

.footer-socials li a.fb{ background: url(../images/social/fb.png) no-repeat; }
.footer-socials li a.fb:hover{ background: url(../images/social/fb-hover.png) no-repeat; }
.footer-socials li a.vk{ background: url(../images/social/vk.png) no-repeat; }
.footer-socials li a.vk:hover{ background: url(../images/social/vk-hover.png) no-repeat; }
.footer-socials li a.tw{ background: url(../images/social/tw.png) no-repeat; }
.footer-socials li a.tw:hover{ background: url(../images/social/tw-hover.png) no-repeat; }

.selector-footer{
    position: absolute;
    display: block;
    width: 100%;
    height: 25px;
    z-index: 999;
    top: 0px !important;
}
.selector-footer a{
    position: relative !important;
    margin-left: 0 !important;
    background: #87a4b7 !important;
    box-shadow: -1px 1px 1px 0 #555 !important;
    color: #d6d6d6;
    padding: 4px 10px !important;
    font-size: 9px !important;
    text-transform: uppercase;
    top: 1px !important;
}
.selector-footer a.help-button{
    margin-right: 5px;
    margin-left: 330px !important;
    background: #789ab1 !important;
}
.selector-footer .up_layer{
    background: #eaeaea;
    opacity: 0.9;
    width: 100%;
    height: 60px;
    position: absolute;
    top:25px;
    z-index: 99;
    display: none;
}
/*********************************************/

/******** HELP *******************************/
.help_close{
    top: 10px;
    left: 50%;
    margin-left: 440px;
    z-index: 999;
}
#help{
    padding-top: 25px;
    display: none;
}
#help .help_wrap{
    background: #eaeaea;
}
#help .help_wrap .container{
    padding: 120px 0 60px;
    width: 1023px;
    color: #5b5f62;
    font-size: 20px;
    font-family: "MyriadPro-Light";
    overflow: visible;
}
#help .help_wrap .container a{
    text-decoration: none;
    color: #5b5f62;
}
#help .help_wrap .container a:hover{
    border-bottom: 1px solid #999;
}
#help .help_wrap .container .h_blue{
    color: #319dd7;
    font-size: 36px;
    display: block;
    padding-bottom: 20px;
}
#help .help_wrap .container .h_green{
    color: #93ac7f;
    font-size: 24px;
}
#help .help_wrap .container .h_small{
    font-size: 16px;
}
#help .help_wrap .container .stage1{
    background: url(../images/help/line_1.png) center bottom no-repeat;
    display: block;
    padding-bottom: 110px;
    transition: all ease 0.3s;
}
#help .help_wrap .container .stage1 .s1_right{
    float: right;
    width: 440px;
}
#help .help_wrap .container .stage1 .s1_left{
    float: left;
    width: 400px;
    margin-left: 90px;
}
#help .help_wrap .container .stage1 .s1_drop1{
    background: url(../images/help/dmf.png) left center no-repeat;
    display: block;
    height: 220px;
    margin-left: -150px;
}
#help .help_wrap .container .stage1 .s1_drop2{
    background: url(../images/help/folders_files.png) right -10px no-repeat;
    padding-bottom: 50px;
}
#help .help_wrap .container .stage1 .s1_drop3{
    padding-top: 20px;
    background: url(../images/help/paste_image.png) 290px -10px no-repeat;
    padding-bottom: 60px;
}
#help .help_wrap .container .stage1 .s1_drop3_mac{
    background: url(../images/help/cmd_v.png) 290px -10px no-repeat;
}
#help .help_wrap .container .stage1 .s1_drop4{
    background: url(../images/help/avi_file.png) 305px 10px no-repeat;
    padding-bottom: 40px;
}
#help .help_wrap .container .stage1 .s1_size{
    background: url(../images/help/14_50.png) left bottom no-repeat;
    margin-left: -150px;
    padding-left: 150px;
    padding-top: 50px;
    color: #7691a5;
    font-size: 22px;
}

#help .help_wrap .container .stage2{
    background: url(../images/help/line_2.png) center bottom no-repeat;
    display: block;
    padding-bottom: 80px;
    padding-left: 90px;
    margin-top: 55px;
    position: relative;
    transition: all ease 0.3s;
}
#help .help_wrap .container .stage2 .s2_clock{
    background: url(../images/help/clock.png) center no-repeat;
    width: 135px;
    height: 135px;
    position: absolute;
    left: -70px;
    top: -25px;
}
#help .help_wrap .container .stage2 .s2_drop1{
    padding: 15px 0;
    line-height: 28px;
    background: url(../images/help/sms_email.png) 492px top no-repeat;
}
#help .help_wrap .container .stage2 .s2_drop2{
    padding: 30px 0 55px;
    line-height: 28px;
    background: url(../images/help/copy_social.sir.png) 492px 35px no-repeat;
}
#help .help_wrap .container .stage2 .s2_link{
    color: #7691a5;
    background: url(../images/help/head.png) left 25px no-repeat;
    margin-left: -120px;
    padding-left: 120px;
    display: block;
    font-size: 22px;
}
#help .help_wrap .container .stage2 .s2_link a{
    display: block;
    padding: 20px 0 10px;
    background: url(../images/help/url.png) left center no-repeat;
    height: 39px;
    width: 292px;
    border: 0 !important;
}
#help .help_wrap .container .stage3{
    background: url(../images/help/line_3.png) center bottom no-repeat;
    display: block;
    padding-bottom: 100px;
    padding-left: 90px;
    margin-top: 55px;
    position: relative;
    transition: all ease 0.3s;
}
#help .help_wrap .container .stage3 .s3_right{
    float: right;
    width: 330px;
    color: #7691a5;
    font-size: 22px;
    padding-left: 125px;
    margin-top: -15px;
    padding-top: 15px;
    background: url(../images/help/scull.png) left top no-repeat;
}
#help .help_wrap .container .stage3 .s3_left{
    float: left;
    width: 400px;    
    background: url(../images/help/key.png) 10px bottom no-repeat;
}
#help .help_wrap .container .stage3 span{
    display: block;
    line-height: 28px;
    padding-bottom: 80px;
    background: url(../images/help/1_download.png) 130px 130px no-repeat;
    
}
#help .help_wrap .container .stage3 .h_blue{
    padding-bottom: 10px;
}
#help .help_wrap .container .stage4{
    background: url(../images/help/line_4.png) center bottom no-repeat;
    display: block;
    padding-bottom: 15px;
    padding-left: 90px;
    margin-top: 55px;
    position: relative;
    transition: all ease 0.3s;
}
#help .help_wrap .container .stage4 .s4_drop1,
#help .help_wrap .container .stage4 .s4_m3{
    float: left;
    width: 400px;
    height: 540px;
    background: url(../images/help/smart_tv.png) 0 355px no-repeat;
}
#help .help_wrap .container .stage4 .s4_m3{
    background: none;
    height: 500px;
}
#help .help_wrap .container .stage4 .s4_right{
    float: right;
    width: 460px;
    color: #7691a5;
    font-size: 24px;
    line-height: 28px;
    transition: all ease 0.3s;
}
#help .help_wrap .container .stage4 .s4_rarrow{
    padding: 0;
    display: inline-block;
    background: url(../images/help/rarrow.png) center no-repeat;
    width: 27px; height: 19px;
    vertical-align: middle;
}
#help .help_wrap .container .stage4 .s4_m1{
    font-size: 16px;
    line-height: 20px;
    color: #5b5f62;
    padding-top: 10px;
    position: relative;
}
#help .help_wrap .container .stage4 .s4_m1 span{
    position: absolute;
    left: -10px;
    top: 6px;
    padding: 0;
}
#help .help_wrap .container .stage4 .s4_m1 .s4_m1_bg{
    background: url(../images/help/wifi.png) center no-repeat;
    width: 46px; height: 48px;
    position: absolute;
    left: -70px;
}
#help .help_wrap .container .stage4 .s4_m2{
    padding-bottom: 350px;
    background: url(../images/help/notebook.png) bottom left no-repeat;
}
#help .help_wrap .container .stage4 .s4_drop2{
    padding-bottom: 80px;
    background: url(../images/help/123.png) 260px 100px no-repeat;
}
#help .help_wrap .container .stage4 .s4_drop3{
    padding-bottom: 90px;
    background: url(../images/help/smart.png) 355px 50px no-repeat;
}
#help .help_wrap .container .stage4 .h_blue{
    padding-bottom: 10px;
}
#help .help_wrap .container .stage4 span{
    display: block;
    line-height: 28px;
    padding-bottom: 80px;
}
#help .help_wrap .container .stage4 span u{
    text-decoration: none;
    border-bottom: 1px solid #999;
}
#help .help_wrap .container .stage5{
    background: url(../images/help/line_5.png) center bottom no-repeat;
    display: block;
    padding-bottom: 15px;
    padding-left: 90px;
    margin-top: 55px;
    position: relative;
    transition: all ease 0.3s;
}
#help .help_wrap .container .stage5 .s5_right{
    float: right;
    width: 460px;
    color: #7691a5;
    font-size: 24px;
    line-height: 28px;
    transition: all ease 0.3s;
}
#help .help_wrap .container .stage5 .s5_left{
    float: left;
    width: 400px;
}
#help .help_wrap .container .stage5 .h_green{
    font-size: 36px;
    display: block;
    padding-bottom: 10px;
}
#help .help_wrap .container .stage5 span{
    display: block;
    line-height: 28px;
}
#help .help_wrap .container .stage5 .s5_dlall{
    display: block;
    background: url(../images/help/download_all.png) -35px 20px no-repeat;
    height: 116px;
}
#help .help_wrap .container .stage5 .s5_drop1{
    padding-bottom: 80px;
    background: url(../images/help/drag_out.png) 260px 10px no-repeat;
}
#help .help_wrap .container .stage5 .s5_drop2{
    padding-bottom: 90px;
    background: url(../images/help/zip.png) 280px 10px no-repeat;
}
#help .help_wrap .container .stage5 .s5_col1{
    float:left;
    width: 325px;
    padding-top: 100px;
    background: url(../images/help/mediafiles.png) left top no-repeat;
    padding-bottom: 110px;
}
#help .help_wrap .container .stage5 .s5_col2{
    float:left;
    width: 260px;
    padding-top: 100px;
    background: url(../images/help/schetchik.png) left top no-repeat;
}
#help .help_wrap .container .stage5 .s5_col3{
    float:left;
    width: 260px;
    padding-top: 100px;
    background: url(../images/help/jaloba.png) left top no-repeat;
}
#help .help_wrap .container .stage5 .h_green_small{
    font-size: 24px;
}
#help .help_wrap .container .stage6{
    display: block;
    padding-bottom: 100px;
    padding-left: 555px;
    margin-top: 55px;
    position: relative;
    background: url(../images/help/book.png) 380px 10px no-repeat;
    transition: all ease 0.3s;
}
#help .help_wrap .container .stage6 span{
    display: block;
    line-height: 28px;
}
/*********************************************/

/******** RULES ******************************/
.rules_wrapper{
    display: none;
    position: absolute;
    bottom: 345px;
    width: 100%;
    height: 373px;
    z-index:99;
}
.rules{
    padding: 0 120px;
    width: 780px;
    height: 350px;
    border-radius: 3px;
    margin: auto;
    /*box-shadow: 0 0 5px 0 #666;*/
    position: relative;
    background: url("../images/uploader/rules_bg.png") center no-repeat;
    background-size: 100%;
}
.rules_close{
    position: absolute;
    right: 35px;
    z-index: 10000;
    margin-top: 15px;
    width: 35px;
    height: 35px;
    background: url("../images/uploader/exit_blue_t.png") no-repeat;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity ease 0.3s;
}
.rules_close:hover{
    opacity: 1;
}
.rules h2{
    color: #666;
    font-size: 26px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: normal;
}
.rules .rules_message{
    padding-right: 5px;
}
.rules .rules_message li{
    color: #666;
    font-size: 12px;
    padding-top: 10px;
}
.rules .rules_message ol,
.rules .rules_message ul{
    padding-left: 20px;
}
.rules .rules_message ul{
    list-style-type: disc;
}
/*********************************************/

/******** HEADER ICONS ***********************/
.selector,
.selector-footer a{
    position: absolute;
    left: 50%;
    margin-left: 160px;
    top: -2px;
    background: #bdbdbd;
    border-radius: 0 0 8px 8px;
    padding: 4px 4px 3px;
    font-family: "Arial";
    z-index: 999;
}
.selector a,
.selector-footer a{
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 0px;
}
.selector a:hover,
.selector-footer a:hover{
    color: #e4e4e4;
}

#language-select{
    z-index: 999;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    top: -30px;
    background: #b9cad4;
    border-radius: 0 0 8px 8px;
    padding: 5px 4px 2px;
    font-family: CalibriBold, Tahoma, Helvetica, sans-serif;
}
#language-select.lang-logged{ margin-left: -300px !important; }

#language-select a,
#language-select b,
.selector a{
    display: inline-block;
    padding: 1px 1px;
    margin: 2px 3px;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #d6d6d6;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 1px;
}
#language-select a{
    background: #b1bdc4;
    color: #6d90a7;
    padding: 1px 5px;
    box-shadow: 1px 1px 2px -1px #666 inset;
    text-decoration: none;
}
#language-select a:hover{
    background: #b4c2c8;
    box-shadow: 1px 1px 2px -1px #666 inset;
}
#language-select b{
    background: #7c9cb1;
    color: #cdcdcd;
    padding: 1px 5px;
    box-shadow: 1px 1px 2px -1px #666 inset;
}

#loginWrap{
    position: absolute;
    width: 600px;
    height: 400px;
    top: 84px;
    left: 50%;
    margin-left: -300px;
    z-index: 9999;
    display: none;
}

#loginForm,
#passwordForm,
#virusThreat,
#zipWarning{
    position: absolute;
    width: 520px;
    height: 282px;
    top: 50px;
    left: 50%;
    margin-left: -400px;
    background: #e0e1e3;
    font-family: Tahoma;
    font-size: 10px;
    color: #666;
    font-family: Calibri, Tahoma, Helvetica, sans-serif;
}
#passwordForm{
    top: 143px;
    height: 210px;
}
#virusThreat,
#zipWarning{
    z-index:100;
    top: 135px;
    margin-left: -410px;
    height: 270px;
    display: none;
}
#loginForm .blue,
#passwordForm .blue,
#virusThreat .red,
#zipWarning .blue{
    color: #e0e1e3;
    font-size: 29px;
    line-height: 34px;
    background: url(../images/uploader/loginAcc.png) 35px 10px no-repeat #aac5d6;
    height: 76px;
    padding-left: 110px;
    padding-top: 8px;
}
#passwordForm .blue,
#zipWarning .blue{
    background: url(../images/uploader/lock.png) 50px 15px no-repeat #aac5d6;
    line-height: 30px;
}
#virusThreat .red{
    background: url(../images/bupic.png) 50px 15px no-repeat #d5abbf;
    padding-left: 130px;
}

#virusThreat .txt,
#zipWarning .txt{
    font-size: 18px;
    color: #849fb0;
    padding: 0 50px 0 130px;
}

#virusThreat input[type="button"],
#zipWarning input[type="button"]{
    font-size: 22px;
    color: #e0e1e3;
    background: #a5b5be;
    margin:0 auto;
    width: 100px;
    height: 40px;
    border: 0;
    border-radius: 3px;
    display: block;
    cursor: pointer;
}

#loginForm .cntr,
#passwordForm .cntr{
    text-align: center;
}

#loginForm a,
#passwordForm a{
    text-decoration: none;
    color: #999;
}
#loginForm a:hover,
#passwordForm a:hover{
    color: #777;
}

#loginForm label,
#passwordForm label{
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    width: 100px;
    text-align: right;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    color: #849fb0;
}

#loginForm input[type="text"],
#loginForm input[type="password"],
#passwordForm input[type="password"]{
    background: #ededed;
    width: 359px;
    padding: 2px 8px;
    margin: 0 10px;
    height: 41px;
    border: 0;
    outline: none;
    margin-bottom: 25px;
    border-radius: 3px;
    font-size: 18px;
    color: #999;
}
#loginForm input[type="password"],
#passwordForm input[type="password"]{
    width: 309px;
    margin: 0 0 0 10px !important;
    border-radius: 3px 0 0 3px;
}
#loginForm input[type="submit"],
#passwordForm input[type="submit"]{
    background: url(../images/uploader/send.png) center no-repeat #ededed;
    width: 50px;
    height: 45px;
    border: 0;
    display: inline-block;
    text-indent: -9999999px;
    cursor: pointer;
    outline: none;
    border-radius: 0 3px 3px 0;
    padding: 2px 8px;
    vertical-align: top;
    opacity: 0.5;
    transition: all ease 0.3s;
    
}
#loginForm input[type="submit"]:hover,
#passwordForm input[type="submit"]:hover{
  opacity: 1;
}

#loginForm .red,
#passwordForm .red{
    color: #83a4b3;
    padding: 5px 0 5px 110px;
    font-size: 18px;
    font-family: Calibri, Tahoma, Helvetica, sans-serif;
}

#loginForm a,
#passwordForm a{
    font-size: 11px;
    padding: 0 0 5px 0;
    margin-left: 111px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #acbfc5;
}

#loginForm .lbtn_exit,
#passwordForm .pbtn_exit{
    background: url(../images/uploader/exit_blue.png) center no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    opacity: 0.7;
    transition: all ease 0.3s;
}
#loginForm .lbtn_exit:hover,
#passwordForm .lbtn_exit:hover{
    opacity: 1;
}

#loginForm .disabled,
#passwordForm .disabled{
    color: #8fbdd5;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 77px;
    
}

#loginForm .lvk{
    background: url(https://dropmefiles.com/images/login_vk.png) center no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}
#loginForm .lfb{
    background: url(https://dropmefiles.com/images/login_fb.png) center no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.userlogin,
.usermenu{
    position: absolute;
    top: -24px;
    left: auto !important;
    left: 50% !important;
    margin-left: -490px;
    z-index: 1001;
}

.usermenu span{
    font-size: 11px;
    color: #999;
    display: inline-block;
    font-family: Calibri, Tahoma, Helvetica, sans-serif;
    height: 20px;
    vertical-align: middle;
    line-height: 12px;
    padding-left: 8px;
    padding-top: 2px;
    position: absolute;
    top: 24px;
}
.usermenu .login{ display: inline-block; }
.usermenu .login a,
.userlogin.login a{
    position: relative;
    height: 20px;
    line-height: 22px;
    color: #eaeaea;
    font-family: CalibriBold, Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 20px;
    display: block;
    background: url(../images/uploader/user_login.png) left center no-repeat;
}
.usermenu .logout a{
    background: url(../images/uploader/user_exit.png) left center no-repeat !important;
}

.useruploads{
    left: 50% !important;
    background: #b9cad4 !important;
    margin-left: -400px;
    top:-30px;
    font-size: 10px;
    font-family: CalibriBold, Tahoma, Helvetica, sans-serif;
}
.useruploads a{
     color: #6d90a7 !important;
}

.yupls{
    color: #6e9bb2 !important;
    font-weight: normal;
    margin: 0 0 0 15px !important;
    font-family: Geneva, Tahoma !important;
    font-size: 11px !important;
}

.user_active{
    background: #95b8cd !important;
}
.user_active a{
     color: #e2e5e7 !important;
}
/*********************************************/

/******** LIKE ICONS *************************/
div.like-layer{
    background:url(../images/like-layer.png) no-repeat;
    clear: both;
    padding-bottom: 5px;
    width: 20px;
    height: 85px;
    display: block;
    position: absolute;
    top: 44px;
    right: 0;
    z-index:9999;
    overflow: hidden;
}
div.like-layer-files{ top: 140px; }
div.like-layer div.button-wrapper{
    width: 24px;
    height: 50px;
    margin: 5px 0px 0px 25px;
}
.like-layer div.button-wrapper a{
    margin-bottom: 2px;
    cursor: pointer;
}
div.button-wrapper a.share-fb{
    background:url(../images/share-fb.png) no-repeat;
    width: 24px;
    height: 24px;
    display:block;
}
div.button-wrapper a.share-vk{
    background:url(../images/share-vk.png) no-repeat;
    width: 24px;
    height: 24px;
    display:block;
}
div.button-wrapper a.share-tweet{
    background:url(../images/share-tweet.png) no-repeat;
    width: 24px;
    height: 24px;
    display:block;
}
/*********************************************/

/******** SHADOW *****************************/
.dropzone_shadow {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(50% 50%, 100% 400%, rgba(0,0,0,0) 10%, rgba(0,0,0,0.3) 100%);
    background: radial-gradient(ellipse 100% 400% at 50% 50%, rgba(0,0,0,0) 10%, rgba(0,0,0,0.3) 100%);
    opacity: 0.2;
    transition: all ease 0.3s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}
.dropzone_shadow_drop
{  
    opacity: 1;
}
/*********************************************/

/******** PREVIEWS ***************************/
.swiper-container .swiper-btn-prev {
    left: 0;
    background: url(../images/uploader/p_arrow_left.png) center no-repeat #d5d5d5;
}
.swiper-container .swiper-btn-prev:hover,
.swiper-container .swiper-btn-prev:focus {
    background-color: #ccc;
    background-position: center center;
}
.swiper-container .swiper-btn-next {
    right: 0;
    background: url(../images/uploader/p_arrow_right.png) center no-repeat #d5d5d5;
}
.swiper-container .swiper-btn-next:hover,
.swiper-container .swiper-btn-next:focus {
    background-color: #ccc;
    background-position: center center;
}
.swiper-container .swiper-controls-direction a {
    position: absolute;
    top: 0;
    margin-top: inherit;
    outline: 0;
    width: 11px;
    height: 100%;
    text-indent: -9999px;
    z-index: 9999;
    transition: all ease 0.3s;
}
.swiper-container .swiper-controls-direction a.swiper-button-disabled {
    display: none;
}

.preview_tbl{
    width: 610px;
    display: table-cell;
    text-align: center;
    padding-top: 150px;
    position: absolute;
    top: 0; left: -20px;
    height: 100%;
    vertical-align: middle;
}
.preview_tbl_many{ padding-top: 8px !important; }
.preview_tbl_music{ padding-top: 185px !important; }
.preview_tbl_music_full{ padding-top: 117px !important; }
.preview_tbl_imusic{ padding-top: 60px !important; }

.p_images_big,
.p_images_small{
    width: 560px;
    height: 414px;
    margin: 40px 0;
    position: relative;
    display: inline-block;
    background: #e1e1e1;
}
.p_images_big img{
    width: 100%;
    left: 0px;
    position: absolute;
}
.p_images_small{
    height: 234px !important;
    margin: 0 !important;
}
.p_images_small ul li div.plist{
    height: 214px !important;
    width: 180px !important;
    overflow: hidden !important;
    /*position: relative;*/
}
.p_images_big ul li i,
.p_images_small ul li i{
    margin: auto !important;
    padding: 0;
    width: 160px;
    height: 160px;
    position: relative !important;
    outline: 1px solid #fff;
    display: block;
    overflow: hidden;
    background: #fff;
}
.p_images_small ul li img{
    position: absolute;
    outline: none !important;
    top: 0; left: 0;
    max-width: none !important;
    max-height: none !important;
}

.p_music{
    height: 134px !important;
    margin: 10px 0 40px !important;
    overflow: hidden;
    position: relative;
    display: inline-block;
    background: #e1e1e1;
}

.p_videos_small,
.p_videos_small_extra,
.p_music_small{
    height: 223px;
    margin: 10px 0 40px !important;
}
.p_videos_small ul li div.plist,
.p_videos_small_extra ul li div.plist{
    height: 90% !important;
    
}
.p_music_small ul li div.plist,
.p_music ul li div.plist{
    height: 95px !important;
    display: block !important;
    margin-top: 10px;
}

/*.p_videos_small_extra video,
.p_videos_small video{
    width: 360px !important;
    max-height: 200px !important;
    background: #000;
}
video:-webkit-full-screen,
video:-o-full-screen,
video:-moz-full-screen{ max-height: 100% !important; outline: none !important; }*/

.p_videos_small_extra{
    height: 360px;
    display: inline-block;
    width: 610px !important;
    overflow: hidden;
    margin: 40px 0;
    position: relative;
    background: #e1e1e1;
}

.video_with_music{
    width: 418px !important;
    height: 258px !important;
}

.p_music_small{
    height: 258px;
    display: inline-block !important;
    margin-left: 10px !important;
    width: 178px !important;
    overflow: hidden;
    margin: 40px 0;
    position: relative;
    display: inline-block;
    background: #e1e1e1;
}
.p_music_small ul,
.p_music.p_music_full ul,
.p_videos_small_extra.video_with_music ul{ height: 258px !important; }
.p_music ul{ height: 134px !important; }

.p_images .audio{
    width: 120px !important;
    background: none !important;
    outline: none !important;
    overflow: hidden;
}

#audioplayer{
    width: 0; height: 0; position: absolute; z-index: -1; opacity: 0;
}

.audiojs{
    width: 145px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.audiojs.play{ background: url(../images/uploader/audio_play.png) center no-repeat; /*position: absolute;*/ top: 0; display: block; }
.audiojs.pause{ background: url(../images/uploader/audio_pause.png) center no-repeat; /*position: absolute;*/ top: 0; display: block; }
.audio-scrubber,
.audio-time,
.audio-error-message{ display: none; }
/*.audiojs audio { position: absolute; left: -1px; }*/

.video-js{
    margin-left: auto;
    margin-right: auto;
    width: 560px !important;
    height: 315px !important;
    display: block;
    background-size: 100% 100%;
}
.video-js.converting_ru{ background: url(../images/uploader/video_converting.jpg) center no-repeat; }
.video-js.conv_error_ru{ background: url(../images/uploader/video_error.jpg) center no-repeat; }
.video-js.conv_play_ru{ background: url(../images/uploader/video_play_ru.jpg) center no-repeat; }
.video-js.converting_en{ background: url(../images/uploader/video_converting_en.jpg) center no-repeat; }
.video-js.conv_error_en{ background: url(../images/uploader/video_error_en.jpg) center no-repeat; }
.video-js.conv_play_en{ background: url(../images/uploader/video_play_en.jpg) center no-repeat; }
.video-js video{
    width: 560px !important;
    height: 315px !important;
    border: 0;
    background: #000;
}

.video_with_music .video-js{
    width: 360px !important;
    height: 200px !important;
    background-size: 100%;
}
.video_with_music video{
    width: 360px !important;
    height: 200px !important;
}

.videoPlayed{
    /*background: url(../images/uploader/loader.gif) center no-repeat #eaeaea;*/
    background: #eaeaea;
}

.vjs-fullscreen-control { display: none; }
.vjs-volume-control{ padding-right: 20px !important; }
.vjs-big-play-button{
    background: url(../images/uploader/audio_play.png) center no-repeat #efefef !important;
    width: 60px !important; height: 60px !important;
    top: 50% !important; left: 50% !important;
    margin-left: -30px !important;
    margin-top: -30px !important;
    border: 0 !important;
    border-radius: 30px !important;
    padding: 0 !important;
}
.vjs-big-play-button{ display:none !important; }
.vjs-has-started .vjs-poster{ display:none; }
.vjs-paused .vjs-poster,
.vjs-ended .vjs-poster{ display:block !important; }
.vjs-paused .vjs-control-bar,
.vjs-ended .vjs-control-bar{ display:none !important; }

.p_images_one{
    max-width: 180px !important;
    width: 180px !important;
    /*padding: 0 10px;*/
}
.p_images_two{
    max-width: 370px !important;
    width: 370px !important;
    /*padding: 0 10px;*/
}
.p_music_one{ width: 145px !important; }
.p_music_two{ width: 290px !important; }
.p_music_three{ width: 435px !important; }
.p_music_four{ width: 580px !important; }
.p_music_full{
    width: 580px !important;
    height: 258px !important;
}
/* отступы в окне предпросмотра изображений */
.swiper-container.p_music {
    padding: 0 15px;
}

.p_images ul{
    list-style: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.p_images ul li{
    width: 100%;
    height: 100%;
    display: table;
}
.p_images ul li div.plist{
    width: 100%;
    height: 394px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    /*position: relative;*/
    padding-bottom: 20px;
}
.p_music ul li div.plist,
.p_music_small ul li div.plist {
    position: relative;
}
.p_images ul li div.plist b{
    position: absolute;
    bottom: 12px;
    left: 0;
    font-weight: normal;
    text-align: center;
    display: block;
    width: 100%;
    color: #7c7b7b;
    font-size: 12px;
    font-family: Calibri, Tahoma, Helvetica, sans-serif;
    
}
.p_music ul li div.plist b{text-align: center !important;}
.p_images_small ul li div.plist b{
    bottom: 20px;
    left: 50%;
    font-weight: normal;
    text-align: left;
    width: 156px;
    margin-left: -78px;
}
.p_videos_small_extra ul li div.plist{
    padding-bottom: 30px;
}
.p_videos_small_extra ul li div.plist b{
    text-align: left;
    padding-left: 32px;
}
.p_images ul li img{
    text-align: center;
    vertical-align: middle;
    outline: 1px solid #fff;
}
.p_images_big ul li i{
    width: 560px;
    height: 360px;
}
.p_images_big ul l b{
    text-align: left !important;
    padding-left: 18px;
}
/* отступы в окне предпросмотра изображений */
.swiper-container.p_images_big,
.swiper-container.p_images_small {
    padding: 0 25px;
}
.swiper-container {
    vertical-align: top;
}
.swiper-lazy-preloader-gray {
    --swiper-preloader-color: #eaeaea;
}
/*********************************************/

/******** CAPTCHA ****************************/
#captcha_wrapper{
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: none;
}

#captcha_box{
    width: 520px;
    height: 280px;
    top: 20%;
    left: 50%;
    margin-left:-260px;
    background: #e0e1e3;
    display: block;
    position: relative;
    text-align: center;
    color: #85a3b6;
    font-size: 11px;
    box-shadow: 0 0px 10px 0 #111;
    font-family: Calibri, Tahoma, Helvetica, sans-serif;
}

#captcha_box #recaptcha_image{
    margin: 20px 20px 10px;
    height: 105px;
    background: #fff;
    overflow: hidden;
}
#captcha_box .recaptcha_input{
    margin-top: 15px;
    display: block;
}
#captcha_box .recaptcha_only_if_image{
    font-size: 22px;
}
#captcha_box #recaptcha_response_field{
    background: #ededed;
    width: 233px;
    padding: 2px 8px;
    margin: 0 0 0 10px;
    height: 45px;
    border: 0;
    outline: none;
    border-radius: 3px 0 0 3px;
    font-size: 18px;
    color: #999;
}

#captcha_box #verify_trigger{
    background: url(../images/uploader/send.png) center no-repeat #ededed;
    width: 50px;
    height: 45px;
    border: 0;
    display: inline-block;
    text-indent: -9999999px;
    cursor: pointer;
    outline: none;
    border-radius: 0 3px 3px 0;
    padding: 2px 8px;
    vertical-align: top;
    opacity: 0.5;
    transition: all ease 0.3s;
}

#captcha_box #verify_trigger:hover{
    opacity: 1;
}

#captcha_box #recaptcha_only_if_incorrect_sol{
    display: none;
    float: left;
    height: 16px;
    margin-left: 21px;
    font-size: 14px;
}

#captcha_box #creload{
    float: right;
    display: inline-block;
    margin-right: 21px;
    width: 23px;
    height: 16px;
    background: url('../assets/securimage/images/refresh.png') no-repeat;
    vertical-align: middle;
}

#captcha_box .cheader{
    background: #aac5d5;
    height: 45px;
    display: block;
    color: #e0e1e3;
    line-height: 45px;
    font-size: 22px;
    text-align: left;
    padding: 0 10px;
}
/*********************************************/
#notifyUpload{
    top: 330px;
    margin-left: -420px;
}
#notifyUpload2{
    top: 330px;
    margin-left: -441px;
}
#notifyPeriod0{
    top: 427px;
    margin-left: -283px;
}
#notifyPeriod1{
    top: 455px;
    margin-left: -203px;
}
#notifyPeriodDis{
    top: 468px;
    margin-left: -109px;
}
#notifyPasswd{
    top: 469px;
    margin-left: -49px;//-56px;
}
#notifyDigit{
    top: 455px;
    margin-left: 46px;//39px;
    width: 252px;
}
#notifyLogin{
    top: 40px;
    margin-left: -481px;
    z-index: 9999;
}
#notifyKomy{
    top: 612px;
    margin-left: -383px;
}
#notifyComment{
    top: 612px;
    margin-left: 58px;
}
#notifySocial{
    top: 518px;
    margin-left: 26px;
}
#notifyLike{
    top: 50px;
    left: auto;
    right: 65px;
}
#notifySize{
    top: 74px;
    margin-left: -260px;
}
#notifyCounter{
    top: 697px;
    margin-left: -156px;
}
#notifyFiles{
    top: 238px;
    margin-left: 176px;
}
#notifyImgprev{
    top: -55px !important;
    left: 65px;
    text-align: left;
}
#notifyDownld{
    bottom: -78px !important;
    left: 18px;
    text-align: left;
}

#notifySpecial1{
    width: 257px;
    top: 355px;
    margin-left: 148px;
}
#notifySpecial1 .nImage{
    background: url(../images/dmftv.png) no-repeat;
    width: 136px;
    height: 28px;
    display: block;
}

#notifyLoop1,
#notifyLoop2,
#notifyLoop4,
#notifyLoop5,
#notifyLoop6{
    width: 243px;
    height: 74px;
    top: 783px;
    margin-left: 110px;
    position: absolute;
}

.notifyOne{ width: 214px !important; }
.notification{
    border: 1px solid #9e9e9e;
    padding: 8px 10px;
    line-height: 14px;
    
    background: #dbdbdb; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #ecebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ecebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ecebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f2f2 0%,#ecebeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f2f2 0%,#ecebeb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f2f2 0%,#ecebeb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ecebeb',GradientType=0 ); /* IE6-9 */
    
    position: absolute;
    border-radius: 3px;
    z-index: 1000;
    left: 50%;
    font-family: Calibri, Tahoma, Helvetica, sans-serif;
    width: 235px;
}
.notification .iImage{
    background: url(../images/idea.png) center no-repeat;
    margin: 2px 4px 0 0;
    width: 68px;
    height: 68px;
    display: block;
    float: left;
}
.notification .nClose{
    background-image: url(../images/uploader/exit.png);
    background-size: 100% 100%;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 4px;
    top: 4px;
}
.notification a{
    text-decoration: none;
    color: #53bde3;
}
.notification .nTitle{
    color: #647b8a;
    font-size: 14px;
    display: block;
    line-height: 16px;
}
.notification .nContent{
    color: #383838;
    font-size: 12px;
    display: block;
}
.notification .nArrow{
    position: absolute;
    width:0; height:0;
    border-top: 14px solid #9e9e9e;
    border-right: 14px solid transparent;
    bottom:-14px;
    left: 10px;
}
.notification .nArrow .nArrowBg{
    position: absolute;
    width:0; height:0;
    left:1px; top:-14px;
    border-top: 12px solid #ecebeb;
    border-right: 12px solid transparent;
}
.notification .ntrArrow{
    position: absolute;
    width:0; height:0;
    border-bottom: 14px solid #9e9e9e;
    border-left: 14px solid transparent;
    top:-14px;
    right: 10px;
}
.notification .ntrArrow .ntrArrowBg{
    position: absolute;
    width:0; height:0;
    right: 1px; bottom: -14px;
    border-bottom: 12px solid #f2f2f2;
    border-left: 12px solid transparent;
}

.notification .ntlArrow{
    position: absolute;
    width:0; height:0;
    border-bottom: 14px solid #9e9e9e;
    border-right: 14px solid transparent;
    top:-14px;
    left: 10px;
}
.notification .ntlArrow .ntlArrowBg{
    position: absolute;
    width:0; height:0;
    left: 1px; bottom: -14px;
    border-bottom: 12px solid #f2f2f2;
    border-right: 12px solid transparent;
}

.notification .nrArrow{
    position: absolute;
    width:0; height:0;
    border-top: 14px solid #9e9e9e;
    border-left: 14px solid transparent;
    bottom:-14px;
    right: 10px;
}
.notification .nrArrow .nrArrowBg{
    position: absolute;
    width:0; height:0;
    right: 1px; top: -14px;
    border-top: 12px solid #ecebeb;
    border-left: 12px solid transparent;
}

.smart_bnr{
    display: block;
    width: 100%;
    height: 86px;
    margin-top: 3px;
    background: url(../images/smart_tv.jpg) top center no-repeat #dae1e5;
}
.google_bnr{
    display: block;
    width: 100%;
    height: 90px;
    margin-top: 23px;
    text-align: center;
    position: absolute;
    z-index: 9000;
    transition: all ease 0.3s;
}
#dropzone.bnr{
    padding-top: 113px;
    transition: all ease 0.3s;
}

.tilt_debug{
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px;
    background: rgba(255,255,255,0.7);
    color: #111;
    font-size: 10px;
    z-index: 1000;
    width: 220px;
}
.tilt_debug span{ font-weight: bold; }


.h5vwrapper{
    position:relative;
}
.h5vcaption{
    position:absolute;
    width:100px;
    height:20px;
    background-color:#000000;
    color:#ffffff;
    font-size:12px;
    font-family:Arial;
    text-align:center;
    border-radius:5px;
    top:40px;
    padding-top:5px;
}