/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../../bundles/paladinifrontendtheme/js/fancy/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../../bundles/paladinifrontendtheme/js/fancy/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../../bundles/paladinifrontendtheme/js/fancy/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../../bundles/paladinifrontendtheme/js/fancy/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../../bundles/paladinifrontendtheme/js/fancy/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../../bundles/paladinifrontendtheme/js/fancy/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
@font-face {
    font-family: 'oswaldbold';
    src: url('../../bundles/paladinifrontendtheme/fonts/oswald-bold-webfont.eot');
    src: url('../../bundles/paladinifrontendtheme/fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../bundles/paladinifrontendtheme/fonts/oswald-bold-webfont.woff2') format('woff2'),
         url('../../bundles/paladinifrontendtheme/fonts/oswald-bold-webfont.woff') format('woff'),
         url('../../bundles/paladinifrontendtheme/fonts/oswald-bold-webfont.ttf') format('truetype'),
         url('../../bundles/paladinifrontendtheme/fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldlight';
    src: url('../../bundles/paladinifrontendtheme/fonts/oswald-light-webfont.eot');
    src: url('../../bundles/paladinifrontendtheme/fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../bundles/paladinifrontendtheme/fonts/oswald-light-webfont.woff2') format('woff2'),
         url('../../bundles/paladinifrontendtheme/fonts/oswald-light-webfont.woff') format('woff'),
         url('../../bundles/paladinifrontendtheme/fonts/oswald-light-webfont.ttf') format('truetype'),
         url('../../bundles/paladinifrontendtheme/fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldregular';
    src: url('../../bundles/paladinifrontendtheme/fonts/oswald-regular-webfont.eot');
    src: url('../../bundles/paladinifrontendtheme/fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../bundles/paladinifrontendtheme/fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../../bundles/paladinifrontendtheme/fonts/oswald-regular-webfont.woff') format('woff'),
         url('../../bundles/paladinifrontendtheme/fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../../bundles/paladinifrontendtheme/fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'eb_garamondregular';
    src: url('../../bundles/paladinifrontendtheme/fonts/ebgaramond-regular-webfont.eot');
    src: url('../../bundles/paladinifrontendtheme/fonts/ebgaramond-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../bundles/paladinifrontendtheme/fonts/ebgaramond-regular-webfont.woff2') format('woff2'),
         url('../../bundles/paladinifrontendtheme/fonts/ebgaramond-regular-webfont.woff') format('woff'),
         url('../../bundles/paladinifrontendtheme/fonts/ebgaramond-regular-webfont.ttf') format('truetype'),
         url('../../bundles/paladinifrontendtheme/fonts/ebgaramond-regular-webfont.svg#eb_garamondregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
a,
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #FFFFFF;
}

html {
    height: 100%;
}

body {
    background: none no-repeat scroll 0 0 transparent;
    color: #000000;
    font-family: "Arial";
    font-weight: 400;
    height: 100%;
    margin: 0 auto;
    min-height: 400px;
    position: relative;
}

.mainContainer {
    min-height: 236px;
    padding: 0;
    position: relative;
    top: 70px;
    z-index: 1;
}

.container {
    position: relative;
}

.hide {
    display: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.leftBlock {
    float: left;
}

.rightBlock {
    float: right;
}

.btnRed {
    background: url("../../bundles/paladinifrontendtheme/img/bg-red-15.png") repeat scroll 0 0 transparent;
    border: 1px solid #c0331a;
    color: #252220;
    display: block;
    font-family: "eb_garamondregular";
    font-size: 24px;
    height: 44px;
    line-height: 44px;
    width: 168px;
}

.errorsContainer {
    margin: 0 auto;
}

.errorsContainer #flash {
    margin: 20px auto 0;
}

.errorsContainer .alert-block {
    background: none repeat scroll 0 0 red;
    /*background: url("../../Resources/bundles/concursofrontendtheme/base/img/bg-black-60.png") repeat scroll 0 0 transparent;*/
    border: medium none;
    color: #fff;
    font-family: "Arial";
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.errorsContainer #flash button {
    color: #fff;
    font-size: 18px;
    margin: 6px 8px 0 0;
    opacity: 1;
}

.modal-flash .alert {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-family: open sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin: 20px 0;
    padding: 0;
    text-align: center;
    text-shadow: none;
}

hr.separator {
    border-color: #cdcdcd;
    margin: 20px auto;
    width: 90%;
}

.loginErrors {
    background: none repeat scroll 0 0 red;
    /*background: url("../../Resources/bundles/concursofrontendtheme/base/img/bg-black-60.png") repeat scroll 0 0 transparent;*/
    color: #fff;
    font-family: 'Arial';
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto 0;
    width: 90%;
}

form .help-block {
    text-align: center;
    width: 100%;
}

form .help-block .text-error {
    color: #b4252d;
    display: block;
    font-family: "oswaldlight";
    font-size: 16px;
    margin: 4px 0;
    text-align: left;
    text-indent: 10px;
    width: 100%;
}

#thePreloader{
    background: none no-repeat scroll 0 0 #debfa4;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
#thePreloader img{
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 30px;
}

#contactPage form .help-block {
    width: 214px;
}
#contactPage form .help-block .text-error {
    padding: 0 0 0 10px;
    text-indent: 0;
    width: 204px;
}
/*
#contactPage form .field ul{
    color: #595959;
    display: block;
    margin: 0 0 10px;
    text-align: center;
    width: 214px;
}
#contactPage form .field ul li{
    color: #b4252d;
    display: block;
    font-family: "oswaldlight";
    font-size: 16px;
    margin: 4px 0;
    text-align: left;
    padding: 0 0 0 10px;
    text-indent: 0;
    width: 204px;
}*/

/**
 *  Pagination
 */
.recipesContainer .pagination {
    margin: 20px auto;
    text-align: left;
    width: 85%;
}

.recipesContainer .pagination > ul > li.disabled {
    display: none;
}

.recipesContainer .pagination > ul > li:hover a,
.recipesContainer .pagination > ul > li:hover span,
.recipesContainer .pagination > ul > li.active span {
    background: none repeat scroll 0 0 #eee;
    border: 2px solid #d3c0b5;
    color: #d3c0b5;
}

.recipesContainer .pagination > ul > li span,
.recipesContainer .pagination > ul > li a {
    background: none no-repeat scroll 0 0 #d3c0b5;
    border: 2px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-family: "eb_garamondregular";
    font-size: 18px;
    line-height: 34px;
    margin: 0 4px 0 0;
    padding: 0 14px;
}

/**
 *  Error 404/500
 */
#page-error {
}

#page-error {
}

#page-error .mainContainer {
    background: url("../../bundles/paladinifrontendtheme/img/bg-contact.jpg") no-repeat fixed center 0 transparent;
}

#page-error .mainContainer .container {
    background: url("../../bundles/paladinifrontendtheme/img/bg-orange-80.png") repeat scroll 0 0 transparent;
    margin: 0 auto;
    padding: 0 80px 60px;
}

#page-error .innerContainer {
    margin: 100px auto 0;
    text-align: center;
}

#page-error h1 {
    color: #b4252d;
    font-family: "eb_garamondregular";
    font-size: 50px;
    line-height: 52px;
    margin: 0 auto 40px;
    text-transform: uppercase;
}

#page-error p {
    color: #333333;
    font-family: "Fjalla One";
    font-size: 20px;
}

/** 
 *  Header
 */
header {
    background: none no-repeat scroll 0 0 #debfa4;
    box-shadow: 0 0 8px #666;
    height: 82px;
    position: fixed;
    width: 100%;
    z-index: 10;
}

header a.logo {
    float: left;
    margin: 0 20px 0 0;
}
header a.logo img{}

header a.logo .mobile {
    display: none;
}

header ul {
    float: left;
    height: 36px;
    list-style: outside none none;
    margin: 46px 0 0;
    overflow: hidden;
}

header ul li {
    display: inline-block;
}
header ul li.theTitle {
    display: none;
}

header ul li a {
    color: #b17c57;
    font-family: 'eb_garamondregular';
    font-size: 20px;
    line-height: 30px;
    margin: 0 16px;
}
header ul li p{
    display: none;
}
header ul li.active a,
header ul li a:hover {
    color: #b4252d;
}

header .searchField {
    float: right;
    margin: 42px 0 0;
}

header .searchField .mobile {
    display: none;
}

header .searchField input[type="search"],
header .searchField input[type="search"]:focus {
    background: url("../../bundles/paladinifrontendtheme/img/bg-headerSearch.png") no-repeat scroll 0 bottom transparent;
    border: medium none;
    box-shadow: none;
    color: #b17c57;
    font-family: "eb_garamondregular";
    font-size: 17px;
    height: 20px;
    line-height: 20px;
    width: 154px;
}

header .menuPane .jspVerticalBar{
    width: 0;
}

/**
 *  Footer
 */
footer {
    background: none no-repeat scroll 0 0 #b37e5a;
    height: 50px;
    position: relative;
    top: 70px;
}
footer .blockLeft{
    float: left;
}
footer .blockRight{
    float: right;
}
#page-error footer p,
#usPage footer p,
footer p,
footer a {
    color: #fffffe;
    display: inline-block;
    font-family: open sans;
    font-size: 12px;
    line-height: 50px;
    margin: 0;
    vertical-align: top;
}
footer a:hover {
    text-decoration: underline;
}
#page-error footer .blockLeft p,
#usPage footer .blockLeft p,
footer .blockLeft p{
    margin: 0 0 0 10px;
}
footer a.logo {
    margin: 0 0 0 10px;
}
footer img.logo{
    margin: 10px 0 7px;
}

/** 
 *  Home
 */
#homePage {
    /*min-height: 0;*/
}

#homePage .mainContainer {
    padding: 0;
}
#homePage .mainContainer .parallaxContainer{
    background: none no-repeat scroll 0 0 #debfa4;
}

#homePage #stage1 {
    position: relative;
    top: 0;
    z-index: 1;
}

#homePage .mainContainer .theSliderMask {
    background: none no-repeat scroll 0 0 transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 12;
}
#homePage .mainContainer .theSliderMask img{
    bottom: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}
#homePage .mainContainer #theSlider .slideInner {
    position: relative;
}
#homePage .mainContainer #theSlider .slideInner img{
    height: 100%;
    max-width: 1920px;
    position: relative;
}
#homePage .mainContainer #theSlider .slideDesc {
    display: none;
    left: 0;
    margin: 0 auto;
    width: 470px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

#homePage .mainContainer #theSlider .slideDesc .slideDescSeparator {
    background: url("../../bundles/paladinifrontendtheme/img/slideDescSeparator.png") no-repeat scroll center center transparent;
    display: block;
    height: 9px;
    margin: 16px auto;
    max-width: 465px;
    overflow: hidden;
    width: 100%;
}

#homePage .mainContainer #theSlider .slideDesc .title {
    color: #debfa4;
    font-family: "eb_garamondregular";
    font-size: 46px;
    line-height: 48px;
    position: relative;
}

#homePage .mainContainer #theSlider .slideDesc .desc {
    color: #ffffff;
    font-family: 'oswaldlight';
    font-size: 21px;
    line-height: 27px;
    position: relative;
}

#homePage #stage2,
#homePage #stage4,
#homePage #stage6 {
    background: none no-repeat scroll 0 0 #f6ebdc;
    height: 580px;
    position: relative;
    z-index: 2;
}

#homePage #stage3 {
    background: url("../../bundles/paladinifrontendtheme/img/bg-products.jpg") no-repeat scroll 0 0 transparent;
    height: 640px;
    text-align: center;
}

#homePage #stage5 {
    background: url("../../bundles/paladinifrontendtheme/img/bg-stage5.jpg") no-repeat scroll 0 0 transparent;
    height: 640px;
    text-align: center;
}

#homePage #stage3 h2,
#homePage #stage5 h2 {
    color: #ffffff;
    display: inline-block;
    font-family: "eb_garamondregular";
    font-size: 50px;
    line-height: 50px;
    position: relative;
    top: 294px;
}

#homePage #stage2 .leftBlock,
#homePage #stage4 .leftBlock,
#homePage #stage4 .rightBlock,
#homePage #stage6 .leftBlock {
    display: table;
    height: 580px;
    text-align: center;
    width: 50%;
}

#homePage #stage2 .leftBlock .innerContainer,
#homePage #stage4 .leftBlock .innerContainer,
#homePage #stage4 .rightBlock .innerContainer,
#homePage #stage6 .leftBlock .innerContainer {
    display: table-cell;
    vertical-align: middle;
}

#homePage #stage2 .rightBlock,
#homePage #stage6 .rightBlock {
    height: 580px;
    text-align: center;
    width: 48%;
}

#homePage #stage2 .rightBlock img,
#homePage #stage6 .rightBlock img {
    width: 96%;
}

#homePage #stage2 h3,
#homePage #stage4 h3,
#homePage #stage6 h3 {
    color: #b4252d;
    font-family: "eb_garamondregular";
    font-size: 43px;
    line-height: 43px;
    margin: 0 0 10px;
}

#homePage #stage2 p,
#homePage #stage4 p,
#homePage #stage6 p {
    color: #333333;
    font-family: "oswaldlight";
    font-size: 22px;
    line-height: 32px;
    margin: 0;
}

#homePage #stage2 a,
#homePage #stage4 a,
#homePage #stage6 a {
    background: url("../../bundles/paladinifrontendtheme/img/img-prodSeparator.png") no-repeat scroll center 0 transparent;
    color: #b17c57;
    display: block;
    font-family: "eb_garamondregular";
    font-size: 26px;
    line-height: 53px;
    margin: 24px auto 0;
    text-align: center;
    width: 203px;
}

#homePage #stage4 img {
    margin: 5px;
    width: 45%;
}

/**
 *  Contact Page
 */
#contactPage {
}

#contactPage .mainContainer {
    background: url("../../bundles/paladinifrontendtheme/img/bg-contact.jpg") no-repeat fixed center 0 transparent;
}

#contactPage .mainContainer .container {
    background: url("../../bundles/paladinifrontendtheme/img/bg-orange-80.png") repeat scroll 0 0 transparent;
    margin: 0 auto;
    padding: 0 80px 60px;
}

#contactPage .formContainer {
    margin: 36px auto 20px;
    text-align: center;
    width: 500px;
}

#contactPage .formContainer.centered {
    bottom: 0;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 500px;
}
#contactPage .formContainer.centered.messageSent {
    max-width: 500px;
    width: 100%;
}
#contactPage .formContainer.centered.messageSent p{
    line-height: 40px;
    margin: 0 auto;
    width: 80%;
}
#contactPage .formContainer h1 {
    background: url("../../bundles/paladinifrontendtheme/img/contacto/border-title.png") no-repeat scroll center bottom transparent;
    color: #b4252d;
    font-family: "eb_garamondregular";
    font-size: 42px;
    line-height: 52px;
    margin: 0 auto 20px;
    padding: 0 0 10px;
}

#contactPage .formContainer p.msgSent {
    color: #b4252d;
    font-family: "oswaldlight";
    font-size: 38px;
    margin: 0;
    text-align: center;
    text-indent: 6px;
}

#contactPage .formContainer .field {
    display: inline-block;
    margin: 0 30px 10px;
    vertical-align: top;
}

#contactPage .formContainer .field.leftField {
    margin-left: 0;
}

#contactPage .formContainer .field.rightField {
    margin-right: 0;
}

#contactPage .formContainer .field.centerField {
    margin: 0 0 10px;
}

#contactPage .formContainer label {
    /*color: #333333;*/
    /*font-family: "Fjalla One";*/
    color: #292929;
    font-family: "eb_garamondregular";
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
}
#contactPage .formContainer .field.phoneField{
    width: 216px;
}
#contactPage .formContainer .field.phoneField .help-block{
    float: left;
}
#contactPage .formContainer .field.phoneField .phonePrefix{
    float: left;
    width: 70px;
}
#contactPage .formContainer .field.phoneField .phoneNumber{
    float: left;
    width: 145px;
}
#contactPage .formContainer .field.phoneField .phonePrefix input{
    width: 76%;
}
#contactPage .formContainer .field.phoneField .phoneNumber input{
    width: 88%;
}
#contactPage .formContainer input[type="text"],
#contactPage .formContainer textarea {
    background: rgba(255, 255, 255, 0.8) none no-repeat scroll 0 0;
    border: 1px solid #b17c57;
    border-radius: 0;
    box-shadow: none;
    color: #333333;
    font-family: "oswaldlight";
    font-size: 16px;
    margin: 0;
}

#contactPage .formContainer input[type="text"] {
    height: 22px;
    width: 200px;
}

#contactPage .formContainer .field.centerField textarea {
    display: block;
    height: 45px;
    width: 480px;
}
#contactPage .formContainer .captchaField {
    display: block;
    margin: 0 0 10px;
}
#contactPage .formContainer .captchaField #recaptcha_widget_div{}
#contactPage .formContainer .captchaField #recaptcha_widget_div .recaptchatable{
    border: 0 none !important;
}
#contactPage .formContainer .captchaField #recaptcha_widget_div .recaptchatable #recaptcha_response_field{
    border: 1px solid #b17c57 !important;
    display: block;
    float: left;
    width: 92% !important;
}
#contactPage .formContainer .captchaField #recaptcha_widget_div .recaptchatable .recaptcha_image_cell{
    background: none no-repeat scroll 0 0 transparent;
}

#contactPage .formContainer .checkBoxField {
    display: block;
    margin: 5px 0 10px;
    text-align: left;
}
#contactPage .formContainer .checkBoxField input{
    display: inline-block;
    margin: 4px 10px 0 0;
    vertical-align: middle;
}
#contactPage .formContainer .checkBoxField label{
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
#contactPage .formContainer .checkBoxField label a{
    color: #b4252d;
}

#contactPage .formContainer .submitField {
    display: block;
    margin: 10px auto 0;
}

#contactPage .formContainer .btnSubmit {
    background: url("../../bundles/paladinifrontendtheme/img/bg-red-15.png") repeat scroll 0 0 transparent;
    border: 1px solid #c0331a;
    border-radius: 0;
    color: #252220;
    display: block;
    font-family: "eb_garamondregular";
    font-size: 24px;
    height: 40px;
    margin: 20px auto 0;
    text-shadow: none;
    width: 150px;
}
#contactPage .formContainer p.mandatoryFieldsText{
    color: #5c5c5c;
    font-family: 'open sans';
    font-size: 11px;
    margin: 15px 0 0;
    text-align: left;
}
#contactPage .formContainer .habeasData{
    margin: 40px auto 0;
    text-align: left;
}
#contactPage .formContainer .habeasData p{
    color: #5c5c5c;
    display: block;
    font-family: open sans;
    font-size: 12px;
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
}
#contactPage .formContainer .habeasData .more p{
    line-height: 14px;
    margin: 0 0 10px;
    text-align: left;
}
#contactPage .formContainer .habeasData .more{
    height: 0;
    overflow: hidden;
    transition: height 1s linear 0s;
}
#contactPage .formContainer .habeasData .more.open{
    height: 360px;
}
#contactPage .formContainer .habeasOpen{
    color: #b4252d;
}
#contactPage .formContainer .contactInfo {
    display: block;
    margin: 16px auto 0;
}
#contactPage .formContainer .contactInfo hr{
    background: transparent url("../../bundles/paladinifrontendtheme/img/contacto/img-separator.png") no-repeat scroll center center;
    border: medium none;
    display: block;
    height: 7px;
    margin: 20px 0 16px;
}
#contactPage .formContainer .contactInfo p{
    color: #b4252d;
    font-family: "eb_garamondregular";
    font-size: 24px;
}

/**
 *  Products Page
 */
#productsPage {
}

#productsPage .mainContainer {
    background: url("../../bundles/paladinifrontendtheme/img/bg-products.jpg") no-repeat fixed center 0 transparent;
}

#productsPage .mainContainer .container {
    background: url("../../bundles/paladinifrontendtheme/img/bg-orange-80.png") repeat scroll 0 0 transparent;
    margin: 0 auto;
    padding: 0 80px 60px;
}

#productsPage h1 {
    color: #b4252d;
    font-family: "eb_garamondregular";
    font-size: 42px;
    line-height: 52px;
    margin: 36px auto 60px;
    text-align: center;
}

#productsPage h1 img {
    display: block;
    margin: 4px auto 0;
}
#productsPage .blockProdPDF{
    margin: 40px auto 0;
    text-align: center;
    width: 100%;
}
#productsPage .blockProdPDF img{
    height: 40px;
    margin: 0 10px 0 0;
    vertical-align: top;
}
#productsPage .blockProdPDF a{
    color: #b17c57; /* Dorado */
    /*color: #b4252d;  Rojo */
    display: block;
    font-family: "eb_garamondregular";
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-shadow: none;
}
#productsPage .categoryContainer {
    overflow: hidden;
    text-align: center;
}

#productsPage .categoryContainer .catBlock {
    display: inline-block;
    margin: 10px 12px;
    width: 350px;
}

#productsPage .categoryContainer img {
    display: block;
    height: 200px;
    margin: 0 auto;
    width: 350px;
}

#productsPage .categoryContainer .name {
    color: #b4252d;
    font-family: "eb_garamondregular";
    font-size: 19px;
    line-height: 34px;
    text-align: center;
}

#productsPage .categoryContainer .leftDeco,
#productsPage .categoryContainer .rightDeco {
    background: url("../../bundles/paladinifrontendtheme/img/prodNameDecoLeft.png") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 11px;
    margin: 0 10px 0 0;
    width: 67px;
}

#productsPage .categoryContainer .rightDeco {
    background: url("../../bundles/paladinifrontendtheme/img/prodNameDecoRight.png") repeat scroll 0 0 transparent;
    margin: 0 0 0 10px;
}

/** 
 *  Products Detail Page
 */
#productsDetailPage {
}

#productsDetailPage .mainContainer {
    background: url("../../bundles/paladinifrontendtheme/img/bg-products.jpg") no-repeat fixed center 0 transparent;
}

#productsDetailPage .mainContainer .container {
    background: url("../../bundles/paladinifrontendtheme/img/bg-orange-80.png") repeat scroll 0 0 transparent;
    margin: 0 auto;
    padding: 0 80px 60px;
}

#productsDetailPage h1,
#productsDetailPage h1 a{
    color: #b4252d;
    font-family: "eb_garamondregular";
    font-size: 36px;
    line-height: 36px;
    margin: 36px auto 10px;
    text-align: center;
}

#productsDetailPage h1 img {
    display: block;
    margin: 10px auto 0;
}

#productsDetailPage .theCatMenu {
    text-align: center;
}

#productsDetailPage .theCatMenu a {
    color: #292929;
    display: inline-block;
    font-family: "eb_garamondregular";
    font-size: 19px;
    line-height: 34px;
    margin: 0 20px;
}

#productsDetailPage .theCatMenu a.active,
#productsDetailPage .theCatMenu a:hover {
    color: #b7393d;
}

#productsDetailPage .prodDetailBlock {
    /*border: 1px dotted red;*/
    overflow: hidden;
}

#productsDetailPage .prodDetailBlock .theImg {
    float: left;
    position: relative;
    height: 460px;
    width: 560px;
}

#productsDetailPage .prodDetailBlock .theImgContainer {
    display: none;
}
#productsDetailPage .prodDetailBlock .theImgContainer .slides{
    display: none;
}
#productsDetailPage .prodDetailBlock .theImgContainer .slides img {
    display: block;
    margin: 0 auto;
    height: 460px;
    width: 460px;
}

#productsDetailPage .prodDetailBlock .theDesc {
    display: table;
    float: right;
    height: 560px;
    padding: 0 60px 0 0;
    width: 500px;
}

#productsDetailPage .prodDetailBlock .theDesc .innerContainer {
    display: table-cell;
    vertical-align: middle;
}

#productsDetailPage .prodDetailBlock .theDesc .innerContainer h2 {
    color: #a07244;
    font-family: "eb_garamondregular";
    font-size: 36px;
    line-height: 36px;
    margin: 16px 0;
}

#productsDetailPage .prodDetailBlock .theDesc .innerContainer p {
    color: #313030;
    font-family: "oswaldlight";
    font-size: 18px;
    line-height: 23px;
}

#productsDetailPage .relatedProds {
    /*border: 1px dotted black;*/
    margin: 20px auto 0;
    position: relative;
    width: 100%;
}
#productsDetailPage .mobileUrls {
    display: none;
}
#productsDetailPage .relatedProds a.leftArrow,
#productsDetailPage .relatedProds a.rightArrow {
    background: url("../../bundles/paladinifrontendtheme/img/sliderArrows.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    display: block;
    height: 32px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 12px;
}

#productsDetailPage .relatedProds a.leftArrow {
    left: -12px;
}

#productsDetailPage .relatedProds a.rightArrow {
    background: url("../../bundles/paladinifrontendtheme/img/sliderArrows.png") no-repeat scroll -12px 0 transparent;
    right: -12px;
}

#productsDetailPage .relatedProds #otherProds {
    margin: 0 auto;
    /*width: 780px;*/
}

#productsDetailPage .relatedProds #otherProds a {
    display: block;
    text-align: center;
}

#productsDetailPage .relatedProds #otherProds a img {
    height: 150px;
}

#productsDetailPage .prodDetailBlock .theImg a.leftArrow,
#productsDetailPage .prodDetailBlock .theImg a.rightArrow {
    background: url("../../bundles/paladinifrontendtheme/img/sliderArrows.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    display: none;
    height: 32px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 12px;
}

#productsDetailPage .prodDetailBlock .theImg a.leftArrow {
    left: -12px;
}

#productsDetailPage .prodDetailBlock .theImg a.rightArrow {
    background: url("../../bundles/paladinifrontendtheme/img/sliderArrows.png") no-repeat scroll -12px 0 transparent;
    right: -12px;
}

/**
 *  Recipes Page / Tags
 */
#recipePage {
}

#recipePage .mainContainer,
#tagsPage .mainContainer {
    background: url("../../bundles/paladinifrontendtheme/img/bg-recipes.jpg") no-repeat fixed center 0 transparent;
}

#recipePage .mainContainer .container,
#tagsPage .mainContainer .container {
    background: url("../../bundles/paladinifrontendtheme/img/bg-orange-80.png") repeat scroll 0 0 transparent;
    margin: 0 auto;
    padding: 0 80px 60px;
}

#recipePage h1,
#tagsPage h1 {
    color: #b4252d;
    font-family: "eb_garamondregular";
    font-size: 42px;
    line-height: 51px;
    margin: 36px auto 10px;
    text-align: center;
}

#recipePage h2.tagFilter,
#tagsPage h2.tagFilter {
    color: #b4252d;
    font-family: "eb_garamondregular";
    font-size: 32px;
    line-height: 51px;
    margin: 0 auto 10px;
    text-align: left;
    width: 85%;
}

#recipePage h1 img,
#tagsPage h1 img {
    display: block;
    margin: 10px auto 0;
}

#recipePage .theCatMenu,
#tagsPage .theCatMenu {
    text-align: center;
}

#recipePage .theCatMenu a,
#tagsPage .theCatMenu a {
    color: #292929;
    display: inline-block;
    font-family: "eb_garamondregular";
    font-size: 19px;
    line-height: 34px;
    margin: 0 20px;
}

#recipePage .theCatMenu a.active,
#recipePage .theCatMenu a:hover,
#tagsPage .theCatMenu a.active,
#tagsPage .theCatMenu a:hover {
    color: #b7393d;
}

#recipePage .recipesContainer,
#tagsPage .recipesContainer {
    /*border: 1px dotted black;*/
    margin: 0 auto;
    max-width: 1010px;
    padding: 30px 0 0;
    text-align: left;
}

#recipePage .recipesContainer .recipeBlock,
#tagsPage .recipesContainer .recipeBlock {
    /*border: 1px dashed red;*/
    display: inline-block;
    margin: 12px 11px;
    vertical-align: top;
    width: 312px;
}

#recipePage .recipesContainer .recipeBlock.mallmannRecipe {
    display: none;
    width: 655px;
}

#recipePage .recipesContainer .recipeBlock .recipeImg,
#tagsPage .recipesContainer .recipeBlock .recipeImg {
    position: relative;
}

#recipePage .recipesContainer .recipeBlock .recipeImg img,
#tagsPage .recipesContainer .recipeBlock .recipeImg img {
    height: 216px;
    width: 315px;
}

#recipePage .recipesContainer .recipeBlock .recipeImg .theSignature,
#tagsPage .recipesContainer .recipeBlock .recipeImg .theSignature {
    background: url("../../bundles/paladinifrontendtheme/img/bg-black-70.png") repeat scroll 0 0 transparent;
    bottom: 0;
    display: none;
    height: 45px;
    position: absolute;
    width: 100%;
}

#recipePage .recipesContainer .recipeBlock .recipeImg .theSignature.signed,
#tagsPage .recipesContainer .recipeBlock .recipeImg .theSignature.signed {
    display: block;
}

#recipePage .recipesContainer .recipeBlock .recipeImg .theSignature img,
#tagsPage .recipesContainer .recipeBlock .recipeImg .theSignature img {
    float: right;
    height: auto;
    margin: 5px 5px 0 0;
    width: auto;
}

#recipePage .recipesContainer .recipeBlock .desc,
#tagsPage .recipesContainer .recipeBlock .desc {
    background: none no-repeat scroll 0 0 #b17c57;
    padding: 20px 20px 12px;
    text-align: center;
}

#recipePage .recipesContainer .recipeBlock .desc .titleContainer,
#tagsPage .recipesContainer .recipeBlock .desc .titleContainer {
    display: table;
    height: 75px;
    text-align: center;
    width: 100%;
}

#recipePage .recipesContainer .recipeBlock .desc p,
#tagsPage .recipesContainer .recipeBlock .desc p {
    color: #FFFFFF;
    display: table-cell;
    font-family: "eb_garamondregular";
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    vertical-align: middle;
}

#recipePage .recipesContainer .recipeBlock.mallmannRecipe .desc p {
    font-size: 19px;
    line-height: 22px;
    margin: 0;
}

#recipePage .recipesContainer .recipeBlock .desc .verMas,
#tagsPage .recipesContainer .recipeBlock .desc .verMas {
    color: #debfa4;
    display: block;
    font-family: "eb_garamondregular";
    font-size: 18px;
    line-height: 24px;
    margin: 16px 0 0;
}

#recipePage .recipesContainer .recipeBlock .desc .verMas img,
#tagsPage .recipesContainer .recipeBlock .desc .verMas img {
    display: block;
    margin: 0 auto 6px;
}

#recipePage .recipesContainer .recipeBlock.mallmannRecipe a {
    display: inline-block;
    font-size: 19px;
    line-height: 22px;
    margin: 0;
}

#recipePage .recipesContainer .theNav,
#tagsPage .recipesContainer .theNav {
    margin: 10px auto 0;
    overflow: hidden;
    width: 85%;
}

#recipePage .recipesContainer .theNav .pages,
#tagsPage .recipesContainer .theNav .pages {
    float: left;
}

#recipePage .recipesContainer .theNav .pages a,
#tagsPage .recipesContainer .theNav .pages a {
    background: none no-repeat scroll 0 0 #d3c0b5;
    border: 2px solid #FFFFFF;
    color: #ffffff;
    display: inline-block;
    font-family: "eb_garamondregular";
    font-size: 18px;
    line-height: 34px;
    margin: 0 4px 0 0;
    padding: 0 14px;
}

#recipePage .recipesContainer .theNav .results,
#tagsPage .recipesContainer .theNav .results {
    background: none no-repeat scroll 0 0 #d3c0b5;
    border: 2px solid #FFFFFF;
    color: #ffffff;
    display: inline-block;
    float: right;
    font-family: "eb_garamondregular";
    font-size: 18px;
    line-height: 34px;
    padding: 0 14px;
}

/** 
 *  Recipes Detail Page
 */
#recipeDetailPage {
}

#recipeDetailPage .mainContainer {
    background: url("../../bundles/paladinifrontendtheme/img/bg-recipes.jpg") no-repeat fixed center 0 transparent;
}

#recipeDetailPage .mainContainer .container {
    background: url("../../bundles/paladinifrontendtheme/img/bg-orange-80.png") repeat scroll 0 0 transparent;
    margin: 0 auto;
    padding: 0 80px 60px;
}

#recipeDetailPage .theBreadcrumb,
#recipeDetailPage .theBreadcrumb a{
    color: #292929;
    font-family: "eb_garamondregular";
    font-size: 18px;
    line-height: 34px;
    margin: 20px 0;
}
#recipeDetailPage .theBreadcrumb{
    margin: 70px 0 20px;
}
#recipeDetailPage .theBreadcrumb a:hover{
    text-decoration: underline;
}
#recipeDetailPage .theBreadcrumb span {
    color: #b4252d;
}

#recipeDetailPage .btnBack {
    display: none;
}
#recipeDetailPage .theImgSlide{
    max-height: 466px;
    width: 100%;
    position: relative;
}
#recipeDetailPage .theImg {
    position: relative;
}

#recipeDetailPage .theImg > img {
    max-height: 466px;
    width: 100%;
}

#recipeDetailPage .theImg .theSignature {
    background: url("../../bundles/paladinifrontendtheme/img/bg-black-70.png") repeat scroll 0 0 transparent;
    bottom: 0;
    display: none;
    height: 80px;
    position: absolute;
    width: 100%;
}

#recipeDetailPage .theImg .theSignature.signed {
    display: block;
}

#recipeDetailPage .theImg .theSignature img {
    float: right;
    margin: 10px 20px 0 0;
}

#recipeDetailPage .recipeContainer {
    text-align: center;
}

#recipeDetailPage .recipeContainer h1 {
    color: #b4252d;
    font-family: "eb_garamondregular";
    font-size: 38px;
    /*font-size: 50px;*/
    line-height: 50px;
    margin: 20px auto;
    width: 50%;
}

#recipeDetailPage .recipeContainer p.rinde {
    color: #000000;
    font-family: "eb_garamondregular";
    font-size: 14px;
    /*font-size: 18px;*/
    line-height: 18px;
    margin: 0 auto 40px;
    text-transform: uppercase;
    width: 50%;
}

#recipeDetailPage .recipeContainer .ingredients,
#recipeDetailPage .recipeContainer .elaboration {
    /*border: 1px dotted black;*/
    display: inline-block;
    padding: 0 0 40px;
    text-align: center;
    vertical-align: top;
    width: 49%;
}

#recipeDetailPage .recipeContainer .ingredients {
    border-right: 1px solid rgba(0, 0, 0, .2);
}

#recipeDetailPage .recipeContainer .elaboration {
    border-left: 1px solid rgba(0, 0, 0, .2);
}

#recipeDetailPage .recipeContainer h2 {
    color: #b17c57;
    font-family: "eb_garamondregular";
    font-size: 26px;
    line-height: 37px;
    margin: 0 auto 20px;
}

#recipeDetailPage .recipeContainer h2 img {
    display: block;
    margin: 10px auto 0;
}

#recipeDetailPage .recipeContainer p {
    color: #000000;
    font-family: "eb_garamondregular";
    font-size: 19px;
    line-height: 35px;
    /*font-size: 23px;
    line-height: 40px;*/
    margin: 0 auto;
    width: 75%;
}

#recipeDetailPage .recipeContainer .videoMask {
    display: block;
    height: 203px;
    margin: 60px auto 0;
    position: relative;
    width: 360px;
}
#recipeDetailPage .recipeContainer .videoMask a{
    background: url("../../bundles/paladinifrontendtheme/img/YouTube-icon-dark.png") no-repeat scroll center center transparent;
    height: 203px;
    width: 360px;
    position: absolute;
}
#recipeDetailPage .recipeContainer .videoMask a:hover {
    background: url("../../bundles/paladinifrontendtheme/img/YouTube-icon-full_color.png") no-repeat scroll center center transparent;
}
#recipeDetailPage .recipeContainer .videoMask img{
    height: 100%;
    width: 100%;
}

#recipeDetailPage .recipeContainer .btnRed {
    border-radius: 4px;
    font-size: 23px;
    height: 40px;
    line-height: 40px;
    margin: 30px auto 0;
    padding: 0 20px;
    width: 164px;
}

#recipeDetailPage .theTags {
    margin: 60px 0 0;
}

#recipeDetailPage .theTags p {
    color: #b17c57;
    display: inline-block;
    font-family: "eb_garamondregular";
    font-size: 17px;
    line-height: 17px;
    margin: 0;
}

#recipeDetailPage .theTags a {
    background: none no-repeat scroll 0 0 #e9c8bb;
    border: 1px solid #d5735b;
    color: #b4252d;
    display: inline-block;
    font-family: "eb_garamondregular";
    font-size: 17px;
    line-height: 24px;
    padding: 0 6px;
}

/** 
 *  Tags Page
 */
#tagsPage {
}

#tagsPage h2 {
    color: #b4252d;
    display: block;
    font-family: "eb_garamondregular";
    font-size: 32px;
    line-height: 50px;
    margin: 30px auto -20px;
    width: 85%;
}

/** 
 *  Search Page
 */
#searchPage {
}

#searchPage .mainContainer {
    background: url("../../bundles/paladinifrontendtheme/img/bg-recipes.jpg") no-repeat fixed center 0 transparent;
}

#searchPage .mainContainer .container {
    background: url("../../bundles/paladinifrontendtheme/img/bg-orange-80.png") repeat scroll 0 0 transparent;
    margin: 0 auto;
    padding: 0 80px 60px;
}

#searchPage h1 {
    color: #b4252d;
    font-family: "eb_garamondregular";
    font-size: 42px;
    line-height: 51px;
    margin: 36px auto 10px;
    text-align: center;
}

#searchPage h1 img {
    display: block;
    margin: 10px auto 0;
}

#searchPage h2 {
    color: #b4252d;
    display: block;
    font-family: "eb_garamondregular";
    font-size: 32px;
    line-height: 50px;
    margin: 30px auto -20px;
    width: 85%;
}

#searchPage .resultMsg {
    color: #000000;
    display: block;
    font-family: "eb_garamondregular";
    font-size: 18px;
    line-height: 30px;
    margin: 30px auto 0;
    width: 88%;
}

#searchPage .productsResults {
    margin: 0 auto;
    width: 88%;
}

#searchPage .productsResults h3 {
    color: #b17c57;
    display: block;
    font-family: "Fjalla One";
    font-size: 26px;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
}

#searchPage .productsResults .productBlock {
    /*border: 1px solid #000;*/
    display: inline-block;
    margin: 12px;
    text-align: center;
    vertical-align: top;
    width: 220px;
}

#searchPage .productsResults .productBlock .title {
    display: table;
    height: 50px;
    text-align: center;
    width: 100%;
}

#searchPage .productsResults .productBlock .title p {
    color: #343434;
    display: table-cell;
    font-family: "Fjalla One";
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
    vertical-align: middle;
}

#searchPage .recipesResults {
    margin: 0 auto;
    width: 88%;
}

#searchPage .recipesResults h3 {
    color: #b17c57;
    display: block;
    font-family: "Fjalla One";
    font-size: 26px;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
}

#searchPage .recipesResults .recipeBlock {
    /*border: 1px dashed red;*/
    display: inline-block;
    margin: 12px;
    vertical-align: top;
    width: 312px;
}

#searchPage .recipesResults .recipeBlock .recipeImg {
    position: relative;
}

#searchPage .recipesResults .recipeBlock .recipeImg img {
    height: 216px;
    width: 315px;
}

#searchPage .recipesResults .recipeBlock .recipeImg .theSignature {
    background: url("../../bundles/paladinifrontendtheme/img/bg-black-70.png") repeat scroll 0 0 transparent;
    bottom: 0;
    display: none;
    height: 45px;
    position: absolute;
    width: 100%;
}

#searchPage .recipesResults .recipeBlock .recipeImg .theSignature.signed {
    display: block;
}

#searchPage .recipesResults .recipeBlock .recipeImg .theSignature img {
    float: right;
    height: auto;
    margin: 5px 5px 0 0;
    width: auto;
}

#searchPage .recipesResults .recipeBlock .desc {
    background: none no-repeat scroll 0 0 #b17c57;
    padding: 20px 0 12px;
    text-align: center;
}

#searchPage .recipesResults .recipeBlock .desc .titleContainer {
    display: table;
    height: 48px;
    text-align: center;
    width: 100%;
}

#searchPage .recipesResults .recipeBlock .desc p {
    color: #FFFFFF;
    display: table-cell;
    font-family: "eb_garamondregular";
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    vertical-align: middle;
}

#searchPage .recipesResults .recipeBlock .desc a {
    color: #debfa4;
    display: block;
    font-family: "eb_garamondregular";
    font-size: 18px;
    line-height: 24px;
    margin: 16px 0 0;
}

#searchPage .recipesResults .recipeBlock .desc a img {
    display: block;
    margin: 0 auto 6px;
}

/** 
 *  Sitemap Page
 */
#sitemapPage {
}

#sitemapPage .mainContainer {
    background: url("../../bundles/paladinifrontendtheme/img/bg-recipes.jpg") no-repeat fixed center 0 transparent;
}

#sitemapPage .mainContainer .container {
    background: url("../../bundles/paladinifrontendtheme/img/bg-orange-80.png") repeat scroll 0 0 transparent;
    margin: 0 auto;
    padding: 0 80px 60px;
}

#sitemapPage h1 {
    color: #b4252d;
    font-family: "eb_garamondregular";
    font-size: 42px;
    line-height: 51px;
    margin: 36px auto 10px;
    text-align: center;
}

#sitemapPage h1 img {
    display: block;
    margin: 10px auto 0;
}

#sitemapPage .mainContainer .container ul {
    list-style: none;
}

#sitemapPage .mainContainer .container ul li:before {
    content: "\00BB \0020";
}

#sitemapPage .mainContainer .container ul li a {
    color: #b17c57;
    font-family: "eb_garamondregular";
    font-size: 18px;
    line-height: 24px;
}

#sitemapPage .mainContainer .container ul li:active a,
#sitemapPage .mainContainer .container ul li:hover a {
    color: #b4252d;
}

/* Responsive Styles */

header .btn-navbar {
    background: none repeat scroll 0 0 #464646;
    display: none;
    float: left;
    height: 50px;
    margin: 22px 0 0 20px;
    padding: 0 10px;
    width: 30px;
}

header .btn.btn-navbar:hover,
header .btn.btn-navbar:active {
    background: none repeat scroll 0 0 #464646;
}

header .btn-navbar .icon-bar {
    background: none repeat scroll 0 0 #b17c57;
    display: block;
    height: 5px;
    margin: 8px 0;
    width: 100%;
}
header ul .theTitle {
    padding: 60px 0 0;
    text-align: center;
}
header ul .theTitle img{
    width: 385px;
}
#page-error header ul li p,
#usPage header ul li p,
header ul li p{
    color: #262526;
    font-family: oswaldlight;
    font-size: 18px;
    line-height: 24px;
    padding: 0 20px;
}

/**
 *  Us Page
 */
#usPage {
}

#usPage .mainContainer {
    background: url("../../bundles/paladinifrontendtheme/img/bg-us.jpg") no-repeat fixed center 0 transparent;
}

#usPage .mainContainer .container {
    background: none no-repeat scroll 0 0 transparent;
    margin: 0 auto;
    max-width: 860px;
    padding: 0 80px 20px;
}

#usPage .mainContainer .container .innerContainer{
    /*max-width: 75%;*/
}
#usPage .mainContainer .container .innerContainer img{
    margin: 0 0 20px;
}
#usPage h1 {
    color: #FFFFFF;
    font-family: "eb_garamondregular";
    font-size: 42px;
    line-height: 51px;
    margin: 60px auto 50px;
    text-align: center;
}

#usPage h1 img {
    display: block;
    margin: 10px auto 0;
}

#usPage h2 {
    color: #a07244;
    font-family: "eb_garamondregular";
    font-size: 36px;
    line-height: 36px;
    margin: 16px 0;
}

#usPage p {
    color: #ffffff;
    font-family: "eb_garamondregular";
    font-size: 23px;
    line-height: 25px;
    margin: 0 0 15px;
}

/**
 *  Tos Page
 */
#tosPage {
}
#tosPage .mainContainer {
    background: url("../../bundles/paladinifrontendtheme/img/bg-orange-80.png") repeat scroll 0 0 transparent;
}
#tosPage .mainContainer .container {
    background: none no-repeat scroll 0 0 transparent;
    margin: 0 auto;
    max-width: 860px;
    padding: 0 80px 20px;
    width: auto;
}
#tosPage .mainContainer .container .innerContainer{
    margin: 60px auto 0;
}
#tosPage .mainContainer .container h1,
#tosPage .mainContainer .container h2{
    color: #5c5c5c;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 20px 0;
    text-decoration: underline;
}
#tosPage .mainContainer .container p{
    color: #5c5c5c;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 10px;
}
#tosPage .mainContainer .container h3{
    color: #5c5c5c;
    font-family: Arial;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    line-height: 20px;
    margin: 20px 0;
}
#tosPage .mainContainer .container h4{
    color: #5c5c5c;
    font-family: Arial;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    line-height: 20px;
    margin: 20px 0;
}

/**
 *  Mobile
 */
/*.mobile body{
    width: 100%;
}*/

@media screen and (max-width: 1380px) {
    .container,
    #contactPage .mainContainer .container{
        padding: 0;        
    }
    #searchPage .mainContainer .container,
    #recipePage .mainContainer .container,
    #recipeDetailPage .mainContainer .container,
    #productsPage .mainContainer .container,
    #productsDetailPage .mainContainer .container,
    #tagsPage .mainContainer .container{
        padding: 0 0 60px;
    }

    #recipeDetailPage .theBreadcrumb,
    /*#recipeDetailPage .theImg,*/
    #recipeDetailPage .recipeContainer,
    #recipeDetailPage .theTags{
        margin: 20px auto;
        width: 95%;
    }
    #recipeDetailPage .theBreadcrumb{
        margin: 70px auto 20px;
    }
    #productsDetailPage .relatedProds{
        width: 90%;
    }
}
@media screen and (max-width: 1200px) {
    #recipeDetailPage .recipeContainer h1{
        width: 80%;
    }

    #productsDetailPage .prodDetailBlock .theImg {
        height: auto;
        min-height: 560px;
        width: 49%;
    }
    #productsDetailPage .prodDetailBlock .theImg img {
        width: 80%;
    }
    #productsDetailPage .prodDetailBlock .theDesc {
        padding: 0 4% 0 0;
        width: 44%;
    }
    #recipePage .recipesContainer,
    #tagsPage .recipesContainer{
        text-align: center;
    }
    #page-error footer p, #usPage footer p, footer p, footer a{
        font-size: 10px;
    }

}
@media screen and (max-width: 980px) {
    header a.logo{
        margin: 0;
    }
    header a.logo img{
        width: 180px;
    }
    header .searchField input[type="search"],
    header .searchField input[type="search"]:focus{
        background-position: right bottom;
        font-size: 16px;
        width: 100px;
    }
    #searchPage .productsResults,
    #searchPage .recipesResults{
        text-align: center;
    }
    header ul li a{
        font-size: 18px;
        margin: 0 12px;
    }
    footer{
        height: auto;
    }
    footer .blockLeft,
    footer .blockRight{
        float: none;
        text-align: center;
    }
    #recipeDetailPage .theBreadcrumb{
        margin: 40px auto 10px;
    }
}
@media screen and (max-width: 768px) {
    body{
        padding: 0;
    }
    #productsDetailPage .relatedProds{
        width: 80%;
    }
}
@media screen and (max-width: 720px) {
    header ul li a {
        font-size: 18px;
        margin: 0 3px;
    }

}
@media screen and (max-width: 700px) {
    #recipePage .recipesContainer .recipeBlock.mallmannRecipe{
        width: 92%;
    }
}
@media screen and (max-width: 630px) {
    header .btn-navbar {
        display: block;
    }
    header a.logo{
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: center;
        width: 220px;
        z-index: 1;
    }
    header a.logo img{
        width: auto;
    }
    header .btn-navbar{
        background: none no-repeat scroll 0 0 #010101;
        border: medium none;
        border-radius: 0;
        box-shadow: none;
    }
    header .btn.btn-navbar:hover,
    header .btn.btn-navbar:active,
    header .btn.btn-navbar.open {
        background: none no-repeat scroll 0 0 #ebe0d2;
    }
    header ul{
        background: url("../../bundles/paladinifrontendtheme/img/bg-menuMobile.png") no-repeat scroll center bottom #f6ebdc;
        clear: both;
        height: 0;
        margin: 0;
        overflow: hidden;
        position: absolute;
        top: 70px;
        transition: height 500ms linear 0s;
        width: 100%;
    }
    header ul.open {
        height: 660px;
    }
    header ul li{
        /*border-bottom: 1px dotted white;*/
        display: block;
    }
    header ul li.theTitle{
        display: block;
    }
    header ul li a{
        display: block;
        font-size: 38px;
        line-height: 45px;
        text-indent: 16px;
    }
    header ul li p{
        display: block;
    }
    #recipeDetailPage .theBreadcrumb{
        margin: 60px auto 10px;
    }

}
@media screen and (max-width: 550px) {
    #contactPage .formContainer{
        width: 90%;
    }
    #contactPage .formContainer h1{
        font-size: 45px;
    }
    #contactPage .formContainer .field.leftField,
    #contactPage .formContainer .field.rightField{
        margin: 0;
        width: 49%;
    }
    #contactPage .formContainer .field.centerField{
        width: 100%;
    }
    #contactPage .formContainer textarea{
        margin: 0 auto;
        width: 90%;
    }
    #contactPage .formContainer input[type="text"]{
        width: 85%;
    }

    #tagsPage h2{
        font-size: 30px;
    }

    #productsDetailPage .prodDetailBlock .theImg{
        float: none;
        margin: 20px auto;
        min-height: 0;
        width: 80%;
    }
    #productsDetailPage .prodDetailBlock .theDesc{
        float: none;
        height: auto;
        height: auto;
        margin: 0 auto;
        padding: 0;
        width: 90%;
    }
    #productsDetailPage .relatedProds {
        width: 70%;
    }

    #recipePage .recipesContainer .theNav .pages,
    #tagsPage .recipesContainer .theNav .pages{
        display: block;
        float: none;
        text-align: left;
    }
    #recipePage .recipesContainer .theNav .results,
    #tagsPage .recipesContainer .theNav .results{
        display: block;
        float: none;
        margin: 20px auto 0;
        width: 150px;
    }
    #contactPage .formContainer .field.centerField textarea{
        width: 92%;
    }
    #contactPage .formContainer .habeasData .more.open {
        height: 340px;
    }
}

@media screen and (max-width: 480px) {
    header {
        background: none no-repeat scroll 0 0 #010101;
        height: 60px;
    }
    header ul{
        top: 60px;
    }
    header a.logo{
        margin: 0 auto;
        width: 130px;
        z-index: 2;
    }
    header a.logo .desktop{
        display: none;
    }
    header a.logo .mobile{
        display: block;
    }
    header .btn-navbar{
        margin: 10px 0 0 20px;
    }
    #homePage .mainContainer .parallaxContainer{
        background: none no-repeat scroll 0 0 #000000;
    }
    header .searchField{
        height: 40px;
        margin: 10px 20px;
        text-align: center;
        position: relative;
        width: 40px;
    }
    header a.logo .mobile,
    header .searchField .mobile{
        display: block;
    }
    header .searchField img{
        cursor: pointer;
        margin: 4px;
        width: 30px;
    }
    header .searchField input[type="search"],
    header .searchField input[type="search"]:focus{
        background: url("../../bundles/paladinifrontendtheme/img/bg-headerSearchMobile.png") no-repeat scroll center 14px #010101;
        border-radius: 2px;
        bottom: -70px;
        display: none;
        font-size: 15px;
        padding: 10px;
        position: absolute;
        right: -14px;
        z-index: 10;
    }
    header ul .theTitle{
        padding: 20px 0 0;
    }
    .mainContainer,
    footer{
        top: 60px;
    }

    #contactPage .mainContainer,
    #productsPage .mainContainer,
    #productsDetailPage .mainContainer{
        background: none no-repeat scroll 0 0 #f6ebdc;
    }
    #contactPage .formContainer h1{
        font-size: 35px;
        line-height: 43px;
    }
    #contactPage .formContainer .field.leftField,
    #contactPage .formContainer .field.rightField,
    #contactPage .formContainer .field{
        margin: 0 auto 14px;
        width: 100%;
    }
    #contactPage .formContainer .field label,
    #contactPage .formContainer .field .error{
        margin: 0 auto 5px;
        width: 90%;
    }
    #contactPage .formContainer .field .error{
        margin: 10px auto 0;
    }
    #contactPage .formContainer .field.centerField textarea{
        width: 85%;        
    }
    #contactPage .formContainer .field.phoneField .phonePrefix{
        margin: 0 0 10px;
    }
    #contactPage .formContainer .field.phoneField .phonePrefix,
    #contactPage .formContainer .field.phoneField .phoneNumber{
        float: none;
        width: 100%;
    }
    #contactPage .formContainer .field.phoneField .phonePrefix input,
    #contactPage .formContainer .field.phoneField .phoneNumber input{
        width: 85%
    }

    #contactPage .formContainer .submitField{
        margin: 20px auto 0;
        text-align: center;
    }
    #contactPage .formContainer .submitField a{
        margin: 0 auto;
    }

    #productsDetailPage .relatedProds{
        display: none;
    }
    #productsDetailPage .prodDetailBlock .theImg a.leftArrow,
    #productsDetailPage .prodDetailBlock .theImg a.rightArrow{
        display: block;
    }
    #productsDetailPage .theCatMenu{
        box-shadow: 0 10px 10px -12px #666;
        height: 34px;
        margin: 0 auto;
        overflow: hidden;
        transition: height 500ms linear 0s;
        width: 90%;
    }
    #productsDetailPage .theCatMenu a{
        display: block;
    }

    #recipePage .mainContainer{
        background: none no-repeat scroll 0 0 #f6ebdc;
    }
    #recipePage .theCatMenu{
        box-shadow: 0 10px 10px -12px #666;
        /*height: 34px;*/
        margin: 0 auto;
        overflow: hidden;
        transition: height 500ms linear 0s;
        width: 90%;
    }
    #recipePage .theCatMenu a{
        display: block;
    }

    #recipeDetailPage .mainContainer{
        background: none no-repeat scroll 0 0 #f6ebdc;
    }
    #recipeDetailPage .theBreadcrumb{
        display: none;
    }
    #recipeDetailPage .btnBack{
        box-shadow: 0 10px 10px -12px #666;
        display: block;
        margin: 20px auto 0;
        width: 90%;
    }
    #recipeDetailPage .btnBack a{
        color: #b4252d;
        display: block;
        font-size: 28px;        
        line-height: 53px;
        text-indent: 10px;
    }
    #recipeDetailPage .theImg .theSignature{
        height: 40px;
    }
    #recipeDetailPage .theImg .theSignature img{
        height: 76%;
        margin: 5px 10px 5px 0;
    }
    #recipeDetailPage .recipeContainer h1{
        font-size: 38px;
        line-height: 40px;
        text-align: left;
        width: 100%;
    }
    #recipeDetailPage .recipeContainer p.rinde{
        font-size: 16px;
        margin: 0 0 40px;
        text-align: left;
        width: 100%;
    }
    #recipeDetailPage .recipeContainer p{
        margin: 0 0 0 10px;
    }
    #recipeDetailPage .recipeContainer .btnRed{
        margin: 0 auto;
    }
    #recipeDetailPage .recipeContainer .ingredients,
    #recipeDetailPage .recipeContainer .elaboration{
        border: medium none;
        text-align: left;
        width: 100%;
    }
    #recipeDetailPage .recipeContainer h2 img{
        margin: 10px 0 0;
    }
    #recipeDetailPage .theTags{
        margin: 60px auto 0;
    }

    #searchPage .mainContainer{
        background: none no-repeat scroll 0 0 #f6ebdc;
    }
    #searchPage h1{
        font-size: 35px;
        line-height: 50px;
    }

    #tagsPage .mainContainer{
        background: none no-repeat scroll 0 0 #f6ebdc;
    }
    #tagsPage .theCatMenu{
        box-shadow: 0 10px 10px -12px #666;
        height: 34px;
        margin: 0 auto;
        overflow: hidden;
        transition: height 500ms linear 0s;
        width: 90%;
    }
    #tagsPage .theCatMenu a{
        display: block;
    }

    #homePage .mainContainer #theSlider .slideDesc{
        width: 310px;
    }
    #homePage .mainContainer #theSlider .slideDesc .title{
        font-size: 30px;
        line-height: 34px;
    }
    #homePage .mainContainer #theSlider .slideDesc .slideDescSeparator{
        margin: 6px auto;
    }
    #homePage .mainContainer #theSlider .slideDesc .desc{
        font-size: 16px;
        line-height: 16px;
    }

    #homePage #stage2 .leftBlock,
    #homePage #stage2 .rightBlock,
    #homePage #stage4 .leftBlock,
    #homePage #stage4 .rightBlock,
    #homePage #stage6 .leftBlock,
    #homePage #stage6 .rightBlock{
        height: 290px;
        width: 100%;
    }

    #homePage #stage3 h2, #homePage #stage5 h2{
        top: 110px;
    }

    #homePage #stage2 .rightBlock img,
    #homePage #stage6 .rightBlock img{
        height: 230px;
        margin: 30px auto;
        width: auto;
    }
    #homePage #stage3,
    #homePage #stage5{
        height: 420px;
    }
    #homePage #stage3 h2,
    #homePage #stage5 h2{
        font-size: 42px;
        line-height: 48px;
    }
    #searchPage .recipesResults {
        width: 98%;
    }
    #recipePage .recipesContainer .recipeBlock,
    #tagsPage .recipesContainer .recipeBlock{
        margin: 12px 0;
    }
    #contactPage .formContainer .habeasData .more.open {
        height: 420px;
    }
    #page-error .innerContainer {
    margin: 60px auto 0;
    }
    #page-error .mainContainer .container{
        padding: 0 30px 60px;
    }
    #page-error h1 {
        font-size: 40px;
        line-height: 42px;
        margin: 0 auto 40px;
    }
    #page-error .innerContainer p{
        line-height: 28px;
    }
}
@media screen and (max-width: 410px) {
    #page-error footer p, #usPage footer p, footer p, footer a{
        line-height: 30px;
    }
}
@media screen and (max-width: 322px) {
    #page-error header ul li p,
    #usPage header ul li p{
        color: #262526;
        font-family: oswaldlight;
        font-size: 18px;
        line-height: 24px;
        padding: 0 20px;
    }
    #usPage .mainContainer .container{
        padding: 0 10px 60px;
    }
    #productsPage .categoryContainer .catBlock{
        width: 296px;
    }
    #productsPage .categoryContainer img{
        height: auto;
        width: auto;
    }
    #recipeDetailPage .recipeContainer h1{
        font-size: 32px;
    }
    #recipePage .recipesContainer .recipeBlock .desc p,
    #tagsPage .recipesContainer .recipeBlock .desc p{
        font-size: 20px;
    }
    #homePage #stage2 h3{
        margin: 20px 0 10px;
    }
    #homePage #stage2 a{
        margin: 14px auto 0;
    }

    #homePage .mainContainer #theSlider .slideDesc {
        width: 300px;
    }

    #page-error h1 {
        font-size: 36px;
        margin: 0 auto 30px;
    }

}

/*@media screen and (max-height: 400px), (max-width: 480px){*/
    /*header {*/
        /*background: none no-repeat scroll 0 0 #010101;*/
        /*height: 60px;*/
    /*}*/

    /*header ul {*/
        /*top: 60px;*/
    /*}*/

    /*header a.logo {*/
        /*margin: 0 auto;*/
        /*width: 130px;*/
        /*z-index: 2;*/
    /*}*/

    /*header a.logo .desktop {*/
        /*display: none;*/
    /*}*/

    /*header a.logo .mobile {*/
        /*display: block;*/
    /*}*/

    /*header .btn-navbar {*/
        /*margin: 10px 0 0 20px;*/
    /*}*/

    /*#homePage .mainContainer {*/
        /*top: 60px;*/
    /*}*/
    /*#homePage .mainContainer .parallaxContainer {*/
        /*background: none no-repeat scroll 0 0 #000000;*/
    /*}*/

    /*header .searchField {*/
        /*height: 40px;*/
        /*margin: 10px 20px;*/
        /*text-align: center;*/
        /*position: relative;*/
        /*width: 40px;*/
    /*}*/

    /*header a.logo .mobile,*/
    /*header .searchField .mobile {*/
        /*display: block;*/
    /*}*/

    /*header .searchField img {*/
        /*cursor: pointer;*/
        /*margin: 4px;*/
        /*width: 30px;*/
    /*}*/

    /*header .searchField input[type="search"],*/
    /*header .searchField input[type="search"]:focus {*/
        /*background: url("../../bundles/paladinifrontendtheme/img/bg-headerSearchMobile.png") no-repeat scroll center 14px #010101;*/
        /*border-radius: 2px;*/
        /*bottom: -70px;*/
        /*display: none;*/
        /*padding: 10px;*/
        /*position: absolute;*/
        /*right: -14px;*/
        /*z-index: 10;*/
    /*}*/
/*}*/