/* [Master Stylesheet v1.0]

- Template Name: Delicious - Food Blog Template
- Template Author: Colorlib
- Template URL: colorlib.com
- Version: 1.0.0

*/
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/custom-icon.css);
@import url(css/classy-nav.min.css);
@import url(css/nice-select.min.css);
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  line-height: 1.3;
  font-weight: 600; }

p {
	color: #333333;
	font-size: 14px;
	line-height: 2;
	font-weight: 400;
}

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  color: #474747; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

/* Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* Height */
.height-50 {
  height: 50px !important; }
   
.height-100 {
  height: 100px !important; }
  
 .height-200 {
  height: 200px !important; }
  
  .height-300 {
  height: 300px !important; }
  
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* Section Padding */
.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

/* Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  text-align: center; }
  .section-heading h3 {
    font-size: 30px;
    margin-bottom: 0; }
  .section-heading.text-left {
    text-align: left !important; }
  .section-heading.white h3 {
    color: #ffffff; }

/* Preloader */
#preloader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000; }
  #preloader img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10; }
  #preloader .circle-preloader {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #ccc;
    border-bottom-color: #fecc00;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: spin 2s infinite linear; }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(10, 12, 18, 0.55);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  padding-right: 0;
  width: 30px;
  height: 30px;
  background-color: #008dd2;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }
  @media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }

input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent; }

.nice-select {
  border: none;
  background-color: #f3f5f8;
  border-radius: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #2f2f2f; }
  .nice-select span {
    color: #2f2f2f; }
  .nice-select::after {
    right: 20px; }
  .nice-select .list {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0;
    width: 100%; }

/* ScrollUp */
#scrollUp {
  background-color: #008dd2;
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 38px;
  right: 60px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #141414; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px; } }

/* Button */
.delicious-btn {
  display: inline-block;
  min-width: 160px;
  height: 60px;
  color: #ffffff;
  border: none;
  border-left: 3px solid #fecc00;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #008dd2; }
  .delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #fecc00;
    border-color: #008dd2; }
  .delicious-btn.btn-2 {
    background-color: #fecc00;
    border-color: #008dd2; }
    .delicious-btn.btn-2.active, .delicious-btn.btn-2:hover, .delicious-btn.btn-2:focus {
      background-color: #008dd2;
      border-color: #fecc00; }
  .delicious-btn.btn-3 {
    background-color: #474747;
    border-color: #fecc00; }
    .delicious-btn.btn-3.active, .delicious-btn.btn-3:hover, .delicious-btn.btn-3:focus {
      background-color: #008dd2;
      border-color: #fecc00; }
  .delicious-btn.btn-4 {
    background-color: transparent;
    border: 3px solid #008dd2;
    line-height: 53px;
    color: #008dd2; }
    @media only screen and (max-width: 767px) {
      .delicious-btn.btn-4 {
        height: 40px;
        line-height: 33px; } }
    .delicious-btn.btn-4.active, .delicious-btn.btn-4:hover, .delicious-btn.btn-4:focus {
      line-height: 53px;
      color: #ffffff;
      background-color: #008dd2; }
      @media only screen and (max-width: 767px) {
        .delicious-btn.btn-4.active, .delicious-btn.btn-4:hover, .delicious-btn.btn-4:focus {
          height: 40px;
          line-height: 33px; } }
  @media only screen and (max-width: 767px) {
    .delicious-btn {
      height: 40px;
      line-height: 39px; } }

/* :: 4.0 Search Wrapper */
.search-wrapper {
  width: 100%;
  height: 70px;
  position: fixed;
  z-index: 200;
  top: -80px;
  left: 0;
  background-color: #008dd2;
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms; }
  .search-wrapper form {
    position: relative;
    z-index: 1; }
    .search-wrapper form input {
      width: 90%;
      height: 40px;
      border: 2px solid #ffffff;
      font-size: 12px;
      font-style: italic;
      padding: 0 20px;
      margin: 15px 0; }
      @media only screen and (max-width: 767px) {
        .search-wrapper form input {
          width: 80%; } }
    .search-wrapper form button {
      position: absolute;
      width: 60px;
      height: 40px;
      z-index: 1;
      top: 15px;
      border: none;
      right: 10%;
      cursor: pointer;
      outline: none; }
      @media only screen and (max-width: 767px) {
        .search-wrapper form button {
          right: 20%; } }
  .search-wrapper .close-btn {
    position: absolute;
    width: 70px;
    height: 100%;
    background-color: #000000;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    line-height: 70px;
    font-size: 12px;
    right: 0;
    top: 0;
    z-index: 100; }
  .search-wrapper.on {
    top: 0; }

/* :: 5.0 Header Area CSS */
.header-area {
  position: relative;
  z-index: 100;
  width: 100%; }
  .header-area .top-header-area {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border-bottom: 1px solid #dddee9; }
    @media only screen and (max-width: 767px) {
      .header-area .top-header-area {
        height: 70px; } }
    .header-area .top-header-area .breaking-news {
      position: relative;
      z-index: 1; }
      .header-area .top-header-area .breaking-news .ticker {
        width: 100%;
        text-align: left;
        position: relative;
        overflow: hidden; }
        .header-area .top-header-area .breaking-news .ticker ul {
          width: 100%;
          position: relative;
          z-index: 1; }
          .header-area .top-header-area .breaking-news .ticker ul li {
            display: none;
            width: 100%; }
            .header-area .top-header-area .breaking-news .ticker ul li a {
              font-size: 14px;
              color: #b6b6b6;
              font-style: italic; }
              .header-area .top-header-area .breaking-news .ticker ul li a:hover, .header-area .top-header-area .breaking-news .ticker ul li a:focus {
                color: #008dd2; }
    .header-area .top-header-area .top-social-info a {
      display: inline-block;
      color: #b6b6b6;
      font-size: 13px;
      margin-right: 30px; }
      .header-area .top-header-area .top-social-info a:last-child {
        margin-right: 0; }
      .header-area .top-header-area .top-social-info a:hover, .header-area .top-header-area .top-social-info a:focus, .header-area .top-header-area .top-social-info a.active {
        color: #008dd2; }
  .header-area .delicious-main-menu {
    position: relative;
    width: 100%;
    z-index: 100;
    height: 145px; }
    @media only screen and (max-width: 767px) {
      .header-area .delicious-main-menu {
        height: 80px; } }
    .header-area .delicious-main-menu .classy-nav-container {
      background-color: transparent; }
    .header-area .delicious-main-menu .classy-navbar {
      height: 145px;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .header-area .delicious-main-menu .classy-navbar {
          height: 80px; } }
      .header-area .delicious-main-menu .classy-navbar .classynav ul li a {
        font-weight: 600; }
        .header-area .delicious-main-menu .classy-navbar .classynav ul li a:hover, .header-area .delicious-main-menu .classy-navbar .classynav ul li a:focus {
          font-weight: 600; }
      .header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a {
        text-transform: uppercase;
        padding: 12px 18px 11px;
        background-color: transparent;
        border-bottom: 3px solid transparent;
        line-height: 1;
        color: #474747;
        font-weight: 600; }
        .header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a:hover, .header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a:focus {
          font-size: 14px;
          color: #ffffff;
          background-color: #008dd2;
          border-bottom: 3px solid #fecc00; }
          .header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a:hover::after, .header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a:focus::after {
            color: #ffffff; }
      .header-area .delicious-main-menu .classy-navbar .classynav > ul > li.active > a {
        color: #ffffff;
        background-color: #008dd2;
        border-bottom: 3px solid #fecc00; }
        .header-area .delicious-main-menu .classy-navbar .classynav > ul > li.active > a::after {
          color: #ffffff; }
    .header-area .delicious-main-menu .classynav .search-btn {
      color: #b6b6b6;
      margin-left: 20px;
      cursor: pointer;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .header-area .delicious-main-menu .classynav .search-btn i {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms; }
      .header-area .delicious-main-menu .classynav .search-btn:hover i, .header-area .delicious-main-menu .classynav .search-btn:focus i {
        color: #008dd2; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .delicious-main-menu .classynav .search-btn {
          margin-left: 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .delicious-main-menu .classynav .search-btn {
          margin-left: 20px;
          margin-top: 30px; } }
      @media only screen and (max-width: 767px) {
        .header-area .delicious-main-menu .classynav .search-btn {
          margin-left: 20px;
          margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .header-area .nav-brand img {
      max-width: 75px; } }

/* :: 6.0 Welcome Area CSS */
.hero-area {
  position: relative;
  z-index: 1;
  margin-left: 4%;
  margin-right: 4%; }
.hero-area-cell {
	position: relative;
	  z-index: 1;
	  margin-left: 4%;
	  margin-right: 4%;
	  display:none!important;}

.hero-slides {
  position: relative;
  z-index: 1; }
  .hero-slides .single-hero-slide {
    width: 100%;
    height: 820px;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-slides .single-hero-slide {
        height: 650px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slides .single-hero-slide {
        height: 650px; } }
    @media only screen and (max-width: 767px) {
      .hero-slides .single-hero-slide {
        height: 250px; } }
    .hero-slides .single-hero-slide .hero-slides-content {
      position: relative;
      z-index: 1;
      padding: 60px 50px;
      border-left: 3px solid #008dd2;
      background-color: rgba(24, 24, 24, 0.54); }
      @media only screen and (max-width: 767px) {
		 .hero-area {display:none!important;}
		 .hero-area-cell {display:block!important;}
        .hero-slides .single-hero-slide .hero-slides-content {
          padding: 30px 20px; } }
      .hero-slides .single-hero-slide .hero-slides-content h2 {
        font-size: 30px;
        color: #ffffff;
        margin-bottom: 30px;
        font-weight: 600; }
        @media only screen and (max-width: 767px) {
          .hero-slides .single-hero-slide .hero-slides-content h2 {
            font-size: 24px; } }
      .hero-slides .single-hero-slide .hero-slides-content p {
        font-size: 16px;
        margin-bottom: 50px;
        color: #ffffff; }
  .hero-slides .owl-prev,
  .hero-slides .owl-next {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    top: 50%;
    margin-top: -20px;
    left: 4%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-bottom: 3px solid #fecc00; }
    @media only screen and (max-width: 767px) {
      .hero-slides .owl-prev,
      .hero-slides .owl-next {
        font-size: 13px; } }
  .hero-slides .owl-next {
    left: auto;
    right: 4%; }
  .hero-slides:hover .owl-prev, .hero-slides:hover .owl-next {
    opacity: 1;
    visibility: visible; }
  .hero-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 50px;
    z-index: 10;
    width: 80%;
    left: 17%; }
    .hero-slides .owl-dots .owl-dot {
      font-size: 16px;
      font-weight: 600;
      color: #ffffff;
      margin-right: 10px; }
      .hero-slides .owl-dots .owl-dot.active {
        color: #fecc00; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breakpoint-on .classynav ul li.cn-dropdown-item > a::after,
  .breakpoint-on .classynav ul li.megamenu-item > a::after {
    top: 10px; } }
@media only screen and (max-width: 767px) {
  .breakpoint-on .classynav ul li.cn-dropdown-item > a::after,
  .breakpoint-on .classynav ul li.megamenu-item > a::after {
    top: 10px; } }

/* :: 7.0 Top Catagory Area */
.single-top-catagory {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow: hidden; }
  .single-top-catagory img {
    width: 100%; }
  .single-top-catagory::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(to right, #000, rgba(0, 0, 0, 0.1));
    background: linear-gradient(to right, #000, rgba(0, 0, 0, 0.1)); }
  .single-top-catagory .top-cta-content {
    position: absolute;
    top: 50%;
    left: 40px;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10; }
    .single-top-catagory .top-cta-content h3 {
      font-size: 30px;
      color: #ffffff;
      font-weight: 600;
      margin-bottom: 5px; }
      @media only screen and (max-width: 767px) {
        .single-top-catagory .top-cta-content h3 {
          font-size: 18px; } }
    .single-top-catagory .top-cta-content h6 {
      color: #ffffff;
      margin-bottom: 30px;
      display: block;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .single-top-catagory .top-cta-content h6 {
          margin-bottom: 10px; } }

/* :: 8.0 Best Receipe Area */
.best-receipe-area {
  position: relative;
  z-index: 1;
  padding-bottom: 50px; }

.single-best-receipe-area {
  position: relative;
  z-index: 1; }
  .single-best-receipe-area img {
    border-bottom: 3px solid #008dd2; }
  .single-best-receipe-area .receipe-content {
    padding-top: 30px;
    text-align: center; }
    .single-best-receipe-area .receipe-content h5 {
      font-size: 18px;
      margin-bottom: 10px;
      font-weight: 400;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .single-best-receipe-area .receipe-content h5:hover, .single-best-receipe-area .receipe-content h5:focus {
        color: #008dd2; }
    .single-best-receipe-area .receipe-content .ratings i {
      font-size: 11px;
      color: #fbb710;
      display: inline-block;
      padding: 0 1px; }

/* :: 9.0 Cta Area */
.cta-area {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 675px;
  background-attachment: fixed; }
  .cta-area .cta-content h2 {
    font-size: 72px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 400; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .cta-area .cta-content h2 {
        font-size: 48px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cta-area .cta-content h2 {
        font-size: 48px; } }
    @media only screen and (max-width: 767px) {
      .cta-area .cta-content h2 {
        font-size: 30px; } }
  .cta-area .cta-content p {
    color: #ffffff;
    margin-bottom: 100px;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .cta-area .cta-content p {
        margin-bottom: 50px; } }

/* :: 10.0 Small Receipe Area */
.small-receipe-area {
  position: relative;
  z-index: 1;
  padding-bottom: 30px; }

.single-small-receipe-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .single-small-receipe-area .receipe-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
    padding-right: 20px; }
  .single-small-receipe-area .receipe-content span {
    font-size: 12px;
    display: block;
    color: #008dd2; }
  .single-small-receipe-area .receipe-content a {
    display: block; }
    .single-small-receipe-area .receipe-content a h5 {
      color: #474747;
      font-size: 18px;
      margin-bottom: 5px;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-small-receipe-area .receipe-content a h5 {
          font-size: 16px; } }
      .single-small-receipe-area .receipe-content a h5:hover, .single-small-receipe-area .receipe-content a h5:focus {
        color: #008dd2; }
  .single-small-receipe-area .receipe-content .ratings i {
    font-size: 11px;
    color: #fbb710;
    display: inline-block;
    padding: 0 1px; }
  .single-small-receipe-area .receipe-content p {
    font-size: 12px;
    margin-bottom: 0;
    color: #9b9b9b; }

/* :: 11.0 Quote Area */
.quote-area {
  position: relative;
  z-index: 1;
  border: 10px solid #008dd2;
  padding: 40px 25px;
  margin-bottom: 80px; }
  .quote-area span {
    font-size: 48px;
    font-style: italic;
    margin-bottom: 30px;
    display: block;
    color: #008dd2;
    line-height: 1; }
  .quote-area h4 {
    font-size: 24px;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 40px;
    color: #474747; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .quote-area h4 {
        font-size: 20px; } }
  .quote-area p {
    color: #474747;
    font-size: 16px;
    margin-bottom: 50px; }
  .quote-area .date-comments .date {
    font-size: 12px;
    color: #008dd2; }
  .quote-area .date-comments .comments {
    font-size: 12px;
    color: #9b9b9b; }

/* :: 12.0 Newsletter Area */
.newsletter-area {
  position: relative;
  z-index: 1;
  margin-bottom: 80px; }
  .newsletter-area h4 {
    font-size: 24px;
    margin-bottom: 50px;
    display: block;
    color: #474747; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .newsletter-area h4 {
        font-size: 20px; } }

.newsletter-form {
  padding: 30px 15px 100px; }
  .newsletter-form form input {
    width: 100%;
    height: 60px;
    border: none;
    background-color: #ffffff;
    color: #9b9b9b;
    font-size: 12px;
    font-style: italic;
    border-left: 3px solid #fecc00;
    padding: 0 20px;
    margin-bottom: 25px; }
  .newsletter-form p {
    margin-top: 30px;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 0;
    font-style: italic; }

/* :: 13.0 Delicious Adds */
.delicious-add {
  position: relative;
  z-index: 1;
  margin-bottom: 80px; }
  .delicious-add img {
    width: 100%; }

/* :: 14.0 Blog Area */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar-area {
    margin-top: 80px; } }
@media only screen and (max-width: 767px) {
  .blog-sidebar-area {
    margin-top: 80px; } }

.single-blog-area {
  position: relative;
  z-index: 1; }
  .single-blog-area .blog-thumbnail {
    position: relative;
    z-index: 1; }
    .single-blog-area .blog-thumbnail .post-date {
      width: 75px;
      height: 100px;
      background-color: #008dd2;
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 10;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .single-blog-area .blog-thumbnail .post-date {
          top: 10px;
          left: 10px; } }
      .single-blog-area .blog-thumbnail .post-date a {
        color: #ffffff;
        padding: 18px 10px;
        display: block;
        line-height: 1.1;
        font-size: 14px;
        font-weight: 400; }
        .single-blog-area .blog-thumbnail .post-date a span {
          font-size: 30px;
          font-weight: 700;
          display: block; }
      .single-blog-area .blog-thumbnail .post-date:hover, .single-blog-area .blog-thumbnail .post-date:focus {
        background-color: #fecc00; }
  .single-blog-area .blog-content {
    position: relative;
    z-index: 1;
    padding-top: 40px; }
    .single-blog-area .blog-content .post-title {
      font-size: 22px;
      color: #474747;
      margin-bottom: 10px; }
      .single-blog-area .blog-content .post-title:hover, .single-blog-area .blog-content .post-title:focus {
        color: #008dd2; }
    .single-blog-area .blog-content .meta-data {
      font-size: 12px;
      color: #a4a4a4;
      margin-bottom: 20px; }
      .single-blog-area .blog-content .meta-data a {
        text-decoration: underline;
        font-size: 12px;
        color: #a4a4a4; }
        .single-blog-area .blog-content .meta-data a:hover, .single-blog-area .blog-content .meta-data a:focus {
          color: #008dd2; }

.single-widget {
  position: relative;
  z-index: 1; }
  .single-widget h6 {
    margin-bottom: 50px;
    display: block; }
  .single-widget .list {
    padding-left: 30px; }
    .single-widget .list li a {
      display: block;
      padding: 5px 0;
      color: #797979; }
      .single-widget .list li a:hover, .single-widget .list li a:focus {
        color: #008dd2; }

.pagination {
  position: relative;
  z-index: 1; }
  .pagination .page-link {
    padding: 0;
    font-size: 16px;
    margin-right: 5px;
    border: none;
    color: #474747; }
    .pagination .page-link:hover, .pagination .page-link:focus {
      background-color: transparent;
      color: #008dd2; }
  .pagination .page-item.active .page-link {
    background-color: transparent;
    color: #008dd2; }

/* :: 15.0 Receipe Area */
.receipe-post-search {
  position: relative;
  z-index: 20; }
  .receipe-post-search form input {
    width: 100%;
    height: 60px;
    background-color: #f3f5f8;
    font-size: 14px;
    padding: 0 20px;
    border: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .receipe-post-search .col-12 {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .receipe-post-search .col-12 {
      margin-bottom: 15px; } }

.receipe-slider {
  position: relative;
  z-index: 1; }
  .receipe-slider .owl-prev,
  .receipe-slider .owl-next {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    top: 50%;
    margin-top: -20px;
    left: 4%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-bottom: 3px solid #fecc00; }
    @media only screen and (max-width: 767px) {
      .receipe-slider .owl-prev,
      .receipe-slider .owl-next {
        font-size: 14px; } }
  .receipe-slider .owl-next {
    left: auto;
    right: 4%; }
  .receipe-slider:hover .owl-prev, .receipe-slider:hover .owl-next {
    opacity: 1;
    visibility: visible; }

.receipe-headline span {
  font-size: 14px;
  display: block;
  color: #a4a4a4;
  margin-bottom: 0; }
.receipe-headline h2 {
  font-size: 36px;
  color: #474747;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .receipe-headline h2 {
      font-size: 24px; } }
.receipe-headline .receipe-duration {
  border-left: 3px solid #008dd2;
  padding: 15px; }
  .receipe-headline .receipe-duration h6 {
    font-size: 15px;
    margin-bottom: 5px; }
    .receipe-headline .receipe-duration h6:last-child {
      margin-bottom: 0; }

.receipe-ratings .ratings {
  margin-bottom: 30px; }
.receipe-ratings i {
  font-size: 18px;
  color: #fbb710;
  padding: 0 3px; }

.single-preparation-step {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .single-preparation-step h4 {
    color: #474747;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
    margin-bottom: 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ingredients {
    margin-bottom: 80px; } }
@media only screen and (max-width: 767px) {
  .ingredients {
    margin-bottom: 80px; } }
.ingredients h4 {
  color: #474747;
  margin-bottom: 30px; }
.ingredients .custom-checkbox .custom-control-label::before {
  border-radius: 0; }
.ingredients .custom-control-label::before {
  width: 30px;
  height: 30px;
  background-color: #f3f5f8; }
.ingredients .custom-control {
  padding-left: 2.5rem;
  margin-bottom: 30px;
  min-height: 35px; }
.ingredients .custom-control-label {
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #2f2f2f; }
.ingredients .custom-control-label::after {
  top: 10px;
  left: 5px;
  width: 20px;
  height: 20px; }
.ingredients .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #008dd2; }

/* :: 16.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 140px;
  background-color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .footer-area {
      height: 150px;
      border-top: 1px solid #ebebeb;
      margin-top: 30px; } }
  .footer-area .footer-social-info {
    padding-right: 15px; }
    .footer-area .footer-social-info a {
      display: inline-block;
      color: #b6b6b6;
      font-size: 13px;
      margin-right: 30px; }
      .footer-area .footer-social-info a:last-child {
        margin-right: 0; }
      .footer-area .footer-social-info a:hover, .footer-area .footer-social-info a:focus {
        color: #008dd2; }
  .footer-area p {
    color: #4b4b4b;
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 15px; }
    @media only screen and (max-width: 767px) {
      .footer-area p {
        padding-left: 0; } }
    .footer-area p a {
      color: #4b4b4b;
      font-weight: 600; }
      .footer-area p a:hover, .footer-area p a:focus {
        color: #008dd2; }
  @media only screen and (max-width: 767px) {
    .footer-area .footer-logo {
      max-width: 90px; } }

.follow-us-instagram {
  position: relative;
  z-index: 1;
  border-top: 1px solid #dcdcdc; }
  .follow-us-instagram h5 {
    font-size: 18px;
    padding: 35px 0;
    margin-bottom: 0; }
  .follow-us-instagram .insta-feeds {
    position: relative;
    z-index: 1; }
    .follow-us-instagram .insta-feeds .single-insta-feeds {
      position: relative;
      z-index: 1;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12.4457%;
      flex: 0 0 12.4457%;
      max-width: 12.4457%;
      width: 12.447%;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .follow-us-instagram .insta-feeds .single-insta-feeds {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%;
          width: 25%; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .follow-us-instagram .insta-feeds .single-insta-feeds {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%;
          width: 20%; } }
      .follow-us-instagram .insta-feeds .single-insta-feeds img {
        width: 100%;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms; }
      .follow-us-instagram .insta-feeds .single-insta-feeds .insta-icon {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 141, 210, 0.9);
        top: 0;
        left: 0;
        z-index: 10;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms; }
        .follow-us-instagram .insta-feeds .single-insta-feeds .insta-icon a {
          display: inline-block;
          color: #ffffff;
          font-size: 18px; }
      .follow-us-instagram .insta-feeds .single-insta-feeds:hover img {
        -webkit-transform: scale(1.2) rotate(2.5deg);
        transform: scale(1.2) rotate(2.5deg); }
      .follow-us-instagram .insta-feeds .single-insta-feeds:hover .insta-icon {
        opacity: 1;
        visibility: visible; }

/* :: 17.0 Breadcumb Area CSS */
.breadcumb-area {
  position: relative;
  z-index: 10;
  width: 92%;
  height: 190px;
  margin-left: 4%;
  margin-right: 4%; }
  @media only screen and (max-width: 767px) {
    .breadcumb-area {
      height: 120px; } }
  .breadcumb-area .breadcumb-text h2 {
    font-size: 30px;
    margin-bottom: 0;
    color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .breadcumb-area .breadcumb-text h2 {
        font-size: 24px; } }

/* About Us Area */
.sub-heading {
  line-height: 2;
  font-size: 18px;
  text-align: center; }

/* :: 18.0 Contact Area CSS */
.map-area {
  position: relative;
  z-index: 2; }
  .map-area #googleMap {
    width: 100%;
    height: 680px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .map-area #googleMap {
        height: 500px; } }
    @media only screen and (max-width: 767px) {
      .map-area #googleMap {
        height: 350px; } }

.single-contact-information {
  position: relative;
  z-index: 1; }
  .single-contact-information h6 {
    font-size: 14px;
    border-bottom: 2px solid #008dd2;
    display: inline-block;
    color: #008dd2; }

.contact-form-area .form-control {
  height: 52px;
  width: 100%;
  background-color: #f3f5f8;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 15px;
  border: none;
  border-left: 3px solid #f3f5f8;
  border-radius: 0;
  padding: 15px 30px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .contact-form-area .form-control:focus {
    border-left: 3px solid #008dd2;
    box-shadow: none; }
.contact-form-area textarea.form-control {
  height: 200px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }

/* :: 19.0 Elements Area CSS */
.elements-title h2 {
  font-size: 30px;
  margin-bottom: 70px;
  color: #4b4b4b; }

.single-pie-bar h6 {
  font-size: 18px;
  margin-bottom: 0; }

.single-cool-fact {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 80px; }
  .single-cool-fact img {
    display: block;
    margin: 0 auto 10px; }
  .single-cool-fact h3 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #008dd2;
    font-weight: 700; }
  .single-cool-fact h6 {
    font-size: 18px;
    margin-bottom: 0; }

/* Accordians */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0;
  text-transform: uppercase; }
  .single-accordion h6 a {
    border-radius: 0;
    background-color: #008dd2;
    color: #ffffff;
    border-left: 3px solid #fecc00;
    display: block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600; }
    .single-accordion h6 a span {
      font-size: 10px;
      position: absolute;
      right: 20px;
      text-align: center;
      top: 23px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
    .single-accordion h6 a.collapsed {
      background-color: #f3f5f8;
      color: #9b9b9b;
      border-left: 3px solid #008dd2; }
      .single-accordion h6 a.collapsed span.accor-close {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
      .single-accordion h6 a.collapsed span.accor-open {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0; }

/* Tabs CSS*/
.delicious-tabs-content {
  position: relative;
  z-index: 1; }
  .delicious-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px; }
    .delicious-tabs-content .nav-tabs .nav-link {
      background-color: #f3f5f8;
      color: #9b9b9b;
      border: none;
      border-left: 3px solid #008dd2;
      padding: 0 15px;
      height: 50px;
      line-height: 50px;
      margin: 0 2px;
      border-radius: 0;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 5px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .delicious-tabs-content .nav-tabs .nav-link {
          padding: 0 10px; } }
      @media only screen and (max-width: 767px) {
        .delicious-tabs-content .nav-tabs .nav-link {
          padding: 0 10px; } }
      .delicious-tabs-content .nav-tabs .nav-link.active {
        background-color: #008dd2;
        color: #ffffff;
        border-left: 3px solid #fecc00; }
  .delicious-tabs-content .tab-content h6 {
    font-size: 18px; }

/* Features Area */
.single-feature-area {
  position: relative;
  z-index: 1; }
  .single-feature-area h5 {
    margin-bottom: 0;
    padding-left: 30px; }

/*# sourceMappingURL=style.css.map */

.delicious-strip {
  display: inline-block;
  width: 100%;
  height: 60px;
  color: #333333;
  border: none;
  border-right: 3px solid #fecc00;
  border-radius: 0;
  padding: 0 30px 0 0;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  text-align:center;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #c5c7c6;
  margin-bottom:30px; }
  
  .delicious-strip img {float:left;}
  
  .rssp-gallery {
	  margin:10px;
  }
  
  .rssp-gallery img {
	  transition:1s;
	  padding:15px;
	  width:23%;
  }
  
  .rssp-gallery img:hover {
	  filter: grayscale(100%);
	  transform: scale(1.1)
  }
  
   @media only screen and (max-width: 767px) {
        .rssp-gallery img {
	  padding:15px;
	  width:100%;
  } }
  
  #fadeV1, #fadeV2, #fadeV3, #fadeV4, #fadeV5, #fadeV6 {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: -1;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#lightV1, #lightV2, #lightV3, #lightV4, #lightV5, #lightV6 {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 5000;
  overflow: visible;
}

#boxclose, #boxclose2, #boxclose3, #boxclose4, #boxclose5, #boxclose6 {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1;
  opacity: 0.9;
}

.boxclose:before, .boxclose2:before, .boxclose3:before, .boxclose4:before, .boxclose5:before, .boxclose6:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

.test:hover ~ .test2 {
  display: none;
}

/*GEMS customized CSS */
.GEMS-cursor{cursor:pointer!important;}
.GEMS-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}
.GEMS-table,.GEMS-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.GEMS-table-all{border:1px solid #ccc}
.GEMS-bordered tr,.GEMS-table-all tr{border-bottom:1px solid #ddd}.GEMS-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.GEMS-table-all tr:nth-child(odd){background-color:#fff}.GEMS-table-all tr:nth-child(even){background-color:#f1f1f1}
.GEMS-hoverable tbody tr:hover,.GEMS-ul.GEMS-hoverable li:hover{background-color:#ccc}.GEMS-centered tr th,.GEMS-centered tr td{text-align:center}
.GEMS-table td,.GEMS-table th,.GEMS-table-all td,.GEMS-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.GEMS-table th:first-child,.GEMS-table td:first-child,.GEMS-table-all th:first-child,.GEMS-table-all td:first-child{padding-left:16px}
.GEMS-btn,.GEMS-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.GEMS-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.GEMS-btn,.GEMS-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.GEMS-disabled,.GEMS-btn:disabled,.GEMS-button:disabled{cursor:not-allowed;opacity:0.3}.GEMS-disabled *,:disabled *{pointer-events:none}
.GEMS-btn.GEMS-disabled:hover,.GEMS-btn:disabled:hover{box-shadow:none}
.GEMS-badge,.GEMS-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.GEMS-badge{border-radius:50%}
.GEMS-ul{list-style-type:none;padding:0;margin:0}.GEMS-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.GEMS-ul li:last-child{border-bottom:none}
.GEMS-tooltip,.GEMS-display-container{position:relative}.GEMS-tooltip .GEMS-text{display:none}.GEMS-tooltip:hover .GEMS-text{display:inline-block}
.GEMS-ripple:active{opacity:0.5}.GEMS-ripple{transition:opacity 0s}
.GEMS-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}.GEMS-input:focus{border-color:#00a0f0!important;}
.GEMS-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}.GEMS-select:focus{border-color:#00a0f0!important;}
.GEMS-dropdown-click,.GEMS-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.GEMS-dropdown-hover:hover .GEMS-dropdown-content{display:block}
.GEMS-dropdown-hover:first-child,.GEMS-dropdown-click:hover{background-color:#ccc;color:#000}
.GEMS-dropdown-hover:hover > .GEMS-button:first-child,.GEMS-dropdown-click:hover > .GEMS-button:first-child{background-color:#ccc;color:#000}
.GEMS-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.GEMS-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.GEMS-bar-block .GEMS-dropdown-hover,.GEMS-bar-block .GEMS-dropdown-click{width:100%}
.GEMS-bar-block .GEMS-dropdown-hover .GEMS-dropdown-content,.GEMS-bar-block .GEMS-dropdown-click .GEMS-dropdown-content{min-width:100%}
.GEMS-bar-block .GEMS-dropdown-hover .GEMS-button,.GEMS-bar-block .GEMS-dropdown-click .GEMS-button{width:100%;text-align:left;padding:8px 16px}
.GEMS-main,#main{transition:margin-left .4s}
.GEMS-modal{z-index:3;display:none;padding-top:50px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(255,255,255,1.0)}
.GEMS-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.GEMS-bar{width:100%;overflow:hidden}.GEMS-center .GEMS-bar{display:inline-block;width:auto}
.GEMS-bar .GEMS-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
.GEMS-bar .GEMS-dropdown-hover,.GEMS-bar .GEMS-dropdown-click{position:static;float:left}
.GEMS-bar .GEMS-button{white-space:normal}
.GEMS-bar-block .GEMS-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.GEMS-bar-block.GEMS-center .GEMS-bar-item{text-align:center}.GEMS-block{display:block;width:100%}
.GEMS-responsive{display:block;overflow-x:auto}
.GEMS-container:after,.GEMS-container:before,.GEMS-panel:after,.GEMS-panel:before,.GEMS-row:after,.GEMS-row:before,.GEMS-row-padding:after,.GEMS-row-padding:before,
.GEMS-cell-row:before,.GEMS-cell-row:after,.GEMS-clear:after,.GEMS-clear:before,.GEMS-bar:before,.GEMS-bar:after{content:"";display:table;clear:both}
.GEMS-col,.GEMS-half,.GEMS-third,.GEMS-twothird,.GEMS-threequarter,.GEMS-quarter{float:left;width:100%}
.GEMS-col.s1{width:8.33333%}.GEMS-col.s2{width:16.66666%}.GEMS-col.s3{width:24.99999%}.GEMS-col.s4{width:33.33333%}
.GEMS-col.s5{width:41.66666%}.GEMS-col.s6{width:49.99999%}.GEMS-col.s7{width:58.33333%}.GEMS-col.s8{width:66.66666%}
.GEMS-col.s9{width:74.99999%}.GEMS-col.s10{width:83.33333%}.GEMS-col.s11{width:91.66666%}.GEMS-col.s12{width:99.99999%}
.GEMS-spacer{width:100%;}
.GEMS-text-underline, .GEMS-hover-text-underline:hover{text-decoration:underline!important;}
.GEMS-text-bold{font-weight:bold!important;}
.GEMS-text-bolder{font-weight:bolder!important;}
.GEMS-0{width:0%;}
.GEMS-5{width:5%;}
.GEMS-10{width:10%;}
.GEMS-15{width:15%;}
.GEMS-20{width:20%;}
.GEMS-25{width:25%;}
.GEMS-30{width:30%;}
.GEMS-35{width:35%;}
.GEMS-40{width:40%;}
.GEMS-45{width:45%;}
.GEMS-50{width:50%;}
.GEMS-55{width:55%;}
.GEMS-60{width:60%;}
.GEMS-65{width:65%;}
.GEMS-70{width:70%;}
.GEMS-75{width:75%;}
.GEMS-80{width:80%;}
.GEMS-86{width:86%;}
.GEMS-90{width:90%;}
.GEMS-95{width:95%;}
.GEMS-100{width:100%;}
.GEMS-tab-app{width:20%!important; font-size:0.9em;}
.GEMS-selected{text-decoration:underline!important;}
.GEMS-blank{}

@media (min-width:601px){.GEMS-col.m1{width:8.33333%}.GEMS-col.m2{width:16.66666%}.GEMS-col.m3,.GEMS-quarter{width:24.99999%}.GEMS-col.m4,.GEMS-third{width:33.33333%}
.GEMS-col.m5{width:41.66666%}.GEMS-col.m6,.GEMS-half{width:49.99999%}.GEMS-col.m7{width:58.33333%}.GEMS-col.m8,.GEMS-twothird{width:66.66666%}
.GEMS-col.m9,.GEMS-threequarter{width:74.99999%}.GEMS-col.m10{width:83.33333%}.GEMS-col.m11{width:91.66666%}.GEMS-col.m12{width:99.99999%}
.GEMS-padding-left-10{padding-left:10%!important;}.GEMS-tab-app{width:100%!important;}
}
@media (min-width:993px){.GEMS-col.l1{width:8.33333%}.GEMS-col.l2{width:16.66666%}.GEMS-col.l3{width:24.99999%}.GEMS-col.l4{width:33.33333%}
.GEMS-col.l5{width:41.66666%}.GEMS-col.l6{width:49.99999%}.GEMS-col.l7{width:58.33333%}.GEMS-col.l8{width:66.66666%}
.GEMS-col.l9{width:74.99999%}.GEMS-col.l10{width:83.33333%}.GEMS-col.l11{width:91.66666%}.GEMS-col.l12{width:99.99999%}
.GEMS-padding-left-10{padding-left:10%!important;}.GEMS-tab-app{width:22%!important;}
}
.GEMS-rest{overflow:hidden}.GEMS-stretch{margin-left:-16px;margin-right:-16px}
.GEMS-content,.GEMS-auto{margin-left:auto;margin-right:auto}.GEMS-content{max-width:980px}.GEMS-auto{max-width:1140px}
.GEMS-cell-row{display:table;width:100%}.GEMS-cell{display:table-cell}
.GEMS-cell-top{vertical-align:top}.GEMS-cell-middle{vertical-align:middle}.GEMS-cell-bottom{vertical-align:bottom}.GEMS-padding-left-10{padding-left:10%!important;}
.GEMS-hide{display:none!important}.GEMS-show-block,.GEMS-show{display:block!important}.GEMS-show-inline-block{display:inline-block!important}
@media (max-width:1205px){.GEMS-auto{max-width:95%}.GEMS-padding-left-10{padding-left:10%!important;}.GEMS-tab-app{width:45%!important;}}
@media (max-width:600px){.GEMS-modal-content{margin:0 10px;width:auto!important}.GEMS-modal{padding-top:30px}.GEMS-tab-app{width:100%!important;}
.GEMS-dropdown-hover.GEMS-mobile .GEMS-dropdown-content,.GEMS-dropdown-click.GEMS-mobile .GEMS-dropdown-content{position:relative}.GEMS-padding-left-10{padding-left:10%!important;}	
.GEMS-hide-small{display:none!important}.GEMS-text-small{font-size:10px!important}.GEMS-mobile{display:block;width:100%!important}.GEMS-bar-item.GEMS-mobile,.GEMS-dropdown-hover.GEMS-mobile,.GEMS-dropdown-click.GEMS-mobile{text-align:center}
.GEMS-dropdown-hover.GEMS-mobile,.GEMS-dropdown-hover.GEMS-mobile .GEMS-btn,.GEMS-dropdown-hover.GEMS-mobile .GEMS-button,.GEMS-dropdown-click.GEMS-mobile,.GEMS-dropdown-click.GEMS-mobile .GEMS-btn,.GEMS-dropdown-click.GEMS-mobile .GEMS-button{width:100%}}
@media (max-width:768px){.GEMS-modal-content{width:500px}.GEMS-modal{padding-top:50px}.GEMS-padding-left-10{padding-left:10%!important;}}
@media (min-width:993px){.GEMS-modal-content{width:900px}.GEMS-hide-large{display:none!important}.GEMS-sidebar.GEMS-collapse{display:none}.GEMS-padding-left-10{padding-left:10%!important;}}
@media (max-width:992px) and (min-width:601px){.GEMS-hide-medium{display:none!important}.GEMS-padding-left-10{padding-left:10%!important;}}
@media (max-width:992px){.GEMS-sidebar.GEMS-collapse{display:none}.GEMS-main{margin-left:0!important;margin-right:0!important}.GEMS-auto{max-width:100%}}

.GEMS-top,.GEMS-bottom{position:fixed;width:100%;z-index:1}.GEMS-top{top:0}.GEMS-bottom{bottom:0}
.GEMS-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.GEMS-display-topleft{position:absolute;left:0;top:0}.GEMS-display-topright{position:absolute;right:0;top:0}
.GEMS-display-bottomleft{position:absolute;left:0;bottom:0}.GEMS-display-bottomright{position:absolute;right:0;bottom:0}
.GEMS-display-middle{position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.GEMS-display-left{position:absolute;top:50%;left:0%;-ms-transform:translate(-0%,-50%);transform:translate(0%,-50%);}
.GEMS-display-right{position:absolute;top:50%;right:0%;-ms-transform:translate(0%,-50%);transform:translate(0%,-50%);}
.GEMS-display-topmiddle{position:absolute;left:50%;top:0;-ms-transform:translate(-50%,0%);transform:translate(-50%,0%);}
.GEMS-display-bottommiddle{position:absolute;left:50%;bottom:0;-ms-transform:translate(-50%,0%);transform:translate(-50%,0%);}
.GEMS-display-container:hover .GEMS-display-hover{display:block}.GEMS-display-container:hover span.GEMS-display-hover{display:inline-block}.GEMS-display-hover{display:none}
.GEMS-display-position{position:absolute}
.GEMS-circle{border-radius:50%}
.GEMS-round-small{border-radius:2px}.GEMS-round,.GEMS-round-medium{border-radius:4px}.GEMS-round-large{border-radius:8px}.GEMS-round-xlarge{border-radius:16px}.GEMS-round-xxlarge{border-radius:32px}
.GEMS-row-padding,.GEMS-row-padding>.GEMS-half,.GEMS-row-padding>.GEMS-third,.GEMS-row-padding>.GEMS-twothird,.GEMS-row-padding>.GEMS-threequarter,.GEMS-row-padding>.GEMS-quarter,.GEMS-row-padding>.GEMS-col{padding:0 8px}
.GEMS-container,.GEMS-panel{padding:0.01em 16px}.GEMS-panel{margin-top:16px;margin-bottom:16px}
.GEMS-code,.GEMS-codespan{font-family:Consolas,"courier new";font-size:16px}
.GEMS-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.GEMS-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.GEMS-card,.GEMS-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.GEMS-card-4,.GEMS-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.GEMS-spin{animation:GEMS-spin 2s infinite linear}@keyframes GEMS-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.GEMS-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.GEMS-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.GEMS-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.GEMS-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.GEMS-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.GEMS-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.GEMS-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.GEMS-animate-input{transition:width 0.4s ease-in-out}.GEMS-animate-input:focus{width:100%!important}
.GEMS-opacity,.GEMS-hover-opacity:hover{opacity:0.60}.GEMS-opacity-off,.GEMS-hover-opacity-off:hover{opacity:1}
.GEMS-opacity-max{opacity:0.25}.GEMS-opacity-min{opacity:0.75}
.GEMS-greyscale-max,.GEMS-grayscale-max,.GEMS-hover-greyscale:hover,.GEMS-hover-grayscale:hover{filter:grayscale(100%)}
.GEMS-greyscale,.GEMS-grayscale{filter:grayscale(75%)}.GEMS-greyscale-min,.GEMS-grayscale-min{filter:grayscale(50%)}
.GEMS-sepia{filter:sepia(75%)}.GEMS-sepia-max,.GEMS-hover-sepia:hover{filter:sepia(100%)}.GEMS-sepia-min{filter:sepia(50%)}
.GEMS-tiny{font-size:10px!important}.GEMS-small{font-size:12px!important}.GEMS-medium{font-size:15px!important}.GEMS-large{font-size:18px!important}
.GEMS-xlarge{font-size:24px!important}.GEMS-xxlarge{font-size:36px!important}.GEMS-xxxlarge{font-size:48px!important}.GEMS-jumbo{font-size:64px!important}
.GEMS-left-align{text-align:left!important}.GEMS-right-align{text-align:right!important}.GEMS-justify{text-align:justify!important}.GEMS-center{text-align:center!important}
.GEMS-border-0{border:0!important}.GEMS-border{border:1px solid #ccc!important}
.GEMS-border-top{border-top:1px solid #ccc!important}.GEMS-border-bottom{border-bottom:1px solid #ccc!important}
.GEMS-border-left{border-left:1px solid #ccc!important}.GEMS-border-right{border-right:1px solid #ccc!important}
.GEMS-topbar{border-top:6px solid #ccc!important}.GEMS-bottombar{border-bottom:6px solid #ccc!important}
.GEMS-leftbar{border-left:6px solid #ccc!important}.GEMS-rightbar{border-right:6px solid #ccc!important}
.GEMS-section,.GEMS-code{margin-top:16px!important;margin-bottom:16px!important}
.GEMS-margin{margin:16px!important}.GEMS-margin-top{margin-top:16px!important}.GEMS-margin-bottom{margin-bottom:16px!important}
.GEMS-margin-left{margin-left:16px!important}.GEMS-margin-right{margin-right:16px!important}
.GEMS-padding-small{padding:4px 8px!important}.GEMS-padding{padding:8px 16px!important}.GEMS-padding-large{padding:12px 24px!important}
.GEMS-padding-16{padding-top:16px!important;padding-bottom:16px!important}.GEMS-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.GEMS-padding-32{padding-top:32px!important;padding-bottom:32px!important}.GEMS-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.GEMS-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.GEMS-padding-left-10{padding-left:3%!important;}
.GEMS-left{float:left!important}.GEMS-right{float:right!important}
.GEMS-button:hover{color:#000!important;background-color:#ccc!important}
.GEMS-transparent,.GEMS-hover-none:hover{background-color:transparent!important}
.GEMS-hover-none:hover{box-shadow:none!important}
/* Colors */
.GEMS-amber,.GEMS-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.GEMS-aqua,.GEMS-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.GEMS-blue,.GEMS-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.GEMS-light-blue,.GEMS-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.GEMS-brown,.GEMS-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.GEMS-cyan,.GEMS-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.GEMS-blue-grey,.GEMS-hover-blue-grey:hover,.GEMS-blue-gray,.GEMS-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.GEMS-green,.GEMS-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.GEMS-light-green,.GEMS-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.GEMS-indigo,.GEMS-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.GEMS-khaki,.GEMS-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.GEMS-lime,.GEMS-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.GEMS-orange,.GEMS-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.GEMS-deep-orange,.GEMS-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.GEMS-pink,.GEMS-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.GEMS-purple,.GEMS-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.GEMS-deep-purple,.GEMS-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.GEMS-red,.GEMS-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.GEMS-sand,.GEMS-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.GEMS-teal,.GEMS-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.GEMS-yellow,.GEMS-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.GEMS-white,.GEMS-hover-white:hover{color:#000!important;background-color:#fff!important}
.GEMS-black,.GEMS-hover-black:hover{color:#fff!important;background-color:#000!important}
.GEMS-grey,.GEMS-hover-grey:hover,.GEMS-gray,.GEMS-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.GEMS-light-grey,.GEMS-hover-light-grey:hover,.GEMS-light-gray,.GEMS-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.GEMS-dark-grey,.GEMS-hover-dark-grey:hover,.GEMS-dark-gray,.GEMS-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.GEMS-pale-red,.GEMS-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.GEMS-pale-green,.GEMS-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.GEMS-pale-yellow,.GEMS-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.GEMS-pale-blue,.GEMS-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}

.GEMS-text-amber,.GEMS-hover-text-amber:hover{color:#ffc107!important}
.GEMS-text-aqua,.GEMS-hover-text-aqua:hover{color:#00ffff!important}
.GEMS-text-blue,.GEMS-hover-text-blue:hover{color:#2196F3!important}
.GEMS-text-light-blue,.GEMS-hover-text-light-blue:hover{color:#87CEEB!important}
.GEMS-text-brown,.GEMS-hover-text-brown:hover{color:#795548!important}
.GEMS-text-cyan,.GEMS-hover-text-cyan:hover{color:#00bcd4!important}
.GEMS-text-blue-grey,.GEMS-hover-text-blue-grey:hover,.GEMS-text-blue-gray,.GEMS-hover-text-blue-gray:hover{color:#607d8b!important}
.GEMS-text-green,.GEMS-hover-text-green:hover{color:#4CAF50!important}
.GEMS-text-light-green,.GEMS-hover-text-light-green:hover{color:#8bc34a!important}
.GEMS-text-indigo,.GEMS-hover-text-indigo:hover{color:#3f51b5!important}
.GEMS-text-khaki,.GEMS-hover-text-khaki:hover{color:#b4aa50!important}
.GEMS-text-lime,.GEMS-hover-text-lime:hover{color:#cddc39!important}
.GEMS-text-orange,.GEMS-hover-text-orange:hover{color:#ff9800!important}
.GEMS-text-deep-orange,.GEMS-hover-text-deep-orange:hover{color:#ff5722!important}
.GEMS-text-pink,.GEMS-hover-text-pink:hover{color:#e91e63!important}
.GEMS-text-purple,.GEMS-hover-text-purple:hover{color:#9c27b0!important}
.GEMS-text-deep-purple,.GEMS-hover-text-deep-purple:hover{color:#673ab7!important}
.GEMS-text-red,.GEMS-hover-text-red:hover{color:#f44336!important}
.GEMS-text-sand,.GEMS-hover-text-sand:hover{color:#fdf5e6!important}
.GEMS-text-teal,.GEMS-hover-text-teal:hover{color:#009688!important}
.GEMS-text-yellow,.GEMS-hover-text-yellow:hover{color:#d2be0e!important}
.GEMS-text-white,.GEMS-hover-text-white:hover{color:#fff!important}
.GEMS-text-black,.GEMS-hover-text-black:hover{color:#000!important}
.GEMS-text-grey,.GEMS-hover-text-grey:hover,.GEMS-text-gray,.GEMS-hover-text-gray:hover{color:#757575!important}
.GEMS-text-light-grey,.GEMS-hover-text-light-grey:hover,.GEMS-text-light-gray,.GEMS-hover-text-light-gray:hover{color:#f1f1f1!important}
.GEMS-text-dark-grey,.GEMS-hover-text-dark-grey:hover,.GEMS-text-dark-gray,.GEMS-hover-text-dark-gray:hover{color:#3a3a3a!important}
.GEMS-text-pale-grey,.GEMS-hover-text-pale-grey:hover{color:#cccccc!important;}

.GEMS-border-amber,.GEMS-hover-border-amber:hover{border-color:#ffc107!important}
.GEMS-border-aqua,.GEMS-hover-border-aqua:hover{border-color:#00ffff!important}
.GEMS-border-blue,.GEMS-hover-border-blue:hover{border-color:#2196F3!important}
.GEMS-border-light-blue,.GEMS-hover-border-light-blue:hover{border-color:#87CEEB!important}
.GEMS-border-brown,.GEMS-hover-border-brown:hover{border-color:#795548!important}
.GEMS-border-cyan,.GEMS-hover-border-cyan:hover{border-color:#00bcd4!important}
.GEMS-border-blue-grey,.GEMS-hover-border-blue-grey:hover,.GEMS-border-blue-gray,.GEMS-hover-border-blue-gray:hover{border-color:#607d8b!important}
.GEMS-border-green,.GEMS-hover-border-green:hover{border-color:#4CAF50!important}
.GEMS-border-light-green,.GEMS-hover-border-light-green:hover{border-color:#8bc34a!important}
.GEMS-border-indigo,.GEMS-hover-border-indigo:hover{border-color:#3f51b5!important}
.GEMS-border-khaki,.GEMS-hover-border-khaki:hover{border-color:#f0e68c!important}
.GEMS-border-lime,.GEMS-hover-border-lime:hover{border-color:#cddc39!important}
.GEMS-border-orange,.GEMS-hover-border-orange:hover{border-color:#ff9800!important}
.GEMS-border-deep-orange,.GEMS-hover-border-deep-orange:hover{border-color:#ff5722!important}
.GEMS-border-pink,.GEMS-hover-border-pink:hover{border-color:#e91e63!important}
.GEMS-border-purple,.GEMS-hover-border-purple:hover{border-color:#9c27b0!important}
.GEMS-border-deep-purple,.GEMS-hover-border-deep-purple:hover{border-color:#673ab7!important}
.GEMS-border-red,.GEMS-hover-border-red:hover{border-color:#f44336!important}
.GEMS-border-sand,.GEMS-hover-border-sand:hover{border-color:#fdf5e6!important}
.GEMS-border-teal,.GEMS-hover-border-teal:hover{border-color:#009688!important}
.GEMS-border-yellow,.GEMS-hover-border-yellow:hover{border-color:#ffeb3b!important}
.GEMS-border-white,.GEMS-hover-border-white:hover{border-color:#fff!important}
.GEMS-border-black,.GEMS-hover-border-black:hover{border-color:#000!important}
.GEMS-border-grey,.GEMS-hover-border-grey:hover,.GEMS-border-gray,.GEMS-hover-border-gray:hover{border-color:#9e9e9e!important}
.GEMS-border-light-grey,.GEMS-hover-border-light-grey:hover,.GEMS-border-light-gray,.GEMS-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.GEMS-border-dark-grey,.GEMS-hover-border-dark-grey:hover,.GEMS-border-dark-gray,.GEMS-hover-border-dark-gray:hover{border-color:#616161!important}
.GEMS-border-pale-red,.GEMS-hover-border-pale-red:hover{border-color:#ffe7e7!important}.GEMS-border-pale-green,.GEMS-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.GEMS-border-pale-yellow,.GEMS-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.GEMS-border-pale-blue,.GEMS-hover-border-pale-blue:hover{border-color:#e7ffff!important}
.GEMS-textwrap-right {
	float:right;
	margin: 10px;
}
.GEMS-textwrap-left {
	clear: right;
	float:left;
	margin:10px; 
}