/*Breadcrumbs v4
------------------------------------*/ 
.breadcrumbs-v4 {
  width: 100%;
  padding: 65px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/1.jpg);
}

.breadcrumbs-v4:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.1);
}

.breadcrumbs-v4 .container {
  position: relative;
}

.breadcrumbs-v4 span.page-name {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 200;
  margin: 0 0 5px 3px;
}

.breadcrumbs-v4 h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  margin: 0 0 10px;
  line-height: 50px;
}

.breadcrumbs-v4 .breadcrumb-v4-in {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.breadcrumbs-v4 .breadcrumb-v4-in > li {
  color: #fff;
  font-size: 13px;
  display: inline-block;
}

.breadcrumbs-v4 .breadcrumb-v4-in > li + li:before {
  color: #fff;
  content: "\f105";
  margin-left: 7px;
  padding-right: 8px;
  font-family: FontAwesome;
}

.breadcrumbs-v4 .breadcrumb-v4-in li a {
  color: #fff;
}

.breadcrumbs-v4 .breadcrumb-v4-in li.active,
.breadcrumbs-v4 .breadcrumb-v4-in li a:hover {
  color: #18ba9b;
  text-decoration: none;
}

@media (max-width: 768px) {
  .breadcrumbs-v4 {
    text-align: center;
  }

  .breadcrumbs-v4 span.page-name {
    font-size: 18px;
  }

  .breadcrumbs-v4 h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

/*Breadcrumbs v5
------------------------------------*/ 
.breadcrumbs-v5 {
  width: 100%;
  padding: 25px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/breadcrumbs-img.jpg);
}

.breadcrumbs-v5:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.3);
}

.breadcrumbs-v5 .container {
  position: relative;
}

.breadcrumbs-v5 span.page-name {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 200;
  margin: 0 0 5px 3px;
}

.breadcrumbs-v5 h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 200;
  margin: 0 0 20px;
  line-height: 50px;
  text-transform: uppercase;
}

.breadcrumbs-v5 .breadcrumb-v5-in {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.breadcrumbs-v5 .breadcrumb-v5-in > li {
  color: #fff;
  font-size: 13px;
  display: inline-block;
}

.breadcrumbs-v5 .breadcrumb-v5-in > li + li:before {
  color: #fff;
  content: "\f105";
  margin-left: 7px;
  padding-right: 8px;
  font-family: FontAwesome;
}

.breadcrumbs-v5 .breadcrumb-v5-in li a {
  color: #fff;
}

.breadcrumbs-v5 .breadcrumb-v5-in li.active,
.breadcrumbs-v5 .breadcrumb-v5-in li a:hover {
  color: #18ba9b;
  text-decoration: none;
}

@media (max-width: 768px) {
  .breadcrumbs-v5 {
    text-align: center;
  }

  .breadcrumbs-v5 span.page-name {
    font-size: 18px;
  }

  .breadcrumbs-v5 h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

/*Link List*/
.link-list3 li {
	border-top: solid 1px #eee;
}

.link-list3 li:first-child {
	border-top: none !important;
}

.link-list3 a {
	color: #3498db;
	font-size: 13px;
	padding: 6px 0px;
	display: inline-block;
}
.link-list3 li a:hover {
  color: #72c02c;
}
/*Spacers*/
.spacer1 {
    margin-top: 20px; /* define margin as you see fit */
}
.spacer2 {
    margin-top: 200px; /* define margin as you see fit */
}
.spacer3 {
    margin-top: 50px; /* define margin as you see fit */
}
.spacer4 {
    margin-top: 80px; /* define margin as you see fit */
}

/*Blockquote*/
blockquote.mine {
  padding: 10px 15px;
  border-left-width: 2px;
  background: #f3f3f3;
  border-left: solid 3px #999;
  margin-left: 20px;
}

blockquote.mine p {
  font-size: 12px;
  font-weight: 400;   
}

/*
// #Call to Action
// --------------------------------------------------
*/
.call-to-action {
  border: 1px solid #dcdcdc;
  background: #fff;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
  padding: 40px 30px;
  text-align: center;
  display: table;
  width: 100%;
}
.call-to-action:before,
.call-to-action:after {
  content: " ";
  display: table;
}
.call-to-action:after {
  clear: both;
}
@media (min-width: 992px) {
  .call-to-action {
    text-align: left;
  }
}
.call-to-action .cta-txt {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .call-to-action .cta-txt {
    display: table-cell;
    margin-bottom: 0;
  }
}
.call-to-action .cta-txt p:last-child {
  margin-bottom: 0;
}
.call-to-action .cta-btn {
  display: block;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .call-to-action .cta-btn {
    display: table-cell;
    padding-left: 30px;
  }
}
.call-to-action h2 {
  text-transform: none;
  margin-bottom: .25em;
}
.call-to-action.centered {
  text-align: center !important;
}
.call-to-action.centered .cta-txt {
  display: block;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .call-to-action.centered .cta-txt {
    display: block;
    width: 100%;
  }
}
.call-to-action.centered .cta-btn {
  display: block;
  padding-left: 0;
}
@media (min-width: 992px) {
  .call-to-action.centered .cta-btn {
    display: block;
    width: 100%;
  }
}
.call-to-action.clean {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*Tag Boxes v1*/
.tag-box-v8 {
  border: solid 1px #eee;
}

/*Line height*/
p.small {
    line-height: 10px;
}

p.big {
    line-height: 40px;
}

/*Shop Color Red*/
.shop-red {
  color: #c9253c;
}

.shop-green {
  color: #18ba9b;
}

/*Shop-subscribe
------------------------------------*/
.shop-subscribe {
	padding: 20px 0;
	background: #18ba9b;
}

.shop-subscribe h2 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 200;
	text-transform: uppercase;
}

/*Links
------------------------------------*/
a.linkblue: {
    color: #3498db !important;
    text-decoration: none;
}

/*----------------------------------------*/

.hrow{
  position: relative;
  min-height: 253px;
}

.hrow.row-title {
    height: 195px;
    min-height:0;
    background-color: #eee;
    text-align: center;
}
.row-arrow {
    position: absolute;
    height: 10px;
    border-left: solid 18px rgba(0, 0, 0, 0);
    border-right: solid 18px rgba(0, 0, 0, 0);
    border-top: solid 20px #EEE;
    top: 0;
    left: 50%;
    margin-left: -18px;
}
.row-title h2 {
    margin-top: 84px;
    padding: 0 15px 25px;  font-weight: 400;  letter-spacing: 0.1em;  color: #4F2840;  
    display: inline-block;
    text-shadow: 0 1px 0px #FFF;
    font-size: 1.15em;  text-transform: uppercase;  
    background: url("http://www.masterslider.com/wp-content/uploads/home-title-arrow.gif") no-repeat center 32px;
}

.hrow.white-hrow {
    background: #Fbfbfb;
}

.hrow.gray-hrow {
    background: #eee;
}

.hrow.gray-hrow .row-content {
text-shadow: 0 1px 0 #FFF;
}

.hrow .row-content {
    padding: 70px 60px 0 550px;
}

.hrow .feature-img {
    position: absolute;
    bottom: 0;
    margin:0;
}

.hrow .row-content>p {
  margin:0px;
  padding-bottom: 20px;
}

.hrow .row-content>h3 {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0;
    font-size: 2.3em;
    color: #333;
}

.hrow.gray-hrow .row-content {
    padding: 70px 550px 0 80px;
}

.hrow.gray-hrow .feature-img {
  right:0;
}

.hrow.fe-transitions .row-content {
    padding-left: 585px;
}

@media only screen and (max-width: 1199px){
  .row-content {
   	  padding-top: 50px !important;
  }
  
  .hrow .row-content>h3 {
   	 font-size: 1.5em;
   	}
}


@media only screen and (max-width: 990px){
  .hrow.fe-transitions .row-content,
  .hrow.fe-flickr .row-content {
    		padding-top: 40px !important;
  }
}

@media only screen and (max-width: 960px){
  
  
  .hrow{
    min-height: 197px !important;
  }
  
  .hrow.row-title {
      height: 120px  !important;
      min-height: 0px !important;
  }
  
  .row-title h2 {
      margin-top: 40px;
  }
  
  .hrow .feature-img {
    width:40%;
  }
  .hrow.gray-hrow .row-content {
   	  padding-right: 45%;
   	  padding-left: 50px;
  }
  .hrow.white-hrow .row-content {
   	  padding-left: 45%;
   	  padding-right: 50px;
  }
  
}

@media only screen and (max-width: 650px){

  
  .hrow .feature-img {
    width:90%;
    position:relative;
    float:none !important;
    display: block;
  }
  
  .hrow .row-content {
    padding-right: 30px !important;
   	  padding-left: 30px !important;
   	  text-align:center;
  }
  
  .hrow.gray-hrow .feature-img {
    margin-left:10%;
  }
  .hrow.white-hrow .feature-img {
    margin-right:10%;
  }
  

}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.datepicker td,
.datepicker th {
  border: 1px solid #eee;
  text-align: center;
  width: 20px;
  height: 20px;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 190px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

/*Colored Content Boxes
------------------------------------*/
.service-block2 {
  padding: 10px 10px;
  text-align: center;
  margin-bottom: 5px;
}

.service-block2 p,
.service-block2 h4 {
  color: #fff;
}

.service-block2 h4 a:hover{
  text-decoration: none;
}

.service-block2-light,
.service-block2-default {
  background: #fafafa;
  border: solid 1px #eee; 
}

.service-block2-default:hover {
  box-shadow: 0 0 8px #eee;
}

.service-block2-light p,
.service-block2-light h2,
.service-block2-default p,
.service-block2-default h2 {
  color: #555;
}

.service-block2-u {
  background: #72c02c;
}
.service-block2-blue {
  background: #3498db;
}
.service-block2-red {
  background: #e74c3c;
}
.service-block2-sea {
  background: #1abc9c;
}
.service-block2-grey {
  background: #95a5a6;
}
.service-block2-yellow {
  background: #f1c40f;
}
.service-block2-orange {
  background: #e67e22;
}
.service-block2-green {
  background: #2ecc71;
}
.service-block2-purple {
  background: #9b6bcc;
}
.service-block2-aqua {
  background: #27d7e7;
}
.service-block2-brown {
  background: #9c8061;
}
.service-block2-dark-blue {
  background: #4765a0;
}
.service-block2-light-green {
  background: #79d5b3;
}
.service-block2-dark {
  background: #555;
}
.service-block2-light {
  background: #ecf0f1;
}

/*News v1
------------------------------------*/
.news-v5 {
  margin-left: 50px;
}


.news-v5 .news-v5-in {
  background: #fafafa;
}

.news-v5 h3 {
  margin-bottom: 0;
  font-weight: 400;
  color: #555;
  line-height: 28px;
  text-align: center;
  padding: 10px;
}

.news-v5 h3 a {
  color: #555;
}

.news-v5 p {
  color: #555;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 10px;
}

.news-v5 .news-v5-info {
  margin-left: 0;
  margin-top: 10px;
  overflow: hidden;
  padding: 8px 10px;
  border-top: solid 1px #eee;
}

.news-v5 .news-v5-info li {
  font-size: 12px;
  color: blue;
}

/* Post */
.post h2 a {
	text-decoration: none;
}

.post .post-meta {
	font-size: 0.9em;
	margin-bottom: 7px;
}

.post .post-meta > span {
	display: inline-block;
	padding-right: 8px;
}

.post .post-meta i {
	margin-right: 3px;
}

.post-date {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	float: left;
	margin-right: 10px;
	text-align: center;
}

.post-date .month {
	background: blue;
	border-radius: 0 0 2px 2px;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
	color: #FFF;
	font-size: 0.9em;
	padding: 0 10px 2px;
}

.post-date .day {
	background: #F4F4F4;
	border-radius: 2px 2px 0 0;
	color: blue;
	display: block;
	font-size: 16px;
	font-weight: 500;
	font-weight: bold;
	padding: 10px;
}




/*Paginação
------------------------------------*/
.paginas {
    display: inline-block;
}

.paginas a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.paginas a.active {
    background-color: #72c02c;
    color: white;
    border-radius: 5px;
}

.paginas a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}

/*Oferta Formativa - descrição
------------------------------------*/
.oferta {
    background: #ffffff;
    margin-left: 50px;
}


.oferta-in {
    padding-left: 15px;
    margin-left: 50px;
    margin-right: 50px;
    background: #ffffff;
    color: #555;
}

.news-v5 h3 {
  margin-bottom: 0;
  font-weight: 400;
  color: #555;
  line-height: 28px;
  text-align: center;
  padding: 10px;
}

.news-v5 h3 a {
  color: #555;
}

.oferta p {
  color: #555;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

.news-v5 .news-v5-info {
  margin-left: 0;
  margin-top: 10px;
  overflow: hidden;
  padding: 8px 10px;
  border-top: solid 1px #eee;
}

.news-v5 .news-v5-info li {
  font-size: 12px;
  color: blue;
}



