/* QUIZ STYLES */
/* Styles to prettify the quiz page */

html {
    background: #eee;
}

body {
    /*width: 800px;
    margin: 0 auto;
    border: 2px solid #ccc;
    border-top: none;
    background: #fff;
    padding: 20px;
    font-family: Trebuchet, Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #353535;
    line-height: 1.5em;*/
}

.quiz h1,.quiz h2,.quiz h3,.quiz h4,.quiz h5,.quiz h6 {font-weight: bold;}

.quiz h1 {
    font-size: 26px;
    margin: 0 0 20px;
    color: #0C4569;
}
.prueba{
  
}
.quiz h2 {
    font-size: 22px;
    margin: 15px 0;
}
.quiz h3 {
    font-size: 18px;
    margin: 15px 0 10px;
}
.quiz h4 {
    font-size: 16px;
    margin: 10px 0;
}
.quiz h5 {
    font-size: 14px;
    margin: 10px 0 5px;
}
.quiz h6 {
    font-size: 12px;
    margin: 5px 0;
}

.quiz strong { font-weight: bold; }
.quiz em { font-style: italic; }
.quiz ul { list-style-type: circle; }
.quiz ol { list-style-type: decimal; }
.quiz ol li { list-style-type: decimal; margin-left: 20px; }

.quiz .button {
    float: left;
    width: auto;
    padding: 5px 15px;
    color:#ffffff;
    background-color:darkcyan;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-decoration: none;
}
.quiz .button:hover {
    background-color:darkslategray;
}

.quiz .startQuiz {
    margin-top: 40px;
}

.quiz .tryAgain {
    margin: 20px 0;
}

/* clearfix */
.quiz .quizArea, .quizResults {
    zoom: 1;
}
.quiz .quizArea:before, .quiz .quizArea:after, .quiz .quizResults:before, .quiz .quizResults:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.quiz .quizArea:after, .quiz .quizResults:after {
    clear: both;
}

.quiz .questionCount {
    font-size: 14px;
    font-style: italic;
}
.quiz .questionCount span {
    font-weight: bold;
}

.quiz ol.questions {
    margin-top: 20px;
    margin-left: 0;
}
.quiz ol.questions li {
    margin-left: 0;
}

.quiz ul.answers {
    margin-left: 20px;
    margin-bottom: 20px;
}

.quiz ul.responses li {
    margin: 10px 20px 20px;
}
.quiz ul.responses li p span {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.quiz ul.responses li.correct p span {
    color: #6C9F2E;
}.quiz ul.responses li.incorrect p span {
    color: #B5121B;
}

.quiz .quizResults h3 {
    margin: 0;
}
.quiz .quizResults h3 span {
    font-weight: normal;
    font-style: italic;
}
.quiz .quizResultsCopy {
    clear: both;
    margin-top: 20px;
}
#mainMenuWeb.navbar-default .navbar-nav li {
  display: inline-grid;
}
.item-316,.item-349{
  margin-top: 50px!important;
}
.item-141{
  min-width: 350px;
  margin-left: 80px;
}

#button-video2{
  margin-top:40px;
}
#button-video2 .btn-orange{
  background: #FF5722;
  border-radius: 25px;
  color: #fff;
  padding: 10px 20px;
}
@media (min-width: 1024px){
  #featured-articles .blog-featured #featuredContentContainer .container .thumbnail img {
     max-width: inherit!important;
   	 min-height: inherit!important;
   	 height: 234px!important;
	}
}
#innerContent .recipes .service-ingredients .tab-content .thumbnail img {
    width: 20% !important;
}
#featured-articles .blog-featured #featuredContentContainer .container .thumbnail .caption h4 {
  display:none;
}
#more-recipies .moduletable .tagspopular .tab-content .thumbnail .caption h4 {
  display:none;
}
.inner.thumbnail .caption ul li h4 {
  display:none;
}
.tabs-gallery-content .caption ul li a h4 {
  display:none;
}
#innerContent .thumbnail .caption {
    max-height: 117px;
}
#innerContent .thumbnail img.caption {
    max-height: inherit!important;
  	padding: 0!important;
}
#innerContent .thumbnail .caption h3 a {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-pagination .counter{
  display: none;
}