/*

    Template Author : pixelhint.com
    Author Email    : contact@pixelhint.com
    Template Name   : Magnetic
    
    
    *****************************************
    
    
    - Fonts
    - General CSS
    - Header
    - Home/portfolio 
    - Inner page 
    - Map/Contact page  
    - Tooltip 
    - Responsive code
  
    
*/



/*  Fonts  */
@font-face {
    font-family: 'raleway-regular';
    src: url('../fonts/raleway-regular.eot');
    src: url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular.woff') format('woff'),
         url('../fonts/raleway-regular.ttf') format('truetype'),
         url('../fonts/raleway-regular.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'raleway-bold';
    src: url('../fonts/raleway-bold.eot');
    src: url('../fonts/raleway-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold.woff') format('woff'),
         url('../fonts/raleway-bold.ttf') format('truetype'),
         url('../fonts/raleway-bold.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'raleway-semibold';
    src: url('../fonts/raleway-semibold.eot');
    src: url('../fonts/raleway-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold.woff') format('woff'),
         url('../fonts/raleway-semibold.ttf') format('truetype'),
         url('../fonts/raleway-semibold.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*  General CSS*/
body{
    background: #fff;
	font-family: 'raleway-regular';
}

.wrapper{
    width: 100%;
    margin: 0 auto;
	text-align:justify;
}

header ul.social li a,
.main .work a .caption,
header nav ul li a{
    transition:all .1s linear;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
}

nav{
	text-align:left;
	padding-left:1.2em;
}
}

h1, h2, h3, h4, h5 ,h6{
    color: #59ad9d;
    font-family: "raleway-regular", arial;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0; color:#FFF; }
h2              { font-size: 1.5em; margin: 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}










/*  Header  */
@media (min-width:1099px){
    header{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        min-height: 100%;
        padding: 0 0.5em 0 0;
        background: #ffffff; 
        float: left;
        overflow: hidden;
        z-index: 998;
		text-align:center;
		font-weight:normal;
    }
	


    header .logo{
        margin-top: 2em;
    }

    header nav ul{
        display: block;
        overflow: hidden;
        margin-top: 115px;
        list-style: none;
    }

    header nav ul li{
        display: block;
        margin-bottom: 1.5em;
    }

    header nav ul li a{
        color: #454545;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        text-decoration: none;
        letter-spacing: 1px;
    }

    header nav ul li a:hover,
    header nav ul li a.selected{
        color: #969595;
    }

    header .footer{
        position: absolute;
        bottom: 50px;
		padding-left:1em;
    }

    header ul.social{
        list-style: none;
        margin-bottom: 5px;
    }

    header ul.social li{
        display: block;
        float: left;
        position: relative;
        margin: 0 15px 15px 0;
    }


    header ul.social li a{
        display: block;
        width: 50px;
        height: 50px;
        background: url('../img/sm.png') no-repeat;
        background-position: 0 0;
		text-align:center;
    }


    header ul.social li a:hover{
        background: url('../img/sm_hover.png') no-repeat;
    }



    header ul.social li a.fb,
    header ul.social li a.fb:hover{
        background-position: 0 0;
    }


    header ul.social li a.google,
    header ul.social li a.google:hover{
        background-position: -31px 0;
    }

    header ul.social li a.behance,
    header ul.social li a.behance:hover{
        background-position: -62px 0;
    }

    header ul.social li a.twitter,
    header ul.social li a.twitter:hover{
        background-position: -93px 0;
    }

    header ul.social li a.dribble,
    header ul.social li a.dribble:hover{
        background-position: -124px 0;
    }

    header ul.social li a.rss,
    header ul.social li a.rss:hover{
        background-position: -155px 0;
    }

    header .rights p{
        color: #454545;
        font-family: 'Open Sans', sans-serif;
        font-size: 0.8em;
        letter-spacing: 1px;
        line-height: 1.5em;
    }

    header .rights a{
        font-family: "raleway-bold", arial;
        font-weight: bold;
        text-decoration: none;
    }
    #menu_icon,
    .close_menu{
        display: none;
    }

}

#menu_icon,
.close_menu{
    float: right;
    margin-right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../img/men_icons.png') no-repeat;
}

#menu_icon{    
    background-position: 0 0;
}
.close_menu{
    background-position: -41px 0!important;
}






/*  Main  */
.main{
    width: 100%;
    height: 100%;
    padding-left: 251px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 55;
    clear: both;
}







/*  Home/portfolio  */
.main .work{
    display: block;
    width: 33.33333333333333%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.main .work .media{
    width: 100%;
    vertical-align: middle;
}

.main .work .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background: #ffffff;
    opacity: 0;
}


.main .work a:hover .caption{
    opacity: 1;
}


.work .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -40px;

}

.main .work .caption h1{
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 20px 0;
    z-index: 77;
    color: #454545;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    border-bottom: 1px solid #bfbbbb;
    border-top: 1px solid #bfbbbb;
}







/*  Inner Page  */

.div_title{
	position:absolute; top:5%; left:5%; z-index:50; margin:0; padding:0;}


.top{
    width: 100%;
   	overflow: hidden;
    display: block;
    position: relative;
	text-align:center;
	color:#a4191c;
	margin:0;
	padding:0;
	height:350px;
}




.cardapio{

	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.promocoes{
   background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.happy{
   background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.eventos{
   background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.contato{
   background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.work_nav{
    display: block;
    width: 100%;
}

.work_nav .btn{
    float: right;
}

.work_nav ul{
    list-style: none;
}

.work_nav ul li{
    display: block;
    float: left;
    margin: 0 0 1px 1px;
    position: relative;
}

.work_nav a{
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/p_navigation.png') no-repeat;
    background-position: 0 0;
}

.work_nav a.previous{
    background-position: 0 0;
}

.work_nav a.grid{
    background-position: -41px 0;
}

.work_nav a.next{
    background-position: -82px 0;
}

.top .title{
    display: block;
    width: 100%;color: #59ad9d;
    font-family: "raleway-bold", arial;
    font-size: 1.7em;
    font-weight: bold;
    background: rgba(255, 255, 255, .2);
    margin: 0!important;
    overflow: hidden;
	color:rgba(255, 255, 255, .4);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	padding:0.7em;
	}

.content_header{
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    margin-left: -46.36363636363637%;
	top:1%;
}

.content{
    color: #4b4848;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    padding: 0 30px 30px;
    background: #fff;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	margin-top: 20px;
}

.content p{

    color: #4b4848;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
    color: #59ad9d;
    font-family: "raleway-semibold", arial;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;

}







/*  Contact page map  */
#map .map_adresse{
    font-family: 'raleway-regular', arial;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
}

#map .map_address,
#map .map_tel{
    padding: 5px;
}

#map .map_address .address,
#map .map_tel .tel{
    font-family: 'raleway-bold', arial;
    font-weight: bolder;
}

#map img{
    max-width: none;
}







/*  Tooltip  */
.tooltip{
    display: block;
    padding: 7px 10px;
    background: #454545;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    position: absolute;
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    text-align: center;
    letter-spacing: .5px;

}

.tooltip:after{
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #454545 transparent transparent transparent;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
}





/*  Responsive code  */
@media (max-width:1099px){

    header{
        display: block;
        width: 100%;
        min-height: 50px;
        padding: 0;
        position: relative;
    }
    header .logo{
        margin: 1em 0 0 0;
        float: left;
		text-align:center;
		width: 100%;
		padding-bottom:1em;
    }
    header .footer{
        display: none;
    }
    header #menu_icon,
    header .close_menu{
        float: right;
        margin: 30px 30px 0 0;
    }
    
    header nav{
        position: relative;
        top: 0px;
        left: 23%;
        z-index: 9999;
		text-align:center;
		margin-bottom:1em;
    }

    header nav ul{
        list-style: none;
        position: relative;
    }
    header nav ul li a{
        display:block;
        width: 50%;
        padding: 8px 0;
        text-align: center;
        color: #454545;
        font-family: 'Open Sans', sans-serif;
        font-size: 1.1em;
        text-decoration: none;
      	z-index:61;
		font-weight:normal;
    }
	
    header nav ul li a:active{
        background: #f7f5f5;
    }
    #menu_icon,
    .close_menu,
    .show_menu{
        display: block;
    }
    .show_menu{
        display: block;
    }

    .main .work{
        width: 50%;
    }
    .main{
        width: 100%;
        position: relative;
        padding-left: 0;
    }
    #map{
        margin: 0!important;
    }
	
	.top .title{
    font-size: 1em;
	}
}

@media (max-width:1500px){
     .top{height:700px;}
}

@media (max-width:790px){
     .top{height:5000px;}
	 
}

@media (max-width:550px){
     .main .work{
        width: 100%;
    }
	
	header{
		text-align:center;
	}
	.top .title{
    font-size: 0.7em;
	}
	
	.top{height:170px;}
}


.w-100{
	width:100%;
}

.script-tonte a{
	font-family: 'Josefin Sans', sans-serif, cursive;
	font-size:1.3em;
	color:#000;
	padding-left:5px;
	text-decoration:none;
	    text-transform: capitalize;
}

.hr-10{
	margin-left:15px;
	width:100%;
}

.contato-inicio{
	font-size:0.8em;
	line-height:1.5em;
	position:relative;
	}
	
.tudo-auto{
	width:100%;
}

.fixo{
	position:fixed;
}

.clear-geral{
	clear:both;
}

.p-small{
	font-size:0.5em;
}

.pad-30{
	padding-top:10px;
}

.interno{height:350px;}

.linha-15em li{
	padding:5px 0;
}

.tit-pub{
	font-weight:bold;
	font-size:1.3em;
	text-decoration:underline;
	color:#000;
}

.pad-0{
	padding:0;
}

.caixa_corte {
width: 90%;
height: auto;
overflow:hidden;
margin-bottom:8px;
text-align:center;
vertical-align:bottom;

}


.caixa_corte img{
width: auto;
height:auto;

}

.caixa_corte_home {
width: 94%;
overflow:hidden;
margin-bottom:8px;
text-align:center;
}


.caixa_corte_home img{
	width: 100%;
	height:auto;
    clip: rect(0px,300px,300px,0px);
}

.divs-galeria{
	text-align:left;
	margin-bottom:30px;
	font-size:0.9em;
    padding-left: 0 !important;}

.divs-galeria a{
	text-decoration:none;
	font-size:1.1em;
	margin-top:5px;
}

.content h2{
	font-family: 'Josefin Sans', sans-serif, cursive;
	font-size:2em;
	font-weight:normal;
	color:#000;
}

.content h2:not(.nao){
	display:none;
}

.leg-galeria{
	display:none;
	position:absolute;
	z-index:99999;
	padding:40px;
	background-color:rgba(255,255,255,0.7);
	color:#000;
	width:100%;
	font-size:1.1em;
	top:20%;
}

.divs-galeria:hover .leg-galeria{
	display:inline;
}

.en{
	display:none;
	font-style:normal;
}

.pt{
	display:none;
}

.arquiteto140{
	font-family: 'Josefin Sans', sans-serif, cursive;
	font-size: 130%;
    text-transform: uppercase;
}


.tam-09 a{
	font-size:1em;
	padding:6px;
}

li.tam-09 {
    margin-bottom: 20px;
}
.w80{
	width:80%;
	margin-top:5px;
}

.apresentacao{
	    text-align: center;
    background-color: #59ad9d;
    padding: 7px;
    border-radius: 5px;
}

.apresentacao a{
    color:#fff;
	text-decoration:none;
	font-family: 'Josefin Sans', sans-serif, cursive;
	font-size:1.2em;
}

.pd8{font-weight:bold;
		}

.seta-direita{
	margin:0;
	padding:0;
	float:right;
	margin-top:60px;
}

.seta-esquerda{
	margin:0;
	padding:0;
	float:left;
	margin-top:60px;
}

.btn-img{
	font-family:'Josefin Sans', sans-serif, cursive;
}


.ull{
	 background-color: #eee;
    padding: 10px 40px;
    margin: 0;
	width:85%;
}

.fs-16{
	font-size:16px !important;
}

.logs{
    bottom: 40px;
}

iframe.frame-shop {
    width: 94%;
    height: 600px;
}

#wrapper-legal {
     display: none !important;
}

.logs {
    margin-top: 50px;
}

.topo {
    position: relative;
    height: 80px;
    width: 100%;
	z-index:999;
}

.logo-tp{
	margin:20px;
	z-index:9;
}

.logo-tp img{
	width:400px;
}

.idioma {
    position: absolute;
    top: 0;
    right: 20px;
}

.idioma .btn {
    font-size: 1.0625em;
    display: inline-block;
    padding: 0.5em 1em !important;
    margin: 15px 0 0;
    border-width: 0 0 0 0;
    /* border-bottom: 1px solid; */
    text-transform: uppercase !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    font-weight: 300;
    color: #ccc !important;
	text-decoration:none
}

.formulario p {
    margin-bottom: 10px;
}

li.icon a{
	font-size:1.5em !important;
}

.nav-tabs a {
    font-size: 100%;
}

.jumbotron p:last-child {
    margin-bottom: 0 !important;
}

