.html.not-front.logged-in #logo-name{
  top:34%;
  } 
.html.not-front.logged-in .lang-switch {
/*   top:3%; */
  }
#wrapper{
  min-height:100%;
  position:relative;
  width:100%;
  overflow:hidden;
   }
.not-front .lang-switch{
/*   top:0; */
  right:1.3%; 
   }
.not-front .icon {
  right:5.2%;
  }   
.page-node.node-type-blog #container{
  margin-top:5%;  
   }
body.html.not-front{
  background:#f9f9f9;
   }  
 
#column-left {
  width:33%;
  height:auto;
  float:left;
	}  
#column-right {
  width:64%;
  height:auto;
  float:right;
	}
.page-node.node-type-biblio	#container{
  margin:3% auto;	
}
	
.node-type-biblio #column-right {
  margin-bottom:19%;
  }	
#block-under-slider{
   width:97%;
   background:#111;
   height:5em;	
   margin-top:6%;
   display:none;
  }	
.node-blog .flexslider{
   margin-bottom:6%;
   }  
.node-blog #book-block-menu {
   width:33%;
   margin-top:2.5%;
   }
.node-blog .field-name-body {
   margin-top:0;
   } 
.node-blog-taxonomy-links {
   width:45%;
   position:absolute;
   top:1%;
   right:10%;
    }  
.blog-top-info {
   width:100%;
   background:#eee;  
 }  
 

/* -----------------for the mob menu-------------*/
.top-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mid-animate { opacity: 0; }

.bottom-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.top-menu {
  top: 5px;
  width: 45px;
  height: 6px;
  background-color: #111;
}

.mid-menu {
  top: 16px;
  width: 45px;
  height: 6px;
  background-color: #111;
}

.bottom-menu {
  top: 27px;
  width: 45px;
  height: 6px;
  background-color: #111;
}

.menui {
  background: #111;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 10px;
  position: absolute;
}

.icon {
  z-index: 100000000000;
  position: fixed;
  display: block;
  padding: 11px;
  height: 32px;
  width: 32px;
  margin: 0px;
  top: 12%;
  right: 6%;
  transform: scale(1.5, 1.5);
}

.mobilenav {
  font-family: inherit;
  top: 0;
  left: 0;
  z-index: 10000000;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.9;
}
.categories.node-page-term-links li {
  
  }
.mobilenav li {
  list-style-type: none;
  text-align: center;
  padding: 12px;
  width:49%; 
  display:inline-block;
  margin-bottom:3px;
  background:#ECEBE4; 
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.mobilenav li:hover {
  background:#F8ED0F; 
  }
.mobilenav li a {
  font-size: 150%;
  color: #111;
  text-decoration: none;
  width: 100%;
  letter-spacing:2px;
}
.mobilenav li a:hover{
  
 }
.mobilenav li:first-child { margin-top: 60px; }

/* -----------end mobile menu-------------- */

.page-node .inline .field-items > div {
   display: inline;
   margin: 0 1em;
}
.page-node .pane-node-taxonomy-vocabulary-8.inline {
   margin: -1rem 0;
}
.pane-content > h2 {
   font-size:3em;
   letter-spacing:4px;
   text-transform:uppercase;
   color:#f9f9f9;
   background:#111;
   padding:0.2em; 
}
.field-item > img {
   float:left;
   padding:0 0.8em 0 0;
   max-width:309px;
  }
#logo-n{	
   position:absolute;
   top:0.8em;
   left:1%;
}
#logo-n img{
   width:80%;
   }
.content .node-blog{
   width:100%;
   margin:0 auto;
   text-align:center;	
}
.page-node-cat {
   width:18%;
   background:#666;
   margin:6.2% 2% 0;
   text-align:center;
   }
.page-node-cat ul {
   margin-left:0;
   }   
.page-node-cat ul  li {
   width:100%;
   margin:3% auto;
   }   
.page-node-cat ul  li:first-child{
   padding-top:2em;
   }
.page-node-cat ul  li:last-child{
   padding-bottom:2em;
   }   
.page-node-cat  ul li a{
   color:#f3f3f3;
   padding:0.4em;
   letter-spacing:1px;
   }
.page-node-cat  ul li a:hover {
   text-decoration:underline;
   } 
.tags.node-page-term-links ul li a{
 
   }     
.page-node-tag {
   width:30%;   
   }
.page-node-tag ul.tags {
   margin-top:-3%;
   }   
.page-node-tag ul {
   width:100%;
   /*padding:10%;*/
	}
.page-node-tag ul li a:before{
   content:"#";
   }	
.page-node-tag ul li {
   display:inline;
   float:left;
	}
.page-node-tag ul li a:hover{
   text-decoration:underline;
	}
.page-node-tag ul li a{	
   text-decoration:none;	
   color:#666;
   padding:.2em;
   line-height:100%;
   font-size:0.9em;
   letter-spacing:1px;
   font-weight:normal;
   float:left;
	}	
#wrap-it-blog {
   margin-top:5%;
   width:100%;  
   }    
#hello-blog {
    margin:13% auto;
	width:100%;
	max-width:980px;	
	}	

.content.node-blog #column-right  img {
    width:100%;
	margin-bottom:3%;
	filter: contrast(1);
	-webkit-filter:contrast(1);
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.attach-pdf .field-item:nth-child(3) {
    margin-top:4%;
	}
.attach-pdf .field-item.odd {
    margin-top:4%;
}
#blog-related-links	{
    width:100%;
	background:#f9f9f9;
	text-align: left;
    margin-top:7%;
	margin-bottom:4%;
	}
#blog-related-links li.child-menu-title{
    padding-top:0.8em;
	}	
#blog-related-links li  {
    padding-top:0.5em;
	letter-spacing:1px;
	}	
#blog-related-links li :last-child{
    padding-bottom:0.5em;
	}
.other-block {
    width:50%;
	height:50px;
	float:right;
	background:#111;	 
 }	
.node-type-blog.slides {
    padding-bottom:10%;
	}	
#node-blog-title{
    width:94%;
	background:#f3f3f3;
	margin:0 auto;
	}	
.title-cover{
    position:absolute;
	top:0%;
	right:0%;
	}
	
.attach-pdf .file a {
    letter-spacing:1px;
	color:#F3F3F3;
	font-weight:300;
	font-size:0.8em;
	line-height:100%;
	
	}
.attach-pdf .file a:hover{	
    text-decoration:underline;
	}
.attach-pdf .file a::before {
    content:url(../images/page.gif);
    background-size: 11px 11px;
	background-repeat:no-repeat;
	vertical-align:baseline;
	margin-right:6px;
    margin-left:0;
	filter:brightness(3);
	-webkit-filter: brightness(3);
	}
body.page-node img.file-icon {
    border:0;
	width:auto!important;
	display:none;
	}	
.node-page .title {
    display:inline;
	max-width:45%;
}

body.node-type-blog h2 {
   letter-spacing:1px;
   font-size:1.5em;	
   color:#111;
   text-align:left;
   width:100%;
   padding:3em 1em;
   background:#fff;
   border-top:15px solid #111;
   border-bottom:15px solid #111;
   font-weight:200;
   /*margin-bottom:8%;*/	
}

#logo-name{
   width:100%;
   position:absolute;
   top:5.7em;
   left:4%;
	}
.kuda-org{
   font-size:1.2em;
   color:#111;
   position:absolute;
   letter-spacing:2px;
   top:1em;
   left:2.2em;
   width:10%;
   font-weight:bold;
	}
.field-name-body {
   background:#fff;
   padding:1.5em;
   text-align:left;
   width:100%;
   margin-top:5%;
   margin-bottom:15%;
   font-size:1rem;
   color:#111;
	}
.field-name-body a {
   text-decoration:underline;
   -webkit-transition: all 1s ease-in-out;
   transition: all 1s ease-in-out;
}
.field-name-body a:hover{
	text-decoration:none;
}	
.node-blog .field.field-name-body.field-type-text-with-summary {
	margin-bottom:7%;
}	
body.html.not-front.logged-in >.field-name-body{
   margin-top:-17%;
	}	
body.html.not-front.logged-in >.tabs-wrapper{
   width:100%;
	 }
body.html.not-front.logged-in > #block-system-main{
   margin-top:5%;
	}	
body.html.not-front.logged-in > #logo-name{
   top:6%;
	}	
body.html.not-front.logged-in > #header > a.icon{
   top:10.5%;
	}	
	
/*------------node--book------------*/
#book-column-left{
   width:36%;
   height:auto;
   float:left;
}
#book-column-right{
   width:61%;
   height:auto;
   float:right;
}
#book-column-left img{
   width:100%;
   }
.node-type-book  #container {
   margin:5% auto;
   }
.node-type-book  h2 {
   background:#111;
   padding: 1em;
   font-size:1.5em;
   font-weight:400;
   letter-spacing:2px;
   color:#f9f9f9;
   font-family:"PT Sans",sans-serif;
   line-height:110%;
   }
.node-type-book h2.blog-type {
   letter-spacing:1px;
   color:#111;
   text-align:left;
   width:100%;
   padding:3em 1em;
   background:#fff;
   border-top:15px solid #111;
   border-bottom:15px solid #111;
   font-weight:200;
   line-height:100%;
}



/*.attach-pdf .field-item.even{  
   margin-bottom:3%;
} */  
.attach-pdf{
   text-align: left;
   background:#111;
   padding: 0.7em;
   margin-top:7%;
   width: 100%; 
   } 
.attach-pdf a {
   color:#f9f9f9;
   letter-spacing:1px;
   font-size:0.8em;
   font-weight:300;
   }  
.attach-pdf a:hover {   
   text-decoration:underline;
   }
.node-type-book .page-node-tag {
  /* width:100%;*/
   }
#book-block-menu {
   width:36%;
   margin-top:2%;
   margin-bottom:3%;
   float:left;  
   background
}  
#book-block-menu  ul.menu {
   margin-left:0;
   }
#book-block-menu  li{
   padding-top:1em;  
   line-height:100%;
   text-align: left;
} 
#book-block-menu li.first-collapsed {
   padding-left:1.5em;
   }
#book-block-menu li.expanded.active-trail a.active-trail {
    
	}
#book-block-menu li a {
   font-weight:normal;
   font-size:.9rem;
   letter-spacing:1px;
   color:#151515;
   border-bottom:1px solid #666;
   
}
#book-block-menu li  a:hover {
   /*color:#999;*/
   border-bottom:0px solid #999;
   }
#book-block-menu li a.active-trail {
   font-weight:bold;
   }   
#book-block-menu h3 {
   font-weight: normal;
   letter-spacing: 1px;
   color: #fff;
   padding: 8px 15px;
   background: #111;
   font-size: 1rem;
   
   }   
#book-block-menu .view.view-node-pages.view-id-node_pages.view-display-id-book_children{
   margin-top:-5px;
}   
#book-block-menu .view.view-node-pages.view-id-node_pages.view-display-id-book_children .view-content .item-list .child-menu li {
   border-bottom:0;
   padding:3%;   
   background:#f9f9f9;
}
#book-block-menu .view.view-node-pages.view-id-node_pages.view-display-id-book_children .view-content .item-list .child-menu li:first-child {
   padding-top:20px;
}
#book-block-menu .view.view-node-pages.view-id-node_pages.view-display-id-book_children .view-content .item-list .child-menu li:last-child{
   padding-bottom:30px;
}   
/*------------------node--text--------------*/   
.node-type-text #container {
   margin:3% auto;
   }
.node-type-text  h2 {
   text-decoration:underline;
   background:#f9f9f9;
   padding:3em 1em;
   font-size:1.5em;
   font-weight:200;
   letter-spacing:2px;
   width:100%;
   border-top:20px solid #111;
   border-bottom:20px solid #111;
   }   
.text-pdf{
   text-align: left;
   background:#111;
   padding:0.5em 1.5em;  
   margin-top: 9%;
   width: 100%;  
   letter-spacing:1px;
   border-bottom:2px solid rgb(250, 233, 59);
   line-height:100%; 
   } 
.text-pdf a {
   color:#f9f9f9;
   font-size:0.8em;  
   }
.text-pdf a:hover {  
    text-decoration:underline;
}	
.node-type-text .page-node-tag {
   width:100%;
   }
.text-field {
   background:#f9f9f9;
   width:100%;
   float:right;
   padding:1.5em;
   margin-top:1%;
   font-size:1rem;
   margin-bottom:10%;
   }   
#column-left-text {
   width:30%;
   float:left;
   }   
#column-right-text {
   width:67%;
   float:right;
   margin-bottom:7%;
   } 
.author-name {
   color:#111;
   letter-spacing:1.5px;
   font-size:0.8em;
   width:100%;
   text-align:right;
   padding:0.2em 3em;  
   font-weight:bold;
   }   
#authors-other-texts  {
   width:100%;
   color:#666;
   padding:0.3em 2em;  
   background:#f9f9f9;
   }
#authors-other-texts li {
   font-size:0.88em;
   cursor:pointer;
   } 
#authors-other-texts li:hover {
   text-decoration:underline;
   } 
.other-text{
   width:100%;
   background:#111;
   color:#f9f9f9;
   padding:0.3em 2em;
   margin-top:9%;
   letter-spacing:1px;
   font-size: 0.8em;
   line-height: 100%;
   }   
/*------------arrow scroll-UP---------------*/ 
.scrollup-container {
   width: 90%;
   max-width: 768px;
   margin: 2em auto;
}
.scrollup-container::after {
  /* clearfix */
   content: '';
   display: table;
   clear: both;
}  
.scrollup-top {
   display: inline-block;
   height: 71px;
   width: 56px;
   position: fixed;
   bottom: 20%;
   right: 1%;
  /* image replacement properties */
   overflow: hidden;
   text-indent: 100%;
   white-space: nowrap;
   background:url('../images/thin-arrow-top.svg') no-repeat;
   visibility: hidden;
   opacity: 0;
   -webkit-transition: opacity .3s 0s, visibility 0s .3s;
   -moz-transition: opacity .3s 0s, visibility 0s .3s;
   transition: opacity .3s 0s, visibility 0s .3s;
   -webkit-transform: scale(0.7,0.7); 
   transform: scale(0.7,0.7); 
   -moz-transform:scale(0.7,0.7);
}
.scrollup-top.scrollup-is-visible, .scrollup-top.scrollup-fade-out, .no-touch .scrollup-top:hover {
   -webkit-transition: opacity .3s 0s, visibility 0s 0s;
   -moz-transition: opacity .3s 0s, visibility 0s 0s;
   transition: opacity .3s 0s, visibility 0s 0s;
}
.scrollup-top.scrollup-is-visible {
   visibility: visible;
   opacity: .9;
}
.scrollup-top.scrollup-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
   opacity: .5;
}
.no-touch .scrollup-top:hover {
   
   opacity: .3;
}
/*--------------biblio-------------------*/
.content.node-biblio.field-item.even  {
   width:30%;
   float:left;
   }
.content.node-biblio #column-left > img{
   width:100%;
   margin-bottom:5%;
   }   
#biblio-node table {
   width:100%;
   float:right;
   margin-bottom: 5%;
   background:#fff;
   }
#biblio-node tr.even, #biblio-node tr.odd {
   border-bottom: 5px solid #f1f1f1;
   background:none;
} 
#biblio-node td {
   color:#111;
   font-size:1rem;
   letter-spacing:1px;
   border-bottom:0;
   border-right:5px solid #f1f1f1;
   }   
#biblio-node td a{  
   text-decoration:underline;
}
#biblio-node td a:hover{ 
   text-decoration:none;
}   
.biblio-full-text .field-name-body{
   margin-top:0;
   width:100%;
   float:right;
   padding:3%;  
   }
.biblio-full-text .field-name-body a {
   color:#666;
}
.biblio-full-text .field-name-body a:hover{
   text-decoration:underline;
}
.biblio-full-text.block {
   margin-right:5px;
}   
.fieldset-title {
   font-size:1rem!important;
   color:#fff;
   }   
/*---------------lounge-----------------*/
.content.node-lounge .node-page.title {
   border-top:20px solid #111;
   border-bottom:20px solid #111;
   /*border-right:1px solid #111;
   border-left:1px solid #111;*/
   padding:2em 1.3em;
   font-size:1.5em;
   letter-spacing:1px;
   font-weight:normal;
   background: #fcfcfc;
   width:100%;
   margin-bottom:9%;
   }
.lounge-bio a{
   color:#8A87A2;
   }  
.lounge-bio a:hover{
   
   text-decoration:underline;
   }     
.lounge-lecturer {
   font-weight: bold;
   padding:3% 0 0 3%;
   letter-spacing:1px;
} 
.content.node-lounge .field .field-label{
   font-weight: bold;
   padding: 0.5em 1em;
   background:#111;
   color: #F9F9F9;
   letter-spacing:1px;
}
.content.node-lounge .lounge-bio .field .field-label{
   background:#7B8086;
   margin-top:9%;
   }
.lounge-bio{
   font-size:0.8em;
   margin-bottom: 15%;
   }
.lounge-bio .field-items {
   /*border:1px solid #666;*/
   background:#f9f9f9;
   padding: 1.5em 1.5em 0.4em;
   color:#666;
   }   
.lounge-summary{
   margin-top:3%;
   }  
.lounge-summary .field-items{
   padding: 1.5em 1.5em 0.4em;
   /*border: 1px solid #111;
   background:#f9f9f9;*/
   background:#fcfcfc;
   margin-bottom:20%;
   font-size:1rem;
   }   
#lounge-column-right img {
   float: right;
   margin-left: 0.5em;
   margin-bottom: 0.5em;
   padding-top:11.2%;
} 
#lounge-column-right .field-items.even{
   border: 1px solid #111;
   padding: 1em;
   }
  
#lounge-column-left{
   width:33%;
   float:left;
   margin-top: 3%;
   }
#lounge-column-right{
/*    width:64%; */
   float:right;
   margin-top: 3%;
   
   margin-right: 8%;
   width: 54%;
   }   
