@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500&subset=latin-ext');
* {
    margin: 0;
}
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 14px;
    background-color: #34495e;
    color: #d9d9d9;
    height: 100%;
    line-height: 20px;
    vertical-align: baseline;
}
/*a:visited {
	color: #fff;	
}*/


a {
    color: #5594e4;
}

a:focus {
    outline: none;
}

a:hover {
    color: #5a9cef;
}

::-webkit-file-upload-button { cursor: pointer; }


hr {
	border-color: #34495e;
}
a.files-link {
	cursor: pointer;
}

#error_message .top {
    text-align: center;
    font-size: 18px;
}

#error_message p {
    text-align: center;
}

.form-control {
    border-radius: 0;
    border: none !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: #2c3e50;
    color: #bebebe;
}
.form-control:disabled {
	background: #2c3e50;
}
.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}
input[type="text"] {
    border-radius: 0;
    border: none !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: #2c3e50;
    color: #bebebe;
    outline: none;	
}
select {
    -webkit-transition: none;
    -o-transition: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0 !important;
}
ul,
ol,
li {
    list-style: none;
}
/*input[type="file"] {
  display: inline-block;
}
*/

.btn-global {
	background: #6bbc45;
	border: none;
	border-radius: 0;
	color: #fff;
}
.btn-global:hover {
	background: #78cd50;
	color: #fff;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -155px;
    /* the bottom margin is the negative value of the footer's height */
}
/*.navbar {
	min-height: 70px;
}

.navbar-nav {
  margin: 13px -10px;
}*/
/*.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}*/

.navbar-default {
    background: #34495e;
    border-bottom: none;
    height: 50px;
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #e3e3e3;
    background-color: transparent;
}
#logo {
    margin-top: -2px;
}
#logo img {
    width: 100px;
}
#wheader {
    position: relative;
    background: #1f2e3d;
    height: 40px;
    display: block;
    border-bottom: 1px solid #34495e;
}
#wmenu {
    transition: all 0.3s ease;
    float: right;
}
#wmenu ul {
    float: left;
    transition: all 0.3s ease;
    margin: 0;
    padding: 0;
    list-style: none;
}
#wmenu ul li {
    transition: all 0.3s ease;
    position: relative;
    float: left;
    line-height: 29px;
}
#wmenu ul li::after {
    content: "|";
    vertical-align: middle;
    line-height: 39px;
    padding: 5px 0px 0 5px;
    font-size: 10px;
    color: #dbdbdb;
}
#wmenu ul li:last-child::after {
    content: ' ';
    padding: 0 !important;
}
#wmenu ul li:hover > a {
    transition: all 0.3s ease;
    color: #56abda;
}
#wmenu ul li a {
    float: left;
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 5px 0px 5px 5px;
    text-align: center;
    text-decoration: none;
    color: #9c9c9c;
}
.pages {
    margin-top: 170px;
    margin-bottom: 50px;
}
.pages h2 {
    text-align: center;
    color: #fff;
}
.pages h4 {
    font-weight: bold;
    font-size: 15px;
}
.pages .page-content {
	background: rgba(52, 73, 94, 0.7);
	padding: 20px;
}
.news h3 a {
    color: #34495e;
}
.footer,
.push {
    margin-top: 30px;
    height: 60px;
}
footer {
    background: #34495e;
    color: #fafafa;
    font-size: 11px;
}
footer a {
    color: #fafafa;
    text-transform: uppercase;
}
footer a:hover {
    color: #e4e4e4;
}
footer .container {
    margin: 0 auto;
    text-align: center;
    position: relative;
}
#footernav ul li {
    float: left;
    line-height: normal;
    margin-right: 15px;
    font-weight: bold;
}
.flogo {
    margin-top: 18px;
    width: 100px;
    float: right;
}
.footer .copyright {
    float: left;
    margin-top: 20px;
}
#fmenu {
    line-height: 59px;
    display: inline-block;
}
#fmenu ul {
    text-align: center;
}
#fmenu ul li {
    display: block;
    float: left;
    margin-left: 10px;
}
#fmenu ul li::after {
    content: "|";
    color: #000000;
    margin-left: 10px;
    font-size: 10px;
}
#fmenu ul li:last-child::after {
    content: "";
}
.contact-form textarea {
    min-height: 150px
}
/*.contact-form {
    margin-top: 50px;
}*/
.accounts .freespace {
    margin: 30px 0 0 0;
    width: 100%;
    height: 49px;
}
.accounts .freespace span {
    font-size: 13px;
    float: left;
}
.accounts .freespace span+span {
    font-size: 13px;
    float: right;
}
.accounts .freespace .indicator {
    position: relative;
    width: 100%;
    background: #34495e;
    height: 17px;
    margin: 10px 0 0 0;
    text-align: left;
}
.accounts .freespace .indicator .occupied {
    background: #6bbc45;
    /* Old browsers */
    
    position: absolute;
    height: 17px;
}
.accounts .freespace #occupied {
    color: #fafafa;
}
.accounts .freespace #files_total {
    color: #fafafa;
}
/*.folderi table tr.curfolder td.foldername {font-weight: bold; border:#e4e4e4 1px solid; background: #000; text-align: left;}
.folderi table tr.curfolder td.foldername a{
	display: block;
	background: none repeat scroll 0% 0% #FFF;
	height: 18px;
	line-height: 18px;
	float: right;
	width: 180px;
	text-align: center;
	box-shadow: 0px 0px 20px #E8E8E8 inset;
	-webkit-box-shadow: 0px 0px 20px #E8E8E8 inset;
	-moz-box-shadow: 0px 0px 20px #E8E8E8 inset;
	border: 1px solid #C8C8C8;
	font-weight: normal;
	font-size: 11px;
}
.folderi table tr.curfolder td.foldername a img{margin-right: 7px;}

.folderi .form-control, .folderi input {
	font-weight: 100 !important;
	font-size: 20px !important;
}*/

.new-folder .btn-default {
    font-size: 19px !important;
    padding: 1px 10px;
    margin-left: -20px;
    border-radius: 0;
    margin-top: 1px;
    border: none;
    background: #1f2e3d;
    color: #fafafa;
}
.new-folder .btn-default:hover {
    background: #56abda;
    color: #fff;
}
.box {
    display: none;
    /*width: 936px;*/
    /*padding: 20px;*/
    
    margin-top: 20px;
}
.box.visible {
    display: block;
}
.start-splash {
    margin-top: 150px;
}
.start-splash .three h3,
.registration-page .three h3,
.download-page-1 .three h3 {
    color: #d8d8d8;
}
.start-splash .three,
.registration-page .three,
.download-page-1 .three {
    margin-top: 100px;
    text-align: center;
}
.download-page-1 .three {
    margin-top: 20px;
    text-align: center;
}
.start-splash .three i,
.registration-page .three i,
.download-page-1 .three i {
    font-size: 50px;
    color: #fff;
}
.start-splash .three p,
.registration-page .three p,
.download-page-1 .three p {
    color: #d8d8d8;
    font-size: 17px;
}
.start-splash .buttons {
    margin-top: 50px;
}
.start-splash .btn-default {
    background: #34495e;
    color: #fff;
    border: 1px solid #34495e;
    font-size: 25px;
    border-radius: 0;
    padding: 22px !important;
    font-family: 'Ubuntu', sans-serif;
}
.start-splash .btn-default:hover {
    background: #6bbc45;
    border: 1px solid #6bbc45;
}
.start-splash .btn-primary {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    font-size: 25px;
    border-radius: 0;
    padding: 22px !important;
    font-family: 'Ubuntu', sans-serif;
}
.start-splash .btn-primary:hover {
    background: #5594e4;
    border: 1px solid #5594e4;
}
.start-splash h3,
.registration-page h3,
.login-page h3 {
    color: #d8d8d8;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    font-weight: 300;
}
.start-splash h1,
.registration-page h1,
.login-page h1 {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
}
.download-page-1 .btn-small {
    padding: 2px 10px;
}
.download-page-1 .single-results {
    margin-top: 10px;
}
.download-page-1 .single-results .nav-tabs {
    border-bottom: none;
}
.download-page-1 .single-results .nav-tabs > li > a {
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 0px;
}
.upload-results {
    margin-top: 50px;
}
.upload-results .single-results {
    margin-top: 10px;
}
.upload-results .single-results .nav-tabs {
    border-bottom: none;
}
.upload-results .single-results .nav-tabs > li > a {
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 0px;
}
.upload-result-name {
    background: #fff;
    padding: 10px;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}
.upload-result-name h4 a {
    color: #4b5057;
}
.upload-result-name h4 {
    margin: 5px 0 10px 0;
}
.upload-result-name .name-line {
    border-bottom: 1px solid #eaeaea;
    margin-top: 5px;
    position: relative;
}
.final-upload-result .foot {
    background: rgba(0, 0, 0, 0.5);
    min-height: 60px;
}
.final-upload-result h4 {
    margin: 0;
    color: #fafafa;
    font-family: 'Ubuntu', sans-serif;
    padding: 10px 5px;
    text-align: center;
    line-height: 20px;
    font-weight: 300;
    font-size: 14px;
}
.final-upload-result .btn-default {
    border-radius: 0px;
    color: #fff;
    font-size: 12px;
    background: #458ebc;
    border: none;
}
.final-upload-result .btn-small {
    padding: 2px 10px;
}
.final-upload-result .btn-primary {
    border-radius: 0px;
    color: #fff;
    font-size: 12px;
    background: #6bbc45;
    border: none;
}
.final-upload-result .result-buttons {
    position: absolute;
    top: 10px;
    left: 25px;
}
.final-upload-result .result-buttons button {
    margin-top: 5px;
}
.round-button {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.6);
    font-size: 17px;
}
.round-button:hover {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.round-button i {
    line-height: 35px;
}
.btn:focus {
    outline: 0 !important;
}
button:focus {
    outline: 0 !important;
}
/*.download-page-1 { margin-top: 50px; }*/

.download-page-1 .infohead table tr:hover td {
    background: #34495e !important;
}
.download-page-1 .infohead table tr td {
    background: #34495e !important;
}
.download-page-1 .infohead table tr td {
    border: 1px solid #3a4f64 !important;
}
.download-page-1 .infohead .btn-default {
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    background: #458ebc;
    border: none;
}
.download-page-1 span.uploaded-on {
    font-size: 12px;
    color: #ababab;
}
.download-page-1 .report-abuse {
    font-size: 12px;
    color: #80401e;
}
.download-page-1 .infohead .down-and-shar {
    margin-top: 5px;
}
.download-page-1 .infohead .down-and-shar div {
    display: inline-block;
}
.download-page-1 .infohead .btn-primary {
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    background: #6bbc45;
    border: none;
}
.download-page-1 .infohead .col-md-1 {
    width: 80px;
    text-align: center;
}
.download-page-1 .infohead .fa-music {
    font-size: 50px;
    text-align: center;
    margin-top: 5px;
    color: #fff;
}
.download-page-1 .infohead h4 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}
.download-page-1 .infohead .fa-times {
    color: red;
}
.download-page-1 .statd {
    display: block;
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    color: #fff;
}
.download-page-1 .statd + span {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #d8d8d8;
}
.registration-page,
.login-page {
    margin-top: 170px
}

.login-page .pass-forgt {
    text-align: center;
}

/*.registration-page h1 {
	text-align: center;
	color: #fff;
}*/

.restet-pass-page .error-msg,
.registration-page .error-msg,
.login-page .error-msg {
    margin-bottom: 20px;
    text-align: center;
    background: red;
    color: #fff;
    padding: 5px 0;
}
.register-form {
    background: #32465a;
    padding: 20px;
    margin-top: 50px;
}
.register-form .btn-default {
    border: none;
    border-radius: 0;
    background: #6bbc45;
    color: #fff;
}
.register-form .btn-default:hover {
    opacity: 0.9;
}
#error_message p.error {
    text-align: center;
    color: #ec7272;
}
#error_message h4 {
    text-align: center;
    color: #ec7272;
}
#error_message {
    max-width: 500px;
    border: 1px solid #ec7272;
    border-radius: 2px;
    margin: 20px auto;
    padding: 10px;
    background: transparent;
}
.tooltipped {
    position: relative
}
.tooltipped:after {
    position: absolute;
    z-index: 1000000;
    display: none;
    padding: 5px 8px;
    font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: break-word;
    white-space: pre;
    pointer-events: none;
    content: attr(aria-label);
    background: #6bbc45;
    border-radius: 2px;
    -webkit-font-smoothing: subpixel-antialiased
}
.tooltipped:before {
    position: absolute;
    z-index: 1000001;
    display: none;
    width: 0;
    height: 0;
    color: rgba(0, 0, 0, 0.8);
    pointer-events: none;
    content: "";
    border: 5px solid transparent
}
.tooltipped:hover:before,
.tooltipped:hover:after,
.tooltipped:active:before,
.tooltipped:active:after,
.tooltipped:focus:before,
.tooltipped:focus:after {
    display: inline-block;
    text-decoration: none
}
.tooltipped-s:after {
    top: 100%;
    right: 50%;
    margin-top: 5px
}
.tooltipped-s:before {
    top: auto;
    right: 50%;
    bottom: -5px;
    margin-right: -5px;
    border-bottom-color: #6bbc45
}
.tooltipped-s:after {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}
.ui-dialog-content textarea {
    outline: none;
    border-color: #eaeaea;
}
.ui-widget-header {
    border-radius: 0 !important;
}
.ui-dialog {
    border-radius: 0 !important
}
a.btn-register {
    border: 1px solid #6bbc45;
    color: #6bbc45 !important;
    padding: 9px 10px !important;
    border-radius: 5px;
    margin: 5px;
}
a.btn-register:hover {
    color: #fff !important;
    background: #6bbc45 !important;
}
.hello-world {
    margin-top: -7%;
}
.hello-world h1 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 40px !important;
}
.hello-world h3 {
    margin-top: 30px;
}
/*.splash-main {
  background: url(../images/splash.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/
/* Middel vertical */

.prem-features {
	margin-top: -95px;
}

.prem-features p {
	text-align: center;
	padding: 0;
	margin: 0;
}


.prem-features table.table th {
	border: none;
	width: 100px;
}

.prem-features table th {
	border: none;
	min-width: 200px;
}

.prem-features td {
	font-size: 15px;
}


.payments {
    background: url(../images/premium.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 400px;
    margin-top: -20px;
}

.payments h1 {
	color: #fafafa;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	padding-top: 150px;
}

.payments h3 {
/*	color: #fafafa;*/
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	font-weight: 400;
}


.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}
.inner {
    margin-left: auto;
    margin-right: auto;
    width:
}
.wrapper {
    min-height: 100%;
    margin: 0 auto -100px;
}
.page-buffer {
    height: 50px;
}
#header {
    position: relative;
    background: #fff;
    width: 100%;
    height: 50px;
    display: block;
}
.promsign {
    position: absolute;
    top: -30px;
    float: left;
    width: 260px;
    text-align: left;
    color: #e0effa;
    font-size: 15px;
}
.promsign .col .pheader {
    text-align: center;
    color: #e0effa;
    font-size: 24;
}
.promprofit {
    top: -30px;
    right: 0;
    position: absolute;
    float: right;
    width: 260px;
    text-align: left;
    color: #e0effa;
    font-size: 15px;
}
.promprofit .col .pheader {
    text-align: center;
}
.prompic {
    width: 529px;
    height: 366px;
    background: url(../images/cloud.png) repeat;
    position: relative;
    margin: 80px auto 10px;
    color: #6b899d;
    font-size: 15px;
}
.prompic .col {
    width: 260px;
    margin: auto;
    position: absolute;
    left: 140px;
    top: 110px;
}
.prompic .col .pheader {
    margin: 0 40px;
    color: #6b899d;
}
.prompic h2 {
    color: #6b899d;
}
.blues {
    background: url(../images/splash_2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #1f2e3d;
}
.noise {
    width: 100%;
    background: url(../images/noise.png) repeat;
}
/************************ Layout ************************/

.container1 {
    width: 980px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    position: relative;
}
#contentfull {
    width: 980px;
}
#sidebar-left {
    float: left;
    width: 320px;
}
#sidebar-right {
    float: right;
    width: 320px;
}
/*.leftcol{
float: left;
width: 600px;
margin: 20px 0;
}*/

.rightcol {
    margin: 20px 0 0;
    float: right;
    width: 360px;
}
/************************ End Layout ************************/
/************************ Navigation Menu ************************/

#mainmenu {
    transition: all 0.3s ease;
    float: right;
}
#mainmenu ul {
    float: left;
    transition: all 0.3s ease;
    margin: 0;
    padding: 0;
    list-style: none;
}
#mainmenu ul li {
    transition: all 0.3s ease;
    position: relative;
    float: left;
    margin-top: 9px;
    /*line-height: 39px;*/
}
/*#mainmenu ul li:hover{
transition:all 0.3s ease;
background-color: #1f1f1f;
}*/

#mainmenu li ul {
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    top: 49px;
    display: none;
    float: left;
    padding: 10px 0 0 20px;
}
#mainmenu ul li a {
    float: left;
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 5px 15px 5px 15px;
    text-align: center;
    text-decoration: none;
    color: #4b5057;
}
#mainmenu ul li a:hover {
    color: #52aadc;
}
* html #mainmenu ul li {
    float: left;
    height: 1%;
}
* html #mainmenu ul li a {
    height: 1%;
}
/************************ End Navigation Menu ************************/
/************************ Start bottom white Menu ************************/
/************************ End bottom white Menu ************************/
/************************ Start Language Menu ************************/


/************************ End Language Menu ************************/

#col3 {} #col3 .col {
    width: 306px;
    float: left;
    padding: 10px;
}
.col .pheader span,
.col .pheader span + span {
    font-size: 24px;
    line-height: 40px;
}
.col .pheader span img {
    width: 20px;
    height: 20px;
    padding: 7px 7px 0 0;
}
pre {
    font-family: 'Courier New';
    font-size: 11px;
    background: #ac6850;
    padding: 10px;
    color: #fff;
    border: 1px solid #804834;
    overflow-x: auto;
    overflow-y: scroll;
    margin: 0;
}
/******************** Widgets **************************/

#widget {
    margin: 0 0 20px 0;
}
.withborder {
    border: #ccc 1px solid;
    padding: 20px 20px 20px 20px;
}
.withbg {
    border: #ccc 1px solid;
    padding: 20px 20px 20px 20px;
    background: #e8e8e8;
}
.withoutbg {
    padding: 0px 0px 0px 0px;
}
/******************** End Widgets **************************/

.paging {
    clear: both;
    text-align: center;
}
.paging.top {
    margin: 20px 0 20px 0;
}
.paging.bottom {
    margin: 20px 0 40px 0;
}
.paging a {
    font-weight: bold;
    text-decoration: none;
    margin: 15px 5px;
    padding: 4px 4px;
}
.paging a:hover #triangle-right {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #a6c6cb;
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease;
}
.paging a:hover #triangle-left {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid #a6c6cb;
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease;
}
.paging span {
    color: #656565;
    padding: 4px 4px;
    margin: 15px 5px;
}
.paging span.dotted {
    color: #656565;
    padding: 2px 2px;
    margin: 15px 2px;
}
#triangle-right {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #118bb6;
    border-bottom: 4px solid transparent;
    display: inline-block;
}
#triangle-left {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid #118bb6;
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease;
    display: inline-block;
}
#comments {
    float: left;
    position: relative;
}
#comments li {
    margin-bottom: 20px;
}
.comment_header {
    vertical-align: middle;
}
.comment_body {
    padding: 10px 0;
    border-bottom: 1px solid #c8c8c8;
}
.comment_user {
    float: left;
    padding-left: 8px;
    display: block;
}
.comment_userip {
    float: left;
    margin-left: 20px;
    color: #aaaaaa;
    font-size: 11px;
}
.comment_date {
    float: right;
    color: #8a8a8a;
    font-size: 11px;
}
.comment_deletemessage {
    float: left;
    margin-top: 6px;
    margin-left: 15px;
}
.comment_mailto {
    float: left;
    margin-top: 6px;
}
#comment_btn,
#method_free {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    background: #0a9dd2;
    box-shadow: inset 0 0 40px #1d6c88;
    -webkit-box-shadow: inset 0 0 40px #1d6c88;
    -moz-box-shadow: inset 0 0 40px #1d6c88;
    height: 40px;
}
#comment_btn:hover {
    color: #9dd0e2;
    text-decoration: none;
    background: #0a9dd2;
    box-shadow: inset 0 0 60px #1d6c88;
    -webkit-box-shadow: inset 0 0 60px #1d6c88;
    -moz-box-shadow: inset 0 0 60px #1d6c88;
}
/******************* START FOOTER *******************/

.leftintab {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.leftintab {
    color: #fafafa;
}
.advanced {
    float: right;
    width: 320px;
    background: #f2f2f2;
    padding: 20px;
}
/******************* START FORMS*******************/

input.input1 {
    position: relative;
    height: 30px;
    border: 1px solid #c8c8c8;
    background: #fff;
    color: #838383;
    box-shadow: inset 0 0 20px #e2e2e2;
    -webkit-box-shadow: inset 0 0 20px #e2e2e2;
    -moz-box-shadow: inset 0 0 20px #e2e2e2;
    line-height: 30px;
    padding: 0 0 0 10px;
    font-size: 13px;
}
.folders .input1 {
    float: left;
    width: 253px;
    height: 30px;
}
.folders input[type="text"] + input[type="submit"] {
    float: left;
    position: relative;
    display: block;
    height: 32px;
    width: 32px;
    border: 1px solid #467618;
    cursor: pointer;
    background: #60a127 url(../images/icon_cr_folder.png) 60% 50% no-repeat;
    color: #838383;
    box-shadow: inset 0 0 15px #4a8c11;
    -webkit-box-shadow: inset 0 0 15px #4a8c11;
    -moz-box-shadow: inset 0 0 15px #4a8c11;
    margin-left: 7px;
}
.folders input[type="text"] + input[type="submit"]:hover {
    transition: all .1s linear;
    box-shadow: inset 0 0 30px #4a8c11;
    -webkit-box-shadow: inset 0 0 30px #4a8c11;
    -moz-box-shadow: inset 0 0 30px #4a8c11;
    border: 1px solid #467618;
}
.advanced label {
    float: left;
    display: block;
    width: 115px;
    height: 30px;
    border: 1px solid #c8c8c8;
    background: #f0f0f0;
    color: #838383;
    box-shadow: inset 0 0 20px #d5d5d5;
    -webkit-box-shadow: inset 0 0 20px #d5d5d5;
    -moz-box-shadow: inset 0 0 20px #d5d5d5;
    line-height: 30px;
    padding: 0 0 0 10px;
    font-size: 13px;
}
/*input[type="text"],
input[type="password"],
select {
	position: relative;
	left:-1px;
	height: 20px;
	border: 1px solid #c8c8c8;
	background: #fff;
	color: #838383;
	box-shadow: inset 0 0 20px #e2e2e2;
	-webkit-box-shadow: inset 0 0 20px #e2e2e2;
	-moz-box-shadow: inset 0 0 20px #e2e2e2;
	line-height: 15px;
	padding: 0 0 0 3px;
	font-size: 13px;
}*/

.advanced input[type="text"],
.advanced input[type="password"] {
    height: 30px;
}
.advanced select {
    height: 32px;
}
/*select{
	position: relative;
	left:-1px;
	border: 1px solid #c8c8c8;
	background: #fff;
	color: #838383;
	box-shadow: inset 0 0 20px #e2e2e2;
	-webkit-box-shadow: inset 0 0 20px #e2e2e2;
	-moz-box-shadow: inset 0 0 20px #e2e2e2;
	line-height: 30px;
	padding: 0 0 0 5px;
	font-size: 13px;
	height: 22px;
}*/

.advanced label + select {
    width: 182px;
}
.advanced label + select > option {
    padding: 8px;
}
.advanced p {
    display: block;
    height: 20px;
    margin-bottom: 20px;
}
.advanced:last-child {
    margin-bottom: 0px;
}
label + input[type="text"]:hover,
label + input[type="password"]:hover,
input[type="text"]:hover,
input[type="password"]:hover {
    border-color: #9a9a9a;
}
/*label + input[type="text"]:active,
label + input[type="password"]:active,
input[type="text"]:active,
input[type="password"]:active,*/
/*select:active{
	border-color: #9a9a9a;
}*/
/*label + input[type="text"]:focus,
label + input[type="password"]:focus,
input[type="text"]:focus,
select:focus,
input[type="password"]:focus{
	border-color: #9a9a9a;
}*/
/*.leftintab textarea{
	position: relative;
	float: left;
	display: block;
	border: 1px solid #c8c8c8;
	background: #fff;
	color: #838383;
	box-shadow: inset 0 0 20px #e2e2e2;
	-webkit-box-shadow: inset 0 0 20px #e2e2e2;
	-moz-box-shadow: inset 0 0 20px #e2e2e2;
	line-height: 20px;
	padding: 3px 5px 3px 5px;
	font-size: 13px;
	margin: 20px 0 0 0;
	min-height: 160px;
	max-width: 535px;
}*/
/*textarea{
	position: relative;
	border: 1px solid #c8c8c8;
	background: #fff;
	color: #838383;
	box-shadow: inset 0 0 20px #e2e2e2;
	-webkit-box-shadow: inset 0 0 20px #e2e2e2;
	-moz-box-shadow: inset 0 0 20px #e2e2e2;
	line-height: 20px;
	padding: 3px 5px 3px 5px;
	font-size: 13px;
}*/
/*textarea:active,
textarea:focus{
	border-color: #9a9a9a;
}*/
/********************** Start Premium***********************/

.accexpire {
    margin-top: 10px;
    color: #6bbc45;
    font-size: 13px;
    text-align: center;
}
.accexpire span + span {
    color: #818181;
}

.pricing-list {
	margin-top: 40px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}


/*.premium_table {
    margin: 60px 0 0px;
    position: relative;
    background: #f4f4f4;
    box-shadow: #e9e9e9 0 0 60px inset;
    -webkit-box-shadow: #e9e9e9 0 0 60px inset;
    -moz-box-shadow: #e9e9e9 0 0 60px inset;
    width: 980px;
}
.premium_table .features {
    padding: 20px 40px 10px 20px;
    width: 340px;
}
.premium_table .features ul {
    float: right;
}
.premium_table .features ul li {
    line-height: 37px;
    font-size: 15px;
    text-align: right;
}
.premium_table .features h3 {
    float: right;
}
.plans {
    width: 580px;
    height: 430px;
    background: #999;
    position: absolute;
    top: -10px;
    right: 10px;
}
.premium_table .free_plan {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #e9e9e9;
    box-shadow: #d3d3d3 0 0 60px inset;
    -webkit-box-shadow: #d3d3d3 0 0 60px inset;
    -moz-box-shadow: #d3d3d3 0 0 60px inset;
    width: 163px;
    height: 430px;
    z-index: 49;
    padding: 0 10px;
}
.premium_table .registered_plan {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #e9e9e9;
    box-shadow: #d3d3d3 0 0 60px inset;
    -webkit-box-shadow: #d3d3d3 0 0 60px inset;
    -moz-box-shadow: #d3d3d3 0 0 60px inset;
    width: 163px;
    height: 430px;
    z-index: 49;
    padding: 0 10px;
}
.premium_table .premium_plan {
    position: absolute;
    top: -10px;
    left: 182px;
    background: #118bb6;
    box-shadow: #0d7295 0px 50px 50px inset, rgba(27, 148, 190, 0.46) 0 0 15px;
    -webkit-box-shadow: #0d7295 0px 50px 50px inset, rgba(27, 148, 190, 0.46) 0 0 15px;
    -moz-box-shadow: #0d7295 0px 50px 50px inset, rgba(27, 148, 190, 0.46) 0 0 15px;
    width: 195px;
    padding: 0 10px;
    height: 440px;
    z-index: 50;
}
.premium_table .premium_plan::after {
    position: absolute;
    content: "";
    bottom: -87px;
    left: -12px;
    width: 241px;
    height: 87px;
    background: url(../images/triangle.png) no-repeat;
    display: block;
    z-index: 9999;
}
.monthprice {
    padding: 10px 0 0 0;
    text-align: center;
    color: #04475f;
    position: absolute;
    font-weight: bold;
    width: 195px;
    z-index: 99999;
    font-size: 20px;
    text-shadow: 1px 1px 0px #25a3cf;
}
.monthprice::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #04475f;
    display: block;
    border-bottom: 1px solid #25a3cf;
    left: 72px;
    top: 1px;
    position: absolute;
}
.monthprice span {
    font-weight: normal;
    display: block;
    font-size: 11px;
    text-shadow: 1px 1px 0px #25a3cf;
}
.premium_table .premium_plan ul {
    float: none;
}
.premium_table .premium_plan ul li {
    height: 35px;
    line-height: 37px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #278FB4;
    border-top: 1px solid #127EA5;
}
.premium_table .premium_plan ul li:first-child {
    border-bottom: 1px solid #278FB4;
    border-top: none;
}
.premium_table .premium_plan ul li:last-child {
    border-bottom: none;
    border-top: 1px solid #127EA5;
}
.premium_table .premium_plan .plan_name {
    background: #118bb6 url(../images/linebg.jpg) bottom repeat-x;
    border-bottom: 1px solid #1790bb;
    box-shadow: #0d7295 0 0 60px inset;
    -webkit-box-shadow: #0d7295 0 0 60px inset;
    -moz-box-shadow: #0d7295 0 0 60px inset;
    position: relative;
    left: -10px;
    width: 215px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.premium_table .free_plan ul,
.premium_table .registered_plan ul {
    float: none;
}
.premium_table .free_plan ul li,
.premium_table .registered_plan ul li {
    height: 35px;
    text-align: center;
    color: #7f7f7f;
    border-bottom: 1px solid #ECECEC;
    border-top: 1px solid #DADADA;
}
.premium_table .free_plan ul li:first-child,
.premium_table .registered_plan ul li:first-child {
    border-bottom: 1px solid #ECECEC;
    border-top: none;
}
.premium_table .free_plan ul li:last-child,
.premium_table .registered_plan ul li:last-child {
    border-bottom: none;
    border-top: 1px solid #DADADA;
    font-size: 11px;
}
.premium_table .free_plan .plan_name,
.premium_table .registered_plan .plan_name {
    background: #e9e9e9;
    box-shadow: #d3d3d3 0 0 60px inset;
    -webkit-box-shadow: #d3d3d3 0 0 60px inset;
    -moz-box-shadow: #d3d3d3 0 0 60px inset;
    position: relative;
    left: -10px;
    width: 182px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    font-size: 20px;
    color: #7a7a7a;
}*/
.extend_premium {
    width: 980px;
}
.extend_premium h2 {
    text-align: center;
    margin-bottom: 20px;
}
.extend_premium .paybox {
    width: 230px;
    margin: 0px 0 0 20px;
}
.extend_premium .paybox:first-child {} .extend_premium .paybox .days {
    width: 230px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    background: #f4f4f4;
    box-shadow: #e9e9e9 0 0 60px inset;
    -webkit-box-shadow: #e9e9e9 0 0 60px inset;
    -moz-box-shadow: #e9e9e9 0 0 60px inset;
}
.extend_premium .paybox .price {
    width: 230px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    background: #0a9dd2;
    box-shadow: inset 0 0 60px #1d6c88;
    -webkit-box-shadow: inset 0 0 60px #1d6c88;
    -moz-box-shadow: inset 0 0 60px #1d6c88;
    color: #fff;
    font-weight: bold;
}
.extend_premium .paysys {
    width: 228px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    border: 1px solid #e9e9e9;
    margin: 1px 0 0;
    text-align: center;
    font-size: 0;
    position: relative;
}
.extend_premium .paysys img {
    opacity: .6;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 40px;
    max-width: 180px;
}
.paybox a:hover .paysys {
    border: 1px solid #0a9dd2;
    transition: all linear .5s;
}
.paybox a:hover .paysys img {
    opacity: 1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    transition: all linear .5s;
}
/************************ End Premium***********************/
/******************* Start donwloads ***********************/

.player {
    width: 600px;
    height: 360px;
    background: url(../images/player.jpg);
}
.picture {
    width: 600px;
    overflow: hidden;
}
.picture a img {
    position: relative;
    max-width: 600px;
    transition: .3 all ease;
}
.picture a img:hover {
    transition: all 0.2s linear 0s;
    opacity: 0.8;
    background: #000;
}
.fileinfo {
    margin-bottom: 40px;
}
.fileinfo ul li {
    clear: both;
    padding: 8px 0;
}
.fileinfo ul li .infoname {
    font-size: 15px;
    color: #aaaaaa;
    width: 110px;
    display: block;
    float: left;
}
.fileinfo ul li .infoname + span {
    font-size: 15px;
    color: #5f5f5f;
    float: left;
    width: 250px;
}
.snap {
    font-size: 15px;
    color: #aaaaaa;
    width: 110px;
    display: block;
}
.snap + span {
    margin-top: 14px;
    width: 360px;
    display: block;
}
.snap + span a img {
    float: left;
    width: 150px;
    height: 100px;
    margin-left: 10px;
}
.snap + span a:first-child img {
    margin-left: 0;
}
#fileinfoarch {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#fileinfoarch #grad {
    background: url('../images/grad.png') bottom no-repeat;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -5px;
}
#showallarch {
    cursor: pointer;
}
#fileinfoarch ul li {
    clear: both;
    padding: 8px 0;
}
#fileinfoarch ul li .infoname {
    font-size: 15px;
    color: #5f5f5f;
    width: 110px;
    display: block;
    float: left;
}
#fileinfoarch ul li .infoname + span {
    font-size: 15px;
    color: #aaaaaa;
    float: right;
}
/******************* start dload tabs *******************/

.sharetabs ul.tabs {
    height: 25px;
    line-height: 25px;
    list-style: none;
    margin: 20px 0 0;
    display: block;
    width: 600px;
}
.sharetabs .tabs li {
    text-align: center;
    float: left;
    display: inline;
    margin: 0 0px 0px 0;
    padding: 0px 0px 0px;
    width: 110px;
    color: #118BB6;
    cursor: pointer;
    font-size: 13px;
    border: 1px solid #e2e2e2;
    /*border-left: 1px solid #fff;*/
    
    border-left: none;
    position: relative;
    line-height: 25px;
    background: #f3f3f3;
    min-width: none;
    max-width: none;
}
.sharetabs .tabs li:hover {
    transition: all 0.1s linear;
    background: #f0f0f0;
}
.sharetabs .tabs li.current {
    color: #828282;
    background: #f0f0f0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    /*font-weight: bold;	*/
    
    font-size: 13px;
    border-bottom: 1px solid #f0f0f0;
}
.sharetabs .tabs li:first-child {
    border-left: 1px solid #e2e2e2;
}
.sharetabs .box {
    display: none;
    background: #f0f0f0;
    padding: 5px;
    border: 1px solid #e4e4e4;
    margin-top: 1px;
}
.sharetabs .box.visible {
    display: block;
}
.sharetabs .tabcontent .flashupload,
.sharetabs .tabcontent .uploadfile {
    text-align: center;
}
.sharetabs .tabcontent .uploadfile .browsebtn,
.sharetabs .tabcontent .flashupload .browsebtn {
    margin: 50px auto;
}
.sharetabs .tabcontent .uploadbtn {
    margin: 20px;
}
.sharetabs .tosread {
    font-size: 12px;
    padding: 0px 0px 4px;
    vertical-align: middle;
}
/*** end dload tabs ***/
/******************* End Downloads *************************/
/******************* START TABS *******************/

ul.tabs {
    height: 50px;
    line-height: 50px;
    list-style: none;
    margin: 20px auto;
    display: table;
    /*max-width: 1200px;*/
}
.tabs li {
    text-align: center;
    display: table-cell;
    margin: 0 0px 0px 0;
    padding: 0px 0px 0px;
    max-width: 100%;
    min-width: 70px;
    width: 200px;
    color: #fafafa;
    cursor: pointer;
    font-size: 15px;
    /*border: 1px solid #3f566d;*/
    /*border-left: 1px solid #fff;*/
    
    border-left: none;
    position: relative;
    line-height: 50px;
    background: #34495e;
}
.tabs li:hover {
    transition: all 0.1s linear;
    background: #3c536a;
    color: #fafafa;
}
.tabs li.current {
    color: #fafafa;
    background: #3c536a;
    /*font-weight: bold;	*/
}
/*.tabs li:first-child{
	border-left: 1px solid #3f566d;

}*/

.tabcontent .flashupload,
.tabcontent .uploadfile {
    text-align: center;
}
.tabcontent .flashupload .browsebtn {
    margin: 50px auto;
}
.tosread {
    font-size: 12px;
    padding: 0px 0px 4px;
    vertical-align: middle;
    color: #fafafa;
}
/******************* start download button *******************/

.downloadbtn {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 360px;
    height: 65px;
    color: #fff;
    background: #64b126;
    box-shadow: inset 0 0 60px #587c29;
    -webkit-box-shadow: inset 0 0 60px #587c29;
    -moz-box-shadow: inset 0 0 60px #587c29;
    font-size: 19px;
    font-weight: bold;
    border: 0;
    margin: 20px 0;
}
.downloadbtn .btext {
    letter-spacing: 0.3px;
    line-height: 65px;
    float: left;
    width: 200px;
    height: 65px;
    position: absolute;
    display: block;
    top: 0;
    left: 110px;
}
.downloadbtn .barrow {
    position: absolute;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    /** Chrome & Safari **/
    
    -moz-transition: all .2s linear;
    /** Firefox **/
    
    -o-transition: all .2s linear;
    /** Opera **/
}
.downloadbtn .van {
    top: 15px;
    left: 26px;
}
.downloadbtn .vanb {
    position: absolute;
    top: 30px;
    left: 20px;
}
.downloadbtn:hover {
    transition: all 0.5s linear;
    background: #64b126;
    box-shadow: inset 0 0 80px #587c29;
    -webkit-box-shadow: inset 0 0 80px #587c29;
    -moz-box-shadow: inset 0 0 80px #587c29;
}
.downloadbtn:hover .move-bot {
    transform: translate(0, 8px);
    -webkit-transform: translate(0, 8px);
    /** Chrome & Safari **/
    
    -o-transform: translate(0, 8px);
    /** Opera **/
    
    -moz-transform: translate(0px, 8px);
    /** Firefox **/
}
.downloadbtn:hover .bicon {
    background: #64b126;
    transition: all 0.5s linear;
}
/******************* end download button *******************/
/******************* Start browse button *******************/


/******************* Start upload button *******************/

.uploadbtn {
    position: relative;
    cursor: pointer;
    width: 100px;
    height: 35px;
    color: #fff;
    background: #5594e4;
    border-radius: 2px;
    font-size: 15px;
    border: 0;
}
.uploadbtn .btext {
    line-height: 32px;
    text-align: center;
    width: 100px;
    height: 35px;
    font-family: 'Ubuntu', sans-serif;
}

.tabcontent .upsis {
    margin: 0 auto;
    text-align: center;
    margin-top: 17px;
    top: 0;
    right: 0;
}

.tabcontent .upsis .term {
    margin-top: 15px;
}


/******************* end upload button *******************/

.browsebtn input[type="file"] {
    width: 300px;
    height: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    /*z-index: 10000;*/
    cursor: pointer !important;

}

.browsebtn {
    position: relative;
    width: 250px;
    height: 75px;
    color: #fff;
    background: #5594e4;
    font-size: 24px;
    font-weight: 400;
    border-radius: 2px;
    border: 1px solid #5594e4;
    cursor: pointer;
}
.browsebtn .btext {
    line-height: 75px;
    font-family: 'Ubuntu', sans-serif;
    text-align: left;
    padding-left: 45px;
    display: block;
    top: 0;
    cursor: pointer;
}
.browsebtn:hover {
    background: #518bd4;
    color: #fff;
    border: 1px solid #518bd4;

}

.browsebtn i {
    position: absolute;
    top: 12px;
    font-size: 50px;
    right: 40px;
}

.tabcontent .uploadfile .browsebtn {
    margin: 0 auto;
    margin-top: 20px;
}

.copy-remote div {
    display: inline;
}

.copy-remote .btn-link {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.upload-forms .modal-body {
    padding: 15px 15px 0 15px;
    margin: 0;
}

.upload-forms .upsis {
    padding-bottom: 15px;
}

.upload-forms .modal-content {
    border-radius: 0;
    border:none;
    background: #354a5f;
} 

.upload-forms h4.modal-title {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.upload-forms .modal-header {
    border-bottom: 1px solid #253441;
}

.upload-forms .modal-header button {
    color: #6bbc45;
    box-shadow: none;
    text-shadow: none;
    opacity: 1;
}

.upload-forms .copyfiles-2 textarea.form-control, .reurlupload  textarea.form-control {
    background: #2c3e50;
    min-height: 200px;
}

/*.modal-backdrop {
   background-color: transparent;
}
*/


/******************* end browse button *******************/

.section {
    margin-bottom: 20px;
}
/******************* END TABS *******************/

.servinfo {
    color: #fafafa;
    text-align: center;
    width: 100%;
    display: block;
    height: 50px;
}
/******************* START TABLES *******************/

table#files_list th {
	border-top: none !important;
}

table#folders_list th {
	border-top: none !important;
} 

table a:link {
    color: #d9d9d9
}
table a {
    color: #d9d9d9
}
table a:hover {
    color: #d9d9d9 !important
}
table {
    color: #d9d9d9
}
table {
    font-size: 13px;
    margin: 0 auto;
    margin-top: 20px;
    border-collapse: collapse;
}
table th {
    padding: 10px;
    text-align: center;
    border: #3c5369 1px solid;
    background: #34495e;
    height: 25px;
}
table th:first-child {
    text-align: left;
    padding-left: 10px;
}
table tr {
    text-align: left;
    border: none !important
}
table tr td {
    padding: 7px 10px;
    background: #34495e;
    border: #3c5369 1px solid !important;
}
table tr td a:hover {
    color: #fafafa
}
table tr.even td {
    background: #f6f6f6;
}
table tr:hover td {
    background: #3c536a;
}
table.filepanel a:link {} table.filepanel {
    width: 100%;
    font-size: 13px;
    background: #eaebec;
    margin: 0 auto;
    border: #ccc 1px solid;
    margin-top: 20px;
    border-collapse: collapse;
}
table.filepanel th {
    padding: 10px;
    text-align: center;
    border: #ccc 1px solid;
    background: #e8e8e8;
    height: 25px;
}
table.filepanel tr {
    text-align: left;
}
table.filepanel tr td:first-child {
    padding: 10px;
    background: #f2f2f2;
    border: #e4e4e4 1px solid;
    text-align: left
}
table.filepanel tr td {
    padding-top: 10px;
    padding-left: 20px;
    background: #f2f2f2;
    border: #e4e4e4 1px solid;
    text-align: left
}
.filepanel ul li a {
    display: block;
    width: 24px;
    height: 24px;
    transition: none;
}
.filepanel ul li a.fb {
    background: url(../images/social.jpg) 0px 96px;
}
.filepanel ul li a.fb:hover {
    background: url(../images/social.jpg) 24px 96px;
}
.filepanel ul li a.tw {
    background: url(../images/social.jpg) 0px 72px;
}
.filepanel ul li a.tw:hover {
    background: url(../images/social.jpg) 24px 72px;
}
.filepanel ul li a.gplus {
    background: url(../images/social.jpg) 0px 48px;
}
.filepanel ul li a.gplus:hover {
    background: url(../images/social.jpg) 24px 48px;
}
.filepanel ul li a.vk {
    background: url(../images/social.jpg) 0px 24px;
}
.filepanel ul li a.vk:hover {
    background: url(../images/social.jpg) 24px 24px;
}
.filepanel ul li {
    float: left;
    padding: 0 5px 0 0;
}
.filepanel ul li:last-child {
    padding: 0;
}
.filepanel .report {
    font-size: 11px;
    float: left;
    padding: 0px 10px;
}
.filepanel .report a {
    color: #ad725b;
    text-decoration: none;
}
.filepanel .report a:hover {
    color: #d29178;
}
.dfile {
    width: 516px;
    float: left;
    padding: 5px 0 0px 10px;
}
.dfilename {
    font-size: 20px;
    float: left;
}
/*.folders{
	float: left;
	width: 320px;
}*/

a:link {
    text-decoration: none;
}
/*.folders table a:link {
    text-decoration: none;
    font-weight: bold;
}
.folders table,
.files table {
    font-size: 13px;
    background: #fff;
    margin: 0 auto;
    border: #e4e4e4 1px solid;
    margin-top: 20px;
    border-collapse: collapse;
}*/
/*.folders table {
    width: 335px
}
.folders table th {
    padding: 7px;
    text-align: center;
    border: #e4e4e4 1px solid;
    background: #f2f2f2;
    height: 25px;
}*/
/*.files table th,
tr.hdr td {
    padding: 7px;
    text-align: center;
    border: #e4e4e4 1px solid;
    background: #f2f2f2;
    height: 32px;
    font-weight: bold;
}*/
/*.folders table th:first-child {
    text-align: left;
}
.folders table tr,
.files table tr {
    text-align: left;
    box-shadow: 0 0 20px #f0f0f0 inset;
    -webkit-box-shadow: 0 0 20px #f0f0f0 inset -moz-box-shadow: 0 0 20px #f0f0f0 inset;
}*/
.folders table tr td:first-child {} .folders table tr td,
.files table tr td {
    text-align: center;
}
/*.folders table tr td.icontd,
.files table tr td.icontd {
    padding: 0 10px;
    width: 5px;
}
.folders table tr.actionpanel,
.files table tr.actionpanel {
    border: 1px solid #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-align: left;
}
.folders table tr.actionpanel td,
.files table tr.actionpanel td {
    border: 1px solid #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 0;
    text-align: left;
}*/
/*.folders table tr.actionpanel td:hover,
.files table tr.actionpanel td:hover {
    background: #fff;
}
.folders table tr td.howfiles {
    font-size: 11px;
    border-left: 0;
}
.folders table tr td.howfiles img {
    margin-right: 4px;
}*/

input[type='checkbox'] { 
    height: 10px;
	padding:5px 5px 5px 5px;
	/*margin:0 0 30px 0;*/
	background:#1f2e3d;
	border: none;
	outline:none;
	color:#96999D;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);        
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
/*	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;*/
	-webkit-transition: all 0.15s;
	   -moz-transition: all 0.15s;
		-ms-transition: all 0.15s;
		 -o-transition: all 0.15s;
		  	transition: all 0.15s;			
}

input[type=checkbox]:focus
  {
	outline:none;
}

input[type=checkbox]:checked {
    background-color: #5594e4;
}

tr.files-btns td:hover, tr.actionpanel td:hover {
	background: #34495e;
}

tr.files-btns input.btn-default, tr.actionpanel input.btn-default {
	border: none;
	background: #1f2e3d;
	color: #d9d9d9;
	border-radius: 0;
}

tr.files-btns input.btn-default:hover, tr.actionpanel input.btn-default:hover {
	background: #5594e4;
	color: #fafafa;
}

/*input[type="checkbox"]:checked + label:before {
  background: #3d404e;
  color: #666;
  content: "\2713";
  text-align: center;
}
input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}*/

.folders table tr td.filename,
.files table tr td.filename {
    border-right: 0;
    text-align: left;
    width: 100%;
}
/*.folders table tr.tablesep,
.files table tr.tablesep {
    height: 10px;
    border: 1px solid #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}*/
/*.folders table tr.backfolder {} .folders table tr:last-child td {} .folders table tr:hover td,
.files table tr:hover td {
    background: #f2f2f2;
}*/
/*.files table tr td.tdinfo {
    font-size: 11px;
}
.files table tr th.diamond img {
    padding: 0 0 4px 0;
}
.files .copymove {
    border: 1px solid #C8C8C8;
    background: #F0F0F0;
    color: #838383;
    box-shadow: 0px 0px 20px #D5D5D5 inset;
    -webkit-box-shadow: 0px 0px 20px #D5D5D5 inset;
    -moz-box-shadow: 0px 0px 20px #D5D5D5 inset;
    height: 21px;
    padding: 4px;
    text-align: center;
}*/
.folders table input[type="button"],
/*input[type="submit"],
input[type="button"]{
	height: 21px;
	padding: 2px 5px 3px;
	font-size: 11px;
	color: #fff;
	text-shadow: 0 1px 0 #116583;
	background: #0a9dd2;
	box-shadow: 0 0 19px #1b7899 inset;
	-webkit-box-shadow: 0 0 19px #1b7899 inset;
	-moz-box-shadow: 0 0 19px #1b7899 inset;
	border: 1px solid #307d99;
	cursor: pointer;
	display: inline-block;
}*/

.folders table input[type="button"]:hover,
/*.files table input[type="button"]:hover{
	box-shadow: 0 0 30px #1b7899 inset;
	-webkit-box-shadow: 0 0 30px #1b7899 inset;
	-moz-box-shadow: 0 0 30px #1b7899 inset;
	transition: .3s all ease;
}*/
/*.files label{
	float: left;
	display: block;
	width: 97px;
	height: 29px;
	border: 1px solid #c8c8c8;
	background: #f0f0f0;
	color: #838383;
	box-shadow: inset 0 0 20px #d5d5d5;
	-webkit-box-shadow: inset 0 0 20px #d5d5d5;
	-moz-box-shadow: inset 0 0 20px #d5d5d5;
	line-height: 29px;
	padding: 0 0 0 10px;
	font-size: 13px;
}
.files label + select{
	position: relative;
	left:-1px;
	float: left;
	display: block;
	width: 398px;
	height: 31px;
	border: 1px solid #c8c8c8;
	background: #fff;
	color: #838383;
	box-shadow: inset 0 0 20px #e2e2e2;
	-webkit-box-shadow: inset 0 0 20px #e2e2e2;
	-moz-box-shadow: inset 0 0 20px #e2e2e2;
	line-height: 30px;
	padding: 0 0 0 10px;
	font-size: 13px;
}
.files label + select > option{
	padding:8px;
}*/

.files .search {
    margin: 20px 0 0 0;
    height: 33px;
}
.files .search input[type="text"] {
    float: left;
}
.files .search input[type="text"] + input[type="submit"],
input[type="button"].searchbtn {
    position: relative;
    width: 32px;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 0 19px #1b7899 inset;
    -webkit-box-shadow: 0 0 19px #1b7899 inset;
    -moz-box-shadow: 0 0 19px #1b7899 inset;
    border: 1px solid #307d99;
    background: #0a9dd2 url(../images/icon_search.png) no-repeat scroll 50% 50%;
    color: #838383;
    margin-left: 7px;
}
.files .search input {
    height: 32px;
}
.folders_list input {
    height: 30px;
}
.files .search input[type="text"] + input[type="submit"]:hover {
    transition: all .1s linear;
    box-shadow: inset 0 0 30px #1b7899;
    -webkit-box-shadow: inset 0 0 30px #1b7899;
    -moz-box-shadow: inset 0 0 30px #1b7899;
    border: 1px solid #307d99;
}
/******************* END TABLES *******************/

.clear {
    clear: both;
}
.uploadfile {
    margin-left: auto;
    margin-right: auto;
}
.search input,
.folders_list input,
.advanced input,
.copymove input {
    margin: 0px;
}
.tabberlive .tabbertabhide {
    display: none;
}
.tabber {} .tabberlive {
    margin-top: 1px;
}
ul.tabbernav {
    margin: 0;
    padding: 3px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}
ul.tabbernav li {
    list-style: none;
    margin: 0;
    display: inline;
    width: 110px;
}
ul.tabbernav li a {
    background: #f3f3f3;
    border: 1px solid rgba(0, 0, 0, .06);
    padding: 3px 3px;
    border-bottom: none;
    border-left: none;
    text-decoration: none;
}
ul.tabbernav li a:link {
    color: #66A;
    border: 1px solid rgba(0, 0, 0, .06);
    padding: 3px 3px;
    border-bottom: none;
    border-left: none;
    text-decoration: none;
}
ul.tabbernav li a:first-child {
    border-left: 1px solid rgba(0, 0, 0, .06);
}
ul.tabbernav li a:visited {
    color: #667;
}
ul.tabbernav li a:hover {
    color: #828282;
    border-color: rgba(0, 0, 0, .06);
}
ul.tabbernav li.tabberactive a {
    background-color: #f0f0f0;
    border-bottom: 1px solid #fff;
    color: #828282;
}
ul.tabbernav li.tabberactive a:hover {
    background: white;
    border-bottom: 1px solid white;
}
.tabberlive .tabbertab {
    padding: 5px;
    border-top: 0;
    background-color: #FFF;
    text-align: center;
}
.tabberlive .tabbertab h2 {
    display: none;
}
h2 {
    margin-bottom: 3px;
}
td,
th {
    white-space: nowrap;
}
.tbl1 .search-results td,
.tbl1 .search-results:hover td {
    background: #ff9;
}
#search-dialog {
    display: none
}
.btext {
    white-space: nowrap
}
.comment_body {
    text-align: left;
}
.settings table {
    margin: 0;
}
.settings table tr td {} .settings .tabs li {
    border-bottom: none;
}
.settings .sharetabs .box {
    width: 820px;
}
.settings .mods .box {
    width: 810px;
}
.settings select {
    margin-bottom: 4px;
}
.settings ul.tabs {
    margin-left: auto;
    margin-right: auto;
}
.mods .tabs li {
    width: 50px;
}
/*#container > div {
   margin: auto;
}*/

#container {
    padding-bottom: 100px;
}
.srv_bad td,
.srv_bad:hover td {
    background: #ddd;
}
#dl_bittorent .btext {
    left: 100px;
}
.progressbar-outer {
    margin: auto;
}
.file_block {
    table-layout: fixed;
}
.file_block td {
    text-align: center;
    width: 200px;
}
.icon {
    margin: auto;
    width: 100px;
    height: 90px;
    border: solid 1px #C3C3C3;
    position: relative;
    background: #FFFFFF;
    padding: 1px;
    text-align: left
}
.icon a:link,
.icon a:visited {
    height: 90px;
    width: 100%;
    display: block;
}
.icon a:hover {
    display: block;
    position: absolute;
    z-index: 999;
    width: 160px;
    height: 140px;
    border: solid 1px #C3C3C3;
}
.ok {
    font: bold 13px Arial;
    color: #1b1;
}
#leftcontent {
    float: left;
    width: 480px;
}
#rightcontent {
    float: right;
    width: 480px;
}
.invisible2 td {
    border: 0px;
}
.invisible2 tr:hover td {
    background: #fff
}
.invisible2 td:hover {
    background: auto
}
#show_advanced {
    padding: 5px;
    margin-top: 0;
    margin: 0 auto;
    text-align: left;
}
#show_advanced a {
    margin-left: 3px
}
#upload_controls {
    margin-top: 0
}
.hide {
    display: none
}
/* CUSTOM */





.pricess {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.pricingTable{
    text-align: center;
    background: #727cb6;
    padding-top: 5px;
}
.pricingTable > .pricingTable-header{
    color:#fff;
    background: #273238;
    height: 190px;
    position: relative;
}
.pricingTable > .pricingTable-header:after{
    content: "";
    border-bottom: 40px solid #727cb6;
    border-left: 245px solid transparent;
    position: absolute;
    right:0px;
    bottom: 0px;
}
/*.pricingTable:hover .pricingTable-header{
    height: 230px;
}*/
.pricingTable-header > .heading{
    display: block;
    padding: 20px 0;
}
.heading > h3{
    margin: 0;
    text-transform: uppercase;
}
.pricingTable-header > .price-value{
    display: block;
    font-size: 60px;
    line-height: 60px;
}
.pricingTable-header > .price-value > .mo{
    font-size: 14px;
    display: block;
    line-height: 0px;
    text-transform: uppercase;
}
.pricingTable-header > .price-value > .currency{
    font-size: 24px;
    margin-right: 4px;
    position: relative;
    bottom:30px;
}
.pricingTable > .pricingContent{
    text-transform: uppercase;
    color:#fff
}
.pricingTable > .pricingContent > ul{
    list-style: none;
    padding: 0;
}
.pricingTable > .pricingContent > ul > li{
    padding: 15px 0;
    border-bottom: 1px solid #fff;
}
.pricingTable > .pricingContent > ul > li:last-child{
    border: 0px none;
}
.pricingTable-sign-up{
    padding: 30px 0;
}
.pricingTable-sign-up > .btn-block{
    width: 80%;
    margin: 0 auto;
    background: #273238;
    border:2px solid #fff;
    color:#fff;
    padding: 15px 12px;
    text-transform: uppercase;
    font-size: 18px;
}
.pricingTable-sign-up > .btn-block:hover{
    opacity: 0.9;
}
.pink{
    background: #ed687c;
}
.pink .pricingTable-header:after{
    border-bottom-color: #ed687c;
}
.orange{
    background: #e67e22;
}
.orange .pricingTable-header:after{
    border-bottom-color: #e67e22;
}
.blue{
    background: #3498db;
}
.blue .pricingTable-header:after{
    border-bottom-color: #3498db;
}
@media screen and (max-width: 1200px){
    .pricingTable > .pricingTable-header:after{
        border-left: 215px solid transparent;
    }
}
@media screen and (max-width: 990px){
    .pricingTable{
        margin-bottom: 20px;
    }
    .pricingTable > .pricingTable-header:after{
        border-left: 349px solid transparent;
    }
}
@media screen and (max-width: 480px){
    .pricingTable{
        overflow: hidden;
    }
    .pricingTable > .pricingTable-header:after {
        border-left: 459px solid rgba(0, 0, 0, 0);
    }
}