@charset "UTF-8";
/*
Theme Name: HCP Portal
Author: HealthWay Damian Kornowski
Author URL: healthway.pl
Description: Template created for BMS project number 1997/4653/001
Version: 0.5
 */

@font-face {
	font-family: "BMSHumanity";
	src: url("assets/fonts/BMSHumanity_Fonts/EOT/BMSHumanity-Regular.eot");
	src: url("assets/fonts/BMSHumanity_Fonts/WOFF/BMSHumanity-Regular.woff") format("woff");
	font-weight: normal;
}
	@font-face {
	font-family: "BMSHumanity";
	src: url("assets/fonts/BMSHumanity_Fonts/EOT/BMSHumanity-Bold.eot");
	src: url("assets/fonts/BMSHumanity_Fonts/WOFF/BMSHumanity-Bold.woff") format("woff");
	font-weight: bold;
}

*{
	font-family: "BMSHumanity";
	font-weight: normal;
	color:  #595454;
	box-sizing: border-box;
	margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px rgba(255,255,255,0) inset !important;
	background: rgba(255,255,255,0) !important;
}

input[type=text],input[type=password]{
	background: rgba(255,255,255,0) !important;
}
html{
	font-size: 16px;
}
.button{
	cursor: pointer;
}
.border-bottom{	
	border-bottom: 1px solid #595454;
}
.accept-no{
	font-size: 0.5em;
    color: #999;
    width: 100%;
    justify-content: right !important;
}

h1{
	font-size: 2em;
	font-weight: bold;
}
h2{
	font-size: 1.2em;
	font-weight: bold;
}
.hr-light {
    margin: 16px auto;
    max-width: 1300px;
}
[tooltip-label]
{
    position: relative;
}
[tooltip-label]::before
{
    content: attr(tooltip-label);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -120%;
    left: -35px;
    background: #BE2BBB;
    color: #fff;
    padding: 5px;
    border: 2px #BE2BBB solid;
    transition: .5s ease-in-out;
    transition-property: opacity, visibility;
	border-radius: 7px;
	font-size: 0.7em;
    width: 85px;
    text-align: center;
}
[tooltip-label]:hover::before
{
    opacity: 1;
    visibility: visible;	
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(126, 239, 104, 0.8);
  /*box-shadow:  1px 2px 1px rgba(190, 43, 187, 0.6);*/
  outline: 0 none;
	border-bottom: 2px solid #BE2BBB;
}
.input-box{
	width: 100%;
	padding: 10px 0;
	/*border-bottom: 2px solid #595454;*/
	position: relative;	
	margin-bottom: 15px;
}
.input-box label{
	font-size: 1em;
}
.input-box input{
	position: absolute;
	left: 0;
	width: 100%;
	background: none;
	border: 0;
	border-bottom: 2px solid #595454;
	padding: 0 20px 0 208px;
	font-size: 1.1em;
	font-weight: bold;
	height: 39px;
	top:0px;	
}
.register-form {
    max-width: 1150px;
    margin: 30px auto;
    width: 100%;
}
.pink_link {
    color: #BE2BBB;
    text-decoration: none;
}
.btn-pink {
    background-color: #BE2BBB;
    color: #fff;
    font-size: 1em;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
	text-decoration: none;
    min-width: 200px;
    padding: 9px 15px;
	border: 0;
}
.no-decoration{
	
	text-decoration: none;
}
.show{
	display: block !important;
}
.hcp_errors{
	width: 100%;
    flex-direction: column !important;
}
.error{
	font-size: 1.2em;
	font-weight: bold;
	color: red;
}
.password_ok{
	color: green;
}
input.alert{
	border-bottom: 1px solid red;
}
.alertRedColor{
	color: red;
}
.alertPWZ{
	display: none;
}
.notMatchPass, #checkboxZgodaKorzystaniePolitykaAlert, #alertForm{
	color: red;
	display: none;
}
.site-nav_action-trigger a{
	text-decoration: none;
	font-size: 1.3em;
}
.pagination {
    width: 100%;
    text-align: center;
	margin: 15px auto 0px auto;
}
.pagination ul li{
	display: inline-block;
}
.page-numbers {
	
	list-style: none;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	line-height: 1;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
}
.page-numbers.current {
	background: #bd2bba;
	color: #fff;
}
a.page-numbers:hover {
	background-color: #ddd;
}

@media only screen and (max-width: 768px) {
html{
	font-size: 12px;
}	
}
@media only screen and (max-width: 767px) { /* mobile */
.desktop{
	display: none !important;
}	
}
input[type=search], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
}
input[type=search]:focus, textarea:focus {
  box-shadow: 0 0 5px #be2bbb;
}

/* define standards color  */
.dark_grey_bg{
	background-color: #595454;
}
.dark_grey_color{
	color: #595454;
}
.footer_grey_bg{
	background-color: #EDE7E7;
}
.light_bms_grey_bg{
	background-color: #D2CAC8;
}
.light_bms_grey_color{
	color: #D2CAC8;
}
.light_grey_bg{
	background-color: #DBD8D8;
}
.light_grey_color{
	color: #DBD8D8;
}
.light_yellow_bg{
	background-color: #FFECCD;
}
.light_yellow_color{
	color: #FFECCD;
}
.bright_blue_bg{
	background-color: #c0f2fb;
}
.bright_blue_color{
	color: #c0f2fb;
}
.bright_green_bg{
	background-color: #C5FFE6;
}
.bright_green_color{
	color: #C5FFE6;
}
.pink_bg{
	background-color: #be2bbb;
}
.pink_color{
	color: #be2bbb;
}
.light_pink_bg{
	background-color: #DFC9C3;
}
.light_pink_color{
	color: #DFC9C3;
}

.site_general_header{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	max-width: 1300px;
    margin: 12px auto;
}
.site-nav_logo-wrapper{
	display: flex;
	flex-basis: 300px;
}
.site-nav-logo-img{
	margin-left: 30px;
	width:330px;
}
.site-nav_user-actions>#user-box{
	min-width: 130px;
}
@media only screen and (max-width: 768px) {
.site-nav-logo-img{
	margin-left: 30px;
	width:300px;
	margin-top: 8px;
}
}
ul.site-nav_user-actions{
	text-decoration: none;
	list-style: none;
	display: flex;
	flex-grow: 1;	
	justify-content: flex-end;
    color: #595454;
    vertical-align: middle;
    font-size: 18px;
    text-align: right;
}

.site-nav_user-actions>li{
	display: flex;
	position: relative;
}
.site-nav_user-actions>li .user-menu{
	position: absolute;
	top: 45px;
	width: 100%;
	display: none;	
	z-index: 5;
}
.site-nav_user-actions>#user-box:hover .user-menu{
	display: block;	
}
.site-nav_user-actions>#user-box:active .user-menu{
	display: block;	
}
.site-nav_user-actions>#user-box .user-menu a{
	display: block;
	color: #fff;
	background: #BE2BBB;
	text-align: center;
	padding: 8px 14px 7px 14px;
    font-weight: bold;
    margin-bottom: 5px;
    box-shadow: 0 0 5px #aaa;
    width: 100%;
    text-decoration: none;
	border-radius: 8px;
}
.site-nav_user-actions .favorite{
	display: flex;	
	justify-content: flex-end;
	flex-basis: 40px;
    background: url("assets/images/ikon2a_grey.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 25px;   
    color: #595454;
    font-size: 18px;
}
.site-nav_user-actions .favorite.active{
    background: url("assets/images/ikon2b_purple.svg");
    background-position: 70% 50%;
    background-repeat: no-repeat;
    background-size: 25px;
	cursor: pointer;
}
.site-nav_user-actions .language{
    background: url("assets/images/ikon_flag.svg");
    background-position: 70% 50%;
    background-repeat: no-repeat;
    background-size: 30px;

}

.site-nav_user-actions>li:nth-child(2){
	display: flex;
	flex-basis: 50px;
	justify-content: center;
}
.site-nav_user-actions>li:nth-child(3){
	display: flex;
	flex-basis: 50px;
}
.site-nav_user-actions>li button{
	background-color: #fff;
	border: 0;
	width: 100%;
}
.site-nav_user-actions>li button.is-user{
	
	background: url(assets/images/arrow_grey_down.svg);
	background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    padding: 0 28px 0 0;
	font-size: 1em;
}

.site_general_menu{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	max-width: 1300px;
    margin: 6px auto;
	font-weight: bold;

}
.site_general_menu>.site-nav_field{
	position: relative;
	display: flex;
	width: 334px;
	z-index: 6;
}
.site_general_menu .button-field-arrow{
	background-image: url(assets/images/arrow_grey_down.svg);
	background-position: calc(100% - 7px) 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    padding: 7px 28px 7px 14px;
	width: 100% ;
	margin-right: 6px;
	font-size: 1.1em;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
.site_general_menu .button-field-arrow{
	font-size: 1.3em;
}
}


.site_general_menu>.site-nav_field .field_meu, .site_general_menu>.site-nav_products .field_meu{
	position: absolute;
	top:0px;
	left: 0;
	width: 100%;
	z-index: 4;
	height: 0;
	padding-top: 37px;
	overflow: hidden;
	user-select: none;
	padding-right: 7px;
	-webkit-transition: height 1s; 
  	-moz-transition: height 1s; 
  	-ms-transition: height 1s; 
  	-o-transition: height 1s; 
 		 transition: height 1s;   
}
.site_general_menu>.site-nav_field .field_meu>div:nth-child(1), .site_general_menu>.site-nav_products .field_meu>div:nth-child(1){
	margin-top:5px;
}
.site_general_menu>.site-nav_field:hover .field_meu, .site_general_menu>.site-nav_field .field_meu:hover, .site_general_menu>.site-nav_products:hover .field_meu, .site_general_menu>.site-nav_products .field_meu:hover {
	height: auto;
}

.site_general_menu>.site-nav_field.hover .field_meu, .site_general_menu>.site-nav_field .field_meu.hover, .site_general_menu>.site-nav_products.hover .field_meu, .site_general_menu>.site-nav_products .field_meu.hover {
	height: auto;
}
.site_general_menu #menu-menu-obszary-terapeutyczne, .site_general_menu #menu-menu-produktowe{
	margin: 0;
	padding: 0;
}


.site_general_menu #menu-menu-obszary-terapeutyczne>li>a{
	display: block;
	padding: 8px 14px 7px 14px;
	font-weight: bold;
	background: #b3ffde;
	margin-bottom: 5px;
	box-shadow: 0 0 5px #aaa;
	width: 100%;
	text-decoration: none;
}

.site_general_menu #menu-menu-produktowe>li>a{
	display: block;
	padding: 8px 14px 7px 14px;
	font-weight: bold;
	background: #f8f5f5;;
	margin-bottom: 5px;
	box-shadow: 0 0 5px #aaa;
	width: 100%;
	text-decoration: none;
}
.site_general_menu>.site-nav_products .field_meu .main_field{
	padding: 8px 14px 7px 14px;
	font-weight: bold;
	background: #f8f5f5;
	margin-bottom: 5px;
	box-shadow: 0 0 5px #aaa;
}
.site_general_menu .menu-item-object-therapeutic_area .sub-menu{
	padding: 0px;	
}
.site_general_menu .menu-item-object-therapeutic_area .sub-menu li{	
	display: block;
	background: #ccffe9;
	padding: 8px 14px 7px 30px;
	margin-bottom: 5px;	
	box-shadow: 0 0 5px #aaa;
}
.site_general_menu .menu-item-object-therapeutic_area .sub-menu li a{	
	background: #ccffe9;
	padding: 0;
	text-decoration: none;
}

.site_general_menu .menu-item-object-product .sub-menu{
	padding: 0px;	
}
.site_general_menu .menu-item-object-product .sub-menu li{	
	display: block;
	background: #dbd8d8;
	padding: 8px 14px 7px 30px;
	margin-bottom: 5px;	
	box-shadow: 0 0 5px #aaa;
}
.site_general_menu .menu-item-object-product .sub-menu li a{	
	background: #dbd8d8;
	padding: 0;
	text-decoration: none;
}
 .site_general_menu>.site-nav_products .field_meu .sub_field{
	padding: 8px 14px 7px 24px;	
	background: #dbd8d8;
	margin-bottom: 5px;
	box-shadow: 0 0 5px #aaa;
}
.site_general_menu>.site-nav_products{
	position: relative;
	display: flex;
	width:256px;	
	font-weight: bold;
}
.site_general_menu .site-nav_search-wrapper{
	display: flex;
	flex-grow: 1;
}
.site_general_menu form{
	display: flex;
	width: 100%;
}
.site_general_menu .site-nav_search-input{
	border: 0;
	background: #EDECEC;
	width: calc(100% - 40px);
	font-size: 1.2em;
	padding: 0 15px 
}
.site_general_menu .site-nav_search-trigger{
	border: 0;
	width: 40px;
	height: 100%;
	background-image: url("assets/images/icon_search.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 20px 20px;
	background-color:#A69F9F;
}

.library_top {
    color: #BE2BBB;
    display: flex;
	height: 70px;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0px auto;
    font-size: 18px;
	margin-bottom: 25px;
}
.library_category_bar{
	color: #BE2BBB;
    display: flex;	
    justify-content: space-between;
    max-width: 1300px;
    margin: 0px auto;
    font-size: 18px;
	margin-bottom: 25px;
	padding: 5px 30px;
}
.library_category_bar.line{
	color: #BE2BBB;
    display: flex;	
    justify-content: space-between;
    max-width: 1300px;
    margin: 0px auto;
    font-size: 18px;
	margin-bottom: 25px;
    padding: 35px 30px 0px 30px;
    border-top: 1px solid #595454;
    margin-top: 20px;
}
.library_category_bar .library-item-type.material {  
    padding: 7px 0 0 54px !important;
	background-size: 2.3em;
}
.library_category_bar .library-item-type.material {  
    padding: 7px 0 0 54px !important;
	background-size: 2.3em;
}
.library_category_bar .library-item-type.video {  
    padding: 8px 0 0 54px !important;
}
.library_category_bar .library-item-type.calculator {  
    padding: 8px 0 0 54px !important;
}
.library_category_bar .library-item-type.document {  
    padding: 7px 0 0 54px !important;
}
.library_category_bar .library-item-type.patients {  
    padding: 7px 0 0 64px !important;
}
.library_category_bar .library-item-type.material:before {
    content: "Sunumlar";
}
.library_category_bar .see_more {
    color: #BE2BBB;
    background-image: url(assets/images/arrow_purple_right.svg);
    background-position: calc(100% - 7px) 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    text-align: right;
    padding: 0px 35px 0px 5px;
    width: 238px;
	margin-top: 6px;
}
.library_category_bar>div:nth-child(1){
	font-weight: bold;
}
.what_pink_button {
	position: absolute;
	cursor: pointer;
    color: #BE2BBB;
    border: 2px solid #BE2BBB;
    border-radius: 10px;
    padding: 5px;
    width: 180px;
    max-width: 220px;
    margin: 15px;
    text-align: center;
}
.what_pink_button_full_right {
    position: relative;
    cursor: pointer;
    color: #fff;
    border: 2px solid #BE2BBB;
    border-radius: 10px;
    padding: 5px;
    width: 180px;
    max-width: 220px;
    margin: 15px;
    text-align: center;
    right: 0;
    background: #BE2BBB;
}
.see_more {
    color: #BE2BBB;
    background-image: url(assets/images/arrow_purple_right.svg);
    background-position: calc(100% - 7px) 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    text-align: right;
    padding: 22px 25px 20px 5px;
    width: 238px;
}
.taxonomy_menu_conteiner{
	position: relative;
	width: 210px;
	z-index: 5;
}
.taxonomy_menu_conteiner:hover{
	width: 100%;
}
.taxonomy_menu{
	position: absolute;
	top:0;
	left: 0;
	min-width: 350px;
	max-width: 86.5%;
	padding: 70px 20px 20px 20px;
	border: 2px solid #be2bbb;
	background: #fff;
	display: none;
}
.taxonomy_menu > div{
	display: inline-block;
	margin: 15px;
	user-select: none;
	position: relative;
	width: 250px;
}
.taxonomy_menu_conteiner:hover .taxonomy_menu{
	display: block;
}
.doc_viewer, #adobe-dc-view{
	width: 80%;
	height: 50vw;
	left:0;
	right: 0;
	max-width: 1000px;
    margin: 0 auto;
}
.content-video-box{
	width: 80%;
	height: 34vw;
	left:0;
	right: 0;
	max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width:690px){
.content-video-box{
	width: 95%;
	height: 55vw;
	left:0;
	right: 0;
	max-width: 1000px;
    margin: 0 auto;
}
}
.title-box{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
    justify-content: space-between;
	max-width: 1300px;
    margin: 12px auto 22px auto;
	height: 50px;
}
.icon-pdf{
	background: url("assets/images/icon_pdf.svg");
	background-repeat: no-repeat;
    background-position: 18px 50%;
    background-size: 40px;
    padding: 0 25px 0 80px;
    min-height: 45px;
}
.icon-ppt{
	background: url("assets/images/icon_ppt.svg");
	background-repeat: no-repeat;
    background-position: 18px 50%;
    background-size: 40px;
    padding: 0 25px 0 80px;
    min-height: 45px;
}
.icon-pdf{
	background: url("assets/images/icon_pdf.svg");
	background-repeat: no-repeat;
    background-position: 18px 50%;
    background-size: 40px;
    padding: 0 25px 0 80px;
    min-height: 45px;
}
.icon-default{
	background: url("assets/images/icon_default.svg");
	background-repeat: no-repeat;
    background-position: 18px 50%;
    background-size: 40px;
    padding: 0 25px 0 80px;
    min-height: 45px;
}
.icon-download{
	background: url("assets/images/icon_download.svg");
	background-repeat: no-repeat;
    background-position: calc(100% - 18px) 50%;
    background-size: 30px;
    padding: 0 60px 0 25px;
    min-height: 45px;
	text-decoration: none;
	color: #be2bbb;
	font-size: 0.8em;
}

.site_category_menu>ul{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	max-width: 1300px;
    margin: 12px auto 22px auto;
	padding: 0;
}
.site_category_menu>ul>div{
	position: relative;
	display: flex;
	flex: 1;
	margin: 5px;	
	justify-content: center;	
	align-items: center;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}

.site_category_menu>ul>div>a{
	width: 100%;
	text-decoration: none;	
	padding: 12px;
	font-size: 1em;
	font-weight: bold;
}
.site_category_menu>ul>div:first-child{
	margin-left: 0;	
	background-color: #c0f2fb;
}
.site_category_menu>ul>div:nth-child(2){
	background-color: #FFECCD;
}
.site_category_menu>ul>div:nth-child(3){
	background-color: #DFC9C3;
}
.site_category_menu>ul>div:nth-child(4){
	background-color: #D2CAC8;
}
.site_category_menu>ul>div:nth-last-child(3){
	margin-right: 0;
}
.site_category_menu>ul>div>div{
	position: absolute;
	bottom: -10px;
    height: 6px;
    background: inherit;
    width: 100%;
	display: none;
}
.site_category_menu>ul>div.active>div{
	display: block;
}
.site_category_menu>ul>div:nth-last-of-type(-n+2){	
	display: none;
	background-color: #fff;
}
.site-nav_menu-burger{
	display: none;
}
@media only screen and (max-width: 767px) { /* mobile */
	.site_category_menu>ul>div:nth-last-of-type(-n+2){
		display: flex;
	}
	.site_category_menu{
			display: none;
			flex-direction: column;
			flex-wrap: nowrap;
			margin: 6px auto 12px auto;
			position: fixed;
			width: 100%;
			top: 51px;
			background: #fff;
			height: calc(100% - 65px);
			z-index: 100;
		}
	.site_category_menu>ul{
		flex-direction: column;
			flex-wrap: nowrap;
			margin: 6px auto 12px auto;
			width: 100%;
			top: 65px;
			background: #fff;
			height: calc(100% - 65px);
			z-index: 100;
	}
	.site_category_menu>ul>div{
		margin: 3px 0;		
		font-size: 1.6em;		
		height: 36px;
		text-align: left;
		font-weight: normal;
		max-height: 40px;
		
	}
	.site_category_menu>ul>div.active{
		margin-bottom: 15px;
	}
	.site_category_menu>ul>div>a{
		font-weight: normal;
		padding: 8px;
	}
	ul.site-nav_menu-burger	
	{
		text-decoration: none;
		list-style: none;
		display: flex;
		flex-grow: 1;	
		justify-content: flex-end;
		color: #595454;
		vertical-align: middle;
		font-size: 18px;
		text-align: right;
		margin-right: 25px;
   		margin-top: -10px;
		}
	}



.multi_banner{
	position: relative;
	width: 100%;
	height: 370px;
	overflow: hidden;
	max-width: 1300px;
    margin: 0 auto;
	background: #FFECCD;
}
.info_banner{
	position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	font-size: 1.4em;
	width: 100%;
	height: 80px;
	overflow: hidden;
	max-width: 1300px;
    margin: 0 auto -10px auto;
	background: #eee7e7;
	padding: 20px 20px 20px 84px;
	font-weight: bold;
}
.info_banner.calculator{
	background-image: url("assets/images/icon_calculator.svg");
	background-size: 30px;
    background-repeat: no-repeat;
    background-position: 30px 21px;
}
.info_banner.library{
	background-image: url("assets/images/icon_library.svg");
	background-size: 34px;
    background-repeat: no-repeat;
    background-position: 30px 21px;
}
.info_banner.callendar{
	background-image: url("assets/images/callendar_icon.svg");
	background-size: 34px;
    background-repeat: no-repeat;
    background-position: 30px 21px;
}
.info_banner.search{
	background-image: url("assets/images/icon_search_pink.svg");
	background-size: 34px;
    background-repeat: no-repeat;
    background-position: 30px 21px;
}
.info_banner.favorite{
	background-image: url("assets/images/icon_fav_active.svg");
	background-size: 34px;
    background-repeat: no-repeat;
    background-position: 30px 21px;
}

.info_banner.meetings_room{
	background-image: url("assets/images/icon_meeting.svg");
	background-size: 46px;
    background-repeat: no-repeat;
    background-position: 25px 21px;
}
.multi_banner .pink-button{
	position: absolute;
    bottom: 25px;
    background-color: #BE2BBB;
    color: #fff;
    font-size: 1em;
    border-radius: 8px;
    padding: 9px 15px;
    min-width: 100px;
    text-align: center;
    z-index: 100;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 300px;
    width: fit-content;
}
.path_line{	
	display: flex;
	justify-content: space-between;
	max-width: 1300px;
	margin:15px auto;
	font-size: 1.1em;
	padding: 3px;
}

.path_line div{		
	color:#A69F9F;
}
.multi_banner .banners-image.fullImageBanner{
	position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 769px) {
.multi_banner .banners-image img {
    position: absolute;
    top: auto;
	bottom: 0;
	right:0;
    height: 100%;
}
	.multi_banner .banners-image.fullImageBanner div.desktop{
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 50% 50%;
	}
	.multi_banner .banners-image.fullImageBanner div.mobile{
		display: none;
	}
	
	
}
@media only screen and (max-width: 768px) {
	.path_line{	
		font-size: 1.3em
	}
	.multi_banner{
		height: 34	0px;
	}
	.multi_banner .banners-image.fullImageBanner div.desktop{
		display: none;
	}
	.multi_banner .banners-image.fullImageBanner div.mobile{
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 50% 50%;
	}
	
}
.multi_banner .banners-exposed{
	position: absolute;
    width: 100%;
    height: 100%;
}
.multi_banner .banners-exposed>div{
	position: absolute;
	display:none;
	width: 100%;
    height: 100%;
}
.multi_banner .banners-exposed>div:nth-child(1){
	display:block;
}
.multi_banner .progress-bar{
	position: absolute;
	bottom: 5px;
	width: 100%;
	display: flex;
	align-items: center;
    justify-content: center;
}
.multi_banner .progress-bar>div{
	display: flex;
	width: 30px;
	height: 8px;
	border:3px solid #fff;
	margin: 0 5px;
	 -webkit-transition: background-color 1000ms ease-in-out;
    -ms-transition: background-color 1000ms ease-in-out;
    transition: background-color 1000ms ease-in-out;
}
.multi_banner .banners-exposed>div.active{
	display: block;
}
.multi_banner .progress-bar>div.active{
	background: #fff;
}
.multi_banner .banner-bg{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.multi_banner .banners-bms-logo{
	position: absolute;
	left: 70px;
	width: 250px;
	height: 50px;
	background-image: url("assets/images/logo_bms.svg");
	background-size: contain;
	background-repeat: no-repeat;
	top:20px;
}
.multi_banner .banners-title{
	position: absolute;
	left: 70px;
	bottom: auto;
	top:58px;
	width: calc(100%-140px);
	height: 258px;
	display: flex;
	align-items: center;
    justify-content: center;
	font-size: .9em;
}
.multi_banner .banners-title h3{
	font-family: "BMSHumanity";
	font-weight: normal;
	letter-spacing: 1.1;
	font-size: 2.1em;
	z-index: 1;
}
.multi_banner .banners-image{
	position: absolute;
    top: 0px;
    right: 3%;
    width: 40%;
    height: 100%;
    text-align: center;
}
.multi_banner .arrow-left{
	position: absolute;
	left: 0;
	height: 80%;
	width: 25%;
	background: url("assets/images/arrow_grey_left.svg");
	background-size: 19px;
	background-position: 8px 68%;
	background-repeat: no-repeat;	
}
.multi_banner .arrow-right{
	position: absolute;
	right: 0;
	height: 80%;
	width: 25%;
	background: url("assets/images/arrow_grey_right.svg");
	background-size: 19px;
	background-position: calc(100% - 8px) 68%;
	background-repeat: no-repeat;	
}
.banner_accept_no{
	position: absolute;
    right: 4px;
    bottom: 8px;
    font-size: 0.65em;
    transform: rotate(-90deg) translate(100%, 0);
    transform-origin: right bottom;
}
.image-shadow.dark{
	-webkit-filter: drop-shadow(0px -10px 70px #222);
    filter: drop-shadow(0px -10px 70px #222);
}
.image-shadow.bright{
	-webkit-filter: drop-shadow(0px -10px 70px #FFF);
    filter: drop-shadow(0px -10px 70px #FFF);
}
.info-box{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1300px;
    margin: 0 auto;
	padding: 22px 3px;	
	font-size: 1.3em;
}
.info-box>div, .info-box>a{
	display: flex;
	align-items: center;
    justify-content: center;
}
.gray-info-box{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 1300px;
    margin: 0 auto;
	padding: 22px;
}
.dark-gray-info-box{
	max-width: 1300px; margin: 14px auto; background: #e4e2e2;padding: 30px 22px 1px 22px; text-align: center;
}
.dark-gray-info-box>div{
	max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
	font-size: 1.2em;
}

.gray-info-box>div{
	display: flex;
    justify-content: center;
}
.gray-info-box>div:nth-child(1){
	width: 100%;	
	align-items: flex-start;
}
.gray-info-box>div:nth-child(1)>div{
	width: 100%;
	font-size: 1.3em;
}
.gray-info-box>div:nth-child(1) h4{
	font-weight: bold;
	display: block;
	margin: 0 0 5px 0;
}
.gray-info-box .btn-box{
	width: 250px;
}
.hr{
	margin: 16px auto;
	max-width: 1300px;
	border-bottom: 1px solid #595454;
}
.hr-pink{
	margin: 16px auto;
	max-width: 1300px;
	border-bottom: 2px solid #BE2BBB;
}
.btn-pink{
	background-color: #BE2BBB;
	color: #fff;
	font-size: 1em;
	border-radius: 8px;
	display: inline-flex;
	padding: 9px 15px;
}
.btn-pink-border{
	background-color: #FFF;
	color: #BE2BBB;
	border: 2px solid #BE2BBB;
	font-size: 1em;
	border-radius: 8px;
	display: inline-flex;
	padding: 9px 15px;
}
.my-events-box, .other-events-box, .archive-events-box, #library-news-box{
	width: 100%;
	max-width: 1300px;
    margin: 0 auto;
	padding: 22px 0;
}
.pink-title{
	color: #be2bbb;
	font-size: 1.8em;
	font-weight: bold;
	padding: 0 22px;
}
.gray-title{
	position: relative;
	color: #595454;
	font-size: 1.45em;
	font-weight: bold;
	padding: 0 22px;
	margin: auto 0;
}
.gray-title .show-callendar{
	position: absolute;
	right: 0;
	top:0px;
	color: #BE2BBB;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.65em;
	background-image: url(assets/images/kal_purple.svg), url(assets/images/arrow_purple_right.svg);
  	background-position: 0 50%, 100% 50%;
  	background-repeat: no-repeat, no-repeat;
	background-size: 1.8em, 0.8em;
	padding: 5px 30px 5px 48px;
}
.events-box{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1300px;
    margin: 0 auto;
	padding: 22px 0;
}
.event-box{
	display: flex;
	width: calc(50% - 10px);
	height: 16vw;
	max-height: 216px;
	box-shadow: 0px 0px 20px #666;
	margin-bottom: 22px;
	overflow: hidden;
}

.other-events-box .event-box{
	background-color: #C5FFE6;
}
.archive-events-box .event-box{
	background-color: #A69F9F !important;
	color: #fff !important;
}

.event-box.dark-background{
	color: #fff;
}
.event-box>div{
	display: table-cell;
	width: 50%;
	color: inherit;
	position: relative;
}
.event-box>div:nth-child(1){	
	padding: 22px 11px 22px 22px;
}
.event-box>div:nth-child(2){	
	padding: 22px 22px 22px 11px;
}
.event-box .event_abbreviation{
	font-size: 1.8em;
	font-weight: bold;
	color: inherit;
}
.event-box .event_time{
	font-size: 1.5em;
	font-weight: bold;
	color: inherit;
}
.event-box .event-description{	
	font-size: 1.3em;
	font-weight: bold;
	color: inherit;
	height: 9vw;
    overflow: hidden;
	max-height: 150px;
}
.event-box .event-description sup{	
	font-size: 65%;
	color: inherit;
}
.event-box .btn-bottom{
	position: absolute;
	bottom: 15px;
	right: 30px;
	font-size: 1.1em;
	color: #BE2BBB;
	background-image: url("assets/images/arrow_purple_right.svg");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 30px;
	background-size: 12px;
}
.event-box.dark-background .btn-bottom{
	position: absolute;
	bottom: 15px;
	right: 30px;
	font-size: 25px;
	color: #BE2BBB;
	background-image: url("assets/images/arrow_purple_light_right.svg");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 30px;
	background-size: 12px;
}
.event-box .btn-bottom:link, .event-box .btn-bottom:visited {	
	color: #BE2BBB;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
}
.event-box.dark-background .btn-bottom:link, .event-box .btn-bottom:visited {	
	color: #ECC0EB;
}
.event-box .btn-bottom>div{
	color: inherit;
}

.library-items-box{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1300px;
    margin: 0 auto;
	padding: 22px 0 0 0;
}
.carousel-arrow-left{
	position: absolute;
    left: 0;
    height: 100%;
    width: 50px;
    background: url(assets/images/arrow_grey_left.svg);
    background-size: 19px;
    background-position: 0 50%;
    background-repeat: no-repeat;
	display: none;
}
.carousel-arrow-right{
	position: absolute;
    right: 0;
    height: 100%;
    width: 50px;
    background: url(assets/images/arrow_grey_right.svg);
    background-size: 19px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
.slider-gallery{
	width: calc(100% - 100px);
	margin-left: 50px;
	overflow: hidden;
}
.slider-items-contener{
	padding: 15px 0 30px 0;
	transform: translateX(0);
	-webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.slider-items-contener>div{	
	display: inline-block;
}

.slider-gallery .carousel-item-box{	
	box-shadow: 0px 0px 14px #666;
}
.slider-gallery .carousel-item-box>.poster-box, .library-boxes-container .library-item-box>.poster-box{
	position: relative;	
}
.slider-gallery .carousel-item-box>.poster-box .video-icon, .library-boxes-container .video-icon{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("assets/images/play.svg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 28%;
}	
.library-boxes-container>div{
	padding: 0 !important;
}
.library-boxes-container>div.library-list-item-box{
	width: 100%;
	display: flex;
	padding: 15px 0 !important; 
}
.slider-gallery .carousel-item-box .library-item-category,	
.library-item-box .library-item-category{
	width: 100%;
	font-size: 1.3em;
	padding: 20px 25px 20px 25px;
}	
.slider-gallery .carousel-item-box .library-item-title, .library-item-box .library-item-title{
	width: 100%;
	font-size: 1.4em;
	margin-bottom: 20px;
	padding: 0 25px;
	height: 79px;
	overflow: hidden;
}	

.slider-gallery .carousel-item-box .library-item-category.immunoonkology, .library-item-box .library-item-category.immunoonkolog, .title-box .immunoonkology, .library-boxes-container .immunoonkology{
	color:#1DCE9B;
}
.title-box .library-item-share{
	position: absolute;
	margin-top: 10px;
	right:20px;
	width: 32px;
	height: 32px;
	background: url("assets/images/icon_share.svg");
	background-repeat: no-repeat;
	background-size: 1.6em;
}
.title-box .library-item-bookmark{
	position: absolute;
	margin-top: 10px;
	right:20px;
	width: 32px;
	height: 32px;
	background: url("assets/images/icon_fav.svg");
	background-repeat: no-repeat;
	background-size:1.5em;
}
.title-box .library-item-bookmark.active{
	background: url("assets/images/ikon2b_purple.svg");
	background-repeat: no-repeat;
	background-size:1.5em;
}
.title-box .right-align{
	float: right;
	display: inline-flex;
}

.title-box .right-align>div{
	position: relative;
    margin-left: 10px;
}
.library-item-type{
	float: left;
	width: 100%;
	padding: 5px 5px 5px 52px;
}
.library-item-type-short{
	float: left;
	width: 55px;
	padding: 5px 5px 5px 40px;
}
.library-item-icons{
	position: relative;
	width: 100%;
	height: 50px;
	padding: 0 25px;
}
.library-item-icons .library-item-share{
	position: absolute;
	right:60px;
	width: 32px;
	height: 32px;
	background: url("assets/images/icon_share.svg");
	background-repeat: no-repeat;
	background-size: 1.6em;
}
.library-item-icons .library-item-bookmark{
	position: absolute;
	right:10px;
	width: 32px;
	height: 32px;
	background: url("assets/images/icon_fav.svg");
	background-repeat: no-repeat;
	background-size:1.5em;
}
.library-item-icons .library-item-bookmark.active{
	background: url("assets/images/ikon2b_purple.svg");
	background-repeat: no-repeat;
	background-size:1.5em;
}
.library-item-icons .library-item-download{
	position: absolute;
	right:110px;
	width: 32px;
	height: 32px;
	background: url("assets/images/icon_download.svg");
	background-repeat: no-repeat;
	background-size: 1.8em;
    background-position: 0 20%;
}
.library-item-type.video, .library-item-type-short.video{
	background: url("assets/images/icon_video.svg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 1.9em;
	font-size: 1em;
	min-height: 2em;
}
.library-item-type.calculator, .library-item-type-short.calculator{
	background: url("assets/images/icon_calculator.svg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 1.5em;
	font-size: 1em;
	min-height: 2em;
}
.library-item-type.material, .library-item-type-short.material{
	background: url("assets/images/icon_materials.svg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 2em;
	min-height: 2em;
}
.library-item-type.patients, .library-item-type-short.patients{
	background: url("assets/images/icon_patients.svg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 3em;
	min-height: 2em;
}
@media only screen and (min-width: 600px){
.library-item-type.video:before{
	content: "Video";
}
.library-item-type.calculator:before{
	content: "Hesap makinesi";
}
.library-item-type.material:before{
	content: "Sunum";
}
.library-item-type.meetings_room:before{
	content: "Etkinlik";
}
.library-item-type.document:before{
	content: "Belge";
}
.library-item-type.patients:before{
	content: "hasta için";
}
.library_category_bar .library-item-type.document:before{
	content: "Belgeler";
}
.library-item-type.patients:before{
	content: "hasta için";
}
.library_category_bar .library-item-type.patients:before{
	content: "Hasta malzemeleri";
}
}
.library-item-type.meetings_room, .library-item-type-short.meetings_room{
	background: url("assets/images/icon_meeting.svg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 2em;
	min-height: 2em;
}
.library-item-type.document{
	background: url("assets/images/icon_documents.svg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 2em;
	min-height: 2em;
}
 .library-item-type-short.document{
	background: url("assets/images/icon_documents.svg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size:1.8em;
	min-height: 2em;
}
.library-item-type.patients{
	background: url("assets/images/icon_patients.svg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 3em;
	min-height: 2em;
}
 .library-item-type-short.patients{
	background: url("assets/images/icon_patients.svg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size:2em;
	min-height: 2em;
}

.gotoURL, #path_back{
	cursor: pointer;
}



@media only screen and (max-width: 767px){
.slider-gallery .carousel-item-box{	
	box-shadow: 0px 0px 9px #666;
	position: relative;
}
.library-boxes-container .library-item-box {
    box-shadow: 0px 0px 20px #666;
    width: 100%;
    margin: 20px 15px;
    position: relative;
}
.slider-gallery .carousel-item-box .library-item-category, .library-item-box .library-item-category {
    width: 100%;
    font-size: 1.3em;
    padding: 20px 25px 119px 25px;
}
.slider-gallery .carousel-item-box .library-item-title{
	height: 79px;
    max-height: 79px;
    position: absolute;
    top: 196px;
}
	 .library-item-box .library-item-title {
    height: 79px;
    max-height: 79px;
    position: absolute;
    top: 239px;
	}
.site-nav_logo-wrapper {
    display: flex;
    flex-basis: 250px;	
}
.site-nav-logo-img {
    margin-left: 30px;
    width: 220px;
}
.site_general_menu{
	display: flex;
	flex-direction: column;
    margin: 6px auto;
	font-weight: bold;
}
.site_general_menu .button-field-arrow {
    font-size: 1.6em;
    margin-bottom: 6px;
    height: 36px;
}
.site_general_menu>.site-nav_field{	
	width: 100%;
}
.site_general_menu .button-field-arrow{
	margin-right: 0px;
}
.site_general_menu>.site-nav_products {
	width: 100%;
}
.site_general_menu .site-nav_search-input, .site_general_menu .site-nav_search-trigger {
    height: 36px;
	font-size: 1.5em;
}
.multi_banner .banners-bms-logo {
    top: 20px;
    left: 50px;
    width: 210px;
	z-index: 1;
}
.multi_banner .banners-title {
    left: 0;
    bottom: 197px;
    z-index: 1;
    position: absolute;
    width: 100%;
    top: auto;
    height: 100px;
    padding: 10px 50px;
}
.multi_banner .banners-image {
    position: absolute;
    top: auto;
	bottom: 0;
    right: 0;
    width: 100%;
    height: 193px;
    text-align: center;
}
	
.gray-info-box {    
    flex-direction: column;
	font-size: 1.2em;
}
.gray-info-box .btn-box {
    width: 100%;
	margin-top: 18px;
}
.events-box {
    flex-direction: column;
}
.event-box {
    width: 100%;
	height: auto;
	min-height: 32.5vw;
	flex-direction: column;
}
.event-box>div:nth-child(1) {
	width: 100%;
    padding: 22px 11px 12px 22px;
}
.event-box>div:nth-child(2) {
	width: 100%;
    padding: 0px 22px 42px 22px;
}
.gray-title .show-callendar{
	height: 27px;
	padding: 5px 20px 5px 32px;
}
}

.library-boxes-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
	justify-content: flex-start;
	padding-left: 15px;
}
.library-boxes-container .library-item-box {
	box-shadow: 0px 0px 20px #666;
    width: 30.2%;
    margin: 20px 15px;
}


/* library more list */
.library-list-item-box{
	width: 100%;
	display: flex;
	padding: 15px 0 !important; 
}
.library-list-item-box>div{
}
.library-list-item-box>div.library-item-icon{
	position: relative;
	width: 90px;
	height: 90px;
	overflow: hidden;
	box-shadow: 0px 0px 20px #666;
}
.library-list-item-box>div.library-item-icon .video-icon{
	background: url(assets/images/play.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 60%;
}
.library-list-item-box>div .library-item-type.video{
	background: url(assets/images/icon_video.svg);
    background-repeat: no-repeat;
    background-position: 2px 50%;
    background-size: 26px;
    font-size: 0.9em;
}
.library-list-item-box>div .library-item-type.calculator{
	background: url(assets/images/icon_video.svg);
    background-repeat: no-repeat;
    background-position: 2px 50%;
    background-size: 26px;
    font-size: 0.9em;
}
.library-list-item-box>div .library-item-type.material{
	background: url("assets/images/icon_materials.svg");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 28px;
    font-size: 0.9em;
}
.library-list-item-box>div .library-item-type.document{
	ackground: url(assets/images/icon_documents.svg);
    background-repeat: no-repeat;
    background-position: 4px 50%;
    background-size: 25px;
    font-size: 0.9em;
}
.library-list-item-box>div .library-item-type.patients{
	ackground: url(assets/images/icon_patients.svg);
    background-repeat: no-repeat;
    background-position: 1px 50%;
    background-size: 38px;
    font-size: 0.9em;
}
.library-list-item-box>div.content-info{
	padding: 0px 20px 0px 35px;
	width: calc(100% - 90px - 180px);
}
.library-list-item-box>div.content-info .library-item-title{
	font-weight: bold;
	font-size: 1.6em;
}
.library-list-item-box>div.content-info .library-item-description{
	font-size: 1.2em;
	padding: 5px 0;
}
.library-list-item-box>div.content-info>div{
	/*display: flex;*/
	flex-direction: row;
	
}
.library-list-item-box>div.content-info>.library-item-title{
	width: 100%;
}
.library-list-item-box>div.content-info>.library-item-title{
	width: 100%;
}
.library-list-item-box>div.content-info>.library-item-title span{
	font-size: 80%;
	margin-left: 12px;
}

.library-list-item-box>div.library-options{
	position: relative;
	text-align: right;
	right: 10px;
	width: 238px;
}
.library-list-item-box>div.library-options .library-item-category {	
	font-size: 1.1em;
    color: #1DCE9B;
}
.library-list-item-box>div.library-options .library-item-share {
    position: absolute;
    right: 70px;
    width: 32px;
    height: 32px;
	bottom: 5px;
    background: url(assets/images/icon_share.svg);
    background-repeat: no-repeat;
    background-size: 1.6em;
}
.library-list-item-box>div.library-options .library-item-download {
    position: absolute;
    right: 137px;
    width: 32px;
    height: 32px;
	bottom: 5px;
    background: url("assets/images/icon_download.svg");
    background-repeat: no-repeat;
    background-size: 1.8em;
	background-position: 0 20%;
}
.library-list-item-box>div.library-options .library-item-bookmark {
    position: absolute;
    right: 0px;
    width: 32px;
    height: 32px;
	bottom: 5px;
    background: url(assets/images/icon_fav.svg);
    background-repeat: no-repeat;
    background-size: 1.5em;
}
.library-list-item-box>div.library-options .library-item-bookmark.active {
    background: url("assets/images/ikon2b_purple.svg");
    background-repeat: no-repeat;
    background-size: 1.5em;
}
.library-mobile-options .library-item-download {
    position: absolute;
    right: 95px;
    width: 32px;
    height: 32px;
	bottom: -6px;
    background: url(assets/images/icon_download.svg);
    background-repeat: no-repeat;
	background-size: 1.8em;
	background-position: 0 20%;
}
.library-mobile-options .library-item-share {
    position: absolute;
    right: 50px;
    width: 32px;
    height: 32px;
	bottom: -6px;
    background: url(assets/images/icon_share.svg);
    background-repeat: no-repeat;    
    background-size: 1.6em;
}
.library-mobile-options .library-item-bookmark {
    position: absolute;
    right: 20px;
    width: 32px;
    height: 32px;
	bottom: -6px;
    background: url(assets/images/icon_fav.svg);
    background-repeat: no-repeat;
    background-size: 1.5em;
}
.mobile-enable{
	display: none;
}
.library-mobile-options{
	margin-bottom: 10px;
	position: relative;
    width: 100%;
}
.library-options{
	position: relative;
}
@media only screen and (max-width: 1000px){
.library-boxes-container {	
	justify-content: space-between;
}
	.library-boxes-container .library-item-box {
	box-shadow: 0px 0px 20px #666;
    width: 45%;
    margin: 20px 15px;
}
/* hide 3th element type on library*/
.library-boxes-container .library-item-box.verylong{
	display: none;
	}
}
@media only screen and (max-width: 620px){
	.library-boxes-container .library-item-box {
	box-shadow: 0px 0px 20px #666;
    width: 100%;
    margin: 20px 15px;
}

	
	
/* hide second element type on library*/
.library-boxes-container .library-item-box.long{
	display: none;
	}
	.mobile-disable{
		display: none !important;
	}
	.mobile-enable{
	display: block;
}
	.library-list-item-box>div.content-info{
		width: calc(100% - 90px);
	}
	
}



.footer_container{
	width:100%;
	background-color: #EDE7E7 !important;
	line-height: 2.5;
	padding: 30px 30px 30px 60px;
	font-family: "BMSHumanity";
	font-size: 12px;
	min-height: 250px;
	
}
.footer_title{
	width:100%;
	text-align: left;
	font-weight: bold;
}
.first_column{
	color: #595454;
	width:20%;
	float:left;
	padding:0;
	margin:0;
}
.second_column{
	color: #595454;
	width:20%;
	float:left;
	padding:0;
	margin:0;
}
.third_column{
	width:40%;
	float:left;
	padding:0;
	margin:0;
	color: #BE2BBB;
	line-height: 1.3;
	max-width: 350px;
}
footer div a:link, 
footer div a:visited,
footer div a:hover {
	text-decoration: none;
	color: #595454;
}
.video-box{
	
	max-width: 1200px;
	margin: 30px auto;	
	box-shadow: 0 0 20px 10px #aaa;

}
video {
    position: relative;
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 620px){
.first_column, .second_column, .third_column{
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
}

.radio-toolbar {
    width: 100%;
    height: 60px;
    background: #eee7e7;
    margin-bottom: 14px;
    padding: 20px;
    font-size: 1.05em;
    position: relative;
}
.register-form .radio-toolbar input[type="radio"], .seetings-form .radio-toolbar input[type="radio"] {
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 55px;
}
.register-form .radio-toolbar label, .seetings-form  .radio-toolbar label {
    display: inline-block;
    /* padding: 10px 20px; */
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #444;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: right;
    /* margin-top: -5px; */
    position: absolute;
    right: 27px;
    top: 9px;
}

.register-form .radio-toolbar input[type="radio"]:checked + label, .seetings-form .radio-toolbar input[type="radio"]:checked + label {
	background: url("assets/images/check.svg");
	background-size: 25px;
	background-position: 50%;
	background-repeat: no-repeat;
}


.checkbox-toolbar{
	width: 100%;
    margin-bottom: 14px;
    padding: 5px 0 0 50px;
    font-size: 1em;
    position: relative;
	line-height: 150%;
}
.register-form .checkbox-toolbar input[type="checkbox"], .seetings-form  .checkbox-toolbar input[type="checkbox"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.register-form .checkbox-toolbar label, .seetings-form .checkbox-toolbar label {
    display: inline-block;
    background: #eee7e7;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #444;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 9px;
}


.register-form .checkbox-toolbar input[type="checkbox"]:checked + label, .seetings-form .checkbox-toolbar input[type="checkbox"]:checked + label {
	background: url("assets/images/check.svg");
	background-size: 20px;
	background-position: 50%;
	background-repeat: no-repeat;
}


.content-box{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	max-width: 1300px;
    margin: 0 auto;
	padding: 10px;
}
.event-box-view{
	position: relative;
	border: 2px solid #bd2bba;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	padding: 20px;
	margin: 15px;
	box-shadow: 0px 0px 20px #666;
}
.event-box-view .gray-title{
	padding: 0;
}
.event-box-view .btn_close{
	position: absolute;
	top: -17px;
	right: -17px;
	width: 35px;
	height: 35px;
	background-image: url("assets/images/close_btn.svg");
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
/* callencar_event_view */
.callencar_menu{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	max-width: 1300px;
    margin: 0 auto;
	padding: 10px;
}
.callencar_menu a{
	text-decoration: none;
}
.callencar_menu div.button_month_viev{
	background: url("assets/images/month_view_icon.svg");
	background-size: 43px;
    background-position: 0 50%;
    padding: 15px 30px 15px 54px;
    text-decoration: none;
    background-repeat: no-repeat;
    font-size: 1.2em;
    color: #a69f9f;
}
.callencar_menu div.button_month_viev.active{
	background: url("assets/images/month_view_icon_active.svg");
	background-size: 43px;
    background-position: 0 50%;
    padding: 15px 30px 15px 54px;
    text-decoration: none;
    background-repeat: no-repeat;
    font-size: 1.2em;
    color: #bd2bba;
}
.callencar_menu div.button_week_viev{
	background: url("assets/images/week_view_icon.svg");
	background-size: 43px;
    background-position: 0 50%;
    padding: 15px 30px 15px 54px;
    text-decoration: none;
    background-repeat: no-repeat;
    font-size: 1.2em;
    color: #a69f9f;
}
.callencar_menu div.button_week_viev.active{
	background: url("assets/images/week_view_icon_active.svg");
	background-size: 43px;
    background-position: 0 50%;
    padding: 15px 30px 15px 54px;
    text-decoration: none;
    background-repeat: no-repeat;
    font-size: 1.2em;
    color: #bd2bba;
}
.callencar_menu div.button_list_viev{
	background: url("assets/images/list_view_icon.svg");
	background-size: 35px;
    background-position: 0 50%;
    padding: 15px 30px 15px 54px;
    text-decoration: none;
    background-repeat: no-repeat;
    font-size: 1.2em;
    color: #a69f9f;
}
.callencar_menu div.button_list_viev.active{
	background: url("assets/images/list_view_icon_active.svg");
	background-size: 35px;
    background-position: 0 50%;
    padding: 15px 30px 15px 54px;
    text-decoration: none;
    background-repeat: no-repeat;
    font-size: 1.2em;
    color: #bd2bba;
}
.event-box-view td{
	padding: 10px;
}

/* Callendar */

.calendar {
    display: flex;
    flex-flow: column;
	width: 100%;
}
.calendar.week {
	position: relative;
    width: calc(100% - 45px);
    margin-left: 40px;
}
.calendar.week .days{
	border-left: 1px solid #ced2d4;
}
.calendar .header .month-year {
	position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #636e73;
    padding: 20px 0;
	height: 60px;
}
.calendar .header .month-year .month {
	position: absolute;
	top: 0;    
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #be2bbb;
    padding: 20px 0;
}
.calendar .header .month-year .month a{
	text-decoration: none !important;
	margin: 0 5px;
	font-size: 25px;
	text-align: center;
    color: #be2bbb;
}
.calendar .header .month-year .year {
	position: absolute;
	top: 0;
    right: 0;
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    padding: 20px 0;
}
.calendar .header .month-year .year a{
	text-decoration: none !important;
	margin: 0 5px;
	font-size: 25px;
	text-align: center;
    color: #666666;
}
.calendar .days {
    display: flex;
    flex-flow: wrap;
}
.calendar .days .day_name {
    width: calc(100% / 7);
    border-bottom: 1px solid #ccc;
	border-right: 1px solid #cccccc;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #818589;
    color: #be2bbb;
}
.calendar .days .day_num {
    display: flex;
    flex-flow: column;
    width: calc(100% / 7);
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    font-weight: bold;
    color: #7c878d;
    cursor: pointer;
    min-height: 100px;
}
.calendar .days .day_num_week {
    display: flex;
    flex-flow: column;
    width: calc(100% / 7);
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    font-weight: bold;
    color: #7c878d;
    cursor: pointer;
}
.calendar.week .days .day_num_week {
    display: flex;
    flex-flow: column;
    width: calc(100% / 7);
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    font-weight: bold;
    color: #7c878d;
    cursor: pointer;
    min-height: 1000px;
	position: relative;
}
.calendar .days .day_num span, .calendar .days .day_num_week span {
    display: inline-flex;
    width: 30px;
    font-size: 14px;
	margin: 5px 5px 5px 0 5px;
}
.calendar .days .day_num .event, .calendar .days .day_num_week .event {
    margin-top: 30px;
    font-weight: 500;
    font-size: 14px;
    padding: 8px;
    background-color: #be2bbb;
    color: #fff;
    word-wrap: break-word;
    top: 0;
    /* height: calc(100% - 30px); */
  
    width: 100%;
   
}
.calendar .days .day_num .event span, .calendar .days .day_num_week .event span {
    color: #fff !important;
	font-weight: normal !important;
}
.calendar.week .days .day_num .event, .calendar .days .day_num_week .event {
    margin-top: 30px;
    font-weight: 500;
    font-size: 14px;
    padding: 8px;
    background-color: #be2bbb;
    color: #fff;
    word-wrap: break-word;
    top: 0;
    /* height: calc(100% - 30px); */
    position: absolute;
    width: 100%;
    left: 0;
}
.calendar .days .day_num a, .calendar .days .day_num_week a{
    text-decoration: none;
}
.calendar .days .day_num .event.green {
    background-color: #51ce57;
}
.calendar .days .day_num .event.blue {
    background-color: #518fce;
}
.calendar .days .day_num .event.red {
    background-color: #ce5151;
}
.calendar .days .day_num:nth-child(7n+1), .calendar .days .day_num_week:nth-child(7n+1) {
    border-left: 1px solid #e6e9ea;
}
.calendar.week .days .day_num_week{
	padding: 0 5px;
}
.calendar.week .days .day_num_week span {
    /*background-color: #fdfdfd; */
    color: #be2bbb;
    cursor: inherit;
	font-weight: bold;
	width: 65px;
    font-size: 17px;
}
.calendar .days .day_num.ignore, .calendar .days .day_num_week.ignore {
    background-color: rgba(255,255,255,0.2);
    color: #ced2d4;
    cursor: inherit;
}
.calendar .days .day_num.selected, .calendar .days .day_num_week.selected {
	border: 1px solid #BE2BBB;
    cursor: inherit;
}
.calendar.week .hour{
	position: absolute;
	top:90px;
	left: -45px;
    height: calc(100% - 70px);
	width: calc(100% + 45px);
}
.calendar.week .hour>div{
	border-top: 1px solid #cccccc;
	width: 100%;
	height: 6.15%;
}
.calendar.week .hour>div>div{
	width:40px;
	text-align: right;
}
.importantInformation{
	font-weight: bold;
	font-size: 110%;
}
#flashroomIframe{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	max-width: 1300px;
    margin: 0 auto;
	width: 100%;
    height: 855px;
}
.modal-popup{
	position: fixed;
	top:0;
  	align-items: center;
  	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);	
	display: none;
	font-size: 1.2em;
	z-index: 100;
}
.modal-popup .title{
	margin-bottom: 15px;
	font-weight: bold;
}
.modal-popup>div{
	position: relative;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 20px;
    background: #fff;
    border: 2px solid #be2bbb;
    border-radius: 10px;
    text-align: center;
    max-width: 560px;
    margin: 15px;
	box-shadow: 0px 0px 24px rgb(190 43 187 / 60%);
}
.modal-popup>div>.close{
	position: absolute;
	cursor: pointer;
    top: -20px;
    right: -17px;
    padding: 7px;
    background: #fff;
    border: 2px solid #be2bbb;
    color: #be2bbb;
    font-weight: bold;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.modal-popup>div .button-container{
	cursor: pointer;
    background: #BE2BBB;
    border-radius: 8px;
    padding: 5px;
    width: 180px;
    max-width: 220px;
    text-align: center;
    margin: 15px auto 0;
    color: #fff;
}
#btnGotoURL{
	text-decoration: none;
}
#sharePopup{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 20;
    background-color: rgba(0,0,0,.6);
	display: none;	
	justify-content: center;
}
#sharePopup>div{
	position: fixed;
    width: calc(100% - 80px);
    height: 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 22px;
    background: #fff;
    -webkit-transition: bottom .2s ease;
    transition: bottom .2s ease;
    z-index: 502;
    bottom: 0;
	max-width: 400px;
	border-radius: 10px 10px 0 0;
	box-shadow: 0px 0px 24px rgb(190 43 187 / 60%);
}
#sharePopup>div>.close{
	position: absolute;
	top: -17px;
	right: -17px;
	width: 35px;
	height: 35px;
	background-image: url("assets/images/close_btn.svg");
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 5;
}
.notVisible{
	opacity: 0;
}
#shareEmail{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
    height: 50px;
    padding: 12px 0 12px 81px;
    text-decoration: none;
	cursor: pointer;
	z-index: 4;
	border-right: 2px solid #BE2BBB;
	background-image: url("assets/images/icon_email.svg");
	background-size: 40px;
    background-repeat: no-repeat;
    background-position: 24px 0;
    font-size: 1.1em;
}
#copyToClickboard{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
    height: 50px;
    padding: 12px 0 12px 75px;
    text-decoration: none;
	cursor: pointer;
	z-index: 4;
	background-image: url("assets/images/icon_link.svg");
	background-size: 34px;
    background-repeat: no-repeat;
    background-position: 24px 6px;
    font-size: 1.1em;
}
#linkCopyInfo{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
    font-size: 1.2em;
	display: none;
	left: 0;
    padding: 25px 15px;
	z-index: 4;
}

#shareSMS{
	display: none;
}
@media only screen and (max-width: 600px) {	
	#sharePopup>div {
    	width: calc(100% - 40px);
	}
	#shareSMS{
		position: absolute;
		bottom: 0;
		left: 33%;
		display: block;
		background-image: url(assets/images/icon_sms.svg);
		padding: 12px 0 12px 71px;
		background-size: 21px;
		background-repeat: no-repeat;
		background-position: 36px 0;
		text-decoration: none;
		cursor: pointer;
		z-index: 4;
		width: 29%;
		font-size: 1.1em;
		border-right: 2px solid #BE2BBB;
		height: 50px;
	}
	
	#shareEmail{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 37%;
		height: 50px;
		padding: 12px 0 12px 81px;
		text-decoration: none;
		cursor: pointer;
		z-index: 4;
		border-right: 2px solid #BE2BBB;
		background-image: url("assets/images/icon_email.svg");
		background-size: 40px;
		background-repeat: no-repeat;
		background-position: 24px 0;
		font-size: 1.1em;
	}
	#copyToClickboard{
		position: absolute;
		bottom: 0;
		right: 0;
		width: 38%;
		height: 50px;
		padding: 12px 0 12px 56px;
		text-decoration: none;
		cursor: pointer;
		z-index: 4;
		background-image: url(assets/images/icon_link.svg);
		background-size: 32px;
		background-repeat: no-repeat;
		background-position: 15px 6px;
		font-size: 1.1em;
	}
}


.taxonomy_menu input[type=checkbox] {
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;	
}

.taxonomy_menu input[type=checkbox]:before {
    content: "✖";
    font-size: 15px;
    color: transparent !important;
    background: #fff;
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #BE2BBB;    
	border-radius: 5px;
	text-align: center;
}

.taxonomy_menu input[type=checkbox]:checked:before {
	color: #BE2BBB !important;
}
#sessionTimeOutPopup{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;    
    align-items: center;
    justify-content: center;   
    background: rgba(0,0,0,0.5);
    font-size: 1.2em;
    z-index: 101;
	display: none;
}
#sessionTimeOutPopup>div{
	position: relative;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    background: #fff;
    border: 2px solid #be2bbb;
    border-radius: 10px;
    text-align: center;
    max-width: 560px;
    margin: 15px;
    box-shadow: 0px 0px 24px rgb(190 43 187 / 60%);
}
#sessionTimeOutPopup h3{
	margin-bottom: 10px;
}
#sessionTimeOutPopup>div.buttons-container{
	display: flex;
	width: 100%;
}
#sessionTimeOutPopup>div .button-container {
	display: inline-block;
    cursor: pointer;
    background: #BE2BBB;
    border-radius: 8px;
    padding: 5px;
    width: 40%;
    max-width: 220px;
    text-align: center;   
    color: #fff;
    margin: 36px 10px 8px 15px;
    text-align: center;
}

#wp-auth-check-wrap #wp-auth-check {
    position: fixed;
    left: 30% !important;
    overflow: hidden;
    top: 40px;
    bottom: 20px;
    max-height: 415px;
    width: 60% !important;
    margin: 0 0 0 -190px;
    padding: 30px 0 0;
    background-color: #f0f0f1;
    z-index: 1000011;
    box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
}
@media only screen and (max-width: 600px) {	
	#wp-auth-check-wrap #wp-auth-check {
    position: fixed;
    left: 18% !important;
    overflow: hidden;
    top: 40px;
    bottom: 20px;
    max-height: 415px;
    width: 90%% !important;
    margin: 0 0 0 -190px;
    padding: 30px 0 0;
    background-color: #f0f0f1;
    z-index: 1000011;
    box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
}
	
}