* {
	--white: #FFF;
  --black: #000;
  /* --pink: #EC59B0;  */
  --pink: #d51768; 
  --pink_new: #f856a0; 
  /* --text_p: #F7BDDF; */
  --text_p: #d51768;
  --text_grey: #a7a7a7;
  --grey: #F0F0F0;
  --grey_new: #66555A;
  --text_d_pink: #E9B7D5;
  /* --d_pink: #C94C96; */
  --d_pink: #d51768;
  --l_pink: #FFD5E1;
  --text_color: #66555A;
  --title_color: #18191F;
  font-family: lucida sans unicode,lucida grande,sans-serif;
  font-weight: 400;
  color: var(--black);
}

/*EXTRA BOOTSTRAP START CSS*/
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}
a {
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s all;
}
a.text_p:hover, a.text_d_pink:hover, a.text_p.active, a.text_d_pink.active {
  color: var(--pink_new);
}
a svg {
  transition: 0.3s all;
}
a span {
  transition: 0.3s all;
}
b {
  font-weight: bold;
}
p.help-block-error {
  color: red;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--dark);
  text-align: left;
  background-color: var(--white);
}
.tt_up {
  text-transform: uppercase;
}
.relative {
  position: relative;
}
.tcenter {
  text-align: center;
}
.tright {
  text-align: right;
}
.tleft {
  text-align: left;
}
.pointer {
  cursor: pointer;
}
.bold {
  font-weight: 700 !important;
}
.bold span, .bold p {
  font-weight: 700 !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.white {
  color: var(--white);
}
.toast-message {
  color: var(--white) !important;
}
.white_bg {
  background-color: var(--white);
}
.black {
  color: var(--black);
}
.black_bg {
  background-color: var(--black);
}
.grey {
  color: var(--grey);
}
.grey_bg {
  background-color: var(--grey);
}
.pink_new {background-color: var(--pink_new);}
.pink {
  color: var(--pink_new);
}
.pink span, .pink p {
  color: var(--pink_new) !important;
}
.pink_bg {
  background-color: var(--pink_new);
}
.l_pink {
  color: var(--l_pink);
}
.l_pink_bg {
  background-color: var(--l_pink);
}
.d_pink {
  color: var(--pink_new);
}
.d_pink_bg {
  background-color: var(--pink_new);
}
.d_white_bg {
  background-color: #ffffffc7;
  border-top: solid 1px #d51768;
  box-shadow: 2px 6px 7px 3px rgb(34 60 80 / 20%);
}
.text_color, .text_color p {
  color: var(--text_color);
}
.title_color {
  color: var(--title_color);
}
.text_p {
  color: var(--pink_new);
}
.text_d_pink {
  color: var(--text_d_pink);
}
.section_title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
}
.section_text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
}
.section_text ul li {
  color: var(--text_color);
}
.back_to_top {
  display: none;
  width: 55px;
  position: fixed;
  right: 50px;
  bottom: 40px;
  z-index: 100;
}
.back_to_top.mob_btt {
  right: 10px;
  bottom: 10px;
}
.shadow {
  -webkit-filter: drop-shadow(0 2px 4px rgba(0,0,0,.25));
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.25));
}
/*HEADER START*/
header {
  height: 70px;
  position: sticky;
  top: 0;
  z-index: 9999;
}
header > div {
  height: 100%;
}
.header_menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  margin: 0;
  height: 70px;
}
.header_menu ul {
  display: none;
  flex-direction: row;
  align-items: center;
  list-style: none;
  margin: 0;
  height: 70px;
  position: absolute;
  justify-content: center;
  top: 70px;
  z-index: 10;
  width: 100%;
  left: 0;
}
.header_menu li {
  display: flex;
  /* position: relative; */
}
.header_menu li a {
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  padding: 24.81px 20px 26.72px;
}
.header_menu li:hover, .header_menu > li.active {
  /* background-color: var(--d_pink); */
  color: var(--pink_new);
  text-decoration: underline;
}



.header_menu > li.active > span > a {
  color: var(--white);
}
.header_menu li:hover span ~ ul { 
  display: flex;
}
.lang_selector a {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
}
.lang_selector a:hover {
	color: #000;
}
.show_land_dropdown {
  position: relative;
}
.dropdown_lang {
  background-color: var(--pink_new);
  display: none;
  position: absolute;
  top: 30px;
  right: -5px;
  z-index: 10;
  border: 1px solid var(--pink_new);
}
.dropdown_lang a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  padding: 16px 20px;
  transition: 0.3s all;
}
.mobile_open_menu {
  width: 37px;
  height: 28px;
  z-index: 11;
}
.mobile_open_menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.mobile_open_menu span {
  background: var(--pink_new);
}
.mobile_open_menu.open span {
  width: 70%;
}
.mobile_open_menu span:nth-child(even) {
  left: 50%;
}
.mobile_open_menu span:nth-child(odd) {
  left:0px;
}
.mobile_open_menu span:nth-child(1), .mobile_open_menu span:nth-child(2) {
  top: 0px;
}
.mobile_open_menu span:nth-child(3), .mobile_open_menu span:nth-child(4) {
  top: 12px;
}
.mobile_open_menu span:nth-child(5), .mobile_open_menu span:nth-child(6) {
  top: 24px;
}
.mobile_open_menu.open span:nth-child(1),.mobile_open_menu.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile_open_menu.open span:nth-child(2),.mobile_open_menu.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile_open_menu.open span:nth-child(1) {
  left: 0px;
  top: 5px;
}
.mobile_open_menu.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 5px;
}
.mobile_open_menu.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.mobile_open_menu.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.mobile_open_menu.open span:nth-child(5) {
  left: 0px;
  top: 19px;
}
.mobile_open_menu.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 19px;
}
.dropdown_svg_icon {
  fill: var(--pink_new);
  cursor: pointer;
  width: 35px;
  height: 70px;
  padding-left: 15px;
}
.header_menu li.active .dropdown_svg_icon {
  fill: var(--white);    
}
.header_menu li.active_toggle > span {
  background-color: var(--pink_new);
}
.header_menu li.active > span {
  background-color: var(--pink_new);
}
/*HEADER END*/
/* HOME START */
.bg-png {
    /*background-image: url(/files/images/pattern.png);*/
    background-position: left top;
    background-repeat: no-repeat;
	background-size: 35%;
	height: 50%;
    position: absolute;
    width: 100%;
	
	
}
/*BREADCRUMBS START*/
ul.breadcrumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
ul.breadcrumbs li {
  padding-right: 20px;
  position: relative;
}
ul.breadcrumbs li:after {
  transition: 0.3s all;
  content: "/";
  position: absolute;
  right: 6px;
  color: var(--text_color);
}
ul.breadcrumbs li:last-child::after {
    content: "";
}
ul.breadcrumbs li a span {
  color: var(--text_color);
  text-decoration: none;
}
ul.breadcrumbs li:hover a span, ul.breadcrumbs li:hover:after{
  color: var(--pink_new);
}
/*BREADCRUMBS END*/
/*SLIDER SECTION START*/

.pr_thumbs .swiper-slide {
  width: 25%;
}
.slider_info {
  position: absolute;
  top: 65%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}
.slider_title {
  width: 60%;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-shadow: 2px 2px 5px black;
}
.slider_text {
  width: 60%;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-shadow: 2px 2px 5px black;
}
/*SLIDER SECTION END*/  
/*USEFULL INFO SECTION START*/



.s_info .usefull_link {
  color: var(--pink_new);
}
.s_info:hover .usefull_link {
  color: var(--grey_new);
}
.pink_new .s_info .usefull_link {
  color: var(--white);
}
.pink_new .s_info:hover .usefull_link {
  color: var(--grey_new);
}
.usefull_img {
  border-radius: 50%;
  border: solid 4px #fff;
  padding: 5px;
}
.usefull_link {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
}
/*USEFULL INFO SECTION END*/
/*OUR PRODUCTS SECTION START*/
.slider_info .pink_link_full {
  padding: 12px 36px;
  font-size: 17px;
  line-height: 26px;
}
.pink_link_full, .l_pink_full {
  border-radius: 8px;
  padding: 12px 36px;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
}
.tab_body_tab4 input[type="button"], .tab_body_tab4 button {
  border: none;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 8px;
  padding: 12px 28px;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
}
.pink_link_full:hover {
  background-color: var(--pink_new); 
  color: var(--text_d_pink);
}
.l_pink_full:hover {
  background-color: var(--text_d_pink); 
  color: var(--pink_new);
}
.tab_body_tab4 input[type="button"], .tab_body_tab4 button {
  background-color: var(--pink_new);
  color: var(--white);
}
.tab_body_tab4 input[type="button"]:hover, .tab_body_tab4 button:hover {
  background-color: var(--text_d_pink); 
  color: var(--pink_new);
}
/*OUR PRODUCTS SECTION END*/
/*ADVANTEGES SECTION START*/
.advantages_number {
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 98px;
  letter-spacing: 0em;
  text-align: center;
}
.advantages_s_title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-align: center;
} 
.advantages_text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
}
/*ADVANTEGES SECTION END*/
/*BLOG START*/ 
.sa_title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
} 
.sa_short_text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}
.sa_info {
  border-bottom: 1px solid var(--black);
}
.sa_short_text p {
  margin: 0;
}
.partners_tabs_content_wr {
  display: none;
}  
.tabs_body_wr .partners_tabs_content_wr.shown {
  display: flex;
}  
.single_pertner_title {
  text-align: center;
  height: 100px;
  word-break: break-all;
  border-top: 1px dotted var(--pink_new);
  text-transform: capitalize;
}
.partner_img_wr {
  flex: 1;
}
.single_partner_wr:hover {
  box-shadow: 1px 1px 10px var(--l_pink);
}
.single_partner_wr:hover .single_pertner_title {
  color: var(--pink_new);
}
.partners_tabs_content_wr {
  border: 1px solid var(--pink_new);
}
.partners_links_wr .partners_tab_link {
  white-space: unset;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  padding: 14px;
  background: var(--l_pink);
  color: var(--text_color);
}
.partners_links_wr .partners_tab_link.active_tab, .partners_links_wr  .partners_tab_link:hover {
  background: var(--pink_new);
  color: var(--white);
}
.tab2_taitle_partners {
  font-size: 1.5rem;
  word-break: break-word;
}
/*BLOG END*/
/*CATALOG START*/ 
.main_cat_link {
  background-color: var(--pink_new);
}
.catalog_cat_title {
  max-width: 112px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--text_color);
}
.cat_link_wr:hover .catalog_cat_title, .cat_link_wr.active .catalog_cat_title {
  color: var(--pink_new);
}
.cat_link_wr:hover .main_cat_link, .cat_link_wr.active .main_cat_link {
  background-color: var(--pink_new);
}
.seo_text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}
.products_wr a:hover span, a.extra_prs:hover span {
  color: var(--grey_new);
} 
/*CATALOG END*/
/*CATALOG SINGLE START*/
.pr_tab_title {
  white-space: pre;
}
.pr_tab_title:last-child {
  padding-right: 15px;
}
.tab_links_wr a:hover {
  color: var(--pink_new);
}
.pr_tab_title.active_tab {
  color: var(--pink_new);
}
.overflow_x {
  overflow-x: auto;
}
.pr_title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}
.pr_title_cat_single {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
}
.pr_title2_cat_single {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}
.rec_price {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
}
.tabs_body_wr > div, .tabs_wr {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--text_color);
}
.extra_pr_title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}
.tabs_body_wr > div {
  display:none;
}
.tabs_body_wr > div.shown {
  display: block;
}
.tabs_body_wr > div > table, .blog_table table {
  width: 100%;
}
.tabs_body_wr > div > table tr td:first-child, .blog_table table tr td:first-child {
  text-align: left;
}
.tabs_body_wr > div > table tr td, .blog_table table tr td {
  padding: 16px 24px;
  text-align: center;
  color: var(--text_color);
}
.tabs_body_wr > div > table tr:nth-child(odd), .blog_table table tr:nth-child(odd) {
  background-color: var(--grey);
}
.tabs_body_wr > div > table tr:nth-child(even), .blog_table table tr:nth-child(even) {
  background-color: var(--l_pink);
}
.reviews_wr form {
  border-radius: 8px;
}
.reviews_wr form input, .reviews_wr form textarea {
  resize: none;
  border: none;
  padding: 17px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}
.pr_thumbs img {
  cursor: pointer;
}
.pr_thumbs .swiper-slide-thumb-active img {
  border: 1px solid var(--pink_new);
}
.all_reviews_wr {
  max-height: 550px;
  overflow-y: auto;
}
.single_review {
  border-bottom: 1px solid var(--grey);
}
::-webkit-scrollbar {
  background: var(--grey);
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background: var(--pink_new);
}
 {

}
/*CATALOG SINGLE END*/
/*CALCULATOR STYLES START*/
.calc_styles label {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}
.calc_styles input, .calc_styles textarea {
  margin: 16px 0;
  width: 100%;
  padding: 16px;
  border: 1px solid #e0e0e0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--text_color);
}
.calc_styles input[type="checkbox"] {
  width: unset;
  padding: 0;
}
#dta-out {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
}
.calc_styles table {
  width: 100%;
}
.pregnancy-calendar-info {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--black);
}
/*CALCULATOR STYLES END*/
/*CONTACT STYLES START*/
.contact_addres a, .contact_addres span {
  font-size: 1.5rem;
}
.contact_addres a:hover {
  color: var(--pink_new);
}
/*CONTACT STYLES END*/
/*FOOTER START*/
.social_footer {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
.social_footer:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.pattern_bg {
	background-image: url(/files/images/pattern-bg.png);
    height: 155px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100%;
	/* margin-top: -90px; */
	position: relative;
	z-index: 100;
}
.footer-menu a:hover {
	color: #000;
}
.footer-logo {
	width: 100%;
}
.pattern-bottom {
	background-image: url(/files/images/pattern-bottom.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    /* background-size: 30%; */
    height: 524px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 342px;
	z-index: 90;
}
/*
.copy {
	background: #d51768;
	height: 42px;
    width: 100%;
    margin-top: -42px;
}
*/
/*FOOTER END*/
@media only screen and (max-width: 1199px) {
  .header_menu li:hover span ~ ul { 
    display: none;
  }
  .header_menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    background-color: var(--white);
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    top: 70px;
    left: 0;
    z-index: 10;
  }
  .header_menu li {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: var(--white);
  }
  .header_menu li ul li {
    background-color: var(--white);
  }
  .header_menu li ul {
    display: none;
    height: 100%;
    padding-left: 24px;
    flex-direction: column;
    position: initial;
    padding-bottom: 20px;
  }
  .pattern_bg {
	height: 90px;
    bottom: 0;
    margin: 0;
    position: relative;
  }
}
@media only screen and (max-width:  768px) {
  .tab_links_wr a:hover {
    color: initial;
  }
  .partners_links_wr .partners_tab_link {
    width: 50%;
    text-align: center;
  }
  .header_menu li:hover {
    background-color: initial;
  }
  .header_menu > li > ul > li > a {
    padding: 12px;
  }
  .catalog_cat_title {
    max-width: unset;
    text-align: left;
  }
  .pattern_bg {
	height: 45px;
    bottom: 0;
    margin: 0;
    position: relative;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
	.pattern_bg {height: 210px;}
}
.single_blog {
	position: relative;
}

body .fc{font-size:1em}.fc-unthemed th,.fc-unthemed td,.fc-unthemed thead,.fc-unthemed tbody,.fc-unthemed .fc-divider,.fc-unthemed .fc-row,.fc-unthemed .fc-content,.fc-unthemed .fc-popover{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff}.fc-unthemed .fc-divider,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666}.fc-unthemed .fc-today{background:var(--pink_new)}.fc-highlight{background:#bce8f1;opacity:.3;filter: alpha(opacity=30)}.fc-bgevent{background:#009FE5!important;opacity:.6;filter: alpha(opacity=30)}.fc-nonbusiness.fc-bgevent{background: var(--l_pink)!important}.fc-icon{display:inline-block;width:1em;height:1em;line-height:1em;font-size:1em;text-align:center;overflow:hidden;font-family:"Courier New",Courier,monospace;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fc-icon:after{position:relative;margin:0 -1em}.fc-icon-left-single-arrow:after{content:"\02039";font-weight:bold;font-size:200%;top:-7%;left:3%}.fc-icon-right-single-arrow:after{content:"\0203A";font-weight:bold;font-size:200%;top:-7%;left:-3%}.fc-icon-left-double-arrow:after{content:"\000AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\000BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%;left:-2%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%;left:2%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\000D7";font-size:200%;top:6%}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;font-size:1em;white-space:nowrap;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:-.05em;margin:0 .2em;vertical-align:middle}.fc-state-default{background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)}.fc-state-hover,.fc-state-down,.fc-state-active,.fc-state-disabled{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-down,.fc-state-active{background-color:#ccc;background-image:none;box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;filter: alpha(opacity=65);box-shadow:none}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-popover .fc-header .fc-close{cursor:pointer}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-rtl .fc-popover .fc-header .fc-title,.fc-ltr .fc-popover .fc-header .fc-close{float:right}.fc-unthemed .fc-popover{border-width:1px;border-style:solid}.fc-unthemed .fc-popover .fc-header .fc-close{font-size:.9em;margin-top:2px}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-highlight-skeleton,.fc-helper-skeleton{position:absolute;top:0;left:0;right:0}.fc-bg{bottom:0}.fc-bg table{height:100%}.fc table{width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0;font-size:1em}.fc th{text-align:center}.fc th,.fc td{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-row .fc-highlight-skeleton td,.fc-row .fc-bgevent-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{background:none;border-color:transparent;border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch;height: 100%!important;}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;font-weight:normal}.fc-event,.fc-event:hover,.ui-widget .fc-event{color:#fff;text-decoration:none}.fc-event[href],.fc-event.fc-draggable{cursor:pointer}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25;filter: alpha(opacity=25)}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4}.fc-touch .fc-event .fc-resizer{display:none}.fc-touch .fc-event.fc-selected .fc-resizer{display:block}.fc-expander{position:relative}.fc-touch .fc-expander:before,.fc-touch .fc-event .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-cursor .fc-h-event .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-touch .fc-h-event .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-touch.fc-ltr .fc-h-event .fc-start-resizer,.fc-touch.fc-rtl .fc-h-event .fc-end-resizer{margin-left:-4px}.fc-touch.fc-ltr .fc-h-event .fc-end-resizer,.fc-touch.fc-rtl .fc-h-event .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}.fc-day-grid-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25;filter: alpha(opacity=25)}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:bold}.fc-cursor.fc-ltr .fc-day-grid-event .fc-start-resizer,.fc-cursor.fc-rtl .fc-day-grid-event .fc-end-resizer{margin-left:-2px}.fc-cursor.fc-ltr .fc-day-grid-event .fc-end-resizer,.fc-cursor.fc-rtl .fc-day-grid-event .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-now-indicator{position:absolute;border:0 solid red}.fc-unselectable{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.fc-toolbar{text-align:center;margin-bottom:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc-toolbar .fc-center{display:inline-block}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container *:before,.fc-view-container *:after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicWeek-view .fc-content-skeleton,.fc-basicDay-view .fc-content-skeleton{padding-top:1px;padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid{overflow:hidden}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-basic-view .fc-week-number,.fc-basic-view .fc-day-number{padding:0 2px}.fc-basic-view td.fc-week-number span,.fc-basic-view td.fc-day-number{padding-top:2px;padding-bottom:2px}.fc-basic-view .fc-week-number{text-align:center}.fc-basic-view .fc-week-number span{display:inline-block;min-width:1.25em}.fc-ltr .fc-basic-view .fc-day-number{text-align:left}.fc-rtl .fc-basic-view .fc-day-number{text-align:left}.fc-day-number.fc-other-month{opacity:.3;filter: alpha(opacity=30)}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-top:1px;padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.ui-widget td.fc-axis{font-weight:normal}.fc-time-grid-container,.fc-time-grid{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{position:relative;z-index:3}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-slats .ui-widget-content{background:none}.fc-time-grid .fc-highlight-container{position:relative}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-event,.fc-time-grid .fc-bgevent{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event{overflow:hidden}.fc-time-grid-event.fc-selected{overflow:visible}.fc-time-grid-event.fc-selected .fc-bg{display:none}.fc-time-grid-event .fc-content{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\000A0-\000A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-cursor .fc-time-grid-event .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-cursor .fc-time-grid-event .fc-resizer:after{content:"="}.fc-touch .fc-time-grid-event .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}