.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #2c9fe1;
}
h1,
h2,
h3 {
  font: 60px 'Anton', sans-serif;
  font-family: Impact;
  line-height: 1em;
  color: #444;
  padding: 0 0 22px 0;
  margin: 0;
  text-transform: uppercase;
}
h4 {
  font: 20px 'Anton', sans-serif;
  font-family: Impact;
  text-transform: uppercase;
  color: #444;
  line-height: 1em;
  padding: 0 0 7px 0;
  margin: 0;
  text-align:center;
}
h5 {
  font-weight: normal;
  color: #000;
  font-size: 13px;
  padding: 0 0 0 0;
  margin: 0;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
p strong {
  font-weight: normal;
  color: #000;
}
.icons-marker {
  font-size: 19.2px;
  line-height: 20px;
}
#wrapper,
#footer-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/*Buttons*/
.btn {
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: underline;
  background: none !important;
  border: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  color: #2c9fe1 !important;
  margin-top: 0;
  transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
  /* Safari and Chrome */
  -moz-transition: all 0.5s !important;
  /* Firefox 4 */
  -o-transition: all 0.5s !important;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: #db2d14 !important;
  background: none;
  box-shadow: none;
  text-decoration: underline;
}
.btn-primary.submitButton {
  float: right;
}
/*Lists*/
ul,
ol {
  margin: 0;
}
li {
  list-style-type: none;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
.list1 li,
#xmap li {
  padding-bottom: 10px;
  background: url(../images/marker1.png) 0 4px no-repeat;
  padding-left: 27px;
}
.list1 a,
#xmap a {
  color: #787878;
}
.list1 a:hover,
#xmap a:hover {
  color: #db2d14;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  margin-right: 20px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font: 20px 'Anton', sans-serif;
  font-family: Impact;
  text-transform: uppercase;
  color: #606060;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #606060;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #000000;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #2c9fe1;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #2c9fe1;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
input,
textarea {
  box-shadow: none !important;
}
.btn-toolbar {
  margin-top: 0;
  margin-bottom: 30px;
  text-decoration: none;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  height: 32px;
  display: inline-block;
  width: 32px;
  text-align: center;
  background-position: center center;
  background-color: #fff;
  line-height: 32px;
  margin: 0;
  border: none;
  border-radius: 0;
  text-decoration: none;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-radius: 0;
  text-decoration: none;
}
.tab-content .input-small {
  margin-right: 20px;
  height: 30px;
}
.tab-content .btn.modal {
  margin-top: 5px;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 20px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 18px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 18px 9px 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-top: 50px;
}
.page-category__faqs,
.page-category__team,
.page-category__history,
.page-xmap,
.page-category__testimonials {
  padding-bottom: 40px;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  position: relative;
  z-index: 3;
}
#header-row .row-container {
  padding: 0 0 0 0;
}
#logo a {
  margin: 34px 0 0 0;
  display: inline-block;
  max-width: 100%;
}
/*======================= NAVIGATION =======================*/
#navigation-row .row:before,
#navigation-row .row:after {
  display: none;
}
#navigation-row .mod-search {
  float: right;
  width: 48px;
  overflow: hidden;
  background: #f3f3f3;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin-top: 23px;
  margin-bottom: 33px;
}
#navigation-row .mod-search .navbar-form {
  width: 213px;
  float: right;
}
#navigation-row .mod-search #searchword {
  float: left;
  width: 152px;
  padding: 0;
  margin-left: 13px;
  font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #444444;
  line-height: 19px;
  height: 20px;
  margin-top: 18px;
  background: #f3f3f3;
  border: none;
  border-bottom: 1px solid #db2d14;
}
#navigation-row .mod-search .btn {
  float: left;
  width: 48px;
  height: 52px;
  background: url(../images/search_button.png) 13px 15px no-repeat !important;
  margin: 0;
}
.select-menu {
  display: none;
}
.navigation ul.sf-menu {
  position: relative;
  float: right;
  margin-top: 43px;
  margin-right: 12px;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 0 0 55px;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  background: none;
  color: #db2d14;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 16px;
  line-height: 3em;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #3a6286;
  background: none;
  display: block;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #db2d14;
}
.navigation ul.sf-menu > li:hover > ul,
.navigation ul.sf-menu > li.sfHover > ul {
  top: 53px;
  left: 50%;
  margin-left: -70px;
}
.navigation ul.sf-menu ul {
  width: 140px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.44);
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -12px;
  left: 142px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -12px;
  left: 142px;
}
.navigation ul.sf-menu ul {
  background: #ffffff;
  padding: 8px 0;
}
.navigation ul.sf-menu ul li {
  margin: 0;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 14px;
  line-height: 30px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #101010;
  background: none;
  display: block;
  padding: 0 20px;
  text-align: center;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: none;
  color: #db2d14;
}
.navigation ul.sf-menu ul li.lastItem {
  border-bottom: none;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  background: none;
  color: #db2d14;
}
.navigation ul.sf-menu.sf-vertical {
  width: 140px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 140px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 142px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 1.2em;
  padding-bottom: 1.2em;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 3.2em;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 140px;
  top: 1.2em;
}
/*======================= SHOWCASE =======================*/
.bg_top {
  background: url(../images/bg_top.jpg) center 0 repeat;
  position: relative;
  padding-bottom: 44px;
  margin-top: -11px;
  overflow: hidden;
  float: left;
  width: 100%;
  z-index: 2;
}
.bg_top:before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 98px;
  background: url(../images/box_bot1.png) center 0 no-repeat;
}
.bg_top:after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 97px;
  background: url(../images/box_top1.png) center 0 no-repeat;
}
#showcase-row .row-container {
  position: relative;
}
#showcase-row .slider.moduletable {
  padding: 0 48px 0 51px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
.call {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 47px 85px 60px;
}
.call h3 {
  text-transform: none;
  padding: 52px 0 20px 0;
}
.call h1 {
  color: #db2d14;
  padding: 0 0 17px 0;
}
.call p {
  color: #444;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
#maintop-row {
  position: relative;
  background: #444444;
}
#maintop-row .row-container {
  position: relative;
  padding: 132px 0 101px 0;
}
#maintop-row:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../images/box_bot2.png) center 0 no-repeat;
  height: 93px;
  pointer-events: none;
}
#maintop-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../images/box_top3.png) center 0 no-repeat;
  height: 95px;
  pointer-events: none;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
.cont {
  padding: 35px 0 0 0;
}
.cont .moduletable {
  padding: 0 0 50px 0;
}
.item_img {
  float: left;
  margin: 0 30px 30px 30px;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.item_img a {
  float: left;
  position: relative;
}
.item_img a img {
  width: 100%;
}
.item_img strong {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0px solid #CF0F21;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.item_img a:hover strong {
  border-width: 5px;
}
.page-item .item_img {
  width: 268px;
}
.page-item .item_img img {
  width: 100%;
}
.who_we_are h3 {
  padding-bottom: 19px;
  color: #2a5174;
}
.who_we_are.moduletable {
  padding-bottom: 5px;
  padding-top: 21px;
}
.who_we_are .item_img {
  float: right;
  margin: -138px 127px 0 116px;
  position: relative;
  z-index: 3;
}
.who_we_are .btn {
  margin-left: 10px;
}
.what_we_do {
  text-align: right;
}
.what_we_do h3 {
  color: #fff;
  padding-bottom: 30px;
}
.what_we_do .item_introtext {
  padding-left: 5px;
  color: #b0b0b0;
}
.what_we_do .btn {
  margin-left: 10px;
}
.testimon.moduletable {
  padding-top: 30px;
  padding-bottom: 42px;
}
.testimon h3 {
  padding-bottom: 40px;
  color: #2a5174;
}
.testimon .item_img {
  border-radius: 100px;
}
.testimon .item_img strong,
.testimon .item_img a,
.testimon .item_img img {
  border-radius: 100px;
}
.testimon .item_img strong {
  border-color: #db2d14;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
}
.testimon .item_img:hover strong {
  opacity: 1;
}
.testimon h4 {
  padding: 6px 0 7px 0;
}
.testimon p {
  padding-bottom: 10px;
}
.about_us .item_introtext {
  padding-right: 40px;
}
.about_us .btn {
  margin-left: 10px;
}
.why_different.moduletable {
  padding-top: 37px;
}
.why_different p {
  padding-bottom: 10px;
}
.why_different .item_img {
  margin-bottom: 30px;
  border-radius: 100px;
}
.why_different .item_img a,
.why_different .item_img strong,
.why_different .item_img img {
  border-radius: 100px;
}
.why_different .item_content {
  padding-bottom: 44px;
}
.tips .item_content {
  padding-bottom: 32px;
}
.page-category__services h4 {
  padding-bottom: 22px;
}
.page-category__services .item_introtext {
  margin: 0 -20px 0 0;
}
.page-category__services .list1 {
  padding-bottom: 54px;
  overflow: hidden;
}
.page-category__services .list1 li {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 20px;
}
.mod-avatar,
.mod-avatar a,
.mod-avatar img {
  width: 30px;
}
.btn.dropdown-toggle {
  background: #fff !important;
  box-shadow: 0 0 0 !important;
}
.btn .caret {
  margin: 14px 5px;
}
.timeline-footer {
  background: #000 !important;
}
.page-item__blog {
  padding-bottom: 30px;
}
.tag-category .item {
  padding-bottom: 30px;
}
.addthis_toolbox {
  padding-bottom: 50px;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 20px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -20px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 20px 20px 0 !important;
}
#filters .selected {
  color: #000;
}
.gallery-item.style3 .view .mask {
  background: none !important;
}
.mask_wrap {
  background: rgba(255, 255, 255, 0.8);
}
.mask_cont p {
  color: #606060;
}
.gallery-item.style3 .view .item_title {
  border-bottom: none;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote small {
  text-align: right;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 16px;
}
.page-blog .items-row,
.page-item__blog .items-row {
  padding-bottom: 30px;
}
.page-blog h4,
.page-item__blog h4 {
  padding-bottom: 0;
}
.page-blog .item_published,
.page-item__blog .item_published {
  color: #db2d14;
  margin-right: 20px;
}
.page-blog .item_category-name,
.page-item__blog .item_category-name {
  margin-right: 20px;
}
.page-blog .item_category-name a,
.page-item__blog .item_category-name a {
  color: #787878;
}
.page-blog .item_category-name a:hover,
.page-item__blog .item_category-name a:hover {
  color: #db2d14;
}
.page-blog .item_createdby,
.page-item__blog .item_createdby {
  margin-right: 20px;
}
.page-blog .item_hits,
.page-item__blog .item_hits {
  margin-right: 20px;
}
.page-contact {
  padding-bottom: 30px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
#bottom-row {
  position: relative;
  background: url(../images/bg_top.jpg) center 0 repeat;
  z-index: 1;
}
#bottom-row .row-container {
  position: relative;
  padding: 108px 0 70px 0;
}
#bottom-row:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../images/box_bot3.png) center 0 no-repeat;
  height: 97px;
  pointer-events: none;
}
#bottom-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../images/box_top4.png) center 0 no-repeat;
  height: 98px;
  pointer-events: none;
}
#bottom-row .contacts {
  color: #444;
}
#bottom-row .contacts h3 {
  text-align: right;
  padding-bottom: 23px;
}
#bottom-row .contacts ul {
  overflow: hidden;
  margin: 0 -10px;
}
#bottom-row .contacts li {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  text-align: center;
}
#bottom-row .contacts img {
  float: none;
  margin-bottom: 17px;
}
#bottom-row .contacts a {
  color: #444;
}
#bottom-row .contacts a:hover {
  color: #db2d14;
}
/*======================= FOOTER =======================*/
#copyright-row {
  position: relative;
  z-index: 2;
  margin-top: -7px;
}
#copyright-row .row-container {
  padding: 0 0 0 0;
}
#copyright {
  color: #444;
  padding-bottom: 38px;
  text-align: center;
}
#copyright a {
  color: #444;
}
#copyright a:hover {
  color: #db2d14;
}
#copyright .footer_logo {
  display: inline-block;
  margin-right: 7px;
}
#copyright .footer_logo img {
  vertical-align: baseline;
}
#copyright .line {
  color: #fff;
}
#footer-wrapper {
  overflow: inherit;
}

#alinhamento-wcy {
	text-align: right;
}
/*===== Social Media ======*/
.social {
  margin: 0;
}
.social li {
  margin: 0 3px 0 0;
}
.social li a {
  width: 24px;
  height: 24px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  text-indent: 9999px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}