/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */

@import url('//wfonts.weizmann.ac.il/css/fontAwesome:400');

html, body{
	height:100%;
	font-family: Helvetica, Arial,Verdana, Tahoma, "DejaVu Sans", sans-serif;
}
body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial,Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-size: 16px;
  font-color: #000000;
}

h1#page-title,
h2.block-title {
    color: #023D72;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5em;
    padding-bottom: 15px;
    padding-top: 15px;
    text-transform: uppercase;
}

#page-wrapper {
	min-height:100%;
}

#page {Helvetica
	
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Header
 */
#header {
    background: url("../images/top-small-no.png") no-repeat scroll 0 85px transparent;
    height: 410px;
}

.front #header{
	background: url("../images/top3_gray.jpg") no-repeat scroll 0 85px transparent;
	height: 495px;
}

.node-type-research #header{
  background: url("../images/top-small-yes.png") no-repeat scroll 0 85px transparent;
  height: 410px;
}

#header .section {
  background: #023C71;
  height: 60px;
  position: relative;
  text-align: right;
}

#logo-weiz /* Wrapping link for logo */ {
    float: right;
    display: inline-block;
}
#logo-molgen {
	font-family: "Proxima Nova",sans-serif;
    display: inline-block;
    color: #CCD8E3;
    text-decoration: none;
    border-right: 1px solid #0080B7;
    padding: 4px 25px;
    margin-top: 14px;
    font-weight: 100;
    font-size: 12px;
    letter-spacing: 0.6px;
}
#logo-molgen:hover, #logo-molgen:focus {
	text-decoration: underline;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
  float: left;
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
  clear: both; /* Clear the logo */
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
	margin-top:-13px;
}

#main {
}

/*
 * Content
 */
#content {
}

#content .section {
    padding-left: 2em;
    padding-right: 2em;	
}

.region-highlighted {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0; /* Undo system.css */
}

h1.title, /* The title of the page */
h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title /* Comment title */ {
  margin: 0;
}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
  margin: 1.5em 0; /* Drupal core uses "6px 0" margin */
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.region-help /* Help text on a page */ {
}

.more-help-link /* Link to more help */ {
}

.region-content /* Wrapper for the actual page content */ {
}

ul.links /* List of links */ {
}

ul.links.inline {
  display: block; /* Let the links be inline, but the container be a block. */
}

ul.links li {
  padding: 0 1em 0 0; /* LTR */
}

.item-list .pager /* A list of page numbers when more than 1 page of content is available */ {
  padding: 0;
}

.item-list .pager li /* Each page number in the pager list */ {
  padding: 0 0.5em;
}

.feed-icon /* The link to the RSS or Atom feed for the current list of content */ {
}

.more-link /* Aggregator, blog, and forum more link */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
}

.region-sidebar-second .section {
}

/*
 * Footer
 */
.region-footer {
	height:50px;
	margin:-50px auto auto;
	width:960px;
}
#clearFooter{
	clear:both;height:50px;
}

/*
 * Page bottom
 */
.region-bottom /* Wrapper for any blocks placed in the page bottom region */ {
}


#block-system-main-menu{
	margin: 0;
}

#block-system-main-menu ul.links, #block-system-main-menu .content ul{
background: url("../images/top2_menu_back.jpg") no-repeat scroll 0 0 transparent;
    line-height: 2em;
    margin: 0;
    min-height: 2em;
    padding: 0 0 0 4em;
    text-align: left;
    /*width: 980px;*/
}

#block-system-main-menu ul.links li, #block-system-main-menu .content li {
    border-right: 1px solid #FFFFFF;
    float: left;
    line-height: 1em;
    list-style: none outside none;
    margin-top: 0.5em;
    padding-bottom: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

#block-system-main-menu ul.links li a.active, #block-system-main-menu .content li a.active {
    color: #3FA8F4;
    font-weight: bold;
}

#block-system-main-menu ul.links li a, #block-system-main-menu .content li a {
    color: #FFFFFF;
    font-family: Comfortaa;
    font-size: 1em;
    margin: 0 5px;
    text-decoration: none;
    /* text-transform: uppercase; */
}

#block-system-main-menu ul.links li a:hover, #block-system-main-menu .content li a:hover,
#block-system-main-menu ul.links li a:focus, #block-system-main-menu .content li a:focus{
	color: #3FA8F4;
	text-decoration: underline;
}

.comforta-black{
  color: #000000;
  font-family: Comfortaa, Arial,Verdana, Tahoma, "DejaVu Sans", sans-serif;
}

.comforta-white{small
  color: #FFFFFF;
  font-family: Comfortaa, Arial,Verdana, Tahoma, "DejaVu Sans", sans-serif;
}

.comforta-blue{
  color: #023D72;
  font-family: Comfortaa, Arial,Verdana, Tahoma, "DejaVu Sans", sans-serif;
}

.comforta-gray{
  color: #D3D3D3;
  font-family: Comfortaa, Arial,Verdana, Tahoma, "DejaVu Sans", sans-serif;
}

.regular-white{
  color: #FFFFFF;
}

.regular-blue{
  color: #023D72;
}

.regular-gray{
  color: #D3D3D3;
}

.front #page-title {
	/*display: none;*/
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.region-sidebar-first {
    float: left;
    margin-left: 0;
    padding: 75px 0px 148px;
    width: 255px;
    background: none repeat scroll 0 0 #F1F1F1;
}

.sidebar-first #content {
    /*margin-left: 255px;*/
    width: 725px;
}

.region-sidebar-first .section{
	margin: 0px;
}

.homepage-left{
	float: left;
	width: 330px;
}

.homepage-right{
    border-left: 2px solid #F1F1F1;
    float: left;
    padding-left: 2.5em;
    width: 300px;
}



.research-left-wrapper {
	float: left;
	width: 255px;
}

.research-right-wrapper {
    margin-left: 255px;
    width: 725px;
    padding-left: 2em;
}

.node-type-research #content .section {
	padding: 0px;
	margin: 0px;
}

.research-tabs{
	float: right;
}

.reseacher-wrapper {
	background: #F1F1F1;
	text-align: center;
	padding-bottom: 5px;
}

.research-left-wrapper{
	
}

.research-terms-wrapper div{
	color: #666666;
	line-height: 1.5em;
	padding-left: 1em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

.team-leader-name-wrapper div{
	color: #023D72;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.1em;
	font-family: Comfortaa, Arial,Verdana, Tahoma, "DejaVu Sans", sans-serif;
}

.research-terms-wrapper .field-item {
	margin-top: 1em;
	margin-bottom: 1em;
}

.field-slideshow-controls {
	/* float: right; */
}

.research-description-wrapper {
	margin-top: 0;
}

.research-description-wrapper div {
	/* color: #2487EB; */
}

.view-research-topics table {
	border-spacing: 15px;
	margin-left: -15px;
	border-collapse: separate;
}

.view-research-topics table tr{
  
}


.view-research-topics table tr td{
  width: 200px;
  height: 340px; 
  border: 1px solid #000000;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #F0F0F0;
  vertical-align: top;
  
}

.view-research-topics table tr td div.views-field-field-cover{
  margin: 1.5em 1.5em 0.5em;
}

.view-research-topics table tr td div.views-field-title{
    color: #023D72;
    font-size: 1.1em;
    margin-left: 1.5em;
    margin-right: 1.5em;  
}

.view-research-topics table tr td div.views-field-path{
    bottom: 0.5em;
    position: absolute;
    right: 0.5em;
}

.field-slideshow-controls a.prev, .field-slideshow-controls a.next, .view-research-topics table tr td div.views-field-path a{
  color: #009CB7;
  text-decoration: none;
}

.research-topic-wrapper{
	position: relative;
	height: 320px;
	font-family: Comfortaa, Arial,Verdana, Tahoma, "DejaVu Sans", sans-serif;
}

.view-lab-memebers .lab-member-wrapper{
    background: url("../images/back_2.png") repeat scroll 0 0 transparent;
    height: 260px;
    margin-bottom: 20px;
    margin-right: 40px;
    padding: 1em 0 1em 1em;
    width: 419px;
}

.view-lab-memebers .name-image-wrapper{
	border-bottom: 1px solid #666666;
	height: 160px;
	margin-right: 15px;
}

.view-lab-memebers .other-info-wrapper{
	margin-left: 140px;
}

.view-lab-memebers .image-wrapper{
	float: left;
}

.view-lab-memebers .title-wrapper{
    color: #023D72;
    float: left;
    font-size: 1.1em;
    margin-left: 20px;
    margin-top: 130px;	
}

.view-lab-memebers .phone-wrapper{
	color: #666666;
}

.view-lab-memebers .location-wrapper{
	color: #666666;
}

.view-lab-memebers .research-title-wrapper{
	color: #0000FF;
}

.other-info-wrapper a{
	color: #666666;
}


.research-terms-wrapper div{
	padding: 0px;
}

.research-terms-wrapper div.views-field{
	margin-bottom: 10px;
}

.research-terms-wrapper div.views-field a{
	color: #666666;
	text-decoration: none;
}

.research-terms-wrapper div.views-field a:hover{
	text-decoration: underline;
}

.research-terms-wrapper div.views-field a.active{
  color:#023D72;
  text-decoration: underline;
  font-weight:bold;
}
div.research-description-wrapper table td{
	font-famiy:Arial, sans-serif !important;
}
.research-terms-wrapper{
	margin-top: 1em;
	margin-left: 1em;
}

/* PUBLICATION */


.header-tabs-wrapper {
    display: block;
    height: 23px;
    padding-bottom: 10px;
}


.header-tabs-wrapper ul {
    padding: 0;
}


.header-tab.active {
    background: none repeat scroll 0 0 #FFFFFF;
}

.header-tab {
    float: left;
    list-style-image: none;
    list-style-type: none;
    padding: 0;
}


.header-tab.active a {
    color: #2F4674;
}
.header-tab a {
    color: #2F4674;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 33px;
    margin: 5px 10px;
    text-decoration: none;
}


.view-publications {
    /*background: none repeat scroll 0 0 #FFFFFF;*/
    height: 70%;
    margin-bottom: 0px;
    padding: 0px 10px 10px;
}

.view-id-publications .view-content {
    margin-top: 10px;
}


.pub-wrapper {
    /* border-bottom: 1px solid #8598C6;
    margin-bottom: 20px; 
    min-height: 60px; */
    /*padding-bottom: 15px;*/
}


.pub-links-wrapper {
    float: right;
    margin-top: 20px;
}


.pub-wrapper a {
    text-decoration: none;
}


.pdf-wrapper {
    background: url("../images/icon_pdf.jpg") no-repeat scroll 0 0 transparent;
    float: left;
    height: 25px;
    margin-right: 5px;
    width: 25px;
}


.icons-wrapper {
    float: right;
    margin-top: 20px;
}


.icons-wrapper .highlight-wrapper, .icons-wrapper .cover-wrapper, .icons-wrapper .pdf-wrapper {
    padding-left: 25px;
    width: 70px;
}

.pdf-wrapper {
    background: url("../images/icon_pdf.jpg") no-repeat scroll 0 0 transparent;
    float: left;
    height: 25px;
    margin-right: 5px;
    width: 25px;
}

.cover-wrapper {
    background: url("../images/icon_cover.jpg") no-repeat scroll 0 0 transparent;
    float: left;
    height: 25px;
    margin-right: 5px;
    width: 25px;
}

.highlight-wrapper {
    background: url("../images/icon_highlight.jpg") no-repeat scroll 0 0 transparent;
    float: left;
    height: 25px;
    margin-right: 5px;
    width: 25px;
}

#logo-molgen div {
    height: 40px;
    position: absolute;
    right: 190px;
    top: 10px;
    width: 220px;
}

#logo-weiz div {
    height: 40px;
    position: absolute;
    right: 1px;
    top: 10px;
    width: 180px;
}


#block-views-header-slider-block {
    float: right;
    margin-right: 100px;
    margin-top: 0px;
}

#block-views-header-slider-block-1 {
	  float: right;
    margin-right: 60px;
    margin-top: 0px;
}

#block-block-3 {
	padding-left: 10px;
}

.mag-wrapper b {
	font-style: italic;
}

.views-slideshow-controls-text-next a,
.views-slideshow-controls-text-previous a {
	color: rgba(0,0,0,0) !important;
	font-size: 1px;
	position: relative;
}
.views-slideshow-controls-text-next a {
    right: -25px;
    float: right;
}
.views-slideshow-controls-text-previous a {
    left: -25px;
    float: left;
}

.views-slideshow-controls-text-next a:before,
.views-slideshow-controls-text-previous a:before {
	font-size: 40px;
	color: #25A6F7;
	font-family: fontAwesome;
}
.views-slideshow-controls-text-next a:hover,
.views-slideshow-controls-text-previous a:hover,
.views-slideshow-controls-text-next a:focus,
.views-slideshow-controls-text-previous a:focus {
	text-decoration: none;
}
.views-slideshow-controls-text-next a:hover:before,
.views-slideshow-controls-text-previous a:hover:before,
.views-slideshow-controls-text-next a:focus:before,
.views-slideshow-controls-text-previous a:focus:before {
	text-shadow: 3px 1px 6px #023D72;

}
.views-slideshow-controls-text-next a:before {
	content: "\f054";
}

.views-slideshow-controls-text-previous a:before {
	content: "\f053";
}
.views-slideshow-controls-bottom.clearfix {
    position: relative;
    margin-top: -55%;
    width:100%;
}
.nagish-contrast.front #page-title {
	width: auto;
	height: auto;
	overflow: auto;
}
.nagish-contrast span, .nagish-contrast p {
	color: #ffff66 !important;
}
.nagish-contrast a span {
	color: #ffffff !important;
}
.nagish-contrast 
.nagish-contrast 
.nagish-contrast 
.nagish-contrast 
.nagish-contrast 
.nagish-contrast 
.nagish-contrast 
.nagish-contrast 
.nagish-contrast 
.nagish-contrast 
 