h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
   font-family: 'Lato', sans-serif;
   font-size: 100%;
   background:#fff; 
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

.container{
	margin-top:20px;
}

.header_top{
	background:#f7f7f7;
}

.logo{
	float:left;
	padding: 20px;
	width: 100%;
    text-align: center;
}

ul.shopping_grid{
	margin:0;
	list-style:none;
	float:right;
}

ul.shopping_grid li{
	float: left;
	padding: 0px 15px 0;
	border-right: 1px solid #f7f7f7;
	font: 600 15px/15px 'Lato', sans-serif;
	color:#fff;
}
ul.shopping_grid li img{
	margin-top: -4px;
}
ul.shopping_grid a li:hover {
	color: white;
}
ul.shopping_grid li:hover span.m_1{
	color: white;
}
span.m_1{
	color:#fff;
}
/* start h_menu */
.header_bottom_right{
	float:right;
	width:53%;
}
.h_menu4{
	background: #d12423;
	padding:20px 0;
}
.toggleMenu {
    display: none;
	background:#df1f26;
	width: 100%;
	color: #FFF;
	font-size: 1.5em;
}
.nav {
    list-style: none;
     *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
	width: 13em;
	border-bottom:5px solid #fd926d;
	z-index:888;
}
.nav li a {
	display: block;
	margin:0px 15px;
	color:#fff;
	font: 400 13px/20px 'Lato', sans-serif;
	text-transform:uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration: none;
	padding:0;
    /*background-color: #593719;*/
}
.nav li:nth-child(1){
	margin:0
}
ul.nav li.active a, .nav li a:hover {
	color:#df1f26;
}
.nav li a:hover {
	background-color: #593719 !important;
}
.nav li {
    position: relative;
}
.nav > li {
    float:left;
}
.nav > li.hover > ul {
    left:-1px;
    top:40px;
}
.nav li li.hover ul {
    left: 100%;
   -webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition:  background .2s linear;
	transition: background .2s linear;
}
.nav > li > li > a{
	font-size: 0.85em;
	padding: 10px 20px;
	display: block;
	color: #555;
	background: #fff;
	position: relative;
	z-index: 9999;
	font-weight: normal;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 100%;
	text-decoration: none;
	margin: 0;
	text-transform: lowercase;
}
.nav li li {
	border-top:none;
}
.nav li li:hover{
	border-top:none;
}
.nav li li a{
	text-transform: capitalize;
	font-size:0.85em;
	border-top: 1px solid #e8ebf1;
	border-left: 1px solid #e8ebf1;
	border-right: 1px solid #e8ebf1;
}
.nav li li a:hover{
	color:#000;
}
.nav > li >  ul {
    position: absolute;
    left: -9999px;
    padding: 0;
    z-index: 9999;
    background:#fff;
}


.delete_botao:hover{
	color: #333 !important;
    background-color: #ebebeb !important;
    border-color: #adadad !important;
}



/***** Media Quries *****/
@media screen and (max-width: 768px) {
	.h_logo4{
		text-align:center;
		float: none;
		margin: 4% 0;
	}
	/*--.h_menu4{
		float: none;
	}--*/
	.toggleMenu {
		padding: 5px 10px;
		width: 100%;
	}
	.nav li a {
		margin: 10px 15px;
	}
	.nav {
		background:#fff;
	}
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 64% 50% !important;
    }
   .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
}
@media screen and (max-width: 640px) {
	.toggleMenu {
		width:100%;
	}
}
@media screen and (max-width: 480px) {
	.toggleMenu {
		width:100%;
	}
}
@media screen and (max-width: 320px) {
	.toggleMenu {
		width:100%;
	}
}
/*--slider--*/
/*--- slider-css --*/
.slider {
	position: relative;
}
.rslides {
      height: 350px;
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.caption{
	width: 56%;
	position: absolute;
	top: 35%;
	left: 20%;
	text-align:center;
}
.caption h3{
	color: #FFF;
	font-weight: 700;
	font-size: 1.8em;
	text-transform: uppercase;
}
.caption p{
	color: #FFF;
	line-height: 1.5em;
	font-size: 0.875em;
	text-align: center;
	margin:1em 0 1.5em 0;
}
a.morebtn{
	background:#3D3D3D;
	padding:0.8em 0;
	display:block;
	font-size:0.875em;
	text-transform:uppercase;
	color:#FFF;
	width:20%;
	margin:0 auto;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
}
a.morebtn:hover{
	background:#585686;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 999;
	left: 13px;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height:59px;
  width:60px;
  background: url("../images/arrows.png") no-repeat left top;
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
 }
 .banner_desc {
	display: block;
	z-index: 2;
	text-shadow: none;
	margin: 0;
	max-width: none;
	position: absolute;
	top: 23%;
	left:14%;
	width: 50%;
}
.banner_desc h1{
	color:#fff;
	font: 300 60px/60px 'Lato', sans-serif;
}
.banner_desc h2{
	color:#fff;
	font: 300 20px/20px 'Lato', sans-serif;
	margin-top:1em;
}
/*-- responsive-mediaquries --*/
@media(max-width:1024px){
	.caption {
		width: 63%;
		top: 31%;
		left: 19%;
	}
}
@media(max-width:768px){
	.caption {
		width: 70%;
		top: 22%;
		left: 13%;
	}
	.caption h3{
		font-size:1.5em;
	}
	a.morebtn {
		width: 26%;
	}
	.callbacks_nav {
	  	top: 55%;
	 }
}
@media(max-width:640px){
	.caption {
		width: 70%;
		top: 12%;
		left: 13%;
	}
	.caption h3{
		font-size:1.5em;
	}
	a.morebtn {
		width: 30%;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
}
@media(max-width:480px){
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.callbacks_nav {
	  	top: 60%;
	 }
	.caption p{
		height:25px;
		overflow:hidden;
		margin:0.5em 0;
	}
	.caption h3{
		font-size:1.4em;
	}
	a.morebtn {
		width: 40%;
		font-size:0.8em;
	}
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
@media(max-width:320px){
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.callbacks_nav {
	  	top: 63%;
	 }
	.caption p{
		height:25px;
		overflow:hidden;
		margin:0.2em 0;
	}
	.caption h3{
		font-size:1em;
	}
	a.morebtn {
		width: 50%;
		font-size: 0.8em;
		padding:0.6em 0.5em; 
	}
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
.column_center {
	background: #dee9f1;
	background: -moz-linear-gradient(45deg,  #dee9f1 50%, #f1ede9 57%, #f9eae4 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(50%,#dee9f1), color-stop(57%,#f1ede9), color-stop(100%,#f9eae4));
	background: -webkit-linear-gradient(45deg,  #dee9f1 50%,#f1ede9 57%,#f9eae4 100%);
	background: -o-linear-gradient(45deg,  #dee9f1 50%,#f1ede9 57%,#f9eae4 100%);
	background: -ms-linear-gradient(45deg,  #dee9f1 50%,#f1ede9 57%,#f9eae4 100%);
	background: linear-gradient(45deg,  #dee9f1 50%,#f1ede9 57%,#f9eae4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee9f1', endColorstr='#f9eae4',GradientType=1 );
	padding:10px 0;
}
.search {
	position: relative;
}
.stay {
	float: left;
	font: 800 13px/13px 'Lato', sans-serif;
	margin: 8px 10px 0 0;
	text-transform:uppercase;
	color:#df1f26;
}
.stay_right {
	float: left;
	width:40%;
}
.search input[type="text"] {
	padding:7px 10px;
	outline: none;
	color: #fff;
	background:#c9c9c9;
	border: none;
	width:72%;
	line-height: 1.5em;
	font: 500 13px/13px 'Lato', sans-serif;
}
.search input[type="submit"] {
	background: url('../images/search.png') no-repeat 6px 5px #df1f26;
	padding: 4px 17px;
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
}
/*--index_content--*/
.main{
	background:#eee;
	padding: 1em 0 5em;
}
h3.menu_head {
	background: #d12423;
	padding:1em 0 1em 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.85em;
	margin: 0;
}
.sidebar_box{
	padding-right:0;
	border-right: 1px solid #B8B8B8;
}
.menu {
	width: auto;
	height: auto;
	padding: 0;
	margin:0;
    list-style: none;
	background: #efefef;
}
ul {
	padding: 0;
	list-style: none;
}
.menu > li > a {
	width: 100%;
	line-height: 3.5em;
	text-indent: 1.2em;
	display: block;
	position: relative;
	color: #3e3f3f;
    font-size:15px;
	text-decoration:none;
	border-bottom: 1px solid #ddd;
	font-weight:800;
}
.menu > li > a img{
	vertical-align: baseline;
	margin-right: 5px;
}
.menu ul li a {
	width: 100%;
	display: block;
	position: relative;
	font:800 15px/15px 'Lato', sans-serif;
	color:#3e3f3f;
	text-decoration:none;
	border-bottom: 1px solid #ddd;
	line-height: 3.5em;
	text-indent: 1.2em;
}
.menu ul li a:hover{
	background:#df1f26;
	color:#fff;
}
.menu > li > a:hover, .menu > li > a.active {
	background:#fff;
	border-right: 5px solid #df1f26;
}
.menu ul.kid-menu li a{
	border-bottom: none;
}
.delivery{
	margin-top:2em;
	text-align:center;
}
.delivery img{
	display:inline-block;
}
.delivery h3{
	color:#909191;
	text-transform:uppercase;
	font:300 35px/35px 'Lato', sans-serif;
}
.delivery h4{
	color:#909191;
	text-transform:uppercase;
	font:800 30px/30px 'Lato', sans-serif;
}
.twitter{
	margin-top:4em;
	padding-right: 4%;
}
.twitter h3{
	font:800 20px/20px 'Lato', sans-serif;
	color:#df1f26;
	margin-bottom: 1em;
}
ul.twt1{
	padding:0;
	list-style:none;
	margin-bottom:2em;
}
i.twt{
	width: 35px;
	height: 30px;
	background: url(../images/img-sprite.png)no-repeat -2px -1px;
	float: left;
	margin-right:4%;
}
ul.twt1 li.twt1_desc{
	overflow: hidden;
	font:600 14px/14px 'Lato', sans-serif;
	font-style:italic;
	line-height:1.5em;
	color:#909191;
}
.clients{
	margin-top:4em;
}
.clients h3{
	font:600 20px/20px 'Lato', sans-serif;
	color:#df1f26;
	text-transform:uppercase;
	margin-bottom:1.5em;
}
.clients h4{
	background:#f6f3f3;
	font:500 13px/13px 'Lato', sans-serif;
	font-style:italic;
	color:#000;
	line-height:1.8em;
	padding:2em;
	width:90%;
}
ul.user{
	padding:0;
	margin:0;
	list-style:none;
}
i.user_icon{
	width: 35px;
	height: 32px;
	background: url(../images/img-sprite.png)no-repeat -45px -3px;
	float: left;
	margin-right:10%;
}
ul.user li.user_desc{
	float:left;
}
ul.user li.user_desc p{
	font:700 13px/13px 'Lato', sans-serif;
	margin-top:15px;
}
ul.user li.user_desc p a{
	color:#000;
}
/*-----------------------------------------------------------------------------------*/
/*	Stroke
/*-----------------------------------------------------------------------------------*/
.b-link-stroke{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
	margin-bottom: 5px;
}
.b-link-stroke .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:12em;
	left:0;
	text-align:center;
	color:#ffffff;
}

.b-link-stroke .b-top-line{
	position:absolute;
	top:-100%;
	left:0;
	width:50%;
	height:100%;
	background:rgba(248, 69, 69, 0.59);
}
.b-link-stroke .b-bottom-line{
	position:absolute;
	bottom:-100%;
	right:0;
	width:50%;
	height:100%;
	background:rgba(248, 69, 69, 0.59);
}
.b-link-stroke .b-top-line, .b-link-stroke .b-bottom-line{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
} 
.b-link-stroke:hover .b-top-line{
	top:0;
}
.b-link-stroke:hover .b-bottom-line{
	bottom:0;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
.b-from-right{
	position:relative;
	right:-100%;
}
.b-animate-go:hover .b-from-right{
	right:0;
}
.b-from-top{
	position:relative;
	top:-100%;
}
.b-animate-go:hover .b-from-top{
	top:0;
}	
.b-from-bottom{
	position:relative;
	bottom:-100%;
}
.b-animate-go:hover .b-from-bottom{
	bottom:0;
}
.b-scale{
	position:relative;
	transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	-webkit-transform:scale(0);
}
.b-animate-go:hover .b-scale, h1{
	transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
}
.grid_1{
	background:#fff;
	border:5px solid #fff;
	    margin: 10px;
}
.grid_2{
	padding:1em 1em 0;
}
.grid_2 .texto{
	min-height: 50px;
}
.grid_2 h4{
	padding-left: 0px !important;
    font-weight: 700 !important;
    color: #db2d32 !important;
    font-size: 16px !important;
}
.grid_2 p{
	font: 600 15px/15px 'Lato', sans-serif;
	color: #797979;
	line-height: 1.2em;
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 10px;
}
a:hover, a:focus {
	color: #E74C3C;
	text-decoration:none;
}
ul.grid_2-bottom{
	padding:0;
	margin:0;
	list-style:none;
}
ul.grid_2-bottom li.grid_2-left{
	float: left;
	border-right: 1px solid #ECECEC;
	padding-right: 11%;
}
ul.grid_2-bottom li.grid_2-left p{
	border-bottom: 0;
	font: 800 20px/20px 'Lato', sans-serif;
	color: #000;
	margin: 3px 0 0 0;
	padding-bottom: 0;
}
ul.grid_2-bottom li.grid_2-right{
	float:right;
}
ul.grid_2-bottom li.grid_2-left p small {
	font:700 15px/15px 'Lato', sans-serif;
	vertical-align: text-top;
}
.btn.btn-primary {
	font:700 13px/13px 'Lato', sans-serif;
	font-style: normal;
	text-shadow: none;
	text-transform:uppercase;
	color: #FFF;
	padding:8px 30px;
	position: relative;
	letter-spacing: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	border: none;
	outline: none;
	border-radius: 0;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius:2px;
}
.btn {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
}
.btn-primary {
	color: #fff;
}
.btn.btn-primary:before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: -1;
	border-radius: 0;
	background: #b0191e;
	background: -moz-linear-gradient(top,  #b0191e 0%, #d7252b 56%, #e2393e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0191e), color-stop(56%,#d7252b), color-stop(100%,#e2393e));
	background: -webkit-linear-gradient(top,  #b0191e 0%,#d7252b 56%,#e2393e 100%);
	background: -o-linear-gradient(top,  #b0191e 0%,#d7252b 56%,#e2393e 100%);
	background: -ms-linear-gradient(top,  #b0191e 0%,#d7252b 56%,#e2393e 100%);
	background: linear-gradient(to bottom,  #b0191e 0%,#d7252b 56%,#e2393e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0191e', endColorstr='#e2393e',GradientType=0 );
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn.btn-primary:hover:before {
	width: 100%;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn.btn-primary:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	border-radius: 0;
	background: #e2393e;
	background: -moz-linear-gradient(top,  #e2393e 0%, #d7252b 44%, #b0191e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2393e), color-stop(44%,#d7252b), color-stop(100%,#b0191e));
	background: -webkit-linear-gradient(top,  #e2393e 0%,#d7252b 44%,#b0191e 100%);
	background: -o-linear-gradient(top,  #e2393e 0%,#d7252b 44%,#b0191e 100%);
	background: -ms-linear-gradient(top,  #e2393e 0%,#d7252b 44%,#b0191e 100%);
	background: linear-gradient(to bottom,  #e2393e 0%,#d7252b 44%,#b0191e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2393e', endColorstr='#b0191e',GradientType=0 );
	z-index: -2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.box_1{
	padding:0;
}
.top_grid1-box{
	padding:0;
}
.top_grid1-box1{
	padding-right:0;
	padding-left: 0px;
}
.top_grid1-box1 h4{
	    padding-left: 10px;
    font-weight: 700;
    color: #db2d32;
    font-size: 26px;
}
.top_grid2-box2 {
	padding-left: 0;
}
.top_grid2{
	margin-top:2em;
}
h4.head{
	color: #000;
	font: 700 25px/25px 'Lato', sans-serif;
	text-transform: uppercase;
	padding: 30px 0 0 20px;
}
span.m_2{
	color:#df1f26;
}
.footer_bg{
	background: #d12423;
	min-height:37px;
}
.footer{
	    background: #eee;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:350px;
	padding:5em 0 0;
}
.f_grid1 h3, .f_grid3 h3{
	color:#000;
	font: 400 25px/25px Lato, sans-serif;
	text-transform:uppercase;
	margin-bottom:1em;
}
.f_grid1 p{
	color: #616161;
	font: 700 14px/14px 'Lato', sans-serif;
	line-height: 1.5em;
	margin-top: 2em;
}
.f_grid1 {
	border-right: 1px solid #fff;
}
.f_grid2{
	margin: 0 4% 0 3%;
	width: 18%;
	padding: 0;
}
ul.social {
	padding: 0;
	margin:0;
	list-style: none;
}
ul.social li{
	margin-bottom:1em;
}
ul.social li:first-child {
margin-left: 0;
}
ul.social li a:hover{
	text-decoration:none;
}
ul.social li a:hover p{
	color: #df1f26;
}
p.m_3{
	overflow: hidden;
	font: 700 13px/13px 'Lato', sans-serif;
	text-transform:uppercase;
	padding: 3px 0 0 0;
	margin:0;
	color:#343333;
}
i.fb,i.tw,i.google,i.instagram {
	width: 20px;
	height: 20px;
	float:left;
	background: url(../images/img-sprite.png)no-repeat;
	margin-right:10px;
}
i.fb{
	background-position:-98px -8px;
}
i.tw {
	background-position:-130px -8px;
}
i.google {
	background-position:-162px -8px;
}
i.instagram {
	background-position:-194px -8px;
}
ul.list{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	width: 50%;
}
ul.list li{
	margin-bottom:15px;
}
ul.list li p{
	margin:0;
	font: 700 15px/15px 'Lato', sans-serif;
}
ul.list1{
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
ul.list1 li p{
	margin:0;
	font: 700 15px/15px 'Lato', sans-serif;
	color:#888;
	line-height:1.5em;
}
.footer_bottom {
	background: #d12423;
	padding: 1em 0;
}
.cssmenu {
	    padding-top: 19px;
	float: left;
	color: #cfcfcf;
	font:500 14px/14px 'Lato', sans-serif;
}
.cssmenu ul li {
	display: inline-block;
}
.cssmenu ul li a {
	color:#afafaf;
	display: block;
	margin:0 10px;
}
.cssmenu ul li a:hover{
	text-decoration:none;
	color: #df1f26;
}
.copy {
	float: right;
	margin-top:8px;
}
.copy p {
	color: #999;
	font:300 14px/1px 'Lato', sans-serif;
	text-transform:uppercase;
}
.copy p a {
	color: #df1f26;
}
.copy p a:hover{
	color:#dee9f1;
}
/*--single--*/
.images_3_of_2 {
	width:50%;
	float: left;
	margin-right: 2.5%;
}
.span_3_of_2 {
	width:47.5%;
}
.desc1 {
	display: block;
	float: left;
}
.span_3_of_2 h1 {
	color: #5E5D5D;
	text-transform: uppercase;
	font: 400 25px/25px Lato, sans-serif;
	margin-bottom: 0.5em;
}
p.availability {
	color:#3e3f3f;
	font:500 15px/15px 'Lato', sans-serif;
	font-weight: normal;
}
.price_single {
	font-size: 1.3em;
	margin: 0.5em 0 0.8em;
}
span.reducedfrom {
	text-decoration: line-through;
	margin-right: 3%;
	color:#3e3f3f;
	font:500 25px/25px 'Lato', sans-serif;
}
span.actual {
	color:#df1f26;
	font:500 25px/25px 'Lato', sans-serif;
	margin-right: 5%;
}
.price_single a {
	color:#3e3f3f;
	font:500 13px/13px 'Lato', sans-serif;
}
.price_single a:hover{
	color:#df1f26;
}
h2.quick {
	color:#3e3f3f;
	font:600 16px/16px 'Lato', sans-serif;
	text-transform: uppercase;
}
p.quick_desc {
	color:#3e3f3f;
	font: 300 16px/25px Lato, sans-serif;
	line-height: 1.8em;
	margin-bottom: 2em;
}
.wish-list {
	padding: 15px 0;
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
}
.wish-list li {
	display: inline-block;
	margin-right: 45px;
}
.wish-list li a {
	color:#df1f26;
	font:500 14px/14px 'Lato', sans-serif;
	padding-left: 22px;
	text-decoration: underline;
}
.wish-list li a:hover{
	text-decoration:none;
}
.wish-list li.wish {
	background: url(../images/wishlist.png) no-repeat 0;
}
.wish-list li.compare {
	background: url(../images/compare.png) no-repeat 0;
	margin-right: 0;
}
ul.size {
	padding: 0;
	list-style: none;
	margin-top: 2em;
}
ul.size h3 {
	color:#3e3f3f;
	font:600 16px/16px 'Lato', sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}
ul.size li {
	display: inline-block;
	margin: 0 10px 0 0;
}
ul.size li a {
	color: #555;
	font:500 14px/14px 'Lato', sans-serif;
	background:#DFDFDF;
	padding: 5px 10px;
}
ul.size li a:hover{
	background:#df1f26;
	color:#fff;
}
.quantity_box {
	margin: 2em 0;
}
ul.product-qty {
	padding: 0;
	list-style: none;
	float: left;
}
.product-qty span {
	color:#3e3f3f;
	font:600 16px/16px 'Lato', sans-serif;
	padding-bottom: 0.5em;
	display: block;
	text-transform: uppercase;
}
.product-qty select {
	border: 1px solid #eee;
	padding: 0.5em;
	font-size: 1em;
	outline: none;
}
a.btn.bt1.btn-primary.btn-normal.btn-inline {
	padding:15px 40px;
}
/******** SAP ************/
.sap_tabs{
	padding: 1em 0 4em;
	margin-top: 3em;
}
.sap_tabs {
	margin-top: 3em;
}
.facts {
	border: 1px solid #ddd;
}
ul.tab_list li a {
	color: #777;
	font: 300 16px/25px Lato, sans-serif;
	line-height: 1.8em;
	vertical-align: top;
	text-decoration: none;
}
ul.tab_list {
	list-style: none;
	padding: 1em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
	width: 100%;
	list-style: none;
	padding: 0;
}
.resp-tab-item:first-child{
	border-left:none;
}
.resp-tab-item{
	color: #777;
	font-size: 0.8125em;
	cursor: pointer;
	padding: 12px 10px;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	float: left;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
	background:#fff;
	width: 33.33333%;
}
.resp-tab-item:hover {
	text-shadow: none;
	color:#000;
}
.resp-tab-active{
	background:#f84545;
	text-shadow: none;
	color:#fff;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
h2.resp-accordion {
	font-size:1em;
	margin: 0px;
	padding: 10px 15px;
	background:#f84545;
	margin:10px 0;
	color:#fff;
}
h2.resp-accordion:hover{
	background:#000;
	text-shadow: none;
	color: #FFF;
}
@media only screen and (max-width:480px) {
.sap_tabs{
	padding-top:0;
}
.resp-tabs-container{
	padding:10px;
}
ul.resp-tabs-list {
  	display: none;
}
h2.resp-accordion {
  	display: block;
}
.resp-vtabs .resp-tab-content {
  	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
}
h3.single_head{
	color: #5E5D5D;
	text-transform: uppercase;
	font: 400 25px/25px Lato, sans-serif;
	margin-bottom: 1em;
}
/*--about--*/
.about{
	padding:5em 0;
}
.span1 h3, h3.m_3{
	text-align: center;
	text-transform: uppercase;
	font: 300 25px/25px Lato, sans-serif;
	margin-bottom:1.5em;
	color:#000;
}
.span1 h4{
	color: #000;
    font: 400 16px/25px Lato, sans-serif;
	line-height:1.5em;
	margin-top:1em;
}
.span1 h5{
	color:#000;
	font:400 20px/20px 'Lato', sans-serif;
}
.span1 p{
	color: #999;
    font:300 16px/25px Lato, sans-serif;
	line-height:1.8em;
}
p.m_4{
	margin-bottom:1em;
}
.about_bottom{
	margin-top:5em;
}
ul.about_box {
	padding: 0;
	list-style: none;
}
ul.about_box li.box_img {
	width: 25%;
	float: left;
	margin-right: 5%;
}
ul.about_box li.box_desc {
	overflow: hidden;
	color: #999;
	font: 300 16px/25px Lato, sans-serif;
	line-height: 1.8em;
}
ul.about_box h4 {
	margin-top: 1em;
	color: #999;
	font: 300 16px/25px Lato, sans-serif;
	line-height: 1.8em;
}
.feature h4 {
	color: #000;
	font: 300 20px/25px Lato, sans-serif;
	text-transform: uppercase;
}
.feature p {
	color: #999;
	font: 300 16px/25px Lato, sans-serif;
	line-height: 1.8em;
}
.about_box1 {
	margin-bottom:2em;
}
/*--contact--*/
p.comment-form-author {
	margin-bottom: 2em;
}
.contact-form label {
	display: block;
	font-size: 0.8125em;
	color: #000;
	text-transform: uppercase;
}
.contact-form input[type="text"] {
	padding: 10px;
	width: 95%;
	color: #9198A3;
	font: 300 16px/25px Lato, sans-serif;
	background: #fff;
	outline: none;
	display: block;
	border: 1px solid #eee;
}
.contact-form textarea {
	padding: 10px;
	display: block;
	width: 95%;
	background: #fff;
	border: 1px solid #eee;
	outline: none;
	color: #9198A3;
	font: 300 16px/25px Lato, sans-serif;
	-webkit-appearance: none;
	resize: none;
	height: 150px;
}
.contact-form input[type="submit"] {
	display: inline-block;
	padding: 13px 25px;
	background:#df1f26;
	color: #FFF;
	font-size: 1em;
	line-height: 18px;
	text-transform: uppercase;
	border: none;
	outline: none;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}
.contact-form input[type="submit"]:hover, .page-not-found a:hover, .register-but form input[type="submit"]:hover, .acount-btn:hover, .login-right input[type="submit"]:hover{
	-webkit-transform: rotateY(15deg);
	-moz-transform: rotateY(15deg);
	-ms-transform: rotateY(15deg);
	transform: rotateY(15deg);
	text-decoration:none;
	background:#000;
}
i.pin_icon{
	width: 24px;
	height: 35px;
	background: url(../images/img-sprite.png)no-repeat -234px -4px;
	float: left;
	margin-right: 10px;
}
i.phone{
	width: 24px;
	height: 27px;
	background: url(../images/img-sprite.png)no-repeat -6px -48px;
	float: left;
	margin-right: 10px;
}
i.mail{
	width: 24px;
	height: 20px;
	background: url(../images/img-sprite.png)no-repeat -51px -50px;
	float: left;
	margin-right: 10px;
}
.contact_address, .contact_email {
	overflow: hidden;
	font: 300 16px/25px Lato, sans-serif;
	color: #999;
	line-height: 1.5em;
}
.contact_email{
	cursor:pointer;
}
.contact_email:hover{
	color:#000;
}
.address{
	margin-bottom:1.5em;
}
.contact_right h3{
	font: 300 20px/25px Lato, sans-serif;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 1.5em;
}
.map{
	margin-top:4em;
}
.map iframe{
	width:100%;
	min-height:300px;
	
	border: none;
}
.page-not-found{
	text-align:center;
}
.page-not-found h1{
	font: 300 150px/150px Lato, sans-serif;
	color:#000;
	margin-bottom:0.5em;
}
.page-not-found a {
	color: #fff;
	background:#df1f26;
	text-decoration: none;
	padding: 15px 40px;
	font: 300 16px/16px Lato, sans-serif;
}
/*--register--*/
.register-top-grid h3, .register-bottom-grid h3 {
	color:#df1f26;
	font-size: 1em;
	padding-bottom: 5px;
	margin: 0;
	font-weight:600;
}
.register-top-grid div, .register-bottom-grid div {
	width: 48%;
	float: left;
	margin: 10px 0;
}
.register-top-grid span, .register-bottom-grid span {
	color:#999;
	font: 300 15px Lato, sans-serif;
	display: block;
	text-transform: uppercase;
}
.register-top-grid input[type="text"], .register-bottom-grid input[type="text"], .register-top-grid input[type="password"], .register-bottom-grid input[type="password"] {
	border: 1px solid #EEE;
	outline-color:#FF5B36;
	width: 96%;
	font-size: 1em;
	padding: 0.5em;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 1.1em;
	line-height: 27px;
	cursor: pointer;
}
.checkbox {
	position: relative;
    font: 500 24px/24px Lato, sans-serif;
    color: #555;
    text-transform: none !important;
    font-size: 16px !important;
}
.checkbox:last-child {
	margin-bottom: 0;
}
.news-letter {
	color: #555;
	font-weight:600;
	font-size: 0.85em;
	margin-bottom: 1em;
	display: block;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	clear: both;
}
.checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width:20px;
	height:20px;
	outline: none;
	border: 2px solid #D2CF99;
}
.checkbox input + i:after {
	content: '';
	background: url("../images/tick1.png") no-repeat 1px 2px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.news-letter:hover {
	color:#00BFF0;
}
.register-but{
	margin-top: 1em;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.register-but form input[type="submit"] {
	background:#df1f26;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.8em 2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
	border:none;
	outline:none;
}
.register-but input[type="submit"]:hover {
	background:#000;
}
div.register-bottom-grid {
	/*margin-top:18em;*/
}
/*--login--*/
.login-left {
	padding: 0;
}
.login-left h3, .login-right h3 {
	color:#df1f26;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 0.5em;
}
.login-left p, .login-right p {
	color:#999;
	display: block;
	font: 300 16px/25px Lato, sans-serif;
	margin: 0 0 1.5em 0;
	line-height: 1.8em;
}
.acount-btn {
	background:#df1f26;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.7em 1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
}
.acount-btn:hover, .login-right input[type="submit"]:hover{
	background:#000;
	text-decoration:none;
	color:#fff;
}
.acount-btn2 {
	background:#df1f26;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.7em 3em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
}
.acount-btn2:hover, .login-right input[type="submit"]:hover{
	background:#000;
	text-decoration:none;
	color:#fff;
}
.login-right form {
	padding: 1em 0;
}
.login-right form div {
	padding: 0 0 1.5em 0;
}
.login-right span {
	color: #555;
	font: 300 14px/25px Lato, sans-serif;
	padding-bottom: 0.2em;
	display: block;
	text-transform: uppercase;
}
.login-right input[type="text"] {
	border: 1px solid #DDDBDB;
	outline-color:#fb4d01;
	width: 96%;
	font-size:0.8125em;
	padding:10px;
}
.login-right input[type="password"] {
	border: 1px solid #DDDBDB;
	outline-color:#fb4d01;
	width: 96%;
	font-size:0.8125em;
	padding:10px;
}
.login-right input[type="submit"] {
	background:#df1f26;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.7em 1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
	border:none;
	outline:none;
}
.login-right input[type="submit"]:hover{
	background:#000;
}
a.forgot {
	font: 300 14px/25px Lato, sans-serif;
}
h4.title {
	color: #000;
	margin-bottom: 0.5em;
	font: 300 18px/25px Lato, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #DFDDDD;
	padding-bottom: 13px;
}
p.cart {
	color: #999;
	line-height: 1.8em;
	font: 300 16px/25px Lato, sans-serif;
}
/*--responsive design--*/
@media(max-width:1366px){
.banner_desc h1 {
	font: 300 45px/45px 'Lato', sans-serif;
}
}
@media(max-width:1024px){
.banner_desc h1 {
	font: 300 43px/43px 'Lato', sans-serif;
}
.banner_desc {
	top: 23%;
	left: 10%;
	width: 39%;
}
.btn.btn-primary {
	padding: 7px 18px;
}
.banner_desc h2 {
	font: 300 18px/23px 'Lato', sans-serif;
}
.f_grid1 h3, .f_grid3 h3 {
	font: 400 20px/25px Lato, sans-serif;
}
.span_3_of_2 {
	width: 51.3333%;
}
.images_3_of_2 {
	width: 45.2%;
	margin-right: 2.6%;
}
.span_3_of_2 h1 {
	font: 400 22px/22px Lato, sans-serif;
	margin-bottom: 1em;
	margin-top: 14px;
}
}
@media(max-width:800px){
.nav > li {
	float: none;
}
.toggleMenu {
	text-align: center;
}
.toggleMenu:hover{
	color:#fff;
}
ul.nav {
	background: #222;
	padding-top: 1em;
}
.nav > li {
	margin: 1em 0;
}
.banner_desc h1 {
	font: 300 32px/32px 'Lato', sans-serif;
}
.content_right{
	margin-top:4em;
	padding:0;
}
.box_2,.top_grid1-box1 {
	margin-bottom: 2em;
}
.grid_1 {
	text-align: center;
}
.f_grid1{
	margin-bottom:2em;
}
.f_grid2 {
	margin:0 0 2em;
	width: 90%;
	padding:0 15px;
}
.box_1 {
	padding:0 15px;
}
.footer {
	min-height: 620px;
	padding: 3em 0 0;
}
.f_grid1 p {
	margin-top: 1em;
}
.f_grid1 {
	border-right: none;
}
.footer_bottom {
	text-align: center;
}
.cssmenu {
	float: none;
}
.copy {
	float: none;
	margin-top: 20px;
}
.single_right{
	margin-top:1em;
}
.span_2{
	margin: 3em 0;
}
.span1 h3, h3.m_3 {
	margin-bottom: 1em;
}
.about_bottom {
	margin-top: 3em;
}
.span_3{
	margin-top:3em;
}
.contact_right {
	margin-top: 3em;
}
.map{
	margin-top:2em;
}
}
@media(max-width:640px){
.logo {
	width:100%;
}
ul.shopping_grid li {
	padding: 10px 5px 0;
	min-height: 38px;
	font: 600 14px/14px 'Lato', sans-serif;
}
.toggleMenu {
	font-size: 1.1em;
}
.banner_desc h1 {
	font: 300 25px/25px 'Lato', sans-serif;
}
.banner_desc h2 {
	font: 300 15px/20px 'Lato', sans-serif;
}
.banner_desc {
	top: 20%;
}
.images_3_of_2{
	width: 100%;
	margin-right: 0;
	float:none;
}
.span_3_of_2 {
	width: 100%;
}
.span_3_of_2 {
	width: 100%;
	float: none;
}
.resp-tab-item {
	padding: 10px 3px;
}
.main {
	padding: 1em 0 3em;
}
}
@media(max-width:480px){
.logo{
	width:100%;
}

.banner_desc {
	left: 13%;
}
.banner_desc h1 {
	font: 300 18px/18px 'Lato', sans-serif;
}
.banner_desc h2 {
	font: 300 13px/17px 'Lato', sans-serif;
}
.cssmenu ul li a {
	margin: 0 5px;
	line-height: 1.8em;
}
.login-left {
	padding: 0 15px;
	margin-bottom: 3em;
}
.about {
	padding: 3em 0;
}
.login-right form {
	padding:0;
}
.register-top-grid div, .register-bottom-grid div {
	width: 100%;
	float: none;
}
}
@media(max-width:320px){
.logo {
	width: 50%;
	float: none;
	margin: 0 auto;
}
ul.shopping_grid {
	float: none;
	margin-top:10px;
	text-align: center;
}
.header_top {
	margin: 10px 0;
}
ul.shopping_grid li {
	display: inline-block;
	float: none;
}
.toggleMenu {
	font-size: 1em;
	padding: 3px;
}
.callbacks_nav {
	left: -17px;
}
.banner_desc h1 {
	font: 300 14px/15px 'Lato', sans-serif;
}
.banner_desc h2{
	display:none; 
}
.banner_desc {
	top: 30%;
}
.stay {
	font: 800 12px/13px 'Lato', sans-serif;
}
.stay_right {
	width: 55%;
}
.menu > li > a {
	line-height: 2.5em;
	text-indent: 1em;
	font-size: 13px;
}
.delivery h3, .delivery h4{
	font: 300 25px/25px 'Lato', sans-serif;
}
.twitter {
	margin-top: 2em;
	padding-right: 0;
}
.clients {
	margin-top: 2em;
}
.clients h3 {
	margin-bottom:1em;
}
.top_grid2 {
	margin-top:0;
}
h4.head {
	font: 700 16px/30px 'Lato', sans-serif;
	padding: 0px 0 0 20px;
}
.main {
	padding: 1em 0 1em;
}
.content_right {
	margin-top: 2em;
}
ul.list {
	float: none;
	width: 100%;
}
.footer {
	min-height: 725px;
}
.feature h4 {
	font: 300 15px/15px Lato, sans-serif;
}
ul.about_box li.box_desc {
	font: 300 15px/25px Lato, sans-serif;
}
.map iframe {
	min-height:200px;
}
.contact-form input[type="text"], .contact-form textarea{
	width: 100%;
}
.page-not-found h1 {
	font: 300 90px/90px Lato, sans-serif;
}
}

/************************************************/
.grid_1 .img_prod{
	height:200px;
}
.grid_1 .img_prod img{
	height:170px;
	width:100%;
}

.social_top{
	position:absolute;
	top:40px;
	right:50px;
	width:120px;
	height:30px;
}
.single_right .title{
	background-color: #d12423; 
    margin-left: 10px;
    margin-right: 10px;
}
.single_right .title h4{
	padding: 11px;
	color:#fff;
}

.content_right .title{
	background-color: #d12423;
}
.content_right .title h4{
	padding: 11px;
	color:#fff;
}

.content_right .preco{
	text-align: center;
    font-size: 35px;
    padding: 10px;
    font-weight: 700;
    color: #df1f26;
}


.content_right .entrada{
	text-align: center;
    margin-top: 20px;
	margin-bottom: 30px;
}
.content_right .entrada h4{
	font-size: 30px;
    font-weight: 700;
	color: #593719;
}
.content_right .entrada p{
	font-size: 22px;
}




.content_right .menu{
	margin-top:40px;
}


.content_right .menu_jour{

}
.content_right .menu_jour .title{
	
}
.content_right .menu_jour .title h4{
	
}
.content_right .menu_jour .menu_dia{
    margin-bottom: 10px;
	padding: 10px;
    background-color: #fff;
}
.content_right .menu_jour .menu_dia .imagem{
	padding:0px;
}

.content_right .menu_jour .menu_dia .texto{
	padding:10px 0px 0px 20px;
}
.content_right .menu_jour .menu_dia .texto .mt{
	margin-top:15px;
}
.content_right .menu_jour .menu_dia .texto h3{
	font-weight: 700;
    color: #df1f26;
}
.content_right .menu_jour .menu_dia .texto h4{
	
}
.content_right .menu_jour .menu_dia .texto h5{
	font-weight: 700;
    color: #df1f26;
    font-size: 20px;
}


.content_right .menu_jour .menu_semana{
    margin-bottom: 10px;
	padding: 60px 20px;
    background-color: #fff;
}
.content_right .menu_jour .menu_semana .titulo_semana{
	text-align:center;
}
.content_right .menu_jour .menu_semana .titulo_semana h3{
	font-size: 30px;
    font-weight: 700;
    color: #593719;
}
.content_right .menu_jour .menu_semana .preco_semana{
	text-align:center;
}
.content_right .menu_jour .menu_semana .preco_semana h4{
	font-size: 25px;
    font-weight: 700;
	color: #df1f26;
}
.content_right .menu_jour .menu_semana .prato_semana{
	text-align:center;
}
.content_right .menu_jour .menu_semana .prato_semana p{
	font-size: 20px;
}
.content_right .menu_jour .menu_semana .imagem_semana{
	text-align: center;
	margin-top: 25px;
}
.content_right .menu_jour .menu_semana .imagem_semana img{
	display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}


.content_right .menu_jour .destaque{
	height: 360px;
	margin-bottom: 15px;
}

.content_right .menu_jour .destaque .dia_da_semana{
	background-color: #df1f26;
    padding: 7px 0px 1px 0px;
    text-align: center;
    color: #fff;
}
.content_right .menu_jour .destaque .dia_da_semana h4{
	font-weight:600;
}
.content_right .menu_jour .destaque .imagem{
	/*width: 367px;
    height: 190px;*/
}
.content_right .menu_jour .destaque .imagem img{
	width: 100%;
    height: 100%;
}
.content_right .menu_jour .destaque .texto{
	margin-top: 10px;
	height: 30px !important;
}
.content_right .menu_jour .destaque .texto h4{
	font-size: 20px;
}
.content_right .menu_jour .destaque .texto h5{
	font-size: 18px;
}

.content_right .menu_jour .destaque .botao{
	
}



.content_right .menu_jour .dias_restantes{
	margin-top: 15px;
	height: 240px;
}
.content_right .menu_jour .dias_restantes .dia_da_semana{
	background-color: #df1f26;
	padding: 4px 0px 1px 9px;
    color: #fff;
}
.content_right .menu_jour .dias_restantes .dia_da_semana span{
	float: right;
    padding-right: 10px;
}
.content_right .menu_jour .dias_restantes .dia_da_semana h4{
	font-size: 16px;
}
.content_right .menu_jour .dias_restantes .imagem{
	
}
.content_right .menu_jour .dias_restantes .texto{
	margin-top: 10px;
}
.content_right .menu_jour .dias_restantes .texto h4{
	font-size: 15px;
}
.content_right .menu_jour .dias_restantes .texto h5{
	font-size: 18px;
}






button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
	border: none;
}


.delete_account{
	text-align: center;
	padding-bottom: 69px;
}
.delete_account h3{
	font-weight: 700;
    font-size: 34px;
}
.delete_account p{
	margin-bottom: 34px;
}
.delete_account a{
	margin-right: 20px;
}

.error_msg{
	background-color: #ff000047;
    padding: 16px 50px;
    margin-bottom: 25px;
    border-radius: 10px;
    text-align: center;
}

.error_msg p{
	
}


.menu_semana .buttom_dem{
	width: 100%;
    text-align: center;
    padding-top: 40px;
}


.mt a{
	color:#fff;
}


.grid_2 .desc{
	height:50px;
}

.btn.btn-primary a{
	color:#fff;
}



.registo_sucesso{
	width: 60%;
    background-color: #c6ffb3;
    text-align: center;
    position: absolute;
    top: 25%;
    z-index: 9;
    left: 20%;
    padding: 20px;
}
.registo_sucesso .close_box{
	float: right;
    color: #0a6f05;
    cursor: pointer;
}

.confirmacao_sucesso{
	width: 60%;
    background-color: #c6ffb3;
    text-align: center;
    position: absolute;
    top: 25%;
    z-index: 9;
    left: 20%;
    padding: 20px;
}
.confirmacao_sucesso .close_box{
	float: right;
    color: #0a6f05;
    cursor: pointer;
}
 
.confirmacao_erro{
	width: 60%;
    background-color: #ffebb3;
    text-align: center;
    position: absolute;
    top: 25%;
    z-index: 9;
    left: 20%;
    padding: 20px;
}
.confirmacao_erro .close_box{
	float: right;
    color: #0a6f05;
    cursor: pointer;
}

.nav_passos{
	
}
.nav_passos ul{
	
}
.nav_passos ul li{
	width: 49.5%;
}

.nav_passos ul li a{
	color: #593719;
}
.nav_passos ul.nav li.active a, .nav li a:hover {
    background-color: #df1f26 !important;
    color: white !important;
}
.nav_passos  li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
}

.alinhar_vertical tr td{
	vertical-align: middle !important;
}

.dados_encomenda{
	margin-bottom: 25px;
	padding-top: 10px;
    border-top: 2px solid #ddd;
}
.dados_encomenda .fir_col{
	text-align: right;
}
.dados_encomenda .sec_col{
	padding-left: 20px;
}
.dados_encomenda .dados_entrega{
	
}
.dados_encomenda .dados_morada{
	
}

.dados_encomenda table{
	margin: 0 auto;
}
.dados_encomenda h4{
	font-weight:700;
}




.dados_enc{
	margin-bottom: 25px;
    margin-top: 15px;
} 
.dados_enc h2{
	color:#df1f26;
} 

.dados_enc .dados_left{
	padding: 0px;
} 

.dados_enc .dados_right{
	padding: 0px;
}


.artigo{
	position: relative;
	height: 120px;
    padding: 15px 15px;
    border-bottom: 1px solid #5937190d;
    margin-bottom: 10px;
}
.artigo .delete{
	float: left;
    margin-top: 25px;
    margin-right: 15px;
}
.artigo .imagem{
	float: left;
	width: 175px;
	height:91px;
}
.artigo .imagem img{
	width:100%;
	height:auto;
} 
.artigo .titulo_preco{
	float: left;
	margin-left: 10px;
	min-width: 250px;
}
.artigo .titulo_preco .titulo{ 
	
}
.artigo .titulo_preco .preco{
	
}

.artigo .quantidade{
	top: 25px;
    right: 0px;
    width: 100px;
	position: absolute;
}

.artigo .quantidade input{
	width: 65px;
    float: left;
}

.artigo .quantidade button{
	
}


.extra_ingr{
	position: relative;
	height: 58px;
    padding: 0px 15px;
    border-bottom: 1px solid #5937190d;
    margin-bottom: 10px;
}
.extra_ingr .delete{
	float: left;
    margin-top: 8px;
    margin-right: 15px;
}
.extra_ingr .imagem{
	float: left;
	width: 175px;
	height:45px;
}
.extra_ingr .imagem img{
	width:100%;
	height:auto;
} 
.extra_ingr .titulo_preco{
	float: left;
	margin-left: 10px;
	min-width: 250px;
}
.extra_ingr .titulo_preco .titulo{ 
	
}
.extra_ingr .titulo_preco .preco{
	
}

.extra_ingr .quantidade{
	top: 8px;
    right: 0px;
    width: 100px;
	position: absolute;
}

.extra_ingr .quantidade input{
	width: 65px;
    float: left;
}

.extra_ingr .quantidade button{
	
}


.end{
	padding:100px;
}
.end .msg_fim{
	width:500px;
	height:150px;
	margin:0 auto;
	text-align: center;
}


@media screen and (max-width: 361px) and (min-width: 100px) {
	.copy img{
		margin-top:20px;
	}
	.artigo {
		height: 170px;
	}
	.artigo .titulo_preco {
		margin-top:5px;
		margin-left: 0px;
	}
	.artigo .imagem {
		float: left;
		width: 145px;
		height: 91px;
	}
	.artigo .quantidade {
		top: 40px;
		right: 0px;
		width: 100px;
		position: absolute;
	}
}
@media screen and (max-width: 420px) and (min-width: 362px) {
	.artigo {
		height: 170px;
	}
	.artigo .titulo_preco {
		margin-top:5px;
		margin-left: 0px;
	}
	.artigo .imagem {
		float: left;
		width: 145px;
		height: 91px;
	}
	.artigo .quantidade {
		top: 40px;
		right: 0px;
		width: 100px;
		position: absolute;
	}
}
@media screen and (max-width: 767px) and (min-width: 100px) {
	.copy img{
		margin-top:20px;
	}
	.end{
		padding:50px 10px;
	}
	.end .msg_fim{
		width:auto;
	}
	ul.shopping_grid{
	    margin-top: 15px;
	}
	.sidebar_box{
		padding-left:0px;
		
	}
	.single_right {
		padding: 0;
	}
	.nav li a:hover {
		background-color: #222;
	}
	.nav > li.hover > ul, .nav li li.hover ul {
		background-color: #593719;
	}
	.nav li li a {
		border-top: 0px;
		border-left: 0px;
		border-right: 0px;
	}
	.nav ul {
		border-bottom: 2px solid #fff;
	}
	.single_right .title {
		margin-left: 0px;
		margin-right: 0px;
	}
	.grid_2 p {
		font: 600 13px/15px 'Lato', sans-serif;
		color: #797979;
		line-height: 1.2em;
		border-bottom: 1px solid #ECECEC;
		padding-bottom: 1px;
		margin-bottom: 5px;
	}
	div.register-bottom-grid {
		margin-top: 3em !important;
	}
	.nav li li a:hover {
		color: #df1f26;
	}
}

@media screen and (max-width: 799px) and (min-width: 100px) {
	.hidde_less_800{display:none;}
	
	ul.nav {
		background: #593719;
		padding-top: 1em;
		border: 1px solid #df1f263d;
	}
	.show_less_800{display:block; padding:0px;}
	
	.rslides{
		height:150px;
	}
	
	.toggleMenu2{
		background-color: #df1f26;
		padding: 5px;
		text-align: center;
	}
	a.toggleMenu2{
		color: #fff;
		width: 100%;
	}
	ul.nav2{
		background-color: #df1f2638;
		float:none !important;
	}
	ul.nav2 li{
		color:#fff;
		padding: 5px;
		float: none !important;
		margin-right: 25px;
	}
	ul.nav2 li a{
		color:#fff;
	}


}
@media screen and (max-width: 2900px) and (min-width: 800px) {
	.hidde_less_800{display:block;}
	.show_less_800{display:none;}
}

.menu_mobile{
	
}
ul.menu_mobile {
	list-style-type: none;
}
ul.menu_mobile a{
	color: #fff;
}
ul.menu_mobile a:hover{
	color: #df1f26;
}
ul.menu_mobile li{
	display: block;
	float: left;
	margin-top: 5px;
}


.width33{width:33%;}
.width50{width:50%;}


.carrinho_mobile{
	float: left;
    padding-top: 15px;
    width: 100%;
}
ul.carrinho_mobile {
	list-style-type: none;
}
ul.carrinho_mobile a{
	
}
ul.carrinho_mobile a:hover{
	
}
ul.carrinho_mobile li{
	display: block;
	float: left;
}



ul.nav2{
	list-style: none;
    float: left;
}
ul.nav2 li{
	float:left;
	margin-right: 25px;
}
ul.nav2 .active a{
	color: #d12423;
}

ul.nav2 li a{
	color: #fff;
    font-weight: 700;
}


.form-control {
    width: 96%;
}


.form-control2 {
    display: block;
    width: 100%;
    height: 110px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}










.entrega{
	height:20px;
	width:20px;
}

table.opcoes tr td{
	padding-top:8px;
	padding-bottom:8px;
}

td.radio{
	margin-right: 10px;
}
td.texto{
	
}


.ingredintes_extras{
	margin-top:15px;
	background-color: #c1c1c1;
    padding: 0px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;

}

.ingredientes_grid input{
	width:20px;
	height:20px;
}

.ingredintes_extras:hover{cursor: pointer;}
.ingredintes_extras{margin-bottom:15px;}
.ingredintes_extras i{float:right}

.resultado_ingredientes{padding:10px;}


.botao_submeter input {
    width: 200px;
    height: 40px;
}

/* Customize the label (the container) */
.ingredientes_grid .container {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
}

/* Hide the browser's default checkbox */
.ingredientes_grid .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.ingredientes_grid .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #c1c1c178;
}

/* On mouse-over, add a grey background color */
.ingredientes_grid .container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
/*.ingredientes_grid .container input:checked ~ .checkmark {
  background-color: #c1c1c1;
}
*/
.ingredientes_grid .container input:checked ~ .checkmark {
    background-color: #ffffff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.ingredientes_grid .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.ingredientes_grid .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.ingredientes_grid .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.botao_submeter{padding:0px; margin-top:20px;}
 

 /* FF5B36 */
.form-control:focus {
    border-color: #FF5B36;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, 0.49);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, 0.5);
}
.form-control {
    height: 40px;
	border-radius: 0px;
}
.btn-success {
    color: #fff !important;
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn-success:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.galeira_fotos{
	
}
.galeira_fotos .titulo{
	text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #593719;
}
.galeira_fotos .galeria{
	margin-top:30px;
} 

.galeira_fotos .galeria .foto_cont{
	margin-bottom: 30px;
} 

.galeira_fotos .galeria .foto_cont .foto{
	overflow: hidden;
	box-shadow: 10px 10px 29px #5937198a;
} 
.galeira_fotos .galeria .foto_cont .foto img{
} 


/* Zoom In #1 */
.galeira_fotos .galeria .foto_cont .foto img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.galeira_fotos .galeria .foto_cont .foto:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}


































