body {
  padding-top: 60px;
  font-family: Montserrat,sans-serif;
  color: #4d4d4d;
}
* {
	outline: none !important;
}

a {
	text-decoration: none !important;
	color: #58A3FD;
	transition: all .2s linear;
}
.btn {
	border-radius: 1px !important;
	transition: all .2s linear;
}

.btn-primary {
    color: #fff;
    background-color: #58A3FD;
    border-color: #58A3FD;
    transition: all .2s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background: #0075ff;
	border-color: #0075ff;
}
.btn-upload {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    padding: 7px 20px;
    transition: all .2s linear;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
}
.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}
.navbar-inverse {
	background: #0075ff;
	border: 0;
	padding-top: 10px;
    padding-bottom: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.navbar-inverse .navbar-nav>li>a {
	color: #dce8f5;
    font-size: 14px;
    font-weight: 400;
}
.navbar-inverse .navbar-nav>li>a.logout {
    background: #dce8f5;
    color: #58A3FD;
    border-radius: 2px;
    padding: 8px 30px;
    font-weight: 500;
    border: 2px solid #dce8f5;
	transition: all .2s linear;
}
.navbar-inverse .navbar-nav>li>a.logout:active, .navbar-inverse .navbar-nav>li>a.logout:focus, .navbar-inverse .navbar-nav>li>a.logout:hover {
	background: #8dc0f9;
	color: #fff;
	transition: all .2s linear;
}
.navbar-inverse .navbar-nav>li>a:focus, 
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a {
	color: #58A3FD;
    background-color: transparent;
}
.navbar-inverse .navbar-brand {
    color: #555;
	font-weight: 600;
	margin-top: -10px;
}
.navbar-inverse .navbar-brand img {
	position: relative;
	margin-top: -2px;
}
.navbar-inverse .navbar-brand:focus, 
.navbar-inverse .navbar-brand:hover {
	color: #555;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-nav>li>a.register-btn {
    background: #58A3FD;
    color: #fff;
	text-transform: uppercase;
    font-size: 13px;
	font-weight: 500;
	border-radius: 1px;
}
.navbar-nav>li>a.register-btn:focus,
.navbar-nav>li>a.register-btn:hover {
	background: #1ABC9C;
	color: #fff;
}
.navbar-nav>li>a.login-btn {

}
.upload-home {
	height: calc(100% - 12.6vw);
	background: #fff;
	min-height: 600px;
}
.upload-home p {
	font-size: 24px;
	margin: 20px 0;
}
.upload-home p label {
    font-weight: 600;
    color: #58A3FD;
}
.upload-home .upload-section {
    min-height: 500px;
    margin-top: 10px;
    padding: 20px;
    position: relative;
}
.under-home {
    background: #58A3FD;
    padding: 10px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;

    right: 0;
    left: 0;
    bottom: 183px;
}
.under-home p {
	margin: 0;
	font-size: 16px;
	color: #fff;
}
.under-home a.btn-pro {
    border-radius: 1px;
    text-transform: uppercase;
    background: #3AD193;
    border-color: #3AD193;
    margin-left: 20px;
    padding: 8px 30px;
    font-size: 15px;
	font-weight: 600;
}
footer {
    background: #f9fafb;
    padding: 20px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}
footer h2.title {
    font-size: 18px;
    font-weight: 400;
    color: #8dc0f9;
}
footer ul.b-menu {
    padding: 0;
    list-style: none;
}
footer ul.b-menu li {
	padding: 5px;
	font-size: 13px;
}
footer ul.b-menu li a {
    text-decoration: none;
    font-weight: 400;
    color: #ABB2B9;
}
footer ul.b-menu li a:hover {
	color: #58A3FD;
}
footer .map {
    text-align: center;
    position: relative;
}
/* =============
   Checkbox and Radios
============= */
.checkbox {
  padding-left: 20px; 
  margin-bottom: 0;
    margin-top: 0;
  }
  .checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative; }
    .checkbox label::before {
      -o-transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      background-color: transparent;
      border-radius: 2px;
      border: 2px solid #58A3FD;
      content: "";
      display: inline-block;
      height: 17px;
      left: 0;
      margin-left: -20px;
      position: absolute;
      transition: 0.3s ease-in-out;
      width: 17px;
      outline: none !important;
      margin-top: 1px; }
    .checkbox label::after {
      color: #2b3d51;
      display: inline-block;
      font-size: 11px;
      height: 16px;
      left: 1.5px;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      position: absolute;
      top: 1px;
      width: 16px; }
  .checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
  .checkbox input[type="checkbox"]:focus + label::before {
    outline-offset: -2px;
    outline: none; }
  .checkbox input[type="checkbox"]:checked + label::after {
    content: '\f26b';
    font-family: 'Material-Design-Iconic-Font';
    font-weight: bold; }
  .checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #818a91;
    cursor: not-allowed; }

.checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.checkbox.checkbox-inline {
  margin-top: 0; }

.checkbox.checkbox-single label {
  height: 17px; }

.checkbox-custom input[type="checkbox"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }
.checkbox-custom input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #58A3FD;
  border-color: #58A3FD; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #ff5d48;
  border-color: #ff5d48; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #3db9dc;
  border-color: #3db9dc; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f1b53d;
  border-color: #f1b53d; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #1bb99a;
  border-color: #1bb99a; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #9261c6;
  border-color: #9261c6; }
.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-pink input[type="checkbox"]:checked + label::before {
  background-color: #ff7aa3;
  border-color: #ff7aa3; }
.checkbox-pink input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #2b3d51;
  border-color: #2b3d51; }
.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #ffffff; }
/* Radios */
.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative; }
    .radio label::before {
      -o-transition: border 0.5s ease-in-out;
      -webkit-transition: border 0.5s ease-in-out;
      border-radius: 50%;
      border: 2px solid rgba(43, 61, 81, 0.5);
      content: "";
      display: inline-block;
      height: 17px;
      left: 0;
      margin-left: -20px;
      outline: none !important;
      position: absolute;
      transition: border 0.5s ease-in-out;
      width: 17px;
      margin-top: 2px; }
    .radio label::after {
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -webkit-transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      background-color: #24747d;
      border-radius: 50%;
      content: " ";
      display: inline-block;
      height: 11px;
      left: 3px;
      margin-left: -20px;
      position: absolute;
      top: 5px;
      transform: scale(0, 0);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      width: 11px; }
  .radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important; }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
  .radio input[type="radio"]:focus + label::before {
    outline-offset: -2px;
    outline: 5px auto -webkit-focus-ring-color;
    outline: thin dotted; }
  .radio input[type="radio"]:checked + label::after {
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  .radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }

.radio.radio-inline {
  margin-top: 0; }

.radio.radio-single label {
  height: 17px; }

.radio-custom input[type="radio"] + label::after {
  background-color: #64b0f2; }
.radio-custom input[type="radio"]:checked + label::before {
  border-color: #64b0f2; }
.radio-custom input[type="radio"]:checked + label::after {
  background-color: #64b0f2; }

.radio-primary input[type="radio"] + label::after {
  background-color: #58A3FD; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #58A3FD; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #58A3FD; }

.radio-danger input[type="radio"] + label::after {
  background-color: #ff5d48; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #ff5d48; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #ff5d48; }

.radio-info input[type="radio"] + label::after {
  background-color: #3db9dc; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #3db9dc; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #3db9dc; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f1b53d; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f1b53d; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f1b53d; }

.radio-success input[type="radio"] + label::after {
  background-color: #6ed3cf; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #6ed3cf; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #6ed3cf; }

.radio-purple input[type="radio"] + label::after {
  background-color: #9261c6; }
.radio-purple input[type="radio"]:checked + label::before {
  border-color: #9261c6; }
.radio-purple input[type="radio"]:checked + label::after {
  background-color: #9261c6; }

.radio-pink input[type="radio"] + label::after {
  background-color: #ff7aa3; }
.radio-pink input[type="radio"]:checked + label::before {
  border-color: #ff7aa3; }
.radio-pink input[type="radio"]:checked + label::after {
  background-color: #ff7aa3; }
#files_list .checkbox {
    display: inline;
}
div#advanced_opts {
    padding: 0 30px;
}
.well.form-horizontal {
    background: #fff;
    border-color: #fff;
}
div#upload_controls {

}
div#files_list {
  
}
div#files_list .table {
    table-layout: fixed;
}
.xrow td {
    background: #F3F4FF !important;
    border-radius: 2px;
    padding: 15px !important;
    border-top: 2px solid #BAC6FD !important;
	text-align: left;
}
.xfname {
    font-weight: 500;
    margin-right: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #555;
}
.xfsize {
    font-weight: 600;
    color: #999;
    text-align: center;
    font-style: normal;
}
div#files_list .pull-right {
    text-align: right !important;
}
a.del-x {
    font-size: 25px;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #CD2D2D;
}
span.dec {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #777;
}
.fdescr {
    width: 70%;
    display: inline;
    margin-right: 15px;
}
#files_list .checkbox {
    display: inline-block;
    margin-left: 15px;
    margin-top: 7px;
}
input#file_0.opl {
    width: 100%;
    position: absolute;
    background: #f9f9f9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 100px 0;
    opacity: 0;
}

.progressbar-outer {
    background: #F3F4FF;
    height: 26px;
    border-radius: 3px;
    width: 100%;
    padding: 3px;
	position: relative;
}

.progressbar-inner {
    background: linear-gradient(to right,#58A3FD 0,#0075ff 100%);
    height: 20px;
    border-radius: 3px;
	width: 0%;
}
.progressbar-filenames {
    color: #58A3FD;
    text-align: center;
    font-size: 18px;
}
.progressbar-filenames b {
	font-weight: 300;
}

.progressbar-completed {
    text-align: left;
    font-size: 12px;
    color: #777;
    padding: 0 5px;
    float: left;
}
.progressbar-speed {
	text-align: right;
    font-size: 12px;
    color: #777;
    padding: 0 5px;
    float: right;
}
.stop-upload {
    display: none !important;
}
.files-section {
    margin-top: 30px;
    position: relative;
    display: flex;
}
.files-section .folders {
	width: 350px;
	position: relative;
	min-width: 350px;
}
.files-section .files {
	position: relative;
	width: 100%;
	padding-left: 15px;
}
.folders span.title {
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 600;
    color: #999;
    padding: 0 10px;
    margin-bottom: 10px;
    position: relative;
}
.folders ul#folders_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.folders ul#folders_list > li {
    padding: 10px;
}
.folders ul#folders_list > li:hover {
	cursor: pointer;
	background: #f9fafb;
}
.folders ul#folders_list > li > a {
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 500;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.folders ul#folders_list > li  a  i {
    font-size: 20px;
    position: relative;
    top: 1.5px;
    color: #8dc0f9;
}
.folders ul#folders_list li .btn-group {
    float: right;
}
.files span.title {
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 600;
    color: #999;
    padding: 0 10px;
    margin-bottom: 10px;
    position: relative;
}
.files .table {
	margin-top: 10px;
}
.files .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 12px 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #f0f0f0;
}
.files .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #4d4d4d;
}
.files .checkbox.checkbox-single label {
    height: 17px;
    top: 1px;
}
.files .table>thead>tr>th a {
	font-weight: 600 !important;
    color: #555 !important;
    text-decoration: none !important;
}
.files .table>thead>tr>th a i {
	margin-left: 5px;
    top: 1px;
    position: relative;
}
.folders ul#folders_list > li .dropdown-toggle i {
    color: #999;
}
.dropdown-menu {
    border-color: #f9f9f9;
    min-width: 180px;
	padding: 0;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
}
.dropdown-menu .divider {
	margin: 2px 0;
}
.dropdown-menu li a {
    padding: 8px 12px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
}
.dropdown-menu li a i {
    color: #888 !important;
    font-size: 16px !important;
    margin-right: 10px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group.open .dropdown-toggle i {
    color: #555 !important;
}
.form-control {
    border-radius: 1px;
    box-shadow: none !important;
    border-color: #eee;
	font-size: 12px;
}
.form-control:focus {
	border-color: #58A3FD;
	box-shadow: none;
}
.folders .input-group {
	    padding: 10px;
    margin-top: 20px;
}
.icontd a i {
    color: #888;
    font-size: 18px;
}
.dele a i {
    color: #CD2D2D;
    font-size: 18px;
}
.folders .actionpanel {
	padding: 10px;
}
.folders .actionpanel span.title {
	padding: 0;
} 
.folders .actionpanel select {
	margin: 5px 0;
}
.folders .actionpanel .copymove {
	display: block;
    position: relative;
    top: 10px;
}
.action {
    padding: 30px 10px;
    position: relative;
    width: 200px;
    background: #fff;
    min-width: 200px;
    border-left: 1px solid #f0f0f0;
    text-align: center;
}
.action input {
    width: 100%;
    display: block;
    margin: 5px 0;
    padding: 6px;
    border: 1px solid #8dc0f9;
    background: #8dc0f9;
    color: #fff;
}
.action input:hover {
	background: #58A3FD;
	border-color: #58A3FD;
	color: #fff;
}
.action input[name="del_selected"] {
    background: #CD2D2D;
    border-color: #CD2D2D;
	color: #fff;
}
.action input#export {
    background: #3AD193;
    border-color: #3AD193;
    color: #fff;
}
.paging {
    display: block;
    float: left;
    margin-bottom: 30px;
}
.paging a {
    border: 1px solid #8dc0f9;
    margin-left: -1px;
    display: inline-block;
    font-size: 13px;
    color: #58A3FD;
    text-decoration: none;
    padding: 0 12px;
    height: 32px;
    vertical-align: middle;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}
.paging a:hover, .paging a:active {
    border: 1px solid #8dc0f9;
    margin-left: -1px;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    background: #8dc0f9;
    text-decoration: none;
    padding: 0 12px;
    height: 32px;
    vertical-align: middle;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}
.paging span {
    border: 1px solid #58A3FD;
    margin-left: -1px;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    background: #58A3FD;
    text-decoration: none;
    padding: 0 12px;
    height: 32px;
    vertical-align: middle;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}
.paging a.prev {
    border-left: 1px solid #bdc3c7;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}
/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #58A3FD;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7 !important;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #58A3FD;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #58A3FD;
  background-color: #f6f9fb;
  border-left: 2px solid #58A3FD;
  margin-left: -2px;
}

@media screen and (max-width: 767px) {
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0 !important;
}
}
/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}
input[type=button], input[type=reset], input[type=submit] {
	transition: all .2s linear;
}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	transition: all .2s linear;
}
table.table-account input[type=button], table.table-account input[type=reset], table.table-account input[type=submit] {
    color: #fff;
    background-color: #58A3FD;
    border: 1px solid #58A3FD;
    font-weight: 400;
    padding: 4px 20px;
    margin-top: -4px;
    margin-bottom: -8px;
}
table.table-account input[type=button]:hover, table.table-account input[type=reset]:hover, table.table-account input[type=submit]:hover {
	background: #0075ff;
	border-color: #0075ff;
}
table.table-account tbody tr td {
    padding: 10px;
    border-color: #fff;
    color: #4d4d4d;
    font-weight: 600;
}
table.table-account tbody tr td:first-child {
    text-align: right;
    color: #93a3b5;
	font-weight: 400;
	width: 30%;
}
table.table-account tbody tr:first-child td {
    border-top: 0;
}
.btn-success {
    border-color: #3AD193;
    background: #3AD193;
}
.btn-success:hover, .btn-success:active, .btn-success:focus {
	background: #32C488;
	border-color: #32C488;
}
.btn-danger {
	border-color: #CD2D2D;
    background: #CD2D2D;
}
table.table-account .form-control {
	margin-top: -4px;
    margin-bottom: -8px;
}
#config table.table-account .btn {
	margin-top: -4px;
    margin-bottom: -8px;
}
#config table.table-account .radio {
	margin: 0 !important;
}
#config table.table-account .form-control {
	display: inline;
}
#config table.table-account .webmaster {
	text-align: center !important;
}
table.table-session tbody tr td {
    padding: 10px;
    border-color: #fff;
    color: #4d4d4d;
    font-weight: 400;
}
table.table-session thead tr th {
    font-weight: 600;
    border-color: #f0f0f0;
    border-bottom: 1px;
}
.form-inline label {
    margin: 0 5px;
    font-weight: 400;
    color: #777;
}
h2.page-title {
    font-size: 20px;
    padding: 15px 0;
    color: #58A3FD;
}

table.table-striped thead tr th {
	font-weight: 500;
    color: #555;
	padding: 10px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}
table.table-striped tbody tr td {
	padding: 10px;
    text-align: center;
    color: #777;
    border-color: #f0f0f0;
}

.folders .paging {
	padding: 20px 10px;
}
.download1 .page-title {
	padding: 0;
	font-weight: 600;
}
.download1 .sub-title {
	color: #777;
	font-size: 15px;
}
.download1 div.jwplayer {
    margin: 0 auto;
	width: 100% !important;
	height: 600px !important;
}
.download1 ul#sharebuttons {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0;
    position: relative;
}
.download1 ul#sharebuttons li {
    display: inline-block;
    padding: 5px 10px;
    font-size: 15px;
    color: #999;
    font-weight: 500;
}
.download1 ul#sharebuttons li a {
    margin-left: -8px;
    margin-right: -8px;
    background: #8dc0f9;
    width: 41px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 10px;
    text-align: center;
}
.download1 ul#sharebuttons li a.fb:hover {
	background: #3b5999;
}
.download1 ul#sharebuttons li a.tw:hover {
	background: #55acee;
}
.download1 ul#sharebuttons li a.vk:hover {
	background: #4c75a3;
}
.download1 ul#sharebuttons li a.gplus:hover {
	background: #dd4b39;
}
.btn-download {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    position: relative;
	color: #0075ff;
    background: #fff;
}
.btn-download:hover {
	background: rgba(255,255,255,0.8);
	color: #0075ff;
}
.btn-download span {
    position: relative;
}
.btn-download i {
    position: absolute;
    width: 50px;
    font-size: 46px;
    left: 10px;
    top: 18px;
}
.btn-download small {
    display: block;
    font-size: 14px;
    color: #f0f0f0;
}
.captcha-wrap table{
    margin: 5px auto;
}
.captcha-wrap table input[type="text"]{
    height: 26px;
    border: 1px solid #ddd;
    outline: none;
    text-align: center;
}
.captcha-wrap .g-recaptcha > div{
    margin: 5px auto;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #0075ff;
    border-color: #0075ff;
}
.form-group .control-label {
    text-align: right;
    font-weight: 500;
    color: #777;
}
.form-group .copy {
	height: 35px;
    margin-left: -15px;
}
.no-file {
	min-height: 450px;
}
.no-file .page-title {
	font-weight: 600;
	font-size: 28px;
	color: #a94442;
}
.video-js {
    width: 100% !important;
    height: 600px !important;
}
.login .box {
	margin: 0 auto;
}
.login .box h2.title {
    margin: 0;
    font-size: 22px;
    text-align: center;
    color: #58A3FD;
    padding-bottom: 15px;
    border-bottom: 2px solid #F2F4FF;
    font-weight: 300;
}
.login .box form {
    padding-top: 15px;
}
.login .box form .form-control {
    margin-bottom: 5px;
    padding: 6px 10px;
    height: 40px;
    color: #888;
}
.login .btn-save {
	padding: 10px 15px;
    font-size: 18px;
}
.login .box form a {
	margin-right: 15px;
}
.upl-result .name {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 50px;
    color: #777;
}
.upl-result .name .size {
	position: absolute;
    right: 0;
    top: 0;
    font-weight: 600;
    color: #555;
}
.page ul {
    list-style: none;
    padding: 5px;
}
.page ul li {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
    color: #555;
}
.page ul li b {
    font-weight: 600;
    font-size: 15px;
    color: #4d4d4d;
}
.tos ul {
    padding: 15px;
}
.tos ul li {
    padding: 0;
    border: 0;
    color: #333;
    font-weight: 600;
}
.pro {
	padding-bottom: 100px;
}

.proPlan {
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-top: 5px solid #58A3FD;
}
.pro .col-md-3.col-sm-6.col-xs-12:nth-child(2) .proPlan {
    zoom: 1.2;
    margin-top: -20px;
	border-top: 5px solid #E74C3C;
}
.proPlan .period {
    text-align: center;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #58A3FD;
}
.pro .col-md-3.col-sm-6.col-xs-12:nth-child(2) .proPlan .period {
    color: #E74C3C;
}
.proPlan .amount {
    padding: 30px 15px;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    margin: 0 -15px;
    background: #58A3FD;
    color: #fff;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.pro .col-md-3.col-sm-6.col-xs-12:nth-child(2) .proPlan .amount {
    background: #E74C3C;
}
.proPlan .incontent {
    padding: 15px;
    text-align: center;
}
.proPlan .incontent ul {
    padding: 0;
    list-style: none;
    text-align: center;
}
.proPlan .incontent ul li {
    border-bottom: 2px solid #f6f6f6;
    padding: 12px;
    margin: 0 -30px;
	font-size: 14px;
}
.proPlan .incontent ul li.meth {
    background: #f6f6f6;
}
.proPlan a.btn-buy {
    background: #58A3FD;
    border-color: #58A3FD;
    border-radius: 1px;
    padding: 12px 0;
    text-transform: uppercase;
    margin-bottom: 5px;
	font-size: 13px;
}

.pro .proPlan.day60 {
    margin-top: -20px !important;
    border-top: 5px solid #3AD193 !important;
    margin-bottom: 50px;
}
.pro .proPlan.day60 .period {
    color: #3AD193;
}
.pro .proPlan.day60 .amount {
    background: #3AD193;
	padding: 50px 15px;
	font-size: 32px;
}
.pro .proPlan.day60 a.btn-buy {
    background: #3AD193;
    border-color: #3AD193;
}
.hide2 {
	display: none;
}

.navbar-inverse .navbar-toggle {
    border: 0;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
span.icon-bar:nth-child(2) {
	width: 18px;
}
span.icon-bar:nth-child(4) {
	width: 15px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #58A3FD;
}
.navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #fff;	
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #f0f0f0;
}
@media screen and (max-width: 992px) {
	.files-section {
		display: block;
	}
	.files-section .files {
		padding: 30px 0;
        display: block;
	}
	.files-section .files .search {
		padding: 30px 0;
	}
	.files-section .files .search .col-md-6 {
		padding: 0;
	}
	.files-section .files .search .col-md-6 .input-group {
		width: 100%;
        padding: 0;
        margin: 0;
	}
	.files-section .files .table>thead>tr>th:nth-child(7) {
		display: none;
	}
	.files-section .files .table>tbody>tr>td:nth-child(7) {
	   display: none;
	}
	.upload-home .upload-section {
       background-size: 100%;
    }
	.pro .col-xs-12 {
	   margin: 20px 0 !important;
    }
    .pro .col-xs-12 .proPlan.day120 {
	   margin: 0 !important;
    }
} 

.page form label {
    font-size: 13px;
    color: #777;
	width: 100%;
    padding: 0 5px;
}
.page form label a {
    color: #333;
	font-size: 12px;
	font-weight: 400;
}
body.light {
    overflow: hidden;
}
body.light #viewContent {
    z-index: 1031;
}
body.light #lightOn {
	z-index: 1031;
	background: #fff;
	border-color: #fff;
	position: relative;
}
body.light #lightOn:hover {
	color: #58A3FD;
}
.lightOff {
	background: rgba(0,0,0,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
}
.footer-sub {
    padding: 20px 0;
    background: #282f3d;
    color: #fff;
    text-align: center;
}
.footer-sub p {
	margin: 0;
    font-size: 16px;
}
.index {
	background: #0d2a56;
    min-height: 600px;
    text-align: center;
    color: #fff;
    padding: 150px 0;
}
.index h2 {
    font-size: 40px;
    font-weight: 600;
}
.index p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #36484c;
}
a.btn.btn-default.btn-lg.btn-upload {
    padding: 15px 35px;
    font-size: 17px;
    color: #fff;
    background: #36484c;
    border: 2px solid #fff;
    border-radius: 2px !important;
}
a.btn.btn-default.btn-lg.btn-upload:hover {
	background: #fff;
	color: #0075ff;
}
.info {
    padding: 30px 0;
    text-align: center;
    background: #f9f9f9;
}
.info h2 {
    color: #58A3FD;
}
.info p {
    color: #333;
    font-size: 20px;
}
.info .features {
    margin-top: 70px;
    background: #fff;
    padding: 50px 20px;
    transition: box-shadow .75s;
}
.info .features i {
    color: #0075ff;
    padding: 25px;
    font-size: 50px;
    border: 2px solid #0075ff;
    border-radius: 52px;
	width: 104px;
    height: 104px;
}
.info .features h3 {
    color: #282828;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 0;
}
.info .features p.more {
    color: #787878;
    font-size: 16px;
}
.statistic {
    padding: 60px 0;
    text-align: center;
    background: #0d2a56;
    background: -webkit-linear-gradient(to right, #0075ff, #58A3FD);
    background: linear-gradient(to right, #0075ff, ##0d2a56);
    color: #fff;
}
.statistic h2 {
	margin-top: 15px;
    font-size: 30px;
    font-weight: 600;
}
.statistic p {
	font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #fff;
}
.join {
    padding: 50px 0;
    text-align: center;
}
.join h2 {
	font-size: 35px;
    font-weight: 600;
    color: #555;
    margin-bottom: 20px;
}
.join p {
	font-size: 18px;
    color: #777;
    margin-bottom: 25px;
}
.join a.btn-join {
	padding: 15px 45px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    border: 2px solid #58A3FD;
    border-radius: 2px !important;
    color: #58A3FD;
}
.join a.btn-join:hover {
	background: #58A3FD;
	color: #fff;
	border-color: #0075ff;
}
.upload-section .box {
	display: none;
}
.upload-section .box.visible {
	display: block;
}
.upload-section .section {
	text-align: center;
	margin: 0 auto;
}
.upload-section .section ul.tabs {
	list-style: none;
    padding: 0;
    margin-bottom: 20px;
    display: inline-block;
}
.upload-section .section ul.tabs li {
	display: inline-block;
    padding: 15px 25px;
    background: #f4f4f4;
    color: #777;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}
.upload-section .section ul.tabs li.current {
	background: #0075ff;
    color: #fff;
    font-weight: 600;
}
.upload-section .section .browsebtn label {
	display: block;
    width: 250px;
    margin: 50px auto;
	cursor: pointer;
}
.upload-section .section .browsebtn label .upload-button svg {
	height: 250px;
}
.upload-section .section .browsebtn label .upload-button svg #first {
	fill: #f0f0f0;
}
.upload-section .section .browsebtn label .upload-button svg #second {
	fill: #f0f0f0;
}
.upload-section .section .browsebtn label .upload-button svg #third {
	fill: #f0f0f0;
}
.upload-section .section .browsebtn label .upload-button svg #fourth {
	fill: #f0f0f0;
}
.upload-section .section .browsebtn label .upload-button svg #fifth {
	fill: #f0f0f0;
}

.upload-section .section .browsebtn label:hover .upload-button svg #first {
	fill: #58A3FD;
}
.upload-section .section .browsebtn label:hover .upload-button svg #second {
	fill: #58A3FD;
}
.upload-section .section .browsebtn label:hover .upload-button svg #third {
	fill: #58A3FD;
}
.upload-section .section .browsebtn label:hover .upload-button svg #fourth {
	fill: #58A3FD;
}
.upload-section .section .browsebtn label:hover .upload-button svg #fifth {
	fill: #58A3FD;
}
.upload-section .section .browsebtn p {
	font-size: 18px;
    display: block;
    font-weight: 500;
    color: #777;
}
.upload-section .section .browsebtn p label {
	display: inline-block;
    margin: 0;
    width: auto;
    margin-left: 10px;
    font-weight: 700;
    color: #0075ff;
    text-decoration: underline;
    margin-bottom: 50px;
}
.upload-section .section .progress_div {
	margin: 50px 0;
}
div#url_upload .tabcontent {
	    margin: 50px 0;
}
div#url_upload .tabcontent .advanced {
	margin-top: 20px;
}
div#url_upload .tabcontent .checkbox {
	display: inline-block;
}
div#url_upload .tabcontent .btn-upload {
	display: inline-block;
    margin-left: 50px;
}

div#copy_upload .tabcontent {
	    margin: 50px 0;
}
div#copy_upload .tabcontent .checkbox {
	display: inline-block;
}
div#copy_upload .tabcontent .btn-upload {
	display: inline-block;
    margin-left: 50px;
}
ul#files_list {
    list-style: none;
    position: relative;
    margin: 0 auto;
	padding: 0;
}
ul#files_list li {
    padding: 15px;
    background: #f9f9f9;
    text-align: left;
	margin-bottom: 10px;
}
ul#files_list li font.xfname {
    font-size: 18px;
    font-weight: 500;
    color: #555;
    padding: 5px 0;
    display: inline;
	overflow: hidden;
    text-overflow: ellipsis;
}
ul#files_list li font.xfsize {
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    color: #555;
    display: inline;
    margin-left: 10px;
    margin-bottom: 20px;
}
ul#files_list li .form-group {
	margin-top: 10px;
    display: flex;
    margin-right: 15px;
}
.uploadfile {
    display: flow-root;
    position: relative;
    padding-bottom: 50px;
}
#advanced_opts .adve {
	background: #f9f9f9;
	padding: 15px;
}
#advanced_opts .adve .form-group {
	
}
#advanced_opts .adve .form-group label {
	text-align: left;
    font-weight: 500;
    display: block;
    margin: 5px;
}
.upl-result p.size {
    font-size: 17px;
    font-weight: 600;
    color: #aaa;
    margin: 15px 0;
}
.upl-result a.download {
    background: #58A3FD;
    color: #fff;
    padding: 10px 25px;
    margin-top: 20px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.upl-result table.table tbody tr td {
	vertical-align: middle;
}
.upl-result table.table tbody tr td:first-child {
	font-weight: 600;
    color: #4d4d4d;
}
.upl-result table.table tbody tr td button.btn {
	
}
.download .uper {
    background: #4CC8D5;
    padding: 15px;
    position: relative;
    color: #fff;
    border-radius: 2px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	display: flex;
}
.download .uper .icon {
	font-size: 60px;
    width: 60px;
    text-align: center;
}
.download .uper .icon i {
	
}
.download .uper .infos {
	    position: relative;
    width: 100%;
    padding-right: 40px;
}
.download .uper .infos h2 {
	font-size: 20px;
    position: relative;
    top: -5px;
    margin-left: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
	    margin-bottom: 0;
}
.download .uper .infos ul.links {
	position: relative;
    display: inline-block;
    list-style: none;
    padding: 0 15px;
}
.download .uper .infos ul.links li {
	display: inline-block;
    margin-right: 10px;
    position: relative;
    font-size: 15px;
}
.download .uper .infos ul.links li strong {
    font-weight: 600;
    margin-right: 5px;
}
.download .uper .infos ul.links li a {
	color: #4CC8D5;
}
.download .uper .infos ul.links li a:hover {
	color: #fff;
}
.download .countdown {
	padding: 5px 15px; 
	font-size: 50px;
	color: rgba(255,255,255,0.5);
}
.download .btn {
	border-radius: 2px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

ul#sharebuttons {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 15px 0;
}
ul#sharebuttons li {
    font-size: 16px;
    font-weight: 500;
    color: #777;
    display: inline-block;
    margin-right: 10px;
}
.btn-social {
	padding: 8px 10px;
    position: relative;
    border: 1px solid transparent;
    color: #fff;
	border-radius: 2px;
}
.btn-social.fb {
	border-color: #3b5999;
	background: #3b5999;
}
.btn-social.tw {
	border-color: #55acee;
	background: #55acee;
}
.btn-social.vk {
	border-color: #4c75a3;
	background: #4c75a3;
}
.btn-social.gplus {
	border-color: #dd4b39;
	background: #dd4b39;
}
.btn-social:hover {
	color: rgba(255,255,255,0.8);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.download .dol {
    background: #0075ff;
    padding: 15px;
    position: relative;
    border-radius: 2px;
    color: #fff;
}
.download .dol .btn-download {
	margin-top: 15px;
}
.download .dol .btn-download i {
	position: relative;
    font-size: 20px;
    left: 0;
    width: 20px;
    margin-right: 5px;
    top: 5px;
}
.download ul.file-info {
    padding: 0;
    text-align: left;
    list-style: none;
    position: relative;
    margin: 15px 0;
}
.download ul.file-info li {
    padding: 15px 0;
    font-size: 17px;
    font-weight: 400;
    border-bottom: 1px solid #f0f0f0;
}
.download ul.file-info li i {
    position: relative;
    font-size: 25px;
    top: 5px;
    margin-right: 15px;
    color: #0075ff;
}
@media screen and (max-width: 767px) {
	.download .uper {
		display: block;
	}
	.download .uper .icon {
		font-size: 16px;
		width: 20px;
		display: inline-block;
	}
	.download .uper .infos i {
		display: inline-block !important;
		margin-right: 5px;
	}
	.download .uper .infos ul.links {
		padding: 0 10px;
	}
	.download .download-btn {
		padding: 0 10px;
	}
	.download .btn {
		width: 100%;
		text-align: center;
	}
	.form-group .copy {
		margin-left: 0;
		margin-top: 7px;
	}
	.download .countdown {
		text-align: center;
	}
	.download  .float-a {
		position: fixed;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(69, 101, 173, 0.1);
    box-shadow: 0px 0px 30px rgba(69, 101, 173, 0.1);
    padding: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    border-top: 1px solid #efefef;
	margin: 0 auto;
	}
	.upload-section .section ul.tabs {
		width: 100%;
		display: block;
	}
	.upload-section .section ul.tabs li {
		display: block;
		width: 100%;
		margin: 7px 0;
	}
}
.dl-header {
    background: #ffffff;
    position: relative;
    top: -20px;
    display: block;
    padding-top: 100px;
    padding-bottom: 60px;
}
.dl-header .container {
	background: #4CC8D5;
    padding: 25px;
}
.dl-header h3 {
	position: relative;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #4f4e4e;
    font-weight: 300;
}

.dl-header h3 strong {
	font-weight: 500;
	margin-right: 10px;
}
.fileInfo {
    position: relative;
    display: flex;
    padding: 15px;
    background: #4CC8D5;
    color: #4f4e4e;
    margin: 15px auto;
    margin-bottom: 0;
}
.fileInfo .icon {
    width: 100px;
    text-align: center;
}
.fileInfo .icon i {
	font-size: 100px;
	color: #fff;
}
.fileInfo .share-info {
    width: 45%;
    position: relative;
    margin-left: 10px;
}
.fileInfo .share-info h2 {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    padding-top: 3px;
	width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fileInfo .share-info ul.links {
    border: 0;
    list-style: none;
    display: inline-block;
    padding: 0;
    padding-top: 20px;
}
.fileInfo .share-info ul.links li {
    display: inline-block;
    position: relative;
}
.fileInfo .share-info ul.links li a {
    background: rgba(255,255,255,0.8);
    display: inline-block;
    padding: 5px;
    width: 40px;
	font-size: 20px;
    text-align: center;
    margin-right: 10px;
    transition: all 0.2s ease-out;
}
.fileInfo .share-info ul.links li.sahre-it {
    line-height: 36px;
    margin-right: 15px;
    position: relative;
    top: -2px;
    color: rgba(255,255,255,0.7);
    font-weight: 600;
    vertical-align: top;
}
.fileInfo .download-button {
    width: 300px;
    vertical-align: middle;
    line-height: 100px;
    transition: all 0.2s ease-out;
}
.fileInfo .download-button .btn-dow i {
    position: relative;
    font-size: 20px;
    top: 4px;
    margin-right: 5px;
}
.fileBottom {
    margin-bottom: 20px;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background: #f0f0f0;
    display: block;
}
.download-timer a {
    background: rgba(255,255,255, 0.8);
    padding: 10px 25px;
    min-width: 200px;
    color: #1F60C0;
    font-size: 14px;
    border-radius: 1px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .2s linear;
}
.fileInfo .download-button .btn-dow {
    background: #fff;
    color: rgba(31,96,192, 0.8);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 2px;
    padding-left: 20px;
}
.fileBottom p {
    margin: 0;
    color: #777;
}
.fileInfo .icon i {
    font-size: 60px;
    line-height: 100px;
    vertical-align: middle;
    text-align: center;
}
.fileInfo .share-info p.done {
    display: block;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    padding: 24px;
}
.fileBottom p .btn-goPro {
    background: #E74C3C;
    padding: 8px 25px;
    color: #fff;
    margin-left: 15px;
    font-size: 12px;
    border-radius: 1px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-out;
}
.fileInfo .download-button .btn-dow:hover, .fileInfo .download-button .btn-dow:active, .fileInfo .download-button .btn-dow:focus, .fileInfo .download-button .btn-dow.active {
    color: #1F60C0;
    background: #fff;
    transition: all 0.2s ease-out;
}
.fileInfo .share-info ul.links li a:hover {
    background: #fff;
}
.btn-fb {
    color: #3b5999 !important;
}
.btn-tw {
    color: #55acee !important;
}
.btn-vk {
    color: #4c75a3 !important;
}
.btn-gplus {
    color: #dd4b39 !important;
}
.btn-fb:hover, .btn-tw:hover, .btn-vk:hover, .btn-gplus:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(69, 101, 173, 0.1);
    box-shadow: 0px 0px 30px rgba(69, 101, 173, 0.1);
    transition: all 0.2s ease-out;
    background: #fff;
}
.download-timer {
    font-weight: bold;
    text-align: center;
}
.fileInfo .download-button .download-timer-seconds {
    font-size: 60px;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    color: rgba(255,255,255,0.8);
}
.dl-header ul.links {
	position: relative;
    display: inline-block;
    list-style: none;
    padding: 0;
}
.dl-header ul.links li {
	display: inline-block;
    color: #4f4e4e;
    margin-right: 10px;
}
.dl-header ul.links li strong {
	font-weight: 500;
    margin-right: 3px;
}
.dl-header ul.links li.use a {
    color: #680101;
    text-decoration: underline;
}
.dl-header ul.links li a.report {
	color: #680101;
}
.dl-header ul.links li a.report i {
	margin-right: 3px;
}
.ad-unit {
	display: block;
	position: relative;
	margin: 25px auto;
	text-align: center;
}
.float-a {
    position: relative;
    left: 0;
    z-index: 100;
    margin: 0 auto;
    text-align: center;
    right: 0;
    padding: 20px;
}
.actionbuttonS .btn {
    margin: 5px;
    display: inline-block;
    padding: 10px 25px;
}
@media screen and (max-width: 768px) {
	.fileInfo {
		display: block;
	}
	.actionbuttonS .btn {
		display: block;
		width: 100%;
	}
	.fileInfo .share-info {
		margin: 15px 0;
		width: 100%;
	}
	.fileInfo .share-info ul.links {
		width: 100%;
		text-align: center;
	}
	.fileInfo .share-info ul.links li {
        margin-bottom: 5px;
	}
	.fileInfo .share-info ul.links li.sahre-it {
		display: block;
		text-align: left;
	}
	.fileInfo .share-info ul.links li a {
		width: auto;
    text-align: left;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
	}
	.fileInfo .share-info ul.links li a .visible-xs {
		display: inline !important;
	}
	.fileInfo .share-info ul.links li a i {
		margin-right: 15px;
	}
	.fileInfo .download-button {
		width: 100%;
	}
	.fileBottom p .btn-goPro {
		margin: 0;
	}
	.mobileDL {
		margin-bottom: 50px;
	}
	.mobileDL .downloadbtn {
		background: #58A3FD;
    border-color: #58A3FD;
    color: #fff;
    text-transform: uppercase;
    padding: 12px;
    font-weight: 500;
	}
	.mobileDL .downloadbtn i {
		
	}
}

.mobileDL {
		margin-bottom: 50px;
	}
	.mobileDL .downloadbtn {
		background: #58A3FD;
    border-color: #58A3FD;
    color: #fff;
    text-transform: uppercase;
    padding: 12px;
    font-weight: 500;
	}
	.mobileDL .downloadbtn i {
		
	}
td.tdinfo {
    text-align: center;
}
.folders ul#folders_list > li > a small.size {
	font-size: 9px;
    display: inline-block;
    text-transform: uppercase;
    color: #aaa;
    line-height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: 600;
}
.statistic h1 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 400;
}
.statistic p {
	margin-bottom: 50px;
}
.statistic .form-control {
	border: 0;
    height: 60px;
    border-radius: 2px;
    padding: 15px 25px;
    font-size: 17px;
}
.statistic .btn-go {
	border: 0;
    height: 60px;
    background: #0075ff;
    padding: 10px 50px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(255,255,255,0.6);
	transition: all .3s linear;
}
.statistic .btn-go i {
	margin-left: 5px; 
	position: relative;
	font-size: 20px;
	top: 3px;
	transition: all .3s linear;
}
.statistic .btn-go:hover {
	color: #fff;
	transition: all .3s linear;
}
.statistic .btn-go:hover i {
	margin-left: 15px;
	transition: all .3s linear;
}

.links {
    position: relative;
    display: block;
    margin:  10px;
}
.adsBottom.visible-xs {
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding: 15px;
    background: #f9f9f9;
    border-top: 2px solid #f0f0f0;
    left: 0;
    right: 0;
}
.adsBottom.visible-xs button#close {
    position: absolute;
    right: 15px;
    top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #eee;
    border: 1px solid #ddd;
    color: #555;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
}
.adsBottom.visible-xs .content {
    margin: 0 10px;
    margin-top: 5px;
    display: block;
    position: relative;
}