/* [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 */

/* :: 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/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-family: "Myriad Pro";
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {

  line-height: 1.3;
  /*font-weight: 600;*/ }

p {
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 400;
  font-family: "Century Gothic";
  line-height: 1.5;
}

@font-face {
	font-family: OldSansBlack;
	src: url("./fonts/OldSansBlack.ttf");
}


/* 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; } */

a 
{ 
  text-decoration: none; 
  color: #b3c4e0; 
  -webkit-transition: all 0.3s; 
  -moz-transition: all 0.3s; 
  transition: all 0.3s; 
}

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-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: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 4px;
 }

  #preloader .circle-preloader {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #ccc;
    border-bottom-color: #212529;
    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 
{
  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;
  right: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  background-color: #ec7700;
  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: #882742;
  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;
  padding-top: 4px;
  border-radius: 20px;
}

  #scrollUp:hover {
    background-color: #B1945F; }
  @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: 1px solid #fff;
  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: #2d2a25; 
  text-transform: uppercase;
  font-family: OldSansBlack;
}

  .delicious-btn.activeMenu, .delicious-btn:hover, .delicious-btn:focus
  {
    font-size: 16px;
    font-weight: 600;
    color: #fff; 
    background-color: #A8123E;
    border-color: #fff; 
  }

  .delicious-btn.btn-2 {
    background-color: #f7ac70;
    border-color: #ec7700; }

  .delicious-btn.btn-2.activeMenu, .delicious-btn.btn-2:hover, .delicious-btn.btn-2:focus 
    {
      background-color: #A8123E;
      border-color: #fff;
      color: #fff;
    }
  .delicious-btn.btn-3 {
    background-color: #474747;
    border-color: #f7ac70; }
    .delicious-btn.btn-3.activeMenu, .delicious-btn.btn-3:hover, .delicious-btn.btn-3:focus {
      background-color: #ec7700;
      border-color: #f7ac70; }
  .delicious-btn.btn-4 {
    background-color: transparent;
    border: 3px solid #ec7700;
    line-height: 53px;
    color: #ec7700; }
    @media only screen and (max-width: 767px) {
      .delicious-btn.btn-4 {
        height: 40px;
        line-height: 33px; } }
    .delicious-btn.btn-4.activeMenu, .delicious-btn.btn-4:hover, .delicious-btn.btn-4:focus {
      line-height: 53px;
      color: #ffffff;
      background-color: #ec7700; }
      @media only screen and (max-width: 767px) {
        .delicious-btn.btn-4.activeMenu, .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: #ec7700;
  -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; }

/* :: 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 #f7ac70;
    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: #ec7700;
      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: #f7ac70; }
  .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: #ec7700; }
    .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: #ec7700; }

.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: #ec7700; }

.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: #ec7700; }
  .pagination .page-item.activeMenu .page-link {
    background-color: transparent;
    color: #ec7700; }

/* :: 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 #f7ac70; }
    @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 #ec7700;
  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: #ec7700; }

/* :: 16.0 Footer Area CSS */

.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 14.2857%;
      flex: 0 0 14.2857%;
      max-width: 14.2857%;
      width: 14.2857%;
      -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(64, 186, 55, 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 #ec7700;
    display: inline-block;
    color: #ec7700; }

.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 #ec7700;
    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: #ec7700;
    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: #ec7700;
    color: #ffffff;
    border-left: 3px solid #f7ac70;
    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 #ec7700; }
      .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 #ec7700;
      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.activeMenu {
        background-color: #ec7700;
        color: #ffffff;
        border-left: 3px solid #f7ac70; }
  .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 */

@media (min-width: 1801px){
  #escudoarriba{
    width: 3.8% !important;
    position: absolute !important;
    right: 22% !important;
    top: 2% !important;
  }
  #div998{
    display: none;
  }
  }

@media (max-width: 1800px){
  #escudoarriba{
    width: 3.8% !important;
    position: absolute !important;
    right: 19% !important;
    top: 2% !important;
  }
  #div998{
    display: none;
  }
  }
  @media (max-width: 1600px){
    #escudoarriba{
      width: 3.8% !important;
      position: absolute !important;
      right: 16% !important;
      top: 2% !important;

    }
    #div998{
      display: none;
    }
    }

    @media (max-width: 1308px){
      #escudoarriba{
        width: 3.8% !important;
        position: absolute !important;
        right: 16% !important;
        top: 2% !important;
  
        width: 3.8% !important;
        position: absolute !important;
        right: 11% !important;
        top: 15% !important;
      }
      #div998{
        display: none;
      }
      }

      @media (max-width: 1199px){
        #escudoarriba{
          width: 3.8% !important;
          position: absolute !important;
          right: 9% !important;
          top: 15% !important;
        }
        #div998{
          display: none;
        }
        }
        
      @media (max-width: 1070px){
        #escudoarriba{
          width: 3.8% !important;
          position: absolute !important;
          right: 6% !important;
          top: 15% !important;
        }
        #div998{
          display: none;
        }
        }

@media (max-width: 991px){
  #escudoarriba2{
    width: 14% !important;
    position: absolute !important;
    right: 80% !important;
    top: 1% !important;
  }
  .classy-nav-container a
  {
    color: #54565A;
  } 
  #li1{
    padding-left: 21px !important;
    background-color: #fff;
  }
  #div998{
    display: initial;
  }
  
  #div777{
    display: none;
  }
}

@media (max-width: 480px){
  #escudoarriba{
    width: 17% !important;
    position: absolute !important;
    right: 15% !important;
    top: 2% !important;
    height: 90%;
  }
}

.pleca{
  height: 1%;
  width: 70%;
}

.pleca .tAzul{
  background-color: #0d3e67;
  width: 30%;
}
.pleca .tAzulT{
  background-color: #0091b3;
  width: 10%;
}

.pleca .tAmarillo{
  background-color: #ffcd00;
  width: 10%;
}

.pleca .tNaranja{
  background-color: #ec7700;
  width: 20%;
}

#linea-seccion-color{
    height: 4px;
    background: -webkit-linear-gradient(left, rgba(1,73,144,1) 0%, rgba(1,73,144,1) 45%, rgba(0,145,179,1) 48%, rgba(0,145,179,1) 59%, rgba(255,205,0,1) 60%, rgba(255,205,0,1) 74%, rgba(236,119,0,1) 74%, rgba(236,119,0,1) 100%);
}


/* MENU REDES SOCIALES CSS */
/*CSS SOLO PARA FIREFOX*/
@-moz-document url-prefix() {
  .social-bar
  {
    position: fixed;
    left: -79px !important;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 100;
    margin: 10px 10px 10px 0px;
  }
}

.social-bar
{
  position: fixed;
  /*left: -80px;*/
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 100;
  top: 71%;
  margin: 10px 10px 10px 0px;
}

@media only screen and (max-width: 1366px){
  .social-bar
  {
    left: -68px;
  }
}

@media only screen and (max-width: 958px){
  .social-bar
  {
    left: -77px;
  }
}

@media only screen and (max-width: 1868px){
  .social-bar
  {
    left: -75px;
  }
}

@media only screen and (max-width: 1440px){
  .social-bar
  {
    left: -81px;
    top: 65%;
  }
} 


@media only screen and (max-width: 1868px){
  .social-bar
  {
    left: -81px;
    top: 65%;
  }
} 

.icon
{
  color: #fff;
  text-decoration: none;
  padding: .6rem;
  display: flex;
  transition: all .5s;
  height: 60px;
  flex-direction: column;
  /*margin-bottom: 15px;*/
}

.icon p
{
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  display: block;
  float: left;
  padding-top: 13px;
  padding-right: 5px;
}

#libro p
{
  color: #fff;
  font-weight: bold;
  font-size: 12.5px;
  display: block;
  float: left;
  padding-right: 5px;
  padding-top: 8px !important;
  line-height: 15px;
}

.icon img
{
  padding-top: 1px;
}

.facebook
{
  background: #2e406e;
}

.twitter
{
  background: #000;
}

.libro
{
  background: #6b1931;
}

.first-child
{
  border-radius: 0px 0px 0px 0px;
}

.second-child
{
  border-radius: 0px 0px 0px 0px;
}

.last-child
{
  border-radius: 0px 0px 0px 0px;
}


.icon:hover
{
  background-color: #55555b;
  /*-webkit-box-shadow: 10px 10px 30px 2px rgba(0,0,0,0.48);
  -moz-box-shadow: 10px 10px 30px 2px rgba(0,0,0,0.48);
  box-shadow: 10px 10px 30px 2px rgba(0,0,0,0.48);*/
} 
/* FIN MENU REDES SOCIALES CSS */

#breakingNewsTicker ul li #clock {
  font-size: 14px !important;
  color: #fff !important;
  font-style: italic !important;
}

#breakingNewsTicker ul li #clock1 {
  font-size: 14px !important;
  color: #fff !important;
  font-style: italic !important;
}

@media only screen and (max-width: 768px)
{
  .delicious-btn
  {
    font-size: 12px !important;
  }

}
