@import "reset.css";
@import "grid.css";
@import url(http://fonts.googleapis.com/css?family=Noto+Sans);
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,100,300,700,900);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:100,300,400,400italic,700);
@import url(http://fonts.googleapis.com/css?family=Gentium+Basic:400,700|Yanone+Kaffeesatz);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,300,500,700,600,800,900,200);

html {
	width: 100%;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	font: 14px/18px  Arial, Helvetica, sans-serif;
	color: #826660;
	background: #f2f0f0;
}

@media (max-width: 767px) {
body {
	width: 1200px !important;
}

}

#advanced {
	width: 100%;
	height: 40px;
	color: #ffffff;
	background: #5fa022;
}

#advanced .pro_main {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}

.one_half {
	display: inline-block;
	float: left;
}

.one_half i {
	color: #000;
	font-size: 18px;
	margin-right: 5px;
}

.one_half i.fa-envelope-o {
	color: #000;
	font-size: 16px;
	margin-right: 5px;
}

.one_half a {
	color: #fff;
}

.one_half a:hover {
	color: #000;
}

.one_half.last {
	float: right;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #5d0400;
	font-family: Times New Roman;
}

h2 {
	padding-top: 36px;
	font-size: 24px;
	color: #79302b;
	margin-bottom: 17px;
	line-height: 30px;
}

h2.title {
	position: relative;
	padding: 20px 0;
	font-size: 32px !important;
	line-height: 1.3;
	text-align: center;
}

h2.title:before {
	border-top: 1px solid #dddddd;
	right: 0px;
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}

h2.title span {
	background-color: #f0f2f2;
	position: relative;
	z-index: 1;
	padding: 0 20px;
}

h2.size-x2 {
	font-size: 56px;
	line-height: 60px;
	text-transform: uppercase;
	color: white;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

p {
	margin-bottom: 18px;
}

p.inn1 {
	padding-top: 2px;
	margin-bottom: 20px;
}

img {
	max-width: 100%;
}

address {
	font-style: normal;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list li {
	background: url(../images/marker.png) 0 8px no-repeat;
	padding-left: 11px;
	color: #464646;
	margin-bottom: 5.5px;
}

ul.list.l1 li {
	margin-bottom: 5.2px;
}

iframe.video {
	width: 100%;
	height: 304px;
}

/* Links */
a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #699440;
}

a.btn {
	font-size: 12px;
	display: inline-block;
	background: #e2827e;
	padding: 5px 14px 4px;
	border-radius: 4px;
	margin-top: 17px;
	color: #fff;
	text-decoration: none;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a.btn:hover {
	background: #699440;
}

a.btn.m1 {
	margin-top: 30px;
	margin-bottom: 1px;
}

.top-1 {
	margin: 10px 0 0 0;
}

/* Preclass */
.mb0 {
	margin-bottom: 0px !important;
}

.m0 {
	margin: 0 !important;
}

.ind1 {
	margin-top: 11px;
}

.pad0 {
	padding: 0 !important;
}

.pt0 {
	padding-top: 0;
}

.img_inner {
	max-width: 100%;
	padding: 7px;
	background: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e6e4e4;
	margin-bottom: 19px;
	box-shadow: 2px 2px 4px #ddd;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}

.fright {
	float: right !important;
}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.wrapper, .extra_wrapper {
	overflow: hidden;
}

.clear {
	float: none !important;
	clear: both;
}

.col1 {
	color: #464646;
}

.col2 {
	color: #e1837f;
}

.hor_separator {
	background: url(../images/hor_separator.png) 0 bottom no-repeat;
	height: 20px;
	margin: 10px 0;
}

hr.horizontal-break {
    width: 50px;
    margin: 20px auto;
    display: block;
    height: 3px;
    background: #e6e6e6;
    border: none;
}

.excerpt {
	margin-bottom: 0px !important;
}

/* Header */
header {
	display: block;
	padding: 15px 0;
	position: relative;
	border-bottom: 1px solid #dddbdb;
	box-shadow: 0 1px 5px #ccc;
}

/* Logo */
.logo {
	max-width: 375px;
	text-align: center;
	margin: 0 auto;
}

.service-hours {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	border: 1px dashed #ccc;
	padding: 5px 10px;
	width: 270px;
}

.service-hours i {
	width: 20px;
	height: 40px;
	float: left;
	font-size: 22px;
	line-height: 24px;
	margin-right: 5px;
	color: #e2827e;
}

.service-hours h3 {
	font-size: 18px;
}

.service-hours p {
	margin: 0 0 0 25px;
	line-height: 20px;
}

/* Effect: Borders Slight Translate */
.main_menu {
	padding: 15px 0;
	text-align: center;
}

.cl-effect a {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	padding: 10px;
	outline: none;
	color: #85423f;
	font-size: 16px;
	font-family: 'Noto Sans', sans-serif;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect a::before, .cl-effect a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #e2827e;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect a:hover, .cl-effect a:focus, .cl-effect a.current {
	color: #E2827E;
}

.cl-effect a:hover::before, .cl-effect a:focus::before, .cl-effect a.current::before, .cl-effect a:hover::after, .cl-effect a:focus::after, .cl-effect a.current::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Fullscreen Popups */
.fullscreen-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
	z-index: 10;
}

.fullscreen-popup.visible {
	left: 0;
}

.fullscreen-popup .close-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.85);
	opacity: 0;
}

.fullscreen-popup.active .close-layer {
	opacity: 1;
}

.fullscreen-popup .popup-center {
	padding: 15px;
	width: 100%;
	max-width: 1000px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
}

.fullscreen-popup .popup-content {
	background: #fff;
	border: 10px #e2827e solid;
	position: relative;
	transform-origin: 50% 50% 0px;
	-moz-transform-origin: 50% 50% 0px;
	-webkit-transform-origin: 50% 50% 0px;
	transform: perspective(1200px) rotateX(80deg);
	-moz-transform: perspective(1200px) rotateX(80deg);
	-webkit-transform: perspective(1200px) rotateX(80deg);
	opacity: 0;
}

.fullscreen-popup .popup-content img {
	width: 100%;
}

.fullscreen-popup.active .popup-content {
	transform: perspective(1200px) rotateX(0deg);
	-moz-transform: perspective(1200px) rotateX(0deg);
	-webkit-transform: perspective(1200px) rotateX(0deg);
	opacity: 1;
}

.fullscreen-popup .popup-content .x-button {
	position: absolute;
	top: -10px;
	right: -10px;
}

/* Phones (<768px) */
@media (max-width: 767px) {
.fullscreen-popup .popup-content {
	padding: 25px;
}

}

.fullscreen-popup .close-layer, .fullscreen-popup .popup-content, .inpopup-gallery img, .scrolling-popup, .scrolling-popup .close-layer, .block-type-3-thumbs img, .video {
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
}

.x-button {
	display: inline-block;
	border: 2px transparent solid;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
	overflow: hidden;
	position: relative;
}

.x-button:before {
	content: "x";
}

.x-button {
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
}

.x-button.style-1 {
	background: #e2827e;
	color: #fff;
}

.x-button.style-1:hover {
	background: #f9f8f8;
	color: #999;
}

.x-button.size-1 {
	height: 42px;
	width: 42px;
	line-height: 38px;
	font-size: 14px;
}

/* Content */
.page1 {
	padding-top: 50px;
	background: url(../images/hor_separator.png) center 50px no-repeat;
}

.welcome {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
}

.owl-carousel img {
	box-shadow: 2px 2px 3px #ddd;
	padding: 4px;
	background: #fff;
	border: 1px solid #e6e4e4;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.prev {
	background: url(../images/prevnext.png) 0 bottom no-repeat;
	display: block;
	position: absolute;
	right: 50px;
	top: -45px;
	width: 32px;
	height: 30px;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: background-position 0.2s;
	-moz-transition: background-position 0.2s;
	transition: background-position 0.2s;
}

.prev:hover {
	background-position: 0 0;
}

.next {
	background: url(../images/prevnext.png) right bottom no-repeat;
	display: block;
	position: absolute;
	right: 15px;
	top: -45px;
	width: 32px;
	height: 30px;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: background-position 0.2s;
	-moz-transition: background-position 0.2s;
	transition: background-position 0.2s;
}

.next:hover {
	background-position: right 0;
}

.prev1 {
	background: url(../images/prevnext.png) 0 bottom no-repeat;
	display: block;
	float: right;
	width: 32px;
	z-index: 999;
	height: 30px;
	margin-top: 8px;
}

.prev1:hover {
	background-position: 0 0;
}

.next1 {
	background: url(../images/prevnext.png) right bottom no-repeat;
	display: block;
	z-index: 999;
	float: right;
	width: 32px;
	height: 30px;
	margin-top: 8px;
}

.next1:hover {
	background-position: right 0;
}

.hor_separator.hor1 {
	margin-top: 13px;
}

h2.head1 {
	padding-top: 28px;
	font-size: 25px;
}

h2.head2 {
	font-size: 25px;
	padding-top: 35px;
	margin-bottom: 20px;
}

.chefs {
	padding-top: 7px;
}

.chefs .img_inner {
	padding: 10px 4px;
}

.chefs .col1 {
	font-size: 12px;
	padding-top: 8px;
	margin-bottom: 16px;
}

.menu {
	padding-top: 8px;
}

.menu h3 {
	color: #85423f;
	margin-bottom: 22px;
}

.menu .img_inner {
	padding: 5px 4px;
	margin-bottom: 12px;
}

/* Menu Galeria */
#gallery-menu nav {
	padding: 0px;
}

#gallery-menu nav ul {
	display: block;
}

#gallery-menu nav ul li {
	display: inline-block;
	padding-bottom: 10px;
	margin: 0 0 20px 27px;
	position: relative;
	color: #444;
	font: normal 16px 'Yanone Kaffeesatz', sans-serif;
}

#gallery-menu nav ul li:first-child {
	display: inline-block;
	padding-bottom: 10px;
	margin: 0 0 20px 0;
	position: relative;
	color: #444;
	font: normal 16px 'Yanone Kaffeesatz', sans-serif;
}

#gallery-menu nav ul li a {
	color: #444;
	font: normal 16px 'Yanone Kaffeesatz', sans-serif;
	display: inline-block;
	position: relative;
}

#gallery-menu nav ul li a:hover, #gallery-menu nav ul li a:active {
	color: #e2827e;
	text-decoration: none;
}

#gallery-menu nav ul li.current > a {
	border-bottom: 2px solid #e2827e;
	padding-bottom: 5px;
	color: #e2827e;
}

#gallery-menu nav ul li.current ul li a {
	cursor: pointer;
}

/* Menu Galeria Sub-Menu 1 */
#gallery-menu nav ul li.sub_menu:hover > ul {
	display: block;
}

#gallery-menu nav ul li.sub_menu ul {
	position: absolute;
	top: 25px;
	left: 0;
	margin: 0;
	padding: 0;
	background: #fff;
	border-top: 1px solid #e2827e;
	display: none;
	z-index: 1;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

#gallery-menu nav ul li.sub_menu ul li {
	float: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ececec;
}

#gallery-menu nav ul li.sub_menu ul li a {
	white-space: nowrap;
	width: 150px;
	padding: 12px;
	font: 13px Arial, tahoma, sans-serif;
	color: #777;
}

#gallery-menu nav ul li.sub_menu ul li a i {
	float: right;
}

#gallery-menu nav ul li.sub_menu ul li a:hover {
	background: #f9f9f9;
	color: #e2827e;
}

/* Menu Galeria Sub-Menu 2 */
#gallery-menu nav ul li.sub_menu ul li.sub_menu:hover > ul {
	display: block;
}

#gallery-menu nav ul li.sub_menu ul li.sub_menu ul {
	position: absolute;
	top: -1px;
	left: 175px;
	margin: 0;
	padding: 0;
	background: #fff;
	display: none;
	z-index: 1;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

#gallery-menu nav ul li.sub_menu ul li.sub_menu ul li {
	float: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ececec;
}

#gallery-menu nav ul li.sub_menu ul li.sub_menu ul li a {
	white-space: nowrap;
	width: 165px;
	padding: 12px;
	font: 13px Arial, tahoma, sans-serif;
	text-transform: capitalize;
	color: #777;
}

#gallery-menu nav ul li.sub_menu ul li.sub_menu ul li a:hover {
	background: #f9f9f9;
	color: #e2827e;
}

/* Gallery Section */
#pagenavi {
	text-align: left;
	margin: 25px 0 0 0;
}

#pagenavi span {
	margin: 2px 10px 2px 2px;
	text-decoration: none;
	font-size: 18px;
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	line-height: 20px;
	background: #e2827e;
	border-radius: 5px;
	display: block;
	float: left;
	padding: 6px 14px 7px;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#pagenavi span.current {
	padding: 6px 14px 7px;
	margin: 2px;
	color: #fff;
	background: #e2827e;
}

#pagenavi a {
	margin: 2px;
	text-decoration: none;
	font-size: 18px;
	font-family: 'Noto Sans', sans-serif;
	color: #85423f;
	line-height: 20px;
	background: url(../images/spacer.png) 0 0 repeat;
	border-radius: 5px;
	display: block;
	float: left;
	padding: 5px 14px 8px;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#pagenavi a:hover {
	padding: 6px 14px 7px;
	margin: 2px;
	text-decoration: none;
	color: #fff;
	background: #e2827e;
}

.pagination {
	margin: 25px 0 0 0;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
}

.pagination ul>li {
	display: inline;
}

.pagination ul>li>a {
	float: left;
	padding: 4px 120px;
	line-height: 21px;
	text-decoration: none;
}

.pagination ul>li>a:hover, .pagination ul>li>a:focus, .pagination ul>.active>a {
	background-color: #f5f5f5;
}

.pagination ul>.active>a {
	cursor: default;
}

.pagination ul>li:first-child>a {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.pagination ul>li:last-child>a {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

.thumbnails {
	margin-left: -20px;
	list-style: none;
	*zoom: 1;
}

.thumbnails:before, .thumbnails:after {
	display: table;
	content: "";
	line-height: 0;
}

.thumbnails:after {
	clear: both;
}

.thumbnails>li {
	float: left;
	margin-bottom: 21px;
	margin-left: 20px;
}

.filterable-portfolio {
	position: relative;
	overflow: hidden;
	margin: 0 -10px;
}

.filterable-portfolio .portfolio_item {
	display: block;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 10px;
	width: 308px;
}

.filterable-portfolio .portfolio_item .portfolio_item_holder {
	overflow: hidden;
}

.filterable-portfolio .portfolio_item .portfolio_item_holder figure {
	border: 1px solid rgba(0, 0, 0, 0.10);
}

.filterable-portfolio .portfolio_item .portfolio_item_holder .image-wrap {
	position: relative;
	display: block;
	overflow: hidden;
	background: #f5f5f5 url(../images/loading-folio.gif) 50% 50% no-repeat;
}

.image-wrap:hover .zoom-icon {
	opacity: 1;
}

.zoom-icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.zoom-icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin: -13px 0 0 -13px;
	width: 25px;
	height: 26px;
	background: url(../images/magnify-alt.png) 50% 50% no-repeat;
	content: "";
}

/* Footer */
footer {
	display: block;
	padding: 45px 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: #5fa022;
}

footer a:hover {
	color: #fff;
}

/* Scroll To Top Section */
.scroll-to-top {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #e2827e;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-size: 12px;
	position: fixed;
	right: 50px;
	bottom: -67px;
	opacity: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	z-index: 9;
}

.scroll-to-top.active {
	bottom: 23px;
	opacity: 1;
}

.scroll-to-top.style-1:hover {
	background: rgba(12,12,12,0.8);
}

.scroll-to-top .fa {
	display: block;
	line-height: 44px;
	position: relative;
	top: -1px;
}

.scroll-to-top {
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
}

@media (max-width: 767px) {
.scroll-to-top {
	display: none;
}

}

.menu-social-icons {
	display: inline-block;
	margin: 0;
}

.menu-social-icons li {
	float: left;
	width: auto;
	margin-right: 12px;
	position: relative;
	list-style: none;
}

.menu-social-icons li a {
	display: block;
}

.menu-social-icons img {
	display: block;
	width: 38px;
	height: auto;
}

.parceiros {
	font-family: Times New Roman;
	font-weight: 700;
	font-size: 18px;
	margin: 35px 0 0 0;
}

.bottom-menu {
	text-align: center !important;
	padding: 20px 0;
}

.bottom-menu a {
	display: inline-block;
	text-transform: uppercase;
	margin: 0 20px;
	color: #504f4f;
	font-size: 12px;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
}

.bottom-menu a:hover, .bottom-menu a.current {
	color: #699440;
}

/* Main components */
.cd-testimonials-wrapper {
	position: relative;
}

.cd-testimonials > li {
	position: absolute;
	opacity: 0;
}

.cd-testimonials li .title {
	font-size: 24px;
	line-height: 35px;
	font-family: "Times New Roman", Times, serif;
	color: #E2827E;
}

.cd-testimonials > li:first-child {
	position: relative;
	opacity: 1;
}

.flex-direction-nav li {
	position: absolute;
	height: 40px;
	width: 40px;
	top: 50%;
}

.flex-direction-nav li:first-child {
	left: -45px;
}

.flex-direction-nav li:last-child {
	right: -45px;
}

.flex-direction-nav li a {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.flex-direction-nav li a::before, .flex-direction-nav li a::after {
/* Left And Right Arrows in CSS Only */
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 7px;
	height: 18px;
	background-color: #000;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
/* Left And Right Arrows in CSS Only */
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 7px;
	height: 18px;
	background-color: #699440;
}

.flex-direction-nav li a::before {
	-webkit-transform: translateY(-35px) rotate(45deg);
	-moz-transform: translateY(-35px) rotate(45deg);
	-ms-transform: translateY(-35px) rotate(45deg);
	-o-transform: translateY(-35px) rotate(45deg);
	transform: translateY(-35px) rotate(45deg);
}

.flex-direction-nav li a::after {
	-webkit-transform: translateY(-27px) rotate(-45deg);
	-moz-transform: translateY(-27px) rotate(-45deg);
	-ms-transform: translateY(-27px) rotate(-45deg);
	-o-transform: translateY(-27px) rotate(-45deg);
	transform: translateY(-27px) rotate(-45deg);
}

.flex-direction-nav li:last-child a::before {
	-webkit-transform: translateY(-35px) rotate(-45deg);
	-moz-transform: translateY(-35px) rotate(-45deg);
	-ms-transform: translateY(-35px) rotate(-45deg);
	-o-transform: translateY(-35px) rotate(-45deg);
	transform: translateY(-35px) rotate(-45deg);
}

.flex-direction-nav li:last-child a::after {
	-webkit-transform: translateY(-27px) rotate(45deg);
	-moz-transform: translateY(-27px) rotate(45deg);
	-ms-transform: translateY(-27px) rotate(45deg);
	-o-transform: translateY(-27px) rotate(45deg);
	transform: translateY(-27px) rotate(45deg);
}

.whatsapp {
	background: url(../images/whatsapp-adornar-decoracoes.png) no-repeat;
	background-size: cover;
	position: fixed;
	right: 0;
	top: 200px;
	z-index: 9999;
	padding: 35px 120px;
	border-radius: 5px 0px 0px 5px;
}
