/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;  max-width: 100%; overflow-x: hidden;   overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch; } /*overflow-x: hidden;*/
body {font-family: 'Merriweather', serif!important; background: url("../images/pattern-body.jpg")!important; }


#wrap {min-height: 100%;}

#main {/*overflow:auto;*/
	padding-bottom: 180px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -180px; /* negative value of footer height */
	height: 180px;
	clear:both;} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

footer .container {
    overflow: hidden; }

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.col-md-6 h3.uppercase {
    display: inline-flex;
}


@media (max-width: 1080px) and (min-width: 768px) {
	.container {
    width: 100%;
    padding-left: 25px !important;
    padding-right: 25px !important;
	}	
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    font-weight: 400;
}

a {
    color: #1f1f1f;
    transition: .3s;
}


p {
    font-family: 'lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
	font-style: normal;
    font-size: 14px;
    color: #6b6b6b;
    line-height: 22px;
    margin-bottom: 18px;
    text-align: justify;
}

/*header*/

header {
	height: 70px;
	background: #020201;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999999;
}
#index-blog header {
    background: #f6f6f6;
    height: 50px;
    position: relative;
    overflow: hidden;
	 z-index: 2;
}

#index-blog header h1 {
    line-height: 135px;
}
.logo h1 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    line-height: 70px;
}

.logo {
    position: relative;
    top: 5px;
    left: 40px; }
 
#index-blog header h1 a span {
    color: #d72524;
}

.head-weather {
    display: table;
    float: right;
}

.head-weather ul {
    padding: 0;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}



.head-weather li {
   /* float: left;
    list-style: none;
    position: relative;
    border-right: 1px solid #f0f0f0;
    padding: 31px 0;
    padding-left: 105px;
    padding-right: 50px;
    margin: 0;*/
	
	float: left;
    list-style: none;
    position: relative;
    border-right: 1px solid #f0f0f0;
    padding: 15px 0;
    /* padding-left: 105px; */
    padding-right: 10px; /*mod 20*/
    margin: 0;
}

.head-weather li i {
    font-size: 25px;
  /*  position: absolute;*/
    left: 29px;
    top: 15px;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.head-weather li h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #1F1F1F;
    margin: -40px 0 8px; /*mod*/
}

.head-weather li a {
    font-size: 13px;
    color: #888;
	font-weight: 100;
}

.head-weather li a span {
    padding: 3px;
	color: #66754c;
	opacity:0.5;
}


/*weather*/

.blockBody {
  margin-top: -2px!important;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: left;
}

.blockBody #location {
    color: #66754c;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    float: left;
	padding:0;
	visibility: hidden; /*add - esconder localidade*/
}



#owm-temp {
	font-family: 'lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
   color: #66754c;
   display: inline-block;
   font-size: 16px;
   font-weight: 800;
   margin: 0;
   padding: 0 38px 0 10px;
   vertical-align: top;
}

.services-list li {
    /* margin-bottom: 20px; */
    color: #777;
    list-style: initial;
    list-style-position: inside;
    margin-bottom: 20px;
    color: chocolate!important;
    list-style: initial;
    list-style-position: outside;
}

.additional {
  display: inline-block;
  padding: 0 20px;
  vertical-align: top;
}

.icon-block {
  display: inline-block;
  padding: 0 20px;
}


/* navigation */

nav { height: 95px;  background: #f6f6f6;}

#index-blog nav ul {
	margin: 0 -30px;
}

/* 2.1. Menu Styles */

#nav_menu,
#nav_menu ul,
#nav_menu ul li,
#nav_menu ul li a,
#nav_menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

 #nav_menu > ul > li:nth-child(1) > a{ padding: 0;}
 
#nav_menu:after,
#nav_menu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#nav_menu #menu-button {
	display: none;
	font-size: 0 !important;
}

#nav_menu {
	width: auto;
	line-height: 1;
}

#nav_menu > ul > li {
	float: left;
}

#nav_menu > ul > li a span {
	font-size: 8px;
	position: relative;
	top: -4px;
}

#nav_menu.align-center > ul {
	font-size: 0;
	text-align: center;
}

#nav_menu.align-center > ul > li {
	display: inline-block;
	float: none;
}

#nav_menu.align-center ul ul {
	text-align: left;
}

#nav_menu.align-right > ul > li {
	float: right;
}

#nav_menu.align-right ul ul {
	text-align: right;
}

#nav_menu > ul > li > a {
	padding: 0 30px; /*mod*/
	font-weight:600;
	font-size: 13px;/*mod*/
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	color: #6e6e6e;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}


#nav_menu > ul > li:nth-child(2) > a{ color: #66754c;}
#nav_menu > ul > li:nth-child(3) > a{ color: brown;}
#nav_menu > ul > li:nth-child(4) > a{ color: chocolate;}
#nav_menu > ul > li:nth-child(5) > a{ color: darkcyan;}
#nav_menu > ul > li:nth-child(6) > a{ color: blueviolet;}

#nav_menu > ul > li {padding-bottom: 21px;}
#nav_menu .ico-nav    { display: block; margin: 10px auto;}  


#nav_menu > ul > li:hover > a,
#nav_menu > ul > li.active > a {
	opacity:0.7;
}

#nav_menu ul ul {
	position: absolute;
	left: -9999px;
	background: rgba(0,0,0,0.9);
	padding: 18px 0;
	width: 100px;
	min-width: 230px;
	max-width: 400px;
	transition: .3s;
	top: 80px;
}

#nav_menu li:hover > ul {
	left: auto;
	top: 70px !important;
	transition: .3s;
}

#nav_menu.align-right li:hover > ul {
	right: 0;
}

#nav_menu ul ul ul {
	margin-left: 100%;
	top: -1px;
	background: rgba(0,0,0,0.8);
	min-width: 150px;
	max-width: 400px;
	top: -15px;
	transition: .3s;
}

#nav_menu ul ul li:hover > ul {
	left: auto;
	top: 0px !important;
	transition: .3s;
}

#nav_menu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#nav_menu ul ul li a {
	text-transform: uppercase;
	padding: 12px 0px;
	font-size: 10px;
	margin: 0 30px;
	text-decoration: none;
	color: #6e6e6e;
	border-bottom: 1px solid rgba(38,38,38,0.9);
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

#nav_menu ul ul li:last-child a {
	border-bottom: none;
}

#nav_menu ul ul li:hover > a,
#nav_menu ul ul li a:hover {
	color: #ffffff;
}

#nav_menu ul li:nth-child(6) ul ul {
	margin-left: -230px;
	top: -1px;
	background: rgba(0,0,0,0.7);
	min-width: 230px;
	max-width: 400px;
	top: -15px;
	transition: .3s;
}

.search {
	margin-left: 30px;
}

.search span {
	color: #6e6e6e;
	line-height: 70px;
}

.search-blog {
   /* border-right: 1px solid #eee;
    border-left: 1px solid #eee;*/
    padding: 18px 30px;
}

.search-blog form {
    width: 100%;
    height: 33px;
    background-color: #eee;
    border: solid 1px #eee;
}

input[type="search"]{
outline:none
}

.search-blog form input {
    border: medium none;
    background: transparent;
    height: 32px;
    padding: 5px 15px;
    width: 88%;
    color: #858585;
    font-size: 13px;
    font-family: lato;
}

.search-blog form button {
    color: brown;
    width: 22%;
    height:33px;
    background: none;
    background: #eee;/*add*/
    position: absolute;/*add*/
    border: none;
    line-height: 33px;
    text-align: center;
    float: right;
    top: 18px;
}

input[type="search"] {
    -webkit-appearance: none;
}

/* redes sociais */


.head-social {
	padding: 17px 30px 14px;
	 margin: -14px 0 0;
}

.col-md-10.nt-info {
    top: -13px;
}

.head-social a {
    color: #9E9E9E;
    font-size: 13px;
    /* margin-right: 32px; */
}

.head-social a:hover {
	color: #1f1f1f;
}

.head-social a:nth-child(5) {
	margin-right: 0;
}


/*ticker bar home noticias*/


#index-blog nav .row, .news-ticker .row {
	margin-right: 0;
}

#index-blog nav .col-md-3, .news-ticker .col-md-3 {
	padding: 0;
}

.news-ticker {
	background: rgba(255,255,255,.3);
	height: 54px;
	border-bottom: 1px solid #f3f3f3;
}

h4.feed-item-title {
    margin-top: 13px;
    font-size: 15px;
	padding-left: 3%;
}

.rss2html-note {
    visibility: hidden;
}

.vticker {
	width: 100%;
	position: relative;
	top: -11px;
}

.vticker ul {
	padding: 0;
	padding-left: 165px;
	margin-top: -35px;
}

.vticker li {
	list-style: none;
	font-size: 14px;
	color: #6b6b6b;
	font-family: lato;
	padding: 0;
}

.vticker li a {
	color: #6b6b6b;
}

.vticker li span {
	margin-left: 3px;
	font-size: 12px;
	color: #9e9e9e;
}

.nt-info h3 {
	/*width: 135px;
	height: 24px;
	background: #d72524;
	padding-left: 15px;
	font-size: 10px;
	letter-spacing: 0.05em;
	color: #fff;
	text-transform: uppercase;
	line-height: 24px;
	float: left;
	position: relative;
	margin-top: 15px;*/
	font-size: 16px;
    padding: 16px;
    margin-top: 0;
    top: 0;
    width: 220px;/*mod*/
    color: #66754c;
}

.nt-info h3:before {
	/*content: "";
	border-width: 12px;
	position: absolute;
	top: 0px;
	right: -12px;
	width: 0px;
	height: 0px;
	z-index: 9999;
	border-style: solid;
	border-color: #e6e6e6 #e6e6e6 #e6e6e6 #d72524;*/
}

/* featured */

.news-feed {
    overflow: hidden;
}

.mag-wrap .col-md-6 ,
.mag-wrap .col-md-3 {
	padding: 1px;
}

.mag-wrap {
	padding-top: 60px;
}

.mag-wrap .row {
	margin: 0 -1px;
}

.mw-shadow {
	position: relative;
	overflow: hidden;
}

.mw-shadow h3 {
	font-size: 30px;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,.75);
	line-height: 48px;
	margin: 0;
	position: absolute;
	bottom: 50px;
	left: 30px;
}

.mw-shadow h5 {
	font-size: 18px;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,.75);
	line-height: 24px;
	margin: 0;
	position: absolute;
	bottom: 38px;
	left: 15px;
}

.mws-inner {
	position: absolute;
	bottom: 0;
	padding: 22px 30px;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.mws-inner:before {
	content: "";
	position: absolute;
	background-color: rgba(0,0,0,0);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.8), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.8), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.8), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.8), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,0));
	width: 100%;
	height: 100%;
	bottom: -50%;
	left: 0;
	right: 0;
	transition: .4s;
}

.mws-inner:hover:before {
	content: "";
	bottom: -25%;
	transition: .4s;
}

.post-date {
	font-size: 12px;
	font-family: lato;
	color: #9e9e9e;
	position: absolute;
	bottom: 22px;
	left: 30px;
}

.mw-shadow-small .post-date {
	font-size: 12px;
	font-family: lato;
	color: #9e9e9e;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.top-stories {
	background: rgba(255,255,255,0.2);
	padding: 30px;
	padding-right: 0px;
	height: 428px;
	overflow: hidden;
}

.top-stories ul {
	padding: 0;
	height: 540px;
	overflow: hidden;
}

.top-stories ul li {
	list-style: none;
	padding: 0 0 15px;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 10px;
	font-size: 14px;
	color: #6b6b6b;
	font-family: lato;
}

.top-stories ul li a {
	color: #6b6b6b;
}

.top-stories ul li a:hover {
    color: #a89567;
}

.top-stories ul li span {
	margin-left: 4px;
	font-size: 12px;
	color: #9e9e9e;
}

.top-stories h4 {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 1px 15px;
	font-weight: 600;
	font-size: 14px;
	color: darkcyan;
}

.mag-featured {
	padding: 90px 0 50px;
	border-bottom: 1px solid #f0f0f0;
}

.mw-shadow .mag-cat-ribbon {
    top: 92%;
    left: 0px;
    z-index: 1;
	/*border-top: 10px solid rgba(255,255,255,.1); /*add*/
}

.mw-shadow-small .mag-cat-ribbon {
    top: 85%;
    left: 0px;
}

.mw-shadow .mag-cat-ribbon:after {
    content: "";
    width: 0;
    right: -14px;
    top: 0px;
    height: 22px;
    border-left: solid 15px brown;
    /* border-top: solid 12px transparent; */
    border-bottom: solid 20px transparent;
    position: absolute;
}

.news-feed img.details__deer.lazy {
    width: 100%;
}

.mag-cat-ribbon {
	padding: 0 15px;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,.25);
	letter-spacing: 0.05em;
	line-height: 22px;
	position: absolute;
	top: 15px;
	left: 15px;
}

.mag-cat-ribbon-round {
    font-weight:bolder;
    width: 30px;
    height: 44px;
    line-height: 22px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 5px;
}

.mag-cat-ribbon-round-extradata {
    font-weight:bolder;
    width: 30px;
    height: auto;
    line-height: 22px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 43px;
    left: 5px;
}

.ribbon-mes {
    width: 30px;
    height: 22px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 18px;
    left: 5px;
}

.ribbon-mes-extradata {
    width: 30px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 62px;
    left: 5px;
}
.ribbon-and {    
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 5px;
	width: 30px;
    height: 22px;
    top: 30px;
    z-index: 1;
    font-size: 9px;
    text-transform: lowercase;
}


/*.mag-cat-ribbon-round:after {
  content:"";
  height: 0;
  width: 0;
  border-left: 30px solid darkcyan;
  border-right: 30px solid darkcyan;
  border-bottom: 11px solid transparent;
  bottom: -30px;
}*/

.colorevent {
background: darkcyan;
}

.noticias .mf-thumb .colorevent {
    background: darkcyan;
}

.mf-thumb .colorevent {
background: crimson; }

.mf-thumb  .mag-cat-ribbon-round:after {
  border-left: 30px solid crimson;
  border-right: 30px solid crimson;
}

.item.publicacoes span.mag-cat-ribbon-round.colorevent { background: blueviolet; }

.item.publicacoes span.mag-cat-ribbon-round:after {
  border-left: 30px solid blueviolet;
  border-right: 30px solid blueviolet;
}



.mf-thumb {
	position: relative;
	width: 100%;
	 overflow: hidden;
    overflow-y: hidden!important;
}

.mf-thumb:hover img {
	opacity:0.6;
	transition:.4s;
}

/*news feed */
.newsfeed .item {
	width: 32.5%;
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
}

.newsfeed .item-inner, .portfolio-feed .item-inner {
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.060);
	max-width: 100%;
    overflow: hidden;
}

.newsfeed .item p {
	margin: 20px 0 15px;
}

.item-inner2 {
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.060);
	display: table;
	margin: 0 auto;
	padding: 0px 0 30px;
}

.item-inner2 .mf-thumb-small {
	width: 117px;
	float: left;
}

.item2-inner {
	margin-left: 130px !important;
}

.item2-inner h4 {
	line-height: 24px;
	font-size: 14px;
   /* text-transform: uppercase;*/
	margin: 13px 0px 2px !important;
}

.mf-thumb-small {
	position: relative;
}

.space5 {
	margin-bottom: 5px;
}

.space10 {
	margin-bottom: 10px;
}

.space15 {
	margin-bottom: 15px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space55 {
	margin-bottom: 55px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 90px;
}

.reduce-10 {
	margin-top: -10px;
}

.nf-head {
	display: table;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.060);
	margin-bottom: 60px;
}

.nf-head h3 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px 5px;
	color: #66754c;
	line-height: 17px;
}

h3.uppercase {
    color: #66754c;
    font-size: 18px;
    border-bottom: none!important;
}

.newsfeed-filter {
	padding: 0;
	display: table;
	float: right;
	margin: 0 !important;
}

.newsfeed-filter li {
	list-style: none;
	float: left;
	margin-left: 58px;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
}

.newsfeed-filter li a {
	color: #9E9E9E;
	letter-spacing: 1px;
	padding: 30px 0px;
	display: table;
	position: relative;
}

.newsfeed-filter li a:before {
	content: "";
	width: 0%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	right: 0;
	left: 0;
	background: #66754c;
	transition: .3s;
}

.newsfeed-filter li a.selected:before,
.newsfeed-filter li a.active:before,
.newsfeed-filter li a:hover:before {
	content: "";
	width: 100%;
	transition: .3s;
}

.newsfeed-filter li a.selected,
.newsfeed-filter li a.active,
.newsfeed-filter li a:hover {
	color: #000;
}

.mag-featured h4, .newsfeed .item h4 {
    font-family: 'Merriweather', serif!important;
	font-style: normal;
    color: #1f1f1f;
    line-height: 24px;
    font-size: 14px;
	font-style: normal;
   /* text-transform: uppercase;*/
    margin: 23px 0 2px;
}

.mag-featured p, .newsfeed .item .nmeta {
    font-size: 12px;
	font-style: normal;
    color: #9e9e9e;
    margin: 0 0 8px;
}

.color1 {
    background-color: #239fdc;
}

.color2 {
    background-color: #5f208f;
}

.color3 {
    background-color: #d72524;
}

.color4 {
    background-color: #278f20;
}

.color5 {
    background-color: #525252;
}

.color6 {
    background-color: #f07d0c;
}

.color7 {
    background-color: brown;
}



/*middle*/

.mag-video {
	padding: 30px 0;
	border-bottom: 1px solid rgba(0,0,0,0.060);
}

.mv-best {
	border: 1px solid #e0e0e0;
	margin-top: 30px;
	background: #fff;
}




/*slider*/

.slider {
  margin: 0 auto;
  max-width: 940px;
}

.slide_viewer {
  /*430px;*/
  height: 410px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}

.slide:nth-of-type(1) {
  background: #D7A151;
}

.slide:nth-of-type(2) {
  background: #F4E4CD;
}

.slide:nth-of-type(3) {
  background: #C75534;
}

.slide:nth-of-type(4) {
  background: #D1D1D4;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 45px;
}

a.slide_btn {
  color: #fff;
  opacity:0.3;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #fff;
  cursor: pointer;
  opacity: 1;
}

.directional_nav {
  height: 230px;
  margin: 0 auto;
  max-width: 940px;
  top: -340px;
}

.previous_btn {
  bottom: 0;
  left: 10px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

/*arrows svg*/

svg {

 overflow:visible;
 fill:none;
 stroke:#fff;
 stroke-width:4;
 stroke-miterlimit:10;
}

rect {
  fill:black;
  stroke:none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#x_to_back-2 {
  stroke:#00ff00;
}
/*saber mais */

.space60 {
    margin-bottom: 60px;
}
.btn-center {
    display: table;
    margin: 0 auto;
}
.btn-small {
	font-size: 16px;
    white-space: nowrap;
}

.btn-small b{
	color:brown;
    white-space: nowrap;
	font-style: normal;
}
.noticias .btn-small b{color:darkcyan;}
.agenda .btn-small b{color: crimson;}
.publicacoes .btn-small b{color: blueviolet;}

.npurple:hover .btn-small b , .nblue:hover .btn-small b , .norange:hover .btn-small b { transition:.2s; font-size:18px; padding:10px; color:#fff; margin-left: -10px;}
.npurple:hover .btn-small b  { background: crimson; }
.nblue:hover .btn-small b { background: blueviolet; }
.norange:hover .btn-small b { background: darkcyan}
.mag-wrap.container { padding-top: 2;margin-top: -23px;}

/*team*/


.at-section__title {
  margin: 0 0 70px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 2.625rem;
  text-align: center;
}
.at-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #FFF;
  border: none;
}
.at-grid[data-column="1"] .at-column {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.at-grid[data-column="2"] .at-column {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.at-grid[data-column="3"] .at-column {
  width: 33.33333%;
  max-width: 33.33333%;
  min-width: 33.33333%;
  -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
}
.at-grid[data-column="4"] .at-column {
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}
.at-grid[data-column="5"] .at-column {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
}
.at-grid[data-column="6"] .at-column {
  width: 16.66667%;
  max-width: 16.66667%;
  min-width: 16.66667%;
  -webkit-flex-basis: 16.66667%;
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
}
.at-grid[data-column="7"] .at-column {
  width: 14.28571%;
  max-width: 14.28571%;
  min-width: 14.28571%;
  -webkit-flex-basis: 14.28571%;
      -ms-flex-preferred-size: 14.28571%;
          flex-basis: 14.28571%;
}
.at-grid[data-column="8"] .at-column {
  width: 12.5%;
  max-width: 12.5%;
  min-width: 12.5%;
  -webkit-flex-basis: 12.5%;
      -ms-flex-preferred-size: 12.5%;
          flex-basis: 12.5%;
}
.at-grid[data-column="9"] .at-column {
  width: 11.11111%;
  max-width: 11.11111%;
  min-width: 11.11111%;
  -webkit-flex-basis: 11.11111%;
      -ms-flex-preferred-size: 11.11111%;
          flex-basis: 11.11111%;
}
.at-column {
  z-index: 0;
  position: relative;
  background: #FFF;
  box-shadow: 0 0 0 1px #E2E9ED;
  padding: 10px;
  box-sizing: border-box;
  -webkit-transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
}
.at-column:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.at-column:hover {
  z-index: 1;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
}
.at-column:hover .at-social { /*mod*/
    position: absolute;
    margin: 24px 5px 0;
    background: #fff;
    opacity: 1;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
	border-bottom: 5px solid #fff;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
}
@media (max-width: 800px) {
  .at-column {
    width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
  }
  .md-show {
    visibility: visible;
    overflow-y: scroll;
    height: 90%;
}
}
@media (max-width: 600px) {
  .at-column {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }
}
.at-user {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
}
.at-user__avatar {
  width: 98px;
  height: 98px;
  border-radius: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
}
.at-user__avatar img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.at-user__name {
	color: #313435;
    font-family: 'Merriweather', serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.625rem;   
}
.at-user__title {
    color: #6F808A;
    font-family: 'Merriweather', serif;
    font-size: 1.2rem;
    line-height: 2.375rem;
}
.at-social {
  position: absolute; /*add*/
  margin: 0 0 -18px;
  opacity: 0;
  -webkit-transition: margin 0.2s ease, opacity 0.2s ease;
  transition: margin 0.2s ease, opacity 0.2s ease;
}
.at-social__item {
  display: inline-block;
  margin: 0 10px;
}
.at-social:before {
	content: "";
    border-top: 1px solid #eee;
    display: block;
    width: 40px;
    margin: auto;
    padding-bottom: 10px;
}

.at-social__item a {
  display: block;
}
.at-social__item svg {
  fill: #515F65;
  display: block;
  height: 18px;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.at-social__item svg:hover {
  fill: #788D96;
}


/*agenda*/


.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
 /* min-width: 270px;*/
   height: 400px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module:hover,.hover {

}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6;
}
.post-module .thumbnail {
  background: #f6f6f6;
  border: none;
  overflow: hidden;
  
}

.noticias .post-module .thumbnail .date {
 background: darkcyan;
}
 
i.ion-ios-location {
 border-right: 5px solid #fff;
}   

.post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: crimson;
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

span.timestamp {
    width: 50%;
    position: absolute;
}
.post-module .thumbnail .date .day {
  font-size: 16px;
}
.post-module .thumbnail .date .month {
  font-size: 9px;
  text-transform: uppercase;
}
.post-module .thumbnail img {
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.newsfeed .item p.description {
   margin: 0px 0 15px;
}

.post-module .post-content {

  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #66754c;
  font-size: 20px;
  font-weight: 400;
}
.post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 20px;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    font-family: 'lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5;
}
.post-module .post-content .description {
	display: none;
    color: #666666;
    font-size: 14px;
    line-height: 1.7em;
    text-align: left;
}
.post-module .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999;
}
.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
  color: #777;
}
.post-module .post-content .post-meta a.more {
  color: #999999;
  text-decoration: none;
  float: right;
  color:#66754c;

}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}

.container:before,
.container:after {
  content: '';
  display: block;
  clear: both;
}

/*noticias*/

.blog-post--image {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0;
 /* overflow: hidden;*/
  border-radius: 10px 10px 0 0;
  cursor: pointer;


}
.blog-post--image:hover:before {
  opacity: 1;
}
.blog-post--image:hover:after {
  opacity: 1;
  top: 50%;
}
.blog-post--image:before {
content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 900px;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    display: block;
    z-index: 2;
    transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1);
}
.blog-post--image:after {
  content:"\f4a5";
  font-family: "ionicons";
  font-weight: 700;
  color: #66754c;
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 28px;
  border-radius: 100%;
  top: 60%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  font-size: 32px;
  line-height: 30px;
  z-index: 2;
  opacity: 0;
  transition: all, 0.3s, cubic-bezier(0.55, 0, 0.1, 1);
}
.blog-post--image img {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  transition: all, 0.5s, cubic-bezier(0.55, 0, 0.1, 1);
  backface-visibility: hidden;
}
.blog-post--description {
  text-align: left;
  position: relative;
  z-index: 4;
  padding: 0 80px 30px 40px;
}
.blog-post--tools {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.blog-post--tools:before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 400px;
  height: 1px;
  background-color: #e0dfe1;
}

.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 8%;
  cursor: pointer;
}
.icon svg {
  fill: #e0dfe1;
  transition: all, 0.2s, ease-in;
}
.icon:hover svg {
  fill: #9f9e9f;
}
.icon span {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 11px;
}

.noticia-corpo h2 {
   color: #66754c;
   line-height: 39px;
   margin:0;
}

.noticia-corpo h6{
  line-height:24px;
  color:#66754c;
}

.noticia-corpo h6 span{
  float:right;
}

.noticia-corpo p {
  line-height: 24px;
  margin: 24px 0;
  color:#777;
}

.share {
    float: right;
    margin-top: 2%;
}

.fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid {
    margin-top: 0!important;
    position: absolute!important;
    right: 90px!important;
}


/*projetos referencia*/


.wrap {
  display: block;
  max-width: 1350px;
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.grey {
  background-color: rgb(242, 242, 244);
}

.white {
  background-color: rgb(255, 255, 255);
}

img[data-src] {
	opacity: 0;
}

img {
  opacity: 1;
}


/* Demo assets */

.toggle-wrap {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
  font-weight: bolder;
}

.toggle {
  margin-right: 8px
}

.toggle-switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  padding: 3px;
  border-radius: 25px;
  width: 42px;
  background-color: rgb(200, 200, 200);
  color: rgb(225, 225, 225);
  -webkit-transition: .4s ease all;
  -moz-transition: .4s ease all;
  -ms-transition: .4s ease all;
  -o-transition: .4s ease all;
  transition: .4s ease all;
}

.switch {
  float: left;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
}

.switched-on {
  background-color: rgb(122, 212, 68);
}

.switched-on .switch {
  margin-left: 15px;
}

/* End Demo Assets */


img,
.fa-heart:before,
.foot-container,
.foot-container2,
.options,
.switch {
  -webkit-transition: .2s ease all;
  -moz-transition: .2s ease all;
  -ms-transition: .2s ease all;
  -o-transition: .2s ease all;
  transition: .2s ease all;
}

.content, 
.overlay2 {
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
}

.card {
  float: left;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
  max-width: calc(33% - 12px); /*21*/
  width: 100%;
  margin: 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  border: 1px solid rgb(230, 230, 230);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card:hover .options {
  opacity: 1;
  visibility: visible;
}

.no-touch .card:hover .head img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transition: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.options {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 10px 10px 25px;
  text-align: right;
}

.touch .options {
  opacity: 1;
  visibility: visible;
}

.fave-wrap {
  display: inline-block;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  border-bottom: 1px solid rgba(148, 148, 148, 0.4);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .05);
  cursor: pointer;
}

.no-touch .fave-wrap:hover .fa-heart:before {
  color: rgb(255, 101, 101);
}

.categoria,
.fa-heart:before {
  vertical-align: middle;
}

.categoria {
  margin: 0 10px 0 0;
  text-align: right;
  font-weight: bold;
}

.fa-heart:before {
  font-size: 1.2rem;
  color: rgb(220, 220, 220);
}

.head {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 68%;
  max-width: 500px;
  width: 100%;
  background-color: rgb(230, 230, 232);
}

.head img {
  position: absolute;
  height: auto;
  width: 100%;
}

.bod {
  float: left;
  display: inline-block;
  height: 160px;
  width: 100%;
  padding: 5px 15px;
}

.title {
  opacity: .9;
  margin-bottom: 8px;
  overflow: hidden;
  /* Uncomment this for single lined titles
  white-space: nowrap;
  text-overflow: ellipsis;
  */
  text-transform: capitalize;
}

h3.title a {
font-size: 18px;
color: chocolate;
}
.no-touch .title:hover {
  opacity: 1;
}

.bod p {
  line-height: 1.5;
  white-space: wrap;
  overflow: hidden;
  height: auto;
  margin-top: 5px;
}

.foot {
  float: left;
  display: block;
  width: 100%;
  padding: 10px 10px 12px;
}

.no-touch .foot-container {
  display: inline-block;
  cursor: pointer;
  opacity: .7;
}

.foot-container:hover {
  opacity: 1;
}

.no-touch .foot-container:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.no-touch .foot-container:hover .avatar:before {
  font-size: 2.3rem;
  line-height: 1.4;
}

.avatar,
.name {
  vertical-align: middle;
}

.avatar:before {
	content: "\f3d3";
    font-family: Ionicons;
    font-size: 2.2rem;
	color: #66754c;
    line-height: 2;
    color: rgb(190, 190, 190);
    -webkit-transition: .15s ease all;
    -moz-transition: .15s ease all;
    -ms-transition: .15s ease all;
    -o-transition: .15s ease all;
    transition: .15s ease all;
    font-size: 16px;
	  font-weight:bold;
}

.avatar {
  display: inline-block;
  overflow: hidden;
  height: 36px;
  width: 20px;
  padding-left:5%;
  text-align: center;
  font-family: FontAwesome;
  border-radius: 50%;
}

.name {
    vertical-align: middle;
    margin-left: 4px;
    font-family: Sans-serif;
    color: #66754c;
}
/* Shade Variant */

.shade {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00000000', GradientType=0);
  color: rgb(255, 255, 255);
}

.shade .fave-wrap {
  padding: 3px 6px 12px;
  border: none;
  background-color: transparent;
}

.shade .fa-heart:before {
  color: rgb(255, 255, 255);
}
/* End Shade Variant */

@media screen and (max-width: 1024px) {
  .card {
    max-width: calc(33% - 16px);
  }
}

@media screen and (max-width: 762px) {
  .card {
    max-width: calc(50% - 16px);
  }
}

@media screen and (max-width: 500px) {
  .card {
    float: none;
    max-width: 400px;
  }
  
  .bod p {
    font-size: 1.1rem;
  }
}

/* Full overlay card style */

section.white .wrap {
    padding: 15px;
}

.card2 {
  float: left;
  position: relative;
  max-width: 33.33%;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  background-color: white;
  text-align: left;
}

.no-touch .card2:hover .content {
  margin-bottom: 0;
}

.no-touch .card2:hover .overlay2 {
  padding-bottom: 10px;
}

.no-touch .card2:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.head2 {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  background-color: rgb(230, 230, 232);
}

.title2 {
  text-transform: capitalize;
  margin: 0 0 5px;
  text-shadow: 0 0 10px rgba(0, 0, 0, .075);
}

.head2 img {
  position: absolute;
  width: 100%;
  height: auto;
}

.card2 p {
  overflow: hidden;
  max-height: 48px;
  margin: 5px 0;
  color: rgb(255, 255, 255);
  line-height: 1.5;
}

.foot2 {
  float: left;
  display: block;
  width: 100%;
  margin-top: 4px;
}

.foot-container2 {
  float: left;
  display: inline-block;
  margin-top: 4px;
  opacity: .85;
  cursor: pointer;
}

.no-touch .foot-container2:hover .avatar:before {
  font-size: 2.3rem;
  line-height: 1.4;
}

.foot-container2:hover,
.touch .foot-container2 {
  opacity: 1;
}

.options2 {
  float: right;
}

.fave-wrap2 {
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;  
}

.no-touch .fave-wrap2:hover .fa-heart:before {
  color: rgb(255, 101, 101);
}

.overlay2 {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 15px 15px;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000', GradientType=0);
  color: rgb(255, 255, 255);
}

.content-container {
  overflow: hidden;
}

.content {
  margin-bottom: -57px;
}

.touch .content {
  margin-bottom: 0;
}



@media screen and (max-width: 940px) {
  .card2 {
    max-width: 50%;
  }
}

@media screen and (max-width: 760px) {
  .card2 {
    float: none;
    max-width: 500px;
  }
  
  .card2 p {
    font-size: 1.1rem;
  }
}



.table {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.topInfo {
	width: 350px; */
    /* float: right; */
    padding: 0px 80px 0 0;
    position: relative;
}
.topInfo a {
    display: block;
    text-decoration: none;
    -webkit-appearance: none;
    width: 150px;
    line-height: 40px;
    height: 40px;
    border: none;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: 40px;
    border-radius: 3px;
    background-color: #66754c;
    color: #fff;
    opacity: 0.7;
    cursor: pointer;
    outline: none;
}
.topInfo a:before {
	content: "\f3d2";
	position: absolute;
    left: 20px;
    line-height: 2.5;
    font-family: Ionicons;
    font-size: 2.2rem;
	color: #66754c;
    color: rgb(190, 190, 190);
    -webkit-transition: .15s ease all;
    -moz-transition: .15s ease all;
    -ms-transition: .15s ease all;
    -o-transition: .15s ease all;
    transition: .15s ease all;
    font-size: 16px;
	  font-weight:bold;
}

.topInfo a:hover {
  opacity:1;
  color:#fff;
}
.topInfo .swatches {
  margin-top: 60px;
  margin-left: -5px;
}
.topInfo .swatch {
  width: 40px;
  padding: 3px;
  border: 2px solid transparent;
  height: 40px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.topInfo .swatch.active {
  border-color: rgba(0, 0, 0, 0.3);
}
.topInfo .swatch img {
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 100%;
}



.fadey {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 60px;
  top: -60px;
  margin: 0 auto;
  border-radius: 0 0 3px 3px;
  background-color: blue;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 40%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 40%, white 100%);
}


.swiper-button-next, .swiper-button-prev {
    background: none!important;
}

.swiper-wrapper  img {
width:100%;
}
.topInfo h4, .padme  h3 {
color:chocolate;
}

.padme .column.col2 table tr td.bold {
color:#777;
font-weight:500;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.card .swiper-container:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 340px;
  width: 60px;
  height: 400px;
  z-index: 10;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 60%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 60%, white 100%);
}
.card .swiper-container img {
  width: 400px;
}
.card .swiper-container .swiper-pagination {
  cursor: pointer;
}
.card .swiper-container .swiper-pagination-bullet {
  cursor: pointer;
  background: transparent;
  border: 1px solid black;
  margin: 0 12px;
}
.card .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black;
  opacity: 0.2;
}

.padme {
   padding: 35px 30px 0px 0px;
  opacity: 0.9;
}
.padme .column {
    opacity: 0.85;
}
.padme .column.col2 {
  margin-left:50px;
  float: right;
}
.padme .column.col2 table {
  font-size: 13px;
  line-height: 1.5em;
  margin: 15px 0;
  width: 100%;
  border-collapse: collapse;
}
.padme .column.col2 table tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px 0;
}
.padme .column.col2 table tr:first-child td {
  padding-top: 0;
}
.padme .column.col2 table tr:last-child td {
  padding-bottom: 0;
  border: none;
}
.padme .column.col2 table .bold {
  font-weight: 900;
}

/**/


.s1 {
  width: 100%;
  height: 300px;
}

.s2 {
  width: 800px;
  height: 400px;
}
/* Arrows */

.swiper-button-prev2,
.swiper-button-next2 {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev2.swiper-button-disabled,
.swiper-button-next2.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev2,
.swiper-container-rtl .swiper-button-next2 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev2.swiper-button-black,
.swiper-container-rtl .swiper-button-next2.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev2.swiper-button-white,
.swiper-container-rtl .swiper-button-next2.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next2,
.swiper-container-rtl .swiper-button-prev2 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next2.swiper-button-black,
.swiper-container-rtl .swiper-button-prev2.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next2.swiper-button-white,
.swiper-container-rtl .swiper-button-prev2.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */

.swiper-pagination2 {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination2.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-vertical > .swiper-pagination2 {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination2 .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination2 {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination2 .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Scrollbar */

.swiper-scrollbar2 {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar2 {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar2 {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.bar-top {float: left;position: absolute;  margin-left: 91px;    width: 366px;top: 0; position: relative;z-index: 999;}
p#confinenciado {float: left;position: absolute;margin-left: -22px; top: 0; color:#888; }


/*orgaos */
.orgaos ul, .missao ul { padding-left: 20px;}
.orgaos ul li, .missao  ul li{ list-style: none;list-style-type: none; color: #555; line-height: 1.8;}
.missao  ul li{ list-style: none;list-style-type: none; color: #555; line-height: 2;  border-bottom: 1px solid #ddd;padding: 10px;}


.orgaos h2, .missao h2 { 
	font-size: 18px;
    font-weight: 100;
    padding: 0 0 10px 0;
    text-align: left;
    color: rgba(102,117,76,.8);}

h3.cump span { 
    color: rgba(102,117,76,1);
    font-weight: 600;}
h3.cump { 
    font-size: 16px;
    font-weight: 100;
    padding: 0 0 30px 0;
    text-align: left;
    color: rgba(102,117,76,.8); }

	/*teste missao */
	
	/*tabs*/

.vertical-tabs-container {
  border-radius: 3px;
  margin-bottom: 1.5em;
  overflow: hidden;
}

.vertical-tabs.brick a.js-vertical-tab.vertical-tab.is-active:after,  h3.cump.brick, h3.cump.brick  span, .brick a.js-vertical-tab.vertical-tab.is-active, .brick, .brick li, .brick h3, .brick a.js-vertical-tab-accordion-heading.vertical-tab-accordion-heading.is-active{
    color: brown!important;
}

.vertical-tabs-container::after {
  clear: both;
  content: "";
  display: table;
}
.vertical-tabs-container li {
  list-style: none;
}
.vertical-tabs-container a {
  color: #66754c!important;
  text-decoration: none;
}
.vertical-tabs-container .vertical-tabs {
  display: none;
}
@media screen and (min-width: 40em) {
  .vertical-tabs-container .vertical-tabs {
    background-color: white;
    display: inline;
    float: left;
    width: 20%;
  }
}
@media screen and (min-width: 40em) {
  .vertical-tabs-container .vertical-tab {

    display: block;
    font-weight: bold;
    margin-right: -1px;
    padding: 0.75em 0.809em;
  }
  .vertical-tabs-container .vertical-tab.is-active {
    border-left: 1px solid chocolate;
    margin-right: -1px;
  }
  
  a.js-vertical-tab-accordion-heading.vertical-tab-accordion-heading.is-active {
    float: initial;
    padding-left: 3%;
	border-top: none;
    font-size: 1.1em;
    color: chocolate!important;
    background: none;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Merriweather', serif!important;
	display: block;
	}
	
}
.vertical-tabs-container a.vertical-tab-accordion-heading,
.vertical-tabs-container a.vertical-tab {
      color: #777!important;
    font-weight: 100;
}

.vertical-tabs-container a.vertical-tab-accordion-heading,
.vertical-tabs-container a.vertical-tab:after {
   content: "\f3d1";
    font-family: ionicons;
}

a.js-vertical-tab.vertical-tab.is-active {
color: chocolate!important;  
}

a.js-vertical-tab.vertical-tab.is-active:after  {
color: chocolate;
font-weight:700;
}

.vertical-tabs-container .vertical-tab:focus {
  outline: none;
}
.vertical-tabs-container .vertical-tab-content-container {
  display: block;
  margin: 0 auto;
}
.vertical-tabs-container .vertical-tab-content-container a:focus {
  outline: none;
}
@media screen and (min-width: 40em) {
  .vertical-tabs-container .vertical-tab-content-container {
    /*height: 18.75em;*/
    width: 80%;
    display: inline-block;
  }
  
  .vertical-tabs-container a.vertical-tab-accordion-heading,
.vertical-tabs-container a.vertical-tab:after {
   float: right;
	}
  }

.orange  .ac-input:checked + label, .ac-label:hover {
 color: chocolate;
}
.vertical-tabs-container .vertical-tab-content {
  padding: 1.5em 1.618em;
}
.vertical-tabs-container .vertical-tab-content p {
  color: #777;
  text-align: initial;
  line-height: 1.5em;
  padding-bottom:15px;
  font-family: "lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
}
@media screen and (min-width: 40em) {
  .vertical-tabs-container .vertical-tab-content {
    border: none;
    display: none;
  }
}
.vertical-tabs-container .vertical-tab-accordion-heading {
  background-color: white;
  border-top: 1px solid gainsboro;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 0.75em 0.809em;
}
.vertical-tabs-container .vertical-tab-accordion-heading:focus, .vertical-tabs-container .vertical-tab-accordion-heading:hover {
  color: #477DCA;
}
.vertical-tabs-container .vertical-tab-accordion-heading:first-child {
  border-top: none;
}
.vertical-tabs-container .vertical-tab-accordion-heading.is-active {
  background: #f6f6f6;
  border-bottom: none;
}
@media screen and (min-width: 40em) {
  .vertical-tabs-container .vertical-tab-accordion-heading {
    display: none;
  }
}
 /*min-galeria*/
 
 a.prettyPhoto {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
 
/*.min-galeria img.thumbnail {width: 20%; }*/

/**/
	
	/*list*/
	
	.lista { padding: 3%;}
	.lista li p{ color:#666;}
	.lista li.sub  { list-style:none;}
	
	
	
	.section-services {
    margin-top: 60px;
}

.slideUp {
    animation: 1s ease 0s normal backwards 1 fadeInUp;
    -webkit-animation: 1s ease 0s normal backwards 1 fadeInUp;
    -ms-animation: 1s ease 0s normal backwards 1 fadeInUp;
    visibility: visible;
}


.box-center {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.services-list {
    margin-left: 50px;
    margin-top: 43px;
    border-bottom: 1px solid #eaeaec;
    padding-bottom: 6px;
}

.services-list-title {
    font-size: 17px;
    font-weight: bold;
    color: chocolate;
    margin-bottom: 20px;
}

.vertical-tabs-container li {
    /*margin-bottom: 20px;*/ 
	color: chocolate;
	list-style: initial;
    list-style-position: inside;
}


.spacial footer:before {
    top: -71px!important;
}
.brick a.js-vertical-tab.vertical-tab.is-active  {
font-weight:600;
}

.vertical-tabs-container li a{
      color:chocolate;
}

.services-list li a {
    color: #83838b!important;
    transition: color 0.3s linear;
}

.services-container > div .services-list:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.services-container {
    position: relative;
    margin-left: -30px;
    margin-top: -36px;
    background: rgba(255,255,255,.4) url("../images/leaf.png") no-repeat right bottom;
}

.info-box {
    height: 263px;
    padding-left: 30px;
    position: relative;
    z-index: 10;
}

.title_mod {
    color: #fff;
}

.sub-title {
    color: #03dcd4;
    font-size: 36px;
    margin-bottom: 13px;
}

/*formação apoios*/


.brick .ac-sub p b  { color: brown; letter-spacing:0.5px;}
.brick  .ac-label { margin-bottom: 0;color: #666; background: #f8f8f8;}
.brick  .ac-input:checked + label, .ac-label:hover { margin-bottom: 0;color: brown; }
.brick .ac-sub {padding: 2%;}

label.ac-label h5 b { color: brown;}

.brick  .ac-label:after, .ac-input:checked + .ac-label:after, .ac-label:after, .brick .ac-input:checked + .ac-label:after {
    width: 3em;
    line-height: 3.25em;
	color:brown;
	background: rgba(255,0,0,0.025);
}

.brick .ac-input:checked + .ac-label:after {
background: brown;
color: #fff; 
}



.ac-label {
    font-weight: 100;
    position: relative;
    padding: .5em 1em;
    margin-bottom: .5em;
    color: #777;
    display: block;
    cursor: pointer;
    /* background-color: whiteSmoke; */
    transition: background-color .15s ease-in-out;
}

.ac-input:checked + label, .ac-label:hover {
    background-color: #f8f8f8;
}

.ac-label:after, .ac-input:checked + .ac-label:after {
    content: "+";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 2em;
    height: 100%;
    line-height: 2.25em;
    text-align: center;
    background-color: #f5f5f5;
    transition: background-color .15s ease-in-out;
}

.ac-label:hover:after, .ac-input:checked + .ac-label:after {
  background-color: #eee;
}

.ac-input:checked + .ac-label:after {
  content: "-";
}

.ac-input {
  display: none;
}

.ac-text, .ac-sub-text {
  opacity: 0;
  height: 0;
  margin-bottom: .5em;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
}

.ac-input:checked ~ .ac-text, .ac-sub .ac-input:checked ~ .ac-sub-text {
  opacity: 1;
  height: auto;
}

.ac-sub .ac-label {
  background: none;
  font-weight: 600;
  padding: .5em 2em;
  margin-bottom: 0;
}

.ac-sub .ac-label:checked {
  background: none;
  border-bottom: 1px solid whitesmoke;
}

.ac-sub .ac-label:after, .ac-sub .ac-input:checked + .ac-label:after {
  left: 0;
  background: none;
}

.ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
  background: none;
}

.ac-sub-text {
  padding: 0 1em 0 2em;
}


/**/
   
/*publicaçaoes*/   



#portfolio-feed {
	padding: 90px 0;
}

.portfolio-feed {
	margin-top: 60px;
}

#portfolio-feed h3 {
	margin-bottom: 0;
}

.portfolio-feed-2col .item {
	width: 48.7%;
}

.portfolio-feed-3col .item {
	width: 32.5%;
}

.portfolio-feed-4col .item {
	width: 24.25%;
}

.portfolio-feed-5col .item {
	width: 98%;
}

.portfolio-feed-2col .item h4 ,
.portfolio-feed-3col .item h4 ,
.portfolio-feed-4col .item h4 ,
.portfolio-feed-5col .item h4 {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 24px;
	margin: 23px 0 3px;
}

.portfolio-feed-2col .item p ,
.portfolio-feed-3col .item p ,
.portfolio-feed-4col .item p ,
.portfolio-feed-5col .item p {
	margin: 0 0 -3px;
}

.portfolio-nav {
	border-top: 1px solid #f0f0f0;
	margin-top: 48px;
	padding-top: 37px;
}

.pf-nav {
	padding: 0px;
	display: table;
	float: right;
	margin-right: -10px;
}

.pf-nav li {
	list-style: none;
	float: left;
	margin-left: 60px;
	font-size: 14px;
	text-transform: uppercase;
}

.pf-nav li span {
	font-size: 45px;
	float: left;
	margin: -13px -7px;
}

.pf-nav li:nth-child(2) span {
	font-size: 45px;
	float: right;
	margin: -13px -7px;
}


.portfolio-feed .item {
	width: 32.5%;
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
}

.portfolio-feed .item-inner2 {
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 0px;
	border: none;
}

.portfolio-feed .item-inner2 img {
	width: 100%;
}

.item-inner2:hover img {
	opacity:0.7;
	transtion:.4s;
}

.portfolio-feed-filter {
	padding: 0;
	display: table;
	float: right;
	margin: 0 !important;
}

.portfolio-feed-filter li {
	list-style: none;
	float: left;
	margin-left: 30px;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
}

.portfolio-feed-filter li a {
    font-family: 'Merriweather', serif!important;
	font-size:13px;
	color: #9E9E9E;
	padding: 0px 0px 15px;
	display: table;
	position: relative;
}

.portfolio-feed-filter li a:before {
	content: "";
	width: 0%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	right: 0;
	left: 0;
	background: #1f1f1f;
	transition: .3s;
}

.portfolio-feed-filter li a.selected:before,
.portfolio-feed-filter li a:hover:before {
	content: "";
	width: 100%;
	transition: .3s;
}

.portfolio-feed-filter li a.selected,
.portfolio-feed-filter li a:hover {
	color: #1f1f1f;
}

.pdf_tumb {
	position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s ease-in-out;
	}
.pdf_tumb:hover {	
	  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);}

	
.video-thumb {
	position: relative;
}

.video-thumb:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 55;
}

.video-thumb:after {
	content: "\e660";
	font-family: icomoon;
	width: 44px;
	height: 44px;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	border: 2px solid #fff;
	color: #fff;
	z-index: 77;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	border-radius: 50%;
	padding-left: 4px;
	margin: auto;
	bottom: 0;
}

.video-intro {
	padding: 160px 15px 0px;
}

.video-intro .col-md-8 ,
.video-intro .col-md-4 {
	padding: 0;
}

.video-intro .top-stories {
	background: #212121;
	height: 486px;
}

.mCSB_scrollTools {
	position: absolute;
	right: 4px !important;
}

.video-intro h4 {
	color: #FFF;
	border-bottom: 1px solid #2E2E2E;
	width: 91%;
	padding-bottom: 23px;
}

.video-intro .top-stories ul {
	padding: 10px 0 0;
	height: 370px;
	overflow: hidden;
}

.video-intro .top-stories li {
	padding-left: 100px;
	position: relative;
	width: 98%;
	border-bottom-color: #2E2E2E;
}

.video-intro .top-stories li img {
	position: absolute;
	width: 70px;
	top: 5px;
	left: 0;
}

.video-intro .mCSB_scrollTools .mCSB_draggerRail {
	background: #2e2e2e !important;
}

.video-intro .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 /* the dragger element */
	background: #1c1c1c !important;
}

.home-projects-dark {
	background: #081f29;
	border-bottom: none;
}

.home-projects-dark .container {
	padding-left: 0;
	padding-right: 0;
}

.home-projects-dark h3 {
	color: #fff;
	border-bottom: 1px solid #6b797f;
	display: table;
	padding-right: 30px;
}

.home-projects-dark .project-filter li a.active ,
.home-projects-dark .project-filter li a:hover {
	color: #fff;
}

.home-clients-dark2 {
	background: #081f29 !important;
}

.home-projects h3 {
	border-bottom: 1px solid #e0e0e0;
	display: table;
	padding-bottom: 5px;
	padding-right: 30px;
}

#filters {
	padding: 0;
	margin-bottom: 44px;
}

.portfolio-feed {
	margin-top: 60px;
}

#portfolio-feed h3 {
	margin-bottom: 0;
}

.portfolio-feed-2col .item {
	width: 48.7%;
}

.portfolio-feed-3col .item {
	width: 32.5%;
}

.portfolio-feed-4col .item {
	width: 24.25%;
}

.portfolio-feed-5col .item {
	width: 98%;
}

.portfolio-feed-2col .item h4 ,
.portfolio-feed-3col .item h4 ,
.portfolio-feed-4col .item h4 ,
.portfolio-feed-5col .item h4 {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 24px;
	margin: 23px 0 3px;
}

.portfolio-feed-2col .item p ,
.portfolio-feed-3col .item p ,
.portfolio-feed-4col .item p ,
.portfolio-feed-5col .item p {
	margin: 0 0 -3px;
}

.darkcolor {
background: url("https://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/navy_blue.png")!important; }

.darkcolor nav  { background: rgba(0,0,0,.2)!important; }
/*.darkcolor  header  { background: rgba(0,0,0,.1)!important; }*/
.darkcolor  .head-weather li {border-right: none}
.darkcolor  #owm-temp, .darkcolor .blockBody #location , .darkcolor .head-weather li a{    color: #555;}
.darkcolor .search-blog form {background-color: rgba(255,255,255,.1);border: solid 1px rgba(255,255,255,.1);}
.darkcolor .portfolio-feed-filter { float: left; }
.darkcolor  footer .lnews li , .darkcolor  footer .social li { list-style: none; border-bottom: 1px solid #333; }
.darkcolor .footer-bottom .container { border-top: 1px solid #333;}


.portfolio-feed-filter li:first-child{ margin-left: 0;}
.portfolio-feed.isotope1.col-md-12.portfolio-feed-4col { overflow: hidden; top: -30px;}
   
#index-video {
	background: url("https://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/navy_blue.png");
	padding-top: 60px;
}

#index-video h3 {
	color: #fff;
}

#index-video .selected {
	color: #fff;
}

#index-video .selected:before {
	background: #404040;
}

#index-video .item-inner2 {
	background: #212121;
	height: 270px;
}

#index-video .item-inner2 h4 {
    font-family: 'Merriweather', serif!important;
	text-transform: none;
	font-size: 14px;
	color: #d1d1d1;
	line-height: 24px;
	margin: 23px 15px 2px;
	min-height: 40px;
	-ms-word-break: normal;
	word-break: normal;
	word-break: normal;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

#index-video .item-inner2 h4 a {
	color: #d1d1d1;
}

#index-video .item-inner2 p {
	font-size: 12px;
	color: #858585;
	margin: 0 15px 27px;
}

/*pdf */

.embed-container { /*position: relative;*/ padding-bottom:56.25%; height:0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/*imagemap*/

.image-map:after {

	content: "\e660";
	font-family: icomoon;
	width: 44px;
	height: 44px;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	border: 2px solid #fff;
	color: #fff;
	z-index: 77;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	border-radius: 50%;
	padding-left: 4px;
	margin: auto;
	bottom: 0;

}


.path-map {
fill: rgba(255,255,255,0.1);
stroke: #000;
stroke-width: 1.5;
stroke-miterlimit: 10;
transition: .3s;

}

.path-map:hover  {
fill: rgba(0,0,0,.2);
transition: .3s;
}



.subline {
  color: #768191;
  font-weight: normal;
}

.map h2 {
    color: #000;
    padding-top: 8px;
    margin: 0;
    text-align: center;
    font-size: 16px;
}

.map-marker-info-inner.animate-bounce-in  header{
    height: 35px!important;
    position: relative!important;
    overflow: hidden!important;
    background: #fff!important;
}

.map {  
    top: -116px;
    margin-left: 1%;
    width: 100%;
    position: absolute;}

.map-markers {
  list-style: none;
  margin: 0;
  padding: 0;
}
.map-marker {
  position: absolute;
}
.map-marker:after {
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: pop;
  border-radius: 50%;
  border: 1px solid #fff;
  content: '';
  height: 2em;
  left: 0;
  margin: -.5em 0 0 -.5em;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 2em;
}
.map-marker:hover .map-marker-info {
  display: block;
}


.map-marker a.mm {
	background-color: transparent;
    height: 7em;
    display: block;
    width: 6em;
    text-indent: -9999px;
    width: 3em;
}
li.map-marker.map-marker-barcelos a {
    height: 9em;  width: 9em;
}
li.map-marker.map-marker-terrasbouro a { height: 7em;  width: 6em; }

.map-marker-terrasbouro {
    left: 74%;
    top: 13%;
}
.map-marker-braga {
    left: 49%;
    top: 52%;
}
.map-marker-braga:after {
  animation-delay: 3s;
}
.map-marker-esposende{
    left: 9.5%;
    top: 48%;
}
.map-marker-los-angeles:after {
  animation-delay: 5s;
}
.map-marker-amares {
    left: 58%;
    top: 33%;
}
.map-marker-barcelos {
	left: 19%;
    top: 44%;
}
.map-marker-san-francisco:after {
  animation-delay: 3s;
}
.map-marker-vilaverde{
   left: 46%;
   top: 25%;
}
.map-marker-seattle:after {
  animation-delay: 5s;
}
.map-marker-info {
   background: #fff;
  display: none;
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, -2em);
  width: 13em;
  z-index: 999;
}
.map-marker-info header {
  background-color: #ce606f;
  border-radius: .5em .5em 0 0;
  color: #fff;
  padding: .5em 1em;
}
.map-marker-info main {
  background-color: #fff;
  border-radius: 0 0 .5em .5em;
  color: #7e7e7e;
  padding: .5em 1em;
}
.map-marker-info h2 {
  margin-bottom: 0;
}
.map-marker-info-inner {
  border-radius: .5em;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  font-size: .875em;
}
.map-marker-info-inner:after {
  border-left: .75em solid transparent;
  border-right: .75em solid transparent;
  border-top: 1em solid #fff;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.animate {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes bounce-in {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate-bounce-in {
  animation-duration: .75s;
  animation-name: bounce-in;
}

@keyframes pop {
  0% {
    transform: scale(0);
  }
  8% {
    opacity: .4;
  }
  10% {
    opacity: 0;
    transform: scale(1);
  }
}
.animate-pop {
  animation-duration: 1s;
  animation-name: pop;
}

/*map blocks */



.weather  ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}



.weather .current-day p {
	color: #fff;
}

.weather span {
	color: #333;
}
    
	.scnd-font-color {
		color: #9099b7;
	}

.input-container {
	position: relative;
}

		.input-icon.password-icon {
			left: 35px;
		}

.horizontal-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	.horizontal-list li {
		float: left;
	}

.clear {
	clear: both;
}




/** MAIN CONTAINER **/


		.block {
			margin-bottom: 25px;
			background: rgba(102,117,76,0.2);
		}

		.middle-container {
			margin: 0 25px;			
		}

			.weather {
				height: 489px;
			}
				.weather .titular {
					background: #cc324b;
				}
					.weather .titular .icon {
						padding-right: 15px;
						font-size: 26px;
					}
				.weather .current-day {
					height: 90px;
					background: rgba(102,117,76,1);
				}
					.weather .current-day p {
						margin: 0;
						padding: 30px;
						font-size: 26px;						
					}
						.current-day-date {
							font-size: 16px;
							padding-top: 16px;
						}
						.current-day-temperature {
							font-size: 70px;
						}
							.current-day-temperature .icon-cloudy {
								padding-left: 20px;
							}
				.weather .next-days{}
				.weather .next-days p {
					margin: 0;
					display: inline-block;
					font-size: 16px;
					line-height: 3.5;
				}
				.weather .next-days a {
					display: block;
					line-height: 58px;
					border-bottom: 1px solid rgba(102,117,76,0.1);
					-webkit-transition: background .3s;
					transition: background .3s;
				}
					.weather .next-days a:hover {
						background: rgba(102,117,76,0.8);
					}
					.weather .next-days a:hover .day {
						color: #fff;
					}
					.weather .next-days-date {
						padding-left: 20px;
					}
					.weather .next-days-temperature {
						float: right;
						padding-right: 20px;
					}
						.weather .next-days-temperature .icon {
							padding-left: 10px;
						}

/*territorio page */
.content-item {

    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 300px;
    margin: -49px auto;
    overflow: hidden;
    position: relative;
}
.content-item .overlay {
  border-bottom: 100px solid #e8c63d;
  border-left: 100px solid transparent;
  bottom: 0;
  height: 0;
  opacity: .95;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0;
}
.content-item:hover .overlay {
  border-bottom: 800px solid #e8c63d;
  border-left: 800px solid transparent;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item .corner-overlay-content {
  bottom: 15px;
  color: #333;
  position: absolute;
  right: 15px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item:hover .corner-overlay-content {
  opacity: 0;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item .overlay-content {
	bottom: 0;
    color: #333;
    right: 0;
    opacity: 0;
    padding: 30px;
    position: absolute;
    width: 40%;
    right: 0;
    top: 25%;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.content-item .overlay-content a h2 {
color:rgba(102,117,76,1) }

.content-item:hover .overlay-content {
  opacity: 1;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}


#banner { background: url(../images/amares.jpg) no-repeat 50% 0; /*fixed*/
    background-size: cover;
    color: #fff;
    height: 300px;
    width: 100%;}
	
#banner.barcelos { background: url(../images/barcelos.jpg) no-repeat 50% 0; /*fixed*/}
#banner.braga { background: url(../images/braga.jpg) no-repeat 50% 0; /*fixed*/}
#banner.esposende { background: url(../images/esposende.jpg) no-repeat 50% 0; /*fixed*/}
#banner.terrasdebouro { background: url(../images/terrasdebouro.jpg) no-repeat 50% 0; /*fixed*/}
#banner.vilaverde{ background: url(../images/vilaverde.jpg) no-repeat 50% 0; /*fixed*/}

#bannertext {   
    position: relative;
    top: 35%;
    margin: 0 auto;
   /* border-bottom: .5em solid #fff;*/
    text-align: center;
     }
	 
	.waveline:before {
    content: "";
    displaY: block;
    background: url(../images/wave-line.png) no-repeat;
    background-size: contain;
    height: 300px;
    position: absolute;
    width: 93.5%;
    top: -76px;
	}

.waveline.barcelos:before {background: url(../images/barcelos-galo.png) no-repeat; background-size: contain;}
.waveline.braga:before {background: url(../images/bomjesus.png) no-repeat; background-size: contain;}
.waveline.esposende:before {background: none;}
.waveline.terrasdebouro:before {background: none;}
.waveline.vilaverde:before {background: url(../images/vila-verde.png) no-repeat; background-size: contain;}

/*button*/

.button-arrow.arrow-border {text-align: center;}
.button-arrow>li{position:relative;list-style:none;display:inline-block; }
.button-arrow>li>a{display:block;padding:10px 15px}
.arrow-border>li>a{line-height:1.4;border:0}
.arrow-border > li.active:before,.arrow-border > li.active:after,
.arrow-border > li:hover:before,.arrow-border> li:hover:after{position:absolute;top:100%;left:50%;width:0;height:0;border:solid rgba(0,0,0,0);content:'';}
.arrow-border > li.active:before,.arrow-border > li:hover:before{margin-left:-7px;border-width:7px;border-top-color:#fec500}
.arrow-border> li.active:after,.arrow-border > li:hover:after{margin-left:-5px;border-width:5px;border-top-color: #e0e3ea}
.arrow-border > li.active span:after,.arrow-border > li:hover span:after{position:absolute;top:99%;left:50%;margin-left:-30px;width:60px;height:2px;content:'';background:#fec500}
/*dark*/
.arrow-border.dark  > li.active:before,.arrow-border > li:before{border-top-color:#000}
.arrow-border.dark  > li.active:after,.arrow-border > li:after{border-top-color: #c4cac1; margin-top: -1px;}
.arrow-border.dark > li.active span:after,.arrow-border > li span:after{background:#000}

.arrow-border a:hover {
opacity:.8;
    color: #000;
    text-decoration: underline;
}


/*button*/

	.territorio {
	 background: rgba(255,255,255,.3);
     padding: 40px;}
	 
	/*tooltip*/

	.tooltip-example {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  text-align: center;
  top: 29%;
  width: 100%;
  margin-top: -4px;
  padding-bottom: 17px;
}

span.tooltip-1 strong  {
font-size: 40px;
visibility:hidden;
}

.tooltip-1 {
  display: inline;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
}
.tooltip-1:hover {
  cursor: pointer;
}
.tooltip-1:hover .tooltip__content {
  -webkit-transform: translate3d(-50%, -10%, 0);
  -moz-transform: translate3d(-50%, -10%, 0);
  -ms-transform: translate3d(-50%, -10%, 0);
  -o-transform: translate3d(-50%, -10%, 0);
  transform: translate3d(-50%, -10%, 0);
  opacity: 1;
  width: 100%;
  pointer-events: auto;
}
.tooltip__content {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: translate3d(-50%, 0%, 0);
  -moz-transform: translate3d(-50%, 0%, 0);
  -ms-transform: translate3d(-50%, 0%, 0);
  -o-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transform-origin: 0 10px;
  -moz-transform-origin: 0 10px;
  -ms-transform-origin: 0 10px;
  -o-transform-origin: 0 10px;
  transform-origin: 0 10px;
  background-color: #fff;
  border-radius: 4px;
  color: #2f2f2f;
  display: block;
  font-size: 14px;
  font-weight: normal;
  left: 50%;
  opacity: 0;
  padding: 10px 20px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  bottom: 100%;
}
.tooltip__content:before {
  border-color: transparent;
  border-top-color: #fff;
  border-style: solid;
  border-width: 10px;
  content: ' ';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  bottom: -20px;
  width: 0;
}
.tooltip__content:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}
.tooltip__content:hover {
  -webkit-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  -moz-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  -ms-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  -o-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  opacity: 1;
  pointer-events: auto;
}


	/*end*/
	
	
	/*modal*/
	
	
	
/* General styles for the modal */
/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/

.middle-container p b a, .middle-container p b a:hover {color: rgb(102,117,76);}
.md-content > div p b{color: #555;}

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.md-show {
  visibility: visible;
    overflow-y: hidden;
    height: 90%;
}

/* for custom scrollbar for webkit browser*/

::-webkit-scrollbar {
    width: 6px;
} 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8); 
} 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	background:rgba(102,117,76,1);
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(102,117,76, 0.9);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
  cursor: url(../images/close.png), auto;
}

/* Content styles */
.md-content {
  color: #fff;
  background: url("../images/g-pattern.png");  
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
}
.md-content h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
    font-size: 1.5em;
    font-weight: 300;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 0 0;
    color: #66754c;
}
.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}
.md-content > div p {
  margin: 0;
  padding: 10px 0;
}
.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}
.md-content > div ul li {
  padding: 5px 0;
}
.md-content button {
  border: 2px solid #fff;
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
}

/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/*lightbox */

/** LIGHTBOX MARKUP **/

a img.thumbnail.thumb {
-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0px;
    padding-bottom: 0px;
    text-align: center;
    position: inhert;
    overflow: visible;

}

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}



/**/




/*texto*/

	h3.cump.brick , h3.cump.brick  span, .brick a.js-vertical-tab.vertical-tab.is-active, .brick, .brick li, 
	.brick h3, .brick a.js-vertical-tab-accordion-heading.vertical-tab-accordion-heading.is-active  {color: brown;}
	
	.orange,h3.cump.orange, h3.cump.orange a, h3.cump.orange span a, h3.cump.orange span, .orange h3 {color: chocolate;}

	
	
	.col-sm-12.orange.texto {padding-left: 0;}
	
	.green p a b  {color: #66754c;}
	
	/*.texto a:hover {color: rgba(102,117,76,1);opacity:.6;}*/
	.texto h5 span{color: #555;}
	.texto h3 {color: chocolate;}

.texto p a {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 5px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  color: #555;
}
.texto p a:after {
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #66754c;
}
.texto a:after {
  left: 0;
}
.texto a:hover {
  color: #888;
  cursor: pointer;
}
.texto a:hover:after {
  width: 100%;
  left: 0;
}


	
	/*texto*/
	/*line*/
	

	.box-rotate {
	  transform: scale(1);
	}

		
	/*line*/


	/*modal*/
	 
	 
	.terra {
	 margin-left: 15px;
    /* margin-right: 44px; */
    width: 97.5%!important;
    height: auto;
    position: relative;
    background: rgba(255,255,255,.4) url("../images/leaf.png") no-repeat right bottom;
	}

.terra h4  {
	text-transform:uppercase;
	font-size: 15px;
    font-weight: bold;
    color: #66754c;
    margin-bottom: 20px; }

.terra  li {
    margin-bottom: 20px; 
    color: #66754c;
}

.terra li a {
    color: #83838b;
    transition: color 0.3s linear;
}

.terra-texto {
    padding: 30px;
}

img.image-terra{
    width: 100%;
}


.nav-mobile {
    display: none;
}

/*contactos*/

ul.c-info p b  {
color:#66754c
}


/* botao enviar */

.send {
  outline: none;
  height: 40px;
  text-align: center;
  width: 130px;
  border-radius: 40px;
  background: #fff;
  border: 2px solid #66754c;
  color: #66754c;
  letter-spacing: 1px;
  text-shadow: 0;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.send:hover {
  color: white;
  background: #66754c;
}
.send:active {
  letter-spacing: 2px;
}
.send:after {
  content: "Enviar";
}

.onclic {
  width: 40px;
  border-color: #bbbbbb;
  border-width: 3px;
  font-size: 0;
  border-left-color: #66754c;
  -webkit-animation: rotating 2s 0.25s linear infinite;
          animation: rotating 2s 0.25s linear infinite;
}
.onclic:after {
  content: "";
}
.onclic:hover {
  color: #66754c;
  background: white;
}

.validate {
  font-size: 13px;
  color: white;
  background: #66754c;
}
.validate:after {
  font-size: 16px;
  font-family: 'ionicons';
  content: "\f3fd";
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


/**/

.contact-content {
	padding: 90px 0;
}

.contact-content h3 {
	font-size: 24px;
	text-align: center;
	margin: 0 0 24px;
	text-transform: uppercase;
}

.contact-content p {
	text-align: center;
}

.gmap1 {
	padding: 0px;
	height: 400px;
}

.gmap1 div {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#map1 {
	display: block;
	width: 100%;
	height: 400px;
	margin: 0 auto;
}

#map1.large {
	height: 400px;
}

#map1 img {
	max-width: none;
	height: auto;
}

#google-map {
	position: relative;
}

#google-map .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 400px;
	z-index: 9999;
}

.contact-info {
	height: 400px;
	background: rgba(31,31,31,0.9);
}

.contact-info h4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	line-height: 10px;
	margin: 0 0 25px;
}

.contact-info p {
	font-family: lato;
	font-size: 14px;
	color: #9e9e9e;
	font-weight: 300;
	line-height: 24px;
}

.ci-inner {
display: table-cell;
margin: auto;
position: relative;
top: 50%;
left: 0px;
right: 0px;
height: 130px;
display: table;
margin: -65px auto 0;
}

.contact-content2 {
	padding: 90px 0;
}

.c-info {
	padding: 0;
	margin: 0;
}

.c-info li {
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 45px; 
}

.c-info li h4 {
	font-size: 14px;
	line-height: 10px;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.c-info li p {
	color: #9e9e9e;
}

/*form*/


.o-form input {
	width: 100%;
	height: 43px;
	background-color: #fff;
	border: solid 1px #e3e3e3;
	text-align: center;
	padding: 5px 15px;
	margin-bottom: 15px;
	color: #9e9e9e;
	font-size: 13px;
}

form input::-webkit-input-placeholder {
	color: #9e9e9e !important;
	opacity: 1 !important;
}

form input:-moz-placeholder {
	color: #9e9e9e !important;
	opacity: 1 !important;
}

form input::-moz-placeholder {
	color: #9e9e9e !important;
	opacity: 1 !important;
}

form input:-ms-input-placeholder {
	color: #9e9e9e !important;
	opacity: 1 !important;
}

form textarea::-webkit-input-placeholder {
	color: #9e9e9e !important;
	opacity: 1 !important;
}

form textarea:-moz-placeholder {
	color: #9e9e9e !important;
	opacity: 1 !important;
}

form textarea::-moz-placeholder {
	color: #9e9e9e !important;
	opacity: 1 !important;
}

form textarea:-ms-input-placeholder {
	color: #9e9e9e !important;
	opacity: 1 !important;
}


.c-info {
	padding: 0;
	margin: 0;
}

.c-info li {
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 45px;
}

.c-info li h4 {
	font-size: 14px;
	line-height: 10px;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.c-info li p {
	color: #9e9e9e;
}

.statusMessage,.successmessage,.errormessage {
	display: none;
	margin: auto;
	width: 100%;
	height: auto;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 auto;
	padding: 30px;
}

.statusMessage p {
	margin: 0;
	color: #888;
}

.successmessage p {
	margin: 0;
	color: #888;
}

.success-ico {
	color:#00b034;
	font-size:40px;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: -6px;
}

.error-ico {
	color:#f00;
	font-size:40px;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 15px;
	position: relative;
	top: -5px;
}

.errormessage p {
	margin: 0;
	color: #888;
}

.o-form textarea {
	height: 217px;
	background-color: #fff;
	border: solid 1px #e3e3e3;
	width: 100%;
	text-align: center;
	padding: 15px;
	color: #9e9e9e;
	font-size: 13px;
	margin-bottom: 15px;
}

#input-focused {
	border-color: #1f1f1f;
	color: #1f1f1f;
}

#input-error {
	border-color: #cc0000;
	color: #cc0000;
}

.alert {
	border-radius: 0px;
	color: #1f1f1f;
	text-transform: uppercase;
	font-size: 14px;
}

.alert-general {
	background-color: #f5f5f5;
	border-color: #d4d4d4;
}

.alert-success {
	background-color: #e4fac1;
	border-color: #a3d94c;
}

.alert-danger {
	background-color: #ffcdcd;
	border-color: #ff3333;
}

.alert-warning {
	background-color: #ffefd0;
	border-color: #e6b960;
}

.alert button span {
	font-size: 16px;
}

.alert-help {
	background-color: #d4f4ff;
	border-color: #98d5ec;
}

.alert-info {
	background-color: #fafcd4;
	border-color: #d9d864;
}

.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -1px;
	right: -25px;
	color: inherit;
}

.alert-ico {
	padding-left: 60px;
	position: relative;
}

.alert-ico i {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 32px;
}

.home-about h3, .home-features h3, .home-blog h3, .home-quotes h3, .home-vtabs h3, .home-experience h3, .home-skills h3, .home-appinfo h3, .home-shop h3, .home-lookbook h3, .hf-menu h3, .team h3, .client2 h3, .about-process h3, .faq-content h3, .shortcode-forms h3, .shortcode-tabs h3, .contact-content2 h3, .blog-single-comments h3, .blog-single-form h3, #portfolio-feed h3, .news-feed2 h3, #blog-content2 h3, .home-feature2 h3, .checkout-content h3 {
    border-bottom: 1px solid #e0e0e0;
    display: table;
    margin-bottom: 55px;
    padding-bottom: 5px;
    padding-right: 30px;
}

.btn-center {
    display: table;
    margin: 0 auto;
}
/*.btn-small {
    background: #1f1f1f;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 30px;
    line-height: 40px;
    border: none;
    transition: .4s;
    display: table;
}*/

.lista ul li  {
	list-style: none;
    padding-bottom: 2%;
}


.search-blog li {
    display: block;
}

div#nav_menu ul {
    display: block!important;
}

@media only screen and (max-width: 991px) {
#nav_menu > ul > li > a {
    padding: 0 15px;
	}
	
	.cd-accordion-menu li {
    list-style: none;
    border-bottom: 1px solid #eee;
}
.cd-accordion-menu label::after {
    visibility: hidden;
}

.map1 {
    height: 250px;
    background: #000;
    overflow: hidden;
}
.newsfeed .item p {
    margin: 20px 0 15px;
    text-align: left;
}
.post-module .post-content {
    padding: 10px;
}

}


@media only screen and (max-width: 467px) {
	h4.feed-item-title:after {
		content: "(...)";
		display: block;
		clear: both;
		line-height: 0;
		color: #555;
		position: absolute;
		right: -20px;
		top: 32px;
		height: 10px;
		margin-top: -24px;
	}
	#index-video .item-inner2 h4 {display: none;}
	
	.video-thumb:after {
    width: 0;
    height: 0;
    font-size: 18px;
    text-align: center;
    border: none;
    top: -40px;
    left: -16px;
    right: 0px;
    padding-left: 0;
    margin: auto;
    bottom: 0;
}

}

.vertical-tabs.orange{
    display: block!important;
} 

@media only screen and (max-width: 1280px) {

.newsfeed .item {
    width: 50%;}
	
	.news-feed img.details__deer.lazy {
    width: 75%;
}
.vertical-tab-content-container h1 {
    padding: 5%;
}

.post-module .thumbnail {
    background: #eee;
    padding: 0;
}

.map { position: relative;}
}

.spacial {
    padding: 10%;
}

		.logo-mob { display:none; }
		


@media only screen and (max-width: 1204px) {	

#nav_menu > ul > li > a {
    padding: 0 23px;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    color: #6e6e6e;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

	.bar-top {
    float: left;
    position: absolute;
    margin-left: -21px;
    width: 270px;
    top: 0;
	}	
	
	p#confinenciado {
    float: left;
    position: absolute;
    margin-left: -145px;
    top: 0;
    color: #888;
    visibility: hidden;
}

}		
		
@media only screen and (max-width: 1049px) {	
	
	p#confinenciado {visibility:hidden;}
	.bar-top {
		float: left;
		position: relative;
		margin-left: -35px;
		width: 400px;
		top: 40px;
		z-index: 999;
	}	
		
	.nav-mobile {
		display: block;
	}
	
	.nav-mobile li {
	  color: transparent;
	  line-height: 1.9;

	}
	
	.nav-mobile a.close-mob {
    position: fixed;
    top: 76px;
    right: 31px;
    z-index: 9;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    padding: 11px 0 0 9px;
    border-radius: 50%;
    border: 1px solid #66754c;
    opacity: .9;
    tap-highlight-color: transparent;
	}
	
	.nav-mobile li a {
	    padding: 0 30px;
		font-weight: 600;
		font-size: 13px;
		letter-spacing: 1px;
		text-decoration: none;
		text-transform: uppercase;
		color: #eee;
		-webkit-transition: color .2s ease;
		-moz-transition: color .2s ease;
		-ms-transition: color .2s ease;
		-o-transition: color .2s ease;
		transition: color .2s ease;
	}
	
	.nav-mobile span {
	  display: block;
	  width: 16px;
	  height: 2px;
	  background: #66754c;
	  transition: .7s;
	  pointer-events: none;
	}
	.nav-mobile span:nth-child(2) {
	  margin: 3px 0;
	}
	.close-mob.open-mob {
	  border-color: rgba(255,255,255,.2);
	}
	.close-mob.open-mob span {
	  background: #fff;
	}
	.close-mob.open-mob :first-child {
	  transform: translateY(5px) rotate(-45deg);
	}
	.close-mob.open-mob :nth-child(2) {
	  transform: rotate(-45deg);
	  opacity: 0;
	}
	.close-mob.open-mob :last-child {
	  transform: translateY(-5px) rotate(-135deg);
	}
	.nav-mobile nav {
		position: fixed;
		padding-top:150px;
		width: 200px;
		top: 0;
		height: 100%;
		bottom: 0;
		z-index: 6; 
		right: 0;
		background: #66754c;
		transform: translateX(100%);
		transition: .5s;
	}
	.open-mob + nav {
	  transform: none;
	}
	.nav-mobile code {
	  color: transparent;
	  font-size: 0;
	}
	
	h4.feed-item-title {
    font-size: 15px;
    padding-left: 18%;
    overflow: hidden;
    height: 18px;
	}
	
	.mw-shadow.mw-shadow-small a img  {
	width: 100%; }
	
	.newsfeed-filter li {
		list-style: none;
		float: left;
		margin-left: 20px;
		text-transform: uppercase;
		font-size: 10px;
		position: relative;
		right: 0;
		/* float: right; */
	}
	
	img.img-responsive {
		margin: 0 auto;
	}	
		
}		
		
		

@media only screen and (max-width: 767px) {
div#nav_menu ul {
    display: none!important;
}
		.search-blog li     { display: block; }
		.head-weather li { display: none;}
		.logo-mob {
			display: block;
			position: relative;
			top: -39px;
			left: 46px;
			width: 60px;
			z-index: 999;
			list-style-type: none;
			position: absolute;
		}
	  .head-social, .bar-top {display: none;}
	  .content-item .overlay-content {   width: 100%;}
	  #index-video .item-inner2 {height: 0;}
	  #index-video .item-inner2 h4 {font-size: 13px;}
	  
	  .newsfeed .item {
	 	 width: 90%; }
		 
		 footer {
		padding: 10%;
		}

	  .previous_btn {
		left: 50px;
	  }
	  .next_btn {
		right: 50px;
	  }
	  
	  
	  #nav_menu > ul > li {
		display:none;
	 }
			
	/*add*/
	
	.search-blog {
     float: left;
	 margin-top: 13px;
     width: 80%;
	}
	
	.search-blog form button {
    color: brown;
    width: 6%;
    background: none;
    background: #eee;
    position: absolute;
    border: none;
    line-height: 33px;
    text-align: center;
    float: right;
    top: 31px;
	}
	
	.bar-top { visibility: hidden;}
	
	
	

/**/
}



