
/*========================================
STYLES WHITE 1
==========================================*/





/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');
@import url('custom-fonts.css');

html{
  background-color: #131317 !important;
  font-size:14px;
  font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-family:'Open Sans', Arial, sans-serif;
}

body {
    /*padding: 5%;*/
    padding: 0px;
    margin: 0px;
}

.panel {
  border-radius: 0px;
  border: 0px;
  box-shadow: 0;
  height: 300px;
  /* opacity: 0.2; */
}

.panel li {
  border-radius: 0px;
  border: 0px;
  box-shadow: 0;
  list-style: none;
  padding:0px;
}

.panel li {
  padding: 0px;
  margin: 0px;
}

.tree ul a {}
.tree ul li {
    margin:2px;
    margin-left:5px;
}

.tree ul li li {
    margin:1px;
    margin-left:25px;
    font-size: 10px;
}

div {
    /*display: block;*/
}

.left {
  float: left;
  /* border:0px solid; */
  /* border:1px #ff0000 solid; */
}

.middle {
  float: left;
  resize: both;
  /* overflow: auto; */
  /* border:0px solid; */
  /* border:1px #ff00ff solid; */
  /* display: cell; */
  /* text-align: center; */
  margin: 0px;
  padding: 0px;
  width:calc(80% - 200px);
  margin-bottom: 10%;
}

.middle_container {
  clear: both;
  resize: both;
  overflow: auto;
  /* border:1px #ffff00 solid; */
  display: cell;
  /* max-width: 900px; */
  margin:0 auto;
  /* display: cell; */
  text-align: left;
  margin-left: 5%;
}



.middle_container_content {
  clear: both;
  /* resize: both; */
  /* overflow: auto; */
  /* border:1px #ff0000 solid; */
  display: cell;
  max-width: 900px;
  padding: 0px;
  margin:0 auto;
  display: cell;
  text-align: left;
}


div.post_content {
  width: 100%;
}


@media only screen and (max-width:1200px) {

    div#nexprev {
      display: none;
    }
}

@media only screen and (max-width: 700px) {
  .middle {
    float: left;
    border:0px solid;
    width:100%;
  }

}

ul.tag-cloud {
  /*margin-top:20px;*/
  width: 100%;
  /*border: 1px solid #ffff00; */
  display: auto;
  height: audo;
  overflow: none;
}

div.sharing {
  /* float: left; */
  /* width: 400px; */
  /* position: absolute; */
  /* left: 0px; */
  padding-top: 60px;
  padding-bottom: 60px;
  /* margin: 20px; */
}


@media only screen and (max-width: 600px) {
  body, html {
    padding: 0%;
    margin: 0%;
  }

  html {
    /*margin:5%;*/
  }

  div.sharing {
    float: left;
    /* width: 400px; */
    /* position: absolute; */
    left: 0px;
    padding: 30px;
    margin: 20px;
  }

  .middle {
    float: left;
    border:0px solid;
    width:100%;
  }

  .container {
    width: 100%;
    padding: 0%;
    margin: 0%;
  }

  .panel {
    border-radius: 0px;
    border: 0px;
    box-shadow: 0;
    height: 80px;
  }

  div.container {
     /* border: 2px soid #ffff00; */
     width: 100%;
     height: auto;
  }

  div.middle {
    /*border: 1px soid #ff0000;*/

  }

  div.col-md-7 {
    width: 100%;
     /*border: 1px soid #ff0000;*/
  }

  div.page {
    /*padding-top: 40px;*/
  }

}

div.container {
    /* border: 2px soid #ffff00; */
     width: 100%;
     height: auto;
}


/* h1 {font-size:18px;padding-top:30px;padding-bottom:15px;text-decoration: none;padding-left: 5px;}
h2 {font-size:32px;}
h3 {font-size:14px;}
h4 {font-size:12px;padding-bottom: 0px;margin: 0px;}
h5 {font-size:11px;padding-bottom: 0px;margin: 0px;} */
/*h2 {padding-top:30px;padding-bottom:15px;}*/
/*h3 {padding-top:30px;padding-bottom:15px;}*/


h1 {font-size:18px;}

.blog-list-detail {
  padding-bottom: 50px;
}

.panel ul       {text-decoration:none;list-style:none;color:#333333;padding:0px;margin:0px;}
.panel a        {width:330px;background-color:#222228;color:#888888;padding-right:50px;padding-left:4px;text-decoration: none;}
.panel a:hover  {width:330px;background-color:#333339;color:#fefefe;padding-right:50px;padding-left:4px;text-decoration: none;}
.panel a:active {width:330px;background-color:#fefefe;color:#333333;padding-right:50px;padding-left:4px;text-decoration: none;}
.active a       {width:210px;background-color:#999999;color:#fefefe;padding-right:50px;padding-left:4px;}
.panel ul li    {width:210px;}

/* .middle a       {background-color:#ddd;color:#333333;padding:1px;text-decoration: none;} */
/* .middle a:hover {background-color:#fefefe;color:#333333;padding:1px;} */
.middle li       {padding:3px;}

a {
  color:#000;
}









@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: 90%;
  }
}

@media only screen and (min-device-width: 481px)
{
    html {
        -webkit-text-size-adjust: 90%;
    }

    .left {
      width: 170px;
    }

    div.middle {
      width: calc(100% - 200px);
    }

    div#nexprev {
      display: block;
    }
}


/*========================================
ITEMS
==========================================*/


div.items  {
  position: absolute;
  float: left;
  list-style: none;
  /* width: 90%; */
  overflow: hidden;
  padding-bottom: 40px;
  /* border: 1px solid #ff00ff; */
}


div.middle_container {
  /* border: 1px solid #0000ff; */
}

div.width_500 {
  /* border: 1px solid #00ff00; */
  /* overflow: auto; */
  /* height: auto; */
}

.items img {
  padding: 0px;
  margin: 0px;
}

ul.items {
  float: left;
  list-style: none;
  padding: 0px;
  /* width: 100%; */
}


ul.items {
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.items li {
  float: left;
  list-style: none;
  height: auto;
  display: block;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  /*width: 330px;*/
  /* height: 300px; */
  /* overflow: hidden; */
  /* border: 1px solid #ff00ff; */
}

.items li h2 {
  margin: 0px;
  padding: 0px;
  position: absolute;
}

.items a       {background-color:transparent;color:#333333;padding:1px;text-decoration: none;}
.items a:hover {background-color:transparent;color:#f7f7f7;padding:1px;}

.middle h2 a       {margin-left: 5px;background-color:#ddd;color:#333333;padding:1px;text-decoration: none;font-size: 10px;}
/* .middle h2 a:hover {background-color:#fefefe;color:#333333;padding:1px;} */

.items a:hover {
	filter: none;
	filter: grayscale(10%);
}


.blog_post_title {
  display: none;
}

.pagination {
  display: none;
}
.items a {
	margin-left: 1px;
  /* filter: blur(40px); */
	filter: grayscale(110%);
  /* filter: opacity(50%); */
	transition: .12s ease-in;
  filter: brightness(75%);
  /* filter: grayscale(100%) brightness(65%); */

}


/*========================================
TAGS
==========================================*/

div.tag-cloud {
	clear: both;
	display: block;
	opacity: 0.9;
  overflow: auto;
}

.tag-cloud  {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	opacity: 0.8;
	height:auto;
	display: block;
	font-size: 1.3em;
}

ul.tag-cloud {
 margin-bottom: 50px;
 /* width:100%; */
}

ul.list-inline  {
  padding: 0px;
}

.list-inline  {
	padding: 0px;
}


.tag-cloud li {
	float: left;
	list-style: none;
	padding: 0px;
	padding-right: 10px;
}

/* INPUT */
.col-md-3 {
  /* position: absolute; */
  /* right: 5%; */
  /* top:5%; */
  /* color: #333; */
  /* display: none; */
}

.right {
  position: absolute;
  right: 5%;
  top:11%;
}

.col-md-3 input,select {
  /* padding: 2px; */
  /* opacity: 0.7; */
}

.language {
  padding: 5%;
  position: absolute;
  left: 5%;
  top: 5%;
}

.form-group {
  float: left;
  font-size: 9px;

}

select {
  padding-right: 5%;
  margin-right: 5%;
  width: 100%;
  min-width: 15ch;
  max-width: 30ch;
  border: 1px solid #aa0000;
  color:#ff0000;
  /* border-radius: 0.25em; */
  /* padding: 0.25em 0.5em; */
  /* font-size: 1.25rem; */
  /* cursor: pointer; */
  /* line-height: 1.1; */
  background-color: rgba(255,1,1,0.0);
  /* background-image: linear-gradient(to top, #f9f9f9, #fff 33%); */
}



h1, h2, h3, h4, h5 {
  margin-top:30px;
}


img[alt=full] { width: 100%; }
img[alt=half] { width: 48%; }
img[alt=third] { width: 32%; }



/*========================================
Social
==========================================*/
div.social {
  /* border: 1px solid #ff0000; */
  /*float: right;*/
  clear: both;
  position: absolute;
  display: flex;
  top:20px;
  right:20px;
  /*display: none;*/
  /* width: 100%; */
}

ul.team-detail{
	margin:-10px 0 0 0;
	padding:0;
	list-style:none;
}

ul.team-detail li{
	list-style:none;
}

ul.team-detail li label {
	font-size:30px;
}

ul.team-detail li h4, ul.team-detail li label{
	margin-bottom:0;
}

ul.team-detail li ul.social-network {
	border:none;
	margin:0;
	padding:0;
}

ul.team-detail li ul.social-network li {
	border:none;
	margin:0;
}
ul.team-detail li ul.social-network li i {
	margin:0;
}

footer a {
  color:#333333;
  font-size: 30px;
}

ul.social-network li {
    display: inline;
    margin: 0 0px;
    overflow: auto;
}

li {
  text-align: -webkit-match-parent;
}

a:-webkit-any-link {
}

.fa {
  font-size: 35px !important;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #990000 !important;
}

.fa:hover {
  color: #8888 !important;
}

.social-network a {
  color: #ff0000;
  cursor: pointer;
  text-decoration: none;
  margin: 6px;
}

.social-network a:hover {
  color: #dd0000;
}

.social-network i {
  height: 25px;
}












/*========================================
Dark
==========================================*/

[style*='background: #'], [style*='background:#'],
[style*='background: rgb'], [style*='background:rgb'],
[style*='background: var('], [style*='background:var('],
[style*='background-color: #'], [style*='background-color:#'],
[style*='background-color: rgb'], [style*='background-color:rgb'],
[style*='background-color: var('], [style*='background-color:var('] {
  background-color: #0c0c0c !important;
}

.middle {
  color:#777;
}
.middle a        {;color:#dd0000;}
.middle a:hover  {;color:#dddddd;}


h1 a {
  color: #ff0000;
}

.tag-cloud li {
  margin:0px;
  padding: 2px;

}

div#nexprev {
  opacity: 1.0;
}


a.previous {
  position: absolute;
  right: 0px;
  top: 50%;
  /* width: 100%;
  height: 100%;
  background-color: #000;
  padding: 40px;
  width: 200px; */
  text-decoration: none;
  width: 70px;
  height: 200px;
}

div.previous {
  opacity: 0.65;
  display: block;
  /* opacity: 0.45; */
  /* display: block; */
  width: 70px;
  height: 200px;
  left: 0px;
  top: 50%;
  background-color: #222228;
}



a.next {
  position: absolute;
  left: 0px;
  top: 50%;
  /* width: 100%; */
  /* height: 100%; */
  /* background-color: #000; */
  /* padding: 40px; */
  text-decoration: none;
  width: 70px;
  height: 200px;
}


div.next {
  opacity: 0.65;
  display: block;
  width: 70px;
  height: 200px;
  background-color: #222228;
}



.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#player {
  width: 100% !important;
  max-width: 1000px;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}











code {
   font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
   font-size: 85%;
   line-height: 140%;
   white-space: pre;
   white-space: pre-wrap;
   white-space: -moz-pre-wrap;
   white-space: -o-pre-wrap;
   background: #222229;
   color: #aaa;
   margin: 5px;
   padding: 10px;
   clear: both;
   display: block;
}

#content code {
   display: block;
}

figure {
  margin: auto;
  padding-bottom: 45px;
}

figcaption {
  color: #999;
  /* font-style: italic; */
  padding: 2px;
  text-align: center;
  font-size: 0.9em
}

blockquote {
  background: #151515;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-size: 0.9em;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}


div#content {
  /*border: 1px solid #ff0000;*/
  display: block;
  height: auto;
  /*background-color: #222;*/
}


div#content {
  margin: 5%;
}

footer {
  clear: both;
  position: relative;
  height: 200px;
  margin-top: -5%;
  padding-top: 5%;
  background-color: #050509;
  /* display: none; */
}
