/*
------------------------------------------------------------------------
Theme Name:    Bierfabriek
Theme URI:     http://inpixel.net
Description:   Thema para o cliente bierfabriek.com
Version:       1.0
Author:        Thiago Sarmento MagalhÃ£es
Author URI:    http://www.facebook.com/thiago.sar
Tags:          bierfabriek
------------------------------------------------------------------------
*/

@import url('/css/bootstrap.min.css'); 

@@import url('/css/font-lato.css');

@@import url(https://fonts.googleapis.com/css?family=Pacifico);

@font-face {
    font-family: 'EMcomic-Regular';
    src:  url('http://aadje.nl/fonts/EMcomic-Regular.ttf.woff') format('woff'),
        url('http://aadje.nl/fonts/EMcomic-Regular.ttf.svg#EMcomic-Regular') format('svg'),
        url('http://aadje.nl/fonts/EMcomic-Regular.ttf.eot'),
        url('http://aadje.nl/fonts/EMcomic-Regular.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

div .card {
    border: 1px solid black;
    border-radius: 10px;
    padding: 5px;
    background: rgba(252,255,230,0.5);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


#home {
    min-width:1000px;
    width: auto !important;
    width:1000px;
}

.center {
    float: none;
    margin: auto;
}

.center .col-sm-3 {
	width: 25%;
}

.rot {
    animation-name: rotate;
    animation-duration:60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotate;
    -webkit-animation-duration:60s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    image-rendering: optimizeSpeed;             /*                     */
    image-rendering: -moz-crisp-edges;          /* Firefox             */
    image-rendering: -o-crisp-edges;            /* Opera               */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */	
}


@keyframes rotate {
    to { background-position-x: 0px; }
    from { background-position-x: 7391px; }
}


/*================= Genericos =======================*/

.xdebug-var-dump{
    text-align: left;
}
body{
    /*    font-family: 'lato';*/
    line-height: 1.6em;
    font-size: 16px;
    /*    font-family: 'Bangers', cursive;*/
    font-family: 'EMcomic-Regular', cursive;*
    /*    font-family: "Comic Sans MS", cursive, sans-serif !important;*/
}
a{
    color: #a94442;
}
img{
    width: 100%;
    height: auto;
}
a:hover{
    color: #AD7D0C;
}

h1{
    font-weight: bold;
    color: #B44D0B;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus{
    background-color: #a94442;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: white;
}
.navbar-collapse{
    text-align: center;
}

.lead{
    /*font-style: italic;*/
    margin-bottom: 45px; 
    font-size: 25px;
    line-height: 1.6;
    /*color: #AD7D0C;*/
    color: #7D2F19;
    font-weight: 400;
    text-align: center !important;
    /*text-shadow: -1px -1px white, 1px 1px #9B9B9B;*/
    /*text-shadow: 1px 1px 0px rgba(0,0,0,0.2);*/
}
.form-group{
    margin-bottom: 20px;
}
.form-control:focus{
    border-color: rgba(215,156,16,.8);
    -webkit-box-shadow: 0 0 8px rgba(215,156,16,.6);
    box-shadow: 0 0 8px rgba(215,156,16,.6); 
}

.btn{
    border-width: 4px;
}
.btn-map,
.btn-reservation,
.btn-contact{
    border-color: #1e1e1e;
    font-weight: bold;
}
.nav-tabs{
    margin-bottom: 30px;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: bold;
}
.nav-tabs>li>a{
    border: 0;
}
.nav-tabs.nav-justified>.active>a, 
.nav-tabs.nav-justified>.active>a:hover, 
.nav-tabs.nav-justified>.active>a:focus{
    border: 4px solid #1e1e1e;
    border-bottom-color: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    background-color: transparent;
}
.nav-tabs.nav-justified>li>a{
    border-bottom: 4px solid #1e1e1e;
    border-radius: 6px 6px 0 0;
}
.nav-tabs.nav-justified>li>a:hover{
    color: #555;
    background-color: transparent;
}

.container{
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.content_wrap{
    padding: 55px 0 55px 0;
    width: 100%;
    margin: 0 auto 0 auto;
    z-index: 99;
    position: relative;
    background: #E9E9E9;
    text-align: center;
    line-height: 1.6em;
    font-size: 16px;
    min-height: 100% !important;

    background: url("/image/background.png");

    border-image: url("/image/frame1.jpg") 100 stretch;
    border-width: 1px;

}
.content_wrap h2{
    margin-top: 0;
    font-weight: bold;
    /*text-shadow: 2px 2px 0px rgba(0,0,0,0.5);*/
    /*text-shadow: 1px 1px white, 2px 2px #333;*/
    /*color: #565656;*/
    color: #7D2F19;
}

.background_wrap{
    position: relative;
    top: 0px;
    width: 100%;
    height: 570px;
    /*background-color: white;*/
    margin: 0 auto 0 auto;
    z-index: 98;
    text-align: center;
}
background_wrap-contact{
    /*height: 570px;*/
}

.background_wrap h1{
    font-size: 5em;
    font-weight: bold;
    position: relative;
    top: 41%;
    width: 100%;
    color: white;
    padding: 0;
    border: 0;
    display: inline-block;    
    text-shadow: 1px 1px white, -1px -1px #333;
}
.background_wrap span.subtitle{
    font-size: 1.5em;
    position: relative;
    top: 38%;
    width: 100%;
    color: silver;
    padding: 0;
    border: 0;
    display: inline-block;    
}

.background_wrap:nth-of-type(2) {
    /*background: url('./images/food.jpg') no-repeat center center;*/
    background-size: cover;
    background-position: 70% 50%;
}
.background_wrap:nth-of-type(4) {
    /*background: url('./images/beer.jpg') no-repeat center center;*/
    background-size: cover;
    background-position: 70% 50%;
}
.background_wrap:nth-of-type(6) {
    /*background: url('/images/taptafels.jpg') no-repeat center center;*/
    background-size: cover;
    background-position: 70% 50%;
}
.background_wrap:nth-of-type(8) {
    /*background: url('/images/merchandise.jpg') no-repeat center center;*/
    background-size: cover;
    background-position: 70% 50%;
}
.background_wrap-contact {
    /*background: url('/images/contact.jpg') no-repeat center center;*/
    background-size: cover;
    background-position: 70% 50%;
}
.background_wrap:nth-of-type(2), 
.background_wrap:nth-of-type(4), 
.background_wrap:nth-of-type(6), 
.background_wrap:nth-of-type(8),
.background_wrap-contact:nth-of-type(10){
    background-attachment: fixed;
    min-height: 100% !important;
}

.media{
    background: #fff;
    border-bottom: solid 1px #c7c9c8;
    margin-bottom: 30px;
    padding: 20px;
}
ul.nav-lang li:first-child a{
    padding-left: 30px;
    padding-right: 5px;
}
ul.nav-lang li:last-child a{
    padding-left: 5px;
}
.divisor-menu{
    color: white;
    margin-top: 11px;
}

/*================= hidden =======================*/
.logo, 
.splash_logo,.navbar-principal,
/*.background_wrap h1:first-child,*/
.goto-container-home{
    display: none;
}

/*================= Menu Principal =======================*/
.navbar-principal{
    background-color: #1e1e1e;
    border: 0;
}
.navbar-principal .navbar-brand1 img{
    background-color: #1e1e1e;
    border: 5px solid #1e1e1e;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
}

.navbar-principal .navbar-nav>li>a{
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-principal .navbar-nav>li>a:hover{
    color: #a94442;
}

.navbar-principal .navbar-nav>.active>a{
    background-color: transparent;
}    

/*================= Goto =======================*/
.goto-container{
    width: 100%;
    position: absolute;
    top: -25px;
    text-align: center;
}

.goto-container-home{
    top: 85%;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.goto-container-home a{
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.goto-container a{
    display: block;
    margin: 0 auto;
    text-decoration: none;
    font-size: 48px;
    width: 50px;
    height: 50px;
    background-color: rgba(100,100,100,.5);
    border-radius: 5px;
    line-height: 1.3em;
}
section .goto-container-home {
    top: 75%;
}

/*================= Splash =======================*/
.splash_wrap{
    margin: 0;
    padding: 0;
    min-width: 100%;
    height: 100%;
    /*background: url('./images/splash.jpg') no-repeat center center;*/
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;    
}

.splash_logo{
    width: 100%;
    position: absolute;
    top: 35%;
    text-align: center;
}
.splash_logo .logo{
    display: inline-block;
    width: 35%;
    height: 1%;
    /*background: url('./images/logo_large.png') no-repeat center center;*/
    z-index: 1;
    margin: 0 auto;
    padding: 0;   
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
}
.splash_logo img{
    width: 95%;
    height: auto;
    padding: 15px 10px 25px 10px;
}

/*================= Locations =======================*/
#locations table{
    font-size: 14px;
}
/*================= Menu =======================*/

tr.tr-salada td{
    border-top: 0 !important;
}
/*================= Beer =======================*/
.beer_content p{
    text-align: left;
}
.beer_content h1{
    text-align: center;
}

/*================= Taptafels & Reservation =======================*/
.mensagem{
    padding: 15px;
    margin: 30px 0;
    font-size: 18px;
    color: red;
}
#taptafels-content .lead
/*#reservations-content .lead*/
{
    max-width: 550px;
    display: block;
    margin: 40px auto;
    margin-top: 0;
}
#reservations-content .col-iframe{
    /*    height: 100%;
        max-height: 470px;*/
}
#reservations-content iframe{
    /*    overflow: hidden;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;*/
    max-width: 315px;
    max-height: 480px;
}
#reservations-content address{
    font-size: 14px;
}

/*================= Contact =======================*/
.container-contact{
    background-color: rgba(93, 52, 20, 0.69);
    border-radius: 10px;
    padding: 20px;
    margin: 4%;
}
#contact{
    position: relative;
    background-color: #1e1e1e;
    width: 100%;
    text-align: center;
    padding: 1px 55px;
    padding: 50px 0 50px 0;
    text-shadow: -2px -2px black;
}
#contact .contact-lead{
    max-width: 550px;
    display: block;
    margin: 40px auto;
    margin-top: 0;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0px;
    color: white;
}

#contact h1,
#contact h2{
    color: white;
    /*color: #B44D0B;*/
    margin-bottom: 20px;
}
#contact input, 
#contact textarea{
    color: #a94442;
    font-weight: bold;
}
.btn-contact{
    color: white;
    background-color: #B44D0B;
    border-color: #7D2F19;
    max-width: 100px;
    margin: 0 auto;
}
.contact-mail{
    font-size: 30px;
    font-weight: bold;
    color: white !important;
    /*color: #B44D0B !important;*/
}
.alert-contact{
    display:none;
}

/*================= footer =======================*/
#footer{
    padding: 20px 0 20px 0;
    background-color: #262526;
    position: relative;
}

.modal-content{
    background-color: #E9E9E9;
}
.modal-header{
    border: none;
}

.modal-header .modal-title{
    color: #a94442 !important;
}


/*================= Ajustes Responsivos =======================*/


/*@media (min-width: 768px) and (max-width: 768px) {*/ 


/*Largura abaixo de  width: 320px*/
@media (max-width: 320px) { 
    /*background*/
    .background_wrap h1 {
        font-size: 2em !important;
    }

    /*logo*/
    .splash_logo .logo {
        width: 70% !important;
        /*height: 115px !important;*/
    }

}

/*Largura abaixo de  width: 480px*/
@media (max-width: 479px) { 
}

/*Largura iPhone 3+4 Â· width: 480px*/
@media (min-width: 381px) and (max-width: 480px) { 
    /*logo*/
    .splash_logo .logo {
        width: 45% !important;
        /*height: 115px !important;*/
    }
}

/*Largura iPhone 3+4 landscape Â· width: 480px*/
@media (max-width: 480px) { 
    /*background*/
    .background_wrap h1 {
        font-size: 3em;
    }
    /*logo*/
    .navbar-brand .logo{
        width: 70%;
    }
    /*tab content*/
    .tab-content .item{
        width: 100%;
    }
    .nav-tabs.nav-justified>.active>a, 
    .nav-tabs.nav-justified>.active>a:hover, 
    .nav-tabs.nav-justified>.active>a:focus {
        border: none;
        border-radius: 0;
        background-color: #7D2F19;
        color: white;
        /*border-top: 4px solid #1e1e1e;*/
        border-bottom: 4px solid #1e1e1e;
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
    /*contato*/
    .contact-info,
    .contact-info a{
        font-size: 20px;
    }

}
@media (max-width: 767px) { 
    ul.nav-lang{
        width: 110px;
        margin: auto;    
    }
    ul.nav-lang li{
        display: block;
        width: 50px;
        float: left;
    }
    ul.nav-lang li a{
        display: block;
    }
    ul.nav-lang li:first-child a {
        padding-left: 15px; 
        padding-right: 15px; 
    }
    ul.nav-lang li:last-child a {
        padding-left: 15px; 
    }
    .divisor-menu {
        color: white;
        margin-top: 6px;
        width: 10px !important;
    }
}

/*Largura < 767px*/
@media (min-width: 568px) and (max-width: 767px) { 
    /*Logo*/
    .splash_logo .logo {
        width: 45% !important;
        /*height: 140px !important;*/
    }
    /*Tabs*/
    .nav-tabs.nav-justified>li {
        display: table-cell !important;
        width: 1% !important;
    }
    /*    .nav-tabs.nav-justified>li{
            float: left;
        }*/
    .nav-tabs {
        font-size: 12px;
        font-weight: bold;
    }
}

/*Largura AtÃ© 768px*/
@media (max-width: 768px) { 

    /*Logo*/
    .splash_logo .logo {
        width: 40%;
        /*height: 155px;*/
    }

    /*Tab*/
    .tab-content .item{
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) { 
    /*menu principal*/
    .navbar-principal{
        font-size: 13px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) { 
}

/* Medium devices (desktops, 992px and 1199px ) */
@media (min-width: 992px) and (max-width: 1199px) { 

    /*Logo*/
    .splash_logo .logo {
        width: 35%;
        /*height: 180px;*/
    }

    /*iframe reservation*/
    #reservations-content iframe{

    }


}
