﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    height: auto;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

ul {
    list-style: none;
}

.ntm {
    margin-top: 0;
}

.m70 {
    margin-top: 70px;
}

.mb70 {
    margin-bottom: 70px;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular.eot');
    src: url('../fonts/roboto-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular.woff') format('woff'), url('../fonts/roboto-regular.ttf') format('truetype'), url('../fonts/roboto-regular.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light.eot');
    src: url('../fonts/roboto-light.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light.woff') format('woff'), url('../fonts/roboto-light.ttf') format('truetype'), url('../fonts/roboto-light.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: .25s;
    -webkit-transition-property: all;
    -moz-transition-timing-function: linear;
    -moz-transition-duration: .25s;
    -moz-transition-property: all;
    color: #424242;
}

    a:hover {
        text-decoration: none;
        -webkit-transition-timing-function: linear;
        -webkit-transition-duration: .25s;
        -webkit-transition-property: all;
        -moz-transition-timing-function: linear;
        -moz-transition-duration: .25s;
        -moz-transition-property: all;
        color: #000000;
    }

h1 {
    font-size: 36px;
    font-family: 'robotolight';
    color: #7ac043;
    font-weight: normal;
}

h2 {
    font-size: 30px;
    font-family: 'robotolight';
    font-weight: normal;
}

h3 {
    font-size: 24px;
    font-family: 'robotoregular';
    color: #000000;
    font-weight: normal;
}

body {
    font-family: 'robotoregular';
}

.left {
    float: left;
}

.right {
    float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.clearfix {
    clear: both;
}

.oh {
    overflow: hidden;
}


.wrapper {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.wrapper-inner {
    max-width: 1010px;
    margin: 0 auto;
    overflow: hidden;
}

header {
    width: 100%;
    height: 171px;
}

.logo {
    margin: 0 auto;
    width: 347px;
    height: 171px;
    background: #a01114;
    border-radius: 25px;
    position: relative;
    z-index: 99;
    margin-top: 14px;
}

.slider-wrapper {
    height: 335px;
}

.logo img {
    margin-left: 5%;
    margin-top: 33px;
}

.opening-days {
    position: absolute;
    top: 180px;
    left: 200px;
    z-index: 999;
    background: rgba(255, 255, 255, 0.62);
    padding: 20px;
}

    .opening-days p {
        margin-bottom: 5px;
    }

    .opening-days h3 {
        color: #a01114;
    }

.nivoSlider {
    position: relative;
}

.opening-days-2 {
    position: relative;
    display: none;
    text-align: left;
    /*background: rgba(255, 255, 255, 0.62);*/
    padding: 20px;
}

    .opening-days-2 p {
        margin-bottom: 5px;
    }

    .opening-days-2 h3 {
        color: #fff;
        text-align: center;
    }

.nivoSlider {
    position: relative;
}

.topSocial {
    float: right;
    margin-top: 3px;
    margin-right: 17px;
    color: #fff;
    position: absolute;
    right: 0;
}

    .topSocial span {
        margin-top: 8px;
        float: left;
        margin-right: 10px;
        font-size: 13px;
    }

    .topSocial img {
        margin-right: 5px;
        z-index: 99;
        position: relative;
        float: right;
    }

        .topSocial img:hover {
            opacity: 0.5;
        }

nav {
    position: absolute;
    margin-top: 50px;
    list-style: none;
    padding: 0;
    z-index: 99;
    background: rgba(255,255,255,0.7);
    width: 100%;
}

    nav li {
        float: left;
        margin-right: 12px;
    }
        /* Here font structure as following (font: font-size(px)/line-height(px) font-weight font-family color)     font:14px / 18px bold Arial, Helvetica, sans-serif #333;    
nav li + li{border-width:0 1px 0 0;}*/
        nav li:nth-child(3) {
            margin-right: 450px;
        }

        nav li:last-child {
            margin-right: 0px;
        }

        nav li a {
            color: #a01114;
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            text-decoration: none;
            padding: 36px 17px;
            display: block;
        }

        nav li:hover a {
            color: #fff;
            background: #a01114;
            padding: 36px 17px;
        }
    /* Don't give padding and display:block to hover portion */
    nav .active {
        color: #fff;
        background: #a01114;
        padding: 36px 17px;
    }

    nav li ul {
        display: none;
        position: absolute;
        top: 29px;
        width: 140px !important;
        padding: 7px 10px;
        background: #f2f2f2;
        border-top: 3px solid #000;
        z-index: 1000;
    }
    /* Here top size must be equal to line-heightof nav li */
    nav li:hover ul {
        display: block;
    }

    nav li ul li {
        position: relative;
        float: none;
        width: 100%;
        border: 0px;
        padding: 0px;
        border-bottom: 1px dotted #d3d3d3;
    }
        /* Here use position: relative only, if you want to use 3rd level menu */
        nav li ul li:last-child {
            border-bottom: 0px;
        }

    nav li:hover ul li a {
        text-transform: uppercase;
        font-size: 14px;
        color: #333;
        background: none;
        padding: 12px 8px;
        border-bottom: none;
        border-left: 2px solid #d3d3d3;
    }
    /* Give style as required */
    nav li ul li a:hover {
        background: #fff;
        color: #333;
        border-left: 2px solid #d3d3d3;
    }
    /* Give style as required */

    /* Use below, in case of 3rd level menu */
    nav li ul li ul {
        position: absolute;
        display: none !important;
    }

    nav li ul li:hover ul {
        display: block !important;
        left: 140px;
        top: -10px;
    }

.dl-menuwrapper {
    display: none;
}

/*.navigation{width:1170px;}
nav {display: block; margin-top:65px; float:left;}
nav a{color:#fff; font-size:14px; text-transform:uppercase; text-decoration:none; padding: 5px 15px; margin-right: 30px;-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); }
nav a:last-child{margin-right:0px;}
nav a:hover{color:#000; background: #f2f2f2; padding: 5px 15px;}*/

section {
    margin-top: 20px;
    overflow: hidden;
}

aside {
    float: left;
    max-width: 320px;
    width: 32%;
}

    aside h1 {
        font-size: 24px;
        color: #424242;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 15px;
    }

.leftMenu {
    margin-bottom: 20px;
    border-bottom: 1px solid #c2c2c2;
}

    .leftMenu ul {
        list-style: none;
        text-transform: uppercase;
        margin: 10px 0;
    }

        .leftMenu ul li {
            font-size: 14px;
            width: 87%;
            color: #424242;
            padding: 10px 10px 10px 25px;
        }

            .leftMenu ul li:hover {
                background: #efefef;
                -webkit-transition: all 0.6s ease;
                -moz-transition: all 0.6s ease;
                -o-transition: all 0.6s ease;
            }

    .leftMenu a {
        text-decoration: none;
        width: 100%;
    }

    .leftMenu p {
        font-size: 16px;
        padding: 15px;
        background: #000;
        color: #fff;
        text-transform: uppercase;
    }

.ad {
    display: block;
}

    .ad img {
        max-width: 320px;
    }

        .ad img:hover {
            opacity: 0.7;
        }

.ad1 {
    display: none;
}

article {
    float: left;
    margin-left: 4%;
    width: 64%;
}

    article h1 {
        font-size: 24px;
        color: #424242;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 15px;
    }

    article h2 {
        font-size: 18px;
        color: #424242;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 15px;
    }

    article p {
        clear: both;
        line-height: 26px;
        text-align: justify;
        color: #747474;
        font-size: 16px;
        margin-bottom: 20px;
    }

.vPizza {
    background: url(../images/content-bg.png) repeat-x;
    border-radius: 10px;
    border: 1px solid #e5e3e3;
    height: 269px;
    width: 97%;
    padding: 10px;
}

    .vPizza h1 {
        font-size: 30px;
        line-height: 32px;
        color: #a01114;
        text-transform: uppercase;
        font-family: robotoregular;
        font-weight: bold;
        font-style: italic;
        margin-bottom: 10px;
    }

    .vPizza h2 {
        font-size: 32px;
        color: #00384b;
        text-transform: uppercase;
        font-family: robotoregular;
        font-weight: bolder;
        font-style: italic;
        margin-bottom: 15px;
    }

    .vPizza p {
        clear: none;
        line-height: 16px;
        text-align: justify;
        color: #a01114;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .vPizza img {
        float: right;
        margin-right: 10px;
        max-height: 123px;
    }

.content {
    clear: both;
    margin: 20px 0;
    float: left;
}

    .content h1 {
        font-size: 30px;
        line-height: 32px;
        color: #a01114;
        text-transform: uppercase;
        font-family: robotoregular;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .content p {
        text-align: left;
        color: #5f5f5f;
        font-size: 16px;
    }

.findus {
    clear: both;
    margin: 20px 0;
    float: left;
    width: 100%;
    display: table;
}

    .findus h1 {
        font-size: 30px;
        line-height: 32px;
        color: #a01114;
        text-transform: uppercase;
        font-family: robotoregular;
        font-weight: bold;
        margin-bottom: 10px;
    }

.findusbox {
    border-radius: 10px;
    border: 1px solid #e5e3e3;
    width: 100%;
    height: 249px;
    padding: 0px;
}

.box1 {
    width: 200px;
    float: left;
    padding: 0px 20px;
}

    .box1 p {
        line-height: 33px;
        text-align: left;
        color: #5f5f5f;
        font-size: 18px;
    }

.box2 {
    float: left;
    width: 435px;
    height: 250px;
}

.box3 {
    float: left;
    width: 335px;
    position: relative;
}

    .box3 img {
        border-radius: 0 10px 10px 0;
    }

.social2 {
    float: left;
    position: absolute;
    z-index: 99;
    padding-top: 5px;
}

    .social2 a:hover {
        opacity: 0.5;
    }

.social a:hover {
    opacity: 0.5;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

.btn-default.btn1 {
    box-shadow: none;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    padding: 0;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 0;
    color: #707070 !important;
    background: none;
    margin-top: 20px;
}

    .btn-default.btn1 img {
        padding: 0 10px;
        margin-top: -3px;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .btn-default.btn1:hover {
        color: #000000 !important;
        background: none;
        text-decoration: none !important;
    }

        .btn-default.btn1:hover img {
            padding: 0 15px;
            -webkit-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
        }



.ds {
    clear: both;
}

.btns {
    float: right;
    margin-bottom: 10px;
}

.next, .prev {
    float: left;
    margin-right: 5px;
}

    .next img, .prev img {
        width: 36px;
        height: 37px;
        border: 0px;
    }


        .prev img:nth-child(2) {
            display: none;
        }

    .prev:hover img:nth-child(2) {
        display: block;
    }

    .prev:hover img:nth-child(1) {
        display: none;
    }

    .next img:nth-child(2) {
        display: none;
    }

    .next:hover img:nth-child(2) {
        display: block;
    }

    .next:hover img:nth-child(1) {
        display: none;
    }




.nextq, .prevq {
    float: left;
    margin-right: 5px;
}

    .nextq img, .prevq img {
        width: 36px;
        height: 37px;
        border: 0px;
    }


        .prevq img:nth-child(2) {
            display: none;
        }

    .prevq:hover img:nth-child(2) {
        display: block;
    }

    .prevq:hover img:nth-child(1) {
        display: none;
    }

    .nextq img:nth-child(2) {
        display: none;
    }

    .nextq:hover img:nth-child(2) {
        display: block;
    }

    .nextq:hover img:nth-child(1) {
        display: none;
    }







/* entire container, keeps perspective */
.flip-container {
    perspective: 1000;
}
    /* flip the pane when hovered */
    .flip-container:hover .flipper, .flip-container.hover .flipper {
        transform: rotateY(180deg);
    }

.flip-container, .front, .back {
    width: 320px;
    height: 480px;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2; /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}


footer {
    background: #000;
    width: 100%;
    overflow: hidden;
}

.bottomDiv {
    background: #00384b;
    width: 100%;
    height: 124px;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
}

.bottomText, .bottomText1 {
    margin-top: 25px;
    text-align: center;
}

    .bottomText a, .bottomText1 a {
        color: #fff;
        margin-right: 40px;
    }

        .bottomText a:nth-child(5n+5) {
            margin-right: 0px;
        }

        .bottomText a:hover, .bottomText1 a:hover {
            color: #f4fd01;
        }

.listing {
    clear: both;
}

    .listing ul {
        list-style: circle;
        margin-left: 25px;
    }

        .listing ul li {
            color: #424242;
            line-height: 24px;
        }

.cCon {
    clear: both;
    overflow: hidden;
    width: 100%;
}

.cAddress {
    float: left;
    width: 45%;
    margin-right: 10%;
}

    .cAddress h2 {
        font-size: 16px;
        margin: 0;
    }

    .cAddress span {
        background: #f1f1f1;
        padding: 5px 0px 5px 5px;
        margin-bottom: 10px;
        display: table;
        width: 100%;
    }

.cForm {
    float: left;
    width: 45%;
}

    .cForm h2 {
        font-size: 16px;
        margin: 0;
    }

    .cForm label {
        float: left;
        width: 93%;
        margin-bottom: 20px;
    }

        .cForm label input {
            width: 100%;
            float: left;
            height: 38px;
            border: 1px solid #cfcfcf;
            padding: 0 10px;
            color: #aeaeae;
            font-size: 14px;
        }

    .cForm textarea {
        width: 93%;
        height: 100px;
        float: left;
        border: 1px solid #cfcfcf;
        padding: 10px;
        margin-bottom: 20px;
        color: #aeaeae;
        font-size: 14px;
    }

    .cForm .ct-button {
        width: 98%;
        padding: 10px 25px;
        border: 0;
        color: #333;
        background: #f1f1f1;
        font-size: 16px;
    }

.overlay_timer {
    position: fixed;
    width: 100%;
    height: 100%;
    padding-top: 3%;
    text-align: center;
    background: rgba(0,0,0,0.7);
    z-index: 999;
    text-align: center;
}

    .overlay_timer img {
        display: inline-block;
    }

.overlay_timer_numbers {
    position: absolute;
    z-index: 250;
    text-align: center;
    width: 100%;
    background: white;
}

.pizzamenu {
    width: 100%;
}

    .pizzamenu img {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 15px;
    }

.demonstrations a {
    display: table;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 5px;
    border: 1px solid #ccc;
}

    .demonstrations a:nth-child(3n+3) {
        margin-right: 0;
    }

    .demonstrations a img {
        border: 1px solid #ccc;
        width: 300px;
    }

.SliderBottom {
    height: auto !important;
    box-shadow: none !important;
}


.vppara {
    position: relative;
    padding-right: 32px;
    display: block;
    line-height: 17px;
    margin-bottom: 12px;
    text-align: left;
}

.vPizza p {
    position: relative;
}

.vpprice {
    position: absolute;
    right: -1px;
    font-weight: bold;
    top: 0px;
}

.vPizza {
    background-color: #fdeac2 !important;
}
