/*
Theme Name: totaldesk2015
Theme URI: http://totaldesk.com.br
Description: Um simples site responsivo :)
Version: 3.3.1
Author: Henrique Guerra [ HG ] - totalDesk Tecnologia.
Author URI: http://totaldesk.com.br
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

body {
  padding-top: 0px;
  font-size: 14px;
}
a {
	color: #78909C;
  font-weight: normal;
}
html, h1, h2, h3, h4, h5, a, span, p {
	font-family: 'Open Sans', sans-serif;
}

p {
  color: #546E7A;
}

#main p.meta {margin: 0;}

.navbar-brand .gif {
  max-width: 100px;
  float: left;
  padding-top: 10px;
  padding-bottom: 8px;
}

.uk-grid {
    /* margin-left: -25px; */
    margin-left: 0;
}

/******************/

h1 {
  position: relative;
}

 h1.one {
    margin-top: 0;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
  }

  h1.one:before {
    content: "";
    display: block;
    border-top: solid 1px black;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }

  h1.one span {
    background: transparent;
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }




/******************/


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

.single-title, .page-title, .page-header h1 {
  color: #37474F;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
}

.entry-title, .h2, h2 {
  color: #455A64;
  font-size:16px;
  font-weight: bold;
  text-transform: uppercase;
}
/** TOPO **/
.bar-top {
	width: 100%;
	min-height: 5px;
	background: #1ba469;
}

.navbar-fixed-top, .navbar-fixed-bottom {
  position:inherit;
  margin: 0;
  background: none;
}

.navbar-brand {
	height: auto;
  padding: 5px 0;
}

.navbar-brand img {
  max-width: 130%;
}

.topo-infos {
	text-align: right;
  padding-top: 18px;
}

.topo-infos .fa {
	color: #78909C;
}

.navbar-right .fa  {
  color: #fff;
}

/** MENU **/
.navbar-nav {
	text-align: center;
}

.navbar-nav>li {
  float: none;
  display: inline-table;
}

.navbar-nav>li>a {
  color: #fff;
  text-transform: uppercase;
}

.navbar-nav>li>a:hover {
	color: #333;
}

.navbar-collapse {
	background: #1ba469;
	margin: 0;
	text-align: center;
}


/** MENU **/

/** IMAGENS **/

.thumb-banner-principal {
  width: 100%;
  height: 350px;
    -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.thumb-noticias-principal {
  width: 100%;
  height: 250px;
    -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.attachment-wpbs-featured {
    float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.attachment-img-geral  {
	width: 100%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.img-thumb-single .attachment-img-geral {
  width: 50%;
  float: right;
  margin: 0 0 15px 15px;
}

/** ELEMENTOS GERAIS **/

/** PAINEIS **/
.panel-default>.panel-heading {
  color: #fff;
  background-color: #78909C;
  border-color: #ddd;
}

.panel-success>.panel-heading {
  color: #fff;
  background-color: #78909C;
  border-color: #ddd;
}


/** CALENDARIO **/

.calendario-home {
background: #666;
font-size: 14px;
padding: 0;
}


.calendario-home a {
  font-size: 14px;
}

.calendario-home h1 {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
  background: #ccc;
  padding: 15px 5px;
  margin: 0
}

.calendario-home .light.dp_pec_wrapper {
  background: none;
  border: none;
  box-shadow: none;
}

.calendario-home .light.dp_pec_wrapper .dp_pec_nav span {
  color: #FFF;
  box-shadow: none;
  text-shadow: none;
}

.calendario-home .light.dp_pec_wrapper .dp_pec_content .dp_pec_date_event_head.dp_pec_date_event_daily {
  background-color: #fff;
}

.dp_pec_options_nav {
  display: none;
}

.dp_pec_layout {
  display: none;
}

.dp_pec_dayname {

}

.dp_pec_date a {
  font-size: 9px;
}
/** BORDAS **/

.border-lat {
    border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

/** FORMS **/
::-webkit-input-placeholder {
   color: orange;
   font: 12px verdana, arial, sans-serif;
}

:-moz-placeholder {
   color: orange;
   font: 12px verdana, arial, sans-serif;
}

::-moz-placeholder {
   color: orange;
   font: 12px verdana, arial, sans-serif;
}

:-ms-input-placeholder {
   color: orange;
   font: 12px verdana, arial, sans-serif;
}

/*********************************************************/


/** BANNER **/

.banner-full {
	background-image: url(images/bg-banner.jpg);
	padding: 15px 0;
  height: 480px;
}
#carousel-home a {
  text-decoration: none;
}

#carousel-home h1 {
  background: #333;
  z-index: 9999;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 15px;
  text-transform: uppercase;
  color: #fff;
}

.carousel-control.left {
  background: no-repeat;
  z-index: 1009;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 5%;
  bottom: 0;
  width: auto;
}

.carousel-control.right {
  left: auto;
  right: 5%;
  }


#carousel-home-anuncios {
  margin-bottom: 15px;
    background-color: #FFFFFF;
  box-shadow: 0 1px 3px 2px rgba(0,0,0,0.2);
}
#carousel-home-anuncios h1{background: #333;
  z-index: 9999;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 15px;
  text-transform: uppercase;
  color: #fff;}
#carousel-home-anuncios .thumbnail {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
#carousel-home-anuncios .thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.crop {
  width: 100%;
  height: 335px;
    -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.crop img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}


/***********************************************************/

.panel {
	border-radius: 0;
}

.panel-heading {

  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.lg-tabs {
  margin: auto;
  padding: 0;
}

.lg-tabs li {
  min-width: 25%;
  padding: 25px 15px;
  border-right: 1px dashed #eee;
  border-left: 1px dashed #eee;
  margin-right: -2px;
  list-style: none;
  display: inline-table;
}

.lg-tabs li {
  background: #fff;
  position: relative;
  min-height: 1px;
  float: left;
}

.lg-tabs a {
  -webkit-transition: color .35s ease;
  transition: color .35s ease;
}

.lg-tabs a {
  color: #757575;
  background: #fff;
  display: block;
}


.grid-loops {
  padding: 15px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px 2px rgba(0,0,0,0.2);
  font-size: 13px;
  min-height: 550px;
}

.grid-loops h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 8px 0;
  line-height: 1.4em;
}

/** LINHAS BACKGROUNDS **/
.bg-color-1 {
	background: #b1d6b1;
	padding: 40px 0;
}
.bg-color-2 {
  background-color: #F0F0F0;
}

/** LOOPS HOME **/
.titu-painel-home {
	background: #78909C;
	color: #fff;
	padding: 15px;
	text-transform: uppercase;
}


/** LOOPS **/
.grid-loops a {
	text-decoration: none;
  color: #1ba469;
  font-weight: normal;

}

.grid-loops .badge {
	float: right;
  background: #78909C;
}

.grid-loops h3 .badge {
	font-size: 12px;
}

.post-noticia .thumb-noticias-principal {display: none;}

.grid-loops .post-noticiafirst .date {
  position: absolute;
  background-color: #78909C;
  color: #fff;
  padding: 5px;
  /* margin-top: -10px; */
  width: 30%;
  text-align: center;
  float: left;
  margin-right: 5px;
  margin-top: -10%;
  margin-right: 0;
  margin-left: 50%;
}

.grid-loops .post-noticia .date {
  background-color: #78909C;
  color: #fff;
  padding: 5px;
  width: 30%;
  text-align: center;
  float: left;
  margin: 0;
  margin-right: 3%;
  margin-bottom: 10px;
}
.post-noticia img {
	display: none;
}

.post-noticia h3 {
	font-size: 14px;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.2em;
}

.post-noticia hr {
	display: none;
}

/** EVENTOS **/


.grid-loops .post-eventosfirst .date {
  background: #1ba469;
  color: #fff;
  padding: 5px;
}


.grid-loops .post-eventosfirst h3 {
  position: absolute;
  width: 100%;
  /* margin: 20% 20%; */
  margin-top: -20%;
  background-color: #78909C;
  color: #fff;
  padding: 5px;
  text-align: center;
}

.grid-loops .post-eventosfirst a {
	color: #fff;
}

/** carroussel eventos **/
.carousel-home-eventos .attachment-img-geral {
  width: 100%;
  max-height: 300px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

/** PAGE EVENTOS **/
.loop-eventos-page {
  margin-bottom: 10px;
}

/** sidebar home **/
.sidebar-home {
	background: #ECEFF1;
	padding: 15px;
}


/** SIDE BAR UTILIDADES **/

#sidebar1 #section-utilidades .feature, #sidebar1 #section-utilidades .panel-title {
  text-align: left;
  border: none;
  padding: 0;
  color: #fff;
}


#sidebar1 #section-utilidades .feature i {
float: left;
text-align: center;
margin-right: 15px;
margin-bottom: 15px;
}

#sidebar1 #section-utilidades .feature h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  min-height: 0;
  padding-top: 8.5%;

}
#sidebar1 #section-utilidades .row > div {
  border-right: 0;
}

/*** CALENDARIO SIDE ***/

#sidebar1 .light.dp_pec_wrapper .dp_pec_nav {
  border-bottom: 1px dashed #e2e2e2;
  padding-top: 15px;
}

#sidebar1 .calendario-home .light.dp_pec_wrapper .dp_pec_nav span {
  color: #FFF;
  box-shadow: none;
  text-shadow: none;
  padding-top: 15px;
}

/*******************************/
/** UTILIDADES **/
#section-utilidades {
	text-align: center;

}

#section-utilidades a {
	text-decoration: none;
	color: #78909C;
}

#section-utilidades .row > .uk-grid-width-1-5 li {
  border-right: 1px solid #D5D5D5;
  padding-left: 0;
}

#section-utilidades .row > .uk-grid-width-1-5 li:last-child {
  border-right: 0;
}

#section-utilidades .row > .borda-util-170 {
  border-right: 0;
}

#section-utilidades .feature {
	margin: 5% 0;
  padding: 10% 0;
}

#section-utilidades .feature i {
	color: #1ba469;
	font-size: 40px;
	border: 2px solid #1ba469;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	padding-top: 25px;
	transition-duration: 0.4s;
}

#section-utilidades .feature:hover i {
  color: #FFFFFF;
  background: #1ba469;
}



#section-utilidades h1 {
	text-transform: uppercase;
	margin: 0;
	font-size: 22px;
	color: #263238;
	font-weight: bold;
	background: #78909C;
	padding: 10px 0;
}

.modal-content {
  border-radius: 0;
}

.modal-title {
  padding: 15px;
}

.modal-header {
  padding: 0;
}

/** SINDICATOS **/

#section-sindicatos h2 {
  margin: 15px 0 0 0 ;
}

#section-sindicatos p {
  margin: 0;
}

#owl-demo .item{

  padding: 15px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}

.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-pagination {
	display: none;
}

.sind-carosel {
  padding-top: 40px;
  padding-bottom: 25px;
}

.sind-carosel .uk-slidenav {
  display: block;
  top:0;
  margin-top: 5px;
}

.sind-carosel .uk-slidenav-contrast {
  color: #263238;
}

.sind-carosel .uk-slidenav-next {
  right: 47%;
}


.sind-carosel .uk-slidenav-previous {
  left: 47%;
}

.sind-carosel .uk-slidenav {

  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;

}


.page-loop-sindicatos {
  margin-bottom: 15px;
}

/** RESTRITO **/

.page-restrict-output .button {
  width: 32%;
  background-color: #1ba469;
  color: #fff;
}

.page-restrict-output label #rememberme {
  margin: 15px 0;
  border: none;
  box-shadow: none;
  display: none;
}

/** FOOTER **/
#footer {
	background: #263238;
	color:#fff;
	padding-top: 30px;
	border-top: 5px solid #78909C;
}


.content-footer h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #455A64;
  color: #fff;
}
.content-footer p {
  font-size: 13px;
  color: #fff;
  margin: 15px 0;
}

.content-footer span {
  font-weight: bold;
  font-size: 14px;
}

.content-footer .wysija-paragraph {
  margin: 0;
  margin-bottom: 5px;
}

.content-footer .widget_wysija_cont .wysija-submit {
  margin: 0;
  color: #fff;
  background: #388E3C;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.content-footer .widget_wysija_cont .wysija-submit:hover {
  background-color: #43A047;
}

.footer-colunas-logo {
  margin-top: 25px;
  padding: 0 15px;
}

.pad-0: {
  padding: 0;
}

#inner-footer {
  border-top: 1px solid #455A64;
  margin-top: 15px;
  padding-top: 10px;
}

.btntop-float {
  position: fixed;
  bottom: 10%;
  right: 5%;
}

.btntop-float .fa {
  font-size: 32px;
}

#contato .wpcf7-submit {
  background: #1ba469;
  color: #fff;
  max-width: 30%;
  text-align: center;
}

/*** SEARCH ***/

div[id*="ajaxsearchlite"] .probox {
  background-image: none;
  background-color: #E0E0E0;

}

div[id*="ajaxsearchlite"] .probox .proinput input {
  color: #333;
}

div[id*="ajaxsearchlite"] {
  width: 50%;
  float: right;
}

div[id*="ajaxsearchlite"] .probox .prosettings {
  display: none;
}

.modal-header .close {
  margin-top: -2px;
  padding: 15px;
}

.modal-body h3 {
  font-size: 16px;
  border: none;
}

.taxo-titu {
  margin: 0;
  padding: 15px 0;
}


.btn.btn-primary.btn-lg.posicao {
  font-size: 16px;
  border-radius: 0;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif!important;
}

.btn.btn-primary.btn-lg.posicao {
  display: none;
}

.banner-full .btn.btn-primary.btn-lg.posicao {
  display: block;
}

table{border:2px solid #ccc;width: 100%;}
td{border-bottom: 1px solid #ccc;
  padding: 1%;
  border-right: 1px solid #ccc;}
  .modal-title{  background-color: #1BA469;
  color: #fff;
  text-align: center;}
  .sessao-um{background-image: url(images/bg-bottom-ftice.png);background-repeat: no-repeat;background-position: bottom center;padding-bottom: 30px;}

/** MOBILE LAST **/
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){


}
@media(min-width:1200px){}