/* @padding-base-vertical:     6px;
@padding-base-horizontal:   12px;

@padding-large-vertical:    10px;
@padding-large-horizontal:  16px;

@padding-small-vertical:    5px;
@padding-small-horizontal:  10px;

@padding-xs-vertical:       1px;
@padding-xs-horizontal:     5px;

@line-height-large:         1.33;
@line-height-small:         1.5;

@border-radius-base:        4px;
@border-radius-large:       6px;
@border-radius-small:       3px; */
.mgl_white {
  color: #fff !important;
}
.mgl_gray {
  color: #eeeeee !important;
}
.mgl_gray_dark {
  color: #666666 !important;
}
.mgl_dark {
  color: #282828 !important;
}
.mgl_bg_white {
  background-color: #fff;
  border-color: #eeeeee;
  color: #999;
}
.mgl_bg_white.mgl_arrow_down:after {
  border-top-color: #fff;
}
.mgl_bg_white.mgl_arrow_up:before {
  border-bottom-color: #fff;
}
.mgl_bg_white.mgl_arrow_left:before {
  border-right-color: #fff;
}
.mgl_bg_white.mgl_arrow_right:before {
  border-left-color: #fff;
}
.mgl_bg_white.mgl_extend_left:after {
  background-color: #fff;
}
.mgl_bg_white.mgl_extend_right:after {
  background-color: #fff;
}
.mgl_bg_gray {
  color: #999;
  background-color: #eeeeee;
}
.mgl_bg_gray.mgl_arrow_down:after {
  border-top-color: #eeeeee;
}
.mgl_bg_gray.mgl_arrow_up:before {
  border-bottom-color: #eeeeee;
}
.mgl_bg_gray.mgl_arrow_left:before {
  border-right-color: #eeeeee;
}
.mgl_bg_gray.mgl_arrow_right:before {
  border-left-color: #eeeeee;
}
.mgl_bg_gray.mgl_extend_left:after {
  background-color: #eeeeee;
}
.mgl_bg_gray.mgl_extend_right:after {
  background-color: #eeeeee;
}
.mgl_bg_gray_dark {
  color: #999;
  background-color: #666666;
}
.mgl_bg_gray_dark.mgl_arrow_down:after {
  border-top-color: #666666;
}
.mgl_bg_gray_dark.mgl_arrow_up:before {
  border-bottom-color: #666666;
}
.mgl_bg_gray_dark.mgl_arrow_left:before {
  border-right-color: #666666;
}
.mgl_bg_gray_dark.mgl_arrow_right:before {
  border-left-color: #666666;
}
.mgl_bg_gray_dark.mgl_extend_left:after {
  background-color: #666666;
}
.mgl_bg_gray_dark.mgl_extend_right:after {
  background-color: #666666;
}
.mgl_bg_dark {
  background-color: #282828;
  color: #999;
}
.mgl_bg_dark h1,
.mgl_bg_dark h2,
.mgl_bg_dark h3,
.mgl_bg_dark h4,
.mgl_bg_dark h5,
.mgl_bg_dark h6 {
  color: #fff;
}
.mgl_bg_dark.mgl_arrow_down:after {
  border-top-color: #282828;
}
.mgl_bg_dark.mgl_arrow_up:before {
  border-bottom-color: #282828;
}
.mgl_bg_dark.mgl_arrow_left:before {
  border-right-color: #282828;
}
.mgl_bg_dark.mgl_arrow_right:before {
  border-left-color: #282828;
}
.mgl_bg_dark.mgl_extend_left:after {
  background-color: #282828;
}
.mgl_bg_dark.mgl_extend_right:after {
  background-color: #282828;
}
.mgl_bg_white_darken {
  background-color: #fff;
  border-color: #eeeeee;
}
.mgl_border_white {
  border-color: #fff;
}
.mgl_border_gray {
  border-color: #eeeeee;
}
.mgl_border_dark {
  border-color: #282828;
}
.mgl_row {
  border: 0 solid #ddd;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.mgl_row:after {
  content: " ";
  clear: both;
  width: 100%;
  display: block;
}
.mgl_row > .container {
  z-index: 1;
  position: relative;
}
.mgl_row > .container .mgl_row > .container {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mgl_row .mgl_tint_color {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.mgl_arrow_down,
.mgl_arrow_up,
.mgl_arrow_left,
.mgl_arrow_right,
.mgl_extend_left,
.mgl_extend_right {
  position: relative;
}
.mgl_arrow_down:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #eeeeee;
  z-index: 101;
}
.mgl_arrow_up:before {
  content: " ";
  display: block;
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #ff0000;
  z-index: 101;
}
.mgl_arrow_left:before {
  content: " ";
  display: block;
  position: absolute;
  left: -29px;
  top: 50%;
  margin-top: -30px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #ff0000;
  z-index: 101;
}
.mgl_arrow_right:before {
  content: " ";
  display: block;
  position: absolute;
  right: -29px;
  top: 50%;
  margin-top: -30px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #ff0000;
  z-index: 101;
}
.mgl_extend_left:after,
.mgl_extend_right:after {
  content: " ";
  display: block;
  width: 1000%;
  position: absolute;
  top: 0;
  height: 100%;
}
.mgl_extend_left:after {
  left: -1000%;
}
.mgl_extend_right:after {
  right: -1000%;
}
.headhesive {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
          transition: transform 0.5s ease-in-out;
}
.headhesive .upper-header {
  display: none;
}
.headhesive .menu-search-wrap .menu-search {
  background: rgba(255, 255, 255, 0.95) !important;
}
.headhesive--stick {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.header-bar.site-full header {
  background-color: #fff;
}
.header-bar.site-container header.headhesive .main-header {
  background-color: rgba(255, 255, 255, 0.95);
}
.header-boxed header.headhesive .main-header {
  background-color: rgba(255, 255, 255, 0.95);
}
.header-boxed .main-header {
  background-color: #fff;
  border-radius: 3px;
}
.header-boxed .upper-header .container {
  border-radius: 3px 3px 0 0;
}
.header-boxed .upper-header + .main-header {
  border-radius: 0 0 3px 3px;
}
.header-boxed.site-container .upper-header > .container {
  width: auto !important;
}
.header-boxed.page-noheader .mgl_breadcrumbs {
  margin-top: 150px;
}
header {
  position: relative;
  z-index: 10;
}
header:after {
  content: " ";
  width: 100%;
  clear: both;
  display: block;
}
header .main-header {
  position: relative;
}
header .main-header .brand {
  display: block;
  height: 85px;
}
header .main-header .brand img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: 50px;
}
header .main-header .navbar-toggle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  margin-top: 14px;
  margin-left: 20px;
}
header .main-menu-section {
  position: static;
}
header .main-menu {
  text-align: center;
}
header .main-menu .menu {
  display: inline-block;
}
header .main-menu .menu-icon {
  left: -2px;
  position: relative;
  top: -2px;
}
header .main-menu .mgl-main-menu-not-found {
  font-size: 14px;
  padding-top: 27px;
}
header .main-menu #s {
  width: calc(100% - 45px );
}
header .main-menu .menu > li.menu-item-has-children > .sub-menu {
  border-top: 3px solid #eee;
}
header .main-menu .menu-button {
  height: 43px !important;
  padding-top: 0;
  position: relative;
  top: 3px !important;
  margin-left: 14px;
}
header .main-menu .menu-button .btn {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  box-shadow: none;
  -webkit-transition: background .5s;
          transition: background .5s;
}
header .main-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  height: 100%;
  /* Main nav links */
}
header .main-menu .menu li.woocommerce-cart > a i[class^="li-icon-"]:before,
header .main-menu .menu li.woocommerce-cart > a i[class*=" li-icon-"]:before {
  line-height: inherit;
}
header .main-menu .menu .sub-menu {
  position: absolute;
  opacity: 0 ;
  visibility: hidden;
  width: 200px;
  background: #fff;
  color: #333;
  padding-left: 0;
  z-index: 10;
  -webkit-transition: visibility 1s, opacity .5s;
          transition: visibility 1s, opacity .5s;
  height: 0;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out;
}
header .main-menu .menu .sub-menu li {
  list-style: none;
  font-size: 12px;
}
header .main-menu .menu .sub-menu li:first-child {
  border-top: none;
}
header .main-menu .menu .sub-menu li a {
  display: block;
  width: 100%;
  padding: 15px 20px;
  color: #999;
}
header .main-menu .menu .menu-item-has-children {
  position: relative;
}
header .main-menu .menu .menu-item-has-children > a {
  position: relative;
}
header .main-menu .menu .menu-item-has-children > a .fa-chevron-down {
  display: inline-block;
  font-size: 0.9em;
  margin-left: 5px;
}
header .main-menu .menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  display: table;
  height: auto;
}
header .main-menu .menu .menu-item-has-children:hover > .sub-menu > li.menu-item-has-children {
  position: relative;
}
header .main-menu .menu .menu-item-has-children:hover > .sub-menu > li.menu-item-has-children .fa-chevron-right {
  font-size: .8em;
  margin-top: 5px;
}
header .main-menu .menu .menu-item-has-children:hover > .sub-menu > li.menu-item-has-children ul.sub-menu {
  left: 200px;
  top: 0;
}
header .main-menu .menu .menu-item-has-children.multicolumn {
  position: static !important;
}
header .main-menu .menu .menu-item-has-children.multicolumn .fa-chevron-right {
  display: none;
}
header .main-menu .menu .menu-item-has-children.multicolumn > .sub-menu {
  width: 100%;
  width: calc(100% - 40px );
  margin-left: 20px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity .5s;
          transition: visibility 1s, opacity .5s;
  height: 0;
  overflow: hidden;
}
header .main-menu .menu .menu-item-has-children.multicolumn > .sub-menu li,
header .main-menu .menu .menu-item-has-children.multicolumn > .sub-menu a {
  border: none;
}
header .main-menu .menu .menu-item-has-children.multicolumn > .sub-menu li:after,
header .main-menu .menu .menu-item-has-children.multicolumn > .sub-menu a:after {
  border: none !important;
}
header .main-menu .menu .menu-item-has-children.multicolumn > .sub-menu li:hover,
header .main-menu .menu .menu-item-has-children.multicolumn > .sub-menu a:hover {
  background: none !important;
}
header .main-menu .menu .menu-item-has-children.multicolumn > .sub-menu > li {
  padding-bottom: 20px;
  padding-top: 10px;
  margin: 0 auto;
}
header .main-menu .menu .menu-item-has-children.multicolumn > .sub-menu > li > a {
  /* Section title */
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
}
header .main-menu .menu .menu-item-has-children.multicolumn > .sub-menu > li > a:hover {
  color: #666;
}
header .main-menu .menu .menu-item-has-children.multicolumn > .sub-menu > li li a {
  -webkit-transition: background .3s;
          transition: background .3s;
}
header .main-menu .menu .menu-item-has-children.multicolumn > .sub-menu > li li a:hover {
  background: #f5f5f5 !important;
}
header .main-menu .menu .menu-item-has-children.multicolumn:hover > .sub-menu {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  visibility: visible;
  opacity: 1;
  height: auto;
}
header .main-menu .menu .menu-item-has-children.multicolumn > .sub-menu > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
          flex: 1 100%;
  border-left: 1px solid #ddd;
  background: none;
}
header .main-menu .menu .menu-item-has-children.multicolumn > .sub-menu > li:first-child {
  border-left: none;
}
header .main-menu .menu .menu-item-has-children.multicolumn > .sub-menu > li ul {
  display: block;
  margin-left: 0;
  left: 0;
  position: static;
  visibility: visible;
  opacity: 1;
  box-shadow: none;
  width: 100%;
  background: none;
  height: auto !important;
}
header .main-menu .menu .menu-item-has-children.multicolumn > .sub-menu > li ul li:hover {
  background: none;
}
header .main-menu .menu > li {
  height: 100%;
  position: relative;
  display: inline-block;
}
header .main-menu .menu > li > a {
  font-weight: bold;
  padding: 30px 10px 0;
  height: 85px;
  display: block;
  color: #666;
  -webkit-transition: color .25s;
          transition: color .25s;
}
header .main-menu .menu > li > a i.fa-chevron-down {
  font-size: 8px !important;
  -webkit-transform: translate(-4px, -2px);
      -ms-transform: translate(-4px, -2px);
          transform: translate(-4px, -2px);
}
header .main-menu .menu > li > a:hover {
  background-color: none !important;
}
header .main-menu .menu > li > a.btn {
  height: auto !important;
}
header .main-menu .menu-search-wrap {
  position: relative;
}
header .main-menu .menu-search-wrap:hover .mgl-search-form {
  visibility: visible;
  opacity: 1;
}
header .main-menu .menu-search-wrap .mgl-search-form {
  background: #fff;
  position: absolute;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2);
  right: -14px;
  width: 280px;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility .3s linear,opacity 0.3s linear;
          transition: visibility .3s linear,opacity 0.3s linear;
}
header .main-menu .menu-search-wrap .mgl-search-form input#s {
  width: 100%;
}
header .upper-header {
  font-size: 13px;
  color: #fff;
}
header .upper-header .container {
  padding-top: 10px;
  padding-bottom: 5px;
}
header .upper-header a {
  color: #fff;
}
header .upper-header .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .upper-header .menu > li {
  display: inline-block;
  border: 0 solid rgba(255, 255, 255, 0.15);
  border-left: 1px;
  margin-left: 6px;
}
header .upper-header .menu > li:first-child {
  border-left: none;
  margin-left: 0;
}
header .upper-header .menu > li > a {
  padding-left: 8px;
  display: block;
}
header .upper-header .menu > li .sub-menu {
  display: none;
}
header .upper-header .social-links {
  margin-top: -3px;
}
header .upper-header .social-links li a {
  padding: 4px 4px 0;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: 12px;
  border-width: 1px;
}
header .upper-header .bootstrap-select {
  width: auto !important;
  display: inline-block !important;
  font-size: 13px !important;
  margin-top: -2px;
}
header .upper-header .bootstrap-select .btn {
  background: none !important;
  color: #fff;
  border-width: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 13px;
}
header .upper-header .container .col-sm-6 > div,
header .upper-header .container .col-sm-6 > ul {
  display: inline-block;
  margin-left: 20px;
}
header .upper-header .container .col-sm-6 > div:first-child,
header .upper-header .container .col-sm-6 > ul:first-child {
  margin-left: 0;
}
header .upper-header .container .col-sm-6 + .col-sm-6 > div,
header .upper-header .container .col-sm-6 + .col-sm-6 > ul {
  float: right;
}
header .upper-header .container .col-sm-6 + .col-sm-6 > div:first-child,
header .upper-header .container .col-sm-6 + .col-sm-6 > ul:first-child {
  margin-left: 20px;
}
header .upper-header .container .col-sm-6 + .col-sm-6 .layout-text {
  text-align: right;
}
header.mgl-fixed-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
}
header.mgl-fixed-header .upper-header {
  display: none;
}
header.mgl-fixed-header .main-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .header-transparent #site header {
    margin-top: 30px;
    background: none !important;
    position: absolute;
    width: 100%;
  }
  .header-transparent #site header .main-header {
    background: none !important;
    box-shadow: none;
  }
  .header-transparent #site header .upper-header {
    margin-top: -30px;
  }
  .header-transparent #site header .main-menu .menu > li > a {
    color: #fff;
  }
  .header-transparent.header-bar.site-full #site header {
    border-bottom: none !important;
  }
  .header-transparent .first-row {
    margin-top: -75px !important;
  }
  .header-transparent.header-bar #site header .upper-header {
    background: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .header-transparent.header-boxed #site header .main-header {
    border: 1px solid rgba(255, 255, 255, 0.18);
  }
  .header-transparent.header-boxed #site header .upper-header .container {
    background-color: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom-width: 0;
  }
  .header-transparent.header-boxed.header-transparent-dark #site header .main-header {
    border: 1px solid rgba(0, 0, 0, 0.18);
  }
  .header-transparent.header-boxed.header-transparent-dark #site header .upper-header .container {
    background-color: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-bottom-width: 0;
  }
  .header-transparent.header-boxed .first-row {
    margin-top: -150px !important;
  }
}
.header-logo-center header .main-header .brand {
  text-align: center;
}
.header-logo-center header .main-header .brand img {
  display: block;
  margin: 0 auto;
}
.header-logo-center header .main-header .menu > li > a {
  padding-top: 35px;
}
.header-logo-center header .main-header .main-menu2 {
  float: left;
}
.aside-header header {
  background-color: #fff;
}
.mgl_aside_header {
  background-color: #fff;
  padding: 30px;
}
.mgl_aside_header .brand {
  display: block;
  margin-bottom: 10px;
}
.mgl_aside_header .brand img {
  max-width: 150px;
  margin: 0;
  display: block;
}
.mgl_aside_header .mm-list.social-links > li > a {
  padding: 5px;
  width: 30px;
  height: 30px;
}
.mgl_aside_header .menu-element,
.mgl_aside_header .social-links {
  margin-left: 40px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.mgl_aside_header .bootstrap-select {
  width: 100% !important;
}
.mgl_aside_header .bootstrap-select .btn {
  padding-left: 0;
}
.mgl_aside_header .bootstrap-select.open .dropdown-toggle {
  border-width: 0;
}
footer {
  color: #b3b0b0;
  font-size: 13px;
  background-color: #323a45;
}
footer a {
  color: #fff;
}
footer .footer-widgets {
  padding-top: 60px;
}
footer .footer-widgets .widget ul li {
  border-color: #475363;
}
footer .footer-credits .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .footer-credits .social-links {
  margin-bottom: 20px;
}
footer .footer-credits .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-credits .menu li {
  display: inline-block;
  border: 0 solid rgba(255, 255, 255, 0.15);
  border-left-width: 1px;
}
footer .footer-credits .menu li:first-child {
  border-left: 0;
}
footer .footer-credits .menu li a {
  display: block;
  padding: 2px 10px;
}
footer .footer-credits .menu li .sub-menu {
  display: none;
}
.error404 #main .text-center {
  padding: 30px 0;
}
.error404 #main .text-center h1 {
  font-size: 70px;
}
.error404 #main .text-center .mgl-search-form {
  max-width: 300px;
  margin: 30px auto;
  display: block;
}
.mgl_breadcrumbs {
  background-color: #fff;
  padding: 10px 0;
  margin: 0 0 40px;
  border-width: 1px 0;
  position: relative;
  z-index: 1;
}
.menu-search input[type=submit] {
  border-radius: 0 2px 2px 0;
  height: 38px;
  margin: -5px 0 0 -6px;
  width: 45px;
  font-family: FontAwesome;
}
.menu-search input[type=submit]:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.main-menu .menu-search input[type=submit] {
  margin: -8px 0 0 -6px;
}
.menu-button .btn {
  display: inline-block !important;
  margin-top: -5px;
}
.language-picker img {
  display: block;
  margin: 4px 10px 0 0;
}
.admin-bar .mgl-fixed-header {
  top: 32px;
}
#main {
  overflow: hidden;
}
.site-container #wrapper {
  border-radius: 2px;
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  margin: 10px auto;
}
body.search #main > .container {
  margin-top: 60px;
}
body.search .post-result {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  padding: 10px;
  margin-bottom: 20px;
}
body.search .post-result .post-metadata {
  font-size: 12px;
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  margin-top: 20px;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: 100%;
  background: #444444 url(../images/totop-arrow.png) no-repeat 15px center;
  border-radius: 100%;
  box-shadow: 0 7px 2px -1px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(0.7, 0.7);
      -ms-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
  z-index: 10;
}
#toTopHover {
  background: #444444 url(../images/totop-arrow.png) no-repeat 15px center;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  filter: alpha(opacity=0);
}
#toTop:active,
#toTop:focus {
  outline: none;
}
.widget {
  margin-bottom: 40px;
}
.widget h4 {
  margin-bottom: 15px;
}
.widget .count {
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
  font-size: .8em;
  padding: 1px;
  width: 24px;
  text-align: center;
}
.widget.widget_categories ul,
.widget.widget_pages ul,
.widget.widget_meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget.widget_categories ul a,
.widget.widget_pages ul a,
.widget.widget_meta ul a {
  padding: 8px 0;
  display: block;
}
.widget.widget_categories ul li ul ul li a,
.widget.widget_pages ul li ul ul li a,
.widget.widget_meta ul li ul ul li a {
  padding-left: 20px !important;
}
.widget.widget_categories ul li ul a,
.widget.widget_pages ul li ul a,
.widget.widget_meta ul li ul a {
  padding-left: 10px !important;
}
.widget.widget_archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget.widget_archive ul li {
  padding: 8px 0;
  display: block;
  text-align: right;
  clear: both;
  overflow: hidden;
}
.widget.widget_archive ul a {
  text-align: left;
  display: block;
  float: left;
}
.widget.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget.widget_recent_entries ul li {
  padding: 8px 0;
}
.widget.widget_recent_entries ul li a {
  display: block;
}
.widget.widget_recent_entries ul li .post-date {
  font-size: 12px;
}
.widget.widget_calendar #calendar_wrap {
  background-color: #fff;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15);
}
.widget.widget_calendar #calendar_wrap #wp-calendar {
  width: 100%;
}
.widget.widget_calendar #calendar_wrap #wp-calendar caption {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-weight: bold;
}
.widget.widget_calendar #calendar_wrap #wp-calendar td,
.widget.widget_calendar #calendar_wrap #wp-calendar th {
  padding: 5px 10px;
  text-align: center;
}
.widget.widget_calendar #calendar_wrap #wp-calendar thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget.widget_calendar #calendar_wrap #wp-calendar tfoot {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget.widget_calendar #calendar_wrap #wp-calendar tbody a,
.widget.widget_calendar #calendar_wrap #wp-calendar tbody #today {
  padding: 2px 5px;
  border-radius: 50%;
}
.widget.widget_recent_comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget.widget_recent_comments ul li {
  padding: 8px 0;
}
.widget.widget_recent_comments ul li a {
  display: block;
}
.widget.mgl_lastposts .media {
  padding-bottom: 10px;
}
.widget.mgl_lastposts .media > a {
  min-width: 60px;
  min-height: 60px;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.widget.mgl_lastposts .media img {
  max-width: 60px;
  height: auto;
  border-radius: 50%;
}
.widget.mgl_lastposts .media .media-heading {
  font-size: .9;
  text-transform: uppercase;
  font-weight: bold;
}
.widget.widget_tag_cloud .tagcloud a {
  border-style: solid;
  border-width: 2px;
  border-radius: 50px;
  padding: 3px 10px;
}
.btn {
  overflow: hidden;
  margin-bottom: 6px;
  box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.2), 0 3px 2px -1px rgba(0, 0, 0, 0.1);
  border-width: 0;
}
.btn i {
  position: relative;
}
.btn.btn-icon_position_before i {
  left: -2px;
}
.btn.btn-icon_position_after i {
  left: 2px;
}
.btn.btn-lg {
  text-transform: uppercase;
}
.btn.btn-lg.btn-icon_position_before i {
  left: -12px;
}
.btn.btn-lg.btn-icon_position_after i {
  left: 12px;
}
.btn.btn-border {
  border-width: 2px;
  border-style: solid;
  background: none;
  box-shadow: none;
  -webkit-transition: all .5s;
          transition: all .5s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn.btn-border.btn-lg {
  border-width: 2px;
}
.btn.btn-border.btn-border-white,
.btn.btn-border.btn-border-light {
  color: #fff;
  border-color: #fff;
}
.btn.btn-border.btn-border-white:after,
.btn.btn-border.btn-border-light:after {
  background: #fff;
}
.btn.btn-border.btn-border-white:hover,
.btn.btn-border.btn-border-light:hover {
  color: #444;
}
.btn.btn-border.btn-border-gray {
  color: #eeeeee;
  border-color: #eeeeee;
}
.btn.btn-border.btn-border-gray:after {
  background: #eeeeee;
}
.btn.btn-border.btn-border-gray:hover {
  color: #444;
}
.btn.btn-border.btn-border-gray_dark {
  color: #666666;
  border-color: #666666;
}
.btn.btn-border.btn-border-gray_dark:after {
  background: #666666;
}
.btn.btn-border.btn-border-gray_dark:hover {
  color: #444;
}
.btn.btn-border.btn-border-dark {
  color: #444;
  border-color: #444;
}
.btn.btn-border.btn-border-dark:after {
  background: #444;
}
.btn.btn-border.btn-border-dark:hover {
  color: #fff;
}
.btn.btn-border:after {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 0%;
  content: " ";
  -webkit-transition: all .5s;
          transition: all .5s;
  z-index: -1;
  opacity: 0;
}
.btn.btn-border:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.btn:hover i {
  -webkit-animation: boton 1s;
          animation: boton 1s;
}
.btn.btn-dark {
  background-color: #444;
  color: #fff;
  border-color: #444;
}
.btn.btn-dark:hover {
  color: #fff;
}
.btn.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #444;
}
.btn.btn-white:hover {
  color: #444;
}
.btn.btn-gray {
  background-color: #eeeeee;
  color: #444;
  border-color: #eeeeee;
}
.btn.btn-gray:hover {
  color: #444;
}
.btn.btn-gray_dark {
  background-color: #666666;
  color: #444;
  border-color: #eeeeee;
}
.btn.btn-gray_dark:hover {
  color: #444;
}
.input-group-btn .btn {
  box-shadow: none !important;
}
.input-group-btn .btn:hover {
  box-shadow: none !important;
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
@-webkit-keyframes boton {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  51% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes boton {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  51% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.btn + .btn {
  margin-top: 20px;
}
.mgl_icon_container {
  margin-bottom: 20px;
  overflow: hidden;
}
.mgl_icon_container .mgl_icon {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  margin-top: 2px;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}
.mgl_icon_container .mgl_icon.mgl_icon_circle,
.mgl_icon_container .mgl_icon.mgl_icon_circle-border {
  border-radius: 50%;
}
.mgl_icon_container .mgl_icon.mgl_icon_circle:after,
.mgl_icon_container .mgl_icon.mgl_icon_circle-border:after {
  border-radius: 50%;
}
.mgl_icon_container .mgl_icon.mgl_icon_square,
.mgl_icon_container .mgl_icon.mgl_icon_square-border {
  border-radius: 3px;
}
.mgl_icon_container .mgl_icon.mgl_icon_square:after,
.mgl_icon_container .mgl_icon.mgl_icon_square-border:after {
  border-radius: 3px;
}
.mgl_icon_container .mgl_icon.mgl_icon_circle,
.mgl_icon_container .mgl_icon.mgl_icon_square,
.mgl_icon_container .mgl_icon.mgl_icon_circle-border,
.mgl_icon_container .mgl_icon.mgl_icon_square-border {
  border-style: solid;
  border-width: 2px;
}
.mgl_icon_container .mgl_icon.mgl_icon_circle.mgl_icon_link:hover:after,
.mgl_icon_container .mgl_icon.mgl_icon_square.mgl_icon_link:hover:after {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
          transition: transform 0.4s, opacity 0.2s;
}
.mgl_icon_container .mgl_icon.mgl_icon_circle-border:after,
.mgl_icon_container .mgl_icon.mgl_icon_square-border:after {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.mgl_icon_container .mgl_icon.mgl_icon_circle-border.mgl_icon_link:hover:after,
.mgl_icon_container .mgl_icon.mgl_icon_square-border.mgl_icon_link:hover:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
          transition: transform 0.4s, opacity 0.2s;
}
.mgl_icon_container .mgl_icon.mgl_icon_default:after {
  height: 0;
  width: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.mgl_icon_container .mgl_icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  box-sizing: content-box;
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
          transition: transform 0.2s, opacity 0.2s;
}
.mgl_icon_container .mgl_icon_content h1,
.mgl_icon_container .mgl_icon_content h2,
.mgl_icon_container .mgl_icon_content h3,
.mgl_icon_container .mgl_icon_content h4,
.mgl_icon_container .mgl_icon_content h5,
.mgl_icon_container .mgl_icon_content h6 {
  margin-top: 0 !important;
}
.mgl_icon_container.mgl_icon_horizontal .mgl_icon {
  float: left;
  margin-right: 20px;
}
.mgl_icon_container.mgl_icon_horizontal .mgl_icon_content {
  overflow: hidden;
}
.mgl_icon_container.mgl_icon_horizontal-right .mgl_icon {
  float: right;
  margin-left: 20px;
}
.mgl_icon_container.mgl_icon_horizontal-right .mgl_icon_content {
  overflow: hidden;
  text-align: right;
}
.mgl_icon_container.mgl_icon_vertical {
  text-align: center;
}
.mgl_icon_container .icon-size-5x {
  height: 120px;
  width: 120px;
}
.mgl_icon_container .icon-size-4x {
  height: 95px;
  width: 95px;
}
.mgl_icon_container .icon-size-3x {
  height: 70px;
  width: 70px;
}
.mgl_icon_container .icon-size-2x {
  height: 50px;
  width: 50px;
}
.mgl_icon_container .icon-size-1x {
  height: 30px;
  width: 30px;
}
.mgl_icon_container .icon-size-5x {
  padding: 33px 11px;
  font-size: 10px;
}
.mgl_icon_container .icon-size-4x {
  padding: 23px 10px;
  font-size: 10px;
}
.mgl_icon_container .icon-size-3x {
  padding: 20px 8px;
  font-size: 9px;
}
.mgl_icon_container .icon-size-2x {
  padding: 14px 8px;
  font-size: 9px;
}
.mgl_icon_container .icon-size-1x {
  height: 30px;
  width: 30px;
  padding: 7px 0;
  line-height: 0;
  font-size: 12px;
}
.mgl_icon_container.mgl_icon_horizontal .mgl_icon_circle.icon-size-4x,
.mgl_icon_container.mgl_icon_horizontal .mgl_icon_circle-border.icon-size-4x {
  margin-right: 27px;
  margin-left: 7px;
}
.mgl_icon_container.icon-size-3x {
  border-width: 2px;
}
.mgl_icon_container.icon-size-3x:after {
  border-width: 2px;
}
.mgl_icon_container.icon-size-4x {
  border-width: 3px;
}
.mgl_icon_container.icon-size-4x:after {
  border-width: 3px;
}
.mgl_icon_container.icon-size-5x {
  border-width: 4px;
}
.mgl_icon_container.icon-size-5x:after {
  border-width: 4px;
}
.mgl_icon_container .mgl_icon_default {
  padding: 0;
  height: auto;
  width: auto;
}
.mgl_icon_container .mgl_icon_square.icon-size-3x,
.mgl_icon_container .mgl_icon_square-border.icon-size-3x {
  border-radius: 5px;
}
.mgl_icon_container .mgl_icon_square.icon-size-3x:after,
.mgl_icon_container .mgl_icon_square-border.icon-size-3x:after {
  border-radius: 5px;
}
.mgl_icon_container .mgl_icon_square.icon-size-4x,
.mgl_icon_container .mgl_icon_square-border.icon-size-4x {
  border-radius: 8px;
}
.mgl_icon_container .mgl_icon_square.icon-size-4x:after,
.mgl_icon_container .mgl_icon_square-border.icon-size-4x:after {
  border-radius: 8px;
}
.mgl_icon_container .mgl_icon_square.icon-size-5x,
.mgl_icon_container .mgl_icon_square-border.icon-size-5x {
  border-radius: 10px;
}
.mgl_icon_container .mgl_icon_square.icon-size-5x:after,
.mgl_icon_container .mgl_icon_square-border.icon-size-5x:after {
  border-radius: 10px;
}
.mgl-team.mgl-grid .mgl-grid-item-container {
  width: 100%;
}
.mgl-team-member {
  background-color: #fff;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  min-height: 350px;
  position: relative;
  color: #666666;
}
.mgl-team-member .mgl-team-member-photo {
  border-bottom: 1px solid #CED0CB;
  display: block;
}
.mgl-team-member .mgl-team-member-photo .member-initials {
  display: block;
  padding-top: 80px;
  font-size: 30px;
}
.mgl-team-member .mgl-team-member-text {
  padding: 10px;
}
.mgl-team-member h3 {
  margin-bottom: 20px;
}
.mgl-team-member h3 small {
  display: block;
  margin-top: 5px;
}
.mgl-team-member .mgl-team-member-links {
  padding: 0 10px 10px;
}
.mgl-team-member .mgl-team-member-links li a {
  width: 30px;
  height: 30px;
  padding: 4px;
}
.mgl-team-member .mgl-team-member-links {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #dfdfdf;
}
.mgl-team-member .mgl-team-member-links li {
  display: inline-block;
}
.mgl-team-member .mgl-team-member-links li a {
  display: block;
  color: #CED0CB;
  padding: 10px 14px;
}
.mgl-team-member .mgl-team-member-links li a .fa {
  font-size: 18px;
}
.mgl-team-member .mgl-team-member-links li a:hover {
  color: #acacac;
}
.single-mgl_team .page-header {
  padding: 30px 0;
}
.single-mgl_team .page-header .img-circle {
  margin: 50px auto 20px;
  width: 100px;
  box-shadow: 0 7px 2px -1px rgba(0, 0, 0, 0.15);
}
.single-mgl_team .page-header h1 small {
  display: block;
  font-size: 26px;
}
.single-mgl_team .page-header .team-phrase {
  margin-top: 5px;
}
.single-mgl_team .page-header .team-position-container {
  margin-bottom: 5px;
}
.single-mgl_team .page-header .btn {
  margin-top: 20px;
}
.single-mgl_team .page-header.mgl_header_dark .team-position {
  color: #444;
}
.single-mgl_team .page-header.mgl_header_bg_light .team-position {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
}
.single-mgl_team .page-header.mgl_header_bg_dark .team-position {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
}
.single-mgl_team .mgl-portfolio {
  margin-bottom: 30px;
}
.single-mgl_team .mgl_find-me + .social-links li a {
  font-size: 16px;
}
.single-mgl_team .mgl_find-me + .social-links li a.social_facebook {
  color: #3B5998;
  border-color: #3B5998;
}
.single-mgl_team .mgl_find-me + .social-links li a.social_facebook:after {
  background-color: #3B5998;
}
.single-mgl_team .mgl_find-me + .social-links li a.social_twitter {
  color: #5EAADE;
  border-color: #5EAADE;
}
.single-mgl_team .mgl_find-me + .social-links li a.social_twitter:after {
  background-color: #5EAADE;
}
.single-mgl_team .mgl_find-me + .social-links li a.social_youtube {
  color: #E12B28;
  border-color: #E12B28;
}
.single-mgl_team .mgl_find-me + .social-links li a.social_youtube:after {
  background-color: #E12B28;
}
.single-mgl_team .mgl_find-me + .social-links li a.social_linkedin {
  color: #0077B5;
  border-color: #0077B5;
}
.single-mgl_team .mgl_find-me + .social-links li a.social_linkedin:after {
  background-color: #0077B5;
}
.single-mgl_team .mgl_find-me + .social-links li a.social_dribbble {
  color: #EA4C89;
  border-color: #EA4C89;
}
.single-mgl_team .mgl_find-me + .social-links li a.social_dribbble:after {
  background-color: #EA4C89;
}
.single-mgl_team .mgl_find-me + .social-links li a.social_google {
  color: #DA4836;
  border-color: #DA4836;
}
.single-mgl_team .mgl_find-me + .social-links li a.social_google:after {
  background-color: #DA4836;
}
.single-mgl_team .mgl_find-me + .social-links li a.social_instagram {
  color: #47759B;
  border-color: #47759B;
}
.single-mgl_team .mgl_find-me + .social-links li a.social_instagram:after {
  background-color: #47759B;
}
.single-mgl_team .mgl_find-me + .social-links li a.social_github {
  color: #202021;
  border-color: #202021;
}
.single-mgl_team .mgl_find-me + .social-links li a.social_github:after {
  background-color: #202021;
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* Single team */
  .header-boxed .single-mgl_team .page-header .img-circle,
  .header-transparent .single-mgl_team .page-header .img-circle {
    margin-top: 70px !important;
  }
  /* Team */
  .mgl-team-member {
    min-height: 380px;
  }
}
.mgl-portfolio-filter {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
}
.mgl-portfolio-filter li {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 10px;
}
.mgl-portfolio-filter li a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 50px;
  color: #777;
  border: 2px solid #777;
  outline: 0;
  -webkit-transition: color 0.5s, border-color 0.5s;
          transition: color 0.5s, border-color 0.5s;
}
.mgl-portfolio-filter li a.active {
  text-decoration: none;
}
.mgl-portfolio-filter li:first-child {
  margin-left: 0;
}
.mgl-portfolio.mgl-grid {
  width: 102%;
  margin-left: -2%;
}
.mgl-portoflio.owl-theme .owl-controls .owl-nav div.owl-prev {
  left: 10px !important;
}
.mgl-portoflio.owl-theme .owl-controls .owl-nav div.owl-next {
  right: 10px !important;
}
.container .mgl-portoflio.mlg-grid {
  margin-left: 0;
  margin-right: 0;
}
.mgl-portfolio-gallery .mgl-grid-item-container a .mgl-mask {
  position: absolute;
  text-align: center;
  top: 150%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
  border-radius: 3px;
  font-size: 18px;
  padding-top: 5px;
  -webkit-transition: top .5s;
          transition: top .5s;
}
.mgl-portfolio-gallery .mgl-grid-item-container a:hover .mgl-mask {
  top: 50%;
}
.single-mgl_portfolio .page-header .btn {
  margin-top: 10px;
}
.single-mgl_portfolio .mgl_featured-image {
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.2), 0 3px 2px -1px rgba(0, 0, 0, 0.1);
}
.single-mgl_portfolio .mgl_featured-image img {
  width: 100%;
}
.single-mgl_portfolio .project-content {
  max-width: 1000px;
}
.single-mgl_portfolio .portfolio-project-info {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.single-mgl_portfolio .portfolio-project-info > li {
  padding: 20px 0;
}
.single-mgl_portfolio .portfolio-project-info > li:first-child {
  padding-top: 0;
}
.single-mgl_portfolio .portfolio-project-info > li strong {
  display: block;
  margin-bottom: 20px;
}
.single-mgl_portfolio .portfolio-project-info > li .portfolio-project-categories li {
  display: inline-block;
  border-radius: 3px;
  padding: 3px 10px;
}
.single-mgl_portfolio .portfolio-project-info > li .portfolio-project-team li {
  display: inline-block;
}
.single-mgl_portfolio .portfolio-project-info > li .portfolio-project-team li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  display: block;
}
.single-mgl_portfolio .portfolio-project-info > li .portfolio-project-team li a img {
  width: 50px;
  height: 50px;
}
.single-mgl_portfolio .portfolio-project-info > li .portfolio-project-team li a .member-initials {
  padding-top: 16px;
  display: block;
}
.single-mgl_portfolio .portfolio-project-info > li .portfolio-project-attributes tr td {
  padding-bottom: 10px;
}
.single-mgl_portfolio .portfolio-project-info > li .portfolio-project-attributes tr .portfolio-project-attribute {
  padding-left: 0 !important;
}
.single-mgl_portfolio .portfolio-project-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-mgl_portfolio .post-content {
  padding-top: 20px;
}
.single-mgl_portfolio .post-content strong {
  display: block;
  margin-bottom: 20px;
}
.mgl-grid {
  position: relative;
  z-index: 10;
  width: 102%;
  margin-left: -2%;
}
.mgl-grid:after {
  content: " ";
  display: block;
  width: 100%;
  clear: both;
}
.mgl-grid img {
  width: 100%;
}
.mgl-grid .mgl-grid-item-container {
  margin-bottom: 30px;
  /*width: 49%; float: left; margin-left: 2%; margin-bottom: 2%; /*&.first { margin-left: 0; }*/
}
.mgl-portfolio.mgl-grid .mgl-grid-item-container {
  width: 100% !important;
}
.mgl-portfolio.mgl-grid .shuffle__sizer {
  width: 100%;
}
.post {
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15);
}
.post .post-title {
  padding: 0 20px;
  font-size: 26px;
}
.post .post-thumbnail {
  display: block;
}
.post .post-thumbnail img {
  width: 100%;
}
.post .post-date {
  color: #bbb;
  padding: 0 20px 10px;
  font-size: 16px;
  text-transform: uppercase;
}
.post .post-content {
  padding: 0 20px;
  margin-bottom: 20px;
}
.post .post-content .more-link {
  display: none;
}
.post .post-metadata {
  border-top: 1px solid #dfdfdf;
  padding: 8px 20px;
  font-size: 12px;
}
.post .post-metadata ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
}
.post .post-metadata ul li {
  display: inline-block;
  padding: 0;
}
.post .post-metadata ul li a {
  padding-right: 10px;
}
.post .post-metadata ul li:first-child {
  margin-left: 0;
}
.post .post-inner {
  border-radius: 2px;
  background-color: #fff;
}
.post .post-inner h2 {
  margin-top: 0;
  padding-top: 20px;
}
.post-thumbnail + .post-inner,
.mgl-featured-video + .post-inner,
.post-quote + .post-inner {
  border-top-color: #fff;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* Post formats */
.format-quote .post-quote {
  position: relative;
}
.format-quote .post-quote blockquote {
  position: relative;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-style: normal;
  z-index: 1;
  padding: 30px 0 30px;
  width: 100%;
}
.format-quote .post-quote blockquote h2 {
  margin-top: 0;
}
.format-quote .post-quote blockquote a {
  color: #fff !important;
}
.format-quote .post-quote blockquote .post-quote-author {
  display: block;
  padding: 0 20px;
  font-size: 18px;
}
.format-quote .post-quote .post-quote-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.format-quote .post-metadata {
  border-top-width: 0;
}
.format-image .mgl-featured-image {
  position: relative;
  overflow: hidden;
}
.format-image .mgl-featured-image h2 {
  position: absolute;
  text-align: center;
  top: 130%;
  width: 100%;
  margin-top: -20px;
  -webkit-transition: top .5s;
          transition: top .5s;
  font-size: 22px;
  line-height: 52px;
}
.format-image .mgl-featured-image h2 a {
  padding: 10px 15px;
}
.format-image .mgl-featured-image:hover h2 {
  top: 50%;
}
.format-gallery .owl-theme .owl-nav {
  margin-top: 0;
}
.format-gallery .owl-theme .owl-prev {
  font-size: 36px;
  padding: 10px 10px 10px 20px;
}
.format-gallery .owl-theme .owl-next {
  font-size: 36px;
  right: 0;
  padding: 10px 20px 10px 10px;
}
.format-gallery .mgl-gallery-item {
  display: block !important;
}
/* Single post */
.single.single-post-no-sidebar .post-content,
.single.single-post-no-sidebar .post-comments {
  max-width: 1000px;
  margin: 0 auto;
}
.single .page-header .post-data {
  margin-bottom: 10px;
}
.single .page-header .post-data ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.single .page-header .post-data ul li {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.7);
}
.single .page-header .post-data ul li a {
  color: rgba(255, 255, 255, 0.7);
}
.single .page-header .post-data ul li a:hover {
  color: #fff;
}
.single .page-header .post-data ul li:first-child {
  border-left-width: 0;
}
.single .page-header.mgl_header_dark .post-data,
.single .page-header.mgl_header_dark .post-data a {
  color: #444;
}
.single .page-header.mgl_header_bg_light .post-data ul {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
}
.single .page-header.mgl_header_bg_dark .post-data ul {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
}
.single .page-header + .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.single .img-featured,
.single .mgl-featured-video {
  box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.2), 0 3px 2px -1px rgba(0, 0, 0, 0.1);
}
.single .img-featured {
  min-width: 100%;
  margin-bottom: 40px;
}
.single .mgl-featured-video {
  margin-bottom: 40px;
}
.single .entry-content {
  margin-bottom: 40px;
  clear: both;
  overflow: hidden;
}
.single .post-tags {
  margin: 20px 0;
}
.single .post-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single .post-tags ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
}
.single .post-tags ul li a {
  display: block;
  border-radius: 50px;
  padding: 8px 20px;
  border-width: 2px;
  border-style: solid;
}
.single .post-tags ul li.tag {
  margin-right: 10px;
}
.single #bio .media-body .clearfix {
  margin-bottom: 10px;
}
.single .post-nav {
  border-width: 1px 0;
  width: 100%;
  margin: 30px 0 0;
  display: table;
  position: relative;
}
.single .post-nav:after {
  position: absolute;
  content: " ";
  height: calc(100% - 4px);
  display: block;
  left: 50%;
  margin-left: -1px;
}
.single .post-nav > div {
  padding: 20px 0;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.single .post-nav > div > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.single .post-nav > div > div > div,
.single .post-nav > div > div > a {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
}
.single .post-nav > div > div .post-nav-title {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.single .post-nav > div > div .post-nav-title strong {
  display: inline-block;
  color: #999;
  margin-bottom: 3px;
}
.single .post-nav > div > div .thumblink {
  max-width: 80px;
  vertical-align: top;
}
.single .post-nav > div > div img {
  width: 100%;
  height: auto;
}
.single .post-nav > div > div .fa {
  font-size: 36px;
  color: rgba(0, 0, 0, 0.2);
}
.single .post-nav > div > div .fa.fa-angle-left {
  margin-right: 15px;
}
.single .post-nav > div > div .fa.fa-angle-right {
  margin-left: 15px;
}
.single .post-nav > div > div strong {
  color: #333;
  text-transform: uppercase;
  font-size: 12px;
}
.single .post-nav > div > div h4 {
  margin: 0;
}
.single .post-nav .pull-left {
  padding-right: 15px;
}
.single .post-nav .pull-right {
  padding-left: 15px;
}
.blog-pagination {
  text-align: center;
  display: block;
  clear: both;
}
.blog-pagination a,
.blog-pagination span {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15);
  padding: 5px 10px;
  margin-top: 30px;
  display: inline-block;
}
.blog-pagination a.next.page-numbers,
.blog-pagination span.next.page-numbers {
  float: right;
}
.blog-pagination a.prev.page-numbers,
.blog-pagination span.prev.page-numbers {
  float: left;
}
.theme-icon {
  font-size: 20px;
  position: relative;
  top: 2px;
  width: 24px;
}
.tagcloud a {
  display: inline-block;
  border-radius: 3px;
  padding: 3px 5px;
  margin-bottom: 5px;
}
.mgl_comments-title {
  background-color: #fff;
  border-radius: 3px;
  margin: 30px 0;
}
.mgl_comments-title .mgl_comments-icon {
  float: left;
  padding: 10px 20px;
  margin-right: 20px;
}
.mgl_comments-title h3 {
  border: 1px solid #eeeeee;
  padding: 10px;
}
#comments h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
#comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#comment-list > .comment:first-child {
  padding-top: 0;
  border-top-width: 0;
  margin-top: 0;
}
#comment-list .comment {
  margin-top: 30px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}
#comment-list .comment:before,
#comment-list .comment:after {
  content: " ";
  display: table;
}
#comment-list .comment:after {
  clear: both;
}
#comment-list .comment .comment-author {
  float: left;
  margin-right: 30px;
  text-align: center;
}
#comment-list .comment .comment-author img {
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  display: block;
  width: 80px;
  height: auto;
}
#comment-list .comment .comment-author .comment-post-author {
  display: inline-block;
  text-align: center;
  margin: 5px auto 0;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: bold;
  border-radius: 3px;
  padding: 3px 5px;
  position: relative;
}
#comment-list .comment .comment-content {
  overflow: hidden;
}
#comment-list .comment .comment-meta {
  color: #ccc;
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 1.1em;
}
#comment-list .comment .comment-meta .author-name {
  font-weight: bold;
  color: #fff;
  margin-right: 20px;
}
#comment-list .comment .comment-meta .author-name a {
  color: #fff;
}
#comment-list .comment .comment-meta .comment-reply-link {
  margin-left: 20px;
  opacity: 0;
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
}
#comment-list .comment .children {
  margin-left: 110px;
  padding: 0;
  list-style: none;
  position: relative;
}
#comment-list .comment:hover .comment-reply-link {
  opacity: 1;
}
.comment-respond {
  max-width: 600px;
  margin: 60px auto 0;
  text-align: center;
}
.comment-respond .comment-reply-title small {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.comment-respond #commentform {
  text-align: left;
}
.comment-respond #commentform .comment-notes {
  text-align: center;
}
.comment-respond #commentform .comment-notes .required {
  display: none;
}
.comment-respond #commentform > p {
  margin-top: 20px;
  position: relative;
}
.comment-respond #commentform > p label {
  color: #fff;
  display: none;
}
.comment-respond #commentform > p .required {
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 30px;
}
.comment-respond #commentform input[type="text"],
.comment-respond #commentform input[type="password"],
.comment-respond #commentform input[type="number"],
.comment-respond #commentform input[type="color"],
.comment-respond #commentform input[type="date"],
.comment-respond #commentform input[type="datetime-local"],
.comment-respond #commentform input[type="email"],
.comment-respond #commentform input[type="email"],
.comment-respond #commentform input[type="month"],
.comment-respond #commentform input[type="range"],
.comment-respond #commentform input[type="search"],
.comment-respond #commentform input[type="tel"],
.comment-respond #commentform input[type="time"],
.comment-respond #commentform input[type="url"],
.comment-respond #commentform input[type="week"],
.comment-respond #commentform textarea {
  display: block;
  width: 100%;
  background: none;
  border-width: 2px;
  color: #fff;
}
.comment-respond #commentform input[type="text"][aria-required="true"]:after,
.comment-respond #commentform input[type="password"][aria-required="true"]:after,
.comment-respond #commentform input[type="number"][aria-required="true"]:after,
.comment-respond #commentform input[type="color"][aria-required="true"]:after,
.comment-respond #commentform input[type="date"][aria-required="true"]:after,
.comment-respond #commentform input[type="datetime-local"][aria-required="true"]:after,
.comment-respond #commentform input[type="email"][aria-required="true"]:after,
.comment-respond #commentform input[type="email"][aria-required="true"]:after,
.comment-respond #commentform input[type="month"][aria-required="true"]:after,
.comment-respond #commentform input[type="range"][aria-required="true"]:after,
.comment-respond #commentform input[type="search"][aria-required="true"]:after,
.comment-respond #commentform input[type="tel"][aria-required="true"]:after,
.comment-respond #commentform input[type="time"][aria-required="true"]:after,
.comment-respond #commentform input[type="url"][aria-required="true"]:after,
.comment-respond #commentform input[type="week"][aria-required="true"]:after,
.comment-respond #commentform textarea[aria-required="true"]:after {
  content: "*";
  background-color: red;
  width: 10px;
  height: 10px;
}
.comment-respond #commentform input[type="text"]::-webkit-input-placeholder,
.comment-respond #commentform input[type="password"]::-webkit-input-placeholder,
.comment-respond #commentform input[type="number"]::-webkit-input-placeholder,
.comment-respond #commentform input[type="color"]::-webkit-input-placeholder,
.comment-respond #commentform input[type="date"]::-webkit-input-placeholder,
.comment-respond #commentform input[type="datetime-local"]::-webkit-input-placeholder,
.comment-respond #commentform input[type="email"]::-webkit-input-placeholder,
.comment-respond #commentform input[type="email"]::-webkit-input-placeholder,
.comment-respond #commentform input[type="month"]::-webkit-input-placeholder,
.comment-respond #commentform input[type="range"]::-webkit-input-placeholder,
.comment-respond #commentform input[type="search"]::-webkit-input-placeholder,
.comment-respond #commentform input[type="tel"]::-webkit-input-placeholder,
.comment-respond #commentform input[type="time"]::-webkit-input-placeholder,
.comment-respond #commentform input[type="url"]::-webkit-input-placeholder,
.comment-respond #commentform input[type="week"]::-webkit-input-placeholder,
.comment-respond #commentform textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
  opacity: 1;
}
.comment-respond #commentform input[type="text"]:-moz-placeholder,
.comment-respond #commentform input[type="password"]:-moz-placeholder,
.comment-respond #commentform input[type="number"]:-moz-placeholder,
.comment-respond #commentform input[type="color"]:-moz-placeholder,
.comment-respond #commentform input[type="date"]:-moz-placeholder,
.comment-respond #commentform input[type="datetime-local"]:-moz-placeholder,
.comment-respond #commentform input[type="email"]:-moz-placeholder,
.comment-respond #commentform input[type="email"]:-moz-placeholder,
.comment-respond #commentform input[type="month"]:-moz-placeholder,
.comment-respond #commentform input[type="range"]:-moz-placeholder,
.comment-respond #commentform input[type="search"]:-moz-placeholder,
.comment-respond #commentform input[type="tel"]:-moz-placeholder,
.comment-respond #commentform input[type="time"]:-moz-placeholder,
.comment-respond #commentform input[type="url"]:-moz-placeholder,
.comment-respond #commentform input[type="week"]:-moz-placeholder,
.comment-respond #commentform textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}
.comment-respond #commentform input[type="text"]::-moz-placeholder,
.comment-respond #commentform input[type="password"]::-moz-placeholder,
.comment-respond #commentform input[type="number"]::-moz-placeholder,
.comment-respond #commentform input[type="color"]::-moz-placeholder,
.comment-respond #commentform input[type="date"]::-moz-placeholder,
.comment-respond #commentform input[type="datetime-local"]::-moz-placeholder,
.comment-respond #commentform input[type="email"]::-moz-placeholder,
.comment-respond #commentform input[type="email"]::-moz-placeholder,
.comment-respond #commentform input[type="month"]::-moz-placeholder,
.comment-respond #commentform input[type="range"]::-moz-placeholder,
.comment-respond #commentform input[type="search"]::-moz-placeholder,
.comment-respond #commentform input[type="tel"]::-moz-placeholder,
.comment-respond #commentform input[type="time"]::-moz-placeholder,
.comment-respond #commentform input[type="url"]::-moz-placeholder,
.comment-respond #commentform input[type="week"]::-moz-placeholder,
.comment-respond #commentform textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}
.comment-respond #commentform input[type="text"]:-ms-input-placeholder,
.comment-respond #commentform input[type="password"]:-ms-input-placeholder,
.comment-respond #commentform input[type="number"]:-ms-input-placeholder,
.comment-respond #commentform input[type="color"]:-ms-input-placeholder,
.comment-respond #commentform input[type="date"]:-ms-input-placeholder,
.comment-respond #commentform input[type="datetime-local"]:-ms-input-placeholder,
.comment-respond #commentform input[type="email"]:-ms-input-placeholder,
.comment-respond #commentform input[type="email"]:-ms-input-placeholder,
.comment-respond #commentform input[type="month"]:-ms-input-placeholder,
.comment-respond #commentform input[type="range"]:-ms-input-placeholder,
.comment-respond #commentform input[type="search"]:-ms-input-placeholder,
.comment-respond #commentform input[type="tel"]:-ms-input-placeholder,
.comment-respond #commentform input[type="time"]:-ms-input-placeholder,
.comment-respond #commentform input[type="url"]:-ms-input-placeholder,
.comment-respond #commentform input[type="week"]:-ms-input-placeholder,
.comment-respond #commentform textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
.comment-respond #commentform .form-allowed-tags {
  display: none;
}
.comment-respond #commentform .form-allowed-tags code {
  white-space: normal;
  display: block;
}
.comment-respond #commentform .form-submit {
  text-align: center;
}
.blog-no-sidebar,
.max-width {
  max-width: 800px;
  margin: 0 auto;
}
.mgl_blog.masonry {
  position: relative;
}
.mgl_blog.masonry .post {
  width: 100%;
  margin-bottom: 20px;
}
.mgl_blog.masonry .post .post-categories,
.mgl_blog.masonry .post .post-author {
  display: none;
}
.mgl_blog.masonry .gutter-sizer {
  width: 2%;
}
.mgl_last_posts {
  margin-left: 15px;
  margin-right: 15px;
  text-align: left;
}
.mgl_last_posts.mgl-carousel .post {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}
.mgl_last_posts.mgl-carousel .post .post-categories {
  display: none;
}
.container .mgl_last_posts {
  margin-left: 0;
  margin-right: 0;
}
.masonry .format-image .mgl-featured-image h2 {
  font-size: 16px;
  line-height: 40px;
}
.masonry .format-image .mgl-featured-image h2 a {
  padding: 5px 10px;
}
body.blog #main > .main_blog,
body.archive #main > .main_blog {
  margin-top: 60px;
  margin-bottom: 60px;
}
body.blog .mgl-featured-image.mgl-carousel,
body.archive .mgl-featured-image.mgl-carousel {
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
  margin-bottom: -2px;
}
.page-header {
  padding: 120px 0;
  position: relative;
}
.page-header h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.page-header .lead {
  margin: 0;
}
.page-header .lead p {
  margin: 0;
}
.page-header .page-header-title {
  position: relative;
}
.page-header.text-center .page-header-title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.page-header:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-header.mgl_header_light {
  color: #fff;
}
.page-header.mgl_header_light h1,
.page-header.mgl_header_light h2,
.page-header.mgl_header_light h3,
.page-header.mgl_header_light h4,
.page-header.mgl_header_light h5,
.page-header.mgl_header_light h6 {
  color: #fff;
}
.page-header.mgl_header_light .lead {
  color: #eee;
}
.page-header.mgl_header_dark .lead {
  color: #555;
}
.page-header.mgl_header_bg_light h1,
.page-header.mgl_header_bg_light h2,
.page-header.mgl_header_bg_light h3,
.page-header.mgl_header_bg_light h4,
.page-header.mgl_header_bg_light h5,
.page-header.mgl_header_bg_light h6,
.page-header.mgl_header_bg_light .lead {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
.page-header.mgl_header_bg_dark h1,
.page-header.mgl_header_bg_dark h2,
.page-header.mgl_header_bg_dark h3,
.page-header.mgl_header_bg_dark h4,
.page-header.mgl_header_bg_dark h5,
.page-header.mgl_header_bg_dark h6,
.page-header.mgl_header_bg_dark .lead {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 3px;
}
.page-header + .mgl_breadcrumbs {
  margin-top: -20px;
  border-top-width: 0;
}
.mgl_separator {
  border-width: 1px 0 0;
  border-style: solid;
  margin-left: auto;
  margin-right: auto;
}
.mgl_separator.mgl_separator_bold {
  border-width: 3px 0;
}
.mgl_separator.mgl_separator_double {
  height: 20px;
  border-width: 1px 0;
}
.mgl_separator.mgl_separator_double_bold {
  height: 20px;
  border-width: 3px 0;
}
.mgl_separator.mgl_separator_none {
  border-width: 0;
}
.mgl_number_count {
  text-align: center;
}
.mgl_number_count .mgl_number_number {
  font-size: 50px;
  display: block;
}
.mgl_number_count .mgl_number_count_units {
  text-transform: uppercase;
  font-weight: bold;
}
.progress-container {
  margin-bottom: 10px;
}
.progress {
  position: relative;
}
.mgl_box {
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
.mgl_box .mgl_box_title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
.mgl_box .mgl_box_icon {
  font-size: 28px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 26px;
  left: -25px;
  box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.2), 0 3px 2px -1px rgba(0, 0, 0, 0.1);
}
.mgl_box .mgl_box_icon i {
  display: block;
  margin: 5px auto 0;
  text-align: center;
}
.mgl_box .mgl_box_content {
  padding: 20px 20px 20px 45px;
}
.grafica {
  text-align: center;
  height: 0;
  /* collapse the container's height */
  width: 100%;
  /* specify any width you want (a percentage value, basically) */
  /* apply a padding using the following formula */
  /* this formula makes sure the aspect ratio of the container equals that of the svg graphic */
  padding-top: 100%;
  position: relative;
  /* create positioning context for svg */
}
.grafica svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.grafica:after {
  content: attr(data-graphic-text);
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -0.5em;
  font-size: 26px;
  display: block;
  position: absolute;
  text-align: center;
}
.grafica svg circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.5 ease;
          transition: stroke-dashoffset 0.5 ease;
  stroke-width: 1em;
  stroke: rgba(0, 0, 0, 0.07);
  stroke-width: .3em;
}
.grafica svg circle.filled {
  stroke: rgba(0, 0, 0, 0.2);
  -webkit-transition: stroke-dashoffset 1s ease;
          transition: stroke-dashoffset 1s ease;
  stroke-dashoffset: 565.48;
  position: relative;
}
.wp-video {
  width: 100% !important;
}
.wp-video .mejs-container {
  width: 100% !important;
  height: auto !important;
  min-height: 200px;
}
.wp-video .mejs-container .mejs-overlay {
  width: 100% !important;
}
.wp-video .mejs-container .me-plugin {
  position: absolute;
  margin: auto;
  width: 100%;
  text-align: center;
}
embed,
iframe,
object {
  max-width: 100%;
  height: auto;
}
.mgl-testimonials {
  margin: auto;
}
.mgl-testimonials .mgl-testimonial {
  margin: 0 auto;
  display: block;
  font-size: 16px;
}
.mgl-testimonials .mgl-testimonial blockquote {
  max-width: 600px;
  border-width: 0;
  background: none;
  font-style: normal;
  width: 100%;
  margin: 0 auto 20px;
}
.mgl-testimonials .mgl-testimonial .mgl-testimonial-photo img {
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.mgl-testimonials .mgl-testimonial .mgl-testimonial-name {
  display: block;
  font-weight: bold;
}
.mgl-testimonials .mgl-testimonial .mgl-testimonial-meta {
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
.mgl-testimonials.mgl-testimonials-basic .mgl-testimonial {
  text-align: center;
}
.mgl-testimonials.mgl-testimonials-basic .mgl-testimonial blockquote {
  margin: 0 auto;
}
.mgl-testimonials.mgl-testimonials-basic .mgl-testimonial .mgl-testimonial-photo {
  clear: both;
}
.mgl-testimonials.mgl-testimonials-basic .mgl-testimonial .mgl-testimonial-photo img {
  margin: 10px auto;
}
.mgl-testimonials.mgl-testimonials-globe .mgl-testimonial {
  text-align: left;
}
.mgl-testimonials.mgl-testimonials-globe .mgl-testimonial blockquote {
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: relative;
  padding: 30px;
  color: #999;
  font-size: 14px;
}
.mgl-testimonials.mgl-testimonials-globe .mgl-testimonial blockquote:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 14px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #ededed;
}
.mgl-testimonials.mgl-testimonials-globe .mgl-testimonial blockquote:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.mgl-testimonials.mgl-testimonials-globe .mgl-testimonial .mgl-testimonial-photo {
  float: left;
  margin-right: 10px;
}
.social-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-links li {
  display: inline-block;
  margin-left: 5px;
}
.social-links li a {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}
.social-links li:first-child {
  margin-left: 0;
}
.mgl-image .mgl-image-inner {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.mgl-image .overlay {
  display: block;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mgl-image .overlay .expand {
  display: block;
  position: absolute;
  border-radius: 50%;
  z-index: 100;
  width: 50px;
  height: 50px;
  box-shadow: 0 7px 2px -1px rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 43px;
  font-size: 22px;
  left: 50%;
  top: 0;
  margin: -25px 0 0 -25px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.mgl-image:hover .overlay {
  opacity: 1;
}
.mgl-image:hover .overlay .expand {
  top: 50%;
}
.mgl-image.mgl-image-shadow img {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.mgl-image.mgl-image-border img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.mgl-image.mgl-image-padding-border img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.mgl-image-carousel img {
  display: block;
  margin: 0 auto;
}
.mgl-image-carousel.mgl-image-carousel-translucent img {
  opacity: .5;
  -webkit-transition: opacity 1s, -webkit-filter 1s, opacity 1s, filter 1s;
          transition: opacity 1s, filter 1s;
  -webkit-filter: url(grayscale.svg#greyscale);
          filter: url(grayscale.svg#greyscale);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}
.mgl-image-carousel.mgl-image-carousel-translucent a {
  display: table-cell;
  vertical-align: middle;
}
.mgl-image-carousel.mgl-image-carousel-translucent a:hover img {
  opacity: 1;
  -webkit-filter: greyscale(0);
          filter: greyscale(0);
  -webkit-filter: none;
          filter: none;
}
a {
  -webkit-transition: color .5s;
          transition: color .5s;
}
a,
a:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  position: relative;
}
table td,
table th {
  padding: 15px 10px !important;
}
.mgl_title {
  clear: both;
  margin-top: 20px;
  margin-bottom: 50px;
}
.mgl_title span {
  display: block;
}
.mgl_title span:after {
  content: " ";
  display: block;
  clear: both;
  width: 100%;
}
.mgl_title small {
  display: block;
  margin-top: .6em;
}
.mgl_title .mgl_title_bg {
  display: inline-block;
}
.mgl_title.mgl_title_bg_dark .mgl_title_bg,
.mgl_title.mgl_title_bg_light .mgl_title_bg {
  padding: 5px 15px;
  line-height: 1.55;
}
.mgl_title.mgl_title_bg_dark .mgl_title_bg {
  background-color: rgba(0, 0, 0, 0.6);
}
.mgl_title.mgl_title_bg_light .mgl_title_bg {
  background-color: rgba(255, 255, 255, 0.6);
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 10px 10px 20px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: .9em;
  margin: 0;
  padding: 15px 0 0;
}
blockquote {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  background: #f6f6f6;
  font-style: italic;
  font-size: 1em;
}
.mgl_tabs ul .active {
  height: 41px;
}
.ui-accordion-header {
  background-color: #fff !important;
  border: 1px solid #ddd;
}
/* Bootstrap Select */
.dropdown-toggle {
  padding: 7px 10px;
}
.ms-slide .ms-slide-bgvideocont,
.ms-slide-bgvideocont > video {
  -webkit-transform: translateZ(0.2px) !important;
          transform: translateZ(0.2px) !important;
}
.ms-scroll-parallax-cont {
  z-index: 120 !important;
}
.bootstrap-select {
  box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.2), 0 3px 2px -1px rgba(0, 0, 0, 0.1);
}
.bootstrap-select .dropdown-menu {
  box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.2), 0 3px 2px -1px rgba(0, 0, 0, 0.1);
}
/*
Input Fields
color
date
datetime
datetime-local
email
month
number
range
search
tel
time
url
week
*/
/*
input[type="text"], input[type="password"],input[type="number"], input[type="color"],
input[type="date"], input[type="datetime-local"], input[type="email"], input[type="email"],
input[type="month"], input[type="range"], input[type="search"], input[type="tel"],
input[type="time"], input[type="url"], input[type="week"], textarea {
	border-radius:2px;
	border:1px solid #ccc;
	padding:10px;
	background: #fff;
	-webkit-appearance:none;
}


.wpcf7 {
	input[type="text"], input[type="password"],input[type="number"], input[type="color"],
	input[type="date"], input[type="datetime-local"], input[type="email"], input[type="email"],
	input[type="month"], input[type="range"], input[type="search"], input[type="tel"],
	input[type="time"], input[type="url"], input[type="week"], textarea {
		width: 100%;
	}
	.wpcf7-form > p {
		margin-bottom: 20px;
		br {
			margin-bottom: 5px;
		}
	}
	
}


.mgl-form-dark {
	input[type="text"], input[type="password"],input[type="number"], input[type="color"],
	input[type="date"], input[type="datetime-local"], input[type="email"], input[type="email"],
	input[type="month"], input[type="range"], input[type="search"], input[type="tel"],
	input[type="time"], input[type="url"], input[type="week"], textarea {
		background: none repeat scroll 0 0 rgba(255, 255, 255, 0.35);
	    border: 1px solid rgba(255,255,255, 0.6);
	    border-radius: 2px;
	    padding: 10px;
	}
	
}
	

textarea {
	width: 100%;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
	border:none;
}

.wpcf7-not-valid-tip{
	background: none repeat scroll 0 0 #fff;
    border-left: 3px solid red;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    margin-top: 5px;
    padding: 5px 10px;
    position: relative;
}

.wpcf7-not-valid-tip:before {
    border-color: transparent transparent #ddd;
    border-style: solid;
    border-width: 11px;
    content: " ";
    height: 5px;
    left: 11px;
    position: absolute;
    top: -21px;
    width: 10px;
    z-index: 10;
}

.wpcf7-not-valid-tip:after{
    border-color: transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: " ";
    height: 5px;
    left: 12px;
    position: absolute;
    top: -19px;
    width: 10px;
    z-index: 11;
}

.wpcf7-response-output {
    background-color: #fff;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 1px 12px;
}
.wpcf7-validation-errors{
	border:none !important;
    border-left: 4px solid #fdd51b !important;
} */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="email"],
input[type="month"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  border: 0;
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
  background: none;
  margin-bottom: 1px;
  -webkit-appearance: none;
  color: #333 !important;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  outline-width: 0;
  border-bottom-width: 2px;
  margin-bottom: 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="number"],
.wpcf7 input[type="color"],
.wpcf7 input[type="date"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="email"],
.wpcf7 input[type="email"],
.wpcf7 input[type="month"],
.wpcf7 input[type="range"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="time"],
.wpcf7 input[type="url"],
.wpcf7 input[type="week"],
.wpcf7 textarea {
  width: 100%;
}
.wpcf7 .wpcf7-form > p {
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-form > p br {
  margin-bottom: 5px;
}
textarea {
  width: 100%;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  border: none;
}
.wpcf7-not-valid-tip {
  background: none repeat scroll 0 0 #fff;
  border-left: 3px solid red;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  margin-top: 5px;
  padding: 5px 10px;
  position: relative;
}
.wpcf7-not-valid-tip:before {
  border-color: transparent transparent #ddd;
  border-style: solid;
  border-width: 11px;
  content: " ";
  height: 5px;
  left: 11px;
  position: absolute;
  top: -21px;
  width: 10px;
  z-index: 10;
}
.wpcf7-not-valid-tip:after {
  border-color: transparent transparent #fff;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  border-style: solid;
  border-width: 10px;
  content: " ";
  height: 5px;
  left: 12px;
  position: absolute;
  top: -19px;
  width: 10px;
  z-index: 11;
}
.wpcf7-response-output {
  background-color: #fff;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 1px 12px;
}
.wpcf7-validation-errors {
  border: none !important;
  border-left: 4px solid #fdd51b !important;
}
#slidebar-menu > .menu-main-container {
  padding: 0;
}
#slidebar-menu > .menu-main-container > ul.mm-list {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  margin-top: 20px;
}
#slidebar-menu > .menu-main-container > ul.mm-list > li.menu-item:after,
#slidebar-menu > .menu-main-container > ul.mm-list li.woocommerce-cart:after {
  margin-left: 0 !important;
}
#slidebar-menu.slidebar-extras > .mm-panel #menu-main-1 {
  padding-top: 60px !important;
}
#slidebar-menu.slidebar-extras > .mm-panel > .mm-list li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
#slidebar-menu li.menu-search-wrap {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  padding-right: 40px;
  border: none !important;
}
#slidebar-menu li.menu-search-wrap .mgl_menu_search {
  display: none;
}
#slidebar-menu li.menu-search-wrap #s {
  width: calc( 100% - 42px);
}
#slidebar-menu .menu-button {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 85%;
}
#slidebar-menu .menu-button .btn {
  padding: 10px !important;
  width: 100%;
}
.mgl_share {
  margin: 30px 0;
}
.mgl_share .mgl_share_text {
  float: left;
  margin-right: 8px;
}
.sharrre {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  /* Buttons */
}
.sharrre .share,
.sharrre .count {
  border: none;
  display: inline-block;
  padding: 0;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.sharrre .share {
  color: #fff;
  float: left;
  text-decoration: none;
}
.sharrre .count {
  font-weight: bold;
  position: relative;
  text-align: center;
}
.sharrre:hover .share {
  border: none;
  color: #fff;
  text-decoration: none;
}
/* Small */
.share-small .share,
.share-small .count {
  font-size: 12px;
  height: 30px;
  line-height: 20px;
}
.share-small .share {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 5px 0 0 30px;
  width: 30px;
  display: block;
  background: #aaaaaa;
}
.share-small .share:before {
  line-height: 1;
  display: block;
  font-family: 'FontAwesome';
  font-size: 13px;
  height: 30px;
  top: 8px;
  left: 10px;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  width: 30px;
}
.share-small .count {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  float: right;
  width: 32px;
  padding-top: 3px;
  border: 2px solid #aaaaaa;
  color: #aaaaaa;
}
.share-small .no-count .share {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 65px;
}
.share-small .sharrre:hover .share {
  width: 70px;
}
.share-small .facebook:hover .share {
  width: 60px;
}
.share-small .pinterest:hover .share {
  width: 55px;
}
.share-small .googlePlus:hover .share {
  width: 50px;
}
.twitter .share:before {
  content: '\f099';
}
.facebook .share:before {
  content: '\f09a';
}
.googlePlus .share:before {
  content: '\f218';
}
.youtube .share:before {
  content: '\f167';
}
.digg .share:before {
  content: '\f221';
}
.delicious .share:before {
  content: '\f202';
}
.pinterest .share:before {
  content: '\f0d2';
}
.linkedin .share:before {
  content: '\f0e1';
}
.stumbleupon .share:before {
  content: '\f223';
}
/* Appearance - filled */
.share-filled .twitter .share {
  background: #09b0ed;
}
.share-filled .twitter .count {
  color: #09b0ed;
  border-color: #09b0ed !important;
}
.share-filled .facebook .share {
  background: #3d5a98;
}
.share-filled .facebook .count,
.share-filled .facebook .count:hover {
  color: #3d5a98;
  border-color: #3d5a98;
}
.share-filled .googlePlus .share {
  background: #dd4c39;
}
.share-filled .googlePlus .count,
.share-filled .googlePlus .count:hover {
  color: #dd4c39;
  border-color: #dd4c39;
}
.share-filled .linkedin .share {
  background: #035a87;
}
.share-filled .linkedin .count,
.share-filled .linkedin .count:hover {
  color: #035a87;
  border-color: #035a87;
}
.share-filled .youtube .share {
  background: #cc181e;
}
.share-filled .youtube .count,
.share-filled .youtube .count:hover {
  color: #cc181e;
  border-color: #cc181e;
}
.share-filled .pinterest .share {
  background: #cb2127;
}
.share-filled .pinterest .count,
.share-filled .pinterest .count:hover {
  color: #cb2127;
  border-color: #cb2127;
}
.share-filled .stumbleupon .share {
  background: #eb4923;
}
.share-filled .stumbleupon .count,
.share-filled .stumbleupon .count:hover {
  color: #eb4923;
  border: 1px solid #eb4923;
}
.share-filled .twitter:hover .count {
  background: #09b0ed !important;
}
.share-filled .facebook:hover .count {
  background: #3d5a98 !important;
}
.share-filled .googlePlus:hover .count {
  background: #dd4c39 !important;
}
.share-filled .linkedin:hover .count {
  background: #035a87 !important;
}
.share-filled .youtube:hover .count {
  background: #cc181e !important;
}
.share-filled .pinterest:hover .count {
  background: #cb2127 !important;
}
.share-filled .stumbleupon:hover .count {
  background: #eb4923 !important;
}
.share-filled .sharrre:hover .count {
  color: #fff;
}
/*# sourceMappingURL=theme.css.map */