/* MAIN SETTINGS */
/* BACKGROUND SETTINGS */
/* COLOR SETTINGS */
/* FONT SETTINGS */
/* MISC SETTINGS */
/* if you want to display UMP on secific screen width */
/* uncomment the lines below, define @themeMaxScreenWidth */
/* in /less/core/ump.settings.COLOR.less, and recompile /*
/* the /less/ump.COLOR.less */
/*
.ump { 
    display: none;
} 
@media screen and (max-width: @themeMaxScreenWidth) {
    .ump {
        display: block;
    }
}
*/
.is-ump * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.is-ump .ump {
  font-family: 'Roboto';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
}
.is-ump .ump a {
  text-decoration: none;
}
.is-ump .ump a:hover {
  text-decoration: none;
}
.is-ump .ump .ump-overlay {
  display: none;
}
.is-ump .ump .ump-bar {
  position: relative;
  z-index: 10;
  min-height: 50px;
  padding: 0 0 0 48px;


}
.is-ump .ump .ump-bar .ump-brand {
  color: #000;
  height: 50px;
  line-height: 50px;
  display: block;
  float: left;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  padding: 0 10px;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
}
.is-ump .ump .ump-bar .ump-brand:hover {
  background: rgba(0, 0, 0, 0.1);
}
.is-ump .ump .ump-bar .ump-icons {
  float: right;
}
.is-ump .ump .ump-bar .ump-icons a {
  width: 48px;
  height: 50px;
  display: block;
  float: left;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
}
.is-ump .ump .ump-bar .ump-icons a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.is-ump .ump nav {
  z-index: 30;
  position: fixed;
  top: 0;
  left: -310px;
  width: 310px;
  height: 100%;
  background: #fff;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
}
.is-ump .ump nav .ump-nav-container {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is-ump .ump nav .ump-nav-container .ump-header {
  height: 115px;
  position: relative;
  overflow: hidden;
}
.is-ump .ump nav .ump-nav-container .ump-header a {
  display: block;
  position: absolute;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  width: 230px;
  height: 115px;
  overflow: hidden;
}
.is-ump .ump nav .ump-nav-container .ump-header a img {
  max-width: 100%;
  display: block;
  
}
.is-ump .ump nav .ump-nav-container .ump-header .ump-header-background-image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  /*max-height: 100%;*/
}
.is-ump .ump nav .ump-nav-container .ump-nav {
  padding: 10px 0 75px 0;
}
.is-ump .ump nav .ump-nav-container .ump-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-default li {
  line-height: 1.3;
  font-size: 18px;
  font-weight: 300;
}
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-default li a {
  color: #696969;
  display: block;
  padding: 12px 30px 12px 20px;
  text-decoration: none;
  position: relative;
}
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-default li + li {

}
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-default li.ump-submenu > a:after {
  display: block;
  content: "\f107";
  font-family: "FontAwesome";
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 10px;
  text-align: center;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
}
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-default li.ump-submenu > a:hover:after,
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-default li.ump-submenu > a:active:after {
  right: 10px;
  color: #94d631;
}
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-default li.ump-submenu > a.ump-open:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-default li.ump-submenu ul {
  display: none;
  padding-left: 20px;
  border-top: 1px solid #f2f2f2;
  background: #e5e5e5;
}
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-default li.ump-submenu ul li {
  background: #fff;
}
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-default li.ump-submenu ul li a {
  font-size: 15px;
}
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-default + ul {
  margin-top: 50px;
}
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-default + ul:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #c12035;
  position: absolute;
  top: -25px;
  left: 20px;
}
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-social {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-social:after,
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-social:before {
  clear: both;
  content: " ";
  display: table;
}
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-social li {
  float: left;
  width: 20%;
  font-size: 24px;
}
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-social li a {
  padding: 12px 0;
  text-align: center;
  display: block;
  background: #f2f2f2;
  color: #585858;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
}
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-social li a:hover {
  background: #fff;
}
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-social li a:hover.ump-facebook {
  color: #415e9b;
}
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-social li a:hover.ump-google-plus {
  color: #dd4b39;
}
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-social li a:hover.ump-twitter {
  color: #5ea9dd;
}
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-social li a:hover.ump-pinterest {
  color: #bd2125;
}
.is-ump .ump nav .ump-nav-container .ump-nav ul.ump-social li a:hover.ump-youtube {
  color: #d22222;
}
.is-ump .ump nav .ump-toggle {
  position: absolute;
  top: 0;
  right: -48px;
  width: 48px;
  height: 50px;
  overflow: hidden;
  display: block;
  cursor: pointer;
  color: #fff;
  background: #c12035;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
}
.is-ump .ump nav .ump-toggle i {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  left: 0;
  top: 0;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
}
.is-ump .ump nav .ump-toggle i.ump-close {
  top: -50px;
}
.is-ump .ump nav .ump-toggle i:hover {
  background: rgba(0, 0, 0, 0.1);
}
.is-ump .ump.ump-active .ump-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  z-index: 20;
}
.is-ump .ump.ump-active .ump-overlay.ump-white {
  background: rgba(255, 255, 255, 0.6);
}
.is-ump .ump.ump-active nav {
  left: 0;
  -webkit-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
}
.is-ump .ump.ump-active nav .ump-toggle i {
  top: 50px;
}
.is-ump .ump.ump-active nav .ump-toggle i.ump-close {
  top: 0px;
}
@media screen and (max-width: 360px) {
  .is-ump .ump.ump-active nav .ump-toggle {
    right: 0;
    z-index: 160;
  }
}
@media screen and (max-width: 330px) {
  .is-ump .ump.ump-active nav {
    width: 100% !important;
  }
}
.ump-widget-container {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ump-widget-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ump-widget-container .ump-widget {
  width: 100%;
  background: #000000;
  height: 50px;
  padding: 5px;

  -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
}
.ump-widget-container .ump-widget.ump-search-widget form {
  position: relative;
  margin: 0;
  padding: 0;
}
.ump-widget-container .ump-widget.ump-search-widget form .ump-input {
  font-family: 'Roboto';
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  padding: 9px 145px 9px 10px;
  font-weight: 100;
  background: #fff;
  color: #777;
  border: none;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ump-widget-container .ump-widget.ump-search-widget form .ump-input:focus {
  border: none;
  color: #444;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.ump-widget-container .ump-widget.ump-search-widget form .ump-button {
  display: block;
  width: 130px;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  line-height: 42px;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 100;
  background: #fff;
  border-left: 1px solid #000000;
  -webkit-text-shadow: 0 0 0 #000000;
  -moz-text-shadow: 0 0 0 #000000;
  -o-text-shadow: 0 0 0 #000000;
  -ms-text-shadow: 0 0 0 #000000;
  text-shadow: 0 0 0 #000000;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: 'Roboto';
  cursor: pointer;
}
.ump-widget-container .ump-widget.ump-search-widget form .ump-button i {
  margin-left: 10px;
}
/* MISC */
.ump-clear {
  clear: both;
  overflow: hidden;
}
.ump-hidden {
  display: none;
}
/*# sourceMappingURL=ump.green.css.map */