/* mudar main pra content - ver se muda algo ---- header display table  width 100% */
.content { font-size: 14px; line-height: 1.42857; }
.main-content .row::after, .main-content .row::before { content: " "; display: table; box-sizing: border-box; }
.main-content .row { margin-left: -15px; margin-right: -15px; }
.main-content aside, .main-content header { box-sizing: border-box; display:block; }

.main-content { padding-bottom: 50px; }
.main-content .articles-3 { font-size: 0; }
.main-content .articles-3 article p { margin:0; }

.wrap-content .setImage { background-size:cover; background-position:center center; background-repeat:no-repeat; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
	box-sizing: border-box;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-8 {
    width: 66.6667%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-lg-3 {
    width: 25%;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-4 {
    width: 33.3333%;
}

h1, h2, h3 {
  margin: 0; box-sizing: border-box;
}

h1 {
  margin: 33px 0 27px;
  font-size: 36px;
  letter-spacing: 1.7px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #424242;
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.42857;
}

h2 {
  font-size: 26px;
  letter-spacing: 0.6px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #424242;
  line-height: 1.42857;
  float:none;
}

h3 {
  margin: 15px 0 2px;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #f2911c;
  line-height:16px;
}

h4 {
  margin: 55px 0 27px;
  padding-bottom: 5px;
  font-size: 17px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  color: #424242;
  border-bottom: 1px solid #bbbbbb;
  text-align: right;
}

p {
  margin: 0px 0 25px;
  font-size: 14px;
  line-height: 17px;
  color: #7b7b7b;
  letter-spacing: 0.1px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0 none;
  box-sizing: border-box;
  /*height: calc();*/
}

aside.left-content {
  margin-top: 83px;
}
aside.left-content header {
  padding: 16px 14px 15px;
  background-color: #f6f6f6;
  border: 1px solid #e8e8e8;
  border-bottom: none;
 /* display:table;*/
  /*width:98%;*/
}
aside.left-content main {
  padding: 27px 8px 52px 13px;
  border: 1px solid #e8e8e8;
}
aside.left-content main article {
  margin-bottom: 62px;
}

aside.left-content main article h3 {
  margin: 10px 0 2px;
}

.large-img {
  margin-bottom: 6px;
}

.subpage-content {
  min-height: 1000px;
}

.subpage-heading {
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #bbbbbb;
  width: 100%;
  height: 85px;
  margin-bottom: 15px;
}
.subpage-heading h1, .subpage-heading h4 {
  border-bottom: none !important;
}

.tile {
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 0px !important;
  height: 240px;
  background-color: #bcbcbc;
  border: 15px solid #fff;
  max-width: 100%;
}
.tile--colorful {
  background-image: url("../images/photo1.jpg");
  background-size: cover;
  background-color: #fff;
}

.tile__overlay {
  height: 45%;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.tile__overlay--colorful {
  background: rgba(0, 0, 0, 0.3);
  padding: 0;
  position: relative;
}

.tile__text {
  padding: 10px;
  display: block;
  max-width: 100%;
}
.tile__text--colorful {
  max-width: 70%;
}

.tile__title {
  font-size: 16px;
  margin: 0px 0px 5px;
  color: #2398dd;
  font-family: 'Ubuntu', sans-serif;
  max-width: 100%;
}
.tile__title--colorful {
  font-size: 14px;
}

.tile__p {
  font-size: 14px;
  color: #7b7b7b;
  max-width: 100%;
}
.tile__p--colorful {
  font-size: 12px;
  color: #fff;
  line-height: 120%;
}

.tile__btn {
  font-size: 14px;
  color: #fff;
  padding: 8px 15px;
  margin: 12px;
  background-color: #2398dd;
  -ms-align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-radius: 20px;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  min-width: 85px;
  max-width: 30%;
  position: absolute;
  right: 0;
  bottom: 17px;
}
.tile__btn:hover {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 1199px) {
  .main-content { padding-bottom: 200px; }
 /* aside.left-content header { width:250px; }*/
}

@media (max-width: 991px) {
	.main-content {    padding-bottom: 100px;  }
	.main-content .articles-3 article {    width: 30%;    display: inline-block;  }
	.main-content .articles-3 article:nth-of-type(2) {    margin: 0 5%;  }
	.col-lg-9 { /*float:none; margin:0 auto;*/ width:100%; }
	.col-lg-3 { /*float:none; margin:0 auto;*/ width:100%; }
	.imgDest2 { display:none; }
}

@media (max-width: 767px) {
	.main-content {    text-align: center;  }
	.main-content .articles-3 article {    display: block;    width: 100%;  }
	.main-content .articles-3 article:nth-of-type(2) {    margin: 0;  }
	aside.left-content main { padding: 27px 13px 20px; }
	aside.left-content main article { margin-bottom: 30px; text-align: center; }
	.col-sm-8 { width: 100%; }
	.col-sm-4 { width: 100%; }
	.col-sm-3 { width: 100%; text-align:center; }
	h2 { text-align:center; }
	section { margin-bottom:0; padding-bottom:0 !important; }
}