.facebook-card .card-header {
  display: block;
  padding: 10px;
}
.facebook-card .facebook-avatar {
  float: left;
}
.facebook-card .facebook-name {
  margin-left: 44px;
  font-size: 14px;
  font-weight: 500;
}
.facebook-card .facebook-date {
  margin-left: 44px;
  font-size: 10px;
  color: #8e8e93;
}
.facebook-card .card-footer {
  background: #FFFFFF;
}
.facebook-card .card-footer a {
  color: #81848b;
  font-weight: 500;
}
.facebook-card .card-content img {
  display: block;
}
.facebook-card .card-content-inner {
  padding: 15px 10px;
}
.facebook-card .card-content-inner .likes {
  color: #8e8e93;
}
.facebook-card .card-content-inner p {
margin-bottom: -10px;
}
.infinite-scroll-preloader {
  margin-top:-20px;
  margin-bottom: 10px;
  text-align: center;
}
.infinite-scroll-preloader .preloader {
  width:34px;
  height:34px;
}
.facebook-avatar {
  float: left;
}
.facebook-name {
  margin-left: 44px;
  font-size: 14px;
  font-weight: 500;
}
.facebook-date {
  margin-left: 44px;
  font-size: 13px;
  color: #8e8e93;
}
.facebook-bookmark {
	float: right;
  }

div.scrollmenu {
    background-color: #f7f7f8;
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: #0a0a0a;
    text-align: center;
    padding: 12px;
    text-decoration: none;
}

.currentsub {
    background-color: red;
    color: #ffffff !important;
}

.block {
	margin: 0;
	padding: 0 20px;
	color: #8A8A8F;
}

.title-container {
	margin: 30px 0 10px;
}
.title-date {
	color: #8A8A8F;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
.title-with-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.title-with-link a {
	font-size: 17px;
}
.title-with-link button {
	width: auto;
}

.title-medium-container {
	margin-top: 30px;
	position: relative;
}
.title-medium-container:before {
	content: '';
	position: absolute;
	background-color: #c8c7cc;
	display: block;
	z-index: 15;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	height: 1px;
	width: 100%;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.device-pixel-ratio-3 .title-medium-container:before {
	-webkit-transform: scaleY(.33);
	transform: scaleY(.33);
}
.device-pixel-ratio-2 .title-medium-container:before {
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}
.title-medium-container h2 {
	margin: 0;
	font-size: 22px;
	position: relative;
	padding: 10px 0;
}


.post-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.post-list .item-content {
	padding-left: 0;
}
.post-list .item-content .item-inner {
	padding-right: 0;
}
.post-list .item-content .item-media {
	width: 130px;
	height: 120px;
}
.post-list .item-content .item-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.post-list .item-subtitle {
	color: #a6a6ab;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.post-list .item-title {
	margin: 5px 0 6px;
	color: #000;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: pre-wrap;
}
.post-list.long-title .item-title {
	-webkit-line-clamp: 3;
}
.post-list .item-subtitle.bottom-subtitle {
	display: flex;
	align-items: center;
	text-transform: none;
	font-weight: 500;
	font-size: 15px;
}
.post-list .item-subtitle.bottom-subtitle i {
	font-weight: 500;
	font-size: 15px;
	margin-right: 5px;
	color: #a6a6ab;
}
.post-list .item-subtitle.bottom-subtitle img {
	width: 22px;
	border-radius: 11px;
	margin-right: 6px;
}
ul.list.media-list.post-list {
	margin: -8px 0;
}

/************** 4. Cards *************/

.card2 {
	box-shadow: none;
	margin: 0 0 25px 0;
	-webkit-box-shadow: 0px 5px 60px -10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 60px -10px rgba(0, 0, 0, 0.2);
	background-color: transparent;
}
.card2 {
	position: relative;
	width: 100%;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border-radius: 15px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}
.card2-image {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 15px;
}
.card2-scale {
	transform: scale(0.95);
}
.card2-infos {
	z-index: 2;
	padding: 20% 20px 20px 20px;
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.8) 100%, rgba(0,0,0,0.9) 100%);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.card2-title {
	color: #fff;
	margin: 0;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
}
.card2 .chip {
	float: right;
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	display: flex;
	line-height: 23px;
}
.card2 .chip i {
	margin-right: 4px;
	font-size: 16px;
}
.card2-bottom {
	display: flex;
	align-items: center;
	margin-top: 12px;
	justify-content: space-between;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 500;
	font-size: 16px;
}
.card2-author {
	display: flex;
	align-items: center;
}
.card2-author-image {
	height: 30px;
	border-radius: 40px;
	margin-right: 10px;
}
.card2-comments {
	display: flex;
	align-items: center;
	line-height: 0;
}
.card2-comments i {
	margin-right: 5px;
	font-size: 19px;
}
.card2-category {
	color: #b9b9b9;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.card2-image-container {
	height: 250px;
	position: relative;
}
.card2-style-2 {
	height: auto;
	justify-content: normal;
}
.card2-style-2 .card2-image2 {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.card2-style-2 .card2-title2 {
	color: #000;
	font-size: 24px;
	line-height: 30px;
	margin-top: 5px;
}
.card2-style-2 .card2-category2 {
	color: #8A8A8F;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.card2-style-2 .card2-infos2 {
	padding: 17px 20px;
	background-image: none;
}
.card2-style-2 .card2-description2 {
	margin: 8px 0 0px;
	color: #97969c;
	font-size: 15px;
}
.card2.medium {
	height: 220px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.card2.medium .card-image {
	border-radius: 10px;
}
.card2.medium .card-infos {
	padding: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.card2.medium .card-title {
	font-size: 22px;
	line-height: 29px;
}
.card2 .card-date {
	margin-bottom: 5px;
	color: #e0e0e0;
	font-weight: 500;
	font-size: 15px;
	display: flex;
	align-items: center;
}
.card2 .card-date i {
	margin-right: 7px;
	font-size: 17px;
	line-height: 20px;
}
.swiper-container .card {
	height: 370px;
}
.swiper-container .card .card-title {
	font-size: 25px;
	line-height: 32px;
}
.two-columns-cards {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin-bottom: -10px;
}
.two-columns-cards a {
	width: calc(50% - 5px);
	height: 250px;
	margin: 0 0 10px 0;
}
.two-columns-cards .card2, .swiper-container.medium-card2-slider .card2 {
	height: 100%;
	border-radius: 5px;
	box-shadow: 0px 5px 35px -10px rgba(0, 0, 0, 0.2);
}
.two-columns-cards .card2-image, .swiper-container.medium-card2-slider .card2-image {
	border-radius: 5px;
}
.two-columns-cards a:first-child {
	height: 200px;
	margin-top: 0 !important;
}
.two-columns-cards a:nth-child(2n+1) {
	margin-top: -50px;
	margin-right: 10px;
}
.two-columns-cards a:last-child {
	height: 200px;
}
.two-columns-cards .card2-infos, .swiper-container.medium-card2-slider .card2-infos {
	padding: 20% 13px 13px 13px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.two-columns-cards .card2-title, .swiper-container.medium-card2-slider .card2-title {
	font-size: 18px;
	line-height: 23px;
}
.swiper-container.medium-card2-slider .card2 {
	width: 100%;
	height: 160px;
	margin: 0;
	box-shadow: none;
}
.swiper-container.medium-card2-slider.style-2 .card2 {
	height: 140px;
}
.swiper-container.medium-card2-slider.style-2 .card2-infos {
	background: none;
	color: #000;
	padding: 8px 8px 0 0;
	font-weight: 500;
}
.swiper-container.medium-card2-slider.style-2 .card2-infos .card2-title {
	color: #000;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
}
.swiper-container {
	width: 100%;
	height: 100%;
  }
  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }
  .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color:#000;
	opacity: 1;
	background: #8c8c8c;
  }
  .swiper-pagination-bullet-active {
	color:#fff;
	background: #ff0000;
  }
  .hide{
	display: none;
}
.current {
	background: #51ec6b;
}
.examination_listcheck {
text-align: center;
background-color:#4cd964;
line-height:calc(20*(100% - var(--f7-grid-gap) * (var(--f7-cols-per-row) - 1))/ var(--f7-cols-per-row));
height:calc((100% - var(--f7-grid-gap) * (var(--f7-cols-per-row) - 1))/ var(--f7-cols-per-row));
border-style: outset;
}
.examination_listno {
text-align: center;
line-height:calc(20*(100% - var(--f7-grid-gap) * (var(--f7-cols-per-row) - 1))/ var(--f7-cols-per-row));
height:calc((100% - var(--f7-grid-gap) * (var(--f7-cols-per-row) - 1))/ var(--f7-cols-per-row));
border-style: outset;
}
#wordblock {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;

  /* prevent text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


#wordblock li {
  margin: 3px 3px 3px 0;
  padding: 1px;
  width: 40px;
  float: left;
  font-size: 3em;
  text-align: center;
  cursor: pointer;
  font-family: arial;
  background-color: rgb(0,100,155);
  color: white;
}


.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;

    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    display: inline-block;
    font: 32px Arial, sans-serif;
}

.demo-card-header-pic .card-header {
  height: 60vw;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.demo-card-header-pic .card-content-padding .date{
  color: #8e8e93;
}
#detail_challenge .swiper-container{
  height: 250px;
}

.scene {
  width: 200px;
  height: 260px;
  border: 1px solid #CCC;
  margin: 40px 0;
  perspective: 600px;
}

.flashcard {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
}

.flashcard.is-flipped {
  transform: rotateY(180deg);
}

.flashcard__face {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 260px;
  color: black;
  text-align: top;
  /*
  margin-top: -100px;
  font-weight: bold;
  font-size: 40px;
  */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flashcard__face--front {
}

.flashcard__face--back {
  transform: rotateY(180deg);
}
#drawingArea {
	border-style: solid;
  border-width: 9px 12px 12px 9px;
border: 3px solid  #4cd964;
  }
#shirtDiv {
width: 100%;
height: 100%;
 position: relative;
 background-color: rgb(255, 255, 255);
}
#shirtDiv img {
  width: 100%;
  height: 100%;
}
.imgfeed {
object-fit: cover;
}

/************** 12. Author Page *************/

.author .navbar {
	background: transparent;
}
.author .navbar::after {
	display: none;
}
.author .navbar .link.back {
	color: #fff;
}
.oval {
	width: calc(100% + 50px);
	margin-left: -25px;
	margin-top: -100px;
	height: 350px;
	background: #8705f0;
	background: linear-gradient(to bottom right, #ff133e, #fb1bac);
	-moz-border-radius: 100% / 50%;
	-webkit-border-radius: 100% / 50%;
	border-radius: 100% / 50%;
}
.author .author-infos {
	width: 100%;
	margin: 0 auto;
	margin-top: -110px;
	background: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 0px 5px 60px -10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 60px -10px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 25px;
	max-width: 600px;
}
.author .author-avatar {
	width: 100px;
	border-radius: 100px;
	margin-top: -50px;
	border: 5px solid #fff;
}
.author .author-name {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin: 15px 0 4px 0;
}
.author .author-description {
	font-size: 17px;
	font-weight: 500;
	color: #9fa4a9;
}
.navbar .link.back i {
	font-size: 30px;
}
.top-buttons {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 0 8px;
}
.top-buttons a {
	display: block;
	font-size: 17px;
	text-align: center;
	line-height: 44px;
	display: flex;
	align-items: center;
}
.top-buttons a span {
	margin-left: 7px;
}
.top-buttons.white-buttons a {
	color: #fff !important;
}
.top-buttons a:first-child {
	margin-left: 7px;
}
.top-buttons a:nth-child(2) {
	margin-right: 12px;
}
.author .social-buttons {
	margin-top: 25px;
}
.author .social-buttons a {
	padding: 5px 25px;
}
.count-container {
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
	margin-top: 20px;
	background: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 0px 5px 60px -10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 60px -10px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0 17px 0;
}
.count-container .count-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 30%;
}
.count-container .count-block .count-number {
	font-size: 20px;
	font-weight: 600;
	color: green;
}
.count-container .count-block .count-label {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	font-size: 14px;
	font-weight: 600;
	color: #9fa4a9;
}
.author-block {
	display: flex;
	align-items: center;
	background: #f2f2f4;
	padding: 15px 20px;
	position: relative;
	border-radius: 10px;
}
.author-block img {
	width: 55px;
	border-radius: 30px;
}
.author-block .author-infos {
	margin-left: 15px;
}
.author-block .author-name {
	font-size: 18px;
	font-weight: 600;
	color: #ff2e54;
}
.author-block .author-description {
	font-size: 16px;
	color: #8e8e8e;
}
.author-block button {
	width: auto;
	float: right;
	position: absolute;
	right: 20px;
}
.social-buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}



.money_post_text {
text-align: center;
margin-top: 5%;
}
.menutop10{
margin-top: -10%;
}
.menutop20{
margin-top: -20%;
}
.menutop30{
margin-top: -20%;
}

.custom-form {
	background: #f2f2f4;
	padding: 0 5px 0 15px;
	margin: 15px 0;
	border-radius: 8px;
}
input[type=text] {
  padding-top:10px;
}

.circleBase {
    border-radius: 50%;
    width: 20px;
 height: 20px;
  border: 3px solid #ada4a4;
}
.activered {
 border: 3px solid red;
}

.circleBase2 {
    border-radius: 50%;
    width: 15px;
 height: 15px;
  border: 3px solid #ada4a4;
}

.show_cursor {
    cursor: pointer;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





@media (min-width: 1281px) {
.block{
  margin-left: 25%;
  width: 50%;
}
.menutop10{
margin-top: 0px;
}
.menutop20{
margin-top: -5%;
}
.menutop30{
margin-top: -10%;
}
.imgfeed{
margin: 0 auto !important;
display: block !important;
  width: 50% !important;
}
#tshirtFacing{
margin: 0 auto;
display: block;
  width: 50%;
}
#tshirtFacing1{
margin: 0 auto;
display: block;
  width: 50%;
}




}

@media (min-width: 1025px) and (max-width: 1280px) {

  /* CSS */


}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

  /* CSS */
  .block{


  }
  .menutop10{
  margin-top: 0px;
  }
  .menutop20{
  margin-top: -4%;
  }
  .menutop30{
  margin-top: -5%;
  }

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  /* CSS */

}
@media (min-width: 320px) and (max-width: 500px) and (orientation: landscape) {

  /* CSS */
.block-title{
  margin-top: -20px !important;
}

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
.checked{
  background-color: #99dc99;
}
