#main, .main{
	margin-top:60px;
	background-color: #F9F9F9;
	height: 100% ;
}

[canvas=container],
[off-canvas] {
    padding: 10px 20px;
}

[class*=js-] {
    cursor: pointer;
}
#search-bar[off-canvas*=top]{
	height:2.5em;
	padding-top:.5em;
	text-align:center;
}


/*!
 * Slidebars Website
 * Version: 2.0
 * Url: http://www.adchsm.com/slidebars/
 * Author: Adam Charles Smith
 * Author url: http://www.adchsm.com/
 */
body {
  background-color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
}
a,
.link {
  color:#313131;
  text-decoration: none;
}
a:hover,
.link:hover {
  color: #313131;
  text-decoration: none;
}
h1 {
  font-size: 24px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
	font-size: 1em;
}
pre {
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 85%;
  padding: 10px;
  overflow-y: auto;
  margin: 20px 0;
}
.black-text {
  color: #000000;
  color: rgba(0, 0, 0, 0.87);
}
.black-secondary {
  color: rgba(0, 0, 0, 0.54);
}
.black-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.black-divider {
  color: rgba(0, 0, 0, 0.12);
}
.white-text {
  color: #ffffff;
  color: white;
}
.white-secondary {
  color: rgba(255, 255, 255, 0.7);
}
.white-disabled {
  color: rgba(255, 255, 255, 0.3);
}
.white-divider {
  color: rgba(255, 255, 255, 0.12);
}
.small, small {
  font-size: 85%;
}
strong {
  font-weight: 600;
}
li .fa {
  vertical-align: initial;
  margin-right: 5px;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  padding-left: 1em;
}
ul li {
  margin-bottom: 5px;
}
ul.unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
[canvas=container] {
  margin-top: 60px;
  height: -webkit-calc( 100% - 60px );
  height: -moz-calc( 100% - 60px );  
}
[off-canvas] .padded-box {
  padding: 20px;
}
[off-canvas] ul.menu {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
[off-canvas] ul.menu li a {
  color: rgba(255, 255, 255, 0.87);
  display: block;
  padding: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
}
[off-canvas] ul.menu li a:hover {
  color: #ff3838;
  background-color: rgba(255, 255, 255, 0.1);
}
img#logo-menu {
  margin: 20px;
  max-width: 120px;
}

.header__logo  {
width: 200px;	
height: 60px;
	text-align: center;
}

img#profile {
  max-width: 150px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
}
.demos-menu {
  height: 160px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.demos-menu .demo-block {
  display: inline-block;
  width: 130px;
  margin: 30px;
  text-align: center;
}
.demos-menu .demo-icon {
  width: 56px;
  height: 56px;
  border-radius: 15%;
  background-color: white;
  margin: 0 auto;
}
.demos-menu .demo-icon .fa {
  line-height: 56px;
  top: 0;
  font-size: 24px;
}
.demos-menu .demo-text {
  font-size: 10px;
  color: white;
}

.demo-slidebar {
  padding: 20px;
}
.demo-slidebar p:first-child {
  margin-top: 0;
}

.custom-responsive-width {
  width: 70%;
}
@media (min-width: 500px) {
  .custom-responsive-width {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .custom-responsive-width {
    width: 30%;
  }
}

.custom-fixed-width {
  width: 150px;
}

.custom-fluid-height {
  height: 50%;
}

.custom-transition-duration {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.custom-transition-duration-2 {
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}

[class*=js-open-],
[class*=js-toggle-],
[class*=js-close-] {
  cursor: pointer;
}

nav[canvas] {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: 100;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 5px 0px #343434;
-webkit-box-shadow: 0px 1px 5px 0px #343434;
-o-box-shadow: 0px 1px 5px 0px #343434;
box-shadow: 0px 1px 5px 0px #343434;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#343434, Direction=270, Strength=1);	
}
nav[canvas] .button {
	top: 0;
	background-color: rgba(255, 255, 255, 1);
	font-size: 1em;
	border: none;
	}
@media (max-width: 413px) {
  nav[canvas] .button .fa {
    margin: 0;
  }
}
nav[canvas] .button span.text {
  display: none;
}
@media (min-width: 515px) {
  nav[canvas] .button span.text {
    display: inline;
  }
}

#logo {
  width: 200px;
  height:60px;
  position: relative;
  top: 0px;
}

.maske{
	display: none ;
}

table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border-collapse: inherit;
}

td {
  padding: 10px;
}

thead tr td,
tr:not(:last-of-type) td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

td:not(:last-of-type) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

td.control-width {
  width: 100px;
}

.green {
  color: #4caf50;
}

.orange {
  color: #ffc107;
}

.red {
  color: #f44336;
}

[mhtn=container] {
  max-width: 100%;
}

[canvas=container] [mhtn=row]:not(.no-margin) {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  [canvas=container] [mhtn=row]:not(.no-margin) {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

img#browserstack {
  vertical-align: middle;
  position: relative;
  top: -1px;
}

#banner {
  display: none;
}
@media (min-width: 900px) {
  #banner {
    display: block;
  }
  #banner img {
    max-width: none;
    width: 100%;
  }
}

ol.breadcrumb {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 85%;
  list-style-type: none;
}
ol.breadcrumb li {
  display: inline;
  color: rgba(0, 0, 0, 0.54);
}
ol.breadcrumb li:not(:last-child):after {
  content: ' / ';
  color: rgba(0, 0, 0, 0.12);
}
ol.breadcrumb li:last-child {
  color: rgba(0, 0, 0, 0.26);
}

.button {
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  line-height: 1em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 5px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.7em;
}
.button .fa {
  top: 0;
  margin-right: 5px;
  color: #000000;
}
.button:hover {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 400px) {
  .button.expand-on-mobile {
    display: block;
    text-align: center;
  }
}
.button.red {
  color: white;
  border: 0 none;
  background-color: #ff5252;
}
.button.red:hover {
  background-color: #ff3838;
}
.button.purple {
  color: white;
  border: 0 none;
  background-color: #7c4dff;
}
.button.purple:hover {
  background-color: #6933ff;
}
.button.blue {
  color: white;
  border: 0 none;
  background-color: #40c4ff;
}
.button.blue:hover {
  background-color: #26bcff;
}
.button.paypal {
  color: white;
  border: 0 none;
  background-color: #11559D;
}
.button.paypal:hover {
  background-color: #2997D8;
}

.button-group {
  margin-bottom: 15px;
  font-size: 0;
}
.button-group .button {
  border-radius: 0;
}
.button-group .button:first-child {
  border-radius: 4px 0 0 4px;
}
.button-group .button:last-child {
  border-radius: 0 4px 4px 0;
}
.button-group .button:nth-child(2) {
  left: -1px;
}
.button-group .button:nth-child(3) {
  left: -2px;
}

.box:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  padding: 10px;
  margin: 15px -10px;
}
.box h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.box p {
  margin: 0;
}

.sidebar {
  margin-top: 10px;
  padding: 25px 0 5px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#menu{background-color: #FFFFFF;border-left-width: 1px; border-left-color: #000000; border-left-style: solid; z-index:2}
#menu > a{display: block; border-bottom: #DDDDDD solid 1px; padding: .5em;}
#menu > a:first-child{border-bottom: none;}
#menu #others{position:absolute;bottom:0;width: 100%; background-color: #FFFFFF;}
#menu #others li,#menu #others ul{margin:0;padding: 0}
#menu #others li{list-style: none;background-color:#FFFFFF; color:#fff; width: 45%; padding:5px; display: block; display: inline; float: left; white-space: nowrap;}
#menu #others li a{color:#fff}

#titrecoll {
	font-size: 1em ;
	color: #888888 ;
	border-style: solid;
    border-width: 0px 0px 1px 0px;
	padding-left: 10px;
	margin-bottom: 5px;
	
}

#main    div  div.newalbumcata{clear: both;margin-bottom: 1em;}
#main    div  div.newalbumcata > div:nth-child(1){
	width:20%; float:left; clear:left; height:auto !important;margin-bottom: 1em;
}
#main     div  div.newalbumcata > div:nth-child(3){
	width:auto !important; padding-left: 20%;margin-bottom: 1em;
}

#main    div  div.newalbumcata > div > a > img{
	float:left; clear:left; width:90%;height: 90px;
}

@media (min-width: 900px) {
  .sidebar {
    margin-top: 23px;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
  }
}
.ad {
  overflow: hidden;
}
.responsive-ad-size {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .responsive-ad-size {
    height: 200px;
  }
}
@media (min-width: 900px) {
  .responsive-ad-size {
    height: 225px;
  }
}
.loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

