@import url("../fontawesome/css/all.css");
@import url('https://fonts.googleapis.com/css?family=Cinzel|EB+Garamond:400,400i,800,800i|Forum|Philosopher:400,400i');
@import url('https://fonts.googleapis.com/css?family=Poller+One');
@font-face {
	font-family: 'ottawa';
	font-style: normal;
	src: local("ottawa.ttf"), url("../fonts/ottawa.ttf");
}
html, body {
	font-size: 100%;
	background-color: rgba(248, 245, 238, 1);
	font-family: 'Philosopher', sans-serif;
	background-image: url(../images/lotus_margareth_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
p {
	margin: 0;
}
h1, h2, h3, h4, h5, h6, a {
	font-family: 'Cinzel', serif;
	font-weight: 300;
	margin: 0;
}
ul, label {
	margin: 0;
	padding: 0;
}
body a:hover {
	text-decoration: none;
}
.bg_video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg_video_oraculo_som {
	left: 0;
	bottom: 0;
}
.bg_video_semente {
	background-image: url(../images/semente_do_dia.jpg);
	right: 0;
	bottom: 0;
}
/* -----  slider  ----- */
.banner_top_slider, .banner_quartzo_amostra {
	position: relative;
	display: block;
	line-height: 0;/*removes the gap if you put a border on the slideshow div*/
}
figcaption {
	line-height: 1.5; /* restores line-height to the child element*/
}
.banner_top_slider:focus, .banner_quartzo_amostra:focus {
	outline: 0;
}
.banner_top_slider figure{
	position: absolute;
	top: 0;
	width: 100%;
	padding: 2em 0;
}
.banner_quartzo_amostra figure {
	position: absolute;
	top: 0;
	width: 100%;
}
.banner_top_slider figure:first-child, .banner_quartzo_amostra figure:first-child{
	position: relative;
}
.banner_top_slider figure img, .banner_quartzo_amostra figure img {
	opacity: 0;
	-webkit-transition: opacity 1.2s;
	transition: opacity 1.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.banner_top_slider .bss-show, .banner_quartzo_amostra .bss-show {
	z-index: 2;
}
.banner_top_slider .bss-show img, .banner_quartzo_amostra .bss-show img {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
}
.banner_top_slider figcaption, .banner_quartzo_amostra figcaption {
	position: absolute;
	font-family: sans-serif;
	font-size: .8em;
	bottom: .75em;
	right: .35em;
	padding: .25em;
	color: #fff;
	background: #000;
	background: rgba(0,0,0, .25);
	border-radius: 2px;
	opacity: 0;
	-webkit-transition: opacity 1.2s;
	transition: opacity 1.2s;
}
.banner_top_slider .bss-show figcaption, .banner_quartzo_amostra .bss-show figcaption {
	z-index: 3;
	opacity: 1;
}
.banner_top_slider figcaption a {
	color: #fff;
}
.banner_quartzo_amostra figcaption a {
	color: #fff;
}
.bss-next, .bss-prev {
	color: #fff;
	position: absolute;
	background: #000;
	background: rgba(0,0,0, .6);
	top: 50%;
	z-index: 4;
	font-size: 2em;
	margin-top: -1.2em;
	opacity: .3;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.bss-next:hover, .bss-prev:hover {
	cursor: pointer;
	opacity: 1;
}
.bss-next {
	right: -1px;
	padding: 10px 5px 15px 10px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.bss-prev {
	left: 0;
	padding: 10px 10px 15px 5px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.bss-fullscreen {
	display: block;
	width: 32px;
	height: 32px;
	background: rgba(0,0,0,.4) url(../slider/img/arrows-alt_ffffff_64.png);
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 5px;
	left: 5px;
	cursor: pointer;
	opacity: .3;
}
.bss-fullscreen:hover {
	opacity: .8;
}
:-webkit-full-screen .bss-fullscreen {
 background: rgba(0,0,0,.4) url(../slider/img/compress_ffffff_64.png);
 -webkit-background-size: contain;
 background-size: contain;
}
:-moz-full-screen .bss-fullscreen {
 background: rgba(0,0,0,.4) url(../slider/img/compress_ffffff_64.png);
 background-size: contain;
}
:-ms-fullscreen .bss-fullscreen {
 background: rgba(0,0,0,.4) url(../slider/img/compress_ffffff_64.png);
 background-size: contain;
}
:full-screen .bss-fullscreen {
 background: rgba(0,0,0,.4) url(../slider/img/compress_ffffff_64.png);
 -webkit-background-size: contain;
 background-size: contain;
}
:-webkit-full-screen .bss-fullscreen {
 background: rgba(0,0,0,.4) url(../slider/img/compress_ffffff_64.png);
 -webkit-background-size: contain;
 background-size: contain;
}
:-moz-full-screen .bss-fullscreen {
 background: rgba(0,0,0,.4) url(../slider/img/compress_ffffff_64.png);
 background-size: contain;
}
:-ms-fullscreen .bss-fullscreen {
 background: rgba(0,0,0,.4) url(../slider/img/compress_ffffff_64.png);
 background-size: contain;
}
:fullscreen .bss-fullscreen {
 background: rgba(0,0,0,.4) url(../slider/img/compress_ffffff_64.png);
 -webkit-background-size: contain;
 background-size: contain;
}
/*---- semente do dia ----*/

.features {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5em 0 0 0;
}
.features .container {
	background-color: rgba(249, 247, 239,0.9);
	background-image: url(../images/lotus_oraculo.png);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.75);
	position: relative;
}

@media (min-width: 1200px) {
.features .container {
	width: 900px !important;
}
}
.features-grids {
	/*background-color: rgba(248, 245, 238, 0.9);*/
	padding: 1em;
}
.features-grids .table-form {
	margin: 2em 0 2em auto;
}
.features-grids .right-at {
	float: right !important;
}
#semente_do_dia {
	text-align: right;
	font-family: 'ottawa';
}
#semente_do_dia .controles_video, #oraculo_do_som .controles_video {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.6);
	z-index: 1000;
}
#semente_do_dia .controles_video:hover {
	color: rgba(139, 195, 74, 0.80);
}
#semente_do_dia .col-md-12 {
	margin: 30px auto;
}
#semente_do_dia h3 {
	font-family: 'ottawa';
	text-align: right !important;
	color: #503e01 !important;
	padding: 0 0 0 250px;
	min-height: 300px;
	font-size: 21px;
	margin-bottom: 10px;
}
#semente_do_dia h3 a {
	display: block;
	color: #503e01 !important;
	font-family: 'ottawa';
	font-style: italic;
	margin-bottom: 50px;
}
#semente_do_dia p {
	position: relative;
	color: #503e01;
	padding: 0 0 10px 250px;
	font-size: 21px;
}
#semente_do_dia p span {
	color: #826910 !important;
	text-transform: uppercase;
	font-size: 21px;
}
.semente_footer {
	margin: 5em 0 0 0;
	padding: 1em;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	border-top: rgba(255,255,255,0.7) 5px solid;
	border-bottom: rgba(255,255,255,0.7) 5px solid;
}
.semente_footer p {
	color: rgb(60, 60, 60) !important;
	font-size: 0.9em !important;
	padding: 0 !important;
}
.semente_footer p:nth-child(2) {
	font-size: 0.7em !important;
	padding-top: 0.5em !important;
}
/*-- banner --*/
.banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.banner_index {
	background-image: url(../images/banner.jpg);
}
.banner_afnj {
	background-image: url(../images/banner_afnj.jpg);
}
.banner_afnj2 {
	background-image: url(../images/banner_afnj2.jpg);
}
.banner_afnj3 {
	background-image: url(../images/banner_afnj3.jpg);
}
.banner_ado {
	background-image: url(../images/banner_ado.jpg);
}
.banner_copeere {
	background-image: url(../images/banner_copeere.jpg);
}
.banner_frases {
	background-image: url(../images/banner_frases.jpg);
}
.banner_quartzo {
	background-image: url(../images/banner_quartzo.jpg);
}
.banner_top {
	margin: 2em 0 3em;
}
.banner_top_left {
	float: left;
	position: relative;
}
.banner_top_left p {
	color: #f8f5ee;
	font-size: 1em;
	margin: 0;
	position: relative;
	padding: 0.6em 0 0 5.5em;
}
.banner_top_left p:before, .banner_top_left_afnj .portrait_afnj, .banner_top_left_copeere .portrait_afnj, .banner_top_left_ado .portrait_afnj {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: cover;
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	content: '';
	position: absolute;
	top: 0%;
	left: 1%;
}
.banner_top_left_copeere .portrait_afnj {
	border-width: thin;
	border-style: solid;
	border-color: rgba(150, 46, 8, 0.3);
	background-color: rgba(150, 46, 8, 0.2);
}
.banner_top_left_index p:before {
	background-image: url(../images/portrait.jpg);
}
.banner_top_left_oraculo p:before {
	background-image: url(../images/img_oraculo/oraculo.jpg);
}
.banner_top_left_oraculo_quartzo p:before {
	background-image: url(../images/img_quartzo/quartzo1.jpg);
}
.banner_top_left_frases p:before {
	background-image: url(../images/frases.jpg);
}
.banner_top_left_afnj .portrait_afnj {
	background-image: url(../images/img_afnj/01.png);
}
.banner_top_left_copeere .portrait_afnj {
	background-image: url(../images/img_copeere/00.jpg);
}
.banner_top_left_ado .portrait_afnj {
	background-image: url(../images/img_ado/01.jpg);
}
.banner_top_left span a {
	font-family: 'Philosopher', sans-serif;
}
.banner_top_left_afnj span a, .banner_top_left_oraculo span a, .banner_top_left_frases span a {
	color: rgba(45, 9, 3, 1);
}
.banner_top_left_afnj span a:hover, .banner_top_left_oraculo span a:hover, .banner_top_left_frases span a:hover {
	color: rgba(83, 54, 4, 0.5);
}
.banner_top_left_ado span a {
	color: rgba(134, 16, 10, 1);
}
.banner_top_left_ado span a:hover {
	color: rgba(134, 16, 10, 0.5);
}
.banner_top_left_copeere p span {
	color: rgba(19, 19, 19, 0.6) !important;
}
.banner_top_left p span {
	color: rgba(45, 9, 3, 1);
	font-size: 1.5em;
}
.banner_top_left_ado p span {
	color: rgba(134, 16, 10, 1) !important;
}
.banner_top_right {
	float: right;
	width: 30%;
}
.banner_top_right input[type="text"] {
	outline: none;
	padding: 12px 45px 12px 10px;
	font-size: 14px;
	color: #fff;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.44);
	width: 100%;
}
.banner_top_right i {
	font-size: 1em;
	color: #fff;
	top: -2em;
	right: -19em;
	cursor: pointer;
	position: relative;
}
.quartzo_texto {
	background-color: rgba(227,224,239,0.80);
	color: rgba(0,0,0,0.90);
}
.quartzo_texto p{
	font-size: 16px;
    color: rgba(5, 5, 5, 0.85);
    margin: 0.2em 0em 1em 1em;
    line-height: 1.8em;
}
.quartzo_texto .ultimo_p{	
	padding: 2em 2em;
}
/*-- nav --*/
/*-- Effect 14 --*/
.cl-effect-14 a {
	padding: 0 20px;
	height: 65px;
	line-height: 45px;
}
.cl-effect-14 a::before, .cl-effect-14 a::after {
	position: absolute;
	width: 45px;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}
.cl-effect-14 a::before {
	top: 0px !important;
}
.cl-effect-14 li:nth-child(8) a::after {
	display: none;
}
.cl-effect-14 a::before {
	top: 10px;
	left: 0;
	-webkit-transform: rotate(98deg);
	-moz-transform: rotate(98deg);
	transform: rotate(98deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}
.cl-effect-14 a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(98deg);
	-moz-transform: rotate(98deg);
	transform: rotate(98deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.cl-effect-14 a:hover::before, .cl-effect-14 a:hover::after, .cl-effect-14 a:focus::before, .cl-effect-14 a:focus::after, .cl-effect-14 a.active::before, .cl-effect-14 a.active::after {
	opacity: 1;
}
.cl-effect-14 a:hover::before, .cl-effect-14 a:focus::before, .cl-effect-14 a.active::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}
.cl-effect-14 a:hover::after, .cl-effect-14 a:focus::after, .cl-effect-14 a.active::after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}
/*-- //Effect 14 --*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
	padding: 0;
	font-size: 0.9em;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: rgba(45, 9, 3, 0.6) !important;
}
.navbar {
	margin-bottom: 0;
}
.navbar-default {
	background: none;
	border: none;
}

@media (min-width: 768px) {
.navbar-header {
	float: none;
}
.navbar-nav {
	float: none;
}
}
.navbar-nav {
	margin-left: 11em;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'Philosopher', sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
	color: #fff !important;
	letter-spacing: 2px;
	padding: 20px 25px 0;
}
.navbar-default .navbar-nav > li > a.active {
	color: rgba(19, 19, 19, 0.7) !important;/*color: rgb(18, 33, 5) !important;*/
}
/*-- //nav --*/
.logo a {
	font-size: 6em;
	color: #fff;
	letter-spacing: 2px;
	text-decoration: none;
}
.logo {
	text-align: center;
	margin: 9em 0 6em;
}
.logo span {
	display: block;
	font-size: .2em;
	letter-spacing: 10px;
	line-height: 0;
	color: #D6D6D5;
}
.dummy_text {
	text-align: center;
	margin: 100px auto;/* width: 80%; */
}
.dummy_text p {
	color: #fff;
	font-size: 1.5em;
	margin: 0;
	font-weight: 300;
	line-height: 1.8em;
}
.dummy_text p span {
	color: #fff;
	font-size: 0.7em;
	margin: 0;
	line-height: 1.8em;
	color: RGB(95, 120, 73);
	width: 100%;
	text-align: right;
}
.autor {
	font-style: italic;
	text-align: right;
	float: right;
	margin-top: 10px;
	text-transform: uppercase;
}
.autor_2 {
	font-style: italic;
	text-align: right;
	margin: 0 3em 2em 0 !important;
	text-transform: uppercase;
	font-size: 11px !important;
}
.autor::before, .autor_2::before {
	content: "( ";
}
.autor::after, .autor_2::after {
	content: " )";
}
.social_icons {
	margin: 4em 0;
	text-align: center;
}
.social_icons ul li {
	display: inline-block;
	margin: 0 0.5em 0 0;
}
.social_icons ul li a {
	color: #5F7849;
	display: block;
	background-color: #f8f5ee;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 1.5em;
}
.about_404 .social_icons ul li a {
	color: #333;
}
.social_icons ul li a:hover {
	box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
.social_icons ul li a i {
	margin: 13px 0;
}
.social_icons ul li a.facebook {
	display: block;
	height: 50px;
	width: 50px;
}
.social_icons ul li a.facebook:hover {
	color: #3b5998;
	display: block;
}
.social_icons ul li a.g {
	display: block;
	height: 50px;
	width: 50px;
}
.social_icons ul li a.g:hover {
	color: #d71e17;
	display: block;
}
.social_icons ul li a.instagram {
	display: block;
	height: 50px;
	width: 50px;
}
.social_icons ul li a.instagram:hover {
	color: #fff;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	display: block;
}
.social_icons ul li a.mg {
	display: block;
	height: 50px;
	width: 50px;
}
.social_icons ul li a.mg:hover {
	color: #f8f5ee;
	background-color: #5F7849;
	display: block;
}
/*-- //banner --*/

.all-grid-right {
	text-align: right;
}
.afnj-grid-right {
	color: rgba(45, 9, 3, 1);
}
.ado-grid-right {
	color: rgba(70, 5, 2, 1) !important;
}
.bg_lotus_oraculo {
	background-image: url(../images/lotus_margareth2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	padding: 2em;
}
.btn_oraculo {
	text-align: center;
	color: #f8f5ee;
	background-color: #5F7849DE;
	border-top: rgba(51, 51, 0, 0.74) 5px solid;
	border-bottom: rgba(51, 51, 0, 0.75) 5px solid;
	/* float: left; */
	width: 100%;
	z-index: 1000;
	position: relative;
}
.btn_oraculo:hover {
	background-color: #083b23;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12c0-.622-.095-1.221-.27-1.785A5.982 5.982 0 0 0 10 12c1.67 0 3.182-.683 4.27-1.785A5.998 5.998 0 0 0 14 12h2a4 4 0 0 1 4-4V6c-1.67 0-3.182.683-4.27 1.785C15.905 7.22 16 6.622 16 6c0-.622-.095-1.221-.27-1.785A5.982 5.982 0 0 0 20 6V4a4 4 0 0 1-4-4h-2c0 .622.095 1.221.27 1.785A5.982 5.982 0 0 0 10 0C8.33 0 6.818.683 5.73 1.785 5.905 1.22 6 .622 6 0H4a4 4 0 0 1-4 4v2c1.67 0 3.182.683 4.27 1.785A5.998 5.998 0 0 1 4 6c0-.622.095-1.221.27-1.785A5.982 5.982 0 0 1 0 6v2a4 4 0 0 1 4 4h2zm-4 0a2 2 0 0 0-2-2v2h2zm16 0a2 2 0 0 1 2-2v2h-2zM0 2a2 2 0 0 0 2-2H0v2zm20 0a2 2 0 0 1-2-2h2v2zm-10 8a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z' fill='%23148c53' fill-opacity='0.27' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-repeat: repeat;
	background-size: 5%
}
.btn_oraculo h1 {
	color: #fff;
	margin: 0;
	line-height: 0.7em;
	font-size: 2.3em !important;
	font-family: 'ottawa';
}
.btn_oraculo span {
	font-size: 12.5px;
	margin: 0;
}
.btn_oraculo p {
	font-family: 'ottawa';
	color: #fff;
	line-height: 2em;
	font-size: 22px;
	margin: 0;
}
/*-- banner-bottom --*/
.banner-bottom, .banner-bottom-position, .slider, .sevices-list, .featured-services, .typo, .portfolio, .blog, .single, .about, .semente_do_dia {
	padding: 5em 0;
}
.contact {
	padding: 10em 0;
}
.about {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.about_holos {
	height: 100vh;
	padding: 25vh 0 20vh 0;
	position: relative;
}
.about_404 {
	height: 100vh;
	padding: 20vh 0;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#frase_holos {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 5px 10px;
	margin: 5px 5px 0 0;
	background-color: rgba(255,255,255,0.75);
	color: rgba(51,51,51,1);
	font-size: 0.8em;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	border-radius: 10px 10px 0px 0px;
	-webkit-box-shadow: inset 0px -1px 2px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px -1px 2px 0px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px -1px 2px 0px rgba(0, 0, 0, 0.75);
}
#frase_holos:before {
	content: "DIÁRIO DE UM VIAJANTE";
}
.about-grids {
	padding: 2em 0;
}
.about-grid-right {
	background-color: rgba(248, 245, 238, 0.8);
}
.banner-bottom-grid1 {
	background: #FFFFFF;
	padding: 2em;
	box-shadow: 1px 1px 7px #E3E1E1;
	-webkit-box-shadow: 1px 1px 7px #E3E1E1;
	-moz-box-shadow: 1px 1px 7px #E3E1E1;
	-o-box-shadow: 1px 1px 7px #E3E1E1;
	-ms-box-shadow: 1px 1px 7px #E3E1E1;
	-ms-box-shadow: 1px 1px 7px #E3E1E1;
}
.banner-bottom-grid1 h3 {
	font-size: 1.5em;
	color: #5F7849;
	padding-bottom: .5em;
	border-bottom: 5px double #E9E9E9;
	margin: 0;
}
.banner-bottom-grid1 p {
	font-size: 14px;
	margin: 1em 0 0;
	line-height: 1.8em;
	color: #999;
}
.banner-bottom-grid, .banner-bottom-grid1, .banner-bottom-grid-box {
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}
.banner-bottom-grid {
	position: relative;
	margin-bottom: 20px;
}
.social_icons_sub, .social_icons_sub1 {
	position: absolute;
	top: 20%;
	left: 4%;
	margin: 0;
	display: none;
	width: 93%;
}
.social_icons_sub1 {
	top: auto;
	bottom: 20%;
}
.banner-bottom-grid:hover .banner-bottom-grid1 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-image: url(../images/banner_afnj2.jpg);
}
.banner-bottom-grid:hover img {
	opacity: 0.4;
	-webkit-filter: blur(3px); /* Safari */
	filter: blur(3px);
}
.banner-bottom-grid:hover .banner-bottom-grid1-sub {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-image: url(../images/banner_ado.jpg);
}
.banner-bottom-grid:hover .banner-bottom-grid1 h3 {
	color: #fff;
	border-bottom: 5px double #fff;
}
.banner-bottom-grid:hover .banner-bottom-grid1 p {
	color: #fff;
}
.banner-bottom-grid:hover .banner-bottom-grid1-sub h3 {
	color: #fff;
	border-bottom: 5px double #E9E9E9;
}
.banner-bottom-grid:hover .banner-bottom-grid1-sub p {
	color: #fff;
}
.banner-bottom-grid:hover .social_icons_sub, .banner-bottom-grid:hover .social_icons_sub1 {
	display: block;
}
.social_icons_sub p, .social_icons_sub1 p {
	font-size: 14px;
	color: #fff;
	margin: 1em 0 0;
	line-height: 1.8em;
}
.bubbly-button {
	display: inline-block;
	font-size: 1em;
	padding: 1em 2em;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	position: relative;
	transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
}
.btn_afnj {
	background-color: rgba(212, 118, 63, 1);
	color: #fff;/*#4b4b4b*/
	margin-top: 50px;
	box-shadow: 0 2px 25px rgba(212, 118, 63, 0.8);
}
.btn_ado {
	background-color: rgba(253, 72, 63, 1);
	color: #fff;
	margin-top: 50px;
	box-shadow: 0 2px 25px rgba(253, 72, 63, 0.8);
}
.btn_404 {
	background-color: rgba(55, 71, 79, 1);
	color: #fff;
	margin-top: 50px;
	box-shadow: 0 2px 25px rgba(255, 255, 255, 0.8);
}
.btn_404:hover {
	background-color: rgba(38, 50, 56, 1);
	color: rgba(245, 245, 245, 1);
	box-shadow: 0 15px 60px rgba(255, 255, 255, 0.8);
}
.btn_o {
	background-color: rgba(179, 132, 101, 1);
	color: #fff;
	display: none;
	margin-top: 20px;
	box-shadow: 0 2px 25px rgba(179, 132, 101, 0.8);
}
.banner-bottom-grid-box:hover .btn_o {
	display: inline-block;
}
.btn_copeere {
	background-color: rgba(254, 135, 96, 1);
	color: #fff;
	display: none;
	margin-top: 20px;
	box-shadow: 0 2px 25px rgba(254, 135, 96, 0.8);
}
.banner-bottom-grid-box:hover .btn_copeere {
	display: inline-block;
}
.banner-bottom-grid-box {
	background-image: url(../images/lotus_margareth.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	background-color: #5F7849;
	padding: 2em;
	text-align: center;
}
.banner-bottom-grid-box:hover, .banner-bottom-grid-boxs:hover {
	background-color: #757575;
}
.banner-bottom-grid-boxs1 {
	background-color: rgba(254, 135, 96, 1);
}
.banner-bottom-grid-boxs {
	background-color: #5F7849;
}
.banner-bottom-grid-box h1, .banner-bottom-grid-box h2 {
	text-transform: capitalize;
	font-size: 1.5em;
	color: #fff;
	margin: 0;
	line-height: 1.37em;
}
.banner-bottom-grid-box:hover .banner-bottom-grid-box1 h1 {
	color: rgba(179, 132, 101, 1);/*#A0CC59*/
}
.banner-bottom-grid-box:hover .banner-bottom-grid-box1 h2 {
	color: #C5D028;
}
.banner-bottom-grid-box:hover .banner-bottom-grid-box1-sub h2 {
	color: rgba(254, 135, 96, 1);
}
.banner-bottom-grid-box p {
	color: #fff;
	margin: 1em 0 0;
	line-height: 1.8em;
	font-size: 14px;
}
.banner-bottom-grid-box:nth-child(2) {
	margin: 1em 0 0 0;
}
/*-- //banner-bottom --*/
/*-- banner-bottom1 --*/
.banner-bottom1-grids {
	background-color: rgba(241, 232, 214,0.5);
	background-image: url("data:image/svg+xml,%3Csvg width='84' height='48' viewBox='0 0 84 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h12v6H0V0zm28 8h12v6H28V8zm14-8h12v6H42V0zm14 0h12v6H56V0zm0 8h12v6H56V8zM42 8h12v6H42V8zm0 16h12v6H42v-6zm14-8h12v6H56v-6zm14 0h12v6H70v-6zm0-16h12v6H70V0zM28 32h12v6H28v-6zM14 16h12v6H14v-6zM0 24h12v6H0v-6zm0 8h12v6H0v-6zm14 0h12v6H14v-6zm14 8h12v6H28v-6zm-14 0h12v6H14v-6zm28 0h12v6H42v-6zm14-8h12v6H56v-6zm0-8h12v6H56v-6zm14 8h12v6H70v-6zm0 8h12v6H70v-6zM14 24h12v6H14v-6zm14-8h12v6H28v-6zM14 8h12v6H14V8zM0 8h12v6H0V8z' fill='%2392763b' fill-opacity='0.12' fill-rule='evenodd'/%3E%3C/svg%3E");
	padding: 2em;
	border-left: 10px solid #808080;
	box-shadow: 1px 0px 6px #E0E0E0;
	-webkit-box-shadow: 1px 0px 6px #E0E0E0;
	-moz-box-shadow: 1px 0px 6px #E0E0E0;
	-o-box-shadow: 1px 0px 6px #E0E0E0;
	-ms-box-shadow: 1px 0px 6px #E0E0E0;
}
.banner-bottom1-grid-left h3 {
	text-transform: capitalize;
	margin: 0;
	font-size: 2em;
	color: #29383F;
	position: relative;
	padding: 0 0 1.5em;
	font-weight: 900;
}
.banner-bottom1-grid-left h3 span, .featured-services h3 span {
	font-size: 0.7em;
	font-weight: 300;
	font-family: 'Philosopher', sans-serif !important;
}
.banner-bottom1-grid-left h3 div {
	font-size: 0.36em !important;
}
.banner-bottom1-grid-left h3:after {
	background: #5F7849;
	width: 50%;
	height: 1px;
	content: '';
	position: absolute;
	top: 71%;
	left: 0%;
}
.banner-bottom1-grid-left h3:before {
	background: #5F7849;
	width: 50%;
	height: 1px;
	content: '';
	position: absolute;
	top: 77%;
	left: 0%;
}
.banner-bottom1-grid-left p {
	color: #4b4b4b;
	margin: .5em 0 1em 0;
	line-height: 1.8em;
	font-size: 14px;
}
.featured-services-grid:nth-child(3) {
	margin-bottom: 2em;
}
.featured-vivencial-grid {
	margin-bottom: 2em;
}
/*-- more --*/
/*--hover effect6--*/
.effect6 {
	cursor: pointer;
	height: auto;
	line-height: 40px ! important;
	text-align: center;
	overflow: hidden;
	padding: 4px 20px;
	background: #5F7849;
	font-size: 1em;
	border: none;
	border-radius: 0;
}
.effect6 {
	color: rgba(0,0,0, 0) !important;
	transition: all .3s ease;
	text-shadow: 0 0 0 #fff, 0 -45px 0 #000;
}
@-webkit-keyframes drop {
 0% {
text-shadow:0 0 0 #fff, 0 -45px 0 #000;
}
 20% {
text-shadow:0 0 0 #fff, 0 -15px 0 #000;
}
 30% {
text-shadow:0 15px 0 #fff, 0 0px 0 #000;
}
 40% {
text-shadow:0 45px 0 #fff, 0 0px 0 #000;
}
 41% {
text-shadow:0 45px 0 #fff, 0 0px 0 #000, 0 -45px 0 #fff;
}
 70% {
text-shadow:0 45px 0 #fff, 0 15px 0 #000, 0 0px 0 #fff;
}
 80% {
text-shadow:0 45px 0 #fff, 0 45px 0 #000, 0 0px 0 #fff;
}
 100% {
text-shadow:0 45px 0 #fff, 0 45px 0 #000, 0 0px 0 #fff;
}
}/*safari and chrome*/
@keyframes drop {
 0% {
text-shadow:0 0 0 #fff, 0 -45px 0 #000;
}
 20% {
text-shadow:0 0 0 #fff, 0 -15px 0 #000;
}
 30% {
text-shadow:0 15px 0 #fff, 0 0px 0 #000;
}
 40% {
text-shadow:0 45px 0 #fff, 0 0px 0 #000;
}
 41% {
text-shadow:0 45px 0 #fff, 0 0px 0 #000, 0 -45px 0 #fff;
}
 70% {
text-shadow:0 45px 0 #fff, 0 15px 0 #000, 0 0px 0 #fff;
}
 80% {
text-shadow:0 45px 0 #fff, 0 45px 0 #000, 0 0px 0 #fff;
}
 100% {
text-shadow:0 45px 0 #fff, 0 45px 0 #000, 0 0px 0 #fff;
}
}
.btn.effect6:hover {
	-webkit-animation: drop .6s 1 linear;
	animation: drop .6s 1 linear;
}
/*--end hover--*/
.banner-bottom1-grid-right {
	text-align: right;
	margin: 10em 0 0;
}
/*-- //more --*/
/*-- //banner-bottom1 --*/
/*-- banner-bottom-position --*/
.banner-bottom-position-grid {
	padding: 0;
	position: relative;
}
.banner-bottom-position-grid-left-pos {
	position: absolute;
	top: 40%;
	right: -55%;
	width: 100%;
}
.banner-bottom-position-grid-left-pos h4 {
	font-size: 2em;
	color: #5F7849;
	font-weight: 600;
	margin: 0;
	font-family: 'Philosopher', sans-serif !important;
	text-transform: capitalize;
}
.banner-bottom-position-gridr p {
	color: #999;
	margin: 16em 0 0;
	line-height: 1.8em;
	font-size: 14px;
	width: 65%;
}
.banner-bottom-position-gridr.right p {
	color: #999;
	margin: 16em 0 0 18em;
	line-height: 1.8em;
	font-size: 14px;
	width: 65%;
}
.banner-bottom-position-gridr h3 {
	font-size: 4em;
	color: #D2D2D2;
	margin: 0;
	letter-spacing: 5px;
}
.banner-bottom-position-gridr.right {
	text-align: right;
	padding-right: 10em;
}
.banner-bottom-position-grid-left-pos.repudiandae {
	right: 80%;
	text-align: right;
}
/*-- //banner-bottom-position --*/
/*-- slider --*/
/*--flexisel--*/
.flex-slider {
	background: #222227;
	padding: 70px 0 165px 0;
}
.opportunity {
	background: #28282e;
	margin: 0px 20px;
	padding: 80px 0;
	position: relative;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 60px;
	height: 115px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: -4%;
	top: 15% !important;
	background: url(../images/) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
	right: 0%;
	top: 15% !important;
	background: url(../images/) no-repeat -66px 0px;
}
/*--//flexisel--*/
/*-- //slider --*/
/*-- contact --*/
.contact {
	background-image: url(../images/footer.jpg);
	background-size: cover;
	background-position: bottom center;
	height: 100vh;
}
.contact_frases {
	height: auto !important;
	padding: 2.2em !important;
}
.contact iframe {
	width: 100%;
	min-height: 500px;
}
.contact h3, h3.title, .portfolio h3, .blog h3 {
	text-align: center;
	font-size: 2em;
	color: #4b4b4b;
	margin: 0 auto;
	padding-bottom: 0.5em;
	width: 30%;
	border-bottom: 7px double #4b4b4b;
}
.contact h3 {
	margin: 0 auto 2em auto!important;
}
.contact-grid {
	text-align: center;
}
.contact-grid i {
	font-size: 2em;
	color: #4b4b4b;
}
.contact-grid h4 {
	font-size: 1.5em;
	color: #5F7849;
	margin: 1em 0;
}
.contact-grid p, .contact-grid a {
	font-size: 1em;
	color: #4b4b4b;
	margin: 0;
	line-height: 1.8em;
}
.contact-grid a {
	text-decoration: none;
}
.contact-grid p span {
	display: block;
}
.contact-grid a:hover {
	color: #000;
}
.footer-copy {
	margin: 2em 0 0;
	text-align: center;
}
.contact_frases .footer-copy {
	margin: 0 !important;
}
.footer-copy p {
	color: #787878;
	margin: 0;
	font-size: 14px;
	line-height: 1.8em;
}
.footer-copy p a {
	display: inline-block;
	padding-top: .5em;
	border-top: 5px double #999;
	text-decoration: none;
	color: #999;
	border-top: 5px double #5F7849;
	color: #5F7849;
}
.footer-copy p a:hover {
	border-top: 5px double #999;
	color: #999;
}
/*-- //contact --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999;
	width: 35px;
	height: 35px;
	border: none;
	text-indent: 100%;
	background: url(../images/top_move.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*--Typography--*/
p.iste {
	color: #999;
}
.well {
	font-weight: 300;
	font-size: 14px;
}
.list-group-item {
	font-weight: 300;
	font-size: 14px;
}
li.list-group-item1 {
	font-size: 14px;
	font-weight: 300;
}
.typo p {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
}
.show-grid [class^=col-] {
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3 {
	margin-bottom: 2em;
}
.xs h3, h3.m_1 {
	color: #000;
	font-size: 1.7em;
	font-weight: 300;
	margin-bottom: 1em;
}
.grid_3 p {
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.grid_4 {
	background: none;
	margin-top: 50px;
}
.label {
	font-weight: 300 !important;
	border-radius: 4px;
}
.grid_5 {
	background: none;
	padding: 2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: 1em;
	color: rgba(95, 120, 73, 1);
	letter-spacing: 1px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #8bc34a;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p {
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #4e4e4e;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.nav-tabs {
	margin-bottom: 1em;
}
.alert {
	font-size: 0.85em;
}
h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
	line-height: 1.8em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl {
	padding: 0;
}
.in-gp-tb {
	padding-right: 0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2 {
	margin: 0 0 10px;
}

@media (max-width:768px) {
.grid_5 {
/*padding: 0 0 1em;*/
}
.grid_3 {
	margin-bottom: 0em;
}
}

@media (max-width:640px) {
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: .5em;
}
.progress {
	height: 10px;
	margin-bottom: 10px;
}
ol.breadcrumb li, .grid_3 p, ul.list-group li, li.list-group-item1 {
	font-size: 14px;
}
.breadcrumb {
	margin-bottom: 10px;
}
.well {
	font-size: 14px;
	margin-bottom: 10px;
}
h2.typoh2 {
	font-size: 1.5em;
}
}

@media (max-width:480px) {
.table h1 {
	font-size: 26px;
}
.table h2 {
	font-size: 23px;
}
.table h3 {
	font-size: 20px;
}
.label {
	font-size: 53%;
}
.alert, p {
	font-size: 14px;
}
.pagination {
	margin: 20px 0 0px;
}
}

@media (max-width: 320px) {
.caption span {
	margin: 0 0 1.5em;
}
.grid_4 {
	margin-top: 18px;
}
h3.title {
	font-size: 1.6em;
}
.alert, p, ol.breadcrumb li, .grid_3 p, .well, ul.list-group li, li.list-group-item1, a.list-group-item {
	font-size: 13px;
}
.alert {
	padding: 10px;
	margin-bottom: 10px;
}
ul.pagination li a {
	font-size: 14px;
	padding: 5px 11px;
}
.list-group {
	margin-bottom: 10px;
}
.well {
	padding: 10px;
}
.nav > li > a {
	font-size: 14px;
}
table.table.table-striped, .table-bordered, .bs-docs-example {
	display: none;
}
}
/*--//Typography --*/
/*-- portfolio --*/
.portfolio-grids {
	margin: 3em 0 0;
}
/******** SAP ************/
.sap_tabs {
	clear: both;
}
.tab_box {
	background: #fd926d;
	padding: 2em;
}
.top1 {
	margin-top: 2%;
}
.resp-tabs-list {
	list-style: none;
	padding: 3em 0 3em;
	margin: 0 auto;
	text-align: center;
}
.resp-tab-item {
	color: #3AA079;
	font-size: 0.9em;
	cursor: pointer;
	padding: 10px 25px;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	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;
	margin: 0 0.5em 0;
}
.resp-tab-active, li.resp-tab-item:hover {
	text-shadow: none;
	color: #fff;
	background: #3AA079;
}
.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;
}
/******** //SAP ************/
/*-- gallery-hover-effect --*/
.view {
	width: 360px;
	height: 360px;
	margin: 10px;
	float: left;
	border: 5px solid rgba(159, 199, 111, 0.44);
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.view_afnj {
	border: 5px solid rgba(212, 118, 63, 0.75)!important;
}
.view_ado {
	border: 5px solid rgba(134, 16, 10, 0.75)!important;
}
.view .mask, .view .content {
	width: 350px;
	height: 350px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
}
.view span.info {
	background: url(../images/search.png) center no-repeat;
	display: inline-block;
	text-decoration: none;
	padding: 0;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
}
.effect img {
	opacity: 1;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.effect .mask {
	opacity: 0;
	overflow: visible;
	border-color: rgba(160, 204, 89, 0.61) transparent transparent transparent;
	border-style: solid;
	border-width: 176px;
	width: 0;
	height: 0;
	-moz-transform: translateY(-165px);
	-webkit-transform: translateY(-165px);
	-o-transform: translateY(-165px);
	-ms-transform: translateY(-165px);
	transform: translateY(-165px);
	-moz-transition: -moz-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
	-o-transition: -o-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
	-ms-transition: -ms-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
	transition: transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
}
.effect .mask_afnj {
	border-color: rgba(212, 118, 63, 0.75) transparent transparent transparent !important;
}
.effect .mask_ado {
	border-color: rgba(134, 16, 10, 0.75) transparent transparent transparent !important;
}
.effect span.info {
	opacity: 0;
	-moz-transform: translateY(-165px);
	-webkit-transform: translateY(-165px);
	-o-transform: translateY(-165px);
	-ms-transform: translateY(-165px);
	transform: translateY(-165px);
	-moz-transition: -moz-transform 0.3s ease-in, opacity 0.1s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in, opacity 0.1s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in, opacity 0.1s ease-in-out;
	-ms-transition: -ms-transform 0.3s ease-in, opacity 0.1s ease-in-out;
	transition: transform 0.3s ease-in, opacity 0.1s ease-in-out;
}
.effect:hover img {
	opacity: 0.7;
	-moz-transform: scale(2, 2);
	-webkit-transform: scale(2, 2);
	-o-transform: scale(2, 2);
	-ms-transform: scale(2, 2);
	transform: scale(2, 2);
}
.effect:hover .mask {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.effect:hover span.info {
	opacity: 1;
	-moz-transform: translateY(125px);
	-webkit-transform: translateY(125px);
	-o-transform: translateY(125px);
	-ms-transform: translateY(125px);
	transform: translateY(125px);
}
.main {
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
}
/*-- //gallery-hover-effect --*/
/*-- //portfolio --*/
/*-- blog --*/
.blog-grid-left, .blog-grid-right {
	padding: 0;
}
.blog-grid-right {
	box-shadow: 1px 1px 7px #E3E1E1;
	-webkit-box-shadow: 1px 1px 7px #E3E1E1;
	-moz-box-shadow: 1px 1px 7px #E3E1E1;
	-o-box-shadow: 1px 1px 7px #E3E1E1;
	-ms-box-shadow: 1px 1px 7px #E3E1E1;
	background: #fff;
	padding: 2em 1em;
	margin: 1em 0 0;
}
.blog-grid-left img {
	border: 5px solid #97CC92;
}
.blog-grid-right a {
	font-size: 1.5em;
	color: #97CC59;
	text-decoration: none;
	text-transform: capitalize;
}
.blog-grid-right a:hover {
	color: #5F7849;
}
.blog-grid-right h4 {
	text-transform: capitalize;
	font-size: 1em;
	color: #000;
	margin: 0.5em 0;
	line-height: 1.8em;
}
.blog-grid-right p {
	font-size: 14px;
	color: #999;
	margin: 0;
	line-height: 1.8em;
}
.m1 {
	margin: 2em 0 0;
}
.blog-grids:nth-child(2) {
	margin: 5em 0 0;
}
.blog-grids:nth-child(3) {
	margin: 5em 0;
}
.paging {
	margin: 3em 0 0;
}
/*-- //blog --*/
/*-- single --*/
.single h3, .testimonials h3, .features h3, .featured-services h3, .sevices-list h3 {
	font-size: 2em;
	color: #5F7849;
	margin: 0;
	text-transform: capitalize;
	letter-spacing: 2px;
	text-align: center;
}
.artical-links {
	padding: 20px 0px;
	border: 1px dashed rgba(45, 9, 3, 0.6);
	border-left: none;
	border-right: none;
}
.artical-links ul li {
	display: inline-block;
	font-size: 14px;
	color: rgba(45, 9, 3, 0.9);
	margin-right: 2em;
}
.artical-links ul li:last-child {
	float: right;
	margin-right: 0;
}
.artical-links ul li a {
	color: rgba(45, 9, 3, 1);
	text-decoration: none;
}
.artical-links ul li a:hover {
	text-decoration: none;
	color: rgba(45, 9, 3, 0.4);
}
.artical-content p {
	color: rgba(45, 9, 3, 1);
	font-size: 17px;
	line-height: 1.5em;
	margin: 2em 0;
}
/*---comment-box----*/
.table-form {
	margin: 2em 0 0;
}
.table-form input[type="text"], .table-form input[type="email"], .table-form textarea {
	border: 1px solid rgba(85, 60, 0, 0.3);
	outline: none;
	padding: 14px;
	color: rgba(85, 60, 0, 1);
	overflow: hidden;
	display: block;
	font-size: 14px;
	background: none;
}
.table-form input[type="text"], .table-form input[type="email"], .table-form textarea, .table-form input[type="submit"], .table-form button, .table-form #error_r {
	margin: 1em 0 1em auto !important;
}
.table-form textarea {
	min-height: 220px;
	resize: none;
	margin: 1em 0;
}
.table-form input[type="submit"], .table-form textarea, .table-form input[type="text"], .table-form input[type="email"], .table-form button, .table-form #error_r {
	width: 70%;
}
.table-form button {
	background: rgba(85, 60, 0, 1);
	color: rgba(248, 245, 238, 1);
	font-size: 1.2em;
	display: block;
	outline: none;
	border: none;
	padding: 0.5em 0;
	text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.table-form button:hover {
	background: rgba(85, 60, 0, 0.5);
}
.top-comment-left {
	float: left;
	width: 13%;
	text-align: center;
	border-right: 7px double rgba(150, 46, 8, 1);
}
.top-comment-left a {
	font-family: 'Poller One', cursive;
	font-size: 4.6em;
	color: rgba(150, 46, 8, 1);
	text-transform: uppercase;
	line-height: 1em;
}
.top-comment-left a:hover {
	color: rgba(150, 46, 8, 0.7)
}
.top-comment-right {
	float: left;
	width: 84%;
	margin-left: 1em;
}
.top-comment-right ul {
	padding: 0;
	margin: 0;
}
.top-comment-right ul li {
	display: inline-block;
	color: #B9B9B9;
	padding: 0.3em;
	font-weight: 500;
}
.top-comment-right ul li a {
	font-family: 'Poller One', cursive;
	text-decoration: none;
	font-size: 1em;
	color: rgba(150, 46, 8, 1);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.top-comment-right ul li a:hover {
	color: rgba(150, 46, 8, 0.5);
}
.top-comment-right p {
	color: rgba(150, 46, 8, 0.9);
	font-size: 14px;
	margin: 0;
	line-height: 1.8em;
}
.top-comment-right ul li span.left-at {
	font-size: 1.2em;
}
.top-comment-right ul li span.right-at {
	font-size: 1em;
}
.comments-top-top {
	margin: 1.5em 0;
	border: 1px solid RGB(255, 138, 96);
	padding: 2em;
	width: 100%;
	background-color: rgba(255, 175, 143, 0.5);
}
.blog-top p {
	font-size: 1em;
	color: #fff;
	line-height: 1.8em;
	text-align: left;
	margin: 1em 0;
}
.artical-links ul {
	padding: 0 0 0 1em;
}
.artical-links ul li span {
	left: -7px;
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.artical-content img {
	margin: 3em 0 0;
}
.comment-grid-top {
	margin: 3em 0;
}
/*-- //single --*/
/*-- about --*/
/*-- effect --*/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 0;
	max-width: 1150px;
	list-style: none;
	text-align: center;
}
/* Common style */
.grid figure {
	position: relative;
	float: none;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2, .grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: rgba(33,33,33,0.5);
}
figure.effect-julia img {
	max-width: none;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-julia figcaption {
	text-align: left;
}
figure.effect-julia h2 {
	position: relative;
	padding: 1em 0 2em;
	color: #fff;
	font-size: 1.5em;
	margin: 0;
	letter-spacing: 2px;
}
figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px, 0, 0);
	transform: translate3d(-360px, 0, 0);
}
figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*-----------------*/
/*-- //effect --*/
.about-grid-right h3 {
	font-weight: 600 !important;
	font-size: 1.4em;
	color: #5F7849;
	letter-spacing: 1px;
	margin: 1em 1em 0 1em;
	line-height: 1.5em;
	float: left;
}
.about-grid-right p {
	font-size: 16px;
	color: #898989;
	margin: 2em 1em;
	line-height: 1.8em;
}
.quartzo-grid-right h3 {
	font-weight: 600 !important;
	font-size: 1.4em;
	color: #5F7849;
	letter-spacing: 1px;
	margin: 1em 1em 0 1em;
	line-height: 1.5em;
	float: left;
}
p.great {
	color: #5F7849;
	margin: 0 1em;
}
.social_icons1 {
	margin: 0 !important;
	text-align: left;
}
.social_icons1 li {
	text-align: center !important;
}
.my-trip {
	background: #D07B59;
	margin: 5em 1em 0;
}
.my-trip-left {
	padding: 2em 0em 3em 3em;
	background: #BD6440;
}
.my-trip-left h3 {
	font-size: 3em;
	color: #fff;
	margin: 0;
}
.my-trip-left h3 span {
	display: block;
	margin: 0.5em 0;
}
.my-trip-rightl {
	float: left;
	width: 30%;
}
.my-trip-rightr {
	float: right;
	width: 60%;
}
.my-trip-rightr p {
	font-size: 14px;
	color: #733B24;
	margin: 0;
	line-height: 1.8em;
}
.my-trip-rightr p span {
	display: block;
	color: #fff;
	margin: 1em 0 0;
	font-size: 1.7em;
}
.my-trip-right {
	padding: 2em 3em;
}
/*-- wmuslider --*/
.wmuSlider {
	position: relative;
	overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article img {
/*--max-width: 100%;
	width: auto;
	height: auto;
	display:block;--*/
}
/* Default Skin */
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	right: 56%;
	top: 75%;
}
ul.wmuSliderPagination {
	padding: 0;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 8px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	background: #E88963;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
}
.wmuSliderPagination a.wmuActive {
	background: #fff;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.banner-wrap {
	padding: 0;
}
/*-- //wmuslider --*/
/*-- testimonials --*/
.testimonials {
	background-color: rgba(241, 232, 214,0.5);
	background-image: url("data:image/svg+xml,%3Csvg width='84' height='48' viewBox='0 0 84 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h12v6H0V0zm28 8h12v6H28V8zm14-8h12v6H42V0zm14 0h12v6H56V0zm0 8h12v6H56V8zM42 8h12v6H42V8zm0 16h12v6H42v-6zm14-8h12v6H56v-6zm14 0h12v6H70v-6zm0-16h12v6H70V0zM28 32h12v6H28v-6zM14 16h12v6H14v-6zM0 24h12v6H0v-6zm0 8h12v6H0v-6zm14 0h12v6H14v-6zm14 8h12v6H28v-6zm-14 0h12v6H14v-6zm28 0h12v6H42v-6zm14-8h12v6H56v-6zm0-8h12v6H56v-6zm14 8h12v6H70v-6zm0 8h12v6H70v-6zM14 24h12v6H14v-6zm14-8h12v6H28v-6zM14 8h12v6H14V8zM0 8h12v6H0V8z' fill='%2392763b' fill-opacity='0.12' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.testimonials-grid1:before {
	content: '';
	background: url(../images/2.png) no-repeat 0px 0px;
	display: block;
	width: 20px;
	height: 28px;
	position: absolute;
	top: 15%;
	left: 100%;
}
.testimonials-grid1-second:before {
	content: '';
	background: url(../images/3.png) no-repeat 0px 0px;
	display: block;
	width: 20px;
	height: 28px;
	position: absolute;
	top: 15%;
	left: -6%;
}
.testimonials-grid1 h4 {
	font-size: 1.5em;
	color: #5F7849;
	margin: 0;
	letter-spacing: 2px;
}
.testimonials-grid1 h4 span {
	color: #C3C3C3;
	font-size: 0.6em;
}
.testimonials-grid1 {
	background-color: rgba(228, 228, 202, 0.9);
	padding: 2em;
	position: relative;
	box-shadow: 1px 1px 7px #BDBDBD;
	-webkit-box-shadow: 1px 1px 7px #BDBDBD;
	-moz-box-shadow: 1px 1px 7px #BDBDBD;
	-o-box-shadow: 1px 1px 7px #BDBDBD;
	-ms-box-shadow: 1px 1px 7px #BDBDBD;
}
.testimonials-grid p {
	color: #999;
	font-size: 14px;
	margin: 1em 0 0;
	line-height: 1.8em;
}
.testimonials-grd .afnj h4, .testimonials-grd .afnj p {
	color: rgba(83, 54, 4, 1);
}
.testimonials-grd .afnj h4 span {
	color: rgba(83, 54, 4, 0.6);
}
.testimonials-grids {
	margin: 3em 0;
}
.testimonials-grd-right, .testimonials-grid {
	padding: 0;
}
.testimonials-grd-right img {
	margin: 0 auto;
}
/*-- //testimonials --*/
/*-- about --*/
/*-- features --*/
.services-grids {
	margin: 3em 0 0;
}
.services-grid-left {
	background: #f57c9d;
	padding: 1.1em 0.5em;
	text-align: center;
	color: #f8f5ee;
}
.services-grid-left span {
	font-size: 1.5em;
	color: #B7B7B7;
	top: 2em;
}
.services-grid-left p {
	background-color: rgba(224, 98, 131, 0.7);
}
.services-grid-right {
	background: #f8f5ee;
	padding: 1em;
	box-shadow: 1px 1px 7px #E3E1E1;
	-webkit-box-shadow: 1px 1px 7px #E3E1E1;
	-moz-box-shadow: 1px 1px 7px #E3E1E1;
	-o-box-shadow: 1px 1px 7px #E3E1E1;
	-ms-box-shadow: 1px 1px 7px #E3E1E1;
	margin-bottom: 10px;
}
.services-grid-right h4 {
	text-transform: capitalize;
	font-size: 1.1em;
	color: #5F7849;
	margin: 0;
}
.services-grid-right p {
	font-size: 14px;
	color: rgba(45, 9, 3, 1);
	line-height: 1.8em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*-- featured-services --*/
.featured-services-grd {
	text-align: center;
	box-shadow: 3px 3px 7px #c7bcb3;
	-webkit-box-shadow: 3px 3px 7px #c7bcb3;
	-moz-box-shadow: 3px 3px 7px #c7bcb3;
	-o-box-shadow: 3px 3px 7px #c7bcb3;
	-ms-box-shadow: 3px 3px 7px #c7bcb3;
	padding: 2em 1em;
	background-color: rgb(243, 240, 230);
	font-family: 'Philosopher', sans-serif;
	background-image: url(../images/lotus_margareth.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.featured-services-grd_color02 {
	background-color: rgb(244, 235, 238) !important;
}
.featured-services-grd span {
	font-size: 2em;
	color: rgba(253, 72, 63, 1);
}
.featured-services-grd h4 {
	text-transform: capitalize;
	font-size: 1.1em;
	color: rgba(45, 9, 3, 1);
	letter-spacing: 1px;
	margin: 1em 0;
}
.featured-services-grd p {
	font-size: 14px;
	color: #999;
	line-height: 1.8em;
	margin: 0 0 2em;
}
.featured-services-grids {
	margin: 3em 0 0;
}
/*-- //featured-services --*/
/*-- sevices-list --*/
.sevices-list-grids {
	margin: 3em 0 0;
}
.sevices-list-grid ul {
	padding: 0 0 0 1em;
}
.sevices-list-grid ul li {
	list-style-type: none;
	background: url(../images/4.png) no-repeat 0px 7px;
	display: block;
	padding-left: 1.5em;
	margin: 0 0 0.6em;
}
.sevices-list-grid ul li a {
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	color: #999;
	text-decoration: none;
}
.sevices-list-grid ul li a:hover {
	color: #5F7849;
}

/*-- //sevices-list --*/
/*-- //features --*/
/*-----start-responsive-design------*/
@media (max-width:1280px) {
.logo {
	margin: 6em 0 4em;
}
.banner-bottom-position-grid-left-pos {
	right: -70%;
}
.banner-bottom-position-gridr {
	padding: 0 1em 0 5em;
}
.banner-bottom-position-gridr p {
	width: 80%;
}
.banner-bottom-position-gridr.right p {
	margin: 16em 0 0 6em;
	width: 85%;
}
}

@media (max-width:1024px) {
.testimonials-grid {
	margin-bottom: 50px;
}
.testimonials-grid1-second:before {
	background: none;
}
.navbar-nav {
	margin-left: 4em;
}
.banner_top_right i {
	right: -16em;
}
.logo a {
	font-size: 5em;
}
.dummy_text {
	width: 80%;
}
.banner-bottom-position-grid-left-pos h4 {
	font-size: 1.7em;
}
.banner-bottom-position-gridr h3 {
	font-size: 3em;
}
.banner-bottom-position-gridr p {
	width: 100%;
	margin: 13em 0 0;
}
.banner-bottom-grid-box {
	padding: 1.4em;
}
.banner-bottom-grid-box h1, .banner-bottom-grid-box h2 {
	font-size: 1.4em;
}
.banner-bottom-position-gridr.right p {
	margin: 8em 0 0 0em;
	width: 100%;
}
figure.effect-julia img {
	max-width: 100%;
}
.testimonials-grid1-second:before {
	left: -7%;
}
.testimonials-grid1 {
	padding: 1em;
}
.banner-bottom, .banner-bottom-position, .slider, .sevices-list, .featured-services, .contact, .typo, .portfolio, .blog, .single, .about, .features {
	padding: 4em 0;
	height: auto;
}
.about-grid-right {
	margin: 2em 0 0;
}
.contact iframe {
	min-height: 400px;
}
/*-- portfolio --*/
.view {
	width: 293px;
	height: 293px;
}
.effect .mask {
	border-width: 142px;
}
.view .mask, .view .content {
	width: 287px;
	height: 287px;
}
.effect:hover span.info {
	-moz-transform: translateY(105px);
	-webkit-transform: translateY(105px);
	-o-transform: translateY(105px);
	-ms-transform: translateY(105px);
	transform: translateY(105px);
}
.resp-tabs-list {
	padding: 0em 0 2em;
}
/*-- //portfolio --*/
.blog-grid-right {
	padding: 1em 1em;
	margin: 0;
}
.blog-grid-right a {
	font-size: 1.2em;
}
.effect6 {
	line-height: 20px ! important;
	padding: 11px 40px;
	font-size: 14px;
}
.single h3, .testimonials h3, .features h3, .featured-services h3, .sevices-list h3 {
	font-size: 1.7em;
}
}

@media (max-width:768px) {
#semente_do_dia .controles_video {
	display: none;
}
.banner_top_left p {
	font-size: 14px;
}
.banner_top_right {
	width: 40%;
}
.navbar-default .navbar-nav > li > a {
	font-size: 1em;
	letter-spacing: 1px;
	padding: 15px 20px 0;
}
.cl-effect-14 a {
	height: 54px;
}
.navbar-nav {
	margin-left: 2em;
}
.logo {
	margin: 3em 0 4em;
}
.dummy_text p {
	font-size: 1.1em;
}
.banner-bottom-position-grid {
	float: left;
	width: 60%;
}
.banner-bottom-position-gridr {
	float: right;
	width: 40%;
	padding: 0 1em 0 1em;
}
.banner-bottom-position-gridr h3 {
	font-size: 2em;
}
.banner-bottom-position-grid-left-pos h4 {
	font-size: 1.4em;
}
.banner-bottom-position-grid-left-pos {
	top: 30%;
}
.banner-bottom-position-gridr p {
	margin: 8em 0 0;
}
.banner-bottom-grid {
	float: left;
	width: 50%;
}
.banner-bottom-grid:nth-child(3) {
	margin: 3em 0 0;
}
.banner-bottom1-grids {
	padding: 2em 1em;
}
.banner-bottom1-grid-right {
	text-align: left;
	margin: 1.5em 0 0;
}
.banner-bottom-position-grid-left-pos.repudiandae {
	right: -60%;
	text-align: left;
}
.banner-bottom-position-gridr.right {
	text-align: left;
	padding-right: 0;
}
.banner-bottom-position-grid-left-pos {
	right: -62%;
}
.banner-bottom, .banner-bottom-position, .slider, .sevices-list, .featured-services, .contact, .typo, .portfolio, .blog, .single, .about, .features {
	padding: 3em 0;
}
.btn_afnj {
	margin-top: 0px;
}
.contact h3 {
	margin: 1em auto 2em !important;
}
.contact h3, h3.title, .portfolio h3, .blog h3 {
	width: 28%;
}
.contact-grid {
	float: left;
	width: 33.33%;
}
.contact-grid i {
	font-size: 1.5em;
}
.contact-grid h4 {
	font-size: 1.3em;
}
.contact-grid p, .contact-grid a {
	font-size: 14px;
}
.about-grid-right {
	margin: 2em 0 0;
}
.my-trip {
	margin: 3em 0em 0;
}
.my-trip-left h3 {
	font-size: 2.5em;
}
.my-trip-right {
	padding: 1.5em 1em;
}
.my-trip-rightr {
	width: 65%;
}
.my-trip-rightr p span {
	font-size: 1.5em;
}
.contact iframe {
	min-height: 325px;
}
.services-grid:nth-child(2) {
	margin: 2em 0;
}
.services-grid-left {
	min-height: 7.5em;
}
.featured-services-grid {
	float: left;
	width: 50%;
}
.featured-services-grid:nth-child(2) {
	margin: 0 0 2em;
}
.featured-services-grid:nth-child(4) {
	margin: 0 0 2em;
}
.sevices-list-grid {
	float: left;
}
/*-- portfolio --*/
.view {
	width: 220px;
	height: 220px;
}
.view .mask, .view .content {
	width: 210px;
	height: 210px;
}
.effect .mask {
	border-width: 105px;
}
.effect:hover span.info {
	-moz-transform: translateY(70px);
	-webkit-transform: translateY(70px);
	-o-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transform: translateY(70px);
}
/*-- //portfolio --*/
.blog-grid-right {
	margin: 3.5em 0 0;
}
.blog-grid:nth-child(2) {
	margin: 2em 0;
}
.blog-grids:nth-child(3) {
	margin: 0;
}
.comments-top-top {
	width: 90%;
}
.table-form input[type="submit"], .table-form textarea, .table-form input[type="text"], .table-form input[type="email"] {
	width: 90%;
}
}

@media (max-width:767px) {
.navbar-toggle {
	float: none;
	margin: 0 0 0 19.5em;
}
.navbar-default .navbar-toggle i {
	color: #fff;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-nav {
	margin: 2em 0 0;
	padding: 2em;
	text-align: center;
	background: rgba(119, 119, 119, 0.5);
}
.navbar-default .navbar-nav > li > a {
	padding: 15px 0px 0;
}
.cl-effect-14 a::after {
	right: 44%;
}
.cl-effect-14 a::before {
	left: 44%;
}
.navbar-collapse {
	box-shadow: none;
}
.logo {
	margin: 1em 0 4em;
}
}

@media (max-width:736px) {
.banner_top_right i {
	right: -15em;
}
.features .container {
	background-image: url(../images/lotus_oraculo_50.png);
}
}

@media (max-width:667px) {
.banner_top_right i {
	right: -13em;
}
.banner_top_left p span {
	font-size: 1.2em;
}
.navbar-toggle {
	margin: 0 0 0 19em;
}
}

@media (max-width: 640px) {
.logo a {
	font-size: 4em;
}
.navbar-nav {
	margin: 1em 0 0;
}
.navbar-toggle {
	margin: 0 0 0 17.5em;
}
.banner_top {
	margin: 1.5em 0 1em;
}
.dummy_text {
	margin: 50px auto;
	width: 90%;
}
.logo {
	margin: 1em 0 3em;
}
.social_icons {
	margin: 3em;
}
.banner-bottom-position-gridr p {
	margin: 6em 0 0;
}
.social_icons_sub p, .social_icons_sub1 p {
	width: 90%;
	margin: 1em auto 0;
}
.social_icons_sub, .social_icons_sub1 {
	margin: 0 !important;
}
.banner-bottom-position-gridr.right p {
	margin: 6em 0 0 0em;
}
.contact h3, h3.title, .portfolio h3, .blog h3 {
	font-size: 1.7em;
	border-bottom: 5px double #4b4b4b;
}
.my-trip-left {
	padding: 2em 0em 3em 2em;
}
.my-trip-left h3 {
	font-size: 2em;
}
.my-trip-rightl {
	width: 20%;
}
.my-trip-rightr {
	width: 77%;
}
.my-trip-rightr p span {
	font-size: 1.1em;
	margin: 0.5em 0 0;
}
.my-trip-rightr p {
	font-size: 13px;
}
.wmuSliderPagination {
	right: 54%;
	top: 60%;
}
figure.effect-julia img {
	width: 100%;
}
.testimonials-grid1-second:before {
	left: -3.5%;
}
.resp-tab-item {
	font-size: 0.8em;
	padding: 6px 11px;
}
.view {
	margin: 5px;
	width: 187px;
	height: 187px;
	border: 3px solid rgba(159, 199, 111, 0.44);
}
.view .mask, .view .content {
	width: 180px;
}
.effect .mask {
	border-width: 92px;
}
.effect:hover span.info {
	-moz-transform: translateY(55px);
	-webkit-transform: translateY(55px);
	-o-transform: translateY(55px);
	-ms-transform: translateY(55px);
	transform: translateY(55px);
}
.blog-grid-right {
	margin: 2.5em 0 0;
}
.artical-links ul li {
	margin-right: 1em;
}
.top-comment-right {
	float: right;
	width: 81%;
	margin-left: 0;
}
.comments-top-top {
	padding: 1.5em;
}
}

@media (max-width: 600px) {
.banner_top_right i {
	right: -12em;
}
.navbar-toggle {
	margin: 0 0 0 16em;
}
}

@media (max-width:568px) {
.banner_top_left p {
	font-size: 15px;
	padding: 0.8em 0 0 5.5em;
}
.banner_top_left p span {
	font-size: 1.1em;
}
.banner_top_right i {
	right: -11em;
}
.navbar-toggle {
	margin: 0 0 0 15em;
}
}

@media (max-width:480px) {
.features .container {
	background-image: url(../images/lotus_oraculo_20.png);
	background-size: cover;
}
#semente_do_dia h3 {
	padding: 0;
}
#semente_do_dia p {
	padding: 0 0 10px 0;
}
.about_holos {
	height: auto;
	padding: 5em 0;
}
#frase_holos:before {
	content: "";
}
.table-form button, .table-form #error_r {
	width: 100%;
}
.flower_page #sunflower_position {
	left: -18px !important;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	height: 40px;
	font-size: 18px;
}
.banner_top_left {
	float: none;/*text-align: center;*/
}
.banner_top_left p:before {
/*left: 17%;*/
}
.banner_top_right {
	float: none;
	width: 70%;
	margin: 3em auto 0;
}
.banner_top_right input[type="text"] {
	padding: 10px 45px 12px 8px;
	font-size: 13px;
}
.banner_top_right i {
	right: -19em;
	font-size: .9em;
	top: -2em;
}
.navbar-toggle {
	margin: 0 0 0 12.4em;
}
.navbar-default .navbar-nav > li > a {
	font-size: 14px;
}
.cl-effect-14 a::before {
	left: 41%;
}
.cl-effect-14 a::after {
	right: 41%;
}
.logo a {
	font-size: 3em;
}
.dummy_text {
	margin: 30px auto;
	width: 100%;
}
.logo {
	margin: 1em 0 2em;
}
.dummy_text p {
	font-size: 14px;
}
.social_icons {
	margin: 2em;
}
.banner-bottom, .banner-bottom-position, .slider, .sevices-list, .featured-services, .contact, .typo, .portfolio, .blog, .single, .about, .features {
	padding: 2em 0;
}
.flexbox-slider {
	height: 250px !important;
}
.banner-bottom-position-grid {
	float: none;
	width: 100%;
}
.banner-bottom-position-grid-left-pos {
	right: -40%;
	width: 85%;
	top: 50%;
}
.banner-bottom-position-grid-left-pos h4 {
	font-size: 1.2em;
}
.banner-bottom-position-gridr {
	float: none;
	width: 100%;
	padding: 2em 1em 0;
}
.banner-bottom-position-gridr p {
	margin: 2em 0 0;
}
.banner-bottom-grid {
	float: none;
	width: 80%;
	margin: 0 auto;
}
.banner-bottom-grid:nth-child(2) {
	margin: 2em auto;
}
.banner-bottom-grid:nth-child(3) {
	margin: 0 auto;
}
.banner-bottom1-grids {
	padding: 1.5em 0.5em;
}
.banner-bottom1-grid-left h3 {
	font-size: 1.2em;
}
.effect6 {
	line-height: 17px ! important;
	padding: 20px 10px;
	font-size: 14px;
	width: 100%;
}
.sliderfig-grid img {
	width: 100%;
}
.banner-bottom-position-gridr.right {
	padding: 0 1em 2em;
}
.banner-bottom-position-gridr.right p {
	margin: 2em 0 0 0em;
}
.banner-bottom-position-grid-left-pos.repudiandae {
	right: -42%;
	text-align: left;
	top: 15%;
}
.contact-grid i {
	font-size: 1.2em;
}
.contact-grid h4 {
	font-size: 1.1em;
}
.contact-grid, .about-grid-left {
	padding: 0;
}
.about-grid-right h3 {
	font-size: 1.3em;
}
.about-grid-right p {
	margin: 1.5em 0 1em;
}
.my-trip-left {
	float: none;
	width: 100%;
	text-align: center;
	padding: 2em 0;
}
.my-trip-right {
	float: none;
	width: 100%;
}
.wmuSliderPagination {
	right: 83%;
	top: 84%;
}
.testimonials {
	padding: 2em 0;
}
.testimonials-grids {
	margin: 2em 0 0;
}
.testimonials-grid1 h4 {
	font-size: 1.3em;
	letter-spacing: 1px;
}
.testimonials-grid1-second:before {
	left: -5.5%;
}
.services-grid-left span {
	top: 1.6em;
}
/*-- portfolio --*/
.view {
	margin: 10px 14px;
}
.main {
	padding: 0;
}
/*-- //portfolio --*/
.blog-grid {
	padding: 0;
}
.blog-grid-right {
	margin: 0;
}
.blog-grids:nth-child(2) {
	margin: 3em 0 0;
}
.paging {
	margin: 1em 0 0;
}
.single h3, .testimonials h3, .features h3, .featured-services h3, .sevices-list h3 {
	font-size: 1.5em;
	letter-spacing: 1px;
}
.artical-content img {
	margin: 2em 0 0;
}
.artical-links ul li {
	margin-right: 2em;
}
.artical-links ul li:first-child {
	display: none;
}
.artical-links ul li:last-child {
	display: none;
}
.comments-top-top {
	width: 100%;
}
.table-form input[type="submit"], .table-form textarea, .table-form input[type="text"], .table-form input[type="email"] {
	width: 100%;
}
}

@media (max-width: 414px) {
.banner_top_right {
	width: 83%;
}
.navbar-toggle {
	margin: 0 0 0 10.1em;
}
.banner-bottom-grid {
	width: 100%;
}
.contact h3, h3.title, .portfolio h3, .blog h3 {
	width: 70%;
}
.contact-grid {
	float: none;
	width: 100%;
}
.contact-grid:nth-child(3) {
	margin: 1em auto;
}
.grid figure {
	width: 100%;
	height: auto;
}
.grid figure figcaption {
	padding: 1em;
}
.services-grid-left {
	min-height: 8.9em;
}
.services-grid-left span {
	top: 2em;
}
.featured-services-grid {
	float: none;
	width: 80%;
	margin: 0 auto;
}
.featured-services-grid:nth-child(2) {
	margin: 2em auto;
}
.featured-services-grid:nth-child(4) {
	margin: 2em auto 0;
}
.featured-services-grid:nth-child(5) {
	margin: 2em auto 0;
}
.resp-tab-item {
	margin: 0 0.1em 0;
}
/*-- portfolio --*/
.portfolio-grids {
	margin: 2em 0 0;
}
.view {
	width: 250px;
	height: 250px;
	margin: 10px 60px;
}
.effect .mask {
	border-width: 122px;
}
.view .mask, .view .content {
	width: 244px;
}
.effect:hover span.info {
	-moz-transform: translateY(77px);
	-webkit-transform: translateY(77px);
	-o-transform: translateY(77px);
	-ms-transform: translateY(77px);
	transform: translateY(77px);
}
/*-- //portfolio --*/
.blog-grid-left img {
	border: 3px solid #97CC92;
}
.blog-grid-left {
	margin: 2.5em 0 0;
}
.artical-links ul li:nth-child(3) {
	margin-top: 1em;
}
.banner_top_left p:before {
/*left: 11%;*/
}
}

@media (max-width:384px) {
.banner_top_left p:before {
/*left: 8%;*/
}
.banner_top_right i {
	right: -17em;
}
.navbar-toggle {
	margin: 0 0 0 9.1em;
}
.logo {
	margin: 0em 0 2em;
}
.banner-bottom-position-grid-left-pos h4 {
	font-size: 1em;
}
}

@media (max-width:320px) {
.banner_top {
	margin: 1em 0 1em;
}
.banner_top_right {
	width: 100%;
	margin: 1em auto -1em;
}
.navbar-toggle {
	margin: 0 0 0 7.1em;
}
.navbar-default .navbar-nav > li > a {
	padding: 12px 0px 0;
	font-size: 13px;
}
.cl-effect-14 a {
	height: 45px;
}
.cl-effect-14 a::before {
	left: 37%;
}
.cl-effect-14 a::after {
	right: 37%;
}
.logo a {
	font-size: 2em;
}
.logo span {
	font-size: .3em;
	letter-spacing: 3px;
}
.dummy_text p {
	font-size: 13px;
}
.social_icons ul li {
	margin: 0;
}
.social_icons {
	margin: 1em 0 0;
}
.banner-bottom-position-grid-left-pos h4 {
	font-size: 14px;
	line-height: 1.5em;
}
.banner-bottom-position-gridr p {
	margin: 1em 0 0;
	font-size: 13px;
}
.banner-bottom-position-gridr h3 {
	font-size: 1.5em;
}
.social_icons_sub p, .social_icons_sub1 p {
	margin: 0em auto 0;
	font-size: 13px;
}
.social_icons_sub, .social_icons_sub1 {
	top: 15%;
}
.banner-bottom-grid1 {
	padding: 1em;
}
.banner-bottom-grid1 h3, .banner-bottom-grid-box h1, .banner-bottom-grid-box h2 {
	font-size: 1.2em;
}
.artical-content p {
	font-size: 13px;
	margin: 1em 0;
}
.comment-grid-top {
	margin: 2em 0;
}
.banner-bottom-grid1 p, .contact-grid p, .blog-grid-right p, .artical-links ul li, .featured-services-grd p, .sevices-list-grid ul li a, .contact-grid a, .footer-copy p, .services-grid-right p, .about-grid-right p, .testimonials-grid p {
	font-size: 13px;
}
.comments-top-top {
	padding: 1em;
}
.top-comment-left {
	width: 25%;
}
.table-form textarea {
	min-height: 170px;
}
.table-form input[type="submit"], .table-form textarea, .table-form input[type="text"], .table-form input[type="email"] {
	padding: 10px;
	font-size: 13px;
}
.top-comment-right ul li span.left-at, .top-comment-right p {
	font-size: 13px;
}
.top-comment-right {
	width: 65%;
}
.artical-content img {
	margin: 1em 0 0;
}
.single h3, .testimonials h3, .features h3, .featured-services h3, .sevices-list h3 {
	font-size: 1.2em;
}
.services-grid-left {
	min-height: 8.5em;
}
.sevices-list-grid ul {
	padding: 0;
}
.featured-services-grid {
	width: 100%;
}
.featured-services-grids, .services-grids, .sevices-list-grids {
	margin: 2em 0 0;
}
.testimonials-grd {
	padding: 0 0.5em 0;
}
.resp-tab-item {
	font-size: 0.7em;
	padding: 4px 5px;
}
.resp-tabs-list {
	padding: 0em 0 1em;
}
.view {
	margin: 10px 12px;
}
.blog-grid-left {
	margin: 0 auto;
	float: none;
	width: 80%;
}
.blog-grid-right h4 {
	font-size: 14px;
}
.blog-grid-right {
	float: none;
	text-align: center;
	width: 100%;
}
.testimonials-grid1-second:before {
	left: -8.5%;
}
.my-trip-left h3 {
	font-size: 1.5em;
}
.my-trip-rightl {
	width: 35%;
}
.my-trip-rightr {
	width: 59%;
}
.wmuSliderPagination {
	right: 71%;
	top: 56%;
}
figure.effect-julia h2 {
	font-size: 1em;
}
figure.effect-julia p {
	font-size: 60%;
}
.banner-bottom-grid-box p {
	margin: 0.5em 0 0;
	font-size: 13px;
}
.banner-bottom1-grid-left, .banner-bottom1-grid-right, .about-grid-right, .services-grid {
	padding: 0;
}
.banner-bottom1-grid-left h3 {
	font-size: 1.1em;
	line-height: 1.5em;
}
.banner-bottom1-grid-left h3:before {
	width: 55%;
}
.banner-bottom1-grid-left h3:after {
	width: 55%;
	top: 82%;
}
.banner-bottom1-grid-left p {
	margin: 0;
	font-size: 13px;
}
.social_icons_sub1 {
	top: auto !important;
}
.banner-bottom-position-gridr.right p {
	font-size: 13px;
	margin: 1.5em 0 0 0em;
}
.contact iframe {
	min-height: 215px;
}
.contact h3, h3.title, .portfolio h3, .blog h3 {
	font-size: 1.5em;
}
.contact h3 {
	margin: 1em auto 1.5em !important;
}
.about-grid-right {
	margin: 1em 0 0;
}
.about-grid-right h3 {
	font-size: 1.1em;
}
.testimonials-grid1 h4 {
	font-size: 1.1em;
}
}
/* inusitado */
.head_inusitado {
	height: 200px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.single h3 {
	background-color: rgba(255,255,255,0.8);
	padding: 20px;
}
.single h3 p {
	background-color: rgba(255,255,255,0.2);
}
.single p {
	background-color: rgba(255,255,255,0.9);
	padding: 20px;
	margin: 0;
}
.single .artical-links {
	background-color: rgba(255,255,255,0.7);
	padding: 20px;
	margin: 0;
}
/* //inusitado  */
/* frases */
.btn_frases {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 12px;
	color: rgba(45, 9, 3, 1);
}
.btn_frases:hover {
	color: rgba(45, 9, 3, 0.3);
}
