/*
Theme Name: Open MRI
Author: S. Haas
Author URI: http://www.haasdesign.eu
Version: 1.0.0
*/


text-shadow: 0px 0px 100px black;
/* ///////////// VC ///////////// */


.wpb_content_element {
	margin: 0 !important;
}

.hentry {
	margin: 0
}

.slimScrollBar {
	display: none !important;
}

.vc_row {
	margin: auto;
}

.page-content, .entry-content, .entry-summary {
	margin: 0;
}



/* ///////////// VIDEO ///////////// */


video#bgvid {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}

/* ///////////// CSS ANIMATION ///////////// */


.wpb_start_animation.wpb_bottom-to-top {
	-webkit-animation: wpb_btt 1.2s !important;
	        animation: wpb_btt 1.2s !important;
}

/* ///////////// BASICS ///////////// */


h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}


b, strong {
    font-weight: 600 !important;
}

.white_text h2 {
	background: url(img/white_dot.svg) top left no-repeat;
	padding-top: 20px;
}

#news h2, #benefits h2, #community h2 {
	background: url(img/blue_dot.svg) top left no-repeat;
	padding-top: 20px;
}

#benefits h2, #news h2, #footer_row h2, #news .slide_up_teaser h3 {
	margin-bottom: 0;
}

body, button, input, select, textarea {
	color: #32465F;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

h1 {
	font-size: 65px;
}

h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 100;
}

h3 {
	font-size: 27px;
}

h4 {
	background: url(img/blue_dot.svg) top center no-repeat;
	background-size: 50px 1px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 70px;
	padding-top: 10px;
}

h5 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 100;
	margin: 40px 0 0px;
}

a {
	color: #32465F;
	-webkit-transition: opacity .2s ease;
	        transition: opacity .2s ease;
}

a:visited {
	color: #32465F;
}

a:hover {
	color: #32465F;
	opacity: .7;
	filter: alpha(opacity=70);
}

/* ///////////// HEADER ///////////// */

.osi_logo {
	position: absolute;
	padding-top: 30px;
	padding-left: 10px;
	z-index:10;
}

.osi_logo .osi, .osi_logo_1 .osi {
    margin-right: 50px;
    float:left;
    margin-bottom:0;
}


.osi a, .mre a{
    pointer-events: none;
}


@media (max-width:1024px) {
 .osi_logo .osi, .osi_logo_1 .osi {
    margin-right: 0;
     margin-bottom: 15px !important;
     float: none;
}   
}    

.osi_logo_1 {
	padding-top: 30px;
	padding-left: 25px;
	padding-bottom: 30px;
}


.osi_logo figure a:hover, .osi_logo_1 figure a:hover {
	opacity:1;
}	


@media (max-width:756px) {

.osi_logo img,  .osi_logo_1 img {

    transform: scale(0.8);
    transform-origin: top left;
    margin-bottom: -15px !important;

}
}





/* ///////////// CONTENT ///////////// */




.content, .entry-footer {
	width: 45%;
	margin-bottom: 50px;
}


.content::selection {
  background-color: rgba(89, 22, 0) !important;
  color:#fff;
}

.templatera_shortcode .content, .templatera_shortcode .wpb_content_element {
	margin-top: 0px;
	margin-bottom: 0px;
}
 
.content li {
	margin-bottom: 20px;
}



.content ul, .content ol {
    margin: 30px 0;
    background: rgba(50,70,95,0.04);
    padding: 20px 20px 20px 40px;
    border-radius: 10px;
}


.content ul {
	list-style-type: square;

}

.content ol {
	list-style-type: decimal;

}



.content ol ol, .content ol ol ol, .content ul ul, .content ul ul ul {
    background: rgba(50,70,95,0.0);
    padding: 20px 0 0 40px;
    margin: 0;
}






@media (max-width:1500px) {

.content, .entry-footer {
	width: 50%;
}
}

@media (max-width:1280px) {

.content, .entry-footer {
	width: 66%;
}
}

@media (max-width:768px) {

.content, .entry-footer {
	width: 90%;
}
}


.refs {
	font-weight: 400;
}

.refs a {
	text-decoration: none;
	border-bottom:0 !important;
}

.refs a:after {
    content: " ";
    background: url("img/icons/link.svg") no-repeat;
    background-size: 16px;
    margin-left: 10px;
    padding: 0px 20px;
	position: relative;
    top: 3px;
}

.refs sup, .details_contributors sup {
    border: 1px solid #32465F;
    border-radius: 10px;
    padding: 0px 3px;
    font-size: 11px;
    margin: 0px 5px 0px 3px;	
}




blockquote {
	line-height: 50px;
	font-size: 40px;
	font-weight: 500;
	color: rgba(47,69,96,.4);
	margin: 0 0 50px 0;
	-webkit-transition: ease .7s;
	        transition: ease .7s;
}

blockquote:hover {
	color: rgba(47,69,96,1);
}

.content {
	font-size: 18px;
	font-weight: 400;
	margin-top: 35px;
}

.content .vc_column-inner {
	padding: 0;
}

.small_text {
	font-size: 12px;
	font-weight:400;
}


figcaption  {
	opacity: 0.55;
    font-style: italic;
}

/* ///////////// HEROS ///////////// */

#hero_row {
	overflow: hidden;
}

.hero_video h1 {
	
}




#hero_row h1 {
	line-height: 80px;
	letter-spacing: 1.5px;
	margin: 0 30px 30px 0;
}

/*.news_hero h1 {
	font-size:40px;
	line-height: 60px !important;
	margin: 0;

}*/

.news_hero {
	margin-top: 10px;

}

.news_hero_image img {
	margin-top: 70px;

}


.news_hero .wpb_single_image {
    
    position: absolute;
	right:0;
    opacity: 0.85;
	top: 0;
	mix-blend-mode: normal;
	
}


.news_project_hero>.wpb_column {
	min-height:400px;
}

@media (max-width:1024px) {
.news_hero .wpb_single_image {width: 30%;}
.news_project_hero>.wpb_column {min-height:300px;}
}

@media (max-width:768px) {
.news_hero .wpb_single_image {width: 30%;}
.news_project_hero>.wpb_column {min-height:200px;}
.news_hero .wpb_single_image {top: 50px;}
.news_project_hero h1 {margin-top:0 !important;}
}

@media (max-width:400px) {
.news_hero .wpb_single_image {width: 30%;}
}


.news_hero h1, .news_hero h3  {
    position:relative;
	z-index:100;
}

.home_hero h1, .white_text h1 {
	text-shadow: 0px 0px 10px #071D2C;
}

.hero_subheadline {
	font-weight: 100;
    margin-top: -20px !important;
}

.news_hero .osi_teaser_row {
    margin-bottom: 0;
	padding: 50px 0 30px 0;
}




.news_project_hero h1 {
    margin-right: 24% !important;
}


.news_project_hero img {
    height: auto;
    width: 400px;	
}



.home_hero .osi_teaser_row, .project_hero .osi_teaser_row {
	position: absolute;
	top: 40%;
}



@media (max-width:1024px) {


.hero_video {
	background-image: url(/wp-content/themes/open_mri/img/mri_brain_scan_bg.jpg);
}

.vc_video-bg {
	display:none;
}


.home_hero .osi_teaser_row, .project_hero .osi_teaser_row {
	top: 35%
}

#hero_row h1 {
	font-size: 55px;
	line-height: 65px !important;
	letter-spacing: 1.5px;
}
}

@media (max-width:768px) {

#hero_row h1 {
	font-size: 30px;
	line-height: 37px !important;
	letter-spacing: 1.5px;
	margin-top: -20px;
	margin: 0 !important;

}

.news_hero .osi_teaser_row {
	padding-top: 25px;
}

}

#hero_row .osi_teaser_row_bottom {
	position: absolute;
	bottom: 0;
	width: 100%
}

.project_hero .osi_teaser_row {
	top: 50% !important;
	margin-top: -100px;
}



#hero_row h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 100;
	line-height: 23px;
	letter-spacing: 0.5px;
	    margin-bottom: 30px;
}

#hero_row h3 a, .news_hero .meta_author a, #projects_row .vc_gitem-post-category-name a, .osi_post_category a {
	text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.4) !important;
}



#hero_row h3 a:after, #hero_row h3 a:last-of-type:after {
	content:"";
}


#hero_row h3:before {
	content: " ";
	border-top: 5px solid;
	width: 250px;
	background: #fff;
    display: block;
	margin-bottom: 26px;
}

.home_hero {
background-size: cover !important;
}

#hero_row  {
background-size: cover !important;
}


.project_hero, .news_hero, .project_hero .vc_column-inner, .news_hero .vc_column-inner {
background-size: 50% !important;
}

.page_hero .vc_column-inner {
background-size: cover !important;
}

.image_cover .vc_column-inner {
background-size: cover !important;
}



.project_hero>.wpb_column, .news_hero>.wpb_column {
background-image: -webkit-linear-gradient(205deg, rgba(19, 73, 110, 1) 0%, rgba(89, 22, 0, 1) 100%);
background-image: -moz-linear-gradient(205deg, rgba(19, 73, 110, 1) 0%, rgba(89, 22, 0, 1) 100%);
background-image: -o-linear-gradient(205deg, rgba(19, 73, 110, 1) 0%, rgba(89, 22, 0, 1) 100%);
background-image: linear-gradient(205deg, rgba(19, 73, 110, 1) 0%, rgba(89, 22, 0, 1) 100%);
}



/*.project_hero>.wpb_column>.vc_column-inner:after{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    margin: -40px -20px;
    background-image: linear-gradient(205deg, rgba(19, 73, 110, 0.5) 0%, rgba(89, 22, 0, 0.5) 100%);
}*/

#hero_row>.wpb_column>.vc_column-inner>.wpb_wrapper{
    z-index:100;
}


/* ///////////// SECTIONS ///////////// */

.osi_headline_border .vc_sep_holder .vc_sep_line {
	border-top: 4px solid #32465F;
}

.osi_headline_border {
	margin-bottom: 15px !important;
}

.row_gradient .osi_headline_border .vc_sep_holder .vc_sep_line, .white_text .osi_headline_border .vc_sep_holder .vc_sep_line {
	border-top: 4px solid #FFF;
}

.osi_text_teaser_row {
	font-size: 18px;
	font-weight: 400;
}

.row_gradient {
	width: 100%;
	background-image: -webkit-linear-gradient(205deg, rgba(44,151,222,0.5) 0%, rgba(178,45,0,0.5) 100%);
	background-image: linear-gradient(245deg, rgba(44,151,222,0.5) 0%, rgba(178,45,0,0.5) 100%);
}


.row_hero_gradient {
    background-image: -webkit-linear-gradient(205deg, rgba(44,151,222,0.25) 0%, rgba(178,45,0,0.25) 100%);
	background-image: linear-gradient(245deg, rgba(44,151,222,0.25) 0%, rgba(178,45,0,0.25) 100%);
}


.row_hero_home_gradient {
	width: 100%;
	background: url(img/vdot.svg) repeat;
	background-size: 5px 5px;
}
.row_hero_home_gradient>div {
	background-image: -webkit-linear-gradient(205deg, rgba(44,151,222,0.25) 0%, rgba(178,45,0,0.25) 100%);
	background-image: linear-gradient(245deg, rgba(44,151,222,0.25) 0%, rgba(178,45,0,0.25) 100%);
}


.vc_gitem_row .vc_gitem-col {
	padding: 0;
}

.osi_pageable_text {
	padding: 0;
	font-size: 22px !important;
	font-weight: 500;
	color: #fff;
}

.white_text {
	color: #fff;
}

/* ///////////// SLIDE UP TEASER ///////////// */


.more_text:last-child>a:after {
	content: "➞";
	font-size: 25px;
}

.more_text_static a {
	text-decoration:none;
}

.more_text_static:last-child a:after {
	padding-top:30px;
	content: "➞";
	font-size: 25px;
	display:block;
}

.more_text_static a:hover {
	opacity: .85;
}


.osi_text_teaser_row .slide_up_teaser, #projects .osi_text_teaser_row .slide_up_teaser {
	-webkit-transition: ease .5s;
	        transition: ease .5s;
/*	margin-top: 60px;*/
	margin-bottom: 0;
	opacity: .9;
	filter: alpha(opacity=90);
}

.osi_text_teaser_row .slide_up_teaser:hover, #projects .osi_text_teaser_row .slide_up_teaser:hover {
	margin-top: 0;
/*	margin-bottom: 60px;*/
	opacity: 1;
	filter: alpha(opacity=100);
}

.osi_text_teaser_row .slide_up_teaser .wpb_text_column, .osi_text_teaser_row .slide_up_teaser .vc_gitem-post-data-source-post_excerpt {
	-webkit-transition: ease .5s;
	        transition: ease .5s;
	opacity: .66;
	filter: alpha(opacity=25);
}

#projects_row .slide_up_teaser .wpb_text_column, #projects_row .slide_up_teaser .vc_gitem-post-data-source-post_excerpt {
	-webkit-transition: ease .5s;
	        transition: ease .5s;
	opacity: .85;
	filter: alpha(opacity=66);
}

#projects_row .slide_up_teaser:hover .wpb_text_column, #projects_row .slide_up_teaser:hover .vc_gitem-post-data-source-post_excerpt {
	opacity: 1;
	filter: alpha(opacity=100);
}


.osi_text_teaser_row .slide_up_teaser:hover .wpb_text_column, .osi_text_teaser_row .slide_up_teaser:hover .vc_gitem-post-data-source-post_excerpt {
	opacity: 1;
	filter: alpha(opacity=100);
}




#news .more_text:last-child > a::after {
    content: " ";
}

#news .more_text p:last-of-type a::after {
    content: "➞";
    font-size: 25px;
    display: block;
    margin-top: 20px;
}

@media (max-width:1024px) {

.osi_text_teaser_row .slide_up_teaser, #projects .osi_text_teaser_row .slide_up_teaser {
	margin: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

.osi_text_teaser_row .slide_up_teaser:hover, #projects .osi_text_teaser_row .slide_up_teaser:hover {
	margin: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
    
#projects_row .slide_up_teaser .wpb_text_column, #projects_row .slide_up_teaser .vc_gitem-post-data-source-post_excerpt  {
	opacity: 1;
	filter: alpha(opacity=100);
}

.osi_text_teaser_row .slide_up_teaser .wpb_text_column, .osi_text_teaser_row .slide_up_teaser .vc_gitem-post-data-source-post_excerpt {
	-webkit-transition: ease .5s;
	        transition: ease .5s;
	opacity: 1;
	filter: alpha(opacity=100);
}

.osi_text_teaser_row .slide_up_teaser:hover .wpb_text_column, .osi_text_teaser_row .slide_up_teaser:hover .vc_gitem-post-data-source-post_excerpt {
	opacity: 1;
	filter: alpha(opacity=100);
}

#benefits .slide_up_teaser {
	margin-bottom: 50px;
}
}

#projects_row .slide_up_teaser h3 {
	margin-bottom: 0px;
	    margin-top: 20px;
}


.no_top_div .osi_headline_border, .no_top_div .vc_gitem-animated-block   {
    display:none;
}

.no_top_div h3:before   {
    content: 'Random Project: '
}

#projects_row .no_top_div h3 {
 margin-top:0;
}

.no_top_div vc_custom_heading {
 margin-top:-30px;
}



/* ///////////// PROJECTS_MAP ///////////// */

.projects_map h3 {
border-top: 4px solid #32465F;
    padding-top: 25px;
    line-height: 25px;
}


.projects_map .vc_gitem-row-position-top {
    padding-top: 15px;
    border-top: 1px solid rgba(50, 70, 95, 0.2);
}


.projects_map h4 {
    background: none;
    margin-top: 0;
    padding-top: 0;
    font-weight: 400;
}


.projects_map .vc_gitem-post-data-source-post_title {
    float: left;
    width: 70%;
}


.projects_map figure a {
    background-image: -webkit-linear-gradient(205deg, rgba(19, 73, 110, 1) 0%, rgba(89, 22, 0, 1) 100%);
    background-image: -moz-linear-gradient(205deg, rgba(19, 73, 110, 1) 0%, rgba(89, 22, 0, 1) 100%);
    background-image: -o-linear-gradient(205deg, rgba(19, 73, 110, 1) 0%, rgba(89, 22, 0, 1) 100%);
    background-image: linear-gradient(205deg, rgba(19, 73, 110, 1) 0%, rgba(89, 22, 0, 1) 100%);
}

.projects_map figure {
    width: 100px;
    height: 100px;
}

.projects_map .vc_align_right  {
    display: block;
    overflow: auto;
}

.projects_map .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item  {
    padding-bottom:15px;
}


.projects_map .vc_column_container>.vc_column-inner  {
   padding-left: 60px;
    padding-right: 60px;
}



@media (max-width: 768px) {
    
.projects_map h3 {
border-top: 4px solid #32465F;
    padding-top: 18px;
    line-height: 25px;
}
    
.projects_map .vc_column_container>.vc_column-inner  {
   padding-left: 30px;
    padding-right: 30px;
}
    
}




/* ///////////// POSTS ///////////// */

.osi_post_category {
	text-transform: uppercase;
	text-align: left !important;
	margin: 10px 0 -23px 0;
	font-weight: 100;
	display: inline-block;
}

#projects_row .osi_post_category {
	display: inline-block;
}

.osi_post_category .vc_grid-filter-item:hover {
	background-color: rgba(255,255,255,0) !important;
	cursor: default !important;
}

.osi_post_category .vc_grid-filter-item:hover span {
	color: #fff !important;
}

#news .osi_post_category .vc_grid-filter-item:hover span {
	color: #32465F !important;
}

#projects_row .osi_post_category .vc_grid-filter-item:hover span {
	color: #fff !important;
}

.white_text .osi_post_category:hover {
	color: #fff;
}

.osi_section_more_link a {
	padding: 10px 15px !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: rgba(50,70,95,0.5) !important;
	border: 1px solid rgba(50,70,95,0.5) !important;
	text-transform: uppercase;
	font-size: 18px !important;
	margin-top: 0px;
	background-color: rgba(255,255,255,0) !important;
}

#hero_row .osi_section_more_link a {
	width:43px;
}


.osi_section_more_link a i {
    margin: auto 0;
    position: absolute;
    left: 50%;
	font-size: 25px !important;
}

.osi_section_more_link a i:before  {
	content: "▾" !important;
	/*-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);*/
}



.row_gradient .osi_section_more_link a, #hero_row .osi_teaser_row_bottom a, #hero_row .osi_section_more_link a {
	color: rgba(255,255,255,0.85) !important;
	border: 1px solid rgba(255,255,255,0.85) !important;
}

.osi_section_more_link a:hover {
	border-color: rgba(50,70,95,.25) !important;
	color: rgba(50,70,95,1) !important;
	background-color: rgba(255,255,255,0) !important;
	padding: 10px 19px !important;
}

.row_gradient .osi_section_more_link a:hover, #hero_row .osi_teaser_row_bottom a:hover {
	color: rgba(255,255,255,1) !important;
	border: 1px solid rgba(255,255,255,1) !important;
}

.vc_grid-item.zoomIn {
	-webkit-animation-name: none;
	        animation-name: none;
}

.osi_teaser_row {
	margin-bottom: 50px;
}

#hero_row, #projects_row, #news, #footer_row, #hero_row .vc_column-inner, #projects_row .vc_column-inner, #news .vc_column-inner {
	background-position: center !important;
	background-repeat: no-repeat !important;
}

#projects_row, #footer_row, #news, #projects_row .vc_column-inner, #news .vc_column-inner {
	background-size: cover !important;
}


#benefits {
	padding-bottom: 80px;
}


#benefits.challenge {
	padding-bottom: 0px;
}

#post_list.challenge {
	margin-top: 0px;
}

h2.challenge {
	padding-bottom: 0px;
}

.full_width_content  {
	padding: 0px 15px;
}


@media (min-width:768px) {
#benefits .wpb_row:nth-of-type(2){
	padding-bottom: 50px;
}}

.full_width>.vc_column-inner {
	padding-left: 0!important;
	padding-right: 0!important;
}

.white_text a, .white_text a:hover {
	color: #fff;
}

.osi_section_header {
	margin: 50px 0;
}

.post-navigation {
	display: none;
}


.meta_date:after {
	content: "";
	padding-left: 10px;
}

.archive .meta_author:after, .search .meta_author:after {
	content: "|";
	padding: 0 5px 0 7px;
}

.meta_author, .meta_date {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 15px;
    float: left;
 	margin-right: 10px;
    margin-bottom: 10px;
    margin-top: -5px;

}

.archive .pl-detailcnt, .search .pl-detailcnt {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 18px;
    float: left;
}

.archive .pl-detailcnt span, .search .pl-detailcnt span {
    float: left;
	padding-right: 10px;
    line-height: 1.2;
    margin-top: 2px;
}

.meta_author a, .meta_date a {
    text-decoration: none;
}



/* ///////////// PROJECTS POSTS ///////////// */


#projects_row .osi_section_header {
	margin: 30px 0 15px 0;
}


#projects_row .osi_teaser_row  {
	margin-bottom: 0px;
}

#projects_row .text_row  {
	margin-bottom: 30px;
}





@media (max-width:768px) {

#projects_row .osi_teaser_row {
	height: 100%;
}

.vc_responsive .vc_grid-filter {
    display: block !important;
}
}


/* ///////////// PREV NEXT NAVI ///////////// */

.next_prev .prev {
	margin-right: 20px;
	}

.next_prev .prev:before, .next_prev .next:after {
		-webkit-transition: all 0.2s ease 0s;
		-moz-transition: all 0.2s ease 0s;
		-ms-transition: all 0.2s ease 0s;
		-o-transition: all 0.2s ease 0s;
		transition: all 0.2s ease 0s !important;
    }

.next_prev .prev a:before, .next_prev .next a:after {
    content: "‹";
    padding: 0px 12px 2px 12px;
    border: 1px solid;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 100;
    position: relative;
    top: 2px;
    margin-right: 10px;
    text-decoration:none;
	}


.next_prev .prev a:before {
    content: "‹";
    margin-right: 10px;
	}

.next_prev .next a:after {
    content: "›";
    margin-left: 10px;
	}

.next_prev a:hover, .next_prev a:hover, .next_prev a:hover .prev:before, .next_prev a:hover .next:after  {
    opacity:1;
}
    
    
	}
	
.next_prev a {
	cursor: pointer;
	}	

.next_prev .next {
	float: right;
    text-align: right;
	}	
	
.next_prev {
	width:100%;
	padding: 5px 10px 0px 15px;
}	

@media (max-width:768px) {

.next_prev .prev {
	padding-bottom:20px;
    display: block;
}}		

.next_prev a{
	color: rgba(50, 70, 95, 1);
    opacity:0.5;
    text-decoration: none;    
}	

.cat-links, .cat-links a, .tag-links, .tag-links a, .edit-link a, .comments-link a {
	color: rgba(50, 70, 95, 0.5);
}

.cat-links, .cat-links a, .tags-links, .tags-links a {
    color: #32465F !important;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 100 !important;
    margin-left: 10px;
}

.cat-links, .tags-links {
    font-weight: 400 !important;
        margin-left: 20px;
}

footer.entry-footer {
	margin: 30px auto 50px;
        text-align: center;
}	

.edit-link a, .comments-link a {
padding-left:30px;	
}


/* ///////////// NEWS POSTS ///////////// */




#hero_row .hello_world_bg>.vc_column-inner {
    background: url(img/hello_world_bg.svg) transparent 50% 50% no-repeat;
    background-size: 50% !important;
}


@media (max-width:1024px) {
#hero_row .hello_world_bg>.vc_column-inner {
background: url(img/hello_world_bg.svg) transparent 50% 75% no-repeat;
background-position: 50% 75% !important;    
}
}

#news .osi_teaser_row {
	height: 350px;

}


/* HOVER CLIPPING HACK */
#news .osi_teaser_row div, #projects_row .osi_teaser_row div {
	border: 1px solid rgba(255, 255, 255, 0);
    margin-left: -1px;

}

@media (max-width:768px) {

#news .osi_teaser_row {
	height: 100%;
}
}

.osi_teaser_row {
	width: 100%;
}

.osi_teaser_row_button {
	margin-bottom: 40px;
	width: 100%;
}

#vision {
	overflow: hidden;
}

/* ///////////// VISION ///////////// */

#vision h2 {
	z-index: 1;
	position: absolute;
	width: 90vw;
	margin: 85px 30px;
}

#vision .vc_column-inner {
	padding: 0;
}





/* ///////////// BENEFITS SECTION ///////////// */





.icon_affordability {
background: url(img/icons/affordability.svg) top right no-repeat;
}

.icon_innovation {
background: url(img/icons/innovation.svg) top right no-repeat;
background-size: 55px 55px !important;
background-position: right 30px top 13px !important;    
}

.icon_community {
background: url(img/icons/community.svg) top right no-repeat;
background-size: 55px 55px !important;
background-position: right 30px top 13px !important;    
}

.icon_quality {
background: url(img/icons/quality.svg) top right no-repeat;
}

.icon_knowledge {
background: url(img/icons/knowledge.svg) top right no-repeat;
}

.icon_business {
background: url(img/icons/business.svg) no-repeat;
background-size: 55px 55px !important;
background-position: right 30px top 20px !important;    
}

.icon_benefits {
    background-size: 45px 45px;
    background-position: right 30px top 20px;
}

.icon_benefits h3 {
    padding-right: 50px;
    line-height: 100%;
}

.icon_submit .text_body {
    height: 45px;
    background: url(img/icons/submit_white.svg) no-repeat;
    background-size: 45px 45px !important;
    background-position: right 0px top 0px !important;
}

.icon_support .text_body {
background: url(img/icons/support_white.svg) no-repeat;
background-size: 45px 45px !important;
background-position: right 0 top 20px !important;  
}


.icon_support .text_body, .icon_submit .text_body {
    padding-right: 60px;
}


#benefits .vc_column_container>.vc_column-inner {
    padding: 0 30px;
}

#benefits>.vc_col-sm-12>.vc_column-inner {
    padding: 0 !important;
}


#projects_row .text_row .slide_up_teaser  {
    padding: 0 60px 0 0;
}


#projects_row .text_row .slide_up_teaser:last-of-type  {
    padding: 0 22px 0 0;
}

#projects_row .text_row {
    padding: 0 0 0 15px !important;
}


#projects_row .text_row .vc_column_container>.vc_column-inner  {
    padding: 0 !important;
}






@media (max-width:768px) {
#news .vc_column_container>.vc_column-inner, #projects_row .vc_column_container>.vc_column-inner  {
    padding-right: 6px;
}

#projects_row .text_row .slide_up_teaser {
    padding: 0 15px 0 0;
}
    
#projects_row .text_row .slide_up_teaser:last-of-type {
    padding: 0 15px 0 0;
}
    
#projects_row .text_row .slide_up_teaser {
    margin-bottom: 45px;
}

}


@media (min-width:768px) {
#news .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item, #projects_row .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-right: 60px;
}

#news .vc_column_container>.vc_column-inner, #projects_row .vc_column_container>.vc_column-inner  {
    padding-right: 0;
    overflow: hidden;
}

#news .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item:last-of-type, #projects_row .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item:last-of-type {
    padding-right: 40px;
}}


/* ///////////// PROJECT DETAILS ///////////// */



#details {
	padding: 40px 20px 20px 20px;
}

#details a, .content a, .pl-detailcnt .pl-postmeta a, .meta_author a, .meta_date a {
	text-decoration: none;
    border-bottom: 1px solid rgba(50, 70, 95, .5);	
	border-radius: 0px !important;
}

#details .vc_row {
	padding-bottom: 30px;
}

.osi_details_border .vc_sep_line {
	border-top: 1px solid #32465F !important;
}

.osi_details_border {
	margin-bottom: -10px;
}

.details_application {
	background: url(img/icons/app.svg) top right no-repeat;
	background-size: 35px 35px;
	background-position: right 15px top 17px;
}

.details_contributors {
	background: url(img/icons/contributors.svg) top right no-repeat;
	background-size: 34px 34px;
	background-position: right 15px top 11px;
}

.details_contact {
	background: url(img/icons/contact.svg) top right no-repeat;
	background-size: 34px 34px;
	background-position: right 15px top 15px;
}

.details_cost {
	background: url(img/icons/cost.svg) top right no-repeat;
	background-size: 36px 36px;
	background-position: right 15px top 15px;
}

.details_progress {
	background: url(img/icons/progress.svg) top right no-repeat;
	background-size: 37px 37px;
	background-position: right 15px top 15px;
}

.details_resources {
	background: url(img/icons/resources.svg) top right no-repeat;
	background-size: 35px 35px;
	background-position: right 15px top 14px;
}

.details_application p, .details_contributors p, .details_contact p, .details_cost p, .details_progress p, .details_resources p {
	margin-bottom: -22px;
}

#details h4 {
	margin-bottom: -2px;
	background: none;
	margin-top: 15px;
}

#details p {
	font-size: 18px;
	font-weight: 400;
}

#details, .next_prev_details {
	background-color: rgb(241,241,241);
}

.next_prev_news {
	background-color: #fff;
}


#details .wpb_text_column {
    padding-right: 25px;
}

#details:focus, #content_part:focus {
    outline: 0;
}



/* ///////////// PROJECTS CATEGORIES ICONS ///////////// */



.cat_hard_system, .cat_hard_magnet, .cat_hard_amp, .cat_hard_coil, .cat_hard_spectrometer, .cat_hard_other_mr, .cat_hard_other_non_mr, .cat_hard_lab, .cat_soft_simulation, .cat_soft_reconstruction, .cat_soft_visualization, .cat_soft_lab, .cat_soft_other {
    background-size: 100px 100px !important;
    background-position: right 0px top 13px !important;
    background-repeat: no-repeat;
    height: 115px;
}



.cat_hard_system {
background-image: url(img/icons/cat_hard_system.svg);
}


.cat_hard_magnet {
background-image: url(img/icons/cat_hard_magnet.svg);
}

.cat_hard_amp {
background-image: url(img/icons/cat_hard_amp.svg);
}

.cat_hard_coil {
background-image: url(img/icons/cat_hard_coil.svg);
}

.cat_hard_spectrometer {
background-image: url(img/icons/cat_hard_spectrometer.svg);
}

.cat_hard_other_mr {
background-image: url(img/icons/cat_hard_other_mr.svg);
}

.cat_hard_other_non_mr {
background-image: url(img/icons/cat_hard_other_non_mr.svg);
}

.cat_hard_lab {
background-image: url(img/icons/cat_hard_lab.svg);
}

.cat_soft_simulation {
background-image: url(img/icons/cat_soft_simulation.svg);
}

.cat_soft_reconstruction {
background-image: url(img/icons/cat_soft_reconstruction.svg);
}

.cat_soft_visualization {
background-image: url(img/icons/cat_soft_visualization.svg);
}

.cat_soft_lab {
background-image: url(img/icons/cat_soft_lab.svg);
}

.cat_soft_other {
background-image: url(img/icons/cat_soft_other.svg);
}



/* ///////////// PROJECTS LIST ///////////// */


.news_list_block .pl-thumbcnt img {
    height: auto !important;
    width: 100% !important;
	margin: 0;
	left: 0;
	position: normal;
	opacity:1;
}


.news_list_block .pl-itemcnt .pl-thumbcnt.zoomout-eff img {
		opacity:1;
}

.pl-thumbcnt img {
    height: auto !important;
    width: 70% !important;
    left: 50%;
    margin: 0 0 0 -35%;
    position: relative;
}



@media (max-width:1400px) {
.pl-thumbcnt img {
    width: 80% !important;
    margin: 0 0 0 -40%;
}
}

@media (max-width:480px) {
.pl-thumbcnt img {
    width: 90% !important;
    margin: 0 0 0 -45%;
}	
}




.pl-itemcnt .pl-thumbcnt.zoomout-eff img {
	mix-blend-mode: normal;
	   opacity: 0.75;
}



.pl-itemcnt .pl-thumbcnt.zoomout-eff a:hover {
    opacity: 1;
	mix-blend-mode: normal;
}





#post_list .vc_gitem-zone-a {
 height:300px;	
}



.pl-itemcnt .pl-thumbcnt  {
    height: 250px;
	  display: flex;
  flex-direction: column;
  justify-content: center;
/*  background: rgba(50,70,95,.10);*/
background-image: -webkit-linear-gradient(205deg, rgba(19, 73, 110, 1) 0%, rgba(89, 22, 0, 1) 100%);
background-image: -moz-linear-gradient(205deg, rgba(19, 73, 110, 1) 0%, rgba(89, 22, 0, 1) 100%);
background-image: -o-linear-gradient(205deg, rgba(19, 73, 110, 1) 0%, rgba(89, 22, 0, 1) 100%);
background-image: linear-gradient(205deg, rgba(19, 73, 110, 1) 0%, rgba(89, 22, 0, 1) 100%);
}

@media (max-width:991px) {
.pl-itemcnt .pl-thumbcnt {
    height: auto;
    max-height: 250px;
}}

.news_list_block .pl-itemcnt .pl-thumbcnt  {
    background: url(img/icons/news.svg) center no-repeat rgba(50,70,95,.05);
    background-size: 100% !important;
    background-position: center !important;
    
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s !important;
}


.news_list_block .pl-itemcnt .pl-thumbcnt:hover  {
    background-size: 90% !important;
}



.news_list_block .pl-itemcnt .pl-thumbcnt.zoomout-eff img {
	mix-blend-mode: normal;
    background: #fff;
    padding: 50% 0;
}



.pl-gridlayout .pl-itemcnt .pl-thumbcnt {
    box-shadow: 0 1px 2px rgba(50,70,95,.0);
}



@media (min-width:1200px) {

.pl-detailcnt .pl-title {
	font-size: 30px!important;
	}
}


@media (max-width:1200px) {

.pl-detailcnt .pl-title {
	font-size: 25px!important;
	}
}


@media (max-width:768px) {
	.pl-detailcnt .pl-title {
	font-size: 25px !important;
	}

}

@media (max-width:480px) {
	.pl-detailcnt .pl-title {
	font-size: 25px !important;
	}
}



/*postlist meta icons*/
.fa-tags, .fa-pencil, .fa-angle-right {
	display:none !important;
	}
	
/*postlist meta tags dividers*/
	

.pl-detailcnt .pl-postmeta a {
	padding: 0px !important;
	margin: 0 10px 0 0px !important;
    line-height: 1.1;
	margin-bottom: 5px;
}

.archive .pl-detailcnt .pl-postmeta a, .archive .pl-detailcnt .pl-postmeta, .search .pl-detailcnt .pl-postmeta a, .search .pl-detailcnt .pl-postmeta {
	float:left;
	line-height: 1.2;
	margin-right: 2px !important;
	cursor: initial;
}



.pl-postmeta a:after {
    content: ",";
	padding: 0;
}

.archive .pl-postmeta span:after, .search .pl-postmeta span:after {
    content: ",";
    padding: 0;
    margin: 0;
}

.archive .pl-postmeta a, .search .pl-postmeta a {
    margin-right: 10px;
}


.archive .pl-postmeta a:last-of-type:after, .search .pl-postmeta a:last-of-type:after  {
padding:0;
}

.pl-postmeta a:last-of-type:after {
    content: " ";
}

.pl-detailcnt .pl-permalink  {
    background: none !important;
	color: #32465F !important;
	border:none !important;
	font-size: 25px !important;
	text-decoration: none;
	padding: 0 !important;
	margin-top:0 !important;
}

/*show image on the right side in grid-list layout*/
.pl-blogcnt .pl-col-md-6:first-child  {
float:right;
}

.vc_gitem-post-data-source-post_author, .vc_gitem-post-data-source-post_date, .vc_gitem-post-category-name, .pl-detailcnt .pl-title .pl-date, .pl-detailcnt .pl-postmeta a, .pl-detailcnt .pl-postmeta, .pl-author {
	text-decoration: none;
	font-size: 15px !important;
	text-transform: uppercase;
	background:none !important;
	display: block;
	color: #32465F !important;
	font-weight: 100 !important;
}

.pl-date {
float:left;	
}



.pl-detailcnt .pl-postmeta {
    display: inherit !important;	
}

.pl-author:before {
content: "|";
padding: 0 15px 0 5px;
}

.pl-postmeta span:after {
content: "|";
padding: 0 5px 0 15px;
}

.pl-postmeta span:last-of-type:after {
content: " ";
}

.pl-cats {
padding: 0 !important;
}


h3.pl-postmeta {
	margin-bottom: -5px;

}

h3.pl-postmeta span {
	padding: 0px 0px;
    margin-right: 14px;
}

h3.pl-postmeta span:after {
    content: "|";
    padding: 0 0px 0 12px;
}

.pl-postmeta {
    line-height: 1.5;
    padding-bottom: 15px;
}






.vc_gitem-post-data-source-post_date:after {
	content: "";
	padding: 0 15px;
	float:left;
}


.vc_gitem-post-data-source-post_date, .vc_gitem-post-data-source-post_date div  {
	float:left;
}

.vc_gitem-post-data-source-post_author {
	float:left;
	margin-right:10px;
	padding-bottom: 10px;
}

.vc_gitem-post-data-source-post_author div {
	float:left;
}

.pl-detailcnt .pl-text {
    font-weight: 400;
    color: #32465F !important;
   
}



/*POST LIST NEWS & PROJECTS COLUMNS SIZES*/

@media (min-width: 992px) and (max-width: 1599px) {
.pl-col-md-6:first-child  {
    width: 30%;
}
.pl-col-md-6:last-child  {
    width: 70%;
	padding-right: 0 !important;
}
}

@media (min-width: 1600px) {
.pl-col-md-6:first-child  {
    width: 20%;
}
.pl-col-md-6:last-child  {
    width: 80%;
	padding-right: 0 !important;
}
}

.pl-col-md-6, .pl-col-xs-12 {
    padding: 0 30px 0 30px !important;
}


.pl-listlayout.pl-list-t1  {
    box-shadow: none !important;
}

.pl-col-md-6 .pl-detailcnt  {
    border-top: 1px solid rgba(50,70,95,.20);
}

#post_list .grid {
    margin-bottom: 30px;
}


/*POST LIST IMAGE EFFECT*/
	/*Zoomin*/
	.pl-itemcnt .pl-thumbcnt.zoomin-eff img{
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s !important;
	}
	.pl-itemcnt:hover .pl-thumbcnt.zoomin-eff img{
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1) !important;
	}
	
	/*ZoomOut*/
	.pl-itemcnt .pl-thumbcnt.zoomout-eff img{
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05) !important;
		
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s !important;
	}
	.pl-itemcnt:hover .pl-thumbcnt.zoomout-eff img{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1) !important;
	}


.pl-grid-controls {
	margin: 0 !important;
    width: 100%;
    padding: 5px 40px 20px 30px !important;
}	


.pl-gridlayout .pl-itemcnt {
	    padding: 6px !important;
}

.pl-gridlayout .pl-detailcnt {
	    padding: 5px 3px !important;
}


.pl-drop_down, .pl-meta, .view-type-cnt{
		height: 40px!important;
	    border-radius: 0 !important;
		border: 0 !important;
		border-bottom: 3px solid rgba(50,70,95,1) !important;
		color: rgba(50,70,95,1) !important;
		padding: 0 !important;
		margin-right: 30px !important;
		font-weight: 600;
    	text-transform: uppercase;
    	font-size: 18px;
}

.view-type-cnt{
		color: rgba(50,70,95,0.5) !important;
}

.view-type-cnt .view-btn:first-child {
    margin-right: 15px !important;
}

.pl-drop_down span::before  {
	content: " " !important;
    border: 5px solid transparent !important;
    border-top: 7px solid rgba(50,70,95,1) !important;

    top: 13px !important;
}

.pl-meta span:hover   {
	background: none !important;
}


.pl-meta span.active.asc:after  {
    border-bottom-color: rgba(50,70,95,1) !important;
}

.pl-meta span.active.desc:after {
    border-top-color: rgba(50,70,95,1) !important;
}

.pl-meta span.asc:hover:after {
    border-bottom-color: rgba(50,70,95,1) !important;
}

.pl-meta span.desc:hover:after  {
    border-top-color: rgba(50,70,95,1) !important;
}

.pl-drop_down li.active   {
    color: rgba(50,70,95,1) !important;
}

.pl-drop_down li.active:before {
     background-color: rgba(50,70,95,1) !important;
}

.pl-drop_down li:before  {
    border-radius: 0  !important;
	top: -1px !important;
}

.fa-th-list:before {
    content: "\f03a" !important;
}

.fa-th-large:before {
    content: "\f00a" !important;
}

.view-type-cnt .view-btn.active i {
    color: rgba(50,70,95,1) !important;
}

.pl-drop_down ul {
	border: 1px solid rgba(50,70,95,0.15) !important;
    border-top: 3px solid !important;
    border-bottom: 0 !important;
    margin-top: 27px !important;
    border-radius: 0 !important;
}

#post_list .vc_gitem-post-category-name {
	cursor: default;
}

.white_text .vc_gitem-post-category-name {
	color: #fff !important;
}

#post_list .vc_gitem-post-category-name:hover {
	background-color: transparent;
}

#post_list .vc_gitem-post-data-source-post_date {
}

#post_list .vc_gitem-post-data-source-post_title h4, .pl-detailcnt .pl-title {
	font-size: 35px;
	line-height: 1.3em;
	font-weight: 500 !important;
	text-transform: none;
	background: transparent;
	background-size: initial;
	margin: 9px 0px 0px 0px;
	padding: 0px;
	text-transform: none !important;
}

.pl-detailcnt .pl-title a  {
color: #32465F !important;
}

#post_list .vc_gitem-post-button a {
	font-size: 18px;
	padding: 0px;
	color: #fff;
	border: 1px solid transparent;
}

.vc_grid-filter.vc_grid-filter-center {
	text-align: left;
}

#post_list .vc_gitem-animated-block {
	border-top: 1px solid rgba(50,70,95,.15);
}

#post_list .projects_list_item {
	opacity: 0;
	filter: alpha(opacity=0);
}

#post_list .vc_grid-item:hover .projects_list_item {
	opacity: 1;
	filter: alpha(opacity=100);
}

#post_list .vc_gitem-zone-c {
	color: rgba(50,70,95,1);
	-webkit-transition: ease .2s !important;
	        transition: ease .2s !important;
			z-index:5;
	background: url(img/blue_dot.svg) top left no-repeat;
	padding-top: 20px;
	text-shadow: 0px 0px 20px #fff;
}



#post_list .vc_gitem-zone-a {
	background-position: right ;
	background-size: 450px auto;
	-webkit-transition: ease .2s !important;
	        transition: ease .2s !important;
	opacity: 1;
	filter: alpha(opacity=0);
}

#post_list .vc_grid-item:hover .vc_gitem-zone-a {
	
/*	mix-blend-mode: multiply;*/
	opacity: .7;
	filter: alpha(opacity=100);
}

#post_list .vc_grid-item:hover .vc_gitem-zone-c {
	opacity: .7;
	filter: alpha(opacity=70);
}

/*
#post_list .vc-zone-link {
	background-image: -webkit-linear-gradient(205deg, rgba(44, 151, 222, .0.5) 0%, rgba(178,45,0,0.5) 100%);
	background-image: linear-gradient(245deg, rgba(44, 151, 222, .0.5) 0%, rgba(178,45,0,0.5) 100%);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all ease .5s !important;
	        transition: all ease .5s !important;
}

#post_list .vc-zone-link:hover {
	background-image: -webkit-linear-gradient(205deg, rgba(44,151,222,0.5) 0%, rgba(178,45,0,0.5) 100%);
	background-image: linear-gradient(245deg, rgba(44,151,222,0.5) 0%, rgba(178,45,0,0.5) 100%);
	opacity: 1;
	filter: alpha(opacity=100);
}*/

#post_list {
	border-bottom: 1px solid rgba(50,70,95,.15);
	margin-top:30px;
}

#post_list .vc_column-inner {
	padding: 0;
}

#post_list .vc_gitem-zone-a {
	background-blend-mode: multiply;
	-webkit-transition: ease 1s !important;
	        transition: ease 1s !important;
}

#post_list .vc_gitem-zone-c {
	position: absolute;
	top: 20%;
	vertical-align: middle;
	left: 30px;
	margin-top: -60px;
}

.vc_gitem-post-data {
	margin-bottom: -3px;
}

.vc_gitem-post-category-name span:after {
    padding: 0 10px;
    content: "|";
}

.vc_gitem-post-category-name:last-child span:after {
    content: " ";
}

#post_list .wpb_content_element {
	margin-bottom:0!important;
}


/*#post_list .more_text {
	font-size: 18px;
    font-weight: 600;
    width: 480px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    text-align: justify;
}


#post_list .more_text p:nth-of-type(2):before {
	content: "...";
	float: right;
    margin: 0;
}*/


#post_list .more_text {
	font-size: 18px;
    font-weight: 600;
    padding-right:480px;
   
}


#post_list .more_text p:first-child {
	display:none;
}

#post_list .more_text p {
	height: 1.5em;
    overflow: hidden;
}



@media (max-width:1024px) {
#post_list .more_text {
	display:none;
}

#post_list .vc_gitem-zone-c {
	padding-right:330px;
}

#post_list .vc_gitem-zone-a {
    background-position: right;
    background-size: 300px auto;

}	
}	




@media (max-width:768px) {

#post_list .vc_gitem-zone-a {

}

#post_list .vc_gitem-zone-a:before {
content: "";	
background-color: rgba(255,255,255,0.66) !important;
width:100%;
height:100%;
display:block;
}
	
#post_list .vc_gitem-zone-c:before {
background-color:rgba(255,255,255,0.5);
}	
	
#post_list .more_text {
	display:none;
}

#post_list .vc_gitem-zone-c {
	padding-right:0px;
	
}

#post_list .vc_gitem-zone-a {
    background-position: center;
    background-size: cover;

}	

#post_list .vc_grid-item:hover .vc_gitem-zone-a {

	opacity: 1;
	filter: alpha(opacity=100);
}

#post_list .vc_grid-item:hover .vc_gitem-zone-c {
	opacity: 1;
	filter: alpha(opacity=100);
}

}


/*#post_list .more_text p:nth-of-type(2) a{
	text-overflow: ellipsis;
  overflow: hidden;
  display:inline-block;
  max-width:100%;
  white-space: nowrap;
   
}*/
  




/* ///////////// NEWS LIST ///////////// */


span.pl-date {
    position: absolute;
}

#post_list .pl-postmeta {
    position: absolute !important;
    height: 25px !important;
    overflow: hidden;
}

.pl-title a {
    float: left;
    margin-top: 35px;
}

p.pl-text.left-txt {
    clear: both;
    padding-top: 15px;
}

a.pl-permalink {
    width: 100%;
}

#post_list a {
    outline: 0;
}


#news .vc_gitem-post-data-source-post_date, #news .vc_gitem-post-data-source-post_author {
padding-top:5px;
}

.news_list .vc_grid-item .vc_gitem-zone-a {
	opacity: 0 !important;
	filter: alpha(opacity=0);
}

.news_list .vc_grid-item, .news_list .vc_grid-item:hover {
	background-image: none !important;
}

.news_list .vc-zone-link {
	background-image: none !important;
	-webkit-transition: ease .1s !important;
	        transition: ease .1s !important;
}

.news_list .vc_grid-item, .news_list .vc_grid-item, .news_list .vc_gitem-zone-a, .news_list .vc_gitem-zone-c, .news_list a {
	-webkit-transition: ease .2s;
	        transition: ease .2s;
}

.news_list a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.news_list .vc_grid-item:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.news_list .vc_grid-item:hover .vc_gitem-zone-c {
	color: rgba(50,70,95,1) !important;
}

/* ///////////// PROJECT MEDIA SLIDER ///////////// */


.osi_media_slider .vc_column-inner {
	padding: 0px;
}

.osi_media_slider h4 {
    margin-top: 0px;
}

.osi_media_caption {
	color: #fff;
	font-weight: 500;
	margin: 0 30px;
	-webkit-transition: ease .7s;
	        transition: ease .7s;
	font-size: 18px;
	opacity: 0;
	filter: alpha(opacity=0);
	bottom: -30px;
	position: absolute;
	mix-blend-mode: initial;/*	text-shadow: 0px 0px 40px #fff, 0px 0px 40px #fff; */
}

.osi_media_slider.vc_visible-item:hover .osi_media_caption {
	font-size: 18px;
	margin: -77px 30px 0 30px;
	opacity: 1;
	filter: alpha(opacity=100);
	bottom: 15px;
}

.osi_media_slider .vc_grid-owl-prev, .osi_media_slider .vc_grid-owl-next {
	font-size: 32px !important;
}

.osi_media_slider .vc_grid-owl-dots.vc_grid-point_dots {
	position: absolute !important;
	margin-top: -36px !important;
	width: 100% !important;
}

.vc_grid-owl-dot span {
	width: 14px !important;
	height: 14px !important;
	margin: 0 6px !important;
}

.osi_media_image {
	background-color: rgba(50,70,95,.2);
	background-blend-mode: multiply;
	-webkit-transition: ease .7s;
	        transition: ease .7s;
	border: 1px solid #fff;	
}

.osi_media_slider.vc_visible-item:hover .osi_media_image {
	background-color: rgba(89, 22, 0,.75);
}

/* ///////////// NEWSLETTER & SEARCH ///////////// */


textarea:focus, input:focus {
	outline: none;
}

.newsletter_field input[type=email]:focus {
	border-bottom: 5px solid #fff !important;
}

.newsletter_field, .osi-search-field {
	float: left;
	width: 100%;
	padding-right: 180px;
	
}

.newsletter_field input[type=email], .osi-search-field input[type=search] {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
	padding: 0 0 10px 0;
	margin: 0;
	width: 100%;
	-webkit-transition: ease .2s;
	        transition: ease .2s;
	border-radius: 0;
	
}

.newsletter_field input[type=email]{
	height: 42px;
}


/*
.newsletter_field input[type=email]:-webkit-autofill {
    background-color: rgb(255, 255, 255) !important;
    background-image: none;
    color: #32465F;
}
*/


::-webkit-input-placeholder {
 color:    #fff;
}
:-moz-placeholder {
 color:    #fff;
 opacity:  1;
 filter: alpha(opacity=100);
}
::-moz-placeholder {
 color:    #fff;
 opacity:  1;
 filter: alpha(opacity=100);
}

.newsletter_submit_btn:-ms-input-placeholder, .osi-search-submit:-ms-input-placeholder {
 color:    #fff;

}
:placeholder-shown {
 color:    #fff;
}

.osi-search-field :placeholder-shown, .osi-search-field ::-webkit-input-placeholder  {
 font-size: 65px !important;
 line-height: 80px;
 letter-spacing: 1.5px;
 color: rgba(255,255,255,.5);
}

.osi-search-field input[type="search"] {
 font-size: 65px !important;
 color: rgba(255,255,255,1);
 line-height: 80px;
 letter-spacing: 1.5px;
}

@media (max-width:1024px) {
.osi-search-field input[type="search"], .osi-search-field :placeholder-shown, .osi-search-field ::-webkit-input-placeholder {
 	font-size: 55px !important;
	line-height: 65px !important;
}
}

@media (max-width:768px) {
.osi-search-field input[type="search"], .osi-search-field :placeholder-shown, .osi-search-field ::-webkit-input-placeholder {
	font-size: 30px !important;
	line-height: 37px !important;
}
}


.newsletter_submit_btn, .osi-search-submit {
	float: right;
	margin-top: -33px;
	z-index: 99;
}

.newsletter_submit_btn input[type=submit],  .osi-search-submit input[type=submit] {
	padding: 0 25px;
	height: 35px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #32465F;
	border-radius: 50px;
	color: #32465F;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 18px;
	font-weight: 500;
	box-shadow: none;
	-webkit-transition: ease .5s;
	        transition: ease .5s;
}

.newsletter_submit_btn input[type=submit]:hover, .osi-search-submit input[type=submit]:hover {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	box-shadow: none;
}

/* ///////////// SHARE ICONS ///////////// */

#share {
	text-align: center;
	margin-top: 30px;
}

#share h4 {
    margin-top: 0px !important;
}

pre {
	background: transparent;
	padding: 0;
	margin: 0;
	height: auto;
}

/* ///////////// FOOTER ///////////// */


.templatera_shortcode {
/*    margin:0 -15px;*/
}


#footer_row {
	padding: 0;
	background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(51,72,95,1) 100%) !important;
	background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(51,72,95,1) 100%) !important;
}


#footer_row .vc_column_container > .vc_column-inner  {
	padding: 0;
}

#footer_row .osi_text_teaser_column  {
	padding: 0 30px;
}




#footer_row .full_width {
	background-image: url(img/mri_footer.svg) !important;
	background-size: cover;
    background-position-y: 64%;
    background-repeat: no-repeat;
    padding: 0px;
}



#footer_row .osi_teaser_row_bottom * {
	margin-left: 0px;
	padding-left: 0;
}

#footer_row ul {
	margin-left: 0;
}

.osi_footer_icon {
	float: left;
	margin: 0 20px 70px 0;
}

.osi_footer_icon .vc_icon_element-inner {
	border: solid 1px !important;
	-webkit-transition: ease .5s;
	        transition: ease .5s;
}

.osi_footer_icon .vc_icon_element-inner:hover {
	border: solid 1px !important;
	background-color: #fff;
}

.osi_footer_icon .vc_icon_element-icon {
	-webkit-transition: ease .5s;
	        transition: ease .5s;
}

.osi_footer_icon .vc_icon_element-inner:hover .vc_icon_element-icon {
	color: #32465F !important;
}


.commons {
    padding: 0 30px 30px;
    opacity: .6;
    font-size: 12px;
    font-weight: 100;
}

.designer  {
    padding: 0 30px 0 20px;
    opacity: .6;
    font-size: 14px;
    font-weight: 100;
    float: right;
	text-decoration:none;
}

.meta_info {
	float: right;
    height: 20px;
    width: 160px;
    margin-top: -60px !important;	
}

@media (max-width:600px) {
#footer_row .widget_nav_menu li {
	float:none;
	margin-bottom: 10px;
}	
	
	
.meta_info {
	float: none;
    display: block;
    margin: 0px 0 30px 25px !important;
}

.meta_info .designer {
	padding: 0 !important;
    float: none;
}
}

/* ///////////// FOOTER TRIANGLES///////////// */

/*
#output canvas {
	overflow: hidden;
    width: 100vw;
    display: block;
    margin-left: -30px;
	height:100vh;
	display: block !important;
}


.container {
  position: absolute;
  height: 100%;
  width: 100%;
}

.footer_mesh {
    background: url("img/mri_footer_mesh.svg") 100% no-repeat;
    position: absolute;
    background-size: cover;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.overlay {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}


.controls {
  font-smoothing: subpixel-antialiased;
  position: absolute;
  right: 20px;
  top: 0;
}

.hide {
  opacity: 0;
}

transition: ease .5s;
*/


.social_icon {
	content: " ";
	display: block;
	background-position: 14px 14px;
	border: #fff solid 1px;
    border-radius: 50%;	
	width: 3.7em;
    height: 3.7em;
    float: left;
    margin: 0 120px 20px 0;
	
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s !important;
    
    text-decoration: none;
}


.social_icon:hover {
	background-color: rgba(255,255,255, 0.25);
	opacity:1;
}


.facebook_icon {
	background: url(img/icons/facebook.svg) center center no-repeat;
    background-size: 60% 60%;    
}

.slack_icon {
	background: url(img/icons/slack.svg) center center no-repeat;
    background-size: 50% 50%;    
}


.facebook_icon:after {
	content: 'Facebook';
}

.slack_icon:after {
	content: 'Slack';
}


.social_icon:after {
    top: 17px;
    left: 72px;
    position: relative;
}





/* ///////////// FOOTER NAVI ///////////// */


.nav_main, .nav_main_blank {
	float: right;
	position: absolute;
	right: 30px;
	top: 35px;
	/*
 -webkit-mix-blend-mode: difference;
   mix-blend-mode: difference;
*/
	z-index: 9999;
}

.nav_main_blank li a {
	color: #32465F!important;
}

.nav_main li a {
	color: #fff !important;/*    color: #3397D9 !important*/
}

.menu {
	padding-left: 0;
	margin-left: 0;
}

@media (max-width:600px) {

.nav_main, .nav_main_blank {
	top: 30px;
	right: -15px;
}

.nav_main .widget_nav_menu li, .nav_main_blank .widget_nav_menu li {
	float: none;
	font-size: 16px;
}
}

/*
#hero_row li .menu-item:first-child {
    display:none;
}
*/


.current-menu-item a {
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: default !important;
}

.current-menu-item a:hover {
	opacity: .5;
	filter: alpha(opacity=50);
}

.widget_nav_menu {
	clear: both;
	padding-bottom: 40px;
}

.widget_nav_menu li {
	text-transform: uppercase;
	list-style: none;
	font-size: 18px;
	float: left;
	padding: 0 25px 0 0;
}



.widget_nav_menu li a {
	text-decoration: none;
}

.meta_nav * {
	width: auto;
}

.meta_nav {
	padding-left: 30px !important;
	position: relative;
	width: auto;
	margin: 0 auto;
}

#footer_row h3 {
	text-transform: uppercase;
	font-weight: 400;
}

.footer_mail {
	font-size: 18px;
	font-weight: 500;
}

#footer_row .osi_section_header {
	margin: 50px 0 115px 0;
    padding-left: 30px;
}

@media (max-width:768px) {

#footer_row .osi_section_header {
	margin: 15px 0 75px 0;
}

#footer_row .osi_text_teaser_column {
	margin-bottom: 80px;
}

#footer_row .osi_text_teaser_column:last-child {
	margin-bottom: 20px;
}

#footer_row .osi_footer_icon, #footer_row .vc_icon_element {
	margin-bottom: 0px;
}
}

@media (min-width:768px) and (max-width:825px) {

.osi_footer_icon {
	float: left;
	margin: 0 10px 70px 0;
}
}

@media (max-width:1060px) {

.newsletter_field, .osi-search-field {
	padding-right: 0px;
}

.newsletter_submit_btn, .osi-search-submit {
	float: left;
	margin-top: 30px;
}
}


/* ///////////// SEARCH ICON ///////////// */

#menu-main-menu li:last-child  {
	margin-top:-8px;
	padding-right: 0;
}

#menu-main-menu li:last-child a {
	background: url(img/icons/search.svg) top right no-repeat;
    background-size: 20px 20px;
    background-position: 0;
    font-size: 0;
    padding: 10px;
}

.osi_logo .menu-main-menu-container .menu li:last-child a {
	background: url(img/icons/search_w.svg) top right no-repeat !important;
}

/* ///////////// METASLIDER ///////////// */


.metaslider {
	width: 100vw !important;/*    left: -30px;*/
}

.metaslider .caption-wrap {
	padding: 0px 30px 100px 30px;
	font-size: 27px;
	font-weight: 500;
	background: transparent !important;
	opacity: 1 !important;
	filter: alpha(opacity=100);
}

.flex-control-nav {
	bottom: 30px !important;
	z-index: 2;
}

.flex-control-paging li a {
	width: 14px !important;
	height: 14px !important;
	background: #fff !important;
	background: rgba(255,255,255,0.5) !important;
}

.flexslider .slides li {
/*    height: 90vh !important;
    overflow: hidden !important;*/
}

.flex-control-paging li a.flex-active {
	background: #fff !important;
	background: rgba(255,255,255,1) !important;
}

.flex-direction-nav a {
	margin: 0px 30px !important;
	display: block;
	background: none !important;
	text-indent: 0 !important;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
	font-size: 78px;
	color: #fff;
	line-height: 1em;
	text-decoration: none;
	font-weight: 100;
	top: 30% !important;
}

@media (max-width:1450px) {

.metaslider .caption-wrap {
	font-size: 27px;
	padding: 0px 30px 100px 30px;
}
}

@media (max-width:1150px) {

.metaslider .caption-wrap {
	position: initial !important;
	padding: 40px 30px 100px 30px;
	font-size: 27px;
	color: #32465F !important;
}

@media (max-width:756px) {

.metaslider .caption-wrap {
	font-size: 18px;
}}


.flex-control-paging li a {
	background: #32465F !important;
	background: rgba(50,70,95,0.5) !important;
}

.flex-control-paging li a.flex-active {
	background: #32465F !important;
	background: rgba(50,70,95,1) !important;
	opacity: 1;
	filter: alpha(opacity=100);
}

.flex-direction-nav a {
	position: relative;
	color: rgba(50,70,95, 1);
	bottom: 60px !important;
	top: 90% !important;
}
}

.copyright {
    position: absolute;
    font-size: 8px;
    font-weight: 100;
    right: 20px;
    bottom: 8px;
    line-height: 0;
    opacity: .4;
	color:#fff;
}

.hero_video .copyright {
    opacity: .4;
}


#projects_row .copyright {
    right: 5px;
}


@media (max-width:1150px) {
.hero_video .copyright {
	opacity: .8;
	top: auto;
	bottom: 8px; !important;

}}

@media (max-width:1150px) {
.copyright {
	top:12px;

}}



#svg {
    position: relative;
    width: 100vw;
    height: auto;
    top: 115px;
    left: -40px;
	opacity: .6;
}


.svg_text {
    width:96%;
}


@media (min-width:1150px) {
.svg_text {
    position: absolute;
    bottom: 100px;
}}

@media (max-width:1150px) {
#svg {
    position: absolute;
    width: 100vw;
    height: auto;
    top: 0;
    left: 0;
}
.svg_text {
  
    bottom: auto;
	width:94%;
}
}

@media (max-width:756px) {
.svg_text {
    width:90%;
	
}}

@media (max-width:500px) {
.svg_text {
    width:85%;
}}



.extra_logos img {
	width: 50%;
	
}



/* ///////////// GRID LIST ///////////// */


.pl-button, .pl-drop_down {
min-width:245px !important;
}

.pl-drop_down li:not(.cat_order_00):not(.cat_order_4):not(.cat_order_15):not(.cat_order_30) {
padding-left: 17px;
}



@media (min-width:992px) {
#post_list .pl-drop_down:first-of-type {
    width: 350px !important;
}}


.pl-drop_down .cat_order_49:after {content: " "; background: url(/wp-content/themes/open_mri/img/icons/cat_hard_system.svg) 97% 100% no-repeat; position: absolute; width: 35px; height: 30px; right: 2px;}
.pl-drop_down .cat_order_50:after {content: " "; background: url(/wp-content/themes/open_mri/img/icons/cat_hard_magnet.svg) 97% 100% no-repeat; position: absolute; width: 35px; height: 30px; right: 2px;}
.pl-drop_down .cat_order_51:after {content: " "; background: url(/wp-content/themes/open_mri/img/icons/cat_hard_amp.svg) 97% 100% no-repeat; position: absolute; width: 35px; height: 30px; right: 2px;}
.pl-drop_down .cat_order_52:after {content: " "; background: url(/wp-content/themes/open_mri/img/icons/cat_hard_coil.svg) 97% 100% no-repeat; position: absolute; width: 35px; height: 30px; right: 2px;}
.pl-drop_down .cat_order_55:after {content: " "; background: url(/wp-content/themes/open_mri/img/icons/cat_hard_spectrometer.svg) 97% 100% no-repeat; position: absolute; width: 35px; height: 30px; right: 2px;}
.pl-drop_down .cat_order_56:after {content: " "; background: url(/wp-content/themes/open_mri/img/icons/cat_hard_other_mr.svg) 97% 100% no-repeat; position: absolute; width: 35px; height: 30px; right: 2px;}
.pl-drop_down .cat_order_57:after {content: " "; background: url(/wp-content/themes/open_mri/img/icons/cat_hard_other_non_mr.svg) 97% 100% no-repeat; position: absolute; width: 35px; height: 30px; right: 2px;}
.pl-drop_down .cat_order_58:after {content: " "; background: url(/wp-content/themes/open_mri/img/icons/cat_hard_lab.svg) 97% 100% no-repeat; position: absolute; width: 35px; height: 30px; right: 2px;}
.pl-drop_down .cat_order_59:after {content: " "; background: url(/wp-content/themes/open_mri/img/icons/cat_soft_simulation.svg) 97% 100% no-repeat; position: absolute; width: 35px; height: 30px; right: 2px;}
.pl-drop_down .cat_order_60:after {content: " "; background: url(/wp-content/themes/open_mri/img/icons/cat_soft_reconstruction.svg) 97% 100% no-repeat; position: absolute; width: 35px; height: 30px; right: 2px;}
.pl-drop_down .cat_order_61:after {content: " "; background: url(/wp-content/themes/open_mri/img/icons/cat_soft_visualization.svg) 97% 100% no-repeat; position: absolute; width: 35px; height: 30px; right: 2px;}
.pl-drop_down .cat_order_62:after {content: " "; background: url(/wp-content/themes/open_mri/img/icons/cat_soft_lab.svg) 97% 100% no-repeat; position: absolute; width: 35px; height: 30px; right: 2px;}
.pl-drop_down .cat_order_63:after {content: " "; background: url(/wp-content/themes/open_mri/img/icons/cat_soft_other.svg) 97% 100% no-repeat; position: absolute; width: 35px; height: 30px; right: 2px;}




.category-complete-systems .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_hard_system_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-magnets .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_hard_magnet_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-amplifiers .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_hard_amp_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-coils .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_hard_coil_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-spectrometers .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_hard_spectrometer_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-other-hardware-mr .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_hard_other_mr_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-other-hardware-non-mr .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_hard_other_non_mr_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-lab-equipment .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_hard_lab_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-simulations .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_soft_simulation_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-reconstruction .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_soft_reconstruction_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-image-processingvisualization .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_soft_visualization_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-lab-software .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_soft_lab_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-other .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_soft_other_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}


/* ///////////// PROJECTS_SWITCH ///////////// */

.projects_switch {
    position: absolute;
    border: 1px solid #32465F;
    border-radius: 30px;
    display: inline-block;
    left: 50%;
    margin-left: -138px;
    margin-top: -40px;
}


@media (max-width:600px) {
.projects_switch {
    position: relative;
    margin: 40px 0 0 -138px;
}

.projects_filter{ margin-top: 10px !important; }
.projects_map { margin-top: -30px; }
    
}


.projects_map .wpb_single_image img {
    margin-top: -8px;
}


.projects_switch a.active, .projects_switch a.active:hover {
    background: rgb(50, 70, 95) !important;
    opacity: 1;
    color: #fff;
    padding: 7px 16px;
    margin: 0 1px;
    cursor: default;
}

.projects_switch a {
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    font-size: 12px;
    padding: 8px 16px;
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
}


/*Hard- and Software Categories Highlight*/
.cat_order_4, .cat_order_15, .cat_order_30, .cat_order_00 {
    text-transform: uppercase !important;
    font-weight: 400 !important;
    color: rgba(50,70,95,1) !important;
    border-top: 1px solid rgba(50,70,95,1) !important;

}

.cat_order_00 {
    border-top: 0px solid rgba(50,70,95,0) !important;

}


.pl-drop_down:nth-of-type(2):before {
content: "RELEASE STATUS";
}

.pl-drop_down:nth-of-type(2):after {
    content: " " !important;
    border: 5px solid transparent !important;
    border-top: 7px solid rgba(50,70,95,1) !important;
    top: 13px !important;
	position: absolute;
    right: 0;
}


.pl-drop_down:nth-of-type(2) .pl-anim150  {
display:none;
}

.property_grid .pl-drop_down ul {
    margin-top: 2px !important;
}

.pl-meta span {
float: right;	
margin: 5px -7px 5px 7px !important;
}

.view-type-cnt {
    margin: 0 !important;
    float: right;
}

@media (max-width: 991px) and (min-width: 769px)
.pl-drop_down, .pl-meta {
    width: 92% !important;
}

@media (max-width: 768px)
.pl-drop_down, .pl-meta {
    width: 90% !important;
}

@media (max-width: 768px){
.view-type-cnt, .pl-text {
    display:none !important;
}}




iframe.wp-embedded-content, iframe#iframe_container {
    position: relative;
    display: block;
    margin: 0 auto;
}    


/* ///////////// SOCIAL SHARE BUTTONS ///////////// */


a.social-button {
	content: ' ';	
	display: inline-block;
	margin: 0 10px;
	background-size: 60% 60%; 
	border-radius: 50%;  
	width: 3.7em;
    height: 3.7em;   
	background-position: center center;	
	background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s !important;	
	margin: 2px 10px;	
}

a.social-button:hover {
	opacity:.8;
	margin: 0 10px 4px 10px;

}

a.social-button.twitter-button {
	background-image: url(img/icons/twitter.svg);		
	background-color: #4099ff;
}

a.social-button.facebook-button {
	background-image: url(img/icons/facebook.svg);	
	background-color:  #3b5998;  
}

a.social-button.googleplus-button {
background-image: url(img/icons/googleplus.svg);		
  background-color: #dd4b39;
}

a.social-button.pinterest-button {
background-image: url(img/icons/pinterest.svg);		
  background-color: #c8232c;
}

a.social-button.email-button {
background-image: url(img/icons/mail.svg);		
  background-color: #ccc;
}


/* ///////////// SEARCH RESULTS ///////////// */


.search-results .site-main, .search-no-results .site-main, .archive .site-main {
    padding: 60px 25%;
}

@media (max-width: 1024px){
.search-results .site-main, .search-no-results .site-main, .archive .site-main {
    padding: 60px 15%;
}}

@media (max-width: 768px){
.search-results .site-main, .search-no-results .site-main, .archive .site-main {
    padding: 60px 30px;
}
.search-results article, .no-results, .archive article  {
    width: 85%;
}
}

.search-results article, .no-results, .archive article {
    float: left;
	width: 90%;
    margin-bottom: 10px;
}

.search-results .entry-title a, .archive .entry-title a {
    text-decoration: none;
}

.search-results .entry-title, .no-results .page-title, .archive .entry-title {
    padding: 0;
    margin: 0;
    font-size: 27px;
    font-weight: 500;
    text-transform: inherit;
}
.title_number {
	float: left;
    padding: 8px 15px 0 0;
    font-size: 15px;
    clear: both;
	font-weight: 100;
}


.search-results article .entry-summary, .no-results .no-result-content, .archive article {
    font-size: 18px;
	margin: 5px 0 35px;
}

.search-results article .entry-summary p, .archive article .entry-summary p {
	margin: 0;
}


.search-results .site-content, .search-no-results .site-content, .archive .site-content {
    margin-bottom: 50px;
}



.search_hero .osi_teaser_row:before {
	content: " ";
    background: url(/wp-content/themes/open_mri/img/icons/search_w.svg) center right no-repeat !important;
    background-size: 25% !important;
	position: absolute;
    top: 0;
    right: 30px;
    width: 100%;
    height: 100%;
	display: block;
	opacity:.15;
}

@media (max-width: 1024px){
.search_hero .osi_teaser_row:before {
    background-size: 45% !important;
    right: -60px;
}}

@media (max-width: 768px){
.search_hero .osi_teaser_row:before {
    background-size: 60% !important;
    right: -50px;
}}


/* ///////////// PROJECTS CATEGORIES BAKGROUNDS ///////////// */




.category-complete-systems .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_hard_system_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-magnets .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_hard_magnet_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-amplifiers .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_hard_amp_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-coils .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_hard_coil_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-spectrometers .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_hard_spectrometer_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-other-hardware-mr .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_hard_other_mr_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-other-hardware-non-mr .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_hard_other_non_mr_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-lab-equipment .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_hard_lab_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-simulations .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_soft_simulation_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-reconstruction .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_soft_reconstruction_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-image-processingvisualization .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_soft_visualization_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-lab-software .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_soft_lab_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}
.category-other .archive_hero .osi_teaser_row:before {background: url(/wp-content/themes/open_mri/img/icons/cat_soft_other_w.svg) center right no-repeat; content: " "; position: absolute; width: 100%; height: 100%; top: 0; right: 30px;display: block; opacity:.15;}



/* ///////////// SUBMIT PROJECT PAGE ///////////// */


.project_submit_hero .osi_teaser_row {
    padding-bottom: 110px;
}


.project_submit_hero .osi_teaser_row:before {
    content: " ";
    background: url(/wp-content/themes/open_mri/img/icons/submit_white.svg) center right no-repeat !important;
    background-size: 25% !important;
    position: absolute;
    top: 0;
    right: 30px;
    width: 60%;
    height: 100%;
    display: block;
    opacity: .15;
}


@media (max-width: 1024px){
.project_submit_hero .osi_teaser_row:before {
    background-size: 45% !important;
    right: 0px;
}}

@media (max-width: 768px){
.project_submit_hero .osi_teaser_row:before {
    background-size: 60% !important;
    right: 0px;
}}


/* ///////////// GUIDELINES PAGE ///////////// */


.guidelines_hero .osi_teaser_row {
    padding-bottom: 110px;
}


.guidelines_hero .osi_teaser_row:before {
    content: " ";
    background: url(/wp-content/themes/open_mri/img/icons/opensource_w.svg) center right no-repeat !important;
    background-size: 25% !important;
    position: absolute;
    top: 0;
    right: 30px;
    width: 60%;
    height: 100%;
    display: block;
    opacity: .15;
}

@media (max-width: 1024px){
.guidelines_hero .osi_teaser_row:before {
    background-size: 45% !important;
    right: 0px;
}}

@media (max-width: 768px){
.guidelines_hero .osi_teaser_row:before {
    background-size: 60% !important;
    right: 0px;
}}

/* ///////////// SLACK PAGE ///////////// */


.slack_hero .osi_teaser_row {
    padding-bottom: 110px;
}


.slack_hero .osi_teaser_row:before {
    content: " ";
    background: url(/wp-content/themes/open_mri/img/icons/slack.svg) center right no-repeat !important;
    background-size: 25% !important;
    position: absolute;
    top: 0;
    right: 30px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: .15;
}


@media (max-width: 1024px){
.slack_hero .osi_teaser_row:before {
    background-size: 45% !important;
    right: 0px;
}}

@media (max-width: 768px){
.slack_hero .osi_teaser_row:before {
    background-size: 60% !important;
    right: 0px;
}}




/* ///////////// SLACK BUTTON///////////// */





button:focus, input:focus{
    outline: none;
}


.invite-box-wrapper {
background: #fff;
margin-left: -35px;
}

.invitations-for-slack-wrapper .button, .invite-box .button {
 border-radius: 2em;
 text-shadow: 0 0 0;
 box-shadow: none !important;  
 height: 43px;    
}

.invitations-for-slack-wrapper .button:hover, .invite-box .button:hover {
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 15px 17px rgba(255, 255, 255, 0.3), inset 0 -5px 12px rgba(0, 0, 0, 0.02) !important;
}



.invitations-for-slack-wrapper .button {
  padding-left: 50px;     
}



@media (min-width:756px) {
  margin-left: 70px; 
}

.invite-box-wrapper input[type="text"] {
    margin: 20px 0;
    width: 100%;
    border-radius: 0;
    height: 35px;
}


.slackbadge_container .invite-button.error, .invite-box-wrapper .invite-button.error  {
    margin: 20px 0;
}


.invitations-for-slack-wrapper .button:hover {
 background: #E14562;
}

.invitations-for-slack-wrapper button:focus {
 box-shadow: none;
}


.invitations-for-slack-wrapper, .invite-box-wrapper {
 font-size: 18px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
border: 0px;
font-size: 18px !important;
}


.invite-box-wrapper .button:after, .invitations-for-slack-wrapper .join-button:after {
    display: block;
    width: 26px;
    height: 26px;
    background-size: contain;
    content: ' ';
    position: absolute;
    left: 15px;
    top: 79%;
    transform: translateY(-100%);
}


.invite-box-wrapper a.invite-box-reset {
    pading-bottom:0px;
    border-bottom: 1px solid rgba(50, 70, 95, 0.5);
}



.invite-box-wrapper:after {
    border-bottom-color: #fff;
}

.invite-box-wrapper ::-webkit-input-placeholder {
  color: #999;
}


.team-numbers {
 font-size: 18px !important;
 margin-left: 2px;
}


/* ///////////// ARCHIVE ///////////// */

.header_description {
    font-size:18px;
}


.archive .meta_author, .archive .meta_date, .search .meta_author, .search .meta_date {
	margin-top: 0px;
    margin-bottom: 0px;

}


.archive .title_number, .search .title_number {
    padding: 5px 15px 0 0;
}


/* ///////////// Google Forms ///////////// */

.ss-form ul, .ss-form ol {
    padding: 0;
    background: initial;
}


div.ss-form-entry>input, textarea.ss-q-long {
width: 100%;
background-color: initial;    
    }

.ss-q-title  {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom:10px;
    }


.ss-secondary-text   {
    opacity:.5;
    }


.ss-checkbox ul   {
    column-count: 3;
    column-gap: 5%;
    }

@media (max-width:900px) {
.ss-checkbox ul   {
    column-count: 1;
    column-gap: 0;
    }
}



.ss-form input[type="checkbox"], .ss-form input[type="radio"] {
margin-right: 4px !important;
    }    


.ss-choice-label {

    }


.ss-form input::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.ss-form input[type="text"]:focus, .ss-form textarea.ss-q-long:focus {
  box-shadow: none;
  outline: none;
  background-position: 0 0;
}


.ss-form input[type="text"], .ss-form textarea.ss-q-long {
    display: block;
    border: none;
    border-bottom: solid 2px #32465F;
    -webkit-transition: all 0.5s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #32465F 4%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #32465F 4%);
    background-position: -90vw 0;
    background-size: 90vw 100%;
    background-repeat: no-repeat;
    color: rgba(52, 152, 219, 1);
    border-radius: 0;
    background-color: rgba(50,70,95,0.04);
    padding: 5px;
}

.ss-form input[type="text"]:focus::-webkit-input-placeholder, .ss-form input[type="text"]:valid::-webkit-input-placeholder,
.ss-form textarea.ss-q-long:focus::-webkit-textarea.ss-q-long-placeholder, .ss-form input:valid::-webkit-textarea.ss-q-long-placeholder
{
  color: #1abc9c;
  font-size: 11px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  visibility: visible !important;
}


div.ss-required-asterisk {
    display: none;
}


.ss-form div.gform-captcha, .ss-form div.wpgform-captcha {
    margin-top: 40px;
}


.ss-form button, .ss-form input[type="button"], .ss-form input[type="reset"], .ss-form input[type="submit"] {
    margin-top: 10px;
    border-bottom-color: rgba(50, 70, 95, 1);
    border-radius: 2em;
    border: 1px solid;
    border-image-outset: 0px;
    color: #fff;
    text-transform: uppercase;
    transition-timing-function: ease-in-out;
    width: 200px;
    background: rgba(50, 70, 95, 1);
    text-shadow: none;
    height: 50px;
    box-shadow: none;
    margin-left: -100px;
    position: absolute;
    left: 50%;  
  transition: all 0.3s ease;    
}

.ss-form button:hover, .ss-form input[type="button"]:hover, .ss-form input[type="reset"]:hover, .ss-form input[type="submit"]:hover {
  -webkit-transition: all 0.3s ease;

   background: rgba(52, 152, 219, 1);
  
}

.error-message {
 color: red;
}

.ss-form {
    margin-bottom: 100px;
}