@import url('normalize.css');

@import url('foundation.css');

@import url('foundation-icons/foundation-icons.css');
body {
  font-family: raleway, sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  color: #666666;
  background: #f4f4f5;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #ffba00;
}
.loader .loader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: transparent url('../img/loader.png') 50% 50% no-repeat;
  -webkit-animation: rotating 1.3s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
a {
  color: #ffba00;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: 0 !important;
}
a:hover,
a:focus {
  color: #666666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: raleway, sans-serif;
  color: #666666;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 30px 0;
}
.title h3 {font-weight: normal;}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 90%;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 700;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 0.05em;
}
/*===== LABELS =======*/
.label {
  background: #ffba00;
  font-family: inherit;
  letter-spacing: 0.05em;
  padding: 0 10px;
  line-height: 1.6;
  font-size: inherit;
}
.sep {
  margin-bottom: 90px;
  display: inline-block;
  width: 100%;
  clear: both;
}
.sep-fancy {
  width: 100%;
  display: inline-block;
  clear: both;
  position: relative;
  margin: 60px 0;
}
.sep-fancy i {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  border: 3px solid #DDD;
  width: 40px;
  height: 40px;
  line-height: 36px;
  background: #f4f4f5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  color: #DDD;
}
.sep-fancy:before {
  content: '';
  height: 3px;
  width: 300px;
  left: 50%;
  bottom: 0;
  position: absolute;
  margin-left: -150px;
  background: #DDD;
}
p,
ul,
ol {
  margin: 0 0 30px 0;
}
p {
  line-height: 25px;
  text-align: justify;
}
img {
  max-width: 100%;
}
pre {
  background: #f4f4f5;
  padding: 1.5em;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
pre:hover {
  border-color: #EEE;
}
div.title {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .01em;
  font-weight: 700;
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 30px;
  padding-top: 30px;
}
div.title i {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  border: 3px solid #ffba00;
  width: 40px;
  height: 40px;
  line-height: 34px;
  background: #f4f4f5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
div.title:before {
  content: '';
  height: 3px;
  width: 200px;
  left: 50%;
  bottom: 0;
  position: absolute;
  margin-left: -100px;
  background: #ffba00;
}
.title h1 {
  font-size: 48px !important;
}
.title h2 {
  font-size: 36px !important;
}
.title h3 {
  font-size: 30px !important;
}
.title h1,
.title h2,
.title h3 {
  margin: 0;
}
.title h1 span,
.title h2 span,
.title h3 span {
  font-weight: 300;
}
section.full-width-row {
  position: relative;
}
.bg-fixed {
  background-attachment: fixed;
}
/*====== Accordions =======*/
.accordion dt {
  display: none;
}
.accordion dd {
  margin-bottom: 10px !important;
}
.accordion dd > a {
  font-family: raleway, sans-serif;
  border-left: 3px solid #111;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #666666;
  color: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.accordion dd > a:hover {
  background: #333333;
}
.accordion dd > a:after {
  content: '\f199';
  position: absolute;
  right: 1rem;
  font-family: "foundation-icons";
}
.accordion dd.active > a {
  border-color: #ffba00;
  background: #333333;
}
.accordion dd.active > a:after {
  content: '\f176';
}
.accordion .content.active {
  background: #EEE;
  margin: 10px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* tooltips */
.has-tip:hover,
.has-tip:focus {
  color: #ffba00;
  border-color: #ffba00;
}
/*========= PRICING TABLES ==============*/
.pricing-table .title {
  font-family: raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.pricing-table .price {
  font-family: raleway, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.pricing-table .description {
  font-size: 14px;
}
.featured .title {
  background: #ffba00;
  font-weight: bold;
  color: white;
}
/*====== Alert Boxes ========*/
.alert-box {
  background: #ffba00;
  border: 1px solid #e6a700;
  color: white;
  font-size: 15px;
  letter-spacing: 0.02em;
}
/*======== Tables =========*/
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
table tr.even,
table tr.alt,
table tr:nth-of-type(2n) {
  background: #F8F8F8;
}
/*====== Tabs ==========*/
.tabs dt {
  display: none;
}
.tabs dd a {
  border-top: 3px solid #333333;
  margin-right: 10px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: raleway, sans-serif !important;
  background: #666666;
  color: white;
}
.tabs dd a:hover {
  background: #333333;
}
.tabs dd.active a {
  background: #333333;
  border-color: #ffba00;
}
.tabs-content {
  background: #EEE !important;
  padding: 0.9375em;
  -webkit-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tabs-content p:last-child {
  margin: 0;
}
/*============ Thumbnails ==================*/
.th:hover,
.th:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 186, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(255, 186, 0, 0.7);
}
/*============ Light Box ==================*/
.clearing-blackout {
  z-index: 9999;
}
.section-container.tabs .content {
  display: block !important;
  opacity: 0;
}
.section-container.tabs .active .content {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  opacity: 1;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs.vertical a {
  border-top: none !important;
  border-left: 2px solid #333333;
  margin-bottom: 2px;
  font-family: raleway, sans-serif !important;
}
.tabs.vertical dd.active a {
  border-top: none !important;
  border-left: 2px solid #ffba00;
}
.light {
  font-weight: 300;
}
.light span {
  font-weight: 700;
}
section.padding-top {
  padding-top: 90px;
}
hr {
  margin-right: 0;
  margin-left: 0;
  padding: 0 !important;
}
/*============== HEADER SECTION =================*/
.onepage-header,
#header {
  background: /* #111111 */ url('../img/bg-pattern.png') 0 0 repeat;
  position: relative;
}
.wpb_text_column h2 {
color: #e51e1e;
font-weight: normal;
line-height: 1em;
}
.fullscreen-container,
.welcome-container {
  display: table;
  height: 100%;
  width: 100%;
}
.fullscreen-container .text,
.welcome-container .text {
  /* display: table-cell; */
  vertical-align: middle;
  text-align: center;
  margin-top: 20%;
}
.fullscreen-container .text img,
.welcome-container .text img {
	/* width: 60%; */
	margin-bottom: 20px;
}
.fullscreen-container .text h2,
.welcome-container .text h2 {
  padding: .5em;
  text-transform: uppercase;
  font-size: 48px;
  color: #fff;
}
.fullscreen-container .text h2 span,
.welcome-container .text h2 span {
  color: #ffba00;
}
.fullscreen-container .text .scroll-icon,
.welcome-container .text .scroll-icon {
  font-size: 18px;
  border: 1px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: white;
}
.fullscreen-container .text .scroll-icon:hover,
.welcome-container .text .scroll-icon:hover {
  color: #ffba00;
}
.fullscreen-container .text .orbit-timer,
.welcome-container .text .orbit-timer {
  left: -10000px;
  top: auto;
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.welcome-container {
  padding: 90px 0;
}
.logo h1 {
  color: #ffba00;
}
.logo h1 i {
  color: black;
}
.top-bar .top-bar-section ul li > a {
  font-family: inherit;
  letter-spacing: 0.06em !important;
}
.top-bar .top-bar-section ul li:hover > a {
  background: #E51E1E !important;
}
.top-bar .top-bar-section ul ul.dropdown {
  background: #272727;
}
.top-bar .top-bar-section ul ul.dropdown li a {
  background: #272727;
  line-height: 40px;
  
  font-size: 16px
}
.top-bar .top-bar-section ul ul.dropdown li a:hover {
  background: #1f1f1f;
}
.top-bar .top-bar-section > ul > .divider,
.top-bar .top-bar-section > ul > [role="separator"] {
  border: none !important;
  height: 0 !important;
}
.top-bar .title-area {
  min-width: 200px; 
  /* width: 15%; */
}
.top-bar .title-area .name img {
  width: 100%;
  height: auto;
 /*  height: 44px; */
  /* vertical-align: top; */
  vertical-align: middle;
}
.top-bar .title-area .name * {
  font-family: kaushan-script, cursive !important;
  color: #ffba00 !important;
  line-height: 45px !important;
}
.top-bar .title-area .name h1 {
  font-size: 24px !important;
}
.top-bar .title-area .menu-icon a {
  font-family: inherit !important;
}
.sticky_header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.top-bar.expanded .top-bar-section ul ul.dropdown li a {
  padding: 12px 0 12px 15px;
}
/*** ESSENTIAL STYLES ***/
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}
.nav-sticky {
  -webkit-transition: .2s all;
  -moz-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  width: 100%;
}
.is-sticky .nav-sticky {
  z-index: 999;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.nav-default {
  background: #333;
}
/*** MENU SKIN ***/
.business-style1,
.business-style2 {
  background: white;
  -webkit-transition: .2s all;
  -moz-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  border-top: 2px solid #ffba00;
  /*** arrows (for all except IE7) **/

  /* styling for both css and generated arrows */

  /* styling for right-facing arrows */

}
.business-style1 .top-search,
.business-style2 .top-search {
  line-height: 90px;
  margin-left: 20px;
  margin-right: 3px;
  position: relative;
}
.business-style1 .top-search .icon,
.business-style2 .top-search .icon {
  cursor: pointer;
}
.business-style1 .top-search .icon a,
.business-style2 .top-search .icon a {
  color: #808080;
}
.business-style1 .top-search .icon a:hover,
.business-style2 .top-search .icon a:hover {
  color: #333333;
}
.business-style1 .form-wrapper,
.business-style2 .form-wrapper {
  position: relative;
}
.business-style1 .form-wrapper .search-form,
.business-style2 .form-wrapper .search-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  height: 90px;
  display: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.business-style1 .form-wrapper .search-form input[type=search],
.business-style2 .form-wrapper .search-form input[type=search] {
  line-height: 90px;
  height: 90px;
}
.business-style1 .sf-menu,
.business-style2 .sf-menu {
  float: left;
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.business-style1 .sf-menu ul,
.business-style2 .sf-menu ul {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  min-width: 12em;
  /* allow long menu items to determine submenu width */

  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */

}
.business-style1 .sf-menu a,
.business-style2 .sf-menu a {
  padding: 0 1em;
  line-height: 90px;
  text-decoration: none;
  zoom: 1;
  /* IE7 */

}
.business-style1 .sf-menu a,
.business-style2 .sf-menu a {
  color: #333333;
  position: relative;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.business-style1 .sf-menu a:before,
.business-style2 .sf-menu a:before {
  content: '';
  height: 2px;
  width: 100%;
  background: #ffba00;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}
.business-style1 .sf-menu a:hover,
.business-style2 .sf-menu a:hover {
  color: #ffba00;
}
.business-style1 .sf-menu a:hover:before,
.business-style2 .sf-menu a:hover:before {
  background: #333333;
}
.business-style1 li.current-menu-parent a:before,
.business-style2 li.current-menu-parent a:before,
.business-style1 li.current_page_item a:before,
.business-style2 li.current_page_item a:before {
  background: #333333;
}
.business-style1 .sf-menu li,
.business-style2 .sf-menu li {
  white-space: nowrap;
  /* no need for Supersubs plugin */

  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */

  -webkit-transition: background .2s;
  transition: background .2s;
}
.business-style1 .sf-menu ul,
.business-style2 .sf-menu ul {
  background: white;
}
.business-style1 .sf-menu ul li a,
.business-style2 .sf-menu ul li a {
  border-top: none;
  line-height: 45px;
  font-weight: normal;
}
.business-style1 .sf-menu ul li a:before,
.business-style2 .sf-menu ul li a:before {
  content: '';
  height: 0;
  width: 0;
}
.business-style1 .sf-menu ul li a:hover,
.business-style2 .sf-menu ul li a:hover {
  background: #F5f5f5;
  color: #333333;
}
.business-style1 .sf-menu li:hover,
.business-style2 .sf-menu li:hover,
.business-style1 .sf-menu li.sfHover,
.business-style2 .sf-menu li.sfHover {
  -webkit-transition: none;
  transition: none;
}
.business-style1 .sf-menu li:hover a:before,
.business-style2 .sf-menu li:hover a:before,
.business-style1 .sf-menu li.sfHover a:before,
.business-style2 .sf-menu li.sfHover a:before {
  background: #333333;
}
.business-style1 .sf-arrows .sf-with-ul,
.business-style2 .sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */

}
.business-style1 .sf-arrows .sf-with-ul:after,
.business-style2 .sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */

  border: 5px solid transparent;
  border-top-color: #666666;
  /* edit this to suit design (no rgba in IE8) */

  border-top-color: rgba(0, 0, 0, 0.6);
}
.business-style1 .sf-arrows > li > .sf-with-ul:focus:after,
.business-style2 .sf-arrows > li > .sf-with-ul:focus:after,
.business-style1 .sf-arrows > li:hover > .sf-with-ul:after,
.business-style2 .sf-arrows > li:hover > .sf-with-ul:after,
.business-style1 .sf-arrows > .sfHover > .sf-with-ul:after,
.business-style2 .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #999999;
  /* IE8 fallback colour */

  border-top-color: rgba(0, 0, 0, 0.4);
}
.business-style1 .sf-arrows ul .sf-with-ul:after,
.business-style2 .sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #666666;
  /* edit this to suit design (no rgba in IE8) */

  border-left-color: rgba(0, 0, 0, 0.6);
}
.business-style1 .sf-arrows ul li > .sf-with-ul:focus:after,
.business-style2 .sf-arrows ul li > .sf-with-ul:focus:after,
.business-style1 .sf-arrows ul li:hover > .sf-with-ul:after,
.business-style2 .sf-arrows ul li:hover > .sf-with-ul:after,
.business-style1 .sf-arrows ul .sfHover > .sf-with-ul:after,
.business-style2 .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.4);
}
.business-style2 {
  border-top: none;
  background: #333333;
}
.business-style2 .logo-biz {
  display: none;
}
.business-style2 .top-search {
  line-height: 45px;
  margin-left: 20px;
  position: relative;
}
.business-style2 .top-search .icon {
  cursor: pointer;
}
.business-style2 .top-search .icon a {
  color: #999999;
}
.business-style2 .top-search .icon a:hover {
  color: #eee;
}
.business-style2 .form-wrapper {
  position: relative;
}
.business-style2 .form-wrapper .search-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #333333;
  height: 45px;
  display: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.business-style2 .form-wrapper .search-form input[type=search] {
  line-height: 45px;
  height: 45px;
  color: white;
}
.business-style2 .sf-menu a {
  line-height: 45px;
  font-weight: normal;
  color: #FFF;
}
.business-style2 .sf-menu a:hover {
  background: #272727;
  color: #eee;
}
.business-style2 .sf-menu a:before {
  height: 0;
  width: 0;
}
.business-style2 .sf-menu ul {
  background: #272727;
}
.business-style2 .sf-menu ul li a:hover {
  background: #1f1f1f;
  color: #eeeeee;
}
.business-style2 li.current-menu-parent > a,
.business-style2 li.current_page_item > a {
  background: #272727;
  color: #eee;
}
.business-style2 .sf-menu li:hover > a,
.business-style2 .sf-menu li.sfHover > a {
  background: #272727;
  color: #eee;
}
.business-style2 .sf-menu li:hover ul li a,
.business-style2 .sf-menu li.sfHover ul li a {
  background: #272727;
}
.business-style2 .sf-menu li:hover ul li a:hover,
.business-style2 .sf-menu li.sfHover ul li a:hover {
  background: #1f1f1f;
}
.is-sticky .business-style2 .logo-biz {
  margin-right: 30px;
  line-height: 45px;
  display: block;
}
.is-sticky .business-style2 .logo-biz h1 {
  line-height: 45px;
  font-size: 24px;
}
.is-sticky .business-style2 .logo-biz img {
  width: auto;
  height: 44px;
  vertical-align: top;
}
.logo-biz h1 {
  font-family: kaushan-script, cursive !important;
  margin: 0;
  line-height: 90px;
  font-weight: normal;
  -webkit-transition: .2s all;
  -moz-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
.logo-biz h1 a {
  color: #ffba00;
}
.logo-biz img {
  max-height: 90px;
  width: auto;
  -webkit-transition: .2s all;
  -moz-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  display: block;
}
.logo-centered {
  text-align: center;
  margin: 15px 0;
}
.logo-centered h1 {
  line-height: 1.5em;
}
.logo-centered img {
  margin: 0 auto;
}
.is-sticky .business-style1.nav-sticky .sf-menu a {
  line-height: 50px;
}
.is-sticky .business-style1.nav-sticky .logo-biz h1 {
  font-family: kaushan-script, cursive !important;
  margin: 0;
  line-height: 50px;
  font-size: 30px;
}
.is-sticky .business-style1.nav-sticky .logo-biz img {
  display: block;
  height: 48px;
  width: auto;
}
.is-sticky .business-style1.nav-sticky .top-search {
  line-height: 50px;
}
.is-sticky .business-style1.nav-sticky .form-wrapper .search-form {
  height: 50px;
}
.is-sticky .business-style1.nav-sticky .form-wrapper .search-form input[type=search] {
  line-height: 50px;
  height: 50px;
}
.top-contact-bar {
  background: #333333;
  border-bottom: 1px solid #222;
  line-height: 40px;
  color: white;
  height: 40px;
}
.top-contact-bar span {
  font-size: 13px;
  padding: 0 1.4em;
  line-height: 40px;
  display: block;
  height: 40px;
  float: left;
}
.top-contact-bar span:first-child {
  border-left: 1px solid #222;
}
.top-contact-bar .contact-number {
  border-right: 1px solid #222;
}
.top-contact-bar .contact-email {
  border-right: 1px solid #222;
}
.top-contact-bar .top-social {
  margin: 0;
  padding: 0;
  list-style: none;
  border-right: 1px solid #222;
}
.top-contact-bar .top-social li {
  display: block;
  border-left: 1px solid #222;
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
}
.top-contact-bar .top-social li a {
  font-size: 18px;
  line-height: 40px;
  display: block;
  color: white;
}
.top-contact-bar .top-social li a:hover {
  color: #ffba00;
}
.bus1-wrapper {
  display: block;
  min-height: 92px;
}
.bus2-wrapper {
  display: block;
  min-height: 45px;
}
@media only screen and (max-width: 640px) {
  .bus1-wrapper,
  .bus2-wrapper,
  .top-contact-bar {
    display: none;
  }
  .business-1-small .top-bar .title-area {
    background: white;
  }
  .business-1-small .top-bar .top-bar-section ul {
    background: white;
  }
  .business-1-small .top-bar.expanded .title-area {
    background: #333;
  }
  .business-1-small .top-bar .top-bar-section ul li > a {
    background: white;
    color: #333333;
  }
  .business-1-small .top-bar .top-bar-section ul li > a:hover {
    background: #f5f5f5;
  }
  .business-1-small .top-bar .title-area .menu-icon a {
    color: #ffba00;
  }
  .business-1-small .top-bar .top-bar-section ul ul.dropdown {
    background: white;
  }
  .business-1-small .top-bar .top-bar-section ul ul.dropdown li a {
    background: white;
    color: #333333;
  }
  .business-1-small .top-bar .top-bar-section ul ul.dropdown li a:hover {
    background: #f5f5f5;
  }
  .business-1-small .top-bar .title-area .menu-icon a:after {
    -webkit-box-shadow: 0 10px 0 1px #ffba00, 0 16px 0 1px #ffba00, 0 22px 0 1px #ffba00;
    box-shadow: 0 10px 0 1px #ffba00, 0 16px 0 1px #ffba00, 0 22px 0 1px #ffba00;
  }
  .business-1-small .top-bar .top-bar-section .has-dropdown > a:after {
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.4);
  }
  .business-1-small .top-bar .top-bar-section .dropdown li.title h5 a {
    color: #333333;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}
.breadcrumbs > * a,
.breadcrumbs > * span {
  color: #ffba00;
}
.breadcrumbs {
  background: transparent;
}
.breadcrumbs .sep {
  display: inline-block;
  margin-bottom: 0;
  width: auto !important;
}
.breadcrumbs > *:before {
  content: "";
  display: none !important;
}
.breadcrumbs > * {
  float: none !important;
}
/*============ Services ============*/
.service {
  text-align: center;
  margin-bottom: 30px;
}
.service i {
  color: #ffba00;
  font-size: 160px;
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service h3 {
  font-weight: normal;
  font-size: 16px;
}
.service:hover i {
  color: #333333;
}
/*============ Services style 2 ============*/
.service-style2 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.service-style2 i {
  color: #ffba00;
  display: inline-block;
  width: 176px;
  height: 176px;
  line-height: 176px;
  border: 2px solid #ffba00;
  font-size: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom: 15px;
}
.service-style2 h3 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
.service-style2:hover i {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #333333;
}
/*============ Services style 3 ============*/
.service-style3 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-style3 i {
  color: #ffba00;
  background: #333333;
  display: inline-block;
  width: 180px;
  height: 180px;
  line-height: 180px;
  font-size: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom: 15px;
}
.service-style3 h3 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
.service-style3:hover i {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  color: white;
}
/*============ Services style 4 ============*/
.service-style4 {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #333333;
  color: white;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-style4:hover {
  background: #111;
}
.service-style4:hover i {
  color: #ffba00;
}
.service-style4 a {
  color: white;
  display: block;
}
.service-style4 i {
  font-size: 120px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
  margin-bottom: 15px;
}
.service-style4 h3 {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  color: white;
}
/**=================== Portfolio-section ====================**/
#portfolio {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.portfolio-items {
  margin: 0 0 0;
  padding: 0;
  list-style: none;
}
.portfolio-items figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.portfolio-items figure img {
  max-width: 100%;
  filter: grayscale(100%);
}
.portfolio-items figure img:hover {
  filter: grayscale(0);
}
#filters {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  display: inline-block;
}
#filters li {
  float: left;
}
#filters li a {
  display: block;
  padding: 1em 2em;
  background: #ffba00;
  color: white;
  position: relative;
}
#filters li .active {
  background: #333333;
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope-item.equipo {width:20% !important;}
/*================ Clients section ==================*/
.clients-style-1 .slides li .client-logo {
  /* background: rgba(255, 255, 255, 0.5); */
  text-align: center;
  /* border: 5px solid rgba(255, 255, 255, 0.2); */
}
.clients-style-1 .slides li .client-logo img {
  max-width: 100%;
  margin: auto;
}
.clients-style-2 .slides li .client-logo {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  padding: 1.5em;
}
.clients-style-2 .slides li .client-logo img {
  max-width: 100%;
  margin: auto;
}
.clients-style-3 .slides li .client-logo {
  padding: 1.5em;
}
.clients-style-3 .slides li .client-logo img {
  max-width: 100%;
  margin: auto;
}
/*==== SKILL Bars =====*/
.skill-name {
  margin: 0 0 5px 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: normal;
}
.progress {
  background-color: #333333;
  border: none !important;
  padding: 0;
  margin-bottom: 30px;
  height: 3px;
}
.progress .meter {
  background: #ffba00;
}
/*============= Testimonials Secton ====================*/
.overlay {
  background: transparent url('../img/b-pattern.png') 0 0 repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
h1.testimonial-heading {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}
.testimonial-slides li .q-icon {
  text-align: center;
  margin-bottom: 30px;
}
.testimonial-slides li .q-icon i {
  font-size: 70px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  z-index: 9999;
  color: #ffba00;
  margin: auto;
  display: inline-block;
}
.testimonial-slides li .feedback {
  color: white;
  font-size: 18px;
  line-height: 1.7em;
  margin: auto;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.testimonial-slides li .client-info {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: right;
  color: white;
}
.testimonial-slides li .client-info .client-name {
  color: #ffba00;
}
.testimonial-slides.no-bg li .q-icon {
  text-align: center;
  margin-bottom: 30px;
}
.testimonial-slides.no-bg li .q-icon i {
  font-size: 70px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  z-index: 9999;
  color: #ffba00;
  margin: auto;
  display: inline-block;
}
.testimonial-slides.no-bg li .feedback {
  color: #666666;
}
.testimonial-slides.no-bg li .client-info {
  color: #666666;
}
.testimonial-slides.no-bg li .client-info .client-name {
  color: #ffba00;
}
/*===================== Stats Style ====================*/
.stat {
  text-align: center;
}
.stat i {
  font-size: 36px;
  width: 72px;
  height: 72px;
  line-height: 72px;
  margin-bottom: 15px;
  display: inline-block;
  border: 2px solid #ffba00;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #333333;
}
.stat .stat-count {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 0;
}
.stat .stat-name {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}
/*============= Contact Secton ====================*/
.contact-form input[type=text],
.wpcf7 input[type=text],
.contact-form input[type=email],
.wpcf7 input[type=email],
.contact-form textarea,
.wpcf7 textarea {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px dashed #999;
  padding-left: 0;
}
.contact-form input[type=text]:focus,
.wpcf7 input[type=text]:focus,
.contact-form input[type=email]:focus,
.wpcf7 input[type=email]:focus,
.contact-form textarea:focus,
.wpcf7 textarea:focus {
  border-color: #ffba00;
}
.contact-form .row,
.wpcf7 .row {
  margin-bottom: 30px;
}
.wpcf7-submit,
.comment-form #submit {
  cursor: pointer;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-right: 2rem;
  padding-left: 2rem;
  font-size: 1rem;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  font-weight: normal !important;
  border: none;
  background: #ffba00;
  font-family: raleway, sans-serif;
  letter-spacing: 0.03em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.wpcf7-submit:hover,
.comment-form #submit:hover {
  background: #333333;
}
/*===== Buttons ======*/
.button {
  background: #ffba00;
  font-family: raleway, sans-serif;
  letter-spacing: 0.03em;
}
.button:hover {
  background: #333333;
}
.button:focus {
  background: #ffba00;
}
button.disabled {
  background: rgba(255, 186, 0, 0.8) !important;
}
.button.disabled,
button[disabled],
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background: rgba(255, 186, 0, 0.8);
}
.button.tiny {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.contact-details {
  text-align: center;
  color: white;
}
.contact-details i {
  font-size: 40px;
  line-height: 80px;
  color: white;
  height: 80px;
  width: 80px;
  display: block;
  background: #ffba00;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.contact-details .number {
  font-size: 60px;
  font-family: 'raleway', sans-serif;
  font-weight: 700;
  line-height: 1.5em;
}
.contact-details  h2 {
	font-size: 45px;
	font-family: 'raleway', sans-serif;
	color: #FFF;
}
.contact-details p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2em;
  /* text-transform: uppercase; */
  font-family: 'raleway', sans-serif;
  color: white;
  text-align: center;
}
.contact-details p:last-child {
  margin-bottom: 0;
}

.sedes .contact-details h3 {margin-bottom: 5px; }
.sedes .contact-details i {font-size: 30px; width: 60px; height: 60px; line-height: 60px; }
.sedes .contact-details p {
  font-size: 19px;
  font-weight: normal;
  line-height: 1.2em;
  /* text-transform: uppercase; */
  font-family: 'raleway', sans-serif;
  color: grey;
}
.social {
  padding: 0;
  margin: 30px 0 0 0;
  list-style: none;
  text-align: center;
}
.social li {
  display: inline;
}
.social li i {
  display: inline-block;
}
.social li:hover i {
  background: white;
  color: #333;
}
.social li:hover i:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 9;
}
.social li i {
  background: #333;
  font-size: 18px;
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 30px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
}
.social li i:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  z-index: -1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/*============= SINGLE PAGE ======================*/
#header .page-title {
/*   padding: 80px 0;
  text-align: center; */
  text-align: left !important;
padding: 10px 12px !important;
}
#header .page-title h1,
#header .page-title h2 {
font-size: 42px !important;
font-weight: bold !important;
width: 350px;
text-transform: capitalize !important;
letter-spacing: -0.03em !important;
margin: 0;
  /* margin: 0;
  text-transform: uppercase;
  font-size: 48px;
  color: #fff;
  letter-spacing: 0.05em; */
/*   font-family: kaushan-script; */
}
#header .page-title h1 span,
#header .page-title h2 span {
  color: #ffba00;
}
#header .page-title h1 a,
#header .page-title h2 a {
  color: white;
}
#header .page-title h1 a:hover,
#header .page-title h2 a:hover {
  color: #333333;
}
#breadcrumbs {
  border-bottom: 1px solid #DDD;
  font-family: raleway, sans-serif;
  letter-spacing: 0.05em;
}
#breadcrumbs .breadcrumbs {
  border: none;
  margin: 0;
}
.site-branding .site-description {
  font-size: 16px !important;
  font-weight: normal;
  letter-spacing: 0.04em;
}
/*=================== Blog Section ======================== */
.single-entry {
  background: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px #eeeeee;
  box-shadow: 0 0 5px #eeeeee;
  border: 1px solid #E5E5E5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom: 60px;
  padding-bottom: 30px;
}
.single-entry:hover {
  -webkit-box-shadow: 0 0 5px #dddddd;
  box-shadow: 0 0 5px #dddddd;
}
.single-entry:hover img.featured {
  opacity: 1;
}
.single-entry:hover footer .read_more {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.single-entry img.featured {
  opacity: 0.85;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 auto;
  display: block;
}
.single-entry img.right.featured {
  margin-left: 26px;
  margin-bottom: 26px;
}
.single-entry img.left.featured {
  margin-right: 26px;
  margin-bottom: 26px;
}
.single-entry header .entry-title {
  padding: 30px 30px 0 30px;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.single-entry header .entry-title a {
  color: #333333;
}
.single-entry header .entry-title a:hover {
  color: #ffba00;
}
.single-entry header img {
  margin-bottom: 15px;
}
.single-entry header h2 {
  font-size: 18px;
  margin-bottom: 0px;
  padding: 0 15px;
  text-transform: uppercase;
  position: relative;
  line-height: 1.6em;
  letter-spacing: 0.02em;
}
.single-entry header h2 a {
  color: #333333;
}
.single-entry header h2 a:hover {
  color: #ffba00;
}
.single-entry header .post-meta {
  color: #666666 !important;
  margin-bottom: 0 !important;
  padding: 0 30px !important;
  background: #333333;
}
.single-entry header .post-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.single-entry header .post-meta ul li {
  float: left;
  margin-right: 20px;
}
.single-entry header .post-meta ul li .icon {
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-entry header .post-meta ul li .icon:hover {
  transform: translateY(-3px);
}
.single-entry header .post-meta ul li .icon a {
  color: #808080;
}
.single-entry header .post-meta ul li .icon a:hover,
.single-entry header .post-meta ul li .icon a:focus {
  color: #cccccc;
}
.single-entry header .post-meta ul li .info {
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-entry header .post-meta ul li .f-dropdown.content {
  width: auto;
  max-width: 300px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 15px;
}
.single-entry header .post-meta ul li .f-dropdown.content a:hover {
  color: #666666;
}
.single-entry header .post-meta ul li .f-dropdown.content:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}
.single-entry header .post-meta ul .right {
  margin-right: 0;
}
.single-entry .entry-content {
  padding: 0 30px;
  margin-top: 30px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.single-entry .entry-content h1,
.single-entry .entry-content h2,
.single-entry .entry-content h3,
.single-entry .entry-content h4,
.single-entry .entry-content h5,
.single-entry .entry-content h6,
.single-entry .entry-content ol,
.single-entry .entry-content ul,
.single-entry .entry-content table,
.single-entry .entry-content pre {
  margin-bottom: 26px;
}
.single-entry .entry-content table {
  width: 100%;
}
.single-entry .entry-content p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 26px;
  text-align: justify;
}
.single-entry .entry-content ul li,
.single-entry .entry-content ol li {
  margin-left: 40px;
}
.single-entry .entry-content *:last-child {
  margin-bottom: 0;
}
.single-entry footer .read_more {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  background: #ffba00;
  color: white;
  padding: 0 1em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.single-entry footer .read_more:hover {
  background: #333333;
}
.single-entry footer .edit-link {
  padding-left: 30px;
}
.page.single-entry .entry-content {
  margin-top: 0;
}
.search-results .page.single-entry .entry-title {
  padding-top: 0;
  margin-bottom: 26px;
}
.search-results .page.single-entry .entry-content,
.search-results .page.single-entry .entry-content p {
  font-size: 14px;
  line-height: 26px;
}
.vcard {
  border: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.vcard a {
  font-weight: normal !important;
}
.page-links {
  text-align: center;
}
.page-links a span {
  color: white;
  background: #ffba00;
  padding: .3em .6em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-links a span:hover {
  background: #333333;
}
.page-links span {
  background: #333333;
  padding: .3em .6em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  margin: 0 5px;
}
.post-password-form input[type=submit] {
  background: #ffba00;
  font-family: raleway, sans-serif;
  letter-spacing: 0.03em;
  padding: 1em 2.5em;
  border: none;
  color: white;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.post-password-form input[type=submit]:hover {
  background: #333333;
}
article.sticky {
  border-top: 2px solid #ffba00;
}
.type-page {
  padding-top: 30px;
  padding-bottom: 30px;
}
.post-navigation {
  margin-bottom: 60px;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  color: white;
  background: #ffba00;
  padding: 6px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
}
.post-navigation .nav-previous a span,
.post-navigation .nav-next a span {
  display: block;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #333333;
}
.alignleft {
  float: left;
  display: block;
  margin: 0 26px 26px 0;
}
.alignright {
  float: right;
  display: block;
  margin: 0 0 26px 26px;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignnone {
  display: block;
  margin-bottom: 26px;
  max-width: 100%;
}
.wp-caption {
  background: #f4f4f5;
  padding: .5em .5em 0 .5em;
  border: 1px solid #EEE;
  max-width: 100%;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  font-size: 11px !important;
  padding: 5px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.wp-caption.aligncenter {
  text-align: center;
  margin-bottom: 26px;
}
.blog-masonry-archive .isotope-item {
  margin-bottom: 30px;
}
.blog-masonry-archive .isotope-item article {
  margin: 0;
  overflow: hidden;
  padding-bottom: 0;
}
.blog-masonry-archive .isotope-item article header h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog-masonry-archive .isotope-item article .entry-content {
  padding: 0 15px;
  font-size: 14px;
  line-height: 26px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
#posts_loading {
  height: 40px;
  margin-bottom: 30px;
  background: transparent url(../img/loading.png) center center no-repeat;
}
/*=== Gallery Styles =======*/
.gallery {
  margin-bottom: 30px !important;
}
.gallery .gallery-item {
  background: #f4f4f5;
  border: 1px solid #EEE;
  padding: 1em;
  margin: 0 1% 1% 0 !important;
  width: 32% !important;
}
.gallery .gallery-item .gallery-icon img {
  border: none !important;
}
.gallery-columns-1 .gallery-item {
  width: 100% !important;
  margin: 0 0 1% 0!important;
}
.gallery-columns-2 .gallery-item {
  width: 48% !important;
  margin: 0 1% 1% 0 !important;
}
.gallery-columns-4 .gallery-item {
  width: 24% !important;
  margin: 0 1% 1% 0 !important;
  padding: 0.7em !important;
}
.gallery-columns-5 .gallery-item {
  width: 18.8% !important;
  margin: 0 1% 1% 0 !important;
  padding: 0.6em !important;
}
.gallery-columns-6 .gallery-item {
  width: 15.555% !important;
  margin: 0 1% 1% 0 !important;
  padding: 0.5em !important;
}
.gallery-columns-6 .gallery-caption {
  display: none !important;
}
.gallery-columns-7 .gallery-item {
  width: 13% !important;
  margin: 0 1% 1% 0 !important;
  padding: 0.4em !important;
}
.gallery-columns-7 .gallery-caption {
  display: none !important;
}
.gallery-columns-8 .gallery-item {
  width: 10.5% !important;
  margin: 0 1% 1% 0 !important;
  padding: 0.3em !important;
}
.gallery-columns-8 .gallery-caption {
  display: none !important;
}
.gallery-columns-9 .gallery-item {
  width: 9.8% !important;
  margin: 0 1% 1% 0 !important;
  padding: 0.2em !important;
}
.gallery-columns-9 .gallery-caption {
  display: none !important;
}
.author_info {
  background: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px;
  -webkit-box-shadow: 0 0 5px #eeeeee;
  box-shadow: 0 0 5px #eeeeee;
  border: 1px solid #E5E5E5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  margin-bottom: 60px;
}
.author_info:hover {
  -webkit-box-shadow: 0 0 5px #dddddd;
  box-shadow: 0 0 5px #dddddd;
}
.author_info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.author_info p {
  margin: 0;
}
.author_info .author_avatar {
  float: right;
  margin-left: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.author_info .author_avatar img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.author_info .author-link {
  display: block;
}
#main {
  margin-top: 60px;
}

/* Widget contactar */
#contactar {text-align: center; margin-bottom: 0px;  margin-top: 80px; background-color: #e51e1e;}
#contactar aside {height: 189px;}
#contactar h2 {color: #FFF; font-size: 40px; font-weight: normal; padding-top: 25px; margin-bottom: 10px;}
#contactar a.tfno {font-size: 40px; font-weight: normal; color:#FFF;}
#contactar a.contact {border: 2px solid #333; padding: 15px; color:#333; background-color: #FFF; font-size: 35px;}
#contactar a.contact:hover {border: 2px solid #FFF; padding: 15px; color:#fff; background-color: #333; font-size: 35px;}
#contactar p {text-align: center; margin-bottom:0;}
/* Widget contactar */

a.contact {border: 2px solid #e51e1e; padding: 15px; color:#e51e1e;}
a.contact:hover {border: 2px solid #666666; background: #666666; padding: 15px; color:#FFFFFF;}

.wpb_content_element {float: none !important;}

a.callto {border: 2px solid #e51e1e; padding: 15px; color:#e51e1e; clear:both; margin-top: 20px; display: block; font-size: 25px;}
a.callto:hover {border: 2px solid #666666; background: #666666; padding: 15px; color:#FFFFFF;}

.pagination-blog {
  margin-bottom: 60px;
}
#icategories {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  display: inline-block;
}
#icategories li {
  float: left;
  margin-right: 10px;
}
#icategories li a {
  display: block;
  background: #ffba00;
  padding: 10px;
  color: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#icategories li .active {
  background: #333333;
}
/* Pagination */
ul.pagination {
  margin-bottom: 0;
}
ul.pagination li.current a {
  background: #ffba00;
}
ul.pagination li.current a:hover {
  background: #333333;
}
/*=========== Comments ===================*/
#comments {
  margin-bottom: 60px;
}
#comments .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
}
#comments .comment-list .pingback {
  margin-top: 30px;
  background: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #EEE;
  padding: 30px;
  -webkit-box-shadow: 0 0 5px #eeeeee;
  box-shadow: 0 0 5px #eeeeee;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  position: relative;
}
#comments .comment-list .pingback:hover {
  border-color: #DDD;
  -webkit-box-shadow: 0 0 5px #dddddd;
  box-shadow: 0 0 5px #dddddd;
}
#comments .comment-list .pingback .edit-link {
  display: block;
  margin-top: 30px;
}
#comments .comment-list .comment .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
#comments .comment-list .comment .children li {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px dashed #DDD;
  position: relative;
}
#comments .comment-list .comment .children li .comment-meta .avatar {
  width: 40px;
  top: 50%;
  margin-top: -20px !important;
}
#comments .comment-list .comment .children li:after {
  content: '';
  width: 15px;
  height: 1px;
  border-bottom: 1px dashed #DDD;
  position: absolute;
  left: 7px;
  top: 30px;
}
#comments .comment-list .comment article.comment-body {
  margin-top: 30px;
  background: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #EEE;
  border-top-width: 3px;
  border-top-color: #666666;
  padding: 0 0 30px 0;
  -webkit-box-shadow: 0 0 5px #eeeeee;
  box-shadow: 0 0 5px #eeeeee;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  position: relative;
}
#comments .comment-list .comment article.comment-body:hover {
  border-color: #DDD;
  border-top-width: 3px;
  border-top-color: #666666;
  padding: 0 0 30px 0;
  -webkit-box-shadow: 0 0 5px #dddddd;
  box-shadow: 0 0 5px #dddddd;
}
#comments .comment-list .comment article.comment-body .comment-meta {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 20px;
  background: #F5F5F5;
  position: relative;
}
#comments .comment-list .comment article.comment-body .comment-meta .avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -30px;
}
#comments .comment-list .comment article.comment-body .comment-meta .fn a {
  color: #333333;
}
#comments .comment-list .comment article.comment-body .comment-meta .fn a:hover {
  color: #ffba00;
}
#comments .comment-list .comment article.comment-body .comment-meta .comment-metadata {
  font-size: 13px;
}
#comments .comment-list .comment article.comment-body .comment-meta .vcard {
  border: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
#comments .comment-list .comment article.comment-body .comment-content {
  padding: 0 20px;
}
#comments .comment-list .comment article.comment-body .reply {
  padding: 0 20px;
  text-align: right;
}
#comments .comment-list .comment .comment-respond {
  margin-top: 30px;
}
#comments .comment-list .comment .comment-respond #reply-title a {
  font-size: 16px;
}
#comments .comment-list .comment-author-admin > article.comment-body,
#comments .comment-list .bypostauthor > article.comment-body {
  border: 1px solid #CCC;
  border-top-color: #ffba00;
  border-top-width: 3px;
}
#comments .comment-list .comment-author-admin > article.comment-body:hover,
#comments .comment-list .bypostauthor > article.comment-body:hover {
  border-color: #DDD;
  border-top-color: #ffba00;
  border-top-width: 3px;
  padding: 0 0 30px 0;
  -webkit-box-shadow: 0 0 5px #dddddd;
  box-shadow: 0 0 5px #dddddd;
}
.comment-awaiting-moderation {
  font-size: 12px;
  margin: 20px 0 0;
  color: #999;
}
.comment-awaiting-moderation:before {
  content: "\f12b";
  font-family: "foundation-icons";
  color: #666666;
  margin-right: 5px;
}
.form-allowed-tags {
  font-size: 12px;
}
.form-allowed-tags dd,
.form-allowed-tags dt {
  font-weight: normal !important;
}
.comment-reply-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.comment-form .row {
  margin-bottom: 30px;
}
.comment-form .row label {
  font-weight: bold;
}
.comment-form .row input[type=text],
.comment-form .row input[type=email],
.comment-form .row input[type=url],
.comment-form .row textarea {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px dashed #999;
  padding-left: 0;
}
.comment-form .row input[type=text]:focus,
.comment-form .row input[type=email]:focus,
.comment-form .row input[type=url]:focus,
.comment-form .row textarea:focus {
  border-color: #ffba00;
  border-bottom-style: solid;
}
.comment-form .row textarea {
  line-height: 1.5em;
}
/*============= Sidebar =======================*/
.widget-area {
  font-size: 14px;
  line-height: 26px;
}
.widget-area .widget {
  margin-bottom: 60px;
}
.widget-area .widget .widget-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.widget-area .widget .widget-title:after {
  content: '';
  width: 50px;
  height: 3px;
  background: #ffba00;
  bottom: 0;
  left: 0;
  position: absolute;
}
.widget-area .widget p {
  font-size: 14px;
  line-height: 26px;
}
.widget-area .widget select {
  margin: 0;
}
.widget-area .widget select option {
  text-overflow: "...";
  max-width: 280px;
}
.widget-area .widget_categories ul,
.widget-area .widget_archive ul,
.widget-area .widget_pages ul,
.widget-area .widget_meta ul,
.widget-area .widget_recent_comments ul,
.widget-area .widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-area .widget_categories ul li,
.widget-area .widget_archive ul li,
.widget-area .widget_pages ul li,
.widget-area .widget_meta ul li,
.widget-area .widget_recent_comments ul li,
.widget-area .widget_recent_entries ul li {
  display: block;
  position: relative;
  border-top: 1px solid #DDD;
  padding: 10px 0 10px 10px;
}
.widget-area .widget_categories ul li:first-child,
.widget-area .widget_archive ul li:first-child,
.widget-area .widget_pages ul li:first-child,
.widget-area .widget_meta ul li:first-child,
.widget-area .widget_recent_comments ul li:first-child,
.widget-area .widget_recent_entries ul li:first-child {
  border-top: none;
}
.widget-area .widget_categories ul li:last-child,
.widget-area .widget_archive ul li:last-child,
.widget-area .widget_pages ul li:last-child,
.widget-area .widget_meta ul li:last-child,
.widget-area .widget_recent_comments ul li:last-child,
.widget-area .widget_recent_entries ul li:last-child {
  border-bottom: 1px solid #DDD;
}
.widget-area .widget_categories ul li a,
.widget-area .widget_archive ul li a,
.widget-area .widget_pages ul li a,
.widget-area .widget_meta ul li a,
.widget-area .widget_recent_comments ul li a,
.widget-area .widget_recent_entries ul li a {
  display: inline-block;
}
.widget-area .widget_categories ul li a:before,
.widget-area .widget_archive ul li a:before,
.widget-area .widget_pages ul li a:before,
.widget-area .widget_meta ul li a:before,
.widget-area .widget_recent_comments ul li a:before,
.widget-area .widget_recent_entries ul li a:before {
  content: "\f176";
  font-family: "foundation-icons";
  margin-right: .5em;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #666666;
}
.widget-area .widget_categories ul li .children li,
.widget-area .widget_archive ul li .children li,
.widget-area .widget_pages ul li .children li,
.widget-area .widget_meta ul li .children li,
.widget-area .widget_recent_comments ul li .children li,
.widget-area .widget_recent_entries ul li .children li {
  padding-left: 30px;
  border-top: 1px solid #DDD;
  border-bottom: none;
}
.widget-area .widget_recent_comments ul li:before {
  content: "\f131";
  font-family: "foundation-icons";
  margin-right: .5em;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #666666;
}
.widget-area .widget_recent_comments ul li a:before {
  content: '';
}
.widget-area .widget_tag_cloud .tagcloud a {
  display: inline-block;
  background: #ffba00;
  color: white;
  padding: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  letter-spacing: 0.05em;
}
.widget-area .widget_tag_cloud .tagcloud a:hover {
  background: #333333;
}
.widget-area .widget_calendar table {
  width: 100%;
}
.widget-area .widget_rss ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-area .widget_rss ul li {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD;
}
.widget-area .widget_rss ul li .rsswidget {
  display: block;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.widget-area .widget_rss ul li .rsswidget:hover {
  color: #ffba00;
}
.widget-area .widget_rss ul li .rss-date {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 15px;
  display: block;
  color: #999999;
}
.widget-area .widget_rss ul li .rssSummary {
  margin-bottom: 15px;
}
.widget-area .widget_rss ul li cite {
  font-style: normal;
  color: #333333;
}
.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.widget-area .widget_recent_entries ul li .post-date:before {
  content: '\f124';
  font-family: 'foundation-icons';
  margin-right: .5em;
}
.search-form .search-submit,
.search-form .screen-reader-text {
  display: none;
}
.search-form input[type=search] {
  background: transparent url('../img/search_icon.png') center left no-repeat;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px dashed #999;
  padding-left: 24px;
}
.search-form input[type=search]:focus {
  border-color: #ffba00;
}
/*========= Portfolio Single ==================*/
.portfolio-single {
  padding: 30px 15px;
  font-size: 14px;
  line-height: 26px;
}
.portfolio-single p {
  font-size: 14px;
  line-height: 26px;
}
.portfolio-single .mini-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.portfolio-single .mini-title:after {
  content: '';
  width: 30px;
  height: 3px;
  background: #ffba00;
  position: absolute;
  bottom: 0;
  left: 0;
}
.portfolio-single .project-details {
  list-style: none;
  margin: 0;
  padding: 0;
}
.portfolio-single .project-details .label {
  text-transform: uppercase;
  background: transparent;
  color: #333333;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.portfolio-single .project-details .info {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.portfolio-single .project-details .info:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#single-portfolio-modal {
  padding: 0;
  background: transparent;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#single-portfolio-modal .reveal-modal-inner {
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: white;
}
#single-portfolio-modal .reveal-modal-inner .orbit-container {
  min-height: 200px;
}
.reveal-modal-bg {
  background: rgba(0, 0, 0, 0.45);
}
.reveal-modal-bg .reveal-loader {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: transparent url('../img/loader.png') 50% 50% no-repeat;
  -webkit-animation: rotating 1.3s linear infinite;
}
.project-screenshots {
  margin-bottom: 30px;
}
#next-project,
#prev-project {
  font-size: 24px;
  line-height: 1em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/*============== FOOTER SECTION =================*/
h3.footer-logo {
  font-family: kaushan-script, cursive;
  color: white;
  font-size: 44px;
  margin: 0;
  font-weight: normal;
}
.footer-wrapper {
  background: #ffba00;
  text-align: center;
  color: white;
  padding: 30px 0;
}
.footer-wrapper a {
  color: white;
}
.footer-wrapper a:hover {
  color: black;
}
.footer-wrapper p {
  margin: 0;
  color: white;
  text-align: center;
}

.vc_map_responsive h2 {font-size: 16px; font-weight: normal; }

/*====================== MEDIA QURIES ======================*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .widget-area {
    display: none;
  }
  .stat {
    margin-bottom: 30px;
  }
  .clients-style-2 .slides li .client-logo,
  .clients-style-1 .slides li .client-logo,
  .clients-style-3 .slides li .client-logo {
    margin-bottom: 5px;
  }
  #clients .slides li .client-logo {
    margin-bottom: 5px;
  }
  #icategories li {
    margin-bottom: 10px;
  }
    .isotope-item.equipo {width:25% !important;}
}
@media only screen and (max-width: 40em) {
  .widget-area,
  #comments .comment-list .comment article.comment-body .comment-meta .avatar {
    display: none;
  }
  .single-page #header .page-title {
    padding: 60px 0;
  }
  .single-page #header .page-title h1,
  .single-page #header .page-title h2 {
    font-size: 30px;
  }
  #header .text-container .text h2 {
    font-size: 36px;
  }
  #main {
    margin: 30px 0;
  }
  #icategories li {
    margin-bottom: 10px;
  }
  .comments-title {
    font-size: 24px;
  }
  #comments .comment-list .comment ol li {
    margin-left: 15px;
    padding-left: 15px;
  }
  #comments .comment-list .comment ol li:after {
    left: 0;
  }
  .name h1 {
    text-align: left;
  }
  #filters li {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .single-post .post .post-meta ul li {
    margin-right: 15px;
  }
  .single-post .post .post-meta ul li .icon {
    font-size: 30px;
  }
  .stat {
    margin-bottom: 30px;
  }
  .contact-details .number {
    font-size: 40px;
    line-height: auto;
  }
  .contact-details p {
    font-size: 24px;
  }
  .top-bar-section {
    z-index: 9999;
  }
  .clients-style-2 .slides li .client-logo,
  .clients-style-1 .slides li .client-logo,
  .clients-style-3 .slides li .client-logo {
    margin-bottom: 5px;
  }
  #clients .slides li .client-logo {
    margin-bottom: 5px;
  }
  .touch .orbit-bullets {
    display: block !important;
  }
  .blog .post {
    margin-bottom: 30px;
  }
    .isotope-item.equipo {width:20% !important;}
}
