body {
  font-style: normal;
  font-size: 16px;
  font-family: MuseoSans;
  font-weight: 300;
  text-transform: none;
  line-height: 1.4em;
}
body.boxed {
  padding: 0 20px;
}
small {
  font-size: 63%;
  position: relative;
  bottom: 0.5em;
}
a {
  color: #5b87da;
}
a:hover {
  cursor: pointer;
  color: #8D9619;
}
ul li {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#container {
  background: #fff;
}
body.boxed #container {
  max-width: 980px;
  margin: auto;
  box-shadow: 0px 0px 20px 2px #d0d0d0;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
#first-line {
  min-height: 2em;
  width: 100%;
  border-top: 5px solid #5b87da;
  position: relative;
}
div#top-line {
  position: relative;
  margin: auto;
  overflow: hidden;
}
div#top-line article {
  margin: 0;
  padding: 0;
  margin-left: 100%;
}
div#top-line p {
  background: #ededed;
  margin: 0 !important;
  margin-left: 10px;
  color: #333;
  font-size: 11px;
  font-style: italic;
  padding: 4px 35px 4px 15px;
  line-height: 17px;
}
#top-line a {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  z-index: 100;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
}
#top-line a#open {
  background: #5b87da url(../images/top-arrow-hide.png) center no-repeat;
  display: none;
}
#top-line a#close {
  background: #5b87da url(../images/top-arrow.png) center no-repeat;
}
#top {
  margin: auto;
  width: 940px;
  height: 100%;
  /* margin-top: 13px; */
}
.mancha {
  position: relative;
  margin-left: -20px;
  float: right;
}
#top #logo {
  float: left;
  margin-bottom: 0.5em;
}
#top #logo img {
  max-width: 75%;
  padding-bottom: 1em;
}
#top #aside {
  padding: 0.8em 0.5em;
  padding-top: 0em;
}
#top #aside h3 {
  font-size: 1.65rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -.02em;
  color: #0044c5;
}
#top aside form {
  float: left;
  margin-right: 7px;
}
#top #search-bar {
  position: relative;
  width: 246px;
}
#top aside input[type="text"] {
  font-size: 10px;
  color: #9d9d9d;
  width: 202px;
  height: 22px;
  border: 1px solid #e8e8e8;
  background: #f9f9f9;
  padding-left: 13px;
  outline: none;
}
#top aside input[type="submit"] {
  height: 32px;
  width: 30px;
  position: absolute;
  cursor: pointer;
  border: 1px solid #E8E8E8;
  border-left: none;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  background: #fafafa url('../images/search-icon.png') center center no-repeat;
}
#top aside ul {
  float: right;
  margin: 0;
  margin-top: 3px;
}
#top aside ul li {
  display: inline;
  margin-left: 7px;
  transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
#top aside ul li:hover {
  opacity: 0.7;
}
#top aside ul li:first-child {
  margin-left: 11px;
}
#menu {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#menu nav {
  width: 940px;
  margin: auto;
}
#menu nav ul {
  padding: 0;
  margin: 0;
}
#menu nav li {
  display: inline-block;
  margin-right: 25px;
}
#menu nav > ul > li {
  border-bottom: 3px solid white;
}
#menu nav li a {
  padding: 20px 0;
  font-size: 15px;
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #202020;
  border-bottom: 3px solid white;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
}
#menu nav li a:hover {
  color: #5b87da;
}
header nav > ul > li:not(.active):hover {
  border-bottom: 3px solid #5b87da !important;
}
header nav ul li:hover li {
  border-bottom: 0px solid #5b87da !important;
}
header nav ul li.active {
  border-bottom: 3px solid #5b87da !important;
}
header nav ul li.active:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0px;
  left: 50%;
  margin-left: -4px;
  border: 4px solid #5b87da;
  border-width: 4px;
  border-bottom: 4px solid #5b87da;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}
/* DropDown Menu = Superfish */
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 180px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu ul li:first-child {
  border-top: 4px solid #5b87da;
}
.sf-menu ul li li:first-child {
  border-top: 4px solid #5b87da;
}
.sf-menu li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */
}
li {
  position: relative;
}
.sub-menu {
  border: 1px solid #e8e8e8;
  border-top: none;
}
.sub-menu li {
  border-top: 1px solid #e8e8e8;
}
.sub-menu a {
  display: block;
  position: relative;
  padding: 10px 0px 10px 10px !important;
  border-bottom: none !important;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
  left: 0;
  top: 54px; /* match top ul list item height */
  z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
  left: 180px; /* match ul width */
  top: -1px; /*margin-left: 2px;*/
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
  left: 180px; /* match ul width */
  top: -1px;
}
.sf-menu li li {
  background: rgba(255, 255, 255, 0.95);
  padding-right: 0px;
}
.sf-menu li li.empuja {
  padding-left: 10px;
}
.sf-menu li li li {
  background: rgba(255, 255, 255, 0.95);
  padding-right: 0px;
}
/*-------------------------------------------------*/
/* =  Mobile Menu - selectbox
/*-------------------------------------------------*/
.sbHolder {
  background: #5b87da;
  /*border: 1px solid #e4e4e4;*/
  height: 44px;
  line-height: 44px;
  position: relative;
  margin: auto;
  max-width: 100%;
  z-index: 99;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  display: none;
}
.sbSelector {
  display: block;
  height: 44px;
  left: 0;
  line-height: 44px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  color: #fff;
  outline: none;
  text-decoration: none;
}
.sbToggle {
  background: url(../images/select-icons.png) 0 -116px no-repeat;
  display: block;
  height: 30px;
  outline: none;
  position: absolute;
  right: 5px;
  top: 7px;
  width: 30px;
  transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
.sbToggle:hover {
  opacity: 0.8;
  background-position: 0 -167px;
}
.sbToggleOpen {
  background-position: 0 -16px;
}
.sbToggleOpen:hover {
  opacity: 0.8;
  background-position: 0 -166px;
}
.sbOptions {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 1;
  overflow-y: auto;
}
#menu .navigation .sbHolder .sbOptions {
  max-height: initial !important;
}
.sbOptions li {
  padding: 0 5px;
  line-height: 10px;
}
.sbOptions a {
  border-bottom: dotted 1px #e4e4e4;
  display: block;
  outline: none;
  padding: 0 0 0 3px;
}
.sbOptions a:link, .sbOptions a:visited {
  color: #646464;
  text-decoration: none;
  padding-left: 20px !important;
}
.sbOptions > li:first-child > a {
  padding-left: 10px;
}
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
  color: #d91c03;
}
.sbOptions li.last a {
  border-bottom: none;
}
.sbOptions .sbGroup {
  border-bottom: dotted 1px #e4e4e4;
  color: #646464;
  display: block;
  font-weight: bold;
  line-height: 40px;
}
.sbOptions .sbSub {
  padding-left: 17px !important;
}
/*-------------------------------------------------*/
/* =  Slider
/*-------------------------------------------------*/
section.slider {
  background: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  margin-bottom: 40px;
}
section.slider div {
  margin: auto;
}
.slides li {
  width: 100%;
  overflow: hidden;
}
.slides li img {
  max-width: 100%;
  max-height: 100%;
}
.slides .flex-caption {
  position: absolute;
  color: #fff;
  font-size: 200%;
  font-style: italic;
  padding: 9px 12px 10px 12px;
  left: 60px;
  bottom: 50px;
  line-height: 100%;
}
#slider1 .slides .flex-caption, #slider2 .slides .flex-caption {
  right: 76px;
  margin: 0;
}
#slider2 {
  padding: 0 !important;
  bottom: none !important;
}
/*-------------------------------------------------*/
/* =  Content - home
/*-------------------------------------------------*/
#inner-content, .inner-content {
  margin: auto !important;
  padding: 0 20px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
#inner-content article, .inner-content article {
  position: relative;
  /* background: url(../images/pattern.png); */
  /* min-height: 90px; */
  /* margin-bottom: 45px; */
  margin-left: 0;
  clear: both;
  width: 100%;
}
#inner-content article blockquote, .inner-content article blockquote {
  float: left;
  width: 76%;
  margin: 30px 0 0 35px;
  color: #969696;
  font-size: 1.2em;
  line-height: 1.3em;
  font-style: italic;
  padding-bottom: 1.4em;
}
#inner-content article a, .inner-content article a {
  float: left;
  margin-top: 15px;
  margin-left: 0px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  padding: 9px 19px;
  display: block;
  background: #5b87da;
  border-radius: .3em;
  transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
#inner-content article a:hover, .inner-content article a:hover {
  opacity: 0.8;
}
#inner-content div#articles, .inner-content div#articles {
  clear: both;
  margin-bottom: 40px;
}
#inner-content div.span3:first-child, .inner-content div.span3:first-child {
  margin-left: 0;
}
#inner-content div.span3 h2, .inner-content div.span3 h2 {
  line-height: 0;
  margin-bottom: 20px;
}
#inner-content div.span3 h2 img, .inner-content div.span3 h2 img {
  margin-right: 12px;
}
#inner-content div.span3 h2 span, .inner-content div.span3 h2 span {
  font-size: 14px;
  font-weight: normal;
  color: #2f2f2f;
}
#inner-content #articles p, .inner-content #articles p {
  font-size: 13px;
  color: #535353;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 16px;
}
#articles2 div.span3 a, #articles div.span3 a {
  position: relative;
  color: #8f8f8f;
  font-size: 11px;
  display: inline-block;
  border: 1px solid #dbdbdb;
  border-right: none;
  margin-bottom: 30px;
  padding: 7px;
  padding-right: 27px;
  line-height: 10px;
}
#articles2 div.span3 a:hover span, #articles div.span3 a:hover span {
  background: #868686 url(../images/readmore-arrow.png) center center no-repeat;
}
#articles2 div.span3 a span, #articles div.span3 a span {
  position: absolute;
  width: 20px;
  height: 26px;
  right: 0;
  top: -1px;
  background: #5b87daurl(../images/readmore-arrow.png) center center no-repeat;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
/*-------------------------------------------------*/
/* =  Recent
/*-------------------------------------------------*/
#recent {
  margin-bottom: 40px !important;
  height: 100%;
}
#recent h1 {
  color: #404040;
  font-size: 20px;
  margin: 0;
  margin-bottom: 18px;
  padding: 0;
  font-weight: bold;
}
#recent .left {
  margin-bottom: 18px;
  margin-right: 18px;
  float: left;
  /*width: 18.3%;*/
  width: 23.5%;
  height: auto;
}
#recent.ver2 .left {
  width: 24%;
}
#recent .left:last-child {
  margin-right: 0px;
}
#recent .left:hover img {
  text-decoration: none;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
#recent .left img {
  width: 100%;
  height: auto;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
#recent .left p {
  width: 100%;
  height: auto;
  z-index: 10;
  position: relative;
  left: 0;
  color: #fff;
  font-size: 13px;
  background: #000;
  padding: 15px 0;
  text-align: center;
  margin: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#recent .left {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#recent .left:hover p {
  background: #5b87da;
}
#up, #down {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#up {
  top: -40px;
  left: -40px;
  background: url(../images/link.png) center center;
}
#down {
  right: -40px;
  bottom: 0px;
  background: url(../images/zoom+.png) center center;
}
#up:hover, #down:hover {
  opacity: 0.8;
}
/*-------------------------------------------------*/
/* =  Recent Ver.2
/*-------------------------------------------------*/
#recent .left.ver2 {
  width: 32%;
}
#recent .left.ver2:hover p {
  background: #2196F3;
}
/*-------------------------------------------------*/
/* =  our clients
/*-------------------------------------------------*/
#our_clients h1 {
  color: #404040;
  font-size: 20px;
  padding: 0;
  margin-bottom: 18px;
  overflow: hidden;
}
#our_clients .images {
  margin-bottom: 52px;
}
.images span {
  float: left;
  width: 19.8%;
  height: auto;
  border: 1px solid #e1e1e1;
  border-right: none;
  text-align: center;
}
.images span:last-child {
  border-right: 1px solid #e1e1e1;
}
/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
  /* margin-top: -7px; */
  /* border-top-width: 8px; */
  /* border-top-style: solid; */
  /* border-top-color: #ababab; */
  /* [disabled]background-image: url(../images/pattern-texture.png);
*/
}
.innerfooter {
  margin: auto;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
.innerfooter article {
  margin-bottom: 18px;
  margin-left: 19px;
}
.innerfooter article:first-child {
  margin-left: 0;
}
.innerfooter article h2 {
  font-size: 20px;
  color: #FFFFFF;
  padding-bottom: 8px;
  margin-bottom: 20px;
  text-shadow: 1px 0px 1px #8C9610;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #C1CD19;
  font-weight: 200;
}
article.about p {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 18px;
  /* [disabled]text-shadow: 1px 0px 1px #000;
*/
  padding-right: 30px;
  text-align: justify;
}
.flicker-images a {
  float: left;
  width: 66px;
  height: 66px;
  margin-right: 11px;
  margin-bottom: 11px;
  transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}
.flicker-images a:hover {
  opacity: 0.8;
}
.flicker-images a:nth-child(3n) {
  margin-right: 0;
}
.Twiter p {
  color: #909191;
  font-size: 13px;
  line-height: 16px;
  width: 85%;
  text-shadow: 1px 0px 1px #000;
  float: right;
  margin-bottom: 10px !important;
  margin: 0;
}
.Twiter p img {
  margin-left: -30px;
  margin-right: 5px;
}
.Twiter p a {
  color: #67aa1f;
}
.Twiter span {
  color: #d1d1d1;
}
.contact-info p {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 10px;
}
.contact-info a {
  color: #C1CD19;
}
.contact-info a:hover {
  color: #FFFFFF;
}
.contact-info img {
  margin-top: -2px;
  float: left;
  margin-right: 15px;
}
.back-to-top {
  max-width: 940px;
  margin: auto;
  padding: 0px;
  margin-bottom: 0px;
}
.back-to-top img {
  margin-top: -33px;
  /* position: relative; */
  float: left;
  display: block;
  margin-left: 47%;
  cursor: pointer;
  transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}
.back-to-top img:hover {
  opacity: 0.8;
}
.back-to-top p {
  color: #2868a7;
  font-size: 12px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 26px;
}
.end {
  background-color: #b6b6b6;
  background-repeat: repeat-x;
  padding: 0px;
  margin: 0px;
}
.logo-end {
  margin-top: 4px;
  margin-right: 20px;
  margin-bottom: 12px;
  margin-left: 12px;
}
.lema {
  width: 100%;
  text-align: center;
  padding: 0em 0em 0.8em;
  font-size: 80%;
  clear: both;
  color: #000000;
}
/*-------------------------------------------------*/
/* =  Content - home2
/*-------------------------------------------------*/
.main1 {
  margin-bottom: 10px;
}
.main1 div.span4 {
  margin-bottom: 30px;
}
.main1 h1, .main2 h1, #our-team h1, .services3 h1, .main3 h1, #about h1, #contact h1 {
  font-size: 16px;
  font-weight: bold;
  color: #404040;
  margin-bottom: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.main1 .services h2 {
  padding: 18px 0 18px 16px;
  font-size: 13px;
  color: #2f2f2f;
  border-top: 1px solid #e3e3e3;
  cursor: pointer;
}
.services .active {
  border-bottom: 1px solid #e3e3e3;
  border-left: 3px solid #5b87da;
  color: #5b87da !important;
}
.main1 .services h2 img {
  margin-right: 12px;
}
.main1 .services p {
  font-size: 13px;
  color: #535353;
  line-height: 20px;
  margin: 5px 0;
}
.hide {
  display: none;
}
.popular-post .post {
  width: 100%;
  overflow: hidden;
}
.popular-post .post img {
  float: left;
  margin-right: 12px;
  margin-bottom: 15px;
}
.popular-post .post p {
  font-size: 13px;
  color: #5b87da;
  line-height: 20px;
  margin-bottom: 5px;
  transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -webkit-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
}
.popular-post .post a:hover p {
  color: #646464;
}
.popular-post .post span {
  display: inline-block;
  font-size: 11px;
  color: #9c9c9c;
  margin-bottom: 10px;
}
.main1 .testimonials blockquote {
  font-size: 13px;
  color: #4b4b4b;
  margin: 0;
  line-height: 20px;
  font-style: italic;
  background: #f7f7f7;
  padding: 16px;
  float: left;
}
.main1 .testimonials blockquote span {
  float: right;
  font-style: normal;
  font-weight: bold;
}
.testimonials li {
  display: none;
}
.testimonials li:first-child {
  display: block;
}
.testimonials ul {
  list-style: none;
}
/*-------------------------------------------------*/
/* =  Content - home3
/*-------------------------------------------------*/
#inner-content #articles div.span3 > img {
  width: 220px;
  margin-bottom: 15px;
}
.main2 {
  margin-bottom: 40px;
}
.main2 .services2 {
  position: relative;
  margin-bottom: 30px;
}
.main2 .services2 ul.span4, .main2 .services2 ul.span8 {
  margin-left: 0;
}
.main2 .services2 ul.span8 li {
  display: none;
  width: 100%;
  background: #f5f5f5;
}
.main2 .services2 ul.span8 li:first-child {
  display: block;
}
.main2 .services2 ul.span8 li img {
  float: left;
  margin: 10px 15px 5px 15px;
}
.main2 .services2 ul.span8 li p {
  color: #828282;
  line-height: 20px;
  padding: 10px;
  margin: 0;
}
.main2 .services2 ul.span4 li {
  cursor: pointer;
  height: 25px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background: #67aa1f;
  margin-bottom: 1px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 17px;
}
.services2 ul.span4 li.active2 {
  background: #f5f5f5;
  color: #454545;
}
.main2 .list-icons {
  margin-bottom: 30px;
}
.main2 .list-icons p, .main2 .text-widget p {
  color: #828282;
  line-height: 20px;
  margin-top: -5px;
  margin-bottom: 10px;
}
.main2 .list-icons img {
  margin-right: 8px;
}
/*-------------------------------------------------*/
/* =  Content - home4
/*-------------------------------------------------*/
.articles img, .articles1 img {
  width: 32px !important;
  height: 32px !important;
}
.articles h2, .articles1 h2 {
  margin-bottom: 10px !important;
  line-height: 20px !important;
}
.articles div.span3 {
  text-align: center;
  border: 1px solid #dbdbdb;
  padding-top: 15px;
  margin-bottom: 20px;
}
.articles div.span3 p {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}
/*-------------------------------------------------*/
/* =  Content - home5
/*-------------------------------------------------*/
.articles1 {
  margin-bottom: 40px;
}
.articles1 img {
  float: left;
  margin-right: 12px;
  margin-top: 5px;
}
.articles1 div.span3 p {
  font-size: 13px;
  color: #535353;
  line-height: 20px;
  margin-bottom: 15px;
}
#our-team div.span3:first-child {
  margin-left: 0 !important;
}
/*-------------------------------------------------*/
/* =  Content - home6
/*-------------------------------------------------*/
#our-team {
  margin-bottom: 30px;
}
#our-team div.span3 {
  margin-bottom: 40px;
}
#member1 {
  margin-left: 0 !important;
}
#our-team a {
  display: inline-block;
  position: relative;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 16px !important;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
#our-team a:hover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 5px solid #67aa1f;
}
#our-team a img {
  border: 1px solid #cdcdcd;
  width: 218px;
}
#our-team h4 {
  font-size: 15px;
  font-weight: bold;
  color: #6a6a6a;
  margin-bottom: 3px;
}
#our-team span {
  color: #67aa1f;
}
#our-team p {
  color: #535353;
  font-size: 13px;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  margin-top: 10px;
}
/*-------------------------------------------------*/
/* =  Content - home7
/*-------------------------------------------------*/
.paragraphs span {
  color: #fff !important;
  padding: 8px 12px;
  width: 32px;
  height: 32px;
  background: #67aa1f;
  text-align: center;
  margin-right: 12px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
}
.paragraphs h2 {
  font-size: 14px;
  color: #383838;
  margin-bottom: 22px;
  font-weight: normal;
}
.paragraphs p {
  font-size: 13px;
  line-height: 20px;
  color: #929292;
  margin-bottom: 30px;
}
.paragraphs {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  margin-top: 10px;
}
.services3 {
  margin-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}
.services3 ul.span3 li {
  width: 80%;
}
.services3 ul.span3 li {
  display: inline-block;
  font-size: 13px;
  color: #2f2f2f;
  padding: 12px 16px;
  border: 1px solid #dddddd;
  border-top: none;
  cursor: pointer;
}
.services3 ul.span3 li:first-child {
  border-top: 1px solid #dddddd;
}
.services3 ul.span3 {
  margin-left: 0;
  margin-bottom: 30px;
}
.services3 ul.wrapper li {
  padding-left: 20px;
  margin-bottom: 30px;
  display: none;
}
.active3 {
  background: #5b87da;
  color: #fff !important;
}
.active3:after {
  content: '';
  top: 0;
  right: -38px;
  position: absolute;
  width: 0;
  height: 0 !important;
  border: 10px solid #5b87da;
  border-width: 19px;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}
.services3 ul.wrapper li:first-child {
  display: block;
}
.services3 ul.wrapper li img {
  float: left;
  margin-right: 20px;
}
.services3 ul.wrapper li h2 {
  font-size: 16px;
  color: #535353;
  line-height: 20px;
  margin-bottom: 5px;
}
.services3 ul.wrapper p {
  font-size: 13px;
  color: #929292;
  line-height: 20px;
  margin-top: 0;
}
#articles2 {
  margin-bottom: 40px;
}
#articles2 h2 {
  margin-bottom: 10px !important;
  line-height: 20px !important;
}
#articles2 p {
  font-size: 13px;
  color: #535353;
  line-height: 20px;
  overflow: hidden;
  max-height: 100px;
  margin-bottom: 16px;
}
#articles2 img {
  float: left;
  margin-right: 12px;
  margin-top: 4px;
  width: 60px !important;
  height: 45px !important;
}
/*-------------------------------------------------*/
/* =  Content - home8
/*-------------------------------------------------*/
.main3 h1 {
  margin-bottom: 7px;
}
.main3 .span6 {
  margin-bottom: 40px;
}
.main3 .desc p {
  font-size: 13px;
  color: #929292;
  line-height: 20px;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px dotted #d8d8d8;
  margin-bottom: 20px;
}
.main3 .desc ul li {
  float: left;
  width: 48%;
  padding-right: 2%;
}
.main3 .desc ul li img {
  float: left;
  margin-right: 12px;
}
.main3 .desc ul li p {
  font-size: 13px;
  color: #5b87da;
  border-bottom: none;
  padding: 0;
  margin-bottom: 10px;
}
.main3 .desc ul li span {
  font-size: 12px;
  color: #929292;
}
.main3 .recent2 ul {
  padding-top: 5px !important;
}
.main3 .recent2 ul li {
  position: relative;
  overflow: hidden;
  width: 31.5%;
  float: left;
  margin-right: 2.7%;
  margin-bottom: 2.7%;
  cursor: pointer;
}
.main3 .recent2 ul li:nth-child(3n) {
  margin-right: 0;
}
#link-up, #link-down {
  position: absolute;
  width: 80px;
  height: 80px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#link-up {
  top: -40px;
  left: -40px;
  background: url(../images/link.png) center center;
}
#link-down {
  right: -40px;
  bottom: -40px;
  background: url(../images/zoom+.png) center center;
}
#link-up:hover, #link-down:hover {
  opacity: 0.8;
}
.main3 .recent2 ul li a img {
  width: 100%;
}
.main3 .bottom {
  overflow: hidden;
}
.main3 .span4 {
  margin-bottom: 40px;
}
.main3 .span4:first-child p {
  font-size: 12px;
  color: #929292;
  line-height: 20px;
  margin-bottom: 12px;
}
.main3 .span4 h4, #about .span6 h4 {
  font-size: 12px;
  color: #494949;
  margin-bottom: 8px;
}
.main3 .backgr, #about .span6 .backgr {
  width: 99%;
  height: 10px;
  border: 1px solid #d4d4d4;
  margin-bottom: 20px;
  background: url('../images/main3-pattern.png');
}
#psd-skills {
  width: 80%;
  height: 100%;
  background: #5b87da;
}
#html5-skills {
  width: 90%;
  height: 100%;
  background: #5b87da;
}
#css3-skills {
  width: 75%;
  height: 100%;
  background: #5b87da;
}
#php-skills {
  width: 60%;
  height: 100%;
  background: #5b87da;
}
.main3 .span4 div p {
  color: #909191;
  font-size: 13px;
  line-height: 16px;
  width: 90%;
  float: right;
  margin: 0;
  margin-top: 4px;
  margin-bottom: 15px !important;
}
.main3 .span4 div p img {
  margin-left: -30px;
  margin-right: 5px;
}
.main3 .span4 div p a {
  color: #67aa1f;
}
.main3 .span4 div span {
  color: #676767;
}
.main3 .widget img {
  float: left;
  width: 115px;
  height: 85px;
  margin-right: 14px;
  margin-top: 10px;
}
.main3 .widget p {
  font-size: 13px;
  color: #929292;
  line-height: 20px;
}
/*-------------------------------------------------*/
/* =  Blog
/*-------------------------------------------------*/
.cont-head {
  height: 64px;
  margin-bottom: 25px;
  background-color: #f1f1f1;
}
.cont-text h1 {
  float: left;
  font-size: 22px;
  color: #494949;
  text-transform: uppercase;
  margin-top: 20px;
}
#inner-content .span12 {
  margin-left: 0;
}
.blog-post, .single-post {
  margin-bottom: 20px;
}
.blog-post img, .single-post img {
  width: 99%;
  padding: 5px;
  border: 1px solid #e7e7e7;
  margin-bottom: 24px;
}
.blog-post p {
  color: #7d7d7d;
  font-size: 13px;
  line-height: 20px; /* max-height: 60px; */ /* overflow: hidden; */ /* margin-bottom: 15px; */
}
.post-title {
  margin-bottom: 25px;
}
.post-title .post-date {
  width: 45px;
  height: 36px;
  margin-right: 12px;
  margin-bottom: 12px;
  padding-top: 9px;
  background: #5b87da;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  text-align: center;
  float: left;
}
.post-title .post-date span {
  display: block;
  font-size: 13px;
  color: #fff;
}
.post-title h1 {
  color: #4f4f4f;
  font-size: 18px;
  margin-bottom: 5px;
}
.post-title h1 a {
  color: #4f4f4f;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
}
.post-title h1 a:hover {
  color: #5b87da;
}
.post-title p span {
  display: inline-block;
  font-size: 11px;
  color: #949494;
  padding: 0px 6px;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.post-title p span a {
  color: #5b87da;
}
#read-more {
  position: relative;
  margin-bottom: 0 !important;
  color: #8f8f8f;
  font-size: 11px;
  display: inline-block;
  border: 1px solid #dbdbdb;
  border-right: none;
  padding: 7px;
  padding-right: 27px;
  line-height: 10px;
}
#read-more:hover span {
  background: #868686 url(../images/readmore-arrow.png) center center no-repeat;
}
#read-more span {
  position: absolute;
  width: 20px;
  height: 26px;
  right: 0;
  top: -1px;
  background: #5b87daurl(../images/readmore-arrow.png) center center no-repeat;
  transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
}
.pagination {
  margin: 0 0 115px;
  padding: 0;
}
.pagination a {
  display: inline-block;
  background: #5b87da;
  color: #fff;
  padding: 8px 10px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  margin-right: 3px;
  transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
}
.pagination a:hover {
  background: #868686;
}
.pagination a#prev, .pagination a#next {
  color: #515151;
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
}
.pagination a#prev:hover, .pagination a#next:hover {
  color: #5b87da
}
/*-------------------------------------------------*/
/* =  Blog with 2,3,4 colums
/*-------------------------------------------------*/
.blog .span6:nth-child(2n+1) {
  margin-left: 0;
}
.blog .span4:nth-child(3n+1) {
  margin-left: 0;
}
.blog .span4 .post-title p {
  clear: both;
}
.blog .span3:nth-child(4n+1) {
  margin-left: 0;
}
.blog .span3 img {
  margin-bottom: 15px;
}
.blog .span3 .post-title h1 {
  margin-bottom: 20px;
}
.blog .span3 .post-title, .blog .span4 .post-title {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
}
.blog-vers2 .post-title {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
}
.blog-vers2 .span6 p {
  clear: both;
}
/*-------------------------------------------------*/
/* =  portfolio
/*-------------------------------------------------*/
#portfolio-filter {
  margin: 0 auto;
  margin-bottom: 17px;
  text-align: center;
}
#portfolio-filter li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
#portfolio-filter li.back {
  display: none;
}
#portfolio-filter li a {
  display: inline-block;
  padding: 0.6em 1.3em;
  background: #5b87da;
  border-radius: 0.3em;
  font-size: 1.1em;
  color: #fff;
  transition: background 0.4s linear;
}
#portfolio-filter li a:hover {
  background: #868686;
}
ul.portfolio {
  display: none;
}
.portfolio .span6:nth-child(2n+1) {
  margin-left: 0;
}
.portfolio .span4:nth-child(3n+1) {
  margin-left: 0;
}
.portfolio-post {
  margin-bottom: 20px;
  height: 100%;
}
.portfolio-post:hover img, .portfolio-post4:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.portfolio-post img, .portfolio-post4 img {
  width: 100% !important;
  height: auto !important;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.portfolio-post p, .portfolio-post4 p {
  width: 100%;
  height: auto;
  z-index: 10;
  position: relative;
  left: 0;
  color: #4a4a4a;
  font-size: 13px;
  background: #d2d2d2;
  padding: 15px 0;
  text-align: center;
  margin: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.portfolio-post, .portfolio-post4 {
  position: relative;
  overflow: hidden;
  height: auto;
}
.portfolio-post:hover p, .portfolio-post4:hover p {
  background: #5b87da;
  color: white;
}
.col4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  margin-right: 20px;
}
.col4:nth-child(4n) {
  margin-right: 0;
}
.col3 {
  width: 295px;
  margin-right: 15px;
  display: inline;
}
/*.col3:nth-child(3n) {
  margin-right: 0;
}*/
@media (max-width: 659px) {
  .col3 {
    width: 100%;
    margin-right: 0px;
    display: inline;
  }
  .col3:nth-child(3n) {
    margin-right: inherit;
  }
}
.col2 {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}
.col2:nth-child(2n) {
  margin-right: 0;
}
ul.portfolio {
  width: 100%;
  margin-bottom: 45px;
}
/*-------------------------------------------------------*/
/* Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope, .isotope .isotope-item { /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
  overflow: hidden;
  border-radius: 0.5em;
}
/*-------------------------------------------------------*/
/* About
/*-------------------------------------------------------*/
#about .span5 {
  padding: 5px;
  border: 1px solid #e7e7e7;
  margin-bottom: 25px;
}
#about .span5 img {
  width: 100%;
}
#about .span7 h1 {
  margin-bottom: 8px;
}
#about .span7 {
  margin-bottom: 25px;
}
#about .span7 p {
  font-size: 13px;
  color: #7d7d7d;
  line-height: 20px;
}
#about .span6 {
  margin-bottom: 60px;
}
#about .images ul li {
  float: left;
  border: 1px solid #e1e1e1;
  text-align: center;
  border-right: none;
  border-bottom: none;
  width: 32.8%;
}
#about .images ul li:nth-child(3n) {
  border-right: 1px solid #e1e1e1;
}
#about .images ul li:last-child {
  border-right: 1px solid #e1e1e1;
}
#about .images ul li:nth-last-child(-n+3) {
  border-bottom: 1px solid #e1e1e1;
}
/*-------------------------------------------------------*/
/* sidebar
/*-------------------------------------------------------*/
#sidebar ul li.widget {
  background: url('../images/pattern.png');
  display: block;
  padding: 20px;
  margin-bottom: 22px;
}
ul.tab-links li {
  float: left;
  background: #f8f8f8;
  padding: 12px 0;
  width: 32.8%;
  text-align: center;
  border: 1px solid #ebebeb;
  border-left: none;
}
ul.tab-links li:first-child {
  border-left: 1px solid #ebebeb;
}
ul.tab-links li a {
  color: #5a5a5a;
}
ul.tab-content li {
  background: #fff;
  display: none;
}
ul.tab-links li.active {
  background: #fff;
  border-bottom: none;
  border-top: 2px solid #5b87da;
}
ul.tab-links li.active a {
  color: #5b87da;
}
ul.tab-content li:first-child {
  display: block;
}
ul.tab-content li div {
  overflow: hidden;
  padding: 15px 10px;
  border: 1px solid #ebebeb;
  border-top: none;
}
ul.tab-content li div img {
  float: left;
  margin-right: 12px;
}
ul.tab-content li div h3 {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 7px;
  max-height: 36px;
  overflow: hidden;
}
ul.tab-content li div h3 a {
  color: #828282;
}
ul.tab-content li div span {
  font-size: 10px;
  color: #999999;
}
ul.tab-content li div p {
  font-size: 11px;
  color: #999999;
  line-height: 18px;
}
ul.tab-content li div span img {
  margin-right: 8px;
}
.widget h1 {
  font-size: 16px;
  color: #404040;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.serv-widget div {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-bottom: none;
  margin: 0;
  width: 99%;
  max-height: 320px;
}
.serv-widget div h3 {
  font-size: 13px;
  color: #2f2f2f;
  cursor: pointer;
  padding: 15px 17px 12px;
  border-bottom: 1px solid #ebebeb;
}
.serv-widget div img {
  margin-right: 12px;
  margin-top: -5px;
}
.serv-widget div p {
  font-size: 13px;
  color: #535353;
  line-height: 20px;
  padding: 0 17px 15px;
  border-bottom: 1px solid #ebebeb;
}
div.serv-item h3.active {
  color: #5b87da;
  border-bottom: none;
}
li.widget p {
  font-size: 13px;
  line-height: 20px;
  color: #7d7d7d;
}
li.tag-cloud-widget a {
  display: inline-block;
  color: #fff;
  padding: 5px;
  background: #666666;
  margin: 0 4px 6px 0;
  transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
}
li.tag-cloud-widget a:hover {
  background: #5b87da;
}
li.subscribe-widget input[type="text"] {
  float: left;
  width: 90%;
  height: 20px;
  font-size: 11px;
  color: #6a6a6a;
  border: 1px solid #d6d6d6;
}
li.subscribe-widget input[type="submit"] {
  position: absolute;
  right: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #5b87da;
  width: 25%;
  padding: 0px 0px;
  height: 30px;
  border: none;
  transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
li.subscribe-widget input[type="submit"]:hover {
  opacity: 0.9;
}
li.flicker-widget a {
  display: inline-block;
  width: 30%;
  height: 30%;
  margin-right: 3.4%;
  margin-bottom: 3.4%;
  transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
li.flicker-widget a:hover {
  opacity: 0.8;
}
li.flicker-widget a:nth-child(3n+1) {
  margin-right: 0;
}
li.flicker-widget a:nth-last-child(-n+3) {
  margin-bottom: 0;
}
li.flicker-widget a img {
  width: 100%;
}
li.tag-widget p {
  color: #3c3c3c;
  font-size: 13px;
  line-height: 16px;
  width: 90%;
  float: right;
  margin: 0;
  margin-top: 4px;
  margin-bottom: 15px !important;
}
li.tag-widget div p img {
  margin-left: -30px;
  margin-right: 5px;
}
li.tag-widget div p a {
  color: #67aa1f;
}
li.tag-widget div span {
  color: #676767;
}
li.serv2-widget p {
  font-size: 12px;
  font-style: italic;
}
li.serv2-widget p span {
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-right: 10px;
  background: url('../images/list-check.png') center no-repeat;
}
/*-------------------------------------------------------*/
/* Singlepost
/*-------------------------------------------------------*/
.single-post p {
  color: #7d7d7d;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 18px;
}
.single-post blockquote {
  color: #828282;
  font-size: 16px;
  font-style: italic;
  line-height: 25px;
  padding: 0 24px;
  border-left: 2px solid #619d21;
  border-right: 2px solid #619d21;
  margin-bottom: 20px;
}
.social-media ul li {
  display: inline-block;
  width: 80px;
  margin-right: 5px;
}
#author, #comment-leave {
  margin-bottom: 70px;
}
#comments {
  margin-bottom: 20px;
}
#author h1, #comments h1, #comment-leave h1 {
  color: #5b87da;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
ul.member-post li {
  float: left;
  background: #f8f8f8;
  text-align: center;
  border: 1px solid #ebebeb;
  border-left: none;
  border-bottom: none;
  margin-bottom: -1px;
  z-index: 100;
}
ul.member-post li:first-child {
  border-left: 1px solid #ebebeb;
}
ul.member-post li a {
  display: inline-block;
  color: #373737;
  height: 12px;
  padding: 12px 15px;
}
ul.member-post li a img {
  margin-right: 5px;
}
ul.member-post li.active {
  background: #fff;
  border-bottom: 1px #fff;
  border-top: 2px solid #5b87da;
}
ul.member-data li {
  min-height: 100px;
  display: none;
}
ul.member-data li:first-child {
  display: block;
}
ul.member-data li {
  padding: 15px;
  border: 1px solid #ebebeb;
}
ul.member-data li img {
  float: left;
  margin-right: 12px;
}
ul.member-data li h4 {
  color: #101110;
  font-size: 14px;
  margin-bottom: 5px;
}
ul.member-data li a {
  display: inline-block;
  color: #5b87da;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 7px;
}
ul.member-data li p, #comments li div p {
  color: #7d7d7d;
  font-size: 13px;
  line-height: 20px;
}
#comments ul li {
  clear: both;
  margin-bottom: 50px;
}
#comments ul li.depth1 ul {
  margin-top: 50px;
}
#comments ul li.depth1 ul li {
  margin-left: 20%;
  margin-bottom: 50px;
}
#comments ul li img {
  float: left;
  overflow: hidden;
}
#comments ul li div {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  padding: 0 25px 20px;
  margin-top: 20px;
  margin-left: 90px;
}
#comments li div h5 {
  color: #101110;
  font-size: 13px;
  margin-bottom: 6px;
}
#comments li div span {
  display: inline-block;
  color: #5b87da;
  font-size: 11px;
  margin-bottom: 7px;
}
#comments li div a {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 11px;
  padding: 5px 7px;
  background: #696969;
  transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
}
#comments li div a:hover {
  background: #5b87da;
}
/*-------------------------------------------------------*/
/* contact
/*-------------------------------------------------------*/
#contact {
  margin-bottom: 120px;
}
#contact h1 {
  margin-bottom: 10px;
}
#contact p {
  font-size: 13px;
  color: #7d7d7d;
  line-height: 20px;
  margin-bottom: 20px;
}
div#map {
  height: 320px;
  top: -28px;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
.map {
  height: 320px;
  top: -28px;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  background: #5b87da url('../images/map.jpg') center no-repeat;
  background-size: cover;
}
#contact .span8 h1, #contact .span4 h1 {
  color: #5b87da;
}
#contact-form {
  margin-bottom: 40px;
  display: inline-block;
}
#contact input[type="text"], #contact-form2 input[type="text"] {
  float: left;
  border: 1px solid #d8d8d8;
  font-size: 11px;
  color: #878787;
  padding: 12px 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: block;
  height: 10px;
  width: 22.3%;
  background: rgba(255, 255, 255, 0.2);
}
#contact label, #contact-form2 label {
  float: left;
  min-width: 36px;
  height: 36px;
  cursor: pointer;
}
#label {
  background: #5b87da url('../images/label1.png') center no-repeat;
}
#label1 {
  background: #5b87da url('../images/label2.png') center no-repeat;
}
#label2 {
  background: #5b87da url('../images/label3.png') center no-repeat;
}
#contact textarea, #contact-form2 textarea {
  clear: both;
  border: 1px solid #d8d8d8;
  font-size: 11px;
  color: #878787;
  width: 96%;
  height: 140px;
}
#contact-form, #contact-form2 {
  width: 100%;
}
#contact input[type="submit"], #contact-form2 input[type="submit"] {
  float: right;
  margin-right: 10px;
  font-size: 12px;
  background: #8c8c8c;
  color: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border: none;
  padding: 10px 25px 8px;
  transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
}
#contact input[type="submit"]:hover, #contact-form2 input[type="submit"]:hover {
  background: #5b87da;
}
#contact .message, #contact-form2 .message {
  float: left;
  height: 30px;
  font-size: 12px;
}
#contact .message.error, #contact-form2 .message.error {
  color: #eb2c06;
}
#contact .message.success, #contact-form2 .message.success {
  color: #5b87da;
}
#contact .span4 p {
  margin-bottom: 15px;
}
#contact .span4 div {
  margin-bottom: 12px;
}
#contact .span4 div p {
  font-size: 12px;
  color: #818181;
  margin-bottom: 8px;
}
#contact .span4 div img {
  margin-right: 10px;
}
#contact .span4 ul {
  margin-bottom: 40px;
}
#contact .span4 ul li {
  float: left;
  margin-right: 8px;
}
#contact .span4 ul li a {
  display: inline-block;
  transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
#contact .span4 ul li a:hover {
  opacity: 0.8;
}
/*-------------------------------------------------------*/
/* shortcodes
/*-------------------------------------------------------*/
#shortcodes > h1 {
  font-size: 18px;
  color: #5b87da;
  padding-bottom: 14px !important;
  margin-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.headings h1, .headings h2, .headings h3, .headings h4, .headings h5, .headings h6, #shortcodes h5 {
  color: #404040;
  margin-bottom: 10px;
}
.headings h1 {
  font-size: 30px;
}
.headings h2 {
  font-size: 26px;
}
.headings h3 {
  font-size: 22px;
}
.headings h4 {
  font-size: 18px;
}
.headings h5, #shortcodes h5 {
  font-size: 16px;
}
.headings h6 {
  font-size: 12px;
}
.headings p, .text p, .left-img, .right-img, .dropcaps p {
  color: #7d7d7d;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 30px;
}
.headings, .text {
  margin-bottom: 50px;
}
.left-img {
  margin-bottom: 20px;
}
.right-img {
  margin-bottom: 70px;
}
.left-img img, .right-img img {
  width: 180px;
  height: 132px;
  padding: 5px;
  border: 1px solid #e7e7e7;
  margin-bottom: 10px;
}
#shortcodes .left-img img {
  float: left;
  margin-right: 15px;
}
.right-img img {
  float: right;
  margin-left: 15px;
}
#shortcodes .icons, #shortcodes .buttons {
  margin-bottom: 70px;
}
#shortcodes .icons p {
  margin-bottom: 15px;
  color: #7d7d7d;
  font-size: 12px;
}
#shortcodes .icons img {
  margin-right: 12px;
}
.buttons a {
  display: inline-block;
  width: 66px;
  height: 22px;
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background: #343434;
  margin-right: 7px;
  margin-bottom: 10px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
.buttons a:hover {
  opacity: 0.8;
}
#btn1 {
  background: #fff;
  color: #5b5b5b;
  border: 1px solid #c1c1c1;
}
#btn2 {
  background: #5d8aa8;
  border: 1px solid #5d8aa8;
}
#btn3 {
  background: #b7b7b7;
  color: #323232;
  border: 1px solid #b7b7b7;
}
#btn4 {
  background: #faebd7;
  color: #5b5b5b;
  border: 1px solid #c1c1c1;
}
#btn5 {
  background: #7fffd4;
  color: #5b5b5b;
  border: 1px solid #7fffd4;
}
#btn6 {
  background: #838b8b;
  border: 1px solid #838b8b;
}
#btn7 {
  background: #8b7d6b;
  border: 1px solid #8b7d6b;
}
#btn8 {
  background: #3099de;
  border: 1px solid #3099de;
}
#btn9 {
  background: #a52a2a;
  border: 1px solid #a52a2a;
}
#btn10 {
  background: #deb887;
  color: #333333;
  border: 1px solid #deb887;
}
#btn11 {
  background: #5f9ea0;
  border: 1px solid #5f9ea0;
}
#btn12 {
  background: #66cd00;
  border: 1px solid #66cd00;
}
#btn13 {
  background: #d2691e;
  border: 1px solid #d2691e;
}
#btn14 {
  background: #ee6a50;
  border: 1px solid #ee6a50;
}
#btn15 {
  background: #8b8878;
  border: 1px solid #8b8878;
}
#btn16 {
  background: #cdc8b1;
  color: #323232;
  border: 1px solid #c1c1c1;
}
#btn17 {
  background: #00cdcd;
  border: 1px solid #c1c1c1;
}
#btn18 {
  background: #ffb90f;
  border: 1px solid #ffb90f;
}
#btn19 {
  background: #006400;
  border: 1px solid #006400;
}
#btn20 {
  background: #bdb76b;
  border: 1px solid #bdb76b;
}
#btn21 {
  background: #556b2f;
  border: 1px solid #556b2f;
}
#btn22 {
  background: #7fffd4;
  color: #5b5b5b;
  border: 1px solid #c1c1c1;
}
#btn23 {
  background: #a2cd5a;
  border: 1px solid #a2cd5a;
}
#btn24 {
  background: #ff8c00;
  border: 1px solid #ff8c00;
}
#btn25 {
  background: #bf3eff;
  border: 1px solid #bf3eff;
}
#btn26 {
  background: #e9967a;
  border: 1px solid #e9967a;
}
#btn27 {
  background: #8fbc8f;
  border: 1px solid #8fbc8f;
}
#btn28 {
  background: #483d8b;
  border: 1px solid #483d8b;
}
#btn29 {
  background: #2f4f4f;
  border: 1px solid #2f4f4f;
}
#btn30 {
  background: #97ffff;
  color: #404140;
  border: 1px solid #97ffff;
}
#btn31 {
  background: #ff1493;
  border: 1px solid #ff1493;
}
#btn32 {
  background: #00bfff;
  border: 1px solid #00bfff;
}
#btn33 {
  background: #696969;
  border: 1px solid #696969;
}
#btn34 {
  background: #ee2c2c;
  border: 1px solid #ee2c2c;
}
#btn35 {
  background: #228b22;
  border: 1px solid #228b22;
}
#btn36 {
  background: #dcdcdc;
  color: #3e3f3e;
  border: 1px solid #dcdcdc;
}
#btn37 {
  background: #ffd700;
  color: #3e3f3e;
  border: 1px solid #ffd700;
}
#btn38 {
  background: #8b7500;
  border: 1px solid #8b7500;
}
#btn39 {
  background: #030303;
  border: 1px solid #030303;
}
#btn40 {
  background: #ff69b4;
  border: 1px solid #ff69b4;
}
#btn41 {
  background: #8b3a3a;
  border: 1px solid #8b3a3a;
}
#btn42 {
  background: #7cfc00;
  color: #323332;
  border: 1px solid #7cfc00;
}
#btn43 {
  background: #eedc82;
  color: #393a39;
  border: 1px solid #eedc82;
}
#btn44 {
  background: #ff0f0f;
  border: 1px solid #ff0f0f;
}
#btn45 {
  background: #ffb6c1;
  color: #454645;
  border: 1px solid #ffb6c1;
}
#btn46 {
  background: #8470ff;
  border: 1px solid #8470ff;
}
#btn47 {
  background: #b03060;
  border: 1px solid #b03060;
}
#btn48 {
  background: #191970;
  border: 1px solid #191970;
}
#btn1, #btn2, #btn3, #btn4, #btn5, #btn6, #btn7, #btn8, #btn9, #btn10, #btn11, #btn12, #btn13, #btn14, #btn15, #btn16, #btn17, #btn18, #btn19, #btn20, #btn21, #btn22, #btn23, #btn24, #btn25, #btn26, #btn27, #btn28, #btn29, #btn30, #btn31, #btn32, #btn33, #btn34, #btn35, #btn36, #btn37, #btn38, #btn39, #btn40, #btn41, #btn42, #btn43, #btn44, #btn45, #btn46, #btn47, #btn48 {
  background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
}
.social_icons {
  margin-bottom: 80px;
}
.social_icons a {
  display: inline-block;
  margin-right: 3.5px;
  margin-bottom: 7px;
  transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
.social_icons a:hover {
  opacity: 0.8;
}
.social_icons a:last-child {
  margin-right: 0px;
}
.dropcaps {
  margin-bottom: 50px;
}
.dropcaps span {
  float: left;
  display: inline-block;
  padding: 14px 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  background: #555555;
  color: #fff;
  margin-right: 15px;
}
#blockquote2 {
  color: #7d7d7d;
  font-size: 28px;
  font-style: italic;
  line-height: 36px;
  padding: 0 50px;
  margin-bottom: 70px;
  position: relative;
  clear: both;
}
#blockquote2:after {
  content: '"';
  position: absolute;
  right: 0px;
  bottom: -20px;
  font-size: 78px;
  color: #5b87da;
}
#blockquote2:before {
  content: '"';
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 78px;
  color: #5b87da;
}
#shortcodes #map {
  margin-bottom: 85px;
}
#shortcodes #contact {
  margin-bottom: 40px;
}
#shortcodes .serv-widget {
  margin-bottom: 85px;
}
ul.tab-list li {
  float: left;
  background: #67aa1f;
  text-align: center;
  margin-right: 1px;
  z-index: 100;
}
ul.tab-list li a {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  height: 12px;
  padding: 12px 15px;
  font-size: 11px;
}
ul.tab-list li a img {
  margin-right: 5px;
}
ul.tab-list li.active {
  background: #f5f5f5;
}
ul.tab-list li.active a {
  color: #454545;
}
ul.tab-cont li {
  min-height: 100px;
  display: none;
}
ul.tab-cont li:first-child {
  display: block;
}
ul.tab-cont li {
  padding: 15px;
  background: #f5f5f5;
}
ul.tab-cont li img {
  float: left;
  margin-right: 12px;
}
ul.tab-cont li p {
  color: #828282;
  line-height: 20px;
}
ul.tab-cont {
  margin-bottom: 85px;
}
#shortcodes #recent {
  margin-bottom: 65px !important;
}
#serv3 {
  margin-bottom: 50px !important;
}
#shortcodes .articles {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px !important;
  margin-bottom: 45px !important;
}
#shortcodes #articles {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 45px;
}
#shortcodes #our_clients {
  margin-bottom: 80px;
}
/*-------------------------------------------------------*/
/* singlework
/*-------------------------------------------------------*/
.singlework .slider {
  background: #fff;
  border-bottom: none;
  margin-bottom: 10px;
}
.singlework .flex-direction-nav {
  width: 100%;
  bottom: 45%;
}
.singlework .flex-caption {
  min-width: 100px;
  bottom: 45%;
  left: 20%;
  margin-right: 40px;
}
.singlework #down {
  bottom: -40px;
  right: -40px;
  z-index: 101;
}
.single-nav a {
  display: inline-block;
  font-size: 11px;
  color: #979796;
  border: 1px solid #e9e9e9;
  padding: 7px;
  padding-bottom: 10px;
}
.single-nav a span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #8ab12e;
  margin-right: 6px;
  margin-bottom: -5px;
}
.single-nav a:hover {
  color: #8ab12e;
}
#lnch {
  float: right;
}
#lnch span {
  background: #8ab12e url('../images/launch-icon.png') center no-repeat;
}
#nxt span {
  background: #8ab12e url('../images/readmore-arrow.png') center no-repeat;
}
#prv span {
  background: #8ab12e url('../images/prev-arrow.png') center no-repeat;
}
.singlework h2 {
  font-size: 18px;
  color: #4f4f4f;
  margin-bottom: 10px;
}
.singlework .row-fluid {
  margin-bottom: 150px;
}
.single-post .slides img {
  width: 100%;
  height: auto;
  border: none;
  padding: 0;
  margin: 0;
}
.single-post .slides p {
  margin-bottom: 0;
}
.singlework aside {
  margin-top: 20px;
}
/*-------------------------------------------------------*/
/* slider3 - revolution slider - full width
/*-------------------------------------------------------*/
.fullwidthbanner-container {
  width: 100% !important;
  position: relative;
  padding: 0;
  max-height: 450px !important;
  overflow: hidden;
}
.small_text span {
  display: inline-block;
  position: relative;
}
.small_text.desc_list span:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  top: 3px;
  left: -10px;
  background: #8f8f8f;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
}
.caption.big_white span {
  color: #3b3b3b;
}
iframe {
  border: none !important;
}
.fullwidthbanner-container .caption.big_black {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: bold;
  background: none !important;
}
.caption.big_black span {
  font-weight: normal;
}
.descript span {
  display: inline-block;
  color: #fff;
  font-size: 1em;
  background: #5b87da;
  font-style: normal;
  font-weight: bold;
  padding: 3px 10px;
  margin-right: 8px;
}
.descript span a {
  color: #fff;
}
.descript span a:hover {
  color: #fff;
}
.paragraf p {
  width: 420px;
  color: #7d7d7d;
  font-size: 0.43em;
  line-height: 1.5em;
  white-space: normal !important;
}
/*-------------------------------------------------------*/
/* slider4 - revolution slider
/*-------------------------------------------------------*/
#slider4 {
  background: #eaeaea;
  padding: 25px 20px;
  margin-bottom: 20px;
}
.bannercontainer {
  padding: 5px;
  background-color: #fff;
  max-width: 940px;
  position: relative;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 130px;
  padding: 0;
}
.banner {
  width: 100%;
  max-height: 380px;
  position: relative;
  overflow: hidden;
}
.bannercontainer .tp-bullets.simplebullets {
  display: none;
}
.bannercontainer .tp-bullets.tp-thumbs {
  margin-bottom: -140px;
  visibility: visible !important;
  opacity: 1 !important;
  width: 96.1% !important;
  height: 130px !important;
  padding: 0 2% !important;
}
.bannercontainer .tp-bullets.tp-thumbs .tp-mask {
  width: 100% !important;
  height: 130px !important;
}
.bannercontainer .tp-bullets.tp-thumbs .bullet {
  position: relative;
  width: 168.5px !important;
  height: 100px !important;
  margin: 15px 15px 15px 0;
}
.bannercontainer .tp-bullets.tp-thumbs img {
  width: 100%;
  height: 100px;
}
.bannercontainer .tp-bullets.tp-thumbs .bullet:before {
  position: absolute;
  content: '';
  border: 10px solid rgba(0, 0, 0, 0.29);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.bannercontainer .tp-bullets.tp-thumbs .bullet.selected:before {
  position: absolute;
  content: '';
  border: 10px solid #5b87da;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.bannercontainer .big_black {
  background: rgba(0, 0, 0, 0.75);
  max-width: 455px !important;
  padding: 20px;
  white-space: normal !important;
}
.bannercontainer .big_black h2 {
  font-size: 0.45em;
  color: #fff;
  margin-bottom: 10px;
}
.bannercontainer .big_black p {
  font-size: 0.35em;
  color: #fff;
  font-weight: normal;
  max-width: 400px !important;
  line-height: 1.5em;
}
.fancybox-type-iframe .fancybox-nav {
  width: 60px;
}
.fancybox-type-iframe .fancybox-nav span {
  visibility: visible;
  opacity: 0.5;
}
.fancybox-type-iframe .fancybox-nav:hover span {
  opacity: 1;
}
.fancybox-type-iframe .fancybox-next {
  right: -70px;
}
.fancybox-type-iframe .fancybox-prev {
  left: -70px;
}
/* ------ -----*/
.inner-content article .flex-center-dis {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-content article .blockquote_center {
  float: none;
  width: 100%;
  margin: auto;
  padding: 10px;
  display: block;
  font-size: 25px;
  padding-top: 23px;
}
/* ------ anuncios -----*/
.anuncios {
  padding-bottom: 40px;
}
.anuncios .enlace {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.anuncios .enlace .title {
  width: 100%;
  height: auto;
  min-height: 72px;
  z-index: 1;
  position: relative;
  left: 0;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  background: #000;
  padding: 15px 15px;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.anuncios .enlace:hover .title {
  background-color: #788a2f;
}
.anuncios .enlace .oculto {
  display: none;
  position: absolute;
  z-index: 999;
  color: white;
}
.anuncios .enlace .oculto p {
  font-size: 0.9em;
}
.anuncios .enlace:hover .oculto {
  display: block;
  width: 100%;
  min-height: auto;
  text-align: center;
  padding: 20px;
  font-size: 15px;
  line-height: 23px;
  height: 100%;
  bottom: 0;
}
/* --- DESCRIPTION ----*/
.description h2, .description p {
  margin: 18.3px 0;
  font-weight: 100;
}
.description h2 {
  font-size: 4.3em;
  line-height: 1em;
  text-align: right;
  margin-top: 0em;
}
.description p {
  font-size: 1.4em;
  line-height: 1.2em;
}
/* HELPERS   ---*/
.vertical-centered-text {
  -ms-display: flex;
  display: flex;
  /* alineacion vertical */
  align-items: center;
  /* alineacion horizontal */
  justify-content: center;
  height: 100%;
}
.pad-top {
  padding-top: 40px;
}
.pad-bottom {
  padding-bottom: 40px;
}
.pad80 {
  padding: 0 80px;
}
.noborder {
  border: none !important;
}
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.tcenter {
  text-align: center;
}
/*  CARTA de COLORES ---- */
.back-white {
  background-color: #fff !important;
}
.front-white {
  color: #fff !important;
}
.back-deepgrey {
  background-color: #2e2e2e !important;
}
.front-deepgrey {
  color: #2e2e2e !important;
}
.back-lightgreen {
  background-color: rgba(205, 220, 57, 0.28) !important;
}
.front-lightgreen {
  color: rgba(205, 220, 57, 0.28) !important;
}
.back-deepgreen {
  background-color: rgb(132, 164, 3) !important;
}
.front-deepgreen {
  color: rgb(132, 164, 3) !important;
}
.back-color1 {
  background-color: #5b87da !important;
}
.front-color1 {
  color: #788a2f !important;
}
.back-color2 {
  background-color: #5b87da !important;
}
.front-color2 {
  color: #5b87da !important;
}
/* ---- ANIME ---- */
.lover {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-color: antiquewhite;*/
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.lover {
  right: 0;
  top: 0;
}
.lover:hover {
  opacity: 0.8;
}
#iframe .standar {
  display: none;
}
.cont-text h1.center-title {
  float: inherit;
  width: 100%;
  text-align: center;
}
h1.tisection {
  font-size: 28px;
  color: #7da817;
  padding-bottom: 14px !important;
  margin-bottom: 16px;
  border-bottom: 1px solid #7da817;
}
.description strong {
  color: #c7ef49;
}
#inner-content article .flex-center-dis a, .inner-content article .flex-center-dis a {
  font-family: inherit;
}
@media (max-width: 768px) {
  #top #aside {
    text-align: center;
  }
  .description h2 {
    font-size: 2.2em;
    text-align: left;
  }
  .description p {
    font-size: 1.2em; /*text-align: left;*/
  }
  .pad80 {
    padding: 0 40px;
  }
}
.mailto:hover {
  color: black !important;
}
.proxi {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 60PX;
  justify-content: center;
  font-size: 1.7em;
  color: #fff;
}
.acenter {
  text-align: center;
}
.pad-logopower {
  padding: 15px 0px;
}
.partner {
  /*	height: 40px !important;*/
  display: inline-block;
}
.partner img {}
.upper {
  text-transform: uppercase;
}
.line-height {
  line-height: 1.3em;
}
.margin-block {
  margin-left: 20px;
}
.tac_activate {
  height: inherit;
  min-height: inherit;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tac_float {}
.info {
  overflow: auto;
  background: #FDFDF6;
  padding: 2em;
  width: 600px;
  max-width: 100%;
  border-radius: 0.3em;
}
/*-------------------------------------------------*/
/* =  INFO
/*-------------------------------------------------*/
.cont-info {
  padding: 3em 1.8em;
}
.cont-info h3 {
  margin-bottom: 0.5em;
}
.cont-info p {
  margin: 0.6em 0em;
  font-size: 1em;
  text-align: justify;
  color: #848484;
}
.cont-info .small-font {
  font-size: 80%;
  line-height: 50%;
  margin-top: 1em;
}
.cont-info ul {
  text-align: left;
  margin-left: 1em;
  color: #848484;
  font-size: 80%;
  line-height: 1.3em;
}
.cont-info ul li {
  list-style: inherit;
}
/*==================================================================================================================================================
================================================ CSS APLICABLE AL FOOTER =========================================================================
==================================================================================================================================================*/
.grey {
  background: #e8ebe9;
  margin: 0;
  padding: 0;
}
.footerbar-row {
  margin: 0 auto;
  padding: 0;
  width: 92vw;
  list-style: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footerbar-content small, .footerbar-content ul {
  font-size: .85rem;
  line-height: 1.7;
}
.footerbar-row.is-bottom a {
  text-decoration: none;
  color: #5b87da;
  cursor: pointer
}
.footerbar-row.is-bottom a:hover {
  color: #000;
  text-decoration: underline
}
.footerbar-content ul a {
  text-decoration: none;
  color: #8a9a91;
  cursor: pointer
}
.footerbar-content ul a:hover {
  color: #000;
  text-decoration: underline
}
.footerbar {
  /*  padding-top: 1rem;
  padding-bottom: 1rem;*/
  background: #e8ebe9;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 92vw;
}
.footerbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 92vw; */
}
.footerbar-row.is-top {
  padding-bottom: 1rem;
  /* width: 92vw; */
}
.footerbar-row.is-bottom {
  padding-top: 1rem;
  /* width: 92vw; */
}
.footerbar-row.is-bottom > ul {
  list-style: none;
  padding: 0;
  color: #8a9a91;
  font-size: .85rem
}
@media (min-width:750px) {
  .footerbar-row.is-bottom > ul {
    display: flex
  }
}
.footerbar-row.is-bottom > ul li {
  border-left: solid 1px #d0d7d3;
  padding-left: 1rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
  line-height: 1em !important;
}
.footerbar-row.is-bottom address {
  font-style: normal;
  line-height: 1.15em;
}
.footerbar-row.is-bottom address strong {
  font-weight: bolder;
}
.footerbar-row.is-bottom p {
  margin: 0
}
.footerbar-content ul {
  list-style: none;
  padding: 0;
  margin: .5rem 0;
  text-transform: uppercase;
  border-bottom: solid 1px #d0d7d3
}
.footerbar-content ul a {
  display: block;
  padding: .3em 0;
  white-space: nowrap
}
.footerbar-content ul.footer {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  border-bottom: none;
}
.footerbar-content ul.footer li {
  width: 33%;
  border: none;
}
@media (max-width:800px) {
  .footerbar-row.is-top {
    display: block;
  }
  .footerbar-content ul.footer li {
    width: 100%;
    border: none;
  }
}
@media (max-width:540px) {
  .footerbar-row.is-bottom {
    display: block;
  }
  .footerbar-extraLogo {
    margin-top: 0px !important;
  }
}
@media (max-width:749px) {
  .footerbar-content ul li + li {
    border-top: solid 1px #d0d7d3
  }
}
@media (min-width:750px) {
  .footerbar-content ul {
    display: flex;
    padding: .5rem 0
  }
  .footerbar-content ul a {
    padding: .3em 1em
  }
  .footerbar-content ul li + li {
    border-left: solid 1px #d0d7d3
  }
  .footerbar-content ul li:first-child a {
    padding-left: 0
  }
  .footerbar-content ul li:last-child a {
    padding-right: 0
  }
}
.footerbar-content small {
  display: block;
  color: #8a9a91
}
.footerbar-logo {
  width: 150px
}
@media (max-width:949px) {
  .footerbar-logo {
    display: none
  }
}
.footerbar-logo svg {
  width: 100%;
  display: block;
  height: auto
}
.footerbar-logo g, .footerbar-logo path, .footerbar-logo polygon {
  fill: #8a9a91;
  transition: fill .3s
}
.footerbar-logo:hover g, .footerbar-logo:hover path, .footerbar-logo:hover polygon {
  fill: #000
}
.footerbar-extraLogo {
  display: none
}
@media (min-width:500px) {
  .footerbar-extraLogo {
    display: block;
    margin-top: -50px
  }
}