/* reset */

*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
html, body, div, span, applet, object, iframe, input, select, textarea, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small,
strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit;
font-size:100%; font-family:inherit; vertical-align:baseline; line-height: 1.25;}
:focus {outline:0;outline-color:transparent;}
ol, ul {list-style:none;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
.clear {clear:both;height:0;overflow:hidden;}


/* main */

body {
    font-size: 15px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #666666;
    background-color: #FCFCFC;
    background-image: url(/images/grey_noise1.png);
}
a {
    color: #0071B3;
    text-decoration: none;
}
a:hover, a:focus {
    color: #018FE2;
    text-decoration: underline;
}
.wrapper {
    padding: 20px 0;
}
.width {
    max-width: 900px;
    min-width: 360px;
    margin-right: auto;
    margin-left: auto;
}
.width800 {
    max-width: 800px;
}
.narrow-width {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
#main-wrapper {
    background-color: #FFFFFF;
    box-shadow: 0 0 0 3px #E1E1E1;
}
#top-wrapper {
    position: relative;
    height: 165px;
}
#logo {
    display: block;
    padding-top: 20px;
    text-align: center;
    color: #e6007e;
    font-size: 60px;
    letter-spacing: -4px;
    text-shadow: -4px 1px 0 #dbdbdb;
    font-weight: bold;
}
#logo:hover {
    text-decoration: none;
}
#logo-arrows {
    color: #000000;
}
#slogan {
    text-align: center;
}
#slogan h1 {
    color: #000000;
    display: block;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#main {
    background-color: #FFFFFF;
    position: relative;
}
#tagline {
    margin: 0 auto;
    text-align: center;
}
#tagline span { 
    padding: 3px 0;
    line-height: 150%;
    font-size: 16px;
}
#howto-wrapper {
    padding-top: 25px;
}
#howto {
    padding: 0 5px;
}
#howto-title h2 {
    color: #000000;
    display: block;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}
#howto ul {
    margin: 10px 0;
}
#howto ul li {
    display: block;
    border-bottom: 1px dashed #B3B3B3;
    font-size: 15px;
    padding: 15px 0 15px 60px;
    min-height: 70px;
}
#howto ul li:last-child {
    border-bottom: medium none !important;
}
#howto ul li:nth-child(1) {
    background: url("/images/howto-1.png") no-repeat scroll 0 14px rgba(0, 0, 0, 0);
}
#howto ul li:nth-child(2) {
    background: url("/images/howto-2.png") no-repeat scroll 0 14px rgba(0, 0, 0, 0);
}
#howto ul li:nth-child(3) {
    background: url("/images/howto-3.png") no-repeat scroll 0 14px rgba(0, 0, 0, 0);
}
#note {
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
}
#note a {
    text-decoration: underline;
}
#main-note {
    font-size: 15px;
    margin: 20px 0 5px;
    text-align: center;
}
#main-note a {
    text-decoration: underline;
}
.plupload_file_wrapper .ui-icon {
    background-image: url("/css/ui-theme/images/ui-icons_888888_256x240.png");
}
.plupload_file_wrapper .ui-icon:hover {
    background-image: url("/css/ui-theme/images/ui-icons_454545_256x240.png");
}
.plupload_file_wrapper.ui-button-inverse .ui-icon:hover {
    background-image: url("/css/ui-theme/images/ui-icons_ffffff_256x240.png");
}
#queue {
    margin-top: 20px;
}
#header {
    margin: 10px 0 20px 0;
}
#copy {
    text-align: center;
    margin-top: 15px;
    font-size: 0.9em;
}
#copy a {
    text-decoration: underline;
}
#links a {
    text-align: center;
    margin-bottom: 20px;
    font-size: 11px;
}
#links {
    text-align: center;
    margin-bottom: 20px;
    font-size: 11px;
}
#container {
    height: 161px;
    overflow: hidden;
    position: absolute;
}
.x-pretty-alert {
    font-size: 1.2em;
    text-align: center;
    margin-top: 10px;
}
.pretty-popup {
    font-size: 13.5px;
}
.pretty-popup p {
    margin: 10px 0;
}
.status-wrapper {
    display: block;
    width: 126px;
    height: 96px;
    background-color: #FFFFFF;
}
.status-icon {
    background: transparent url(/images/status-icons.png) no-repeat scroll left top;
    display: block;
    width: 37px;
    height: 37px;
    opacity: 0.7;
    position: absolute;
    top: 10px;
    left: 45px;
    z-index: 100;
}
.status-text {
    text-align: center;
    overflow: hidden;
    color: #000000;
    font-weight: bold;
    font-size: 0.9em;
    position: absolute;
    top: 52px;
    z-index: 100;
    width: 100%;
    opacity: 0.7;
    letter-spacing: 1px;
}
.status-error {
    background-position: -2px 0px;
}
.status-settings {
    background-position: -40px 0px;
}
.status-converting {
    width: 40px;
    height: 40px;
    background-position: -78px 0px;
}
.status-waiting {
    background-position: -117px 0px;
}
.status-save {
    background-position: -155px 0px;
}
.status-delete {
    background-position: -193px 0px;
}
.status-uploading {
    background-position: -232px 0px;
}
#download-all {
    display: block;
    min-width: 160px;
    height: 33px;
    margin: 10px auto 20px auto;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
#download-all .ui-icon {
    background-image: url("ui-theme/images/ui-icons_ffffff_256x240.png");
}
.pretty-policy {
    font-size: 13.5px;
}
.pretty-policy p {
    margin: 10px 0;
}
#likeit {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}
#footer-wrapper, #footer-wrapper a {
    color: #999999;
    font-size: 0.97em;
}
#footer-langs {
    margin-top: 15px;
    text-align: center;
}
#footer-langs a, #footer-langs span {
    font-size: 0.85em;
    text-transform: uppercase;
}
#footer-langs a {
    text-decoration: underline;
}
#footer-langs span {
    font-weight: bold;
}
#format-wrapper {
    z-index: 100;
    position: absolute;
    left: 0;
    bottom: 2px;
}
#format .ui-state-active {
    cursor: default;
}
#format label {
    border-radius: 0;
    border-width: 0;
    background-color: #FFD21E;
    margin-right: 1px;
    height: 26px;
}
#format label {
    padding-right: 6px;
    padding-left: 6px;
    box-shadow: 0 0 0 1px #E1E1E1 inset;
}
#format label .ui-button-text {
    line-height: 15px;
    font-size: 13px;
}
#format .ui-state-default:hover {
    background-color: #FFFFFF;
}
#format .ui-state-active, #format .ui-state-active:hover {
    background-color: #FFD21E;
    font-weight: bold;
    color: #000000;
}
#format label.ui-state-active {
    box-shadow: none !important;
}
.custom-hr {
    border-top: 1px solid #B3B3B3;
    margin: 0 auto;
    position: relative;
    width: 40%;
}
.custom-hr-inner {
    background-color: #fcfcfc;
    border: 2px solid #B3B3B3;
    border-radius: 20px;
    height: 9px;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    position: absolute;
    width: 9px;
}
.hb {
    max-width: 728px;
    max-height: 100px;
    margin: 25px auto 30px auto;
    overflow: hidden;
}
.hs {
    width: 95%;
    max-width: 728px;
    margin: 25px auto 10px auto;
    overflow: hidden;
}
#like-it {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}


/* for jQuery UI */

.ui-widget-overlay {
    background: none !important;
}
#content .ui-widget-content {
    border: 1px solid #97C2CB;
}
.ui-slider-handle.ui-state-default {
    background-color: #D7D7D7;
    background-image: linear-gradient(#E6E6E6, #E6E6E6 25%, #D7D7D7);
}
.ui-button-success {
    background-color: #3B8C88;
    border-color: #3B8C88;
    color: #FFFFFF;
}
.ui-button-success:hover {
    background-color: #47A7A3;
    border-color: #47A7A3;
    color: #FFFFFF;
}
.ui-button-danger {
    background-color: #4765B3;
    border-color: #4765B3;
    color: #FFFFFF;
}
.ui-button-danger:hover {
    background-color: #4C6CBF;
    border-color: #4C6CBF;
    color: #FFFFFF;
}
.ui-button-inverse {
    background-color: #666666;
    border-color: #666666;
    color: #FFFFFF;
}
.ui-button-inverse:hover {
    background-color: #737373;
    border-color: #737373;
    color: #FFFFFF;
}
#carousel-prev.ui-button {
    background: transparent url(/images/left-arrow.png) center center no-repeat;
    border: none;
}
#carousel-next.ui-button {
    background: transparent url(/images/right-arrow.png) center center no-repeat;
    border: none;
}
#carousel-prev .ui-icon, #carousel-next .ui-icon {
    display: none;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 0.25;
}
#carousel .ui-state-default {
    background-color: #FFF9EE;
}
#carousel .ui-button-inverse {
    background-color: #383838;
}
.ui-dialog .ui-button-text {
    display: none !important;
}
.ui-state-active {
    cursor: pointer;
}
.ui-state-active .status-wrapper:hover {
    opacity: 0.6;
}
.ui-state-active .plupload_thumb:hover .status-icon,
.ui-state-active .plupload_thumb:hover .status-text {
    opacity: 1;
}
#carousel .ui-state-active {
    background-color: #FFF2D5;
}
#format-wrapper {
    overflow: hidden;
}
#format-wrapper .ui-button-text {
    font-size: 13px;
    font-weight: bold;
}
#format .ui-state-active {
    cursor: default;
}
#format-wrapper .ui-buttonset {
    margin: 0;
}
#format input {
    margin: 0;
}
#format .ui-button {
    padding: 5px 6px 3px 6px;
}
#format label {
    border-radius: 0;
    border-width: 0;
    background-color: #FFFFFF;
    margin: 0;
    float: left;
}
#format label .ui-button-text {
    width: 85px;
}
#format .ui-state-default:hover {
    background-color: #EEEEEE;
}
#format .ui-state-active, #format .ui-state-active:hover {
    background-color: #E1E1E1;
}


/* for carousel */

#carousel-wrapper {
    position: relative;
    height: 152px;
    margin: 0 1% 20px 1%;
    background-image: url(/images/subtle_dots.png);
}
#carousel-wrapper .ui-button, #carousel-wrapper .ui-icon {
    padding: 0;
}
#container {
    height: 142px;
    margin: 5px 0;
    overflow: hidden;
    position: absolute;
}
#carousel {
    width: 100%;
    height: 142px;
    overflow: hidden;
}
#carousel-prev-wrapper, #carousel-next-wrapper {
    width: 22px;
    height: 152px;
    position: absolute;
    padding-top: 26px;
    background-color: #FFFFFF;
}
#carousel-prev-wrapper {
    left: 0;
}
#carousel-next-wrapper {
    right: 0;
    padding-left: 4px;
}
#carousel-next, #carousel-prev {
    width: 20px;
    height: 100px !important;
}
#carousel-next .ui-icon, #carousel-prev .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
#upload-buttons-wrapper {
    width: 310px;
    margin: 0 auto 30px auto;
    height: 33px;
    position: relative;
}
#upload-buttons-wrapper .ui-button-text, #toolbar .ui-button-text {
    font-weight: bold;
    padding-left: 1.8em;
    text-transform: uppercase;
}
#upload-buttons-wrapper .ui-icon {
    background-image: url(ui-theme/images/ui-icons_ffffff_256x240.png);
}
#upload-buttons-wrapper .ui-button {
    height: 33px;
}
#pick-files, #reset-all {
    font-size: 13px;
    position: absolute;
    top: 0;
    width: 145px;
}
#pick-files {
    left: 0;
}
#reset-all {
    right: 0;
}
#main .ui-button-text {
    line-height: 31px;
    padding-top: 0;
}
#main .ui-button-text-icon-primary {
    padding-top: 0;
}
#main .ui-button .ui-icon {
    margin-top: 7px;
}


/* for plupload */

.plupload_file_wrapper {
    height: 140px;
    width: 146px;
    margin: 0 auto;
    padding: 6px 8px;
    font-size: 12px;
    font-weight: normal;
    border-radius: 4px;
    position: relative;
}
.plupload_file_wrapper > div {
    cursor: default;
}
.plupload_file_wrapper div.plupload_file_button {
    cursor: pointer !important;
}
.plupload_filelist li {
    float: left;
    display: block;
}
.plupload_file_name {
    float: left;
    overflow: hidden;
    width: 100px;
    height: 17px;
}
.plupload_file_action {
    float: right;
    width: 16px;
    height: 16px;
    margin: -1px -2px 0 0;
}
.plupload_file_action .plupload_file_icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.plupload_clearer {
    clear: both;
}
.plupload_file_status {
    text-align: center;
    font-size: 0.9em;
    position: absolute;
    z-index: 999;
    bottom: 8px;
    color: #333333;
    width: 126px;
    line-height: 17px;
    font-weight: bold;
    font-size: 11px;
}
.plupload_thumb_wrapper {
    background: #FFFFFF url(/images/grid.png) repeat;
    border: inherit;
    overflow: hidden;
    margin-top: 5px;
}
.plupload_thumb {
    width: 126px;
    height: 77px;
    background-color: #FFFFFF;
    position: relative;
}
.plupload_file_progress {
    border: inherit;
    border-radius: 3px 3px 3px 3px;
    margin-top: 5px;
    overflow: hidden;
    width: auto;
    background-color: #FFFFFF;
}
.plupload_file_progress_bar {
    background-color: #FFDB84;
    height: 18px;
    width: 0;
}
#plupload_drop {
    color: #C5C5C5;
    font-size: 1.2em;
    font-weight: bold;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 62px;
    z-index: 10;
}
.plupload_file_wrapper .ui-icon {
    background-image: url(ui-theme/images/ui-icons_888888_256x240.png);
}
.plupload_thumb_wrapper {
    background: #FFFFFF url(/images/grid.png) repeat;
    border: inherit;
}
.plupload_thumb_extra {
    text-align: center;
    overflow: hidden;
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 50px;
    z-index: 50;
    width: 126px;
    opacity: 0.6;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
.ui-state-active .plupload_thumb_extra {
    display: none;
}
.plupload_file_button {
    display: none;
    border: inherit;
    border-radius: 3px 3px 3px 3px;
    margin-top: 5px;
    overflow: hidden;
    width: auto;
    background-color: #FFDB84;
    line-height: 18px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 1px;
}
.plupload_file_button:hover {
    background-color: #FFCF5E;
    color: #222222;
}


/* for rotation */

.status-converting {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;  
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(360deg); }
    to { -ms-transform: rotate(0deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(360deg); }
    to { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(360deg); }
    to { -webkit-transform: rotate(0deg); }
}
@keyframes spin {
    from {
        transform:rotate(360deg);
    }
    to {
        transform:rotate(0deg);
    }
}


/* for Polyglot Language Switcher */

#pls, #pls * {
    margin: 0;
    padding: 0; 
    outline: none;
}
#pls ul {
    list-style: none;   
}
#pls {
    font-size: 13px;
    color: #000000;
    line-height: normal;
    z-index: 100;
    position: absolute;
    right: 0;
    bottom: 2px;
}
#pls form {
    display: none;  
}
#pls a {
    text-decoration: none;
    display: block; 
    padding: 0.4em 6px 0.4em 6px;
    color: #000000;
    width: 7em;
    background-repeat: no-repeat;
    background-position: 6px center; 
}
#pls a:hover {
    color: #000000; 
}
#pls a.current:link, #pls a.current:visited, #pls a.current:active {
    position: relative;
    background-color: #E1E1E1;
}
#pls a.current:hover, 
#pls ul.dropdown li:hover {
    background-color: #EEEEEE;
}
#pls a.active {
    border-bottom: none !important;
}
#pls span.trigger {
    display: block;
    position: absolute;
    width: 9px;
    height: 5px;
    text-indent: -10000em;
    top: 0.85em;
    right: 6px;
}
#pls a.current:link span.trigger, #pls a.current:visited span.trigger {
    background: url(/common/images/arrow-down.gif) no-repeat left top;  
}
#pls a.current:hover span.trigger, #pls a.current:active span.trigger, #pls a.active span.trigger {
    background-position: left bottom !important;
}
#pls ul.dropdown { 
    display: none;
    position: absolute;
    left: 0;
    background-color: #E1E1E1;
    border-top: none !important;
}
#pls ul.dropdown li { 
    border-top: 1px dotted #888888;
}


/* share */

#share {
    margin-top: 10px;
    text-align: center;
}
#share .pop {
    margin: 0 5px;
}
.share-bw {
    background: url("/images/social-icons.png") no-repeat scroll left top transparent;
    display: inline-block;
    width: 49px;
    height: 49px;
    line-height: 0;
    margin: 0;
}
.share-bw-facebook {
    background-position: -1px -1px;
}
.share-bw-facebook:hover {
    background-position: -1px -51px;
}
.share-bw-twitter {
    background-position: -50px -1px;
}
.share-bw-twitter:hover {
    background-position: -50px -51px;
}
.share-bw-googleplus {
    background-position: -99px -1px;
}
.share-bw-googleplus:hover {
    background-position: -99px -51px;
}
.share-bw-stumbleupon {
    background-position: -148px -1px;
}
.share-bw-stumbleupon:hover {
    background-position: -148px -51px;
}
.share-bw-reddit {
    background-position: -197px -1px;
}
.share-bw-reddit:hover {
    background-position: -197px -51px;
}
.share-bw-vkontakte {
    background-position: -246px -1px;
}
.share-bw-vkontakte:hover {
    background-position: -246px -51px;
}


/* responsive */

@media only screen and (max-width: 720px) {
    .hb {
        max-width: 468px;
    }
}
@media only screen and (max-width: 480px) {
    #pls, #format-wrapper {
        display: none;
    }
    .hb {
        max-width: 320px;
    }
}
