@charset "utf-8";
/* CSS Document */

body{
	 background: #FFF;

}
/* Search Bar */

/* Search*/
.sw {
  float: left;
  width: 100%;
  height: 60px;

   background: #FEAC5E;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #4BC0C8, #C779D0, #FEAC5E);  /* Chrome 10-25, Safari 5.1-6 */
background:#6033B4; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  padding: 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sw form {
  float: left;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sw a.logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 1;
          order: 1;
  width: auto;
  height: 100%;
  margin-right: 10px;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.sw a.logo img {
  max-width: 100%;
  width: 220px;
  padding: 3px 10px;
    float: right;
}
input[type=search].search {
	background: rgba(229,217,217,0);
    box-sizing: border-box;
    border-radius: 30px;
	border: 1px #fff solid;
    font-size: 16px;
	color: #fff;
    height: 35px;
	margin: 0px 15px 0 10px;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
.sw .search {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  outline: none;
 color: #fff;
  background: rgba(229,217,217,0);
  box-sizing: border-box;
  border-radius: 30px;
  border: 1px #fff solid;
  padding: 10px;
  font-family: 'Roboto', sans-serif;
  height: 35px;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  -webkit-appearance: none;
}
.sw input[type=search].search:focus {
  color: #fff;
  background: rgba(255,255,255,0);
  box-sizing: border-box;
  border-radius: 30px;
  height: 35px;
  margin: 0px 5px 0 6px;
  border: 1px #fff solid;
  padding: 10px 15px;
}
.sw .search:focus + .go {
  height: 35px;
  margin-right: 5px;
  max-width: 80px;
  opacity: 1;
  border-radius: 30px;
  color: #FFF;
}
.sw .search:focus + .go + a.logo {
  visibility: hidden;
  opacity: 0;
  max-width: 0px;
  margin-right: 0;
}
.sw .search:focus + .go + a.logo + .button-collapse{
  visibility: hidden;
  opacity: 0;
  display: none;
  max-width: 0px;
  margin-right: 0;
}
.sw .search:focus + .go + a.logo + .back-btn{
  visibility: hidden;
  opacity: 0;
  display: none;
  max-width: 0px;
  margin-right: 0;
}


.sw .go {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
    text-align: center;
	opacity: 0;
  margin-right: -65px;
  display: inline-block;
  border: 1px #fff solid;
  border-radius: 30px;
  padding: 0px 25px 0px 20px;
	background: rgba(0,0,0,00);
  color: #FFF;
  height: 30px;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  outline: none;
}
/* End Search */
/* Menu Button */
.button-collapse{
	order: 0;
}
.back-btn{
	order: 0;
	width: 80px;
	padding: 0px 30px 0px 15px;
}
/* End Menu button */
@media screen and (min-width: 720px) {
    .sw {
  height: 74px;
}
	.sw .go {
  padding: 0px 25px 0px 20px;
}

}
@media screen and (max-width: 720px) {
	.sw .go i{
		margin-top: -12px;
	    font-size: 20px;
}

}
/* End Search Bar */
/* start home page cards */
.maincard{
	margin-top: 40px;
}
.cards{
  position: relative;
  -webkit-transition:0.6s;
  transition: 0.6s;
  max-height: 250px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

figure{
 
  color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
	margin: 0px;
  text-align: center;
  cursor: pointer;
  -webkit-transition:0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  box-shadow: 0 1px 5px rgba(0,0,0,0.9);
}


figure img{
  position: relative;
  display: block;
  max-height: 250px;
  width: 100%;
  opacity: 0.7;
}

figure .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  padding: 2em;
}

.caption{
  font-size: 1.25em;
}

.front .caption:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
}
.cards figure.style1 > .caption:before {
   background: #3494E6;
   background: -webkit-linear-gradient(to right bottom , rgba(52,148,230,.4) 0%, rgba(236,110,173,.8)100%); 
   background: rgba(254,97,78,.7);
}
.cards figure.style2 > .caption:before {
   background: -webkit-linear-gradient(to right bottom , rgba(221,32,95,.6) 0%, rgba(247,157,0,.6)100%); 
   background: rgba(96,51,180,.7) 
}
.cards figure.style3 > .caption:before {
   background: -webkit-linear-gradient(to right bottom , rgba(247,157,0,.6) 0%, rgba(100,243,140,.8)100%); 
   
	 background: rgba(206,30,113,.7);
}
.cards figure.style4 > .caption:before {
   background: -webkit-linear-gradient(to right bottom , rgba(69,162,71,.6) 0%, rgba(97,144,232,.8)100%); 
   background: rgba(109,183,70,.8);
}
.cards figure.style5 > .caption:before {
   background: -webkit-linear-gradient(to right bottom , rgba(34,193,195,.6) 0%, rgba(243,144,79,.8)100%); 
	background: rgba(249,178,36,.8);

}
.cards figure.style6 > .caption:before {
   background: -webkit-linear-gradient(to right bottom , rgba(221,205,119,.6) 0%, rgba(98,5,170,.8)100%); 
  background: rgba(0,134,252,.7);
}
.cards figure.style6  h2 {
	font-family: 'Flavors', cursive;
}
.cards figure.style6  span {
	font-family: 'Flavors', cursive;
}
.cards figure.style5  h2 {
font-family: 'Sirin Stencil', cursive;
}
.cards figure.style5  span {
font-family: 'Sirin Stencil', cursive;
}
.cards figure.style4  h2 {
font-family: 'Faster One', cursive;
}
.cards figure.style4  span {
font-family: 'Faster One', cursive;
	font-weight: normal;
}
.cards figure.style3  h2 {
font-family: 'Finger Paint', cursive;
}
.cards figure.style3  span {
font-family: 'Finger Paint', cursive;
}
.cards figure.style2  h2 {
font-family: 'Rye', cursive;
}
.cards figure.style2  span {
font-family: 'Rye', cursive;
}
.cards figure.style1  h2 {
font-family: 'Bungee Shade', cursive;
}
.cards figure.style1  span {
font-family: 'Bungee Shade', cursive;
}

/*
font-family: 'Faster One', cursive;
font-family: 'Bungee Shade', cursive;
font-family: 'Rye', cursive;
font-family: 'Finger Paint', cursive;
font-family: 'Creepster', cursive;
font-family: 'Monofett', cursive;
font-family: 'Sirin Stencil', cursive;
font-family: 'Flavors', cursive;
*/
.front .caption:before{
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}
.front h2{
  word-spacing: -0.15em;
 
  font-size: 2.4em;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  font-family: 'Bungee Shade', cursive;
}

.front h2 span {
  font-weight: bold;
  font-family: 'Finger Paint', cursive;
}

.front h2:after{
  position: absolute;
  bottom: -10px;
  left: 70px;
  right: 70px;
  height: 2px;
  background: #fff;
  content: '';
}

.front h2 {
  color: #fff;
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
  transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

.front h2:after {
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}

.front p {
  letter-spacing: 1px;
  font-size: 68.5%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
}

.front p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}

.front a{
  white-space: nowrap;
  font-size: 15px;
  opacity: 1;
  top: 0;
  left: 0;
}
/* end home page cards */
.maindata{
    margin-bottom: 0px;
}
.mainvideo{
	margin-top: 5px;
}

.myclr{
 padding: 8px 30px;
 border-radius: 30px;
 background: rgba(211,34,160,1.00);

}
.myclr i{
	color: #fff;
	font-size: 18px;
	padding-top: 4px;
}
.bottom-fixed-btn {
    position: fixed;
    right: 11px;
    bottom: 11px;
    margin-bottom: 0;
    z-index: 997;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}


.collectionprofile {
  overflow: hidden;
  position: relative;
}

.collectionprofile .collectionprofile-item {
  background: #c0392b; 
  background:rgba(48,229,202,0);	
  line-height: 1.5rem;
  padding: 8px 20px;
  width: 100%;
  margin-bottom: 2px;
  overflow: hidden;
    
}

.collectionprofile .collectionprofile-item.avatars {
  min-height: 84px;
  position: relative;
}

.collectionprofile .collectionprofile-item.avatars:not(.circle-clipper) > .circle,
.collectionprofile .collectionprofile-item.avatars :not(.circle-clipper) > .circle {
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin-left: 40%;
  margin-top: 5px;
  display: inline-block;
  vertical-align: middle;
}

.collectionprofile .collectionprofile-item.avatars i.circle {
  font-size: 16px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

.collectionprofile .collectionprofile-itemprofile.avatar span.title {
  font-size: 16px !important;
  color: #fff;
	max-width: 10px !important;
  padding-left: 20px;
  margin-top: 5px;
	
  letter-spacing: 1px; 
}

.collectionprofile .collectionprofile-item.avatars p {
  margin: 0;
  padding-left: 20px;
  font-size: 13px;
  text-align: center;
  font-family: 'Kanit', sans-serif;
  color: #EFE7E8;
  text-transform: uppercase;letter-spacing: 1px;
}

.collectionprofile .collectionprofile-item.avatars .secondary-content {
  position: absolute;
  top: 16px;
  margin-top: 18px;
  right: 16px;
}

.collectionprofile .collectionprofile-item:last-child {
  border-bottom: none;
}

.collectionprofile .collectionprofile-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}

.collectionprofile .collectionprofile-item.active .secondary-content {
  color: #fff;
}

.collectionprofile a.collectionprofile-item {
  display: block;
  -webkit-transition: .25s;
  transition: .25s;
  color: #26a69a;
}

.collectionprofile a.collectionprofile-item:not(.active):hover {
  background-color: #ddd;
}

.collectionprofile.with-header .collectionprofile-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.collectionprofile.with-header .collectionprofile-item {
  padding-left: 30px;
}

.collectionprofile.with-header .collectionprofile-item.avatars {
  padding-left: 72px;
}

.secondary-content {
  float: right;
  color: #fff;
}
.secondary-content i{
	font-size: 14px;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 7px 20px;
  color: #fff;
}

.collapsible .collectionprofile {
  margin: 0;
  border: none;
}

.tabs1 {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

.tabs1.tabs1-transparent {
  background-color: transparent;
}

.tabs1.tabs1-transparent .tab a,
.tabs1.tabs1-transparent .tab.disabled a,
.tabs1.tabs1-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.tabs1.tabs1-transparent .tab a:hover,
.tabs1.tabs1-transparent .tab a.active {
  color: #fff;
}

.tabs1.tabs1-transparent .indicator {
  background-color: #fff;
}

.tabs1.tabs1-fixed-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs1.tabs1-fixed-width .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tabs1 .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  margin: 0;
  text-transform: uppercase;
}

.tabs1 .tab a {
  color: rgba(238, 110, 115, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color .28s ease;
  transition: color .28s ease;
}

.tabs1 .tab a:hover, .tabs1 .tab a.active {
  background-color: transparent;
  color: #ee6e73;
}

.tabs1 .tab.disabled a,
.tabs1 .tab.disabled a:hover {
  color: rgba(238, 110, 115, 0.7);
  cursor: default;
}

.tabs1 .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left, right;
}

@media only screen and (max-width: 992px) {
  .tabs1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs1 .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .tabs1 .tab a {
    padding: 0 12px;
  }
}

/* video plyr */
.video-container {
    position: relative !important;
    padding-bottom: 56.25% !important; /* 16:9 */
    padding-top: 30px !important; /* size of chrome */
    height: 0 !important; 
    height: 600px !important;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute !important;
    top: -58px !important;
    left: 0 !important;
    width: 100% !important;
    height: 350px !important;
}

#container {
  height: 200px;
  width: 99%;
  margin: 2px auto;
  text-align: left;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  vertical-align:middle;
}
#container a {
  display: inline-block;
  width: 161px;
  height: 130px;
  margin: 0.5em;
  padding: 3px;
  text-align: center;
}
#container a img{
  display: inline-block;
  width: 160px;
  height: 110px;
  margin: 0.5em;
  padding: 3px;
  text-align: center;
}


/*video cards*/
.cardclr{
	background: rgba(255,255,255,.8);
	min-height: 700px;
	padding-bottom: 20px;
}
.cardclr .row{
	margin-bottom: 0px;
}
.cardclrs{
	background: rgba(255,255,255,.8);
	min-height: 450px;
	padding-bottom: 20px;

}
.cardclrs .row{
	margin-bottom: 0px;
}
img.cardimg {
  height: auto;
  vertical-align: bottom;
    margin: -10% 0;
    width: 100%;
}
.recipe-card {
  background: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,0.6);
  margin: 1.5em 0 0 0;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.recipe-card aside {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.recipe-card aside .button {
  display: inline-block;
  position: absolute;
  top: 55.5%;
  right: 3%;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 35px;
  text-align: center;
}
.recipe-card aside .button i {
  vertical-align: middle;
	color: #57abf2;
	opacity: .8;
	font-size: 40px;
}
.recipe-card article {
  padding: .8em 1em;
	min-height: 120px;
}
.recipe-card article ul {
  list-style: none;
  margin: .5em 0 0;
  padding: 0;
}
.recipe-card article ul li {
  display: inline-block;
  margin-left: 1em;
  line-height: 1em;
}
.recipe-card article ul li:first-child {
  margin-left: 0;
}
.recipe-card article ul li:nth-of-type(3) {
  margin-left: 0;
}
.recipe-card article ul li .icon {
  vertical-align: bottom;
}
.recipe-card article ul li i {
  font-size: .8em;
  color: #838689;
}
.recipe-card article ul li span:nth-of-type(1) {
  margin-left: .2em;
  font-size: .6em;
  font-family: 'Kanit', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
  color: #838689;
}
.recipe-card article ul li span a:nth-of-type(1) {
  color: #57abf2;
}

.recipe-card article h2, .recipe-card article h3 {
  margin: 0;
  font-weight: 300;
}
.recipe-card article h2 {
  font-size: 12px;
  padding-top: 3px;
  line-height: 16px;
  text-align: justify;
  font-family: 'Kanit', sans-serif;
  letter-spacing: 0px;
  color: #222222;
}
.recipe-card article p {
  margin: 1.25em 0;
  font-size: 0.8125em;
  font-weight: 400;
  color: #222222;
}
.recipe-card article p span {
  font-weight: 700;
  color: #000000;
}
.recipe-card article .ingredients {
  margin: 2em 0 0.5em;
}
.morevdo{
	margin-top: 20px;
}
#swipe-1{
	animation:  fadeIn 1s;
}
#swipe-2{
	animation:  fadeIn 1s;
}
.collapsible-body{
    padding: 0rem!important;
}
.collection .collection-item {
    background-color: #eef7ff!important;
}
.playlist{
    margin-bottom: 0px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.playlist div .play-button {
    display: inline-block;
    position: absolute;
    top: 39.5%;
    left: 14%;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 35px;
    text-align: center;
}
.playlist div .play-button i {
    vertical-align: middle;
    color: #f61e1e;
    opacity: .8;
    font-size: 25px;
}
.playlist div img{
    margin-top: 5px;
    margin-bottom: 5px;
}
.playlist div p.title a{

    color: #000!important;
}
.playlist div p.title{
    margin-top: 5px;
    margin-bottom: 0px;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 400px;
    height: 40.2px;
    /* Fallback for non-webkit */
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.playlist div p.play-time {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 0.9em;
    color: #024a93;
}
.playlist div p.play-time i{
    font-size: 0.8em;
    color: #024a93;
}
.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .3rem;
    min-height: 1px;
}
blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #6033B4;
}
.collapsible-header {
    background-color: transparent!important;
}
.collapsible li:nth-child(-n+1){
    background-color: #fff !important;
}
.collapsible li:nth-child(odd){
    background-color: #CACA00;
}
.collapsible li:nth-child(even){
    background-color: #FD5200;
    color: #fff!important;
}
.collapsible li a{
    color: #fff;
}
span.badge.new {
    font-weight: 600;
    font-size:1rem;
    color: #fff;
    background-color: #6033B4;
   
}



