/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #d8a634;
    text-shadow: none;
}

::selection {
    background: #d8a634;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #a6a6a6;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px 'Open Sans', sans-serif;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    
}

.footer-container,
.main aside {
    
}

.header-container,
.footer-container,
.main aside {
    background: #fff;
}

.title {
    color: black;
}

/* ==============
    MOBILE: Menu
   ============== */


nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 0px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: normal;

    color: black;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 0 0 24px;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: black;
    padding: 0 0 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



.main a {
    text-decoration: none;
    color: #c7991d;
}

.main a:hover {
    text-decoration: underline;
}

       /* ==========================================================================
       Pizza Master - Top Menu
       ========================================================================== */

#logocontainer {
    text-align: center;
    margin-top: 23px;
    position: relative;
}

div#logo {
    float: none;
    text-indent: -1000em;
    width: 235px;
    height: 27px;
    background: url('../img/logo-hd.png') no-repeat;
    background-size: 100%;
    cursor: pointer;
}

#mobile-menu {
    display: block;
    width: 45px;
    height: 30px;
    background: url('../img/m-menu.png') no-repeat right 3px;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

#mobile-menu.active {
    background: url('../img/m-menu-active.png') no-repeat;
    background-size: 100%;
}

#top-row {
    font: 16px/26px 'Open Sans', sans-serif;
    font-size: 0.875em;
    line-height: 1;
    margin-top: 14px;
    margin-bottom: 6px;
    border-bottom: 1px solid #a6a6a6;
    position: relative;
    width: 90%;
    margin: 14px 5% 6px;
}

#top-row:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    bottom: 31px;
    position: absolute;
    border-bottom: 1px solid #a6a6a6;
}

#top-row #nav-left, 
#top-row #nav-right {
    margin-left: -5%;
    margin-right: -5%;
    width: 110%;
}



#nav-left,
#nav-right {
    float: left;
    width: auto;
}

#nav-right #link-on-desktop { display: none;}
#nav-right #link-on-device { display: inline;}

#nav-left ul,
#nav-right ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 8px 0 3px;
}

#nav-left ul li,
#nav-right ul li {
    display: inline;
}

#nav-left li a,
#nav-right li a {
    color: #000;
    text-decoration: none;
    font-size: 0.75em;
    line-height: 1;
    padding: 0;
    margin: 0;
    padding: 6px 4px 5px;
    display: inline;
    width: auto;
    float: none;
}

#nav-left li a:hover,
#nav-right li a:hover
 {
    color: #c7991d;
}

#nav-right li:first-child a {
    padding-left: 0;
    margin-left: 0;
}

#nav-right li:last-child a {
    padding-right: 0;
    margin-right: 0;
}

#nav-left li:after {
    content: " ";
    display: inline-block;
    margin: 0px 1px;
    background: #b7b7b7;
    width: 2px;
    height: 10px;
}

#nav-left li:last-child:after,
#nav-right li:last-child:after {
    display: none;
}

#nav-left li.page-active a {
    border-bottom: 2px solid #d8a634;
    position: relative;
}

#nav-left li.page-active a:after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #d8a634 transparent;
    left: 50%;
    margin-left: -5px;
}



#nav-right li a {
    
}

/* Mobile Nav-Left menu*/
#nav-left {
    display: block;
    display: none;
    background: white;
    border: 1px solid #eaeaea;
    width: 100%;
    margin: 10px 0 15px;

    box-shadow: 1px 2px 3px rgba(0,0,0,.65), inset 0 1px 1px rgba(218,218,218,.75); /* drop shadow and inner shadow */
}

#nav-left ul {
    margin: 0;
}

#nav-left ul li{
    display: block;
    text-align: center;
    height: 47px;
    padding-top: 23px;
    position: relative;
}

#nav-left li a {
    font-size: 1.5em;
}

#nav-left li.page-active a{
    border: none;
    color: #d8a634;
}

#nav-left li.page-active a:after {
    display: none;
}

#nav-left ul li:after {
    display: block;
    height: 1px;
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 5%;
}

#navigation-black {
    width: 100%;
    height: 220px;
    padding-top: 4px;
}

#nav-big {
    float: none;
    height: 20px;
    clear: both;
}

#nav-big ul {
    list-style-type: none;
    height: auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

#nav-big li {
    display: block;
    float: left;
    margin: 0;
    padding: 6px;
    width: 100%;
    height: 42px;
    background: black;

    border-radius: 4px;
    background: #504e4e; /* Old browsers */
    background: -moz-linear-gradient(top,  #504e4e 0%, #212121 50%, #0b0b0b 50%, #151515 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#504e4e), color-stop(50%,#212121), color-stop(50%,#0b0b0b), color-stop(100%,#151515)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #504e4e 0%,#212121 50%,#0b0b0b 50%,#151515 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #504e4e 0%,#212121 50%,#0b0b0b 50%,#151515 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #504e4e 0%,#212121 50%,#0b0b0b 50%,#151515 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #504e4e 0%,#212121 50%,#0b0b0b 50%,#151515 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#504e4e', endColorstr='#151515',GradientType=0 ); /* IE6-9 */
    margin-bottom: 10px;
    box-shadow: 0px 1px 2px #333;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#nav-big li:first-child {
    float: left;
}

#nav-big li:last-child {
    float: left;
}


#nav-big a {
    color: #fff;
    font-size: 0.813em;
    padding: 0;
    margin: 0;
    display: inline;
    width: auto;
    height: auto;
}

#nav-big li.page-active a {
    color: #c7991d;
}

#nav-big a:hover {
    text-decoration: none;

    color: #c7991d;
}

       /* ==========================================================================
       Pizza Master - Startsida Image Flips
       ========================================================================== */

.image-main-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}

#images-list {
    display: block;
    height: auto;
    margin: 0 5%;
    width: 90%;

    -webkit-box-ordinal-group: 2;ima
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}

.image-object {
    float: left;
    position: relative;
    padding: 0 1px;
    margin-bottom: 4px;
}

.image-object:first-child {
    padding-left: 0;
}

.image-object:last-child {
    padding-right: 0;
}

.image-object h4 {
    position: absolute;
    bottom: -10px;
    width: 100%;
    text-align: center;
    font-size: 1.25em;
    font-weight: normal;
    color: #000;
    text-shadow: 0px 0px 3px #fff;
}

.image-object h4.white {
    bottom: 25px;
    color: #fff;
            text-shadow: 
            -2px -2px 20px #000,
            -2px  2px 20px #000,
             2px -2px 20px #000,
             2px  2px 20px #000;
}

.image-object img{
    width: 100%;
}

.image-object .backside {
    position: relative;
}

.image-object .content {
    position: absolute;
    width: 90%;
    margin: 0 5% ;
    top: 5px;
}

.image-object h3 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 10px 0 5px;
}

.image-object p {
    font-size: 0.7em;
    margin: 5px 0;
    line-height: 1.1;
}

.image-object .content a {
    color: #000;
    text-decoration: none;
}

.image-object .content a:hover {
    color: #D8A634;
}

.main-container {
    display: block;
}

#slides-list {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
}

       /* ==========================================================================
       Pizza Master - Main content
       ========================================================================== */

/* Startpage */
#pm-main-container {
    /* margin-top: -22px; */
    
}

#pizzamaster-main {
    width: 100%;
    height: auto;
}

#pizzamaster-main h1 {
    font-size: 3em;
}

#pizzamaster-main p {
    font-size: 1.31em;
}





/* Multi Oven */
#pm-multi-container {
    /* margin-top: -22px; */
}

#pm-multi-container h1 {
    font-size: 2em;
}

#pm-multi-container h1.hasSubTitle {
    margin: 10px 0 20px;
}

#pm-multi-container h1.hasSuperTitle {
    margin: 10px 0 0;
    font-size: 1em;
    font-weight: normal;
}

#pm-multi-container h2 {
    line-height: 1.2em;
    font-weight: normal;
    text-align: left;
}

span.smaller {
    font-size: 0.7em;
    display: inline-block;
    position: relative;
    top: -1px;
}
#pm-multi-container h2 span.smaller{
    font-size: 0.6em;
}

#pm-multi-container .oven-model h2{
    margin-left: 17px;
}

#pm-multi-container h2.SuperTitle  {
    font-size: 1.2em;
    margin-top: -6px;
    font-weight: normal;
}

#pm-multi-container h4 {
    font-size: 1.34em;
    font-weight: normal;
    margin: 10px 0 30px;
}

#pm-multi-container p {
    font-size: .85em;
    margin-bottom: 10px;
    text-align: left;
}

#pm-multi-container p.strong{
    font-weight: bold;
}

.multioven {
    padding-bottom: 10px;
}

.multioven img {
    width: 100%;
}

.oven-main {
    height: auto;
}

.oven-main img {
    width: 100%;
}

.oven-desc {
    height: 161px;
}

.oven-text {
    width: 100%;
    text-align: left;
    margin: 10px 0 10px;
    font-size: 1.375em;
    font-weight: normal;
}

.oven-fronts {
    width: 33%;
    margin: 0;
    float: left;
    text-align: left;
}

.oven-fronts > * {
    width: 50%;
    margin: 0 10%;
}

#ovenfronts .oven-fronts p {
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1.2;
}

.oven-model {
    text-align: center;
    position: relative;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.oven-model:before {
    content: '';
    top: 50px;
    left: 5%;
    width: 90%;
    border-top: 1px solid #b7b7b7;
    position: absolute;
}

.oven-model:after {
    content: '';
    border-right: 1px solid #b7b7b7;
    position: absolute;
    right: 0;
    top: 50px;
    height: 100%;

}

@media only screen and (max-width: 479px) {
    .oven-model {
        width: 100%;
        margin-bottom: 50px;
    }

    .oven-model:after {
        border-right: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .oven-model {
        margin-bottom: 75px;
    }

    .oven-model:nth-child(odd):before {
        left: 0;
        width: 95%;
    }

    .oven-model:nth-child(even):before {
        left: 5%;
        width: 95%;
    }

    .oven-model:nth-child(even):after {
        border-right: none;
    }

}

@media only screen and (min-width: 768px) {


    .oven-model:first-child:before {
        left: 0;
        width: 95%;
    }

    .oven-model.last:before {
        left: 5%;
        width: 95%;
    }

    .oven-model:last-child:after {
        border-right: none;
    }

}

.oven-model h2 {
    font-size: 1.375em;
}


.oven-model img{
    width: 100%;
}


#pm-multi-container .oven-model p {
    line-height: 1.4;
    font-size: 0.85em;
    height: auto;
    margin-left: 17px;
    margin-right: 17px;
}
.oven-model p.4l {
    height: 45px;
}

#pm-multi-container .oven-model p.image-label {
    text-align: center;
}

.oven-model span {
    font-size: 0.9em;
    line-height: 1;
    display: inline-block;
    text-align: left;
}

#oven-equipment {
    background: #e7e7e7;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
}

.equipmentlist {
    width: 100%;
    float: left;
    margin-right: 0px;
}

.equipmentlist:last {
    margin-right: 0;
}

#oven-equipment h2{
    margin-bottom: 10px;
}


#oven-equipment ul {
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 17px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}


#oven-equipment ul li:before {


}

#oven-equipment ul li {
    font-size: 0.78em;
    line-height: 1.5;
}

#everyneedlist {
    
}

#everyneedlist li {
    width: auto;
    height: auto;
}

#everyneedlist li h3 {
    font-size: 1.1em;
    font-weight: normal;
    margin: 0;
}

#everyneedlist li p {
    margin: 0;
    font-size: 0.75em;
    font-style: italic;
}

.dayoption {
    padding-right: 10px;
    padding-left: 10px;
    display: none; /*FIX AFTER IMPLEMENTATION*/
}

.dayoption select { 
    width: 100%;
    height: 30px;
}

.dayoption input[type=text] {
    width: 76%;
    height: 27px;
    border: 1px solid #7b7b7b;
    padding: 0 4%;
    margin: 0;
    font-size: 0.8em;
}

.dayoption button {
    width: 10%;
    padding: 2px 0 0;
    margin: 0;
    float: right;
}

.dayoption button:active {
    position: relative;
    top: 1px;
}




.dayoption label{
    display: block;
}

.dayoption button {
    border: 0;
    background: transparent;
}


.group-of-5 {
    border-bottom: 1px solid #b7b7b7;
}

.group-of-3 .group-oven {
    border-bottom: 1px solid #b7b7b7;
}

#pm-oven-container {
    padding-bottom: 50px;
}

.group-title {
    font-size: 1.25em;
    font-weight: normal;
    font-style: italic;
    margin-top: 50px;
}

.pm-oven-group:first-child .group-title {
    margin-top: 0;
}

.group-name {
    display: block;
    background: #d8a634;
    color: white;
    width: 295px;
    font-size: 1em;
    font-weight: 300;
    font-style: italic;
    text-indent: 25px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-top: 25px;
    position: relative;
    padding: 2px 0;
}

.group-of-3 .group-name {
    width: 33%;
    min-width: 150px;
}

.group-of-5 .group-name {
    width: 20%;
    min-width: 150px;
}

.group-name:after {
    position: absolute;
    bottom: -15px;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #d8a634 transparent transparent transparent;
    right: 15%;
}

.group-oven {
    padding-top: 20px;
    padding-bottom: 20px;
}

.group-oven img {
    width: 100%;
}

.group-oven span {
    margin-top: 10px;
    font-size: 0.5em;
    font-weight: 300;
    width: 100%;
    text-align: center;
    display: block;
    font-style: italic;
}


       /* ==========================================================================
       Pizza Master - Ovens
       ========================================================================== */

#oven-container {
    display: block;
    width: 100%;
}

.oven {
    position: relative;
    float: left;
    margin-top: auto;
}

.oven1 { margin-top: 102px; }
.oven2 { margin-top: 71px; }
.oven3 { margin-top: 71px; }
.oven4 { margin-top: 46px; }
.oven5 { margin-top: 32px; }

.oven-all {
    width: 100%
}

#oven-slogan,
#pm-multi-container #oven-slogan {
    width: 100%;
    text-align: center;
    font-size: 0.75em;
}

#oven-slogan strong,
#pm-multi-container #oven-slogan strong {
    display: block;
}


span.underline {
    display: inline-block;
    background:  transparent url(../img/underline.png) no-repeat left 26px;
    padding: 0 14px 10px 3px;
    background-size: 100% 7px;
    margin-right: -14px;
}

       /* ==========================================================================
       Pizza Master - Footer
       ========================================================================== */

.footer-container {
    display: block;
    margin-bottom: 70px;
}

.footer-container h5 {
    color: #c7991d;
    width: 100%;
    text-align: center;
    font-size: 0.6em;
    font-weight: normal;
    padding-bottom: 15px;
    border-bottom: 1px solid #b7b7b7;
    margin: 0;
}

#left-footer {
    float: none;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
}

#right-footer {
    float: none;
    padding-top: 8px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}

.copyright {
    font-size: 0.8125em;
    margin-top: 9px;
    text-align: center;
}

.footer-container footer {
    display: -webkit-box;
    display: -moz-box;
    display: box;

    -webkit-box-orient: block-axis;
    -moz-box-orient: block-axis;
    box-orient: block-axis;
}



#footer-nav-left,
#footer-nav-right {
    float: none;
    width: auto;
    text-align: center;
}

#footer-nav-left ul,
#footer-nav-right ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer-nav-left ul li,
#footer-nav-right ul li {
    display: inline;
}

#footer-nav-left li a,
#footer-nav-right li a {
    color: #c7991d;
    text-decoration: none;
    font-size: 0.8125em;
    line-height: 1;
    padding: 0;
    margin: 0px 1px;
    padding: 0px 6px;
    display: inline;
    width: auto;
    float: none;
}

#footer-nav-left li a:hover,
#footer-nav-right li a:hover
 {
    color: #c7991d;
    text-decoration: underline;
}

#footer-nav-left li:first-child a ,
#footer-nav-right li:first-child a {
    padding-left: 0;
    margin-left: 0;
}

#footer-nav-left li:last-child a ,
#footer-nav-right li:last-child a {
    padding-right: 0;
    margin-right: 0;
}

#footer-nav-left li:after,
#footer-nav-right li:after {
    content: "|";
    display: inline-block;
    margin: 0px 1px;
    color: #c7991d;
}

#footer-nav-left li:last-child:after,
#footer-nav-right li:last-child:after {
    display: none;
}

#footer-nav-right li a {
    
}

       /* ==========================================================================
       Pizza Master - Common classas
       ========================================================================== */


.icon {

    width: 24px;
    height: 24px;
    display: inline-block;
    background: url();

  margin-top: -4px;
  margin-right: 5px;
  vertical-align: text-top;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-image: url("../img/icons-hd.png");
  
}

.icon-mail {
  background-image: url("../img/icon_01.png");
  background-size: 100% 100%;
    
}


.icon-phone {
  background-image: url("../img/icon_02.png");
  background-size: 100% 100%;
}

.hide-on-mobile {
    display: none;
    visibility: hidden;;
}

.hide-on-tablet {
    display: inline;
    visibility: visible;
}

.hide-on-desktop {
    display: inline;
    visibility: visible;
}

.show-on-mobile {
    display: block;
    visibility: visible;
}

.show-on-tablet {
    display: none;
    visibility: hidden;
}

.show-on-desktop {
    display: none;
    visibility: hidden;
}

.form-input {
    position: relative;
}
.contact-form label {
    display: block;
    font-weight: lighter;
    width: 100%;
    font-size: 1em;
}

.contact-form label.error {
    padding: 4px;
    position: absolute;
    top: 8px;
    right: -3px;
    height: auto;
    width: auto;
    color: red;
    padding: 0;
    line-height: 1;
    font-size: 1em;
}

.contact-form input,
.contact-form select {
    width: 96%;
    padding: 0 2%;
    margin-bottom: 14px;
    border: 1px solid #4c4c4c;
    display: block;
    height: 40px;
    border-radius: 0;
}

.contact-form select {
    width: 100%;
    padding: 7px 0;
}

.contact-form textarea {
    border: 1px solid #4c4c4c;
    width: 96%;
    padding: 10px 2%;
    display: block;
    height: 185px;
    margin-bottom: 14px;
    resize: none;
}

.contact-form section small {
    display: block;
}

.contact-form button {
    width: 140px;
    height: 46px;
    text-align: center;
    vertical-align: middle;
    border: none;
    color: #fff;
    background: #000;
    margin-bottom: 24px;
    float: right;
    margin-left: 8px;
}

.contact-form button:last-child {
    margin-left: 0;
}

.contact-form button:hover {
    border: 1px solid #aeaeae;
}

.contact-form button[type=reset] {
    background: #aeaeae;
}

.contact-form button[type=reset]:hover {
    border: 1px solid #000;
}

/* ==========================================================================
=============================================================================
   Media Queries
=============================================================================
============================================================================*/


/* ==========================================
    Big Smartphone - Small Tablet standing
========================================== */
@media only screen and (min-width: 480px) {
    #nav-right li a {
        font-size: 0.875em;
    }

    #oven-slogan,
    #pm-multi-container #oven-slogan {
        font-size: 1em;
    }

    .contact-form button {
        margin-left: 10px;
    }
}

/* ==========================================
    Tablet standing
========================================== */
@media only screen and (min-width: 768px) {

    /* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        /*
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
        */
    }

    /* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }

    /* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
        width: 100%;
    }

    .main aside {
        float: right;
        width: 28%;
    }

    .alpha {
        padding-right: 7px;
    }

    .omega {
        padding-left: 7px;
    }

    div#logo {
        margin: 0 auto; 
    }

    #mobile-menu {
        display: none;
    }

    #top-row {
        width: 100%;
        border-top: 1px solid #a6a6a6;
        margin: 14px 0 6px;
    }

    #top-row:after {
        display: none;
    }

    #top-row #nav-left,
    #top-row #nav-right {
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }

    #navigation-black {
        height: 110px;
        padding-top: 4px;
    }
    
    #nav-left {
        display: block;
        float: left;
        width: auto;
        border: none;
        box-shadow: none;
        margin: 0;
    }
    
    #nav-left ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        margin: 8px 0 3px;
    }

    #nav-left ul li {
        display: inline;
    }

    #nav-right li a,
    #nav-left li a {
        color: #000;
        text-decoration: none;
        font-size: 0.875em;
        line-height: 1;
        padding: 0;
        margin: 0;
        padding: 6px 15px 5px;
        display: inline;
        width: auto;
        float: none;
    }

    #nav-left ul li:after {
        position: static;
        content: " ";
        display: inline-block;
        margin: 0px 1px;
        background: #b7b7b7;
        width: 2px;
        height: 10px;
    }

    #nav-left li:last-child:after {
        display: none;
    }

    #nav-left li.page-active a {
        border-bottom: 2px solid #d8a634;
        position: relative;
    }

    #nav-left li.page-active a:after {
        display: block;
        position: absolute;
        bottom: 0;
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent #d8a634 transparent;
        left: 50%;
        margin-left: -5px;
    }

    #nav-right {
        float: right;
    }
    #nav-big li {
        padding: 6px;
        width: 49%;
    }

    #nav-big li:nth-child(odd) {
        margin-right: 1%;
    }
    #nav-big li:nth-child(even) {
        margin-left: 1%;
    }

    .image-main-container {
        display: block;
    }

    .image-object {
        float: left;
        position: relative;
        padding: 0 1px;
        width: 50%;
        margin-bottom: 2px;
    }

    .image-object:nth-child(odd) {
        padding-left: 0;
    }

    .image-object:nth-child(even) {
        padding-right: 0;
    }

    .image-object h3 {
        font-size: 1.3em;
        font-weight: normal;
        margin: 10px 0 5px;
    }

    .image-object p {
        font-size: 0.9em;
        margin: 5px 0;
        line-height: 1.1;
    }

    #pm-main-container {
        /* margin-top: -22px; */
        
    }

    #pm-multi-container h1.hasSuperTitle {
        margin: 10px 0 0;
        font-size: 1.3em;
        font-weight: normal;
    }

    #pm-multi-container h2.SuperTitle  {
        font-size: 1.6em;
        margin-top: 4px;
        font-weight: normal;
    }

    .pmslide .content {
        top: 10px;
        left: 50px;
    }

    .pmslide .content h1,
    .pmslide .content h2 {
        font-size: 2.4em;
        margin: 10px 0 0;
        font-weight: normal;
    }

    .pmslide .content p {
        font-size: 1.2em;
        margin: 10px 0 0;
        line-height: 1.1;
    }

    #oven-slogan,
    #pm-multi-container #oven-slogan {
        font-size: 0.95em;
    }

    #oven-slogan strong,
    #pm-multi-container #oven-slogan strong {
        display: inline;
    }

    #everyneedlist {
        padding: 0;
    }

    #everyneedlist li {
        float: left;
        width: 23%;
        margin-left: 2%;
        height: 100px;
    }

    #everyneedlist li h3 {
        font-size: 1.1em;
        font-weight: normal;
        margin: 0;
    }

    #everyneedlist li p {
        margin: 0;
        font-size: 0.75em;
        font-style: italic;
    }

    .hide-on-mobile {
        display: inline;
        visibility: visible;;
    }

    .hide-on-tablet {
        display: none;
        visibility: hidden;
    }

    .hide-on-desktop {
        display: inline;
        visibility: visible;
    }

    .show-on-mobile {
        display: none;
    }

    .show-on-tablet {
        display: block;
    }

    .show-on-desktop {
        display: none;
    }
    .group-oven span {
        font-size: 0.9em;
    }
    .oven-text {
        padding: 0 20px; 
    }
}

/* ==========================================
     Minimal desktop, Tablet landscape
========================================== */
@media only screen and (min-width: 1024px) {
    
    #nav-right li:after {
        content: " ";
        display: inline-block;
        margin: 0px 1px;
        background: #b7b7b7;
        width: 2px;
        height: 10px;
    }

    #nav-right #link-on-desktop { display: inline;}
    #nav-right #link-on-device { display: none;}

    #navigation-black {
        width: 100%;
        height: 42px;
        box-shadow: 0px 1px 3px #ccc;
        border-radius: 4px;
        background: #504e4e; /* Old browsers */
        background: -moz-linear-gradient(top,  #504e4e 0%, #212121 50%, #0b0b0b 50%, #151515 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#504e4e), color-stop(50%,#212121), color-stop(50%,#0b0b0b), color-stop(100%,#151515)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #504e4e 0%,#212121 50%,#0b0b0b 50%,#151515 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #504e4e 0%,#212121 50%,#0b0b0b 50%,#151515 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #504e4e 0%,#212121 50%,#0b0b0b 50%,#151515 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #504e4e 0%,#212121 50%,#0b0b0b 50%,#151515 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#504e4e', endColorstr='#151515',GradientType=0 ); /* IE6-9 */
        margin-bottom: 10px;
        box-shadow: 0px 2px 3px; #000;
    }

    #nav-big {
        float: none;
        height: 20px;
        clear: both;
    }

    #nav-big ul {
        list-style-type: none;
        height: auto;
        width: 100%;
        text-align: center;
        overflow: hidden;
        background: transparent;
    }

    #nav-big li {
        display: inline-block;
        float: left;
        margin: 0 auto;
        padding: 0;
        width: 25%;
        height: auto;
        margin: 8px 0 0 0;
        background: transparent;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#00000000'); /* IE */
        box-shadow: none;
    }
    #nav-big li:first-child {
        float: left;
    }

    #nav-big li:last-child {
        float: left;
    }

    #nav-big li:nth-child(odd) {
        margin-right: 0;
    }
    #nav-big li:nth-child(even) {
        margin-left: 0;
    }


    #nav-big a {
        color: #fff;
        font-size: 0.75em;
        padding: 0;
        margin: 0;
        display: inline;
        width: auto;
        height: auto;
    }

    #images-list {
        display: block;
        height: auto;
        width: 100%;
        margin: 0;
    }

    .image-object {
        float: left;
        position: relative;
        padding: 0 1px;
        width: 25%;
    }

    .image-object:nth-child(odd) {
        padding-left: 1px;
    }

    .image-object:nth-child(even) {
        padding-right: 1px;
    }

    .image-object:first-child {
        padding-left: 0;
    }

    .image-object:last-child {
        padding-right: 0;
    }



    .image-object h4 {
        position: absolute;
        bottom: 20px;
        width: 100%;
        text-align: center;
        font-size: 1em;
        font-weight: normal;
        color: #000;
        text-shadow: 0px 0px 3px #fff;
    }

    .image-object h4.white {
        color: #fff;
        text-shadow: 
            -2px -2px 20px #000,
            -2px  2px 20px #000,
             2px -2px 20px #000,
             2px  2px 20px #000;
    }

    .image-object img{
        width: 100%;
    }

    .image-object h3 {
        font-size: 1.1em;
        font-weight: normal;
        margin: 10px 0 5px;
    }

    .image-object .content a {
        color: #000;
        text-decoration: none;
        font-size: 14px;
        line-height: 15px;
    }

    .image-object p {
        font-size: 10px;
        margin: 5px 0;
        line-height: 1.2;
    }

    #pm-main-container {
    /* margin-top: -22px; */
        
    }

    .pmslide .content {
        top: 20px;
        left: 60px;
    }

    #pizzamaster-main {
        height: auto;
    }

    #pizzamaster-main h1 {
        font-size: 4em;
    }

    #pm-multi-container h1.hasSuperTitle {
        margin: 10px 0 0;
        font-size: 1.3em;
        font-weight: normal;
    }

    #pm-multi-container h2.SuperTitle  {
        font-size: 2em;
        margin-top: 4px;
        font-weight: normal;
    }

    #oven-slogan,
    #pm-multi-container #oven-slogan {
        font-size: 1em;
    }

    #everyneedlist li {
        float: left;
        width: 23%;
        margin-left: 2%;
    }

    #everyneedlist li h3 {
        font-size: 1.3em;
        font-weight: normal;
        margin: 0;
    }

    #everyneedlist li p {
        margin: 0;
        font-size: 0.75em;
        font-style: italic;
    }

    #oven-equipment {
        background: #e7e7e7;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }

    .equipmentlist {
        width: 33%;
        float: left;
        margin-right: 0px;
    }

    .equipmentlist:last {
        margin-right: 0;
    }

    .footer-container h5 {
        color: #c7991d;
        width: 100%;
        text-align: center;
        font-size: 0.875em;
        font-weight: normal;
        padding-bottom: 15px;
        border-bottom: 1px solid #b7b7b7;
        margin: 0;
    }

    #left-footer {
        float: left;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
    }

    #right-footer {
        float: right;
        padding-top: 8px;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }

    .footer-container footer {
        display: block;

        -webkit-box-orient: inherit;
        -moz-box-orient: inherit;
        box-orient: inherit;
    }

    #left-footer {
        float: left;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }

    #right-footer {
        float: right;
        padding-top: 8px;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
    }

    #footer-nav-left,
    #footer-nav-right {
        float: left;
        width: auto;
        text-align: left;
    }

    #footer-nav-left ul,
    #footer-nav-right ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #footer-nav-left ul li,
    #footer-nav-right ul li {
        display: inline;
    }

    #footer-nav-left li a,
    #footer-nav-right li a {
        color: #c7991d;
        text-decoration: none;
        font-size: 0.8125em;
        line-height: 1;
        padding: 0;
        margin: 0px 1px;
        padding: 0px 6px;
        display: inline;
        width: auto;
        float: none;
    }

    #footer-nav-left li a:hover,
    #footer-nav-right li a:hover
     {
        color: #c7991d;
        text-decoration: underline;
    }

    #footer-nav-left li:first-child a ,
    #footer-nav-right li:first-child a {
        padding-left: 0;
        margin-left: 0;
    }

    #footer-nav-left li:last-child a ,
    #footer-nav-right li:last-child a {
        padding-right: 0;
        margin-right: 0;
    }

    #footer-nav-left li:after,
    #footer-nav-right li:after {
        content: "|";
        display: inline-block;
        margin: 0px 1px;
        color: #c7991d;
    }

    #footer-nav-left li:last-child:after,
    #footer-nav-right li:last-child:after {
        display: none;
    }



    #footer-nav-right {
        float: right;
    }

    #footer-nav-right li a {
        
    }

    .copyright {
        text-align: left;
        margin-bottom: -6px;
    }

    .group-oven span {
        font-size: 1em;
        opacity: 0;
    }

    .group-oven:hover span {
        opacity: 1;
    }

    .contact-form section small {
        display: inline;
    }
}

/* ==========================================
     Normal desktop & Max Width
========================================== */
@media only screen and (min-width: 1100px) {

   p, pre {
    margin: 0;
    }

    .wrapper {
        width: 1080px;
        margin: 0 auto;
    }

    .header-container,
    #images-list,
    .footer-container {
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
    }

    div#logo {
        background: url('../img/logo.png') no-repeat;
        background-size: 100%;
    }



    .main {
        padding: 0;
    }

    .oven-desc {
        margin-top: 145px;
    }

    #nav-big li {
        margin: 0 auto;
        padding: 0;
        width: auto;
        margin: 8px 138px 0 0;
    }

    #nav-big li:nth-child(odd) {
        margin-right: 138px;
    }

    #nav-big li:first-child {
        float: left;
    }

    #nav-big li:last-child {
        float: right;
        margin-right: 0;
    }


    #nav-big a {
        font-size: 0.813em;
    }

    #oven-equipment {
        background: #e7e7e7;
        margin-bottom: 20px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 20px;
    }

    .image-object .content a {
        font-size: 16px;
        line-height: 18px;
    }

    .image-object p {
        font-size: 11px;
        line-height: 1.2;
    }

    .equipmentlist {
        width: auto;
        float: left;
        margin-right: 20px;
    }

    .equipmentlist:last {
        margin-right: 0;
    }

    .hide-on-mobile {
        visibility: visible;;
    }

    .hide-on-tablet {
        visibility: visible;
    }

    .hide-on-desktop {
        visibility: hidden;
    }

    .show-on-mobile {
        display: none;
    }

    .show-on-tablet {
        display: none;
    }

    .show-on-desktop {
        display: block;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.box {
  width: 300px;
  height:100px;
  background: #234156;
  line-height:100px;
  text-align:center;
  font-family:'ChunkFive Regular', Tahoma, Helvetica;
  font-size: 1em;
  color:white;
}
.description {
  display:none;
}

.hoverfront .backside, .front .backside { display: none; }
.hoverfront .frontside, .front .frontside { display: block; }
.back .backside { display: none; }
.back .frontside { display: block; }

/* Temporary */
#footer-nav-left { display: none;}


/* ==========================================================================
   PDF attachments update
   ========================================================================== */

.main .attachpdf {
    background: #eeeeee;
}

.main .attachpdf a {
    color: #000;
}

.main .attachpdfa a:hover h2,
.main .attachpdfa a:hover h4,
.main .attachpdf a:hover p  {
   color: #C7991D;
}

.main .attachpdf a:hover img  {
    box-shadow: 0px 0px 4px #000;
}


.pdflink {
    padding-left: 43px;
}
.pdflink img {
    float: right;
}

.attachpdf h2 {
    font-size: 1.81em !important;
    font-weight: normal;
    margin: 34px 0 0 0;
}

.attachpdf h4 {
    font-weight: bold !important;
}

.attachpdf h4, .attachpdf p {
    font-size: 0.875em !important;
}

.imgmax img {
    width: 100%;
}


.pdfpreview {
    height: 238px;
    display: block;
}
.pdfpreview img{
    margin: 5% 0;
    height: 90% !important;
}



@media only screen and (min-width: 1100px) {
    .imgmax {
        width: auto;
        float: right;
    }

    .imgmax img {
        width: auto;
    }
}

.brochurebox {
    margin-bottom: 20px;
    padding: 15px 0 0;
}
.brochurebox:first-child {padding-left: 0;}
.brochurebox:last-child  {padding-right: 0;}

.brochureinside {
    min-height: 200px;
    padding: 20px;
}

.brochureinside a {
    font-size: 0.75em;
    display: block;
    text-align: center;
    position: relative;
}

.brochureinside a:hover {
    text-decoration: none !important;
}

.brochureinside a h3,
.brochureinside a:hover h3 {
    color: black;
    font-size: 1.25em;
    margin: 0 0 1.125em;
}

.brochureinside a img.pdficon-b {
    margin-bottom: 1.5em;
    box-shadow: -5px 7px 6px rgba(0,0,0,.35);
}

.brochureinside a span.button {
    background: #000;
    color: #fff;
    padding: 8px;
    margin: 0 auto;
    width: 200px;
    display: block;
    text-align: center;
    font-size: 1em;
}
.brochureinside a:hover span.button {
    background: #d8a634;
    color: #000;
}

.brochureinside .flagbox {
    position: absolute;
    bottom: 120px;
    left: 32px;
    z-index: -1;
    width: 65px;
}

.brochureinside .flagbox span {
    background: #000;
    color: #fff;
    display: block;
    font-size: 1em;
}

.pdfviewer object{
    height: 300px;
}

@media only screen and (min-width: 1100px) {
    .pdfviewer object{
        height: 1000px;
    }
}

.headerlines {
    margin: 0.8em 0;
}

.headerlines h2{
    margin: 0;
}

.headerlines h2:first-child{
    margin-bottom: -4px;
}

.brochurefooter {
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    margin: 30px 0;
}

.brochurefooter a {
    display: block;
}

.brochurefooter a h2, 
.brochurefooter a p {
    float: left;
    margin: 0;
    color: black;
}

.brochurefooter a:hover h2, 
.brochurefooter a:hover p {
    text-decoration: underline;
}

.brochurefooter a h2 {
    width: 100%;
    margin: 20px 0;
    font-size: 1.1em;
}

.brochurefooter p {
    font-size: 0.875em;
    width: 100%;
}

.brochurefooter img {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

@media only screen and (min-width: 480px) {
    .brochurefooter a h2 {
        font-size: 1.5em;
    }

}

@media only screen and (min-width: 768px) {
    .brochurefooter img {
        width: 50%;
        margin-bottom: 0px;
    }

    .brochurefooter p {
        font-size: 0.875em;
        width: 50%;
    }
}

@media only screen and (min-width: 1024px) {

}

@media only screen and (min-width: 1100px) {

    .brochurefooter a {
        padding: 28px 0 15px 30px;
    }

    .brochurefooter a h2, 
    .brochurefooter a p {
        float: left;
        width: 485px;
    }
    .brochurefooter img {
        width: auto;
    }

    .brochurefooter p {
        font-size: 0.875em;
    }

}

