@font-face
{
    font-family: 'Quicksand_Light';
    font-weight: 300;
    font-style: normal;
    src: url('../font/Quicksand-Light.otf');
}

@font-face 
{
	font-family: "MHei";
        src: url("../font/MHei.eot"); /* IE9*/
	src: url('../font/MHei.ttf'),
	url('../font/MHei.woff2') format("woff2"),
        url("https://db.onlinewebfonts.com/t/83d8b7e4609a5df04b0028c997938846.svg#MHei") format("svg"); /* iOS 4.1- */
}
	
//@font-face {font-family: "MHei";
//    src: url("https://db.onlinewebfonts.com/t/83d8b7e4609a5df04b0028c997938846.eot"); /* IE9*/
//    src: url("https://db.onlinewebfonts.com/t/83d8b7e4609a5df04b0028c997938846.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
//    url("https://db.onlinewebfonts.com/t/83d8b7e4609a5df04b0028c997938846.woff2") format("woff2"), /* chrome firefox */
//    url("https://db.onlinewebfonts.com/t/83d8b7e4609a5df04b0028c997938846.woff") format("woff"), /* chrome firefox */
//    url("https://db.onlinewebfonts.com/t/83d8b7e4609a5df04b0028c997938846.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
//    url("https://db.onlinewebfonts.com/t/83d8b7e4609a5df04b0028c997938846.svg#MHei") format("svg"); /* iOS 4.1- */
//}
body#User{
	background-color: #fafafa;
}
.SecondMess {
    padding: 50px 10px;
    text-align: center;
}
.MainBody, .GlobalWidth {
    /*max-width: 1300px;*/
    margin: 0 auto;
    /*padding: 0 50px;*/
    color: #B39769;
}
.loginContent #bg,.kitContent #bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
.kitContent #bg {
	background-color: #fff1f1;
	z-index:-1;
}
.kitContent form ,.kitContent .form_bg{
  width: 557px;
    margin: 50px auto;
    /* position: absolute; */
    /* top: 0; */
    /* left: 250px; */
    min-height: 480px;
}
.kitContent form{
	z-index:4;
	background-color: #FFFFFFc4;
}
.kitContent .form_bg{

    background-color: #F2ECEBc4;
    
}
#ballon{
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -400px;
    z-index: -1;
    width:100%;
    max-width:400px;
}
.formArea {
      margin: 50px 100px;
    /* width: 420px; */
    text-align: center;
    padding-top: 50px;
   
}
.formContainer {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 100px;
    margin: 0px auto;
    min-height: 800px;
    z-index: 1;
    background-color: #fff1f1;
}
.kitContent {
    background-color: #fff1f1;
}
.checkmark.border{
 background-color: #b9b9b9;
}
.registerContent .container input:checked ~ .checkmark.border, .formArea .container input:checked ~ .checkmark.border,
.registerContent .container:hover input ~ .checkmark.border, .formArea .container:hover input ~ .checkmark.border {
   background-color: #717070;
}
.loginContent #bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
.loginArea {
    position: relative;
    z-index: 2;
    width: 550px;
    margin: 50px auto;
    min-height: 600px;
    background-color: #efefefc4;
    color: #58595B;
}
.loginArea  img.logo {
    width: 233px;
    display: block;
    margin: auto;
    padding-top: 40px;
}
.loginArea  form {
    margin: 0 auto;
    padding: 50px;
}
.loginArea  input[type="text"],.loginArea  input[type="password"] {
    width: 100%;
    height: 30px;
    line-height: 22px;
    padding: 0 0px;
    outline: none;
    border-bottom: 1px solid #B39769;
    border-radius: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background: #0000;
    margin-top: 10px;
    margin-bottom: 10px;
}
.FltCln {
    display: inline-block;
    width: 100%;
}
.FltLft {
    float: left;
}
.FltRgt {
    float: right;
}
.loginArea input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B39769;
  opacity: 1; /* Firefox */

}

.loginArea input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #B39769;
 
}

.loginArea input::-ms-input-placeholder { /* Microsoft Edge */
  color: #B39769;
  
}
.loginArea input::-webkit-input-placeholder {
	color: #B39769;
 
}
body, div, section, td, li, input, textarea, video, h1, h2, h3, h4, h5, a {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
body {
    color: #58595B;
    background: #ffffff;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'MHei', light;
}
#User .TopLogo img {
    width: 330px;
    margin: 40px 0px 60px 0;
}
h2 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
footer {
    background-color: #EADCD9;
    color: #58595B;
    padding: 20px 20px;
    font-size: 14px;
}


a:visited {
/*      text-decoration: none;*/
    color: #58595B;
}
a:link {
    
    color: #58595B;
}
a {
    
    word-wrap: break-word;
}

.is_pregnancing small{
	font-size:12px;
	background-color: #e2d3ba;
}
.profile-body {
    background-image: url(/cclub/whole_bg.png);
}
/*.ccMobileMenuBar a:link,a:visited {
 text-decoration: none; 
 }
 .ccMobileMenuBar a {
 	outline: none;
 }
.ccMobileMenuBar {
    height: 49px;
    border-bottom: 1px solid #B39751;
    display: block;
    text-align: center;
    position: relative;
    top: 0px;
    width: 100%;

    background-color: #ffffff;
    max-width: 1200px;
}
.ccMobileMenuBar span.logo {
	position: absolute;
    width: 180px;
    margin-left: -100px;
    padding-top: 10px;

}
.ccMobileMenuBar .icon-navicon {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 35px;
    line-height: 0;
    width: 48px;
    height: 48px;
    padding: 8px 0 0 9px;
    color: #B39751;
}
.ccMobileMenuBar {
    z-index: 2000;
}*/
ul.cc_menu {
   position: absolute;
    z-index: 3000;
    top: 100%;
    left: 0;
    border-width: 0;
    background-color: #eaeaea;
    padding: 20px 30px 50px 20px;
    margin: 0;
    display: none;
    border-radius: 0px 20px 20px 0px;
}
li.menu_item {
    border-bottom: 1px solid #bfbfbf;
    text-align: left;
    padding: 10px;
}
ul.cc_menu  li.menu_item {
    list-style-type: none;
}
.ccMobileMenuBar:hover .cc_menu{
	display:block;
}
.selectWrapper {
    border-radius: 36px;
    display: inline-block;
    overflow: hidden;
    background: #cccccc;
    border: 1px solid #cccccc;
    width: 100%;
}
#User #register {
    width: 100%;
    max-width: 100%;
}
#User .TopLogo {
    text-align: center;
    display: block;
}

#User #register .selectBox,  #profile .selectBox ,.upload_photo .selectBox{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 0px;
    outline: none;
}
.upload_photo p.msg{
	float:left;
}
#User #register .input-group, #profile .input-group,#changePassword .input-group{
position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
#User #register .col-left, #profile .col-left ,#changePassword .col-left {
    flex: 0 0 25%;
    max-width: 25%;
     padding-right: 10px;
}
#User #register .col-right, #profile .col-right ,#changePassword .col-right{
    flex: 0 0 75%;
    max-width: 75%;
}
#User .loginArea .Btn {
    background-color: #757575;
    color: #fff;
    text-align: center;
    border: 0px;
    outline: none;
    border-radius: 3px;
    line-height: 43px;
    width: 257px;
    display: block;
    margin: auto;
    margin-top: 50px;
}
.register-body ,profile-body,.photo-list-body{
/*     background-image: url('/cclub/register_bg.png'); */
    min-height: 1000px;
/*     background-size:cover; */
}
.photo-list-body {
	padding: 100px;
}
#User form#register table, form#profile table ,#changePassword table{ 
	width: 100%;
    border-collapse: collapse;
    border-radius: 35px;
    overflow: hidden;
    opacity: 0.8;
  }
#User form#register  td,  form#profile td, #changePassword td{
 	padding: 10px;
    background: #efefefc4;
	opacity: 60%;
   

}
#User form#register td ,form#profile td, #changePassword td {
 border-bottom: 3px solid white;
}
#User form#register td:nth-child(odd) ,form#profile td:nth-child(odd),form#changePassword td:nth-child(odd){
	 border-right: 3px solid white;
}
#User form#register tr:nth-child(1) td, form#profile tr:nth-child(1) td, form#changePassword tr:nth-child(1) td {
	 border-right: 0px solid white;
}
#User form#register tr:last-child td,form#profile tr:last-child,form#changePassword tr:last-child,
form#changePassword tr:last-child> td,form#profile tr:last-child td{
	 border-bottom: 0px solid white;
}
form#register .confirm_btn ,form#profile .confirm_btn ,form#changePassword .confirm_btn {
    width: 200px;
    border-radius: 30px;
    margin-top: 30px;
    margin-left: -100px;
    left: 50%;
    position: relative;
    line-height: 40px;
    font-size: 20px;
   	background: #757575;
    border-color: #757575;
    margin-bottom: 30px;
    color: #ffffff;
    opacity: 60%;
}
form#register input[type=text],form#register input[type=password], form#register input[type=email],
form#profile input[type=text],form#register input[type=password], form#register input[type=email],
form#changePassword input[type=text],form#changePassword input[type=password], form#changePassword input[type=email]{
width: 100%;
    height: 37px;
    line-height: 37px;
    padding: 0 10px;
    /* margin-bottom: 30px; */
    outline: none;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    }
form#register h2.header , form#profile h2.header, form#changePassword h2.header  {
    /* align-items: center; */
    text-align: center;
    font-size: 20px;
    padding: 20px 10px 0px 10px;
   // color: #B39769;
    color: #8a7046
}
/*#User  table tr:first-child td:first-child {
    border-bottom-left-radius: 30px;
}

#User  table tr:first-child td:first-child {
    border-bottom-right-radius: 20px;
}*/
input.hidden-border {
   	background: #fff;
    border-radius: 0px;
}
#User .registerContent, .profileContent{
    max-width: 700px;
    margin: 0 auto;
    padding: 150px 30px 60px 30px;
    //color: #58595b;
    color: #000000;
    }
}

.registerContent .radio input , .formArea .radio input, .profileContent .radio input{
    margin: 0 5px;
}
.text-danger {
    color: red;
}
.registerContent .container , .formArea .container , .profileContent .container {
 display: inline-block;
    position: relative;
    padding-left: 25px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
}

/* Hide the browser's default checkbox */
.registerContent .container input , .formArea .container input,.profileContent .container input  {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
    width: 18px;
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.registerContent .container:hover input ~ .checkmark ,
 .formArea .container:hover input ~ .checkmark ,
 .profileContent .container:hover input ~ .checkmark
 {
  background-color: #ffffff;
}


/* When the checkbox is checked, add a blue background */
.registerContent .container input:checked ~ .checkmark,
.formArea .container input:checked ~ .checkmark,
.profileContent .container input:checked ~ .checkmark,
 {
   background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
  	background-color: #fff;
    border-radius: 50%;
}
.radiobtn:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #171717;
}
.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}
span.remark {
    font-size: 12px;
}
.checkcontainer input:checked ~ .radiobtn:after {
    display: block;
}
/* Show the checkmark when checked */
.registerContent .container input:checked ~ .checkmark:after,
.registerContent input:checked ~ .radiobtn:after,
.profileContent .container input:checked ~ .checkmark:after,
.profileContent input:checked ~ .radiobtn:after  {
  display: block;
}
.formArea .container input:checked ~ .checkmark:after,
.formArea input:checked ~ .radiobtn:after  {
  display: block;
}
/* Style the checkmark/indicator */
.registerContent .container .checkmark:after ,
.formArea .container .checkmark:after ,
.profileContent .container .checkmark:after 
{
  	left: 5px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid black;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#drop_zone {
   border: 2px dashed #c2ab87;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 25px;
    text-align: center;
    font: 20pt bold 'Vollkorn';
    color: #c0a983;
    margin: 20px;
 
}

button.btn-delete {
    color: black;
    border-radius: 50%;
    border: 1px solid transparent;
    width: 24px;
    height: 24px;
    font-size: 12px;
    display: inline-block; 
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}
.file-container {
    padding: 10px 0px;
}
.formArea .Btn:disabled,
.formArea .Btn[disabled]{
  background-color: #c7bca9;
}

.radio {
    margin: 10px;
}

.formArea .Btn {
    margin-top: 30px;
    margin-left: -50px;
    left: 50%;
    display: block;
    background-color: #b39769;
    color: #fff;
    padding: 10px 25px;
    background-color: #B39769;
    color: #fff;
    text-align: center;
    border: 0px;
    outline: none;
    border-radius: 3px;
    margin: auto;
    margin-top: 20px;

}
.Overlary_body{ display:none; position: fixed; top: 0; left: 0; bottom: 0; right: 0; background-color: rgba(0,0,0,0.6); z-index: 3000; }
.Overlary_S1 {
    background-color: #ffffff;
    padding: 20px;
    max-width: 1200px;
    width: 90%;
    height: 90%;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    z-index: 3000;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.Overlary_S1 .BorderDiv {
    border: 2px solid #dddddd;
    height: 100%;
    width: 100%;
    padding: 30px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}
.Overlary_S1 h1 {
    text-align: center;
    border-bottom: 0px;
    margin: 0px;
    letter-spacing: 2px;
}
.Overlary_S1 span.icon-close3-01 {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 20px;
    cursor: pointer;
    background-color: rgba(255,255,255,0.5);
    width: 30px;
    height: 30px;
    padding: 5px;
    box-sizing: border-box;
}
.Overlary_S1 span.icon-close3-01 {
    z-index: 2000;
}
.RedTxt {
    color: red;
}
.checkbox_section {
    padding: 10px;
}
.formArea .form-control {
    height: 30px;
    line-height: 37px;
    padding: 0 0px;
    /* margin-bottom: 30px; */
    outline: none;
    /* border-radius: 20px; */
    border: 1px solid #e0e0e0;
}
.prag_header {
    height: 600px;
    width: 100%;
    overflow: hidden;
   
    max-width: 1200px;
    background-size: cover;
}
.banner_bar {
    z-index: 10;
    position: absolute;
    width: inherit;
    top: 500px;
    margin-top: -200px;
    max-width: 1200px;
}

.week_info_section{
    color:#fff;
    position: absolute;
    top: 450px;
    width: 300px;
    height: 300px;
    background-color: #c7aca6;
    z-index: 11;
    left: 50%;
    margin-left: -150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-family: 'Quicksand_Light', sans-serif;

}
.week_info_section span.week_txt {
    
    font-size: 100px;
    line-height: 100px;
}
.week_info_section hr {
	border-color: white;
    width: 100px;
    border-top: 1px solid #fff;
}
span.other_txt {
    font-size: 20px;
	padding-bottom: 5px;
}
img.adv_item_img {
    width: 100%;
}
.adv_item {
    display: inline-block;
    width: 100%;
    position: relative;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
.advertisement_container{
	width: inherit;
    position: relative;
    display: block;
}
.cclub_body{
/*     background-color: gray; */
    max-width: 1200px;
    margin: auto;
    min-width: 375px;
}
.cclub_content{
	width: 100%;
    margin: auto;
   /*  background-color: #fff; */
}
.cclub_main_lower {
    background-image: url(/cclub/lower_bg.png);
    background-size: cover;
}
.upload_photo_container {
    text-align: center;
    width: 100%;
    padding-top: 20px;
}
.upload_section {
    /* margin-top: -200px; */
    height: 350px;
    display: block;
}
img.upload_icon {
    width: 150px;
    position: relative;
    /* top: 250px; */
    top: 48%;
    margin-top: -70px;
    z-index: 2;
}
.upload_photo_container img.upload_bg {
    width: 100%;
    position: relative;
    top: 50%;
    margin-top: -250px;
    z-index: 1;
}
.week_bg {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.week2_13 {
    background-image: url('/cclub/week2_13.png');
  
}
.week4_27 {
    background-image: url('/cclub/week14_27.png');  
}

.header-container {
    width: inherit;
    max-width: 1200px;
    position: relative;
}
.week_intro_container {
    /* margin-top: 60%; */
   
    text-align: center;
    width: 60%;
    margin: auto;
}
.cclub_main {
    position: relative;
    top: 500px;
    z-index:10;
}
.week_video_container {
    width: 100%;
    margin: auto;   
    max-width: 900px;
    line-height:30px;
}
.week_title {
    line-height:50px;
}
.cclub_content h4 {
    font-size: 30px;
}
.NewArticleDiv.Top3 {
   /* background-image: url(/cclub/upper_bg.png);*/
    background-size: cover;
    padding-top: 50px;
}
.cclub_ad {
    padding-top: 10px;
    padding-bottom: 10px;
}
div#weekSlider {
    top: 10px;
}
.week_video_container .TopVideo {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    width: 100%;
    margin: auto;
}
.week_video_container .TopVideo iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.adv_item {
    display: inline-block;
    width: 100%;
    position: relative;
    flex-direction: column;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: -6px;
    /* margin-top: -6px; */
}
.week_video_container h4,.adv_item h4 ,.upload_photo_container h4,.information_container h4{
    color: #AF9369;
}
p.adv_desc ,p.desc{
	word-break: break-word;
   /* border-left: 1px solid #af9369;*/
    /* margin-left: 10px; */
    line-height: 30px;
    text-align: left;
    /* float: left; */
    padding: 10px;
}
.adv_desc span.icon,p.desc span.icon {
    border-left: 1px solid #af9369;
    padding: 10px 5px;
}
.information_container p.desc{
	/* border-left: 1px solid #a7a7a9; */
}
.adv_left .txt, .inform_right .txt {
    text-align: left;
    /* vertical-align: middle; */
    margin: auto;
    margin: 20px;
}
.adv_left {
    width: 300px;
    margin-left: 25px;
    display: block;
     margin: 0;
    padding: 0;
}
.adv_right {
    flex-grow: 2;
    width: 1px;
     margin: 0;
    padding: 0;
}
.adv_full {
    width: 100%;
    margin: 0;
    padding: 0;
    /* margin-bottom: -4px; */
    /* margin-top: -4px; */
}
.information_container {
    padding: 50px 150px;
/*    background-color: #e1e1e1;*/
}
.information_container h4 {
    margin-left: 10px;
}

.inform_item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.inform_item:nth-child(even)  {
	flex-flow: row-reverse nowrap;
}
.inform_left {
    width: 50%;
    flex-grow: 1;
}
.inform_left img {
    width: 100%;
    object-fit: cover;
    height: 500px;
}
.inform_right {
    flex-grow: 1;
    width: 50%;
}
.drop_btn { /* This is for styling the dropdown button */
    background-color: #fff;
	color: #b68b6d;
    padding: 15px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    width:150px;
    border: 1px solid #b68b6d;
    font-family: 'Quicksand_Light', sans-serif;
}
.drop-content { /* For styling the content itself */
    background-color: #f2f2f2;
    min-width: 150px;
    display: none;
    position: absolute;
    z-index: 99999;
    left: 100%;
    right: 0;
    left: auto;
    max-height: 500px;
    overflow: scroll;
}
  
.drop-content a { /* For styling the links inside the content */
    color: #58595B;
    padding: 15px;
    text-decoration: none;
    display: block;
    text-align: center;
}
.drop-content a:hover { /* Change the color of the dropdown links when they are hovered on */    
    background-color: lightgray;
}
.week_menu:hover .drop-content { /* Shows the dropdown menu list when hovered on */
    display: block;
}
.week_menu{
    display: block;
    position: relative;
    z-index: 99999;
    width: 100%;
    text-align: right;
    max-width: 900px;
    margin: auto;
    font-family: 'Quicksand_Light', sans-serif;
}
span.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.photo-list-container {
    border: 1px solid #b39750;
    padding: 30px;
    border-radius: 25px;
}
.photo-list-content{
    flex-flow: row wrap;
    /*justify-content: space-between;*/
    display: flex;
    align-content: center;
}
span.photo-container {
    flex: 1 0 50%;
    max-width: 50%;
    align-items: stretch;
    justify-content: space-around;
    height: 200px;
    max-width: 28%;
    margin: 20px;
    opacity: 1;
}
span.photo-container :hover{
	opacity: 0.7;
}
span.photo {
    width: 100%;
    height: calc(100% - 20px);
    display: flex;
    background-size: cover;
    border: 1px solid #b39750;
}
.ReadMore{
	color:#b39750;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
a#ReadMorePhoto {
    text-align: center;
}
span.read_container {
    width: 100%;
}
h2.week_no{
	text-align:center;
}
.loginContent {
    padding: 0%;
}
.pregnancyTimeline .fruit {
    display: inline-block;
  /*  background: url(https://www.babycenter.com/assets/BCT.2020.026.1.976a376.20200601161617/images/timeline/timeline_greybg.svg) no-repeat;
    background-size: contain;
    background-position: center;*/
    height: 60px;
    width: 60px;
    margin: 0 auto;
    outline: 0;
    position: relative;
    cursor: pointer;
}


.pregnancyTimeline .weekNumberAndDot .weekNumber {
    display: block;
    margin-top: 4px;
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: 700;
    font-family: 'Quicksand_Light', sans-serif;
}
.pregnancyTimeline .fruit img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
   width: 22px; 
    /*height: auto;*/
}
.pregnancyTimeline .tlSlide:hover .fruit img {
    width: 30px;
}
span.weeksLabel {
    margin-left: 20px;
}
.currentStage .fruit img {
    width: 30px;
}

.pregnancyTimeline .tlSlide {
    outline: 0;
    text-align: center;
    width: 110px;
}
.pregnancyTimeline .weekNumberAndDot {
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
}
.pregnancyTimeline .weekNumberAndDot a:link, .pregnancyTimeline .weekNumberAndDot a:visited {
    color: #696a5f;
    text-decoration: none;
}

.pregnancyTimeline .dot {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border-width: 10px 10px 0 10px;
    background-color: #fff;
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
}
.pregnancyTimelineContainer {
    margin-top: 40px;
    margin-bottom: 88px;
}
.pregnancyTimelineContainer {
	height: 90px;
   	border-bottom: 2px solid #000000;
}
.pregnancyTimeline .currentStage .dot, .pregnancyTimeline .currentStage:hover .dot {
   /* border-color: #73b8c2 transparent transparent transparent;*/
}

.pregnancyTimeline .currentStage .weekNumberAndDot a, .pregnancyTimeline.currentStage:hover .weekNumberAndDot a {
    color: #73b8c2;
}
.pregnancyTimeline .tlSlide:hover .weekNumberAndDot a {
   /* color: #73b8c2;*/
}
.pregnancyTimeline .tlSlide:hover .dot {
   /* border-color: #73b8c2 transparent transparent transparent;*/
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.custom-file  label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 14px;
}
.custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.8rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-label::after, form#booking_form select, .custom-file-label {
    line-height: 2.5;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
  /*  height: calc(1.8rem + 2px);*/
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 10px;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
   /* height: 2.25rem;*/
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0px 10px 10px 0px;
}

/********* bookmark **********/
#bookmarked,#registeredEvent{
	color: #000000;
    background: #ffffff;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Quicksand_Book', sans-serif;
    min-height:800px;
    
}
#bookmarked h2,#registeredEvent h2{
margin: 30px 0px 0px 0px;
}

#bookmarked div#ReadMoreBookmark,div#ReadMoreRecord {
    width: 100%;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

#bookmarked .BoxDiv .Photo .Featured {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ffffff;
    color: #b39751;
    padding: 5px 10px;
    border-radius: 10px 0 10px 0;
    box-shadow: 1px 1px 2px #888888;
}
#bookmarked .FlexDiv2 ,#registeredEvent .FlexDiv2{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 0px;
	padding: 0px 50px 30px;
}
#registeredEvent .FlexDiv2 {
    padding: 0px 150px 30px;
}
#bookmarked .BoxDiv ,#registeredEvent .BoxDiv{
    margin-top: 40px;
    width: 31%;
    min-width: 280px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    background-color: #fff;
    cursor:pointer;

}
#registeredEvent .BoxDiv {
 width: 100%;
 
}
#bookmarked .BoxDiv .Photo ,#registeredEvent .BoxDiv .Photo{
   	height: 220px;
    background: center center no-repeat;
    background-size: cover;
    position: relative;
}
 #registeredEvent .BoxDiv .Photo {
 	min-height: 320px;
 }
#bookmarked .BoxDiv .CssTable ,#registeredEvent .BoxDiv .CssTable{
   /* border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 5px solid #dddddd;*/
    width: 100%;
    padding: 40px 0 20px;
}
#registeredEvent .BoxDiv .CssTable{
    padding: 0px;
    display:table;
}
#bookmarked .BoxDiv .CssTd:nth-of-type(1),#registeredEvent .BoxDiv .CssTd:nth-of-type(1) {
    width: 55px;
    line-height: 1;
    /*border-right: 1px solid #dddddd;*/
    vertical-align: middle;
    letter-spacing: 0px;
}
#bookmarked .BoxDiv .CssTd:nth-of-type(2) ,#registeredEvent .BoxDiv .CssTd:nth-of-type(2){
    padding-left: 12px;
    padding-right: 12px;
    color: #6f6f6f;
    padding-top: 0px;
}
#registeredEvent .BoxDiv .CssTd:nth-of-type(1),#registeredEvent .BoxDiv .CssTd:nth-of-type(2) {
    width: 50%;
}
#registeredEvent .BoxDiv .CssTd:nth-of-type(2){
    vertical-align: middle;
}
#bookmarked .BoxDiv .CssTd>div {
    line-height: 1;
}
#bookmarked .BoxDiv .Week {
   text-transform: uppercase;
    font-size: 18px;
    color: #b39751;
    text-align: center;
    /* padding-bottom: 8px; */
    letter-spacing: 1px;
}
#bookmarked .BoxDiv .Month {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    color: #b39751;
}
#bookmarked .BoxDiv .Month hr {
    width: 30%;
    border-color: #b39751;
    border-bottom: 1px;
}
#bookmarked .BoxDiv .Day {
    color: #b39751;
    font-size: 30px;
    text-align: center;
    /* padding-bottom: 1px; */
    letter-spacing: 1px;
}
#bookmarked .view {
    
    position: absolute;
    bottom: 10px;
    right: 0px;
}

#bookmarked  #btn_view {
    vertical-align: middle;
    height: 30px;
    background-color: #ffffffe3;
    padding: 0px 10px;
    float: right;
}
#bookmarked #btn_view:before {

    width: 30px;
    height: 18px;
    
}
#bookmarked  #btn_view span.count {
    background-color: #ffffff00;
    color: #b49d6e;
    font-size: 14px;
    vertical-align: middle;
    padding: 0px 0px;
    line-height: 30px;
}
#bookmarked .BoxDiv h3 {
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 7px;
    letter-spacing: 1px;
    height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

#bookmarked .BoxDiv .CssTd:nth-of-type(2) span {
    padding: 0px 15px;
    color: #aaaaaa;
}
#bookmarked .BoxDiv .CssTd {
    padding: 3px 0 0 0;
}
#bookmarked .CssTd,#registeredEvent .CssTd {
    display: table-cell;
}
#bookmarked  .CssTr ,#registeredEvent  .CssTr{
    display: table-row;
}

#bookmarked  .CssTable {
    display: table;
}
#registeredEvent .CssTr {
    width: 100%;
}
#bookmarked  .FindDiv, #registeredEvent .FindDiv{
    max-width: 1100px;
    width: 96%;
    margin: 0 auto 40px auto;
    padding: 20px 50px;
}
#bookmarked .upper_part,#registeredEvent .upper_part{
    background-image: url(/cclub/event_header-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 700px;
    display: flex;
    align-items: flex-end;
    background-position: center;
}
#registeredEvent .upper_part{
    background-image: url(/cclub/event_header-02.jpg);
    }
#bookmarked h4 {
 	float: right;
    color: #b39751;
}
#registeredEvent .Header a:link {
    color: #b39751;
}
#registeredEvent h4{
	display: inline-block;
	color: #b39751;
}
#registeredEvent h4.active,#registeredEvent .Header a:hover h4{
    border-bottom: 3px solid #b39751;
}
.Header {
    float: right;
    display: inline-block;
    color: #b39751;
    font-size: 30px;
}
#bookmarked .lower_part ,#registeredEvent .lower_part{
    background-image: url(/cclub/event_bg.jpg);
    min-height: 600px;
    background-repeat: repeat-y;
        background-size: 100%;
  
}
#bookmarked a.BoxDiv.emptyBox {
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0%), 0 6px 10px 0 rgb(0 0 0 / 0%);
    background-color: #fff0;
    cursor: default;
}
#bookmarked .cal_up {
    text-align: center;
    padding: 10px;
}
#bookmarked .info {
    text-align: center;
    color: #b39751;
}

#registeredEvent td {
    vertical-align: top;
}
#registeredEvent table {
    width: 100%;
    font-size: 15px;
    line-height: 1.8;
}
#registeredEvent .event_title {    
    font-size: 20px;
    color: #b39751; 
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
  .pregnancyTimeline .tlSlide {
    width: 110px;
  }
 

}

@media screen and (max-width: 999px)
{
	#registeredEvent .FlexDiv2 {
		padding: 0px 10px 30px;
	}
	.week_info_section span.week_txt {
    	font-size: 70px;
  
	}

	form#register h2.header , form#profile h2.header, form#changePassword h2.header  {
    	padding: 20px 0px 0px 0px;
    
	}
	.register-body ,profile-body,.photo-list-body{
    
        background-size: inherit;
	}
	#User #register .col-left, #profile .col-left, #changePassword .col-left {
    	flex: 0 0 100%;
   		 max-width: 100%;
   		 padding-right: 0px;
    	padding-left: 0px;
	}
	#User #register .col-right, #profile .col-right, #changePassword .col-right {
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	#User .registerContent, .profileContent {
    padding: 50px 5px 60px 5px;
	}
	.loginArea{
		width:100%;
	}
	.loginContent {
    padding: 5%;
	}
	span.photo-container {
	height: 300px;
   	 max-width: 100%;
	}
	.photo-list-body {
     padding: 10px;
	}
	.photo-list-container {

    padding: 0px;
  
	}
	.week_video_container {
		width: 100%;
   
	}
	.week_video_container p, 	.week_video_container h4{
   	 padding: 0px 10px;
	}
	.cclub_main {
		top: 200px;
	}
	.week_info_section {
		width: 200px;
		height: 200px;
		margin-left: -70px;
	   top: 400px;
	}
	.week_intro_container {
		top: 100px;
	}
	.adv_item {
	    flex-flow: column nowrap;
	}
	.adv_left {
		width:100%;
	}
	.adv_right {
    	
    	width: 100%;
	}
	.inform_left, .inform_right{
    width: 100%;
	}
	.inform_item{
		flex-flow: column-reverse nowrap;
	}
	.inform_item:nth-child(even){
		flex-flow: column-reverse nowrap;
	}
	.information_container {
     padding: 10px 0px; 
    
	}
	#bookmarked .FlexDiv2 {
    padding: 0 20px;
	}
	#bookmarked .BoxDiv {
    margin-top: 40px;
    width: 48%;
    min-width: 48%;
	}
}

@media screen and (max-width:641px)
{

	#registeredEvent .CssTr {
		display: flex;
		flex-wrap: wrap;
	}
	#registeredEvent .CssTd {
		flex: 0 0 100%;
	}
	#registeredEvent .event_title {
    
    padding: 15px;
	}
	#registeredEvent table {
   
    padding: 15px;
	}
 #bookmarked .upper_part {
  	min-height:400px;
  }
#bookmarked .BoxDiv {
    width: 100%;
}	
.cclub_main {
    top: 130px;
}
.week_info_section span.week_txt {
    font-size: 60px;
    line-height: 50px;
}
span.other_txt {
    font-size: 15px;
}
.week_info_section {
    width: 150px;
    height: 150px;
    margin-left: -70px;
    top: 200px;
}


.banner_bar {
       top: 400px;
    margin-top: -300px;
  
}
.prag_header {

    height: 300px;
}
.formContainer {
    padding: 10px;
}
.kitContent form {
    width: 100%;
    /* min-width: 300px; */
    margin: 10px auto;
}
.formArea {
margin: 50px 10px;
}

.week_intro_container {
    top: 100px;
}
.upload_section {
    height: 250px;
}
img.upload_icon {
    width: 100px;
    top: 48%;
    margin-top: -50px;
}
}

@media screen and (max-width: 426px){

.cclub_main {
    top: 100px;
}
.prag_header {
   height: 230px;
   min-width: 320px;
}
span.other_txt {
    font-size: 12px;
    line-height: 10px;
}
.week_info_section span.week_txt {
    font-size: 40px;
    line-height: 40px;
}
.week_info_section {
    width: 125px;
    height: 125px;
    margin-left: -50px;
    top: 150px;
    }
    .week_info_section hr {
    
    width: 70px;
	   
	}


}

