/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 @font-face {
  font-family: 'Aleo Regular';
  font-style: normal;
  font-weight: normal;
  src: local('../fonts/Aleo Regular'), url('../fonts/Aleo-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Proxima Nova Regular';
  font-style: normal;
  font-weight: normal;
  src: local('../fonts/Proxima_Nova_Regular'), url('../fonts/Proxima_Nova_Regular.woff') format('woff');
}
@font-face {
  font-family: 'Proxima Nova Alt Light';
  font-style: normal;
  font-weight: normal;
  src: local('../fonts/Proxima_Nova_Alt_Light'), url('../fonts/Proxima_Nova_Alt_Light.woff') format('woff');
}
html {
  font: normal 15px / 24px 'Proxima Nova Alt Light';
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #f7f7f7;
  color: #444444;
}

.tm-block.tm-block-middle {
  height: auto !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Proxima Nova Regular';
  font-weight: 700;
  color: #333333;
  text-transform: none;
}

.uk-article-title {
  font-size: 34px;
  line-height: 37px;
  color: #539A8C;
}

a, .uk-link {
  font-family: 'Proxima Nova Regular';
}

a.dark-link {
  color: #008370;
}

a.dark-link:hover {
  color: #FFF;
}

.uk-nav-navbar > li > a {
  color: #539a8c;  
}

.uk-nav-navbar > li.uk-active > a {
  color: #ffcb31;
}

.uk-navbar-attached .uk-dropdown-navbar {
  margin-top: 0;
}

em, b, strong {
  color: #444;
  font-family: 'Proxima Nova Regular';
}

.home nav.tm-navbar .uk-container, .page nav.tm-navbar .uk-container, .category-blog nav.tm-navbar .uk-container {
  margin-left: 15px;
  margin-right: 100px;
  max-width: 1200px;
}

.uk-navbar-nav > li > a {
  text-transform: uppercase;  
}

.tm-slideshow-fullscreen {
  background: rgba(0, 0, 0, 0);
  color: #444444;
  border-color: #444444;
}
 
.tm-slideshow-fullscreen .uk-panel-space {
  padding: 0;
}
.tm-slideshow-fullscreen ul.uk-subnav {
  position: absolute;
  bottom: 100px;
  width: 90%;
  margin: 0 5%;
}

.tm-slideshow-fullscreen ul.uk-subnav li {
  width: 33.3%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #FFF;
}

.tm-slideshow-fullscreen ul.uk-subnav li.uk-active, .tm-slideshow-fullscreen ul.uk-subnav li:hover{
background-color: #fe5e22;
  color: #ffffff;
  border: 2px solid #FFF;
  transition: all 0.3s ease;
}

.tm-slideshow-fullscreen ul.uk-subnav li:nth-child(2) {
border-left:0px;
border-right:0px;
}

.tm-slideshow-fullscreen ul.uk-subnav li a{
color: #FFF;
text-transform: uppercase;
font-family: 'Montserrat';
}

.tm-cover-content {
  height: 100%;
  width: 50%;
  padding: 0;
  background: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFFFFF;
  margin: 5% 25%;
  font-size: 2.5em;
  line-height: 130%;
  text-shadow: 1px 1px 2px #444;
}

.tm-cover-content .uk-button {
background-color: #fe5e22;
  color: #ffffff;
  border: 0;
}

/* Four blocks in homepage */
.four-blocks-homepage > div {
  padding-left: 30px;
  padding-right: 30px;
}

.uk-panel-text {
  /* margin: 0 20px 50px; */
  padding: 10px;
  background: rgba(255, 255, 255, 0);
  text-shadow: none;
  color: #fdca02;
  font-size: 42px;
  line-height: normal;
  text-align: right;
  border-radius: 2px;
  list-style: none;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.65);
  /* font-family: 'Aleo Regular'; */
  text-transform: capitalize;
  /* font-weight: bolder; */
  color: #FFF;
  font-weight: bolder;
}

.uk-panel-text a.read {
  /* font-family: 'Aleo Regular'; */
  color: #F5F5F5 !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  /* background: #c36d16; */
  /* padding: 10px 20px; */
  text-shadow: none;
  border-radius: 2px;
  /* font-weight: normal; */
}

.uk-panel-text hr {
  border-top: 3px solid rgba(255, 255, 255, 1);
}

.uk-teaser-STI {
  font-size: 2em;
  line-height: 160%;
  margin: 0.8em 0 !important;
  color: #915D3B; /* #915D3B */
  letter-spacing: 6px;
  font-family: 'Proxima Nova Alt Light';
  font-style: italic;
}

.slide-nav {
  font-weight: 400;
  /*font-family: 'Montserrat'; */
  font-family: 'Aleo Regular';
  text-align:center;
  color: #FFF;
  text-shadow: 0 0 3px #000;
  border-radius: 2px;
  text-decoration: none;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 13px 20px;
  margin: 0 20px;
  background-color: rgba( 0,0,0,.3 );
  text-shadow:none;
}

.slide-nav:hover {
  background:#008370;
  color:#FFF;
  opacity: 0.9;
  text-shadow:none;
}

li.uk-active a.slide-nav {
  /* opacity: 0.9; */
  background-color: #F7961F;
  color: #FFF;
  text-shadow: none;
}

.tm-navbar:not(.uk-navbar-attached) .tm-nav-logo {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.tm-navbar .tm-navbar-wrapper .tm-nav {
  text-align: right;
}

.tm-icon-yootheme {
  border:0;
  background:none;
}

.tm-block-third, .tm-block-bottom-b {
  background: #008370;
  color: #FFF;
}

.tm-block-primary {
  /* color: #808284; */
  /* border-bottom: 2px solid #F7961F; */
  /* border: 1px solid #FFF; */  
  background: #877d3f;
  color: #FFF;
}

/* .tm-block-primary .uk-panel.widget_text {
border-bottom: 1px solid #CDCDCD;
} */

.tm-block-secondary {
  color: #FFF;
  background: #629047;
  box-shadow: inset 1px 2px 3px rgba(68, 68, 68, 0.7);
  padding: 30px 0;
}

.uk-thumbnav li:first-child { /* display:none; */}

.uk-thumbnav li.uk-width-1-4 {width: 33.333%;}

.tm-content-block h3.uk-panel-title {
  font-size: 28px;
}

.tm-content-block p {
  font-size: 20px;
  line-height: 150%;
}

.tm-content-block a {text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  /* font-family: 'Aleo Regular'; */
 }

.look-1 h3, .look-1 a {
 color:#99cc33;
}

.look-2 h3, .look-2 a {
 color:#ff9900;
}

.look-3 h3, .look-3 a {
 color:#66cccc;
}

.look-4 h3, .look-4 a {
 color:#cc6633;
}

.uk-overlay-top {
  height:100%;
  box-sizing:border-box;
}

.go-to:after {
  content: "\f107";
  width: 100%;
  left: 50%;
  position: absolute;
  font-size: 50px;
  font-family: FontAwesome;
  bottom: 30px;
  z-index: 100;
  color: #FFF;
  text-decoration: none;
  opacity: 0.8;
}

.tm-socialbar {
  position: absolute;
  top: 50px;
  right: 10px;
  width: 220px;
  margin-top: -20px;
  z-index: 1;
  color: #FFF;
}

.tm-socialbar .tm-social-icons li {
  padding: 5px 5px;
}

.tm-socialbar .tm-social-icons li a {
  color: #ffffff;
}

.tm-socialbar .tm-social-icons li a:hover {
  color: #C8ef5b;
}

/* Search button */
.search-button {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #FFF;
  float: right;
}

.uk-visible {
  display: block !important;
  visibility: visible !important;
  top: 30px;
}

.uk-search-field { width:220px;}
.uk-navbar .uk-search-field {width:220px;}
.uk-search:before {top:35px;} 

.searchbox h3 {
  padding: 10px 0 0 10px;
}

.searchbox .uk-search {
  margin: -2px 0;
}

.searchbox .uk-dropdown-search {
  width: 100%;
}
.uk-offcanvas-page .tm-navbar.uk-search-button-nav {
margin-left: 0;
}
.uk-offcanvas-page .tm-navbar.uk-search-button-nav.uk-active {
margin-left: -335px;
}

/* Formulario */
.gform_wrapper .gform_footer input.button:hover {
  background: #56918a;
}

.gform_wrapper .gform_footer input.button {
  -webkit-appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: #FFF;
  text-transform: none;
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  background: #008370;
  vertical-align: middle;
  line-height: 30px;
  min-height: 30px;
  font-size: 0.6rem;
  text-decoration: none;
  text-align: center;
  border: 1px solid #008370;
  font-family: 'Montserrat';
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}


/* 10 to 10 */
.title-campaign a{
  color:#C05E2B;
  font-size:38px;
  text-decoration:none;
}

.arrow-down {
  line-height: 30px;
  width: 35px;
  height: 35px;
  position:absolute;
  text-shadow: none;
  bottom:20px;
  left:50%;
  z-index:500;
  opacity:0.8; 
  font-size: 25px;
  color: #737373;
  background: rgba(255, 255, 255, 0.7);
  padding: 4px;
  border-radius: 50%;
  box-sizing: border-box;
}

.arrow-down:hover {
  transition: all 0.3s ease-in-out;
  opacity:1;
  background: rgba(111, 111, 111, 0.7);
  padding: 4px;
  border-radius: 50%;
  color: #FFF;
}

.bg-1-color {
  background: url(http://sustainabletravel.org/cms/wp-content/uploads/homepage31.jpg) 50% 50% no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}
.bg-2-color {
  background: url(http://sustainabletravel.org/cms/wp-content/uploads/10-10-b.jpg) 50% 50% no-repeat;
  height: 600px;
  width: 100%;
  background-size: cover;
  height: 100%;   width: 100%;   background-size: cover;   background-attachment: fixed;   z-index: 1;
}
.bg-3-color {
  background: url(http://sustainabletravel.org/cms/wp-content/uploads/10-10-c.jpg) 50% 50% no-repeat;
  height: 600px;
  width: 100%;
  background-size: cover;
  height: 100%;   width: 100%;   background-size: cover;   background-attachment: fixed;   z-index: 1;
}
.uk-block {
  background: #cfcc40;
  padding: 40px 140px;
  font-size: 50px;
  width: 360px;
}

.uk-block h2 {
  font-size: 50px;
  line-height: 130%;
  text-align: left;
  color:#877d3f;
  text-transform: uppercase;
}

.uk-block.about-us {
  background: #877F3B;
}

.uk-block.our-work {
  background: #F7961F;
}

.uk-block.about-us h2, .uk-block.our-work h2 {
  color: #FFF; font-size: 22px;
}

/*  SOLUTIONS FOR DESTINATIONS */
/* Tabs for Subpages  */
.tm-seven > div {width: 13.3%;}


/* ------ TEAM MEMBERS ------ */
.single-team-member .uk-article-meta {
  display: none;
}

/*-------- CARBON PORTFOLIO PROJECTS ----------*/
.single-project .uk-article-meta {
  display: none;
}

/* ------ CARBON OFFSET PORTFOLIO ------ */

/* Projects title */
#mapplic1 .mapplic-hovertip {
  max-width: 100%;
}

#mapplic1 .mapplic-tooltip-title {
  font-size: 15px;
}

.mapplic-list-location span {
  display: none;
}

/* ------ LEGACY FUNDS ------ */
div#legacy-funds img {
  border-radius: 10px;
}


/* ------ OUR STORY ------ */
.bg-2-color .uk-block {
  background: #c7ee65;
}
.bg-2-color .uk-block h2 {
   color:#629047;
}
.bg-3-color .uk-block {
  background:#fdc840;
}
.bg-3-color .uk-block h2 {
   color: #c05e2b;
}
.block-padding-small {
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.block-color-dark {
/*background: #877d3f;
    color: #FFF; */
}

.block-color-dark h3 {
  /*color:#cfcc40;*/
  color:#877f3b;
  font-size:24px;
text-transform: inherit;
}

.block-color-dark.green h3 {
  color:#c7ee65;
}

.block-color-dark .uk-button, .block-color-dark .collapseomatic, .block-color-dark .colomat-close {
  background:#b2b13f;
  color:#FFF;
  border:#b2b13f;
}

.block-color-dark.green .uk-button, .block-color-dark.green .collapseomatic, .block-color-dark.green .colomat-close {
  background:#89bd49 ;
}

.block-color-dark.orange .uk-button {
  background:#f6932f;
}

.orange {
   /*background:#c05e2b;*/
}

.title-orange { 
  color:#c05e2b;
  text-transform: inherit;
}

.green {
  /*background:#629047; */
}

.title-green { 
  /* color:#629047; */
  color:#80CB30;
  text-transform: inherit;
}

.title-white, .title-white h3 {
  color:#FFF !important;
}

/* IMS */

.green-dark, .green-light, .green-bright, .orange-light, .green-dark h4, .green-light h4, .green-bright h4, .orange-light h4, .green-dark h4 a, .green-light h4 a, .green-bright h4 a, 
.orange-light h4 a, .green-mid, .green-mid h4, .green-mid h4 a {
  color:#FFF; text-decoration: none;
}

.green-dark { background:#56958a; font-size: 18px;}
.green-light { background:#b3b321; font-size: 18px;}
.green-bright { background:#C8EF5B; font-size: 18px;}
.orange-light { background:#f59502; font-size: 18px;}
.green-mid { background:#629047; font-size: 18px;}

.green-dark .uk-button, .orange-light .uk-button, .green-light .uk-button, .green-bright .uk-button { border-color:#FFF; color:#FFF;} 
.green-dark .uk-button:hover, .green-light .uk-button:hover, .orange-light .uk-button:hover, .green-bright .uk-button:hover { background:#000; opacity: 0.3}


.block-color-dark.green .uk-button:hover, .block-color-dark.green .collapseomatic:hover, .block-color-dark.green .colomat-close:hover, block-color-dark .uk-button:hover, .block-color-dark .collapseomatic:hover, .block-color-dark .colomat-close:hover, .block-color-dark.orange .uk-button:hover {
  opacity: 0.9;
}

/* Slide blocks */
.uk-overlay-panel {
  padding:0;
}

/* Custom colors for text box background and font color */
.uk-slide-block {
  padding: 40px 140px;
  font-size: 25px;
  width: 360px;
  background: #99cc33;
  line-height: 130%;
  text-transform: uppercase;
  box-sizing: content-box;
}

.uk-slide-block a {
  text-decoration: none;
  color: #C06027;
}

.slide-orange {
   background: #F7691F;
}

.slide-orange a {
  color: #FFCB31;
}

.slide-blue {
  background: #5CC4BB;
}

.slide-blue a {
  color: #008370;
}

.slide-teal {
  background: #51968A;
}

.slide-teal a {
  color: #FFF;
}

.slide-green {
  background: #C8EF5B;
}

.slide-green a {
  color: #639143;
}

.block-left h2 {
  font-size:70px;
  color:#FFF;
  /* line-height: 40px; */
  margin-top: 20px;
}

.block-left hr {
  border-bottom:2px solid #ff9901;
  margin: 30px 0;
}

.block-left p {
  color:#c7ee65;
  line-height: 36px;
  font-size: 58px;
}

.block-right a {
  color: #ff9901;
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
}

.collapseomatic_excerpt, .collapseomatic_content {
  margin-left: 0;
}
.collapseomatic, .colomat-close {
  -webkit-appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: #444444;
  text-transform: none;
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  background: rgba(0, 0, 0, 0);
  vertical-align: middle;
  line-height: 30px;
  min-height: 30px;
  font-size: 0.6rem;
  text-decoration: none;
  text-align: center;
  border: 1px solid #444444;
  font-family: 'Montserrat';
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
  transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}

/* FORM */

.gform_wrapper {
  width: 100%;
  margin: 0 !important;
  max-width: 100% !important;
  background:#F0F0F0;
  border-top: 1px solid #CDCDCD;
}

#gform_wrapper_2 {
  background:none;
  border:0;
}

#gform_wrapper_2 .ginput_complex input[type=text], #gform_wrapper_2 .top_label input.large, #gform_wrapper_2 .top_label input.medium,  #gform_wrapper_2 .ginput_complex select, #gform_wrapper_2 textarea{
  background:#EAEBEF;
  border:0
}

#gform_wrapper_2 li.gfield.gfield_error, #gform_wrapper_2 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, #gform_wrapper_1 li.gfield.gfield_error, #gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 2px !important;
  border: 0;
}

.#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required {
  margin-top: 0;
  margin-bottom: 0;
}

.#gform_wrapper_1 li.gfield_error input[type=text] {
  border: 1px solid red;
  background: #FFF;
}
.#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required div.ginput_container, #gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}

.uk-sign-up .top_label .gfield_label { display:none !important;}
.uk-sign-up ul.gform_fields {  width:100%}
.uk-sign-up form li, .uk-sign-up ul li { width:50% !important; float:left !important; box-sizing: border-box;}
.uk-sign-up ul li.gfield { clear:none !important;}
.uk-sign-up h4 { text-align:center; color:#7caea5; font-size:36px;}
.uk-sign-up p { color:#877d3f; text-align:center; font-size:26px;}
.uk-sign-up .uk-form input::-webkit-input-placeholder {
   color: #F9F9F9;
}

.uk-sign-up .uk-form input: -moz-placeholder { /* Firefox 18- */
    color: #F9F9F9;
}

.uk-sign-up .uk-form input ::-moz-placeholder {  /* Firefox 19+ */
    color: #F9F9F9;
}

.uk-sign-up .uk-form input :-ms-input-placeholder {  
    color: #F9F9F9;
}

ul.gfield_checkbox li {clear: both;
  width: 100% !important;
  }
.uk-sign-up .uk-form input[type="text"] {
  border: 1px solid;
  background: #55968a;
  color: #FFFFFF;
  height: 40px;
}
.uk-sign-up .uk-form input[type="text"]:focus {
  border: 1px dashed #F0F0F0;
  background: #55968A;
  color: #FFFFFF;
  height: 40px;
}
.uk-sign-up .gform_footer { text-align:center; }
li#field_1_1 {padding-top:15px;}

li#field_2_5,  li#field_2_6 {clear: none;
  float: left;
  width: 50%;}
  
.uk-box-border {border-bottom: 1px solid #CDCDCD;
}

/* NEWS */
/* MEDIA */
.border-light-green {
  border: 3px solid #81B900;
}

.title-light-green, .line-light-green {
  color: #8ebd00;
}

hr.line-light-green {
  background-color: #d0cd04;
  color: #d0cd04; 
  height: 2px;
}

/* Vimeo video */
.tm-million-better ul.uk-overlay-active li:first-child.uk-active div.uk-overlay-fade {
  position: absolute;
  left: 0;
  top: 0;
} 

.vimeo-vid {
  position: absolute;
  top: 0;
  z-index: 500;
  left: 0;
  width:100%;
  height: 100vh;
}

/* Hide title pages */

.page-id-1144 h1.uk-article-title{
  display:none;
}

/* Form Donate */
.uk-donate-page .gsection {
  clear: both;
  background: #65903c;
  padding: 4px 5px;
  margin-top: 0;
  margin-left: 0px !important;
}

.uk-donate-page.uk-form {
  width: 75%;
  margin: 0 auto;
  color: #000;
}

.gform_wrapper .uk-donate-page.uk-form h2.gsection_title {
color:#FFF;
}

.gform_wrapper.gf_browser_chrome .uk-donate-page.uk-form ul.gform_fields li.gfield select {
  margin-left: .063em;
  border-radius: 1px;
  height: 40px;
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid #17836f;
  background: #fff;
  color: #000;
}

.uk-donate-page .uk-form li label {
  margin: 0;
}

.uk-donate-page .uk-form ul.left_label li {
  margin-left: 10px !important;
}

.gform_wrapper .uk-donate-page.uk-form .left_label ul.gfield_radio, #gform_wrapper_8 ul li {
  margin-left: 0 !important;
}

.uk-donate-page.uk-form .gform_body {
  border: 1px solid #CDCDCD;
  background: #F9F9F9FF;
}

.uk-donate-page {
  /*padding: 25px;
  margin-top: -25px;
  border: 1px solid rgba(68, 68, 68, 0.2);*/
  border-top: 0;
  background: #F9F9F9;
  box-sizing: border-box;
}

.uk-donate-page .gform_wrapper h2.gsection_title {
  color: #FFF;
  font-size: 15px;
}

.uk-donate-page.gform_wrapper ul.gfield_radio li {
  display: inline-block;
  margin: 0 20px;
  border: 1px solid #CDCDCD;
  background: #D2D2D2;
  text-align: center;
  color: #777;
  border-radius: 8px;
}

li#field_2_24 label.gfield_label, li#field_5_24 label.gfield_label, li#field_2_31 {
  display: none;
}

li#field_5_24 label.gfield_label, li#field_2_22 label.gfield_label, li#field_2_23 label.gfield_label, li#field_5_22 label.gfield_label, li#field_5_23 label.gfield_label, li#field_8_23 label.gfield_label {
  float: none;
  text-align: center;
  margin: 15px auto;
}

li#field_2_24 .ginput_container, li#field_5_24 .ginput_container, li#field_2_22 .ginput_container, li#field_5_22 .ginput_container, li#field_2_23 .ginput_container, li#field_5_23 .ginput_container, li#field_8_23 .ginput_container {
  /*padding: 0 10%;*/
  text-align: center;
  margin-top: 20px;
}

li#field_2_24 .ginput_container ul li input, li#field_2_22 .ginput_container ul li input, li#field_5_22 .ginput_container ul li input, li#field_2_23 .ginput_container ul li input, ul#input_5_24 li input, ul#input_5_23 li input {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 50px !important;
  height: 30px;
}

li#field_2_25 label, li#field_5_25 label, li#field_5_29, input#choice_8_23_0, input#choice_8_23_1 {
  opacity: 0;
}

li#field_2_25 .ginput_container input, input#input_5_25 {
  border: 1px dashed;
}

li#field_2_24 .ginput_container ul li label, li#field_2_22 .ginput_container ul li label, li#field_5_22 .ginput_container ul li label, li#field_2_23 .ginput_container ul li label, li#field_5_24 .ginput_container ul li label, ul#input_5_23 li label, ul#input_8_23 li label {
  padding: 10px 15px;
  box-sizing: border-box;
  margin: 0;
}

.uk-donate-page .uk-form ul.gfield_radio li label:hover, .uk-donate-page .uk-form ul.gfield_radio li input[type="radio"]:checked+label, .uk-donate-page .uk-form ul.gfield_checkbox li input[type="checkbox"]:checked+label {
  background: #17836f;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}

.uk-donate-page.uk-form .gform_footer.left_label, .gform_wrapper .gform_footer {
  text-align: center;
  padding: 15px;
  margin: 0 auto;
}

/*Donate submit */
/*Donate submit */
.uk-donate-page.uk-form .gform_footer.left_label input#gform_submit_button_5, .gform_wrapper .gform_footer input#gform_submit_button_4.button, .uk-donate-page.uk-form .gform_footer.left_label input#gform_submit_button_4, #gform_submit_button_8 {
  border: 1px solid #CDCDCD;
  border-radius: 8px;
  padding: 10px 15px;
  background: #17836f;
  color: #FFF;
  text-transform: uppercase;
  font-size:20px;
}

.uk-donate-page.uk-form .gform_footer.left_label input#gform_submit_button_5:hover, .gform_wrapper .gform_footer input#gform_submit_button_4.button:hover, #gform_submit_button_8:hover  {
  background: #be601f;
  transition: background 0.3s ease;
}

.uk-donate-page.uk-form .ginput_complex label, .uk-donate-page.uk-form .gfield_time_hour label, .uk-donate-page.uk-form .gfield_time_minute label, .uk-donate-page.uk-form .gfield_date_month label, .uk-donate-page.uk-form .gfield_date_day label, .uk-donate-page .uk-form .gfield_date_year label, .uk-donate-page.uk-form .instruction {
  display: block;
  margin: 3px 0;
  font-size: 11px;
  letter-spacing: normal;
  color: #000;
}

.uk-form select:focus, .uk-form textarea:focus, .uk-form input:not([type]):focus, .uk-form input[type="text"]:focus, .uk-form input[type="password"]:focus, .uk-form input[type="datetime"]:focus, .uk-form input[type="datetime-local"]:focus, .uk-form input[type="date"]:focus, .uk-form input[type="month"]:focus, .uk-form input[type="time"]:focus, .uk-form input[type="week"]:focus, .uk-form input[type="number"]:focus, .uk-form input[type="email"]:focus, .uk-form input[type="url"]:focus, .uk-form input[type="search"]:focus, .uk-form input[type="tel"]:focus, .uk-form input[type="color"]:focus {
  border-color: #2D4951;
  outline: 0;
  background: rgba(0, 0, 0, 0);
  color: #000;
}

#field_2_27, #field_2_10, #field_2_11, #field_5_27, #field_5_10, #field_5_11 {
  background: #65903c;
  padding: 4px 5px;
  margin-top: 0;
  margin-left: 0px !important;
}

ul#input_2_24 li {
  margin-left: 0 !important;
}

li#field_5_3 {
  margin: 0 10px;
}

.uk-donate-page.uk-form input[type="text"], .uk-form textarea {
  height: 40px;
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid #17836f;
  background: #fff;
  color: #000;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  font-size: 20px;
}

.uk-donate-page form li, .gform_wrapper li {
  padding-left: 10px;
  padding-bottom: 10px;
}

.uk-breadcrumb > li, .uk-breadcrumb > li > a, .uk-breadcrumb > li > span {
  display: inline-block;
  color: #b3b3b3;
}

.tm-carbon-offset .uk-link-reset {
  font-size: 12px !important;
  line-height: 100% !important;
}
  
.donate-button {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  height: 90px;
  line-height: 90px;
}

.donate-button .uk-button {
  font-size: 14px;
  background: #8cbd30;
  border-radius:3px;
  border:0;
  color:#FFF;
  text-transform:uppercase;
  padding: 5px 10px;
}

.donate-button .uk-button:hover {
  background: #fdca02;
  transition: background 0.3s ease-out;
}

blockquote.STI-BQ {
  font-size: 32px;
  line-height: normal;
  font-style: italic;
  color: #629047;
  border: 0;
  padding-left: 25px;
}
  
body.page-id-1830 .tm-block-middle {
  padding-top: 120px;
}

body.single-team-member div.tm-featured-image {
  display: none;
}

/* Slideshow Blog */

.tm-slideshow-blog .uk-overlay-panel, .uk-slide-box-green-content {
  bottom: 0;
  color: #FFF;
  font-size: 18px;
  left: 0;
  background: #877E35;
  padding: 10px 15px !important;
  box-sizing: border-box;
  width: 100%;
}

.tm-slideshow-blog .uk-overlay-panel .uk-text-large {
  font-size: 18px;
}

.tm-slideshow-blog h3.uk-h4 {
  color:#f49400;
  text-transform: uppercase;
  font-family: 'Proxima Nova Regular';
  border-bottom: 1px solid;
  padding-bottom: 10px;
}  

figure.process { /* position:relative; */ background: #e7e7e7; */; padding: 20px;}
figure.process img { /* position:absolute; */ right: 0; /* width:360px; */ /* height:360px; */ top: 0; }
figure.process figcaption { min-height:298px; /* margin: 0 0 60px; */ /* background:#e7e7e7; */ /* padding:6px 380px 6px 20px; */ }
figure.process figcaption h1 { /* font:normal normal 21px/24px ProximaSemiBold,sans-serif; */ }
figure.process figcaption p { /* font-size:13px; */ /* line-height:16px; */ }
figure.process figcaption p a:last-child { display:block; margin-top:12px; }

/* RESPONSIVE AND MOBILE */

@media (max-width: 767px) { 
  .uk-slide-block, .uk-block {
    width:100%;
    padding:10px;
    box-sizing:border-box;
  }

  .block-left h2, .block-left p, .uk-block h2, .uk-sign-up h4 {
    font-size:30px;
    line-height:normal;
  }

  .block-left hr {
    margin:5px 0;
  }

  .uk-cover-background {
    background-position: 90% 50%;
  }

  .uk-teaser-STI {
    font-size: 1em;
  }

  .uk-sign-up p { 
    font-size:20px;
  }

  .uk-sign-up form li, .uk-sign-up ul li {
    width: 100% !important;
  }

  .block-left h2 {
    font-size: 50px;
  }

  .block-left p {
    font-size: 45px;
  }
}

@media (max-width:967px) {
  .tm-socialbar {
      display: none;
  }
}

@media (max-width: 1220px) {
  .tm-logo img {
    width: 75%;
    height: auto;
  }
  .tm-navbar .tm-nav-wrapper-margin {
    margin-right: 80px;
  }
  .home nav.tm-navbar .uk-container, .page nav.tm-navbar .uk-container, .category-blog nav.tm-navbar .uk-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  } 

  .block-left h2 {
    font-size: 50px;
    line-height: 45px;
  }

  .block-left p {
    font-size: 45px;
  }  
}

@media (min-width: 960px) {
  .tm-navbar:not(.uk-navbar-attached) {
    top: 0;
    background: rgba(0, 0, 0, 0.3);
  }

  .uk-block-content .uk-grid-width-large-1-4 > div {
    border-right:1px solid #CDCDCD;
  }

  .uk-block-content .uk-grid-width-large-1-4 > div:last-child {
    border-right:0;
  }

  #search-2 .uk-search-field:focus {
    /* width: 20px; */
  } 
}

@media (max-width: 1199px) {
  .tm-navbar {
    /* Add spacing between nav and socialbar */
  }
  .tm-navbar .tm-nav-wrapper-margin {
    margin-right: 80px;
  }
  .tm-navbar:not(.uk-navbar-attached) .tm-nav-logo {
    max-width:280px;
  }

  #search-2 .uk-search-field:focus {
    width: 20px;
  } 
}

/* Mapa */
#mapplic1 {
  position: relative;
}
.mapplic-levels {
  margin:0 !important;
}
.mapplic-levels .mapplic-levels-up {
  border-radius:0 !important;
}
.mapplic-levels-select {
  background-color: #539A8C !important;
  color: #F7F7F7 !important;
  -webkit-appearance: none;
  -moz-appearance:none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
 }
/*.mapplic-levels, .mapplic-list-location span img {
  display:none;
}*/
.mapplic-list-location span img {
  display:none;
}
.mapplic-container {
  width:100% !important;
}
.mapplic-sidebar {
  position: absolute !important;
  z-index: 500;
  top: 0;
  background-color: transparent !important;
 }
 a.mapplic-clear-button, .mapplic-zoom-buttons {
   left:inherit !important;
   right:0;
}

/* Icons Solutions for Destinations  */

a.icons-SFD:hover circle.abioLof {
  fill: #B3B334;
  transition:all 0.3s ease-in-out;
}

.single-post #intro-text {
  margin-top: 50px;
}
.searchbox .uk-dropdown-search {
  width: 100%;
  margin: 0;
  padding: 0;
}
.searchbox {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  background-color: rgba(125, 169, 43, 1);
  padding: 0;
}
#search .uk-offcanvas-bar {
 width: 350px;
}
#search.uk-offcanvas .uk-search:before {
  color: #FFF !important;
}
#search .uk-search.uk-active .uk-search-field {
  width: 100%;
  background: #539A8C;
  color: #FFFFFF;
}
#search ul li {
	padding:15px;
}
#search ul li a {
	color:#444;
}
#search ul li:nth-child(odd){
	border-bottom: 1px dashed #CDCDCD;
  padding: 15px;
  background-color: rgba(136, 199, 199, 0.4);
}
.tm-footer a {padding: 10px;}
/* a.icons-SFD-01 {
  background:url(/sti/wp-content/uploads/STI-icons-_0005_Vector-Smart-Object.png) 5px 0 no-repeat;;
  height: 205px;
  width: 210px;
 }


a.icons-SFD-01:hover {
  background: url(../images/hover-icons-SFD.png) 5px 0 no-repeat;
  height: 205px;
  width: 210px;
}*/