body {
  color: #3e4d5c;
  direction: ltr;
  font: 400 13px 'Open Sans', Arial, sans-serif;
  background: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 10px;
  /*color: #3e4d5c;*/
  color: #007A8E; }

h1 {
  margin-bottom: 15px; }

.main h1 {
  margin-top: -6px; }

/***
Fix link outlines after click
***/
a {
  color: #284860; }

a, a:focus, a:hover, a:active {
  outline: 0;
  text-decoration: none; }

a:hover {
  color: #284860;
  text-decoration: underline; }

/***
Misc tools
***/
.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-bottom-space {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.no-top-space {
  padding-top: 0 !important;
  margin-top: 0 !important; }

.no-space {
  margin: 0 !important;
  padding: 0 !important; }

.no-text-shadow {
  text-shadow: none !important; }

.padding-top-5 {
  padding-top: 5px !important; }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-top-15 {
  padding-top: 15px !important; }

.padding-top-20 {
  padding-top: 20px !important; }

.padding-top-25 {
  padding-top: 25px !important; }

.padding-top-30 {
  padding-top: 30px !important; }

.padding-top-35 {
  padding-top: 35px !important; }

.padding-top-40 {
  padding-top: 40px !important; }

.padding-top-45 {
  padding-top: 45px !important; }

.padding-top-50 {
  padding-top: 50px !important; }

.padding-top-60 {
  padding-top: 60px !important; }

.margin-bottom-0 {
  margin-bottom: 0 !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-bottom-35 {
  margin-bottom: 35px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.margin-bottom-60 {
  margin-bottom: 60px !important; }

.margin-bottom-65 {
  margin-bottom: 65px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-left-0 {
  margin-left: 0 !important; }

.margin-right-0 {
  margin-right: 0 !important; }

.margin-right-20 {
  margin-right: 20px !important; }

.margin-left-20 {
  margin-left: 20px !important; }

.padding-left-0 {
  padding-left: 0 !important; }

.padding-right-0 {
  padding-right: 0 !important; }

.padding-right-30 {
  padding-right: 30px !important; }

.margin-right-10 {
  margin-right: 10px !important; }

div.checker,
div.radio {
  top: -1px; }

select.form-control {
  color: #5f6d7b;
  border-radius: 0;
  border-color: #e4e6e8;
  box-shadow: none; }

select.form-control:focus {
  box-shadow: none;
  border-color: #999; }

input.form-control,
textarea.form-control {
  border-color: #dbdbdb;
  color: #777;
  font: 14px Arial, sans-serif;
  border-radius: 0;
  box-shadow: none; }

input.form-control:focus,
textarea.form-control:focus {
  box-shadow: none;
  border: solid 1px #dbdbdb; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0; }

* html .clearfix {
  zoom: 1; }

* + html .clearfix {
  zoom: 1; }

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden; }

.lead {
  font-size: 16px; }

.font-transform-inherit {
  text-transform: inherit !important; }

.color-green {
  color: #99CA3C; }

/***
Custom Scrollbars
***/
::-webkit-scrollbar {
  width: 12px; }

::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #cecece; }

::-webkit-scrollbar-thumb {
  background-color: #cecece; }

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; }

::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: none;
  border: 0; }

::-webkit-scrollbar-thumb {
  border-radius: 0;
  box-shadow: none;
  border: 0; }

/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport {
  width: auto !important; }
::-moz-selection {
  color: #fff;
  background: #99CA3C; }

::selection {
  color: #fff;
  background: #99CA3C; }

/* Global classes */
.min-hight500 {
  min-height: 500px; }

/***
Pre-Header and pre-header elements
***/
.pre-header {
  color: #616b76;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  background: #fff; }

.pre-header a {
  color: #616b76; }

.pre-header a:hover {
  color: #284860; }

.pre-header a:focus {
  text-decoration: none; }

.pre-header li {
  padding-left: 11px;
  padding-right: 15px;
  border-right: solid 1px #d8d8d8; }

.pre-header li:last-child {
  border: none; }

.additional-shop-info li:first-child {
  padding-left: 0; }

.additional-nav li:last-child {
  padding-right: 0; }

.pre-header .fa {
  margin-right: 4px; }

.pre-header span {
  /* font-weight: bold; */
  font-size: 13px; }

.shop-currencies a {
  margin-right: 6px; }

.shop-currencies a:last-child {
  margin-right: 0; }

.shop-currencies a.current {
  color: #284860; }

/* langs block */
.langs-block {
  position: relative; }

.langs-block .fa {
  margin-right: 0; }

.langs-block-others-wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99999; }

.langs-block-others {
  padding: 10px 10px 2px;
  background: #F9F9F9;
  z-index: 9999;
  width: 100px;
  display: none;
  margin-top: 12px;
  border-top: solid 2px #99CA3C;
  box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
  position: relative;
  transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out; }

.langs-block-others:after {
  top: -8px;
  width: 0;
  height: 0;
  left: 8px;
  z-index: 2;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 8px solid #2DA272;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent; }

.langs-block:hover .langs-block-others {
  display: block; }

.langs-block-others a {
  display: block;
  margin-bottom: 8px; }

/***
Header and header elements
***/
.header {
  box-shadow: 0 1px 3px #ddd;
  background: #fff;
  border-radius: 0;
  margin-bottom: 23px;
  z-index: 999;
  position: relative; }

/* FIX styles BEGIN */
.page-header-fixed .header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999; }

body.page-header-fixed {
  padding-top: 88px !important;
  /* height of the header */ }

/* FIX styles END */
.header .container {
  position: relative; }

.ie8 .header {
  border-bottom: 1px solid #eee; }

.site-logo {
  float: left;
  font-size: 23px;
  font-weight: 400;
  margin-right: 67px;
  padding-top: 22px;
  padding-bottom: 22px; }

.header .mobi-toggler {
  float: right;
  color: #D8D8D8;
  border: 1px solid #D8D8D8;
  border-radius: 100% !important;
  width: 32px;
  height: 32px;
  display: none;
  margin: 25px 0 0 30px;
  position: relative;
  background: #fff url(../gfx/icons/toggler.png) no-repeat 6px 8px; }

.header .mobi-toggler i {
  display: none; }

.header .mobi-toggler:hover {
  background: #2DA272 url(../gfx/icons/toggler.png) no-repeat 6px -28px;
  border-color: #2DA272;
  color: #fff; }

/* Navigation */
.header-navigation {
  font: 15px "Open Sans", sans-serif;
  margin: 15px 10px 0 0;
  padding: 0;
  float: left;
  text-transform: uppercase; }

.header-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.header-navigation > ul > li {
  float: left; }

.header-navigation > ul > li > a {
  color: #333;
  display: block;
  padding: 29px 12px 30px; }

.header-navigation ul > li.active > a,
.header-navigation ul > li > a:hover,
.header-navigation ul > li > a:focus,
.header-navigation ul > li.open > a,
.header-navigation ul > li.open > a:hover,
.header-navigation ul > li.open > a:focus {
  color: #284860;
  background: #fcfcfc;
  text-decoration: none; }

.header-navigation ul > li.active > a {
  border-bottom: 2px solid #2DA272; }

.contacto {
  background: #284860 !important; }
  .contacto.active a {
    background: #a9c43b !important; }
  .contacto a {
    color: #fcfcfc !important; }
    .contacto a:hover {
      background: #a9c43b !important; }

/* dropdown menu */
@media (min-width: 1025px) {
  .header-navigation > ul > li:hover > .dropdown-menu {
    display: block; } }
.header-navigation,
.header-navigation .dropdown {
  position: static; }

.header-navigation .dropdown-fix-left,
.header-navigation .dropdown-fix-right {
  position: relative; }

.header-navigation .dropdown-menu {
  left: auto;
  top: 100%;
  padding: 0;
  background: #fff;
  position: absolute;
  border: none;
  box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
  text-transform: none;
  font: 13px "Open Sans", sans-serif;
  letter-spacing: 0;
  border-radius: 0;
  z-index: 9999; }

.dropdown-fix-left .dropdown-menu {
  left: 0;
  width: 700px; }

.dropdown-fix-right .dropdown-menu {
  right: 0;
  width: 700px; }

.header-navigation > ul > li > .dropdown-menu {
  margin-top: -10px;
  /*border-top: solid 3px transparent;*/
  z-index: 1001; }

.header-navigation .dropdown100 > .dropdown-menu {
  left: 15px;
  right: 15px; }

.header-navigation > ul > li.dropdown:hover > a:after {
  bottom: 10px;
  width: 0;
  height: 0;
  z-index: 1002;
  content: " ";
  display: block !important;
  position: absolute;
  border-bottom: 8px solid #2DA272;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent; }

.ie8 .header-navigation > ul > li.dropdown:hover > a:after {
  display: none !important; }

.header-navigation li.dropdown100 > .dropdown-menu:after {
  display: none !important; }

.header-navigation .dropdown-menu > li:first-child {
  border-top: solid 2px #2DA272; }

.header-navigation .dropdown-menu li {
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #efefef;
  position: relative;
  float: none; }

.header-navigation .dropdown-menu li:last-child {
  border: none; }

.header-navigation .dropdown-menu li > a {
  padding: 10px 15px;
  color: #767f88; }

.header-navigation .dropdown-menu > li > a:hover,
.header-navigation .dropdown-menu > li.active > a,
.header-navigation .header-navigation-content .header-navigation-col li > a:hover,
.header-navigation .header-navigation-content .header-navigation-col li.active > a {
  background: #2DA272;
  color: #fff; }

.dropdown-submenu > a:after {
  display: none; }

/* navigation content */
.header-navigation-content {
  padding: 20px 30px;
  min-width: 600px; }

.header-navigation-content .header-navigation-col {
  padding: 0; }

.header-navigation-content h4 {
  font: bold 15px 'Open Sans', Arial, sans-serif;
  margin: 0 0 6px;
  padding: 10px 10px 5px;
  border-bottom: solid 1px #f0f0f0; }

.header-navigation-content ul {
  padding: 0;
  margin: 0 0 10px;
  list-style: none; }

.header-navigation-content li {
  padding: 0;
  border: none !important; }

.header-navigation-content li > a {
  display: block; }

/* header navigation description */
.header-navigation-content-ext {
  padding: 20px 30px 2px;
  background: #fff; }

.header-navigation-description {
  background: #fcfafb;
  margin: -20px 0 -2px -30px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(91, 91, 91, 0.2) inset; }

.header-navigation-content-ext h4 {
  border: none;
  padding: 10px 0 0; }

.header-navigation .dropdown-menu .header-navigation-content-ext li {
  border: none; }

.header-navigation .dropdown-menu .header-navigation-content-ext li > a {
  padding: 0 0 10px;
  color: #767f88;
  display: inline-block; }

.header-navigation .dropdown-menu .header-navigation-content-ext li > a:hover,
.header-navigation .dropdown-menu .header-navigation-content-ext li.active > a {
  background: #fff;
  color: #2DA272; }

/* n-level submenu */
.header-navigation .dropdown-menu .dropdown-menu {
  left: 100%;
  right: auto;
  top: 6px; }

.header-navigation .dropdown-menu a {
  position: relative; }

.header-navigation .dropdown-menu .fa {
  position: absolute;
  top: 13px;
  right: 15px; }

.reduce-header .site-logo {
  padding-top: 9px;
  padding-bottom: 11px; }

@media (min-width: 1025px) {
  .reduce-header .header-navigation > ul > li > a {
    padding: 16px 12px 17px; } }
.reduce-header .mobi-toggler {
  margin-top: 12px; }

.page-header-fixed .header .mobi-toggler {
  transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  -ms-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  -webkit-transition: margin 0.3s ease; }

/* page slider */
.page-slider {
  margin-top: -25px;
  clear: both; }

/* OWL styles */
.owl-buttons {
  position: absolute;
  top: -40px;
  right: 10px; }

.owl-buttons div {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 5px;
  position: static;
  border-radius: 26px !important;
  text-indent: -100000px; }

.owl-buttons .owl-prev {
  background: #fff url(../gfx/fa-angles.png) no-repeat 8px 8px; }

.owl-buttons .owl-next {
  background: #fff url(../gfx/fa-angles.png) no-repeat -33px 8px; }

.owl-buttons .owl-prev:hover {
  background: #46e839 url(../gfx/fa-angles.png) no-repeat 8px -31px; }

.owl-buttons .owl-next:hover {
  background: #46e839 url(../gfx/fa-angles.png) no-repeat -33px -31px; }

/*  */
.carousel-indicators {
  text-align: left;
  margin: 0;
  width: auto;
  left: 33px; }

.carousel-indicators li,
.carousel-indicators li.active {
  width: 18px;
  height: 18px;
  margin: 0 9px 0 0;
  background: transparent;
  border: solid 2px #c9cdce;
  border-radius: 18px !important;
  z-index: 9999 !important; }

.carousel-indicators li.active {
  background: #6f7a7c;
  border-color: #9ea7a9; }

/* END LAYER SLIDER */
/* content page */
.content-page {
  /*background: #fff;*/
  padding: 20px;
  margin-right: 10px; }

.content-page {
  padding: 0 0 20px; }

.content-page a,
.sidebar2 a {
  color: #767F88; }

.content-page a:hover,
.sidebar2 a:hover {
  color: #284860; }

.content-page .link, .content-page .link:hover, .content-page .link:active {
  color: #284860; }

.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6 {
  /*text-transform: inherit;*/
  padding-top: 10px; }

.content-page h3 {
  font-size: 20px;
  margin-bottom: 7px; }

.content-page h4 {
  font-size: 17px;
  margin-bottom: 4px; }

.content-page h5,
.content-page h6 {
  font: 700 15px 'Open Sans', Arial, sans-serif;
  margin-bottom: 2px; }

.content-page p,
.content-page .list-unstyled {
  margin-bottom: 20px; }

.content-page .list-unstyled .list-unstyled {
  margin-left: 20px;
  padding-top: 3px;
  margin-bottom: 0; }

.content-page .list-unstyled li {
  margin-bottom: 3px; }

/***
Pre-Footer and pre-footer elements
***/
.pre-footer {
  background: #313030;
  color: #b0b0b0; }

.pre-footer .container {
  padding-top: 45px; }

.pre-footer a {
  color: #57c8eb; }

.pre-footer h2 {
  font-size: 21px;
  color: #c2c1c1; }

.pre-footer p {
  margin-bottom: 20px; }

.pre-footer li {
  margin-bottom: 6px; }

/* pre-footer twitter block */
.pre-footer dl.f-twitter {
  overflow: hidden;
  margin-bottom: 7px; }

.pre-footer dl.f-twitter dt {
  width: 30px;
  float: left;
  text-align: left;
  padding-top: 2px; }

.pre-footer dl.f-twitter dt i {
  color: #57c8eb;
  font-size: 20px; }

.pre-footer dl.f-twitter dd {
  color: #b0b0b0;
  margin-left: 30px; }

.pre-footer dl.f-twitter dd span {
  color: #6b9cab;
  font-size: 12px;
  margin: 0 5px; }

.pre-footer address {
  line-height: 1.7; }

.pre-footer-col {
  padding-bottom: 22px; }

.pre-footer .top-line {
  border-top: solid 1px #535353;
  padding-top: 24px;
  padding-bottom: 17px; }

.pre-footer .social-icons {
  padding-top: 5px; }

.pre-footer .social-icons li a,
.pre-footer a.social-icon {
  transition: all 0.1s ease-in-out !important;
  -o-transition: all 0.1s ease-in-out !important;
  -ms-transition: all 0.1s ease-in-out !important;
  -moz-transition: all 0.1s ease-in-out !important;
  -webkit-transition: all 0.1s ease-in-out !important; }

.pre-footer .social-icons li a:hover {
  opacity: 1; }

.pre-footer hr {
  margin-top: 0;
  border-color: #404040; }

.pre-footer .form-control,
.pre-footer .form-control:focus {
  border: none; }

/* subscribe */
.pre-footer .pre-footer-subscribe-box {
  padding-bottom: 14px; }

.pre-footer .pre-footer-subscribe-box p {
  clear: both; }

.pre-footer-subscribe-box .input-group {
  border: solid 1px #545454;
  padding: 1px 1px 0 0; }

.pre-footer-light .pre-footer-subscribe-box .input-group {
  border: solid 1px #DBDBDB; }

.pre-footer-subscribe-box h2 {
  float: left;
  margin-right: 20px;
  padding-top: 7px; }

.pre-footer-subscribe-box input {
  border-radius: 0;
  background: #000000;
  border: solid 1px #313030;
  color: #57c0c3;
  font: 13px Arial, sans-serif; }

.pre-footer-subscribe-box input:focus {
  box-shadow: none;
  border: solid 1px #313030; }

.pre-footer-subscribe-box .btn-primary {
  margin-left: 0 !important;
  border-bottom: none;
  margin-bottom: 1px; }

/* footer */
.footer {
  background: #272626;
  color: #fff;
  font-size: 12px;
  padding: 15px 0; }

.footer-light {
  background: #F9F9F9;
  color: #3e4d5c; }

.footer-gray {
  background: #4A5866; }

.footer a {
  color: #fff;
  text-decoration: underline; }

.footer a:hover {
  text-decoration: none; }

.footer-light a {
  color: inherit; }

.footer .padding-top-10 {
  opacity: 0.5; }

.footer .list-inline > li:last-child {
  padding-right: 0; }

.footer ul {
  margin: 0;
  padding: 0; }

.footer ul.social-footer {
  font-size: 18px;
  padding-top: 5px; }

.footer ul.social-footer a {
  opacity: 0.5; }

.footer ul.social-footer a:hover {
  opacity: 1; }

/***
Custom icon buttons
***/
.icon-btn {
  height: 60px;
  min-width: 80px;
  margin: 0 5px 5px 0;
  border: 1px solid #ddd;
  padding: 12px 0px 0px 0px;
  background-color: #fafafa !important;
  background-image: none !important;
  filter: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  display: inline-block !important;
  color: #646464 !important;
  text-shadow: none !important;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important; }

.icon-btn i {
  font-size: 18px; }

.ie8 .icon-btn:hover {
  filter: none !important; }

.icon-btn:hover {
  text-decoration: none !important;
  border-color: #999 !important;
  color: #444 !important;
  text-shadow: 0 1px 0px white !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.icon-btn:hover .badge {
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.icon-btn div {
  font-family: 'Open Sans', sans-serif;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #000;
  font-size: 12px;
  font-weight: 300; }

.icon-btn .badge {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px !important;
  font-weight: 300;
  top: -5px;
  right: -5px;
  padding: 3px 6px 3px 6px;
  color: white !important;
  text-shadow: none;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/***
Font awesome icons styles
***/
.fontawesome-icon-list [class^="fa-"],
.fontawesome-icon-list [class*=" fa-"],
li [class^="fa-"],
li [class*=" fa-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center; }

.fontawesome-icon-list [class^="fa-"].icon-large,
.fontawesome-icon-list [class*=" fa-"].icon-large,
li [class^="fa-"].icon-large,
li [class*=" fa-"].icon-large {
  width: 1.5625em; }

.fontawesome-icon-list .col-md-3 {
  height: 32px;
  line-height: 32px; }

/* Main Features */
.main-features {
  background: #ebebeb; }

.main-features > .container {
  padding-bottom: 30px; }

/* Team Blocks */
.front-team .thumbnail {
  border: none; }

.front-team h3 {
  margin: 10px 0 12px;
  line-height: 40px; }

.front-team h3 strong {
  color: #99CA3C;
  font-size: 20px;
  font-weight: 400; }

.front-team h3 small {
  display: block;
  font-size: 13px; }

.front-team ul {
  padding: 4px 0 0; }

.front-team .social-icons {
  overflow: hidden; }

/* Team Blocks */
.front-team .thumbnail {
  border: none; }

.front-team h3 {
  margin: 10px 0 12px;
  line-height: 40px; }

.front-team h3 strong {
  color: #99CA3C;
  font-size: 20px;
  font-weight: 400; }

.front-team h3 small {
  display: block;
  font-size: 13px; }

.front-team ul {
  padding: 4px 0 0; }

.front-team .social-icons {
  overflow: hidden; }

/* Services Box */
.service-box p {
  color: #656565;
  font-size: 13px; }

.service-box .service-box-heading {
  padding: 40px 0 12px 0;
  position: relative; }

.service-box .service-box-heading i {
  padding: 0;
  /*
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  border-radius: 46px;
  */
  /*font-size: 24px;*/
  height: 35px;
  width: 35px;
  /*line-height: 35px;*/
  text-align: center;
  vertical-align: baseline;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  overflow: hidden; }

.service-box .service-box-heading i.blue {
  /*color: #0da3e2;
  border: 1px solid #0da3e2;
  */
  color: white;
  background-color: #20394f; }

.service-box .service-box-heading i.red {
  /*color: #E02222;
  border: 1px solid #E02222;
  */
  color: white;
  background-color: #99CA3C; }

.service-box .service-box-heading i.green {
  /*
  color: #35aa47;
  border: 1px solid #35aa47;
  */
  color: white;
  background-color: #99CA3C; }

.service-box .service-box-heading span {
  color: #007a8e;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  /*margin-left: 10px;*/
  text-align: center;
  display: block;
  margin-top: 60px; }

.service-box .service-box-heading [class^="icon-"],
.service-box [class*=" icon-"] {
  display: inline-block;
  text-align: center; }

.service-box .service-box-heading [class^="icon-"].icon-large,
.service-box .service-box-heading [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em; }

/* Service Box v1 */
.service-box-v1 {
  text-align: center;
  padding: 15px;
  margin-bottom: 10px;
  margin-top: 20px;
  background: #DADADA; }

.service-box-v1:hover {
  cursor: pointer; }

.service-box-v1 i {
  padding: 15px;
  font-size: 35px; }

.servicio-box-v1-icon {
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin: 15px auto 5px auto; }

.service-box-v1:hover, .service-box-v1.active {
  background: #99CA3C;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out; }

.service-box-v1:hover i,
.service-box-v1:hover p,
.service-box-v1:hover h2,
.service-box-v1.active i,
.service-box-v1.active p,
.service-box-v1.active h2 {
  color: #fff; }

.service-box-v1:hover img, .service-box-v1.active img {
  margin-left: -35px; }

/* Blockquote Box */
.quote-v1 {
  background: #7C858E;
  padding: 10px 0;
  margin: 0 0 60px 0; }

.quote-v1 a {
  margin: 5px;
  display: inline-block; }

.quote-v1 span {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin: 13px 5px 8px;
  line-height: 26px;
  display: inline-block; }

.quote-v1 a.btn-transparent {
  color: #fff;
  font-size: 16px;
  padding: 8px 18px;
  white-space: nowrap;
  text-decoration: none;
  border: solid 1px #fff;
  background: none; }

.quote-v1 a.btn-transparent:hover {
  background: #284860;
  color: #fff;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; }

.quote-v1 a.btn-transparent i {
  margin-right: 10px; }

/* Recent Works */
.recent-work {
  position: relative; }

.recent-work a:hover {
  text-decoration: none; }

.recent-work h2 {
  margin: 3px 0 5px; }

.recent-work h2 a {
  color: #3e4d5c; }

.recent-work h2 a:hover {
  color: #284860; }

.recent-work-item {
  padding-right: 10px; }

.recent-work .owl-buttons {
  left: -74px;
  right: auto;
  top: 0; }

.recent-work .recent-work-item a.recent-work-description {
  padding: 10px;
  display: block;
  background: #fff;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 1px; }

.recent-work .recent-work-item:hover a.recent-work-description {
  background: #2DA272;
  transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease; }

.recent-work .recent-work-item strong {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 300; }

.recent-work .recent-work-item b {
  color: #656565;
  font-weight: 300; }

.recent-work .recent-work-item:hover b,
.recent-work .recent-work-item:hover strong {
  /*color: #fff;*/ }

.recent-work .recent-work-item em {
  display: block;
  overflow: hidden;
  position: relative; }

.recent-work .recent-work-item .fa {
  color: #fff;
  padding: 16px 30px 16px 18px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  width: 47px;
  height: 47px;
  margin-top: -23.5px;
  border-radius: 47px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease; }

.recent-work .recent-work-item .fa:hover {
  color: #284860; }

.recent-work .recent-work-item .fa-link {
  left: -100px; }

.recent-work .recent-work-item .fa-search {
  right: -100px; }

.recent-work .recent-work-item:hover .fa-link {
  left: 30%; }

.recent-work .recent-work-item:hover .fa-search {
  right: 30%; }

/* our clients */
.our-clients {
  position: relative; }

.our-clients h2 {
  margin: 3px 0 5px; }

.our-clients h2 a {
  color: #3e4d5c; }

.our-clients h2 a:hover {
  color: #284860; }

.our-clients .client-item {
  background: #f8f8f8;
  margin-left: 2px;
  position: relative; }

.our-clients .owl-buttons {
  left: -74px;
  right: auto;
  top: 0; }

.our-clients .client-item img {
  margin-left: auto;
  margin-right: auto; }

.our-clients .client-item .color-img {
  display: none; }

.our-clients .client-item:hover img {
  display: none; }

.our-clients .client-item:hover .color-img {
  display: block; }

.blog-posts h2 {
  padding-top: 0; }

.blog-posts p {
  text-align: justify; }

.blog-posts .carousel {
  margin-bottom: 0; }

.blog-posts hr.blog-post-sep {
  margin: 40px 0; }

.blog-info {
  list-style: none;
  margin: 15px 0 12px 0;
  padding-left: 0; }

.blog-info li {
  padding: 0;
  color: #555;
  font-size: 13px;
  margin-right: 10px;
  display: inline-block; }

.blog-info li i {
  color: #2DA272; }

.blog-posts .pagination li {
  margin-left: -12px;
  margin-right: 17px; }

.blog-posts .more,
.blog-sidebar .more {
  color: #2DA272; }

.recent-news {
  overflow: hidden; }

.recent-news h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.recent-news h3 a {
  color: #007a8e; }

.recent-news-inner {
  padding: 0; }

/* Testimonials */
.testimonials-v1 blockquote {
  padding: 15px;
  border: none;
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 20px;
  background: #F8F8F8;
  position: relative; }

.testimonials-v1 blockquote:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 70px;
  width: 0;
  height: 0;
  border-left: 0 inset transparent;
  border-right: 22px inset transparent;
  border-top: 22px solid #F8F8F8; }

.testimonials-v1 blockquote:after {
  width: 13px;
  height: 13px;
  z-index: 23;
  content: " ";
  display: block !important;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #007a8e url(../gfx/blockquote-corner.png) no-repeat; }

.testimonials-v1 .carousel-info img {
  width: 75px;
  height: 75px;
  padding: 3px;
  border-radius: 150px !important;
  border: solid 1px #f5f5f5; }

.testimonials-v1 .carousel-info {
  overflow: hidden; }

.testimonials-v1 .carousel-info img {
  margin-right: 15px; }

.testimonials-v1 .carousel-info span {
  display: block; }

.testimonials-v1 span.testimonials-name {
  color: #007a8e;
  font-size: 16px;
  font-weight: 300;
  margin: 23px 0 7px; }

.testimonials-v1 span.testimonials-post {
  color: #656565;
  font-size: 12px; }

.testimonials-v1 .left-btn,
.testimonials-v1 .right-btn {
  right: 0;
  width: 26px;
  height: 26px;
  bottom: 30px;
  border-radius: 26px !important;
  position: absolute;
  display: inline-block; }

.testimonials-v1 .left-btn {
  right: 30px;
  background: url(../gfx/fa-angles.png) no-repeat 8px 8px; }

.testimonials-v1 .right-btn {
  background: url(../gfx/fa-angles.png) no-repeat -33px 8px; }

.testimonials-v1 .left-btn:hover {
  background: #007a8e url(../gfx/fa-angles.png) no-repeat 8px -31px; }

.testimonials-v1 .right-btn:hover {
  background: #007a8e url(../gfx/fa-angles.png) no-repeat -33px -31px; }

.nav-tabs {
  border-color: #e6400c;
  padding-bottom: 1px;
  font-size: 14px;
  margin-bottom: 0; }

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background: #F4F4F4;
  color: #647484;
  border-radius: 0;
  padding: 5px 15px 4px;
  border: none !important; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #e6400c;
  color: #fff;
  padding: 5px 15px 4px; }

.tab-content {
  background: #fff;
  padding: 20px 15px; }

.encabezado-soluciones div img {
  max-width: 100%;
  height: auto; }

.descripcion-soluciones {
  font-size: 15px; }
  .descripcion-soluciones h4 {
    color: #99ca3c;
    font-weight: 500; }

.clientes-soluciones {
  padding-top: 15px;
  text-align: center; }
  .clientes-soluciones img {
    max-width: 100%;
    height: auto; }

/*# sourceMappingURL=exstyle.css.map */
