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

	header .menu-topo #menuAnchor, header .menu-topo ul .closemenu{
		display: none;
	}
	
}

@media screen and (max-width: 1190px){

	header{
		margin: 0 0 80px 0;
	}
	header .container{
    padding: 20px 6% 16px 6%;
    display: inline-block;
		position: relative;
		vertical-align: top;
	}
	header .logo{
		width: 70%;
		text-align: center;
		margin: 0 15%;
		padding: 0 8%;
		float: left;
		vertical-align: top;
	}
	header .logo img{
		max-width: 100%;
		margin: 0 auto;
		vertical-align: top;
	}
	header .city{
		position: absolute;
		bottom: -64px;
		left: 0;
		width: 86%;
		padding: 0;
		margin: 0 7%;
	}
	header .city select{
		width: 100%;
	}
	header.page{
		margin: 0 0 20px 0;		
	}
	header.page .city{
		display: none;
	}
	header .search{
		width: 15%;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}
	#searchAnchor{
		top: 50%;
		position: absolute;
		margin: -20px 0 0 20px;
	}
	header .search.open{
		width: 100%;
	}
	header .search form{
		right: 0;
		margin: 0 7%;
		position: absolute;
		bottom: -64px;
		top: initial;
		z-index: 20;
		width: 86%;
	}
	header .search.open form{
		max-width: 86%;
	}
	header .search.open form input{
		width: 80%;
	}
	header .search.open form button{
		width: 20%;
	}

	header .menu-topo{
		width: 15%;
		margin: 0;
		padding: 0;
		height: 100%;
		position: absolute;
		top: 0;
		left: inherit;
		right: 0;
		float: right;
	}
	header .menu-topo #menuAnchor{
		width: 100%;
		float: right;
		padding: 0;
		height: 40px;
		cursor: pointer;
		position: relative;
		overflow: hidden;
		display: inline-block;
		top: 50%;
		margin: -13px 20px 0 0;
	}
	header .menu-topo #menuAnchor span{
		width: 36px;
		height: 5px;
		position: absolute;
		top: 0px;
		right: 0;
		background: #fff;
		border-radius: 8px;
		display: inline-block;
		-webkit-transition: all .25s linear;
		-moz-transition: all .25s linear;
		-ms-transition: all .25s linear;
		transition: all .25s linear;
	}
	header .menu-topo #menuAnchor span:nth-child(2){
		top: 11px;
	}
	header .menu-topo #menuAnchor span:nth-child(3){
		top: 22px;
	}
	.menuopen header .menu-topo #menuAnchor span:nth-child(1){
		transform: rotate(45deg);
		top: 11px;
		background: #cc3535;
	}
	.menuopen header .menu-topo #menuAnchor span:nth-child(3){
		transform: rotate(-45deg);
		top: 11px;
		background: #cc3535;
	}
	.menuopen header .menu-topo #menuAnchor span:nth-child(2){
		transform: translateX(200%);
		background: #cc3535;
	}
	header .menu-topo > ul{
		width: 75%;
		height: 100%;
		position: fixed;
		z-index: 99999;
		top: 0;
		left: 0;
		background: #141414;
		overflow-y: auto;
		border-right: 1px solid #070707;
		box-shadow: 0 0 12px rgba(0,0,0,0.4);
		transform: translateX(-110%);
		-webkit-transition: all .25s linear;
		-moz-transition: all .25s linear;
		-ms-transition: all .25s linear;
		transition: all .25s linear;
	}
	header .menu-topo ul li{
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		display: inline-block;
		border: 0;
	}
	header .menu-topo ul li a{
		width: 100%;
		display: inline-block;
		text-align: center;
		border-bottom: 1px dotted #555;
		font-size: 14px;
		line-height: 55px;
		margin: 0;
	}
	header .menu-topo ul li a:hover{
		border-width: 1px;
	}
	header .menu-topo > ul > li.current_page_item a, header .menu-topo > ul > li.current-menu-item a{
		border-bottom: 4px solid #f6215e;
	}
	header .menu-topo ul .closemenu{
		width: 30px;
		height: 30px;
		line-height: 31px;
		background: #333;
		text-align: center;
		font-size: 14px;
		color: #ccc;
		cursor: pointer;
		position: absolute;
		right: 12px;
		bottom: 12px;
		z-index: 999;
	}
	header .menu-topo ul .closemenu:before{
		content: "\f053";
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
	}
	.menuopen header .menu-topo > ul{
		position: fixed;
		transform: translateX(0%);
		height: 100%;
		top: 0;
		left: 0;
	}

	main{
		margin: 0;
		overflow: hidden;
	}
	main h3{
		font-size: 22px;
		text-align: center;
		margin: 0 0 15px 0!important;
	}
	main h3 i{
		font-size: 16px !important;
	}

	main div.news{
		padding: 20px 0;
	}
	main div.news .owl-carousel .owl-buttons div.owl-prev{
		left: 12px;
	}
	main div.news .owl-carousel .owl-buttons div.owl-next{
		right: 12px;
	}

	main .slideTop{
		width: 92%;
		height: auto;
		margin: 0 4% 25px 4%;
	}
	main .slideTop div.item{
		width: 100%;
		height: auto;
	}
	main .slideTop div.item .thumb{
		width: 100%;
		height: auto;
	}
	main .slideTop div.item .thumb img{
		max-width: 100%;
		height: auto;
		vertical-align: top;
	}
	main .slideTop div.item .infos{
		padding: 10px 15px 50px 15px;
		width: 100%;
	}
	main .slideTop .owl-controls{
		right: 0;
		width: 95%;
	}

	main .gWeek{
		width: 84%;
		height: auto;
		margin: 0 8%;
	}
	main .gWeek .item{
		width: 100%;
		height: 340px;
	}

	main .hghlht{
		width: 90%;
		margin: 30px 5% 0 5%;
	}
	main .hghlht .post, main .hghlht .post.last{
		width: 100%;
		height: auto;
		padding: 70% 0 0 0;
		margin: 0 30px 6% 0;
	}
	main .hghlht .post a.thumb{
		position: absolute;
		top: 0;
	}

	main .newsletter{
		height: auto;
		margin: 0 0 5% 0;
		background-position: -250px 0;
		background-size: cover;;
		text-align: center;
		position: relative;
	}
	main .newsletter:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(2,2,2,0.6);
		z-index: 1;
		left: 0;
		top: 0;
	}
	main .newsletter .title{
		width: 80%;
		text-align: center;
		font-size: 24px;
		margin: 0 10% 20px 10%;
		z-index: 4;
		position: relative;
	}
	main .newsletter .title div{
		margin: 15px 0 0 0;
		font-size: 0;
	}
	main .newsletter .title div:before{
		content: 'Insira seu email acima para receber atualizações';
		font-size: 18px;
	}
	main .newsletter form{
		width: 90%;
		margin: 18px 5%;
		z-index: 4;
	}
	main .newsletter form input{
		background: #090909;
	}
	main div.text{
		width: 88%;
		font-size: 16px;
		margin: 6%;
	}
	main div.text h2{
		font-size: 16px;
		font-weight: 300;
	}

	footer > .container{
		padding: 40px 0 0 0;
	}
	footer .widget{
		padding: 0 0 0 5%;
		margin: 0 0 10% 6%;
		font-size: 14px;
		width: 40%;
	}
	footer .widget h5{
		font-size: 16px;
	}
	footer .widget ul li{
		margin: 4px 0;
	}
	footer .widget.last{
		float: right;
		border: 0;
		width: 80%;
		margin: 2% 10% 8% 10%;
		padding: 0;
	}
	footer .widget.last .logo{
		max-width: 100%;
	}
	footer .bottom{
		font-size: 14px;
		text-align: center;
		padding: 6% 12%;
	}
	footer .bottom a{
		color: #3c3c3c;
	}
	footer .bottom a:hover{
		color: #6c6c6c;
	}
	footer .bottom span{
		width: 100%;
		font-size: 14px;
		text-align: center;
		margin: 5% 0 0 0;
	}

	main article{
		width: 90%;
		margin: 0 5%;
	}
	main article .title{
		margin: 0 0 5% 0;
	}
	main article .title > i{
		font-size: 14px;
		margin: 0 4px 0 0;
	}
	main article .title h1{
		font-size: 24px;
	}
	main article .title span{
		width: 100%;
		display: inline-block;
		margin: 4px 0 0 0;
		font-size: 16px;
	}

	main article #infos .tel i{
		font-size: 36px;
		margin: 11px 17px;
	}
	main article #infos .tel > div{
		font-size: 18px;
		padding: 12px 0 0 0;
	}
	main article #infos .tel > div div{
		font-size: 12px;
	}
	main article #infos #comments{
		margin: 5% 0 0 0;
	}

	main article .photos{
		float: right;
		width: 100%;
		background: #141414;
		overflow: hidden;
		text-align: center;
		padding: 10px 10px 0 10px;
	}
	main article .photos img{
		max-width: 100%;
		height: auto;
		vertical-align: middle;
		border: 0;
		margin: 0 0 10px 0;
	}
	.alignright{
		float: none;
		max-width: 100% !important;
	}
	.alignleft{
		float: none;
		max-width: 100% !important;
	}
	main #related{
		width: 90%;
	}
	main .single .newsletter{
		width: 90%;
		margin: 0 5%;
	}

	#commentBox .container{
		max-width: 90%;
		max-height: 88%;
		margin-top: 5%;
	}
	#commentBox .close i{
		margin: 4% 2%;
		font-size: 26px;
	}

	main.search h1, main.page h1{
		font-size: 22px;
	}
	main.search h1 i, main.page h1 i{
		font-size: 16px !important;
	}
	main.search .hghlht{
		margin: 0 5%;
	}

	main .wp-pagenavi{
		width: 90%;
		margin: 0 5% 6% 5%;
		padding: 0;
	}
	main .wp-pagenavi span, main .wp-pagenavi a{
		border: 2px solid #ddd;
		color: #ddd;
		margin: 6px;
		font-size: 16px;
		display: inline-block;
	}
	main .wp-pagenavi span.pages{
		width: 100%;
		margin: 0 0 6px 0;
	}

	main.page{
		width: 90%;
		margin: 0 5%;
	}
	main.page p{
		font-size: 15px;
		text-align: justify;
	}

}

@media screen and (min-width: 550px) and (max-width: 1190px){

	header .menu-topo > ul{
		width: 40%;
	}

	main .slideTop div.item .thumb{
		width: 50%;
		height: auto;
	}
	main .slideTop div.item .infos{
		padding: 10px 15px;
		width: 50%;
	}
	main .slideTop .owl-controls{
		right: 2%;
	}
	main .slideTop .owl-controls .owl-pagination{
		text-align: right;
	}

	main .gWeek .item{
		width: 70%;
		margin: 0 15%;
	}
	main .hghlht .post, main .hghlht .post.last{
		width: 46%;
		padding: 35% 0 0 0;
		margin: 0 2% 4% 2%;
	}
	main .newsletter{
		margin: 0 0 3% 0;
	}
	main div.text{
		margin: 4% 6%;
	}

	footer > .container{
		padding: 50px 0 0 0;
	}
	footer .widget{
		padding: 0 0 0 3%;
		margin: 0 0 5% 8%;
		font-size: 18px;
		width: 38%;
	}
	footer .widget h5{
		font-size: 22px;
	}
	footer .widget.last{
		text-align: center;
		margin: 1% 10% 5% 10%;
	}
	footer .bottom{
		padding: 3% 12%;
	}
	footer .bottom span{
		margin: 2% 0 0 0;
	}

}

@media screen and (max-width: 749px){
	
		main article #infos{
		width: 100%;
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		margin: 0 0 6% 0;
	}

}

@media screen and (min-width: 750px) and (max-width: 1190px){

	#searchAnchor{
		margin: -20px 0 0 35px;
	}
	header .menu-topo #menuAnchor{
		margin: -13px 35px 0 0;
	}
	header .search.open form input{
		width: 90%;
	}
	header .search.open form button{
		width: 10%;
	}

	main article{
		width: 92%;
		margin: 0 4%;
	}
	main article .title{
		margin: 0 0 2% 0;
	}
	main article .title > i{
		font-size: 16px;
		margin: 0 4px 0 0;
	}
	main article .title h1{
		font-size: 26px;
	}
	main article .title span{
		width: auto;
		margin: 0 0 0 6px;
		font-size: 16px;
	}
	main article #infos{
		width: 40%;
	}
	main article .photos{
		width: 57%;
		padding: 20px 20px 0 20px;
		text-align: center;
	}
	main article .photos img{
		float: none !important;
		margin: 0 auto 10px auto !important;
	}
	.alignright{
		float: none;
	}
	.alignleft{
		float: none;
	}

	#commentBox .container{
		max-width: 90%;
		max-height: 86%;
		margin-top: 2%;
	}
	#commentBox .close i{
		margin: 2%;
	}

}