/*********************************
COMPONENTS
*********************************/


a {
  outline: none !important;
  -webkit-transition: back 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

a:focus,
a:hover,
a:active {
  outline: none !important;
  text-decoration: none;
}


@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

@-ms-viewport {
  width: auto !important;
}
h6 {
  color: #666;
  font-size: 12px;
  margin: 5px 0;
}

h5 {
  color: #666;
  font-size: 14px;
  margin: 7px 0;
}

h4 {
  color: #666;
  font-size: 16px;
  margin: 8px 0;
}

h3 {
  color: #666;
  font-size: 18px;
  margin: 10px 0;
}

h2 {
  color: #666;
  font-size: 20px;
  margin: 10px 0;
}

h1 {
  color: #666;
  font-size: 22px;
  margin: 10px 0;
}

.reset {
  padding: 0;
  margin: 0;
}

.hide {
  display: none;
}

.overflow-hide {
  overflow: hidden;
}
.logo2 {width: 300px;}
/* linkify buttons */
.link {
  background: 0;
  border: 0;
  outline: none;
}

.border {
  border: 1px solid #eeeeee;
}

.no-border {
  border: 0 !important;
}

.shadow {
  box-shadow: 0px 3px 18px -5px rgba(0, 0, 0, 0.3);
}

.square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.oferta { border-bottom:1px dotted #a5ce39; margin-bottom:20px}
.oferta a:hover { color:#a5ce39 !important; }
/*medidas*/
.mt5 {
  margin-top: 5px;
}

.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mr40 {
  margin-right: 40px;
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.font-oswald {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
}

.font-uppercase { text-transform:  uppercase}
.bold { font-weight:600 !important}
.font-thin {
  font-weight: 300 !important;
}
.font-white {
    color: #ffffff !important;
}
.font-20 {
    font-size: 20px;
}
.font-slim {
    font-weight: 400 !important;
}



/* Background Colors */
.bg-white {
  background-color: #FFFFFF !important;
}
.bg-white.bg-opacity {
  /* RGBa with 0.04 opacity */
  background-color: rgba(255, 255, 255, 0.04) !important;
}
.bg-white.bg-opacity-2 {
  /* RGBa with 0.4 opacity */
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.bg-white.bg-white-font {
  color: #2f353b !important;
}

.bg-white-hover:hover {
  background-color: #FFFFFF !important;
}

.border-white-hover:hover {
  border-color: #FFFFFF !important;
}

.bg-after-white:after {
  background-color: #FFFFFF !important;
}

.bg-before-white:before {
  background-color: #FFFFFF !important;
}

.bg-black {
  background-color: #000000 !important;
}
.bg-black.bg-opacity {
  /* RGBa with 0.04 opacity */
  background-color: rgba(0, 0, 0, 0.04) !important;
}
.bg-black.bg-opacity-2 {
  /* RGBa with 0.4 opacity */
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.bg-black.bg-black-font {
  color: #ffffff !important;
}

.bg-black-hover:hover {
  background-color: #000000 !important;
}

.border-black-hover:hover {
  border-color: #000000 !important;
}

.bg-after-black:after {
  background-color: #000000 !important;
}

.bg-before-black:before {
  background-color: #000000 !important;
}

.bg-regular {
  background-color: #7f8c97 !important;
}
.bg-regular.bg-opacity {
  /* RGBa with 0.04 opacity */
  background-color: rgba(127, 140, 151, 0.04) !important;
}
.bg-regular.bg-opacity-2 {
  /* RGBa with 0.4 opacity */
  background-color: rgba(127, 140, 151, 0.4) !important;
}
.bg-regular.bg-regular-font {
  color: #ffffff !important;
}

.bg-regular-hover:hover {
  background-color: #7f8c97 !important;
}

.border-regular-hover:hover {
  border-color: #7f8c97 !important;
}

.bg-after-regular:after {
  background-color: #7f8c97 !important;
}

.bg-before-regular:before {
  background-color: #7f8c97 !important;
}

.bg-green {
  background-color: #a5ce39 !important;
}
.bg-green.bg-opacity {
  /* RGBa with 0.04 opacity */
  background-color: rgba(50, 197, 210, 0.04) !important;
}
.bg-green.bg-opacity-2 {
  /* RGBa with 0.4 opacity */
  background-color: rgba(50, 197, 210, 0.4) !important;
}
.bg-green.bg-green-font {
  color: #ffffff !important;
}

.bg-green-hover:hover {
  background-color: #a5ce39 !important;
}

.border-green-hover:hover {
  border-color: #a5ce39 !important;
}

.bg-after-green:after {
  background-color: #a5ce39 !important;
}

.bg-before-green:before {
  background-color: #a5ce39 !important;
}

.bg-green-1 {
  background-color: #52c9ba !important;
}
.bg-green-1.bg-opacity {
  /* RGBa with 0.04 opacity */
  background-color: rgba(82, 201, 186, 0.04) !important;
}
.bg-green-1.bg-opacity-2 {
  /* RGBa with 0.4 opacity */
  background-color: rgba(82, 201, 186, 0.4) !important;
}
.bg-green-1.bg-green-1-font {
  color: #ffffff !important;
}

.bg-green-1-hover:hover {
  background-color: #52c9ba !important;
}

.border-green-1-hover:hover {
  border-color: #52c9ba !important;
}

.bg-after-green-1:after {
  background-color: #52c9ba !important;
}

.bg-before-green-1:before {
  background-color: #52c9ba !important;
}




.bg-dark {
  background-color: #2f353b !important;
}
.bg-dark.bg-opacity {
  /* RGBa with 0.04 opacity */
  background-color: rgba(47, 53, 59, 0.04) !important;
}
.bg-dark.bg-opacity-2 {
  /* RGBa with 0.4 opacity */
  background-color: rgba(47, 53, 59, 0.4) !important;
}
.bg-dark.bg-dark-font {
  color: #ffffff !important;
}

.bg-dark-hover:hover {
  background-color: #2f353b !important;
}

.border-dark-hover:hover {
  border-color: #2f353b !important;
}

.bg-after-dark:after {
  background-color: #2f353b !important;
}

.bg-before-dark:before {
  background-color: #2f353b !important;
}

.bg-dark-1 {
  background-color: #525e64 !important;
}
.bg-dark-1.bg-opacity {
  /* RGBa with 0.04 opacity */
  background-color: rgba(82, 94, 100, 0.04) !important;
}
.bg-dark-1.bg-opacity-2 {
  /* RGBa with 0.4 opacity */
  background-color: rgba(82, 94, 100, 0.4) !important;
}
.bg-dark-1.bg-dark-1-font {
  color: #ffffff !important;
}

.bg-dark-1-hover:hover {
  background-color: #525e64 !important;
}

.border-dark-1-hover:hover {
  border-color: #525e64 !important;
}

.bg-after-dark-1:after {
  background-color: #525e64 !important;
}

.bg-before-dark-1:before {
  background-color: #525e64 !important;
}

.bg-dark-2 {
  background-color: #31383c !important;
}
.bg-dark-2.bg-opacity {
  /* RGBa with 0.04 opacity */
  background-color: rgba(49, 56, 60, 0.04) !important;
}
.bg-dark-2.bg-opacity-2 {
  /* RGBa with 0.4 opacity */
  background-color: rgba(49, 56, 60, 0.4) !important;
}
.bg-dark-2.bg-dark-2-font {
  color: #ffffff !important;
}

.bg-dark-2-hover:hover {
  background-color: #31383c !important;
}

.border-dark-2-hover:hover {
  border-color: #31383c !important;
}

.bg-after-dark-2:after {
  background-color: #31383c !important;
}

.bg-before-dark-2:before {
  background-color: #31383c !important;
}

.bg-dark-3 {
  background-color: #41515b !important;
}
.bg-dark-3.bg-opacity {
  /* RGBa with 0.04 opacity */
  background-color: rgba(65, 81, 91, 0.04) !important;
}
.bg-dark-3.bg-opacity-2 {
  /* RGBa with 0.4 opacity */
  background-color: rgba(65, 81, 91, 0.4) !important;
}
.bg-dark-3.bg-dark-3-font {
  color: #ffffff !important;
}

.bg-dark-3-hover:hover {
  background-color: #41515b !important;
}

.border-dark-3-hover:hover {
  border-color: #41515b !important;
}

.bg-after-dark-3:after {
  background-color: #41515b !important;
}

.bg-before-dark-3:before {
  background-color: #41515b !important;
}

.bg-grey {
  background-color: #eeeeee !important;
}
.bg-grey.bg-opacity {
  /* RGBa with 0.04 opacity */
  background-color: rgba(238, 238, 238, 0.04) !important;
}
.bg-grey.bg-opacity-2 {
  /* RGBa with 0.4 opacity */
  background-color: rgba(238, 238, 238, 0.4) !important;
}
.bg-grey.bg-grey-font {
  color: #6e6e6e !important;
}

.bg-grey-hover:hover {
  background-color: #eeeeee !important;
}

.border-grey-hover:hover {
  border-color: #eeeeee !important;
}

.bg-after-grey:after {
  background-color: #eeeeee !important;
}

.bg-before-grey:before {
  background-color: #eeeeee !important;
}

.bg-grey-1 {
  background-color: #f7f7f7 !important;
}
.bg-grey-1.bg-opacity {
  /* RGBa with 0.04 opacity */
  background-color: rgba(247, 247, 247, 0.04) !important;
}
.bg-grey-1.bg-opacity-2 {
  /* RGBa with 0.4 opacity */
  background-color: rgba(247, 247, 247, 0.4) !important;
}
.bg-grey-1.bg-grey-1-font {
  color: #777777 !important;
}

.bg-grey-1-hover:hover {
  background-color: #f7f7f7 !important;
}

.border-grey-1-hover:hover {
  border-color: #f7f7f7 !important;
}


.bg-after-grey-1:after {
  background-color: #f7f7f7 !important;
}

.bg-before-grey-1:before {
  background-color: #f7f7f7 !important;
}

.bg-grey-2 {
  background-color: #677083 !important;
}
.bg-grey-2.bg-opacity {
  /* RGBa with 0.04 opacity */
  background-color: rgba(103, 112, 131, 0.04) !important;
}
.bg-grey-2.bg-opacity-2 {
  /* RGBa with 0.4 opacity */
  background-color: rgba(103, 112, 131, 0.4) !important;
}
.bg-grey-2.bg-grey-2-font {
  color: #ffffff !important;
}

.bg-grey-2-hover:hover {
  background-color: #677083 !important;
}

.border-grey-2-hover:hover {
  border-color: #677083 !important;
}

.bg-after-grey-2:after {
  background-color: #677083 !important;
}

.bg-before-grey-2:before {
  background-color: #677083 !important;
}

.bg-grey-3 {
  background-color: #7f8c97 !important;
}
.bg-grey-3.bg-opacity {
  /* RGBa with 0.04 opacity */
  background-color: rgba(127, 140, 151, 0.04) !important;
}
.bg-grey-3.bg-opacity-2 {
  /* RGBa with 0.4 opacity */
  background-color: rgba(127, 140, 151, 0.4) !important;
}
.bg-grey-3.bg-grey-3-font {
  color: #ffffff !important;
}

.bg-grey-3-hover:hover {
  background-color: #7f8c97 !important;
}

.border-grey-3-hover:hover {
  border-color: #7f8c97 !important;
}

.bg-after-grey-3:after {
  background-color: #7f8c97 !important;
}

.bg-before-grey-3:before {
  background-color: #7f8c97 !important;
}


.bg-img-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-img-top {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.bg-img-bottom-right {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}

.bg-img-top-center {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.bg-none,
.bg-transparent {
  background: none;
}

.pos-relative {
  position: relative;
}

.bg-parallax {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  min-height: 100%;
}

.opacity-0 {
  opacity: 0;
  filter: alpha(opacity=0);
}

.opacity-01 {
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.opacity-02 {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.opacity-03 {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.opacity-04 {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.opacity-05 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.opacity-06 {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.opacity-07 {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.opacity-08 {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.opacity-1 {
  opacity: 1;
  filter: alpha(opacity=100);
}

.layout-page:before, .layout-page:after {
  content: " ";
  display: table;
}
.layout-page:after {
  clear: both;
}

.layout-page-loading * {
  visibility: hidden;
}
.layout-page-loading .content-loader {
  visibility: visible;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
}

.layout-header:before, .layout-header:after {
  content: " ";
  display: table;
}
.layout-header:after {
  clear: both;
}
.layout-header .topbar:before, .layout-header .topbar:after {
  content: " ";
  display: table;
}
.layout-header .topbar:after {
  clear: both;
}
.layout-header .topbar .top-menu {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.layout-header .topbar .top-menu.pull-left {
  float: left;
}
.layout-header .topbar .top-menu.pull-right {
  float: right;
}
.layout-header .topbar .top-menu > .icons,
.layout-header .topbar .top-menu > .links,
.layout-header .topbar .top-menu > .ext {
  float: left;
  display: inline-block;
  height: 44px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.layout-header .topbar .top-menu > .icons > li,
.layout-header .topbar .top-menu > .links > li,
.layout-header .topbar .top-menu > .ext > li {
  display: inline-block;
}
.layout-header .topbar .top-menu > .icons > li {
  padding: 11px 3px 11px 3px;
}
.layout-header .topbar .top-menu > .icons > li > a {
  font-size: 14px;
}
.layout-header .topbar .top-menu > .icons > li > a > i {
  font-size: 15px;
  padding: 6px 6px;
}
.layout-header .topbar .top-menu > .icons > li > span {
  font-size: 15px;
}
.layout-header .topbar .top-menu > .icons > li > a:active, .layout-header .topbar .top-menu > .icons > li > a:hover, .layout-header .topbar .top-menu > .icons > li > a:focus {
  cursor: pointer;
  text-decoration: none;
}
.layout-header .topbar .top-menu > .links > li {
  padding: 10px 3px 8px 3px;
}
.layout-header .topbar .top-menu > .links > li > a:not(.btn),
.layout-header .topbar .top-menu > .links > li > span {
  font-size: 15px;
}
.layout-header .topbar .top-menu > .links > li > a:not(.btn) > i,
.layout-header .topbar .top-menu > .links > li > span > i {
  font-size: 16px;
}
.layout-header .topbar .top-menu > .links > li > a:not(.btn):active, .layout-header .topbar .top-menu > .links > li > a:not(.btn):hover, .layout-header .topbar .top-menu > .links > li > a:not(.btn):focus {
  cursor: pointer;
  text-decoration: none;
}
.layout-header .topbar .top-menu > .links > li.divider {
  position: relative;
  font-size: 13px;
  top: -1px;
}
.layout-header .topbar .top-menu > .ext > li {
  margin: 0;
  padding: 0;
}
.layout-header .topbar .top-menu > .ext > li > a > i {
  font-size: 15px;
  position: relative;
  top: 3px;
}
.layout-header .topbar .top-menu > .ext > li.lang {
  margin: 8px 10px 0 15px;
}
.layout-header .topbar .top-menu > .ext > li.lang.last {
  margin-right: 0;
}
.layout-header .topbar .top-menu > .ext > li.lang > a {
  display: inline-block;
  float: left;
  padding: 7px 7px 5px 7px;
  height: 28px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.layout-header .topbar .top-menu > .ext > li.lang > .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  min-width: 155px;
  padding: 0;
  margin: 0;
}
.layout-header .topbar .top-menu > .ext > li.lang > .dropdown-menu > li {
  padding: 0;
}
.layout-header .topbar .top-menu > .ext > li.lang > .dropdown-menu > li > a {
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 12px;
}
.layout-header .topbar .top-menu > .ext > li.lang:hover > .dropdown-menu {
  display: block;
}
.layout-header .topbar .top-menu > .ext > li.search {
  margin-top: 8px;
}
.layout-header .topbar .top-menu > .ext > li.search > form {
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
}
.layout-header .topbar .top-menu > .ext > li.search > form > .form-control {
  font-weight: 400;
  border: 0;
  border-radius: 0;
  padding: 4px 14px 2px 6px;
  height: 28px;
  font-size: 12px;
  text-transform: uppercase;
}
.layout-header .topbar .top-menu > .ext > li.search > form > i {
  cursor: pointer;
  font-size: 13px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.layout-header .navbar:before, .layout-header .navbar:after {
  content: " ";
  display: table;
}
.layout-header .navbar:after {
  clear: both;
}
.layout-header .brand {
  transition: all 0.2s;
  display: inline-block;
}
.layout-header .brand.pull-left {
  float: left;
}
.layout-header .brand.pull-right {
  float: right;
}
.layout-header .brand > .hor-nav-toggler {
  display: none;
}
.layout-header .brand > .search-toggler {
  display: none;
}
.layout-quick-search-shown .layout-header .brand {
  display: none;
}
.layout-header .brand .desktop-logo {
  display: block;
}
.layout-header .brand .desktop-logo-inverse {
  display: none;
}
.layout-header .brand > .btn-login {
  display: none;
}
.layout-header .quick-search {
  display: none;
  padding: 0;
  margin: 0;
  transition: all 0.2s;
  position: relative;
}
.layout-header .quick-search:before, .layout-header .quick-search:after {
  content: " ";
  display: table;
}
.layout-header .quick-search:after {
  clear: both;
}
.layout-quick-search-shown .layout-header .quick-search {
  display: block;
  transition: all 0.2s;
}
.layout-header .quick-search > .form-control {
  display: block;
  font-size: 22px;
  font-weight: 400;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.layout-header .quick-search > .form-control::-ms-clear {
  display: none;
}
.layout-header .quick-search > .form-control:focus, .layout-header .quick-search > .form-control:active {
  box-shadow: none;
}
.layout-header .quick-search > span {
  display: inline-block;
  position: absolute;
  font-size: 36px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.layout-header .quick-search > span:hover {
  cursor: pointer;
}

@media (min-width: 992px) {
  /* 992px */
  .layout-header.no-border {
    border-bottom: 0 !important;
  }
  .layout-header .topbar > .container-fluid {
    padding: 0 50px;
  }
  .layout-header .navbar {
    line-height: 0px;
  }
  .layout-header .navbar > .container {
    position: relative;
  }
  .layout-header .navbar > .container-fluid {
    position: relative;
    padding: 0 50px;
  }
  .layout-header .brand {
    margin: 38px 0 37px 0;
  }
  .layout-header .brand .desktop-logo-inverse {
    display: none;
  }
  .layout-header .brand .desktop-logo {
    display: inline-block;
  }
  .layout-header .brand .mobile-logo {
    display: none;
  }
  .layout-header .quick-search > .form-control {
    padding: 10px 0;
    height: 100px;
  }
  .layout-header .quick-search > span {
    top: 50px;
    right: -2px;
  }

  .layout-header-fullscreen.layout-header-static .layout-header,
  .layout-header-fixed .layout-header {
    top: 0;
    position: fixed;
    z-index: 9995;
    width: 100%;
  }

  .layout-header-fixed .layout-page {
    margin-top: 100px;
  }

  .layout-header-fixed.layout-header-topbar .layout-page {
    margin-top: 144px;
  }

  .layout-header-fullscreen .layout-page,
  .layout-header-fullscreen.layout-header-fixed.layout-header-topbar .layout-page {
    margin-top: 0;
  }

  .page-on-scroll.layout-header-static .layout-header {
    display: none;
  }

  .page-on-scroll.layout-header-fixed .layout-header {
    height: 65px;
    line-height: 0px;
  }
  .page-on-scroll.layout-header-fixed .layout-header .topbar {
    transition: all 0.2s;
    display: none;
  }
  .page-on-scroll.layout-header-fixed .layout-header .brand {
    transition: margin 0.2s;
    margin: 22px 0 19px 0;
  }
  .page-on-scroll.layout-header-fixed .layout-header .brand .desktop-logo {
    display: none;
  }
  .page-on-scroll.layout-header-fixed .layout-header .brand .desktop-logo-inverse {
    display: block;
  }
  .page-on-scroll.layout-header-fixed .layout-header .mega-menu {
    line-height: 0px;
  }
  .page-on-scroll.layout-header-fixed .layout-header .mega-menu .nav.navbar-nav > li > .link {
    transition: all 0.2s;
    padding: 23px 15px 21px 15px;
    min-height: 65px;
  }
  .page-on-scroll.layout-header-fixed .layout-header .mega-menu .nav.navbar-nav > li > .quick-sidebar-toggler {
    transition: all 0.2s;
    padding: 26px 0 24px 15px;
  }
  .page-on-scroll.layout-header-fixed .layout-header .mega-menu .nav.navbar-nav > li > .btn {
    transition: all 0.2s;
    margin: 15px 15px 16px 15px;
  }
  .page-on-scroll.layout-header-fixed .layout-header .mega-menu .nav.navbar-nav > li > .btn-icon {
    transition: all 0.2s;
    margin: 6px 5px 7px 5px;
  }
  .page-on-scroll.layout-header-fixed .layout-header .quick-search > .form-control {
    font-size: 22px;
    padding: 10px 0;
    height: 65px;
  }
  .page-on-scroll.layout-header-fixed .layout-header .quick-search > span {
    font-size: 36px;
    top: 33px;
  }
}

@media (max-width: 480px) {
  /* 480px */
  .page-on-scroll.layout-header-mobile-fixed.layout-header-fixed .layout-header .brand > .btn-login {
    transition: all 0.2s;
    margin-top: -6px;
  }
}


@media (max-width: 991px) {
  /* 991px */
  .mega-menu-onepage-dots {
    right: 20px;
  }
}

.layout-revo-slider:before, .layout-revo-slider:after {
  content: " ";
  display: table;
}
.layout-revo-slider:after {
  clear: both;
}
.layout-revo-slider .video-hint > i {
  position: relative;
  top: 2px;
  font-size: 14px;
}

@media (max-width: 991px) {
  /* 991px */
  .layout-revo-slider-1 .main-title {
    font-size: 22px;
    line-height: 28px;
  }
  .layout-revo-slider-1 .action-btn.btn,
  .layout-revo-slider-1 .action-btn.btn.btn-border-2x.btn-uppercase.btn-lg {
    margin-top: 20px;
    padding: 7px 22px 5px 22px;
    font-size: 14px;
  }
}
.layout-revo-slider-3 .main-title-1 {
  line-height: 34px;
  display: inline-block;
  padding: 40px;
}
.layout-revo-slider-3 .main-title-2 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 50px;
  letter-spacing: 1px;
  line-height: 68px;
}
.layout-revo-slider-3 .action-btn.btn-border-2x {
  padding: 9px 24px 7px 24px;
  font-size: 16px;
}

@media (max-width: 991px) {
  /* 991px */
  .layout-revo-slider-3 .main-title-1 {
    padding: 20px;
    font-size: 18px;
    line-height: 25px;
  }
  .layout-revo-slider-3 .main-title-2 {
    padding: 20px 30px;
    line-height: 25px;
    font-size: 22px;
  }
  .layout-revo-slider-3 .action-btn {
    padding: 7px 22px 5px 22px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  /* 767px */
  .layout-revo-slider-3 .main-title-1 {
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    margin-left: 70px;
  }
  .layout-revo-slider-3 .action-btn {
    margin-top: 50px;
  }
}
.layout-revo-slider-4 .action-btn.btn-border-2x {
  padding: 9px 24px 7px 24px;
  font-size: 16px;
}
.layout-revo-slider-4 .block-text {
  display: inline-block;
  padding: 40px;
}
.layout-revo-slider-4 .main-title-circle {
  background: rgba(0, 0, 0, 0.05);
  padding: 380px 260px 380px 260px;
  letter-spacing: 1px;
  line-height: 68px;
  border-radius: 600px;
}
.layout-revo-slider-4 .main-title-square {
  background: rgba(0, 0, 0, 0.11);
  padding: 300px 300px;
  letter-spacing: 1px;
  line-height: 68px;
}

@media (max-width: 991px) {
  /* 991px */
  .layout-revo-slider-4 .main-title-circle {
    padding: 180px 160px 180px 160px;
    line-height: 25px;
    font-size: 22px;
    border-radius: 300px;
  }
  .layout-revo-slider-4 .main-title-square {
    background: rgba(0, 0, 0, 0.11);
    padding: 300px 300px;
    line-height: 25px;
    font-size: 22px;
  }
  .layout-revo-slider-4 .action-btn {
    margin-top: 20px;
    padding: 8px 22px 7px 22px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  /* 991px */
  .layout-revo-slider-6 .main-title {
    margin-top: -80px;
    padding: 20px;
    font-size: 20px;
    line-height: 24px;
  }
  .layout-revo-slider-6 .sub-title {
    padding: 15px 20px;
    line-height: 22px;
    font-size: 13px;
  }
  .layout-revo-slider-6 .action-btn.btn,
  .layout-revo-slider-6 .action-btn.btn.btn-border-2x.btn-uppercase.btn-lg {
    padding: 7px 22px 5px 22px;
    font-size: 14px;
    margin-bottom: -60px;
  }
}
.layout-revo-slider-7 .singup-form {
  display: none;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -100px;
}
.layout-revo-slider-7 .singup-form .subtitle {
  display: inline-block;
  padding: 12px 0 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.layout-revo-slider-7 .singup-form .form-inline {
  margin-top: 20px;
}
.layout-revo-slider-7 .singup-form .form-inline .form-group {
  margin-right: 5px;
}
.layout-revo-slider-7 .singup-form .form-inline .form-group .form-control {
  border-color: #fff;
  color: #fff;
}
.layout-revo-slider-7 .singup-form .form-inline .form-group .form-control::-moz-placeholder {
  color: #f2f2f2;
}
.layout-revo-slider-7 .singup-form .form-inline .form-group .form-control:-moz-placeholder {
  color: #f2f2f2;
}
.layout-revo-slider-7 .singup-form .form-inline .form-group .form-control:-ms-input-placeholder {
  color: #f2f2f2;
}
.layout-revo-slider-7 .singup-form .form-inline .form-group .form-control::-webkit-input-placeholder {
  color: #f2f2f2;
}

@media (max-width: 991px) {
  /* 991px */
  .layout-revo-slider-7 .singup-form {
    top: auto;
    margin-top: 200px;
  }
  .layout-header-mobile-fixed .layout-revo-slider-7 .singup-form {
    margin-top: 300px;
  }
  .layout-revo-slider-7 .singup-form h3 {
    font-size: 26px;
    font-weight: bold;
  }
  .layout-revo-slider-7 .singup-form h5 {
    font-size: 16px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  /* 768px */
  .layout-revo-slider-7 .singup-form {
    margin-top: 50px;
  }
  .layout-revo-slider-7 .singup-form h3 {
    font-size: 17px;
    font-weight: bold;
  }
  .layout-revo-slider-7 .singup-form h5 {
    font-size: 14px;
    font-weight: bold;
  }
  .layout-header-mobile-fixed .layout-revo-slider-7 .singup-form {
    margin-top: 150px;
  }
  .layout-revo-slider-7 .singup-form .form-inline .form-group {
    margin: 10px 10px;
  }
}
.layout-revo-slider-8 .main-title {
  padding: 40px 50px 40px 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 1px;
  line-height: 76px;
}
.layout-revo-slider-8 .action-bar {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: rgba(0, 0, 0, 0.2);
}
.layout-revo-slider-8 .action-bar .content {
  display: inline-block;
  float: left;
  margin-right: 150px;
}
.layout-revo-slider-8 .action-bar .btn-container {
  padding-top: 25px;
  display: inline-block;
  float: right;
}

@media (max-width: 991px) {
  /* 991px */
  .layout-revo-slider-8 .main-title {
    padding: 20px 20px 20px 20px;
    line-height: 32px;
    font-size: 26px;
    margin-top: -40px;
  }
  .layout-revo-slider-8 .action-bar {
    padding: 5px;
  }
  .layout-revo-slider-8 .action-bar .content {
    display: block;
    float: none;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .layout-revo-slider-8 .action-bar .content > h3 {
    font-size: 16px;
  }
  .layout-revo-slider-8 .action-bar .content > p {
    font-size: 12px;
  }
  .layout-revo-slider-8 .action-bar .btn-container {
    padding-top: 15px;
    display: block;
    float: none;
    text-align: center;
  }
}
.layout-quick-sidebar {
  ddisplay: block;
  width: 275px;
  background: #2f353b;
  z-index: 9996;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -275px;
  transition: right 0.2s;
  overflow-x: auto;
}
.layout-quick-sidebar-shown .layout-quick-sidebar {
  right: 0;
  transition: right 0.2s;
}
.layout-quick-sidebar > .header {
  padding: 15px;
  text-align: right;
}
.layout-quick-sidebar > .header > .close > i {
  color: #acb4bd;
}
.layout-quick-sidebar > .header > .close:hover > i {
  color: #bac1c8;
}
.layout-quick-sidebar > .content > .section {
  margin: 30px;
}
.layout-quick-sidebar > .content > .section:first-child {
  margin-top: 10px;
}
.layout-quick-sidebar > .content > .section > h3 {
  font-size: 13px;
  color: #acb4bd;
  margin: 5px 0;
  font-weight: 600;
  text-transform: uppercase;
}
.layout-quick-sidebar > .content > .section > .settings {
  margin: 10px 0;
}
.layout-quick-sidebar > .content > .section > .settings:before, .layout-quick-sidebar > .content > .section > .settings:after {
  content: " ";
  display: table;
}
.layout-quick-sidebar > .content > .section > .settings:after {
  clear: both;
}
.layout-quick-sidebar > .content > .section > .settings > .btn {
  padding-left: 9px;
  padding-right: 9px;
  min-width: 91px;
  text-align: center;
}
.layout-quick-sidebar > .content > .section > .settings > .btn:first-child {
  margin-right: 8px;
}
.layout-quick-sidebar > .content > .section > .settings > .color {
  display: inline-block;
  height: 29px;
  width: 29px;
  margin: 0 0px 0px 0;
  border: 3px solid #2f353b;
  border-radius: 20px !important;
}
.layout-quick-sidebar > .content > .section > .settings > .color.active {
  border: 3px solid #515b66;
}
.layout-quick-sidebar > .content > .section > .settings > .color:hover {
  cursor: pointer;
}
.layout-quick-sidebar > .content > .section > .settings > .color.default {
  background: #a5ce39;
}
.layout-quick-sidebar > .content > .section > .settings > .color.green1 {
  background: #52c9ba;
}
.layout-quick-sidebar > .content > .section > .settings > .color.green2 {
  background: #5dc09c;
}
.layout-quick-sidebar > .content > .section > .settings > .color.green3 {
  background: #84c68f;
}
.layout-quick-sidebar > .content > .section > .settings > .color.yellow1 {
  background: #c8d046;
}
.layout-quick-sidebar > .content > .section > .settings > .color.yellow2 {
  background: #c5bf66;
}
.layout-quick-sidebar > .content > .section > .settings > .color.yellow3 {
  background: #c5b96b;
}
.layout-quick-sidebar > .content > .section > .settings > .color.red1 {
  background: #cd6262;
}
.layout-quick-sidebar > .content > .section > .settings > .color.red2 {
  background: #e7505a;
}
.layout-quick-sidebar > .content > .section > .settings > .color.red3 {
  background: #d05163;
}
.layout-quick-sidebar > .content > .section > .settings > .color.purple1 {
  background: #b771b0;
}
.layout-quick-sidebar > .content > .section > .settings > .color.purple2 {
  background: #e7505a;
}
.layout-quick-sidebar > .content > .section > .settings > .color.purple3 {
  background: #d05163;
}
.layout-quick-sidebar > .content > .section > .settings > .color.blue1 {
  background: #6e8cd7;
}
.layout-quick-sidebar > .content > .section > .settings > .color.blue2 {
  background: #5893dd;
}
.layout-quick-sidebar > .content > .section > .settings > .color.blue3 {
  background: #57bfe1;
}
.layout-quick-sidebar > .content > .section > .settings > .color.brown1 {
  background: #8a7f68;
}
.layout-quick-sidebar > .content > .section > .settings > .color.brown2 {
  background: #685e47;
}
.layout-quick-sidebar > .content > .section > .settings > .color.brown3 {
  background: #7a6a61;
}
.layout-quick-sidebar > .content > .section > .settings > .color.dark1 {
  background: #525e64;
}
.layout-quick-sidebar > .content > .section > .settings > .color.dark2 {
  background: #31383c;
}
.layout-quick-sidebar > .content > .section > .settings > .color.dark3 {
  background: #41515b;
}

.bg_img {background: url(../img/banner/img_01.jpg) no-repeat 50% 50%; background-size:cover;}
.layout-breadcrumbs-1 {
  padding: 25px 0;
/*  background: #f7fafb;*/
}
.layout-breadcrumbs-1:before, .layout-breadcrumbs-1:after {
  content: " ";
  display: table;
}
.layout-breadcrumbs-1:after {
  clear: both;
}
.layout-breadcrumbs-1 .page-title {
  display: inline-block;
}
.layout-breadcrumbs-1 .page-title.pull-left {
  float: left;
}
.layout-breadcrumbs-1 .page-title.pull-right {
  float: right;
}
.layout-breadcrumbs-1 .page-title h3 {
  color: #000000;
  margin: 10px 0 6px 0;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
}
.layout-breadcrumbs-1 .page-title h4 {
  color: #7f8c97;
  margin: 5px 0 5px 0;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
}
.layout-breadcrumbs-1 .page-breadcrumbs {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.layout-breadcrumbs-1 .page-breadcrumbs.pull-left {
  float: left;
}
.layout-breadcrumbs-1 .page-breadcrumbs.pull-right {
  float: right;
}
.layout-breadcrumbs-1 .page-breadcrumbs > li {
  display: inline-block;
  margin: 0;
  padding: 8px 4px 8px 4px;
}
.layout-breadcrumbs-1 .page-breadcrumbs > li,
.layout-breadcrumbs-1 .page-breadcrumbs > li > a {
  color: #7f8c97;
  font-size: 16px;
  font-weight: 400;
}
.layout-breadcrumbs-1 .page-breadcrumbs.pull-right > li:last-child {
  padding-right: 0;
}
.layout-breadcrumbs-1 .page-breadcrumbs.pull-left > li:first-child {
  padding-left: 0;
}
.layout-breadcrumbs-1.bordered {
  border-bottom: 1px solid #f4f8f9;
}
.layout-breadcrumbs-1.bordered-both {
  border-top: 1px solid #f4f8f9;
  border-bottom: 1px solid #f4f8f9;
}
.layout-breadcrumbs-1.subtitle {
  padding: 30px 0;
}
.layout-breadcrumbs-1.subtitle .page-breadcrumbs {
  margin-top: 10px;
}
.layout-breadcrumbs-1.bgimage {
  padding: 40px 0;
}
.layout-breadcrumbs-1.bgimage .page-breadcrumbs {
  margin-top: 10px;
}
.layout-breadcrumbs-1.bgimage-full {
  padding: 200px 0 100px;
}
.layout-breadcrumbs-1.bgimage-full .breadcrumbs-wrapper {
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  margin-bottom: 30px;
}
.layout-breadcrumbs-1.bgimage-full .page-breadcrumbs {
  margin-top: 10px;
}
.layout-breadcrumbs-1.bgimage-full.centered {
  text-align: center;
}
.layout-breadcrumbs-1.bgimage-full.centered .breadcrumbs-wrapper {
  background: rgba(0, 0, 0, 0.2);
  padding: 20px 0;
}
.layout-breadcrumbs-1.bgimage-full.centered .page-breadcrumbs {
  display: block;
  float: none;
}
.layout-breadcrumbs-1.bgimage-full.centered .page-breadcrumbs:before, .layout-breadcrumbs-1.bgimage-full.centered .page-breadcrumbs:after {
  content: " ";
  display: table;
}
.layout-breadcrumbs-1.bgimage-full.centered .page-breadcrumbs:after {
  clear: both;
}
.layout-breadcrumbs-1.bgimage-full.centered .page-breadcrumbs > li:first-child {
  padding-left: 0;
}
.layout-breadcrumbs-1.bgimage-full.centered .page-title {
  display: block;
  float: none;
  margin-bottom: 10px;
}
.layout-breadcrumbs-1.bgimage-full.centered .page-title:before, .layout-breadcrumbs-1.bgimage-full.centered .page-title:after {
  content: " ";
  display: table;
}
.layout-breadcrumbs-1.bgimage-full.centered .page-title:after {
  clear: both;
}

@media (max-width: 991px) {
  /* 991px */
  .layout-breadcrumbs-1 {
    padding: 10px 0;
  }
  .layout-breadcrumbs-1 .page-title > h3 {
    margin: 6px 15px 6px 0;
  }
  .layout-breadcrumbs-1 .page-breadcrumbs > li {
    padding: 6px 4px 6px 4px;
  }
  .layout-breadcrumbs-1.bgimage-full {
    padding: 40px 0;
  }
  .layout-breadcrumbs-1.bgimage-full .breadcrumbs-wrapper {
    background: rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .layout-breadcrumbs-1.bgimage-full .page-breadcrumbs {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  /* 767px */
  .layout-breadcrumbs-1 .page-title {
    display: block;
    float: left;
    text-align: left;
  }
  .layout-breadcrumbs-1 .page-title:before, .layout-breadcrumbs-1 .page-title:after {
    content: " ";

    display: table;
  }
  .layout-breadcrumbs-1 .page-title:after {
    clear: both;
  }
  .layout-breadcrumbs-1 .page-breadcrumbs {
    display: block;
    float: left !important;
    text-align: left;
  }
  .layout-breadcrumbs-1 .page-breadcrumbs > li:first-child {
    padding-left: 0;
  }
}
.layout-footer.layout-footer-1 {
  padding: 0;
  margin: 0;
}
.layout-footer.layout-footer-1 .prefooter {
  padding: 60px 0;
  background: #394048;
}
.layout-footer.layout-footer-1 .prefooter .logo {
  padding-bottom: 20px;
}
.layout-footer.layout-footer-1 .prefooter .about {
  color: #818e9a;
  font-size: 17px;
  font-weight: 500;
  padding: 20px 0 10px 0;
}
.layout-footer.layout-footer-1 .prefooter .links {
  padding: 0 0 10px 0;
}
.layout-footer.layout-footer-1 .prefooter .links:before, .layout-footer.layout-footer-1 .prefooter .links:after {
  content: " ";
  display: table;
}
.layout-footer.layout-footer-1 .prefooter .links:after {
  clear: both;
}
.layout-footer.layout-footer-1 .prefooter .links .nav {
  padding: 0;
  margin: 0 40px 0 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.layout-footer.layout-footer-1 .prefooter .links .nav > li {
  padding: 4px 0;
}
.layout-footer.layout-footer-1 .prefooter .links .nav > li > a {
  color: #c0c9d3;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.layout-footer.layout-footer-1 .prefooter .links .nav > li > a:hover {
  color: #edf0f3;
}
.layout-footer.layout-footer-1 .prefooter .contact {
  color: #818e9a;
  font-size: 17px;
  font-weight: 500;
  padding: 20px 0;
}
.layout-footer.layout-footer-1 .prefooter .feedback {
  margin-left: 20px;
}
.layout-footer.layout-footer-1 .prefooter .feedback h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.layout-footer.layout-footer-1 .prefooter .feedback form {
  padding-top: 10px;
}
.layout-footer.layout-footer-1 .prefooter .feedback form .form-control {
  color: #7c8895;
  font-size: 17px;
  font-weight: 300;
  border-radius: 0;
  box-shadow: none;
  border-color: #474f59;
  background: transparent;
  padding: 8px 16px;
}
.layout-footer.layout-footer-1 .prefooter .feedback form .form-control::-moz-placeholder {
  color: #6f7b89;
}
.layout-footer.layout-footer-1 .prefooter .feedback form .form-control:-moz-placeholder {
  color: #6f7b89;
}
.layout-footer.layout-footer-1 .prefooter .feedback form .form-control:-ms-input-placeholder {
  color: #6f7b89;
}
.layout-footer.layout-footer-1 .prefooter .feedback form .form-control::-webkit-input-placeholder {
  color: #6f7b89;
}
.layout-footer.layout-footer-1 .prefooter .feedback form .form-control:focus {
  box-shadow: none;
  border-color: #474f59;
}
.layout-footer.layout-footer-1 .prefooter .feedback form .form-wrap {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}
.layout-footer.layout-footer-1 .prefooter .feedback form .form-wrap-group {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.layout-footer.layout-footer-1 .prefooter .feedback form .form-wrap-group .form-control {
  height: 48px;
}
.layout-footer.layout-footer-1 .prefooter .feedback form .form-wrap-group .form-control:first-child {
  border-right-color: transparent;
}
.layout-footer.layout-footer-1 .prefooter .feedback form .form-wrap-group .form-control:last-child {
  border-top-color: transparent;
  border-right-color: transparent;
}
.layout-footer.layout-footer-1 .prefooter .feedback form .form-wrap-group:last-child .form-control:first-child {
  border-right-color: #474f59;
}
.layout-footer.layout-footer-1 .prefooter .feedback form .form-wrap-group:last-child .form-control:last-child {
  border-right-color: #474f59;
}
.layout-footer.layout-footer-1 .prefooter .feedback form textarea.form-control {
  border-top-color: transparent;
  height: 180px;
}
.layout-footer.layout-footer-1 .prefooter .feedback form textarea.form-control:active, .layout-footer.layout-footer-1 .prefooter .feedback form textarea.form-control:focus {
  border-color: #474f59;
  border-top-color: transparent;
}
.layout-footer.layout-footer-1 .prefooter .feedback form .btn:active, .layout-footer.layout-footer-1 .prefooter .feedback form .btn:hover, .layout-footer.layout-footer-1 .prefooter .feedback form .btn:focus {
  background: #525c67;
  border-color: #525c67;
}
.layout-footer.layout-footer-1 .postfooter {
  padding: 40px 0;
  background: #2f353b;
}
.layout-footer.layout-footer-1 .postfooter .copyright {
  color: #a4aeb8;
  padding: 0;
  margin-top: 10px;
}
.layout-footer.layout-footer-1 .postfooter .socials {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.layout-footer.layout-footer-1 .postfooter .socials > li {
  display: inline-block;
  padding: 0 6px;
}
.layout-footer.layout-footer-1 .postfooter .socials > li > a > i {
  display: inline-block;
  padding: 10px;
  background: #2b3036;
  color: #64707e;
  font-size: 18px;
  font-weight: bold;
}
.layout-footer.layout-footer-1 .postfooter .socials > li > a:hover > i {
  background: #202328;
  color: #6f7d8c;
}

@media (min-width: 992px) {
  /* 992px */
  .layout-footer.layout-footer-1 .prefooter > .container-fluid {
    padding: 0 50px;
  }
  .layout-footer.layout-footer-1 .postfooter > .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  /* 991px */
  .layout-footer.layout-footer-1 .prefooter .feedback {
    margin: 0;
  }
}
.layout-footer.layout-footer-2 {
  padding: 100px 0;
  margin: 0;
  background-image: url(../img/content/backgrounds/bg_footer_1.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}
.layout-footer.layout-footer-2.opt-2 {
  padding: 80px 0;
}
.layout-footer.layout-footer-2 .container {
  margin-bottom: 80px;
  overflow: auto;
}
.layout-footer.layout-footer-2 .container.first {
  padding-right: 50px;
}
.layout-footer.layout-footer-2 .container.last {
  padding-left: 50px;
}
.layout-footer.layout-footer-2 .container > .content-title-1 > h3 {
  font-size: 24px;
  color: #ffffff;
}
.layout-footer.layout-footer-2 .container > .content-title-1 > .line-left {
  margin-bottom: 30px;
}
.layout-footer.layout-footer-2 .container > .content-title-1 > p {
  margin-bottom: 30px;
  text-transform: none;
}
.layout-footer.layout-footer-2 .container > .content-title-1 > p.ask {
  color: #616a73;
}
.layout-footer.layout-footer-2 .container > .links {
  padding: 0 0 10px 0;
}
.layout-footer.layout-footer-2 .container > .links:before, .layout-footer.layout-footer-2 .container > .links:after {
  content: " ";
  display: table;
}
.layout-footer.layout-footer-2 .container > .links:after {
  clear: both;
}
.layout-footer.layout-footer-2 .container > .links .nav {
  padding: 0;
  margin: 0 40px 0 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.layout-footer.layout-footer-2 .container > .links .nav > li {
  padding: 4px 0 10px 0;
}
.layout-footer.layout-footer-2 .container > .links .nav > li > a {
  color: #b1bcc9;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.layout-footer.layout-footer-2 .container > .links .nav > li > a:hover {
  color: #edf0f3;
}
.layout-footer.layout-footer-2 .container > .socials {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.layout-footer.layout-footer-2 .container > .socials > li {
  display: inline-block;
  padding: 0 6px;
}
.layout-footer.layout-footer-2 .container > .socials > li > a > i {
  display: inline-block;
  padding: 10px;
  background: #11111c;
  color: #555555;
  font-size: 18px;
  font-weight: bold;
}
.layout-footer.layout-footer-2 .container > .socials > li > a:hover > i {
  background: #202328;
  color: #6f7d8c;
}
.layout-footer.layout-footer-2 .container > .socials > li:first-child {
  padding-left: 0;
}
.layout-footer.layout-footer-2 .container form {
  margin-bottom: 20px;
}
.layout-footer.layout-footer-2 .container form .input-group {
  width: 350px;
}
.layout-footer.layout-footer-2 .container form .input-group .form-control {
  background: none;
  color: #eee;
}
.layout-footer.layout-footer-2 .container:last-child {
  margin-bottom: 0;
}
.layout-footer.layout-footer-2 .copyright {
  color: #a4aeb8;
  padding: 0;
  margin: 140px 0 -60px 0;
}

@media (max-width: 991px) {
  /* 991px */
  .layout-footer.layout-footer-2 {
    background-image: url(../img/content/backgrounds/bg_footer_1-1.jpg);
  }
  .layout-footer.layout-footer-2 .row > div {
    margin-bottom: 80px;
  }
  .layout-footer.layout-footer-2 .row > div:last-child {
    margin-bottom: 0;
  }
  .layout-footer.layout-footer-2 .container.left {
    padding: 0;
  }
  .layout-footer.layout-footer-2 .container.right {
    padding: 0;
  }
  .layout-footer.layout-footer-2 .container.last {
    padding-left: 0;
  }
  .layout-footer.layout-footer-2 .container form .form-control {
    width: 250px;
  }
  .layout-footer.layout-footer-2 .copyright {
    margin-top: 60px;
  }
}
.layout-footer.layout-footer-3 {
  margin: 0;
}
.layout-footer.layout-footer-3 .prefooter {
  padding: 80px 0 20px 0;
}
.layout-footer.layout-footer-3 .prefooter .content-title-1 > h3 {
  font-size: 22px;
}
.layout-footer.layout-footer-3 .prefooter .content-title-1 > .line-left {
  margin-bottom: 30px;
}
.layout-footer.layout-footer-3 .prefooter .container {
  padding: 0 10px;
  margin-bottom: 40px;
}
.layout-footer.layout-footer-3 .prefooter .container.first {
  padding-left: 0;
}
.layout-footer.layout-footer-3 .prefooter .container.last {
  padding-right: 0;
}
.layout-footer.layout-footer-3 .prefooter .container .links {
  padding: 0;
}
.layout-footer.layout-footer-3 .prefooter .container .links > li {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid #394047;
}
.layout-footer.layout-footer-3 .prefooter .container .links > li > a {
  color: #5c6873;
}
.layout-footer.layout-footer-3 .prefooter .container .links > li > a:hover {
  color: #a5ce39;
}
.layout-footer.layout-footer-3 .prefooter .container .links > li:last-child {
  border-bottom: none;
}
.layout-footer.layout-footer-3 .prefooter .container .blog > .post {
  border-bottom: 1px solid #394047;
  padding: 10px 0;
}
.layout-footer.layout-footer-3 .prefooter .container .blog > .post:first-child {
  padding-top: 0;
}
.layout-footer.layout-footer-3 .prefooter .container .blog > .post.last, .layout-footer.layout-footer-3 .prefooter .container .blog > .post:last-child {
  border-bottom: 0 !important;
}
.layout-footer.layout-footer-3 .prefooter .container .blog > .post > .post-img {
  width: 40px;
  height: 40px;
  position: relative;
  float: left;
  margin-top: 10px;
}
.layout-footer.layout-footer-3 .prefooter .container .blog > .post > .post-img img {
  width: 100%;
  border-radius: 40px;
}
.layout-footer.layout-footer-3 .prefooter .container .blog > .post > .post-content {
  padding-left: 50px;
}
.layout-footer.layout-footer-3 .prefooter .container .blog > .post > .post-content > .post-title {
  text-transform: uppercase;
  font-weight: 600;
}
.layout-footer.layout-footer-3 .prefooter .container .blog > .post > .post-content > .post-title a {
  color: #5c6873;
}
.layout-footer.layout-footer-3 .prefooter .container .blog > .post > .post-content > .post-title a:hover {
  color: #a5ce39;
}
.layout-footer.layout-footer-3 .prefooter .container .blog > .post > .post-content > .text {
  font-size: 16px;
}
.layout-footer.layout-footer-3 .prefooter .container .works {
  padding: 0;
  overflow: auto;
  margin: 0;
}
.layout-footer.layout-footer-3 .prefooter .container .works > li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 0 5px 0;
}
.layout-footer.layout-footer-3 .prefooter .container .works > li.first {
  margin-right: 5px;
}
.layout-footer.layout-footer-3 .prefooter .container .works > li.last {
  margin-left: 5px;
}
.layout-footer.layout-footer-3 .prefooter .container .works > li img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  margin: 0;
  width: 74px;
}
.layout-footer.layout-footer-3 .prefooter .container .works > li img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.layout-footer.layout-footer-3 .prefooter .container .socials {
  list-style: none;
  padding: 0;
  margin: 0;
}
.layout-footer.layout-footer-3 .prefooter .container .socials > li {
  display: inline-block;
  padding: 0 5px;
}
.layout-footer.layout-footer-3 .prefooter .container .socials > li > a > i {
  position: relative;
  display: inline-block;
  padding: 10px;
  background: #1e2226;
  color: #54606b;
  font-size: 18px;
  font-weight: bold;
}
.layout-footer.layout-footer-3 .prefooter .container .socials > li > a:hover > i {
  background-color: #272d32;
  color: white;
}
.layout-footer.layout-footer-3 .prefooter .container .socials > li:first-child {
  padding-left: 0;
}
.layout-footer.layout-footer-3 .prefooter .container .address {
  clear: both;
  padding: 0;
  margin-top: 20px;
}
.layout-footer.layout-footer-3 .prefooter .container .address > li {
  list-style: none;
  padding: 5px 0;
}
.layout-footer.layout-footer-3 .prefooter .container .address > li > i {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.layout-footer.layout-footer-3 .prefooter .container .read-more {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  margin-top: 20px;
}
.layout-footer.layout-footer-3 .postfooter {
  color: #a4aeb8;
  padding: 20px 0;
  margin: 0;
  border-top: 1px solid #394047;
}
.layout-footer.layout-footer-3 .postfooter p {
  padding: 0;
  margin: 0;
}

@media (max-width: 1199px) {
  /* 1199px */
  .layout-footer.layout-footer-3 .prefooter .container .works > li {
    width: 30%;
  }
}
@media (max-width: 991px) {
  /* 991px */
  .layout-footer.layout-footer-3 .prefooter .container {
    padding: 0;
  }
  .layout-footer.layout-footer-3 .prefooter .container .works > li {
    width: auto;
  }
}
.layout-go2top {
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 10px;
  cursor: pointer;
}
.layout-go2top > i {
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #89939e;
  font-size: 38px;
  font-weight: 300;
}
.layout-go2top:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.content-color-demo {
  border: 1px solid #eee;
  margin: 0 0 20px 0;
  cursor: pointer;
}
.content-color-demo .color-view {
  padding: 35px 10px;
  text-align: center;
  font-size: 18px;
}
.content-color-demo .color-info {
  border-top: 1px solid #eee;
  padding: 10px 10px;
  text-align: center;
}

.content-box.size-sm {
  padding: 30px 0;
}
.content-box.size-md {
  padding: 60px 0;
}
.content-box.size-lg {
  padding: 80px 0;
}
.content-box.size-xg {
  padding: 100px 0;
}
.content-box.no-bottom-padding {
  padding-bottom: 0;
}
.content-box.no-top-padding {
  padding-top: 0;
}
.content-box.no-padding {
  padding: 0;
}
.content-box.overflow-hide {
  overflow: hidden;
}

@media (max-width: 991px) {
  /* 991px */
  .content-box > .container-fluid {
    padding: 0 50px;
  }
  .content-box.size-sm {
    padding: 20px 0;
  }
  .content-box.size-md {
    padding: 30px 0;
  }
  .content-box.size-lg {
    padding: 40px 0;
  }
  .content-box.size-xg {
    padding: 60px 0;
  }
}
.content-line-icon {
  background-image: url(../img/content/line-icons/default.png);
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: cover;
}
.content-line-icon.white {
  background-image: url(../img/content/line-icons/white.png);
}
.content-line-icon.icon-screen-chart {
  background-position: 0px -1300%;
}
.content-line-icon.icon-support {
  background-position: 0px -2500%;
}
.content-line-icon.icon-bulb {
  background-position: 0px 1200%;
}
.content-line-icon.icon-comment {
  background-position: 0px -300%;
}
.content-line-icon.icon-globe {
  background-position: 0px -2600%;
}
.content-line-icon.icon-sticker {
  background-position: 0px  2300%;
}
.content-line-icon.icon-md {
  width: 40px;
  height: 40px;
}
.content-line-icon.icon-sm {
  width: 30px;
  height: 30px;
}
.content-line-icon.icon-xs {
  width: 20px;
  height: 20px;
}
.content-line-icon.icon-1 {
  background-position: 0px 0%;
}
.content-line-icon.icon-2 {
  background-position: 0px 100%;
}
.content-line-icon.icon-3 {
  background-position: 0px 200%;
}
.content-line-icon.icon-4 {
  background-position: 0px 300%;
}
.content-line-icon.icon-5 {
  background-position: 0px 400%;
}
.content-line-icon.icon-6 {
  background-position: 0px 500%;
}
.content-line-icon.icon-7 {
  background-position: 0px 600%;
}
.content-line-icon.icon-8 {
  background-position: 0px 700%;
}
.content-line-icon.icon-9 {
  background-position: 0px 800%;
}
.content-line-icon.icon-10 {
  background-position: 0px 900%;
}
.content-line-icon.icon-11 {
  background-position: 0px 1000%;
}
.content-line-icon.icon-12 {
  background-position: 0px 1100%;
}
.content-line-icon.icon-13 {
  background-position: 0px 1200%;
}
.content-line-icon.icon-14 {
  background-position: 0px 1300%;
}
.content-line-icon.icon-15 {
  background-position: 0px 1400%;
}
.content-line-icon.icon-16 {
  background-position: 0px 1500%;
}
.content-line-icon.icon-17 {
  background-position: 0px 1600%;
}
.content-line-icon.icon-18 {
  background-position: 0px 1700%;
}
.content-line-icon.icon-19 {
  background-position: 0px 1800%;
}
.content-line-icon.icon-20 {
  background-position: 0px 1900%;
}
.content-line-icon.icon-21 {
  background-position: 0px 2000%;
}
.content-line-icon.icon-22 {
  background-position: 0px 2100%;
}
.content-line-icon.icon-23 {
  background-position: 0px 2200%;
}
.content-line-icon.icon-24 {
  background-position: 0px 2300%;
}
.content-line-icon.icon-25 {
  background-position: 0px 2400%;
}
.content-line-icon.icon-26 {
  background-position: 0px 2500%;
}
.content-line-icon.icon-27 {
  background-position: 0px 2600%;
}
.content-line-icon.icon-28 {
  background-position: 0px 2700%;
}
.content-line-icon.icon-29 {
  background-position: 0px 2800%;
}
.content-line-icon.icon-30 {
  background-position: 0px 2900%;
}
.content-line-icon.icon-31 {
  background-position: 0px 3000%;
}
.content-line-icon.icon-32 {
  background-position: 0px 3100%;
}
.content-line-icon.icon-33 {
  background-position: 0px 3200%;
}
.content-line-icon.icon-34 {
  background-position: 0px 3300%;
}
.content-line-icon.icon-35 {
  background-position: 0px 3400%;
}
.content-line-icon.icon-36 {
  background-position: 0px 3500%;
}
.content-line-icon.icon-37 {
  background-position: 0px 3600%;
}
.content-line-icon.icon-38 {
  background-position: 0px 3700%;
}
.content-line-icon.icon-39 {
  background-position: 0px 3800%;
}
.content-line-icon.icon-40 {
  background-position: 0px 3900%;
}
.content-line-icon.icon-41 {
  background-position: 0px 4000%;
}
.content-line-icon.icon-42 {
  background-position: 0px 4100%;
}
.content-line-icon.icon-43 {
  background-position: 0px 4200%;
}
.content-line-icon.icon-44 {
  background-position: 0px 4300%;
}
.content-line-icon.icon-45 {
  background-position: 0px 4400%;
}
.content-line-icon.icon-46 {
  background-position: 0px 4500%;
}
.content-line-icon.icon-47 {
  background-position: 0px 4600%;
}
.content-line-icon.icon-48 {
  background-position: 0px 4700%;
}
.content-line-icon.icon-49 {
  background-position: 0px 4800%;
}
.content-line-icon.icon-50 {
  background-position: 0px 4900%;
}

.content-v-center .wrapper {
  width: 100%;
  height: 100%;
  display: table;
}
.content-v-center .wrapper .body {
  display: table-cell;
  vertical-align: middle;
}

.content-list-1 {
  padding: 0;
  margin: 20px 0;
}
.content-list-1 > li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 7px;
}
.content-list-1 > li:before {
  content: '';
  width: 21px;
  height: 2px;
  float: left;
  margin: 9px 15px 0 0;
  background: #fff;
}
.content-list-1.separator-dot > li:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #fff;
  margin-right: 10px;
  margin-top: 8px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.content-list-1.separator-dot.square > li:before {
  border-radius: 0;
}
/*2*/
.content-list-2 {
  padding: 0;
  margin: 20px 0;
}
.content-list-2 > li {
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: #5c6873;
  margin-bottom: 7px;
}
.content-list-2 > li:before {
  content: '';
  width: 21px;
  height: 2px;
  float: left;
  margin: 9px 15px 0 0;
  background: #a5ce39;
}
.content-list-2.separator-dot > li:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #a5ce39;
  margin-right: 10px;
  margin-top: 8px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.content-list-2.separator-dot.square > li:before {
  border-radius: 0;
}
/**/
.content-iconlist-1 {
  padding: 0;
}
.content-iconlist-1 > li {
  list-style: none;
  display: inline-block;
  padding: 2px;
}
.content-iconlist-1 > li:last-child {
  padding-right: 0;
}
.content-iconlist-1 > li > a {
  border: 0;
}
.content-iconlist-1 > li i {
  position: relative;
  background: #f2f2f2;
  text-align: center;
  font-size: 20px;
  color: #cccccc;
  padding: 13px;
  width: 45px;
  height: 45px;
}
.content-iconlist-1 > li:hover > a {
  border: 0;
}
.content-iconlist-1 > li:hover i {
  border: 0;
}

.content-list-adjusted {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content-list-adjusted > li {
  display: table-cell;
  width: 1%;
  padding-right: 5px;
}
.content-list-adjusted > li:last-child {
  padding-right: 0;
}

.content-pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.content-pagination > li {
  list-style: none;
  display: inline-block;
}
.content-pagination > li > span,
.content-pagination > li > a {
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  color: #5c6873;
  font-weight: 400;
  padding: 7px 4px 6px 4px;
  border-radius: 40px;
  border: 1px solid #eeeeee;
}
.content-pagination > li.space > span {
  border-radius: 0;
  border: 0;
}
.content-pagination.square > li > span,
.content-pagination.square > li > a {
  border-radius: 0;
}

.content-overlay {
  overflow: hidden;
  position: relative;
}
.content-overlay .overlay-object {
  position: relative;
  z-index: 1;
}
.content-overlay .overlay-wrapper {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  transition: all 0.2s;
  background: rgba(0, 0, 0, 0.4);
}
.content-overlay .overlay-wrapper:before, .content-overlay .overlay-wrapper:after {
  content: " ";
  display: table;
}
.content-overlay .overlay-wrapper:after {
  clear: both;
}
.content-overlay .overlay-wrapper:before {
  display: inline-block;
  content: '';
  vertical-align: middle;
  height: 100%;
}
.content-overlay .overlay-wrapper .overlay-content {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 0;

  height: auto;
  width: 95%;
}
.content-overlay .overlay-wrapper .overlay-content i {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 40px;
  text-align: center;
  padding: 14px 6px 8px 6px;
  color: #fff;
  font-size: 16px;
  background: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin: 0 5px;
}
.content-overlay .overlay-wrapper .overlay-content i:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.content-overlay:hover {
  cursor: pointer;
}
.content-overlay:hover .overlay-wrapper {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.content-loader {
  display: none;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -30px;
  background: #ccc;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.content-c-panel {
  padding: 0;
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
.content-c-panel .label {
  display: inline-block;
  position: absolute;
  background: #eee;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 500;
  color: #565d66;
}
.content-c-panel .body {
  padding: 40px 20px 20px 20px;
}

.content-ver-nav .menu {
  margin: 0;
  padding: 0;
}
.content-ver-nav .menu > li {
  list-style: none;
  padding: 7px 0;
  border-bottom: 1px solid #f2f2f2;
}
.content-ver-nav .menu > li > a {
  font-weight: 400;
}
.content-ver-nav .menu > li > a > .badge {
  float: right;
}
.content-ver-nav .menu > li:before {
  color: #5c6873;
  content: "\f105";
  font-family: FontAwesome;
  font-weight: 100;
  width: 12px;
  height: 12px;
  font-size: 14px;
  float: left;
  margin: 2px 5px 0 0;
}
.content-ver-nav .menu.arrow-dot > li:before {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 9px 12px 0 0;
  content: '';
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: #5c6873;
}
.content-ver-nav .menu.arrow-dot.square > li:before {
  border-radius: 0;
}

.checkbox {
  position: relative;
  /* handling click events */
  /* when checkbox is checked */
}
.checkbox.checkbox-inline {
  display: inline-block;
}
.form-inline .checkbox.checkbox-inline {
  margin-right: 20px;
  top: 3px;
}
.checkbox input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}
.checkbox label {
  cursor: pointer;
  padding-left: 30px;
}
.checkbox label > span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.checkbox label > span.inc {
  background: #fff;
  left: -10px;
  top: -10px;
  height: 40px;
  width: 40px;
  opacity: 0;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
}
.checkbox label > .box {
  top: 1px;
  border: 2px solid #d0d7de;
  height: 20px;
  width: 20px;
  z-index: 5;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ie .checkbox label > .box {
  top: 2px;
}
.checkbox label > .check {
  top: -2px;
  left: 6px;
  width: 10px;
  height: 20px;
  border: 2px solid #d0d7de;
  border-top: none;
  border-left: none;
  opacity: 0;
  z-index: 5;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.checkbox label > span.inc {
  -webkit-animation: growCircle 0.3s ease;
  -moz-animation: growCircle 0.3s ease;
  animation: growCircle 0.3s ease;
}
.checkbox input[type=checkbox]:checked ~ label > .box {
  opacity: 0;
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
}
.checkbox input[type=checkbox]:checked ~ label > .check {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
.checkbox input[type=checkbox]:disabled ~ label,
.checkbox input[type=checkbox][disabled] ~ label {
  cursor: not-allowed;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.checkbox input[type=checkbox]:disabled ~ label > .box,
.checkbox input[type=checkbox][disabled] ~ label > .box {
  cursor: not-allowed;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.checkbox input[type=checkbox]:disabled:checked ~ label > .check,
.checkbox input[type=checkbox][disabled]:checked ~ label > .check {
  cursor: not-allowed;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.checkbox.has-error label {
  color: #e7505a;
}
.checkbox.has-error label > .box {
  border-color: #e7505a;
}
.checkbox.has-error label > .check {
  border-color: #e7505a;
}
.checkbox.has-info label {
  color: #4eabe6;
}
.checkbox.has-info label > .box {
  border-color: #4eabe6;
}
.checkbox.has-info label > .check {
  border-color: #4eabe6;
}
.checkbox.has-success label {
  color: #5dc09c;
}
.checkbox.has-success label > .box {
  border-color: #5dc09c;
}
.checkbox.has-success label > .check {
  border-color: #5dc09c;
}
.checkbox.has-warning label {
  color: #c8d046;
}
.checkbox.has-warning label > .box {
  border-color: #c8d046;
}
.checkbox.has-warning label > .check {
  border-color: #c8d046;
}

.form-checkboxes.has-error > label {
  color: #e7505a;
}
.form-checkboxes.has-info > label {
  color: #4eabe6;
}
.form-checkboxes.has-success > label {
  color: #5dc09c;
}
.form-checkboxes.has-warning > label {
  color: #c8d046;
}

.checkbox-list {
  margin: 10px 0;
}
.form-horizontal .checkbox-list {
  margin-top: 0px;
}
.checkbox-list .checkbox {
  display: block;
  margin-bottom: 10px;
}

.checkbox-inline {
  margin: 10px 0;
}
.form-horizontal .checkbox-inline {
  margin-top: 8px;
}
.checkbox-inline .checkbox {
  display: inline-block;
  margin-right: 20px;
}
.checkbox-inline .checkbox:last-child {
  margin-right: 0;
}

/* bubble animation */
@-webkit-keyframes growCircle {
  0%, 100% {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  70% {
    background: #eee;
    -webkit-transform: scale(1.25);
  }
}
@-moz-keyframes growCircle {
  0%, 100% {
    -moz-transform: scale(0);
    opacity: 1;
  }
  70% {
    background: #eee;
    -moz-transform: scale(1.25);
  }
}
@keyframes growCircle {
  0%, 100% {
    transform: scale(0);
    opacity: 1;
  }
  70% {
    background: #eee;
    transform: scale(1.25);
  }
}
.radio {
  position: relative;
  /* handling click events */
  /* when radio is checked */
}
.radio input[type=radio] {
  visibility: hidden;
  position: absolute;
}
.radio label {
  line-height: 1px;
  cursor: pointer;
  padding-left: 30px;
}
.radio label > span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.radio label > span.inc {
  background: #fff;
  left: -10px;
  top: -10px;
  height: 40px;
  width: 40px;
  opacity: 0;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
}
.radio label > .box {
  top: 1px;
  border: 2px solid #d0d7de;
  height: 20px;
  width: 20px;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  z-index: 5;
}
.ie .radio label > .box {
  top: 2px;
}
.radio label > .check {
  top: 6px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #d0d7de;
  opacity: 0;
  z-index: 6;
  display: block;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.radio label > span.inc {
  -webkit-animation: growCircleRadio 0.3s ease;
  -moz-animation: growCircleRadio 0.3s ease;
  animation: growCircleRadio 0.3s ease;
}
.radio input[type=radio]:checked ~ label > .check {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.radio input[type=radio]:disabled ~ label,
.radio input[type=radio][disabled] ~ label {
  cursor: not-allowed;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.radio input[type=radio]:disabled ~ label > .box,
.radio input[type=radio][disabled] ~ label > .box {
  cursor: not-allowed;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.radio input[type=radio]:disabled:checked ~ label > .check,
.radio input[type=radio][disabled]:checked ~ label > .check {
  cursor: not-allowed;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.radio.has-error label {
  color: #e7505a;
}
.radio.has-error label > .box {
  border-color: #e7505a;
}
.radio.has-error label > .check {
  background: #e7505a;
}
.radio.has-info label {
  color: #4eabe6;
}
.radio.has-info label > .box {
  border-color: #4eabe6;
}
.radio.has-info label > .check {
  background: #4eabe6;
}
.radio.has-success label {
  color: #5dc09c;
}
.radio.has-success label > .box {
  border-color: #5dc09c;
}
.radio.has-success label > .check {
  background: #5dc09c;
}
.radio.has-warning label {
  color: #c8d046;
}
.radio.has-warning label > .box {
  border-color: #c8d046;
}
.radio.has-warning label > .check {
  background: #c8d046;
}

.form-radios.has-error > label {
  color: #e7505a;
}
.form-radios.has-info > label {
  color: #4eabe6;
}
.form-radios.has-success > label {
  color: #5dc09c;
}
.form-radios.has-warning > label {
  color: #c8d046;
}

.radio-list {
  margin: 10px 0;
}
.form-horizontal .radio-list {
  margin-top: 0px;
}
.radio-list .radio {
  display: block;
  margin-bottom: 10px;
}

.radio-inline {
  margin: 10px 0;
}
.form-horizontal .radio-inline {
  margin-top: 8px;
}
.radio-inline .radio {
  display: inline-block;
  margin-right: 20px;
}
.radio-inline .radio:last-child {
  margin-right: 0;
}

/* bubble animation */
@-webkit-keyframes growCircleRadio {
  0%, 100% {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  70% {
    background: #eee;
    -webkit-transform: scale(1.25);
  }
}
@-moz-keyframes growCircleRadio {
  0%, 100% {
    -moz-transform: scale(0);
    opacity: 1;
  }
  70% {
    background: #eee;
    -moz-transform: scale(1.25);
  }
}
@keyframes growCircleRadio {
  0%, 100% {
    transform: scale(0);
    opacity: 1;
  }
  70% {
    background: #eee;
    transform: scale(1.25);
  }
}
.content-title-1 > .line-center {
  width: 30px;
  height: 3px;
  background-color: #a5ce39;
  margin: 0 auto 30px auto;
}
.content-title-2 > .line-center {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 0 auto 30px auto;
}
.content-title-1 > .line-right,
.content-title-1 > .line-left {
  width: 30px;
  height: 3px;
  background-color: #a5ce39;
  margin: 0 0 30px 0;
}
.content-title-1 > .line-right {
  margin: 0 0 30px auto;
}
.content-title-1 > h3 {
  font-size: 28px;
  color: #666;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.content-title-2 > h2.branco {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.content-title-1 > h3 > i {
  font-size: 22px;
  color: #88909a;
}
.content-title-1 > h3.font-uppercase {
  font-size: 30px;
}
.content-title-1 > p {
  font-size: 17px;
  font-weight: 400;
  color: #5c6873;
  margin: 30px 0;
}
.content-title-1 > p.font-uppercase {
  font-size: 15px;
}
.content-title-1 > hr {
  margin-bottom: 30px;
}
.content-title-1.title-md > .line-left,
.content-title-1.title-md > .line-center {
  margin-bottom: 20px;
}
.content-title-1.title-md > h3 {
  font-size: 22px;
  margin-bottom: 22px;
}
.content-title-1.title-md > h3 > i {
  font-size: 18px;
  color: #88909a;
}
.content-title-1.title-md > h3.font-uppercase {
  font-size: 20px;
}
.content-title-1.title-md > p {
  font-size: 17px;
  margin: 20px 0;
}
.content-title-1.title-md > p.font-uppercase {
  font-size: 14px;
}
.content-title-1.title-sm > .line-left,
.content-title-1.title-sm > .line-center {
  margin-bottom: 15px;
}
.content-title-1.title-sm > h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.content-title-1.title-sm > h3 > i {
  font-size: 16px;
  color: #88909a;
}
.content-title-1.title-sm > h3.font-uppercase {
  font-size: 14px;
}
.content-title-1.title-sm > p {
  font-size: 16px;
  margin: 15px 0;
}
.content-title-1.title-sm > p.font-uppercase {
  font-size: 14px;
}

.content-title-2 {
  margin-bottom: 20px;
}
.content-title-2 > .line {
  height: 2px;
  background-color: #88909a;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.content-title-2 > .line.line-short {
  width: 180px;
  margin: 0 auto;
}
.content-title-2 > .line.dot {
  height: 1px;
  position: relative;
}
.content-title-2 > .line.dot:after {
  background-color: #88909a;
  left: 50%;
  display: inline-block;
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: -4px;
  margin-left: -5px;
  border-radius: 10px !important;
}
.content-title-2 > .line.dot.dot-left:after {
  left: 0;
}
.content-title-2 > .line.dot.dot-right:after {
  left: auto;
  right: 0;
}
.content-title-2 > .line.dot.dot-square:after {
  border-radius: 0 !important;
}
.content-title-2 > h3 {
  font-size: 30px;
  color: #666;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.content-title-2 > h3 > i {
  font-size: 22px;
  color: #88909a;
}
.content-title-2 > h2 {
  font-size: 30px;
  color: #666;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.content-title-2 > h2 > i {
  font-size: 22px;
  color: #88909a;
}
.content-title-2 > p {
  font-size: 17px;
  font-weight: 400;
  color: #5c6873;
  margin: 30px 0;
}
.content-title-2 > p.font-uppercase {
  font-size: 15px;
}
.content-title-2 > hr {
  margin-bottom: 30px;
}
.content-title-2.title-md > .line-left,
.content-title-2.title-md > .line-center {
  margin-bottom: 20px;
}
.content-title-2.title-md > h3 {
  font-size: 22px;
  margin-bottom: 22px;
}
.content-title-2.title-md > h3 > i {
  font-size: 18px;
  color: #88909a;
}
.content-title-2.title-md > h3.font-uppercase {
  font-size: 20px;
}
.content-title-2.title-md > p {
  font-size: 17px;
  margin: 20px 0;
}
.content-title-2.title-md > p.font-uppercase {
  font-size: 14px;
}
.content-title-2.title-sm > .line-left,
.content-title-2.title-sm > .line-center {
  margin-bottom: 15px;
}
.content-title-2.title-sm > h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.content-title-2.title-sm > h3 > i {
  font-size: px;
  color: #88909a;
}
.content-title-2.title-sm > h3.font-uppercase {
  font-size: 14px;
}
.content-title-2.title-sm > p {
  font-size: 16px;
  margin: 15px 0;
}
.content-title-2.title-sm > p.font-uppercase {
  font-size: 14px;
}

.content-title-3 {
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 4px solid #88909a;
}
.content-title-3 > h3 {
  font-size: 28px;
  color: #666;
  font-weight: 500;
  margin: 0 0 15px 0;
}
.content-title-3 > h3 > i {
  font-size: 22px;
  color: #88909a;
}
.content-title-3 > h3.font-uppercase {
  font-size: 30px;
}
.content-title-3 > p {
  font-size: 17px;
  font-weight: 400;
  color: #5c6873;
  margin: 15px 0 0 0;
}
.content-title-3 > p.font-uppercase {
  font-size: 15px;
}
.content-title-3.right {
  padding-left: 0px;
  padding-right: 20px;
  border-left: 0;
  border-right: 4px solid #88909a;
}
.content-title-3.right > h3 {
  text-align: right;
}
.content-title-3.right > p {
  text-align: right;
}
.content-title-3.title-md > .line-left,
.content-title-3.title-md > .line-center {
  margin-bottom: 15px;
}
.content-title-3.title-md > h3 {
  font-size: 22px;
  margin-bottom: 22px;
}
.content-title-3.title-md > h3 > i {
  font-size: 18px;
  color: #88909a;
}
.content-title-3.title-md > h3.font-uppercase {
  font-size: 20px;
}
.content-title-3.title-md > p {
  font-size: 17px;
  margin: 15px 0;
}
.content-title-3.title-md > p.font-uppercase {
  font-size: 14px;
}
.content-title-3.title-sm > .line-left,
.content-title-3.title-sm > .line-center {
  margin-bottom: 10px;
}
.content-title-3.title-sm > h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.content-title-3.title-sm > h3 > i {
  font-size: px;
  color: #88909a;
}
.content-title-3.title-sm > h3.font-uppercase {
  font-size: 14px;
}
.content-title-3.title-sm > p {
  font-size: 16px;
  margin: 10px 0;
}
.content-title-3.title-sm > p.font-uppercase {
  font-size: 14px;
}

@media (max-width: 991px) {
  /* 991px */
  .content-title-3 {
    margin-bottom: 10px;
    padding-left: 20px;
    border-left: 4px solid #88909a;
  }
  .content-title-3 > h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .content-title-3 > h3 > i {
    font-size: 20px;
  }
  .content-title-3 > h3.font-uppercase {
    font-size: 20px;
  }
  .content-title-3 > p {
    font-size: 17px;
    font-weight: 400;
    color: #5c6873;
    margin: 15px 0 0 0;
  }
  .content-title-3 > p.font-uppercase {
    font-size: 15px;
  }
  .content-title-3.right {
    padding-left: 0px;
    padding-right: 20px;
    border-left: 0;
    border-right: 4px solid #88909a;
  }
  .content-title-3.right > h3 {
    text-align: right;
  }
  .content-title-3.right > p {
    text-align: right;
  }
  .content-title-3.title-md > .line-left,
  .content-title-3.title-md > .line-center {
    margin-bottom: 15px;
  }
  .content-title-3.title-md > h3 {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .content-title-3.title-md > h3 > i {
    font-size: 18px;
    color: #88909a;
  }
  .content-title-3.title-md > h3.font-uppercase {
    font-size: 20px;
  }
  .content-title-3.title-md > p {
    font-size: 17px;
    margin: 15px 0;
  }
  .content-title-3.title-md > p.font-uppercase {
    font-size: 14px;
  }
  .content-title-3.title-sm > .line-left,
  .content-title-3.title-sm > .line-center {
    margin-bottom: 10px;
  }
  .content-title-3.title-sm > h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .content-title-3.title-sm > h3 > i {
    font-size: px;
    color: #88909a;
  }
  .content-title-3.title-sm > h3.font-uppercase {
    font-size: 14px;
  }
  .content-title-3.title-sm > p {
    font-size: 16px;
    margin: 10px 0;
  }
  .content-title-3.title-sm > p.font-uppercase {
    font-size: 14px;
  }
}
.content-divider {
  display: block;
  height: 2px;
  background: #666;
  margin: 20px 0;
  position: relative;
}
.content-divider > i {
  color: #666;
  left: 50%;
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 34px;
  text-align: center;
  top: -16px;
  font-size: 18px;
  vertical-align: middle;
}
.content-divider > i.rounded {
  border-radius: 100%;
}
.content-divider > i.square {
  border-radius: 34px;
}
.content-divider > i.icon-dot {
  padding: 0;
  width: 14px;
  height: 14px;
  top: -6px;
  background: #666;
  border-radius: 14px;
}
.content-divider > i.icon-dot.square {
  border-radius: 0;
}
.content-divider > span {
  display: block;
  background: #fff;
  padding: 5px 7px;
  width: auto;
  position: relative;
  top: -18px;
  margin: 0 auto;
}
.content-divider.left {
  margin-left: 25px;
}
.content-divider.left > i {
  left: -25px;
}
.content-divider.right {
  margin-right: 25px;
}
.content-divider.right > i {
  left: auto;
  right: -25px;
}
.content-divider.icon-bg > i {
  padding-top: 8px;
  width: 35px;
  height: 35px;
  top: -17px;
  border-radius: 35px;
  background: #666;
}
.content-divider.icon-bg.left {
  margin-left: 45px;
}
.content-divider.icon-bg.left > i {
  left: -45px;
}
.content-divider.icon-bg.right {
  margin-right: 45px;
}
.content-divider.icon-bg.right > i {
  left: auto;
  right: -45px;
}
.content-divider.divider-sm {
  height: 1px;
}
.content-divider.divider-sm > .icon-dot {
  width: 10px;
  height: 10px;
  top: -4px;
  background: #666;
  border-radius: 10px;
}
.content-divider.divider-sm > .icon-dot.square {
  border-radius: 0;
}

.content-label {
  padding: 4px 10px 2px 10px;
  color: #ffffff;
  background-color: #a5ce39;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}
.content-label.font-uppercase {
  font-size: 14px;
}
.content-label.label-sm {
  font-size: 13px;
  padding: 6px 12px 4px 12px;
}
.content-label.label-sm.font-uppercase {
  font-size: 14px;
}
.content-label.label-lg {
  font-size: 18px;
  padding: 6px 14px 4px 14px;
}
.content-label.label-lg.font-uppercase {
  font-size: 20px;
}

.content-testimonials-1 .testimonial {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.content-testimonials-1 .testimonial > p {
  margin: 0 0 20px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
.content-testimonials-1 .testimonial > h3 {
  margin: 0 0 20px 0;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}
.content-testimonials-1 .testimonial > h3 > span {
  font-weight: 600;
}
.content-testimonials-1.option-2 .testimonial > p {
  color: #666;
}
.content-testimonials-1.option-2 .testimonial > h3 {
  color: #5c6873;
}
.content-testimonials-1 .owl-carousel:not(.theme) .owl-controls .owl-pagination .owl-page span {
  background: #e1e1e1;
}
.content-testimonials-1 .owl-carousel:not(.theme) .owl-controls .owl-pagination .owl-page.active span {
  background: #fff;
}

.content-testimonial-2 {
  background: #fff;
  padding: 50px 30px 50px 30px;
}
.content-testimonial-2 .testimonial {
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  color: #666;
  margin: 30px 0 40px 0;
}
.content-testimonial-2 .author {
  bottom: 0;
  left: 0;
}
.content-testimonial-2 .author > .name {
  display: inline-block;
  font-size: 16px;
  color: #5c6873;
  font-weight: 400;
  margin: 6px 0 0 0;
}
.content-testimonial-2 .author > .portrait {
  background-size: cover;
  width: 55px;
  height: 55px;
  border-radius: 58px;
  float: left;
  margin-right: 20px;
}
.content-testimonial-2 .author > .position {
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 0 0;
}

.content-testimonial-2-slider .title {
  position: absolute;
  top: 30px;
  left: 45px;
  z-index: 10;
  font-size: 14px;
  padding: 4px 10px 2px 10px;
  font-weight: 400;
  color: #ffffff;
}
.content-testimonial-2-slider .owl-controls {
  margin: 0;
  text-align: right;
  position: absolute;
  top: 30px;
  right: 30px;
}

@media (max-width: 991px) {
  /* 991px */
  .content-testimonial-2 {
    margin-bottom: 20px;
  }
}
.content-testimonial-3 {
  padding-bottom: 20px;
}
.content-testimonial-3 > .content {
  padding: 29px;
  position: relative;
}
.content-testimonial-3 > .content:after, .content-testimonial-3 > .content:before {
  top: 100%;
  left: 60px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.content-testimonial-3 > .content:before {
  border-width: 17px;
  margin-left: -17px;
}
.content-testimonial-3 > .content:after {
  border-width: 15px;
  margin-left: -15px;
}
.content-testimonial-3 > .content > i {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
}
.content-testimonial-3 > .person {
  padding: 25px 0 0 25px;
  position: relative;
}
.content-testimonial-3 > .person > img {
  float: left;
  margin: 0 10px 0 0;
  border-radius: 50%;
  width: 70px;
}
.content-testimonial-3 > .person > .person-detail {
  padding: 15px 0 12px 0;
}
.content-testimonial-3 > .person > .person-detail > .name {
  margin: 0;
}
.content-testimonial-3 > .person > .person-detail > .position {
  margin: 3px 0 0 0;
}
.content-testimonial-3.option-default > .content {
  color: #5c6873;
  background: #ffffff;
}
.content-testimonial-3.option-default > .content:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
}
.content-testimonial-3.option-default > .person > .person-detail > .name {
  color: #5c6873;
}
.content-testimonial-3.option-default > .person > .person-detail > .position {
  color: #5c6873;
}
.content-testimonial-3.option-light > .content {
  color: #5c6873;
  background: #f4f5f7;
}
.content-testimonial-3.option-light > .content:after {
  border-color: rgba(244, 245, 247, 0);
  border-top-color: #f4f5f7;
}
.content-testimonial-3.option-light > .person > .person-detail > .name {
  color: #5c6873;
}
.content-testimonial-3.option-light > .person > .person-detail > .position {
  color: #5c6873;
}
.content-testimonial-3.option-dark > .content {
  color: #5c6873;
  background: #ffffff;
}
.content-testimonial-3.option-dark > .content:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
}
.content-testimonial-3.option-dark > .person > .person-detail > .name {
  color: #ffffff;
}
.content-testimonial-3.option-dark > .person > .person-detail > .position {
  color: #5c6873;
}
.content-testimonial-3.option-light-transparent > .content {
  color: #5c6873;
  background: rgba(255, 255, 255, 0.5);
}
.content-testimonial-3.option-light-transparent > .content:after {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.content-testimonial-3.option-light-transparent > .person > .person-detail > .name {
  color: #5c6873;
}
.content-testimonial-3.option-light-transparent > .person > .person-detail > .position {
  color: #5c6873;
}
.content-testimonial-3.option-dark-transparent > .content {
  color: #e4e7e9;
  background: rgba(0, 0, 0, 0.5);
}
.content-testimonial-3.option-dark-transparent > .content:after {
  border-top-color: rgba(0, 0, 0, 0.5);
}
.content-testimonial-3.option-dark-transparent > .person > .person-detail > .name {
  color: #ffffff;
}
.content-testimonial-3.option-dark-transparent > .person > .person-detail > .position {
  color: #5c6873;
}

@media (max-width: 991px) {
  /* 991px */
  .content-testimonial-3 {
    margin: 0;
    width: 100%;
  }
  .content-testimonial-3 > .content {
    margin-left: 0;
  }
  .content-testimonial-3 > .person {
    float: left;
  }
  .content-testimonial-3 > .person > img {
    float: left;
    border-radius: 50%;
    width: 80px;
  }
  .content-testimonial-3 > .person > .person-detail {
    margin-top: 5px;
    float: left;
  }
}
.content-bar-1 {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.content-bar-1 > h3 {
  font-size: 30px;
  color: #666;
  font-weight: 500;
  margin-bottom: 30px;
}
.content-bar-1 > p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #5c6873;
}
.content-bar-1.bordered {
  border: 3px solid transparent;
  padding: 20px;
}

.content-bar-2 {
  padding: 0;
  margin: 0;
  width: 100%;
}
.content-bar-2 .content-title-1 > h3 {
  color: #666;
  margin-bottom: 20px;
}
.content-bar-2 .content-title-1 > p {
  color: #5c6873;
  font-size: 16px;
  margin: 0 0 20px 0;
  line-height: 25px;
}
.content-bar-2 .content-v-center .body {
  padding: 30px;
}
.content-bar-2 .content-v-center .body h3 {
  text-transform: uppercase;
  text-align: center;
  line-height: 33px;
  font-size: 21px;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 991px) {
  /* 991px */
  .content-bar-2 .content-v-center {
    margin-top: 20px;
  }
  .content-bar-2 .content-v-center .body {
    padding: 20px;
  }
}
.content-bar-3 {
  padding: 0;
  margin: 0;
  width: 100%;
}
.content-bar-3 .content-title-1 > h3 {
  padding: 0;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 25px 0;
}
.content-bar-3 .content-title-1 > p {
  padding: 0;
  color: #5c6873;
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
}

@media (max-width: 991px) {
  /* 991px */
  .content-bar-3 > .content-title-1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  /* <= 767px */
  .content-bar-3 {
    text-align: center;
  }
  .content-bar-3 > .content-title-1 {
    text-align: center;
  }
}
.content-bar-4 {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.content-bar-4 > h3 {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  margin: 100px auto 40px auto;
  padding: 40px;
  border: 2px solid rgba(255, 255, 255, 0.15);
}
.content-bar-4.opt-2 > h3 {
  margin-top: 30px;
  margin-bottom: 0;
}
.content-bar-4.opt-2 > .row > div > p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
  padding: 40px;
}

.content-bar-5 {
  padding: 0;
  margin: 0;
  width: 100%;
}
.content-bar-5 > h3 {
  font-size: 30px;
  color: #666;
  font-weight: 500;
  margin-bottom: 30px;
}
.content-bar-5 > p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #5c6873;
}
.content-bar-5.bordered {
  border: 3px solid transparent;
  padding: 40px;
}

.content-media-1 {
  padding: 30px;
  background-color: #ffffff;
  margin: 0;
  position: relative;
}
.content-media-1.bordered {
  border: 1px solid #f0f1f2;
}
.content-media-1 .content-label {
  padding: 4px 10px 2px 10px;
}
.content-media-1 .title {
  display: block;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  color: #666;
  margin: 30px 0 20px 0;
}
.content-media-1 p {
  font-size: 16px;
  color: #5c6873;
  font-weight: 300;
  line-height: 23px;
}
.content-media-1 .date {
  margin-bottom: 10px;
  margin-top: 30px;
  display: inline-block;
  color: #5c6873;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.content-media-1 .author {
  overflow: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}
.content-media-1 .author > .portrait {
  position: relative;
  background-size: cover;
  width: 55px;
  height: 55px;
  border-radius: 58px;
  float: left;
  margin-right: 20px;
}
.content-media-1 .author > .name {
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #5c6873;
/*  margin: 15px 0 0 0;*/
}
.content-media-1 .author > p {
  font-size: 12px;
  color: #a5ce39;
  margin: 0;
}
.content-media-1 .action {
  margin-top: 20px;
  text-align: right;
}

.content-media-1-slider > .content-label {
  padding: 4px 10px 2px 10px;
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 10;
}
.content-media-1-slider .owl-controls {
  margin: 0;
  text-align: right;
  position: absolute;
  top: 30px;
  right: 30px;
}
.content-media-1-slider.pagination-bottom .owl-controls {
  top: auto;
  bottom: 20px;
  right: 30px;
}

@media (max-width: 991px) {
  /* 991px */
  .content-media-1 {
    margin-bottom: 20px;
  }

  .content-media-1-slider {
    margin-bottom: 20px;
  }
}
.content-media-2 {
  padding: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-media-2 .c-panel {
  position: absolute;
  bottom: 10px;
  right: 30px;
}
.content-media-2 .c-panel > .fav {
  font-size: 20px;
  color: #ffffff;
}
.content-media-2 .c-panel > .fav > i {
  position: relative;
  top: 2px;
  margin-right: 10px;
  display: inline-block;
}
.content-media-2 .c-panel > .fav > i:hover {
  color: #a5ce39;
  cursor: pointer;
}
.content-media-2 .c-panel > .fav > p {
  display: inline-block;
}

.content-media-2-slider .content-label {
  position: absolute;
  top: 25px;
  left: 40px;
  z-index: 10;
}
.content-media-2-slider .owl-controls {
  margin: 0;
  text-align: right;
  position: absolute;
  top: 30px;
  right: 30px;
}
.content-media-2-slider.pagination-bottom .owl-controls {
  top: auto;
  bottom: 20px;
  right: 30px;
}

@media (max-width: 991px) {
  /* 991px */
  .content-media-2 {
    margin-bottom: 20px;
  }

  .content-media-2-slider {
    margin-bottom: 20px;
  }
}
.content-pricing-1 {
  padding: 0;
  margin: 0;
  width: 100%;
}
.content-pricing-1 > .tile-container {
  width: 100%;
  position: relative;
  text-align: center;
}
.content-pricing-1 > .tile-container > .tile {
  background: #ffffff;
  width: 31.9%;
  height: 100%;
  float: left;
  padding: 90px 0;
  margin: 0 20px;
}
.content-pricing-1 > .tile-container > .tile.bordered {
  border: 3px solid transparent;
}
.content-pricing-1 > .tile-container > .tile.shadow {
  box-shadow: 0px 3px 18px -5px rgba(0, 0, 0, 0.5);
}
.content-pricing-1 > .tile-container > .tile > .label {
  color: #fff;
  padding: 4px 10px 2px 10px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 30px 0;
}
.content-pricing-1 > .tile-container > .tile > p {
  font-size: 15px;
  font-weight: 400;
}
.content-pricing-1 > .tile-container > .tile > .btn {
  margin-top: 40px;
}
.content-pricing-1 > .tile-container > .tile > .price {
  color: #666;
  font-size: 60px;
  font-weight: bold;
}
.content-pricing-1 > .tile-container > .tile > .price > sup {
  font-size: 28px;
  font-weight: normal;
  vertical-align: super;
}
.content-pricing-1 > .tile-container > .tile-small {
  margin: 40px 0;
  padding: 50px 0;
}
.content-pricing-1.option-2 > .tile-container > .tile > .label {
  color: #ffffff;
}
.content-pricing-1.option-2 > .tile-container > .tile.highlight {
  background-color: #a5ce39;
}
.content-pricing-1.option-2 > .tile-container > .tile.highlight > .label {
  background-color: #ffffff;
  color: #a5ce39;
}
.content-pricing-1.option-2 > .tile-container > .tile.highlight > p {
  color: #ffffff;
}
.content-pricing-1.option-2 > .tile-container > .tile.highlight > .price {
  color: #666;
}
.content-pricing-1.option-2 > .tile-container > .tile.highlight > .price > sup {
  color: #666;
}

@media (max-width: 991px) {
  /* <= 991px */
  .content-pricing-1 > .title > h3 {
    margin: 20px 0 50px 0;
  }
  .content-pricing-1 > .tile-container > .tile {
    width: 100%;
    margin: 20px 0;
  }
}
.content-pricing-1 {
  padding: 0;
  margin: 0;
}
.content-pricing-1 .content.padding-adjustment {
  margin-right: -30px;
}
.content-pricing-1 .content > .row {
  padding: 30px;
  text-align: center;
  border-top: 1px solid;
  font-weight: 500;
}
.content-pricing-1 .content > .row > .sub-title {
  display: none;
}
.content-pricing-1 .content > .row:first-child, .content-pricing-1 .content > .row:last-child {
  border-top: none;
}
.content-pricing-1 .content > .row.type {
  padding: 30px;
  font-weight: 500;
}
.content-pricing-1 .content > .row.title {
  text-align: left;
  padding-left: 0px;
  font-weight: normal;
}
.content-pricing-1 .content > .row.align-left {
  padding-left: 0px;
  text-align: left;
}
.content-pricing-1 .content > .row.purchase > .btn-purchase {
  padding: 12px 30px 10px 30px;
}
.content-pricing-1.opt-1 .content.column-even {
  background: #fafbfb;
}
.content-pricing-1.opt-1 .content > .row {
  color: #5f6f77;
  border-top-color: #f4f4f4;
}
.content-pricing-1.opt-1 .content > .row.type {
  color: #5f6f77;
}
.content-pricing-1.opt-1 .content > .row.title {
  color: #84969f;
}
.content-pricing-1.opt-1 .content > .row.dollar {
  color: #b9c4ca;
}
.content-pricing-1.opt-1 .content > .row > .fa.fa-check {
  color: #75c199;
}
.content-pricing-1.opt-1 .content > .row > .fa.fa-times {
  color: #ff6b57;
}
.content-pricing-1.opt-2 .content.column-even {
  background: rgba(255, 255, 255, 0.02);
}
.content-pricing-1.opt-2 .content > .row {
  color: #969ab9;
  border-top-color: rgba(255, 255, 255, 0.04);
}
.content-pricing-1.opt-2 .content > .row.type {
  color: #fbfefe;
}
.content-pricing-1.opt-2 .content > .row.title {
  color: #969ab9;
}
.content-pricing-1.opt-2 .content > .row.dollar {
  color: #5b5f84;
}
.content-pricing-1.opt-2 .content > .row > .fa.fa-check {
  color: #75c199;
}
.content-pricing-1.opt-2 .content > .row > .fa.fa-times {
  color: #ff6b57;
}

.title-pricing-1 {
  margin-top: 40px;
}
.title-pricing-1 > h4 {
  float: left;
  margin-top: 0px;
  margin-bottom: 70px;
}
.title-pricing-1 > .try {
  position: absolute;
  top: 30px;
  right: 15px;
  float: left;
}
.title-pricing-1 > .try > .btn-try {
  padding: 12px 30px 10px 30px;
}
.title-pricing-1.opt-title-1 > h4 {
  color: #455055;
}
.title-pricing-1.opt-title-1 > .try > .btn-try {
  background: #ff6b57;
  color: #ffffff;
}
.title-pricing-1.opt-title-1 > .try > .btn-try:hover, .title-pricing-1.opt-title-1 > .try > .btn-try:focus, .title-pricing-1.opt-title-1 > .try > .btn-try:active, .title-pricing-1.opt-title-1 > .try > .btn-try.active, .title-pricing-1.opt-title-1 > .try > .btn-try .open > .dropdown-toggle.btn-try {
  background: #e16450;
}
.title-pricing-1.opt-title-1 > .try > .btn-try:active, .title-pricing-1.opt-title-1 > .try > .btn-try.active {
  background: #c3604b;
  box-shadow: none;
}
.title-pricing-1.opt-title-2 > h4 {
  color: #fbfefe;
}
.title-pricing-1.opt-title-2 > h4 > span {
  color: #41c6ec;
}
.title-pricing-1.opt-title-2 > .try > .btn-try {
  background: #ff6b57;
  color: #ffffff;
}
.title-pricing-1.opt-title-2 > .try > .btn-try:hover, .title-pricing-1.opt-title-2 > .try > .btn-try:focus, .title-pricing-1.opt-title-2 > .try > .btn-try:active, .title-pricing-1.opt-title-2 > .try > .btn-try.active, .title-pricing-1.opt-title-2 > .try > .btn-try .open > .dropdown-toggle.btn-try {
  background: #e16450;
}
.title-pricing-1.opt-title-2 > .try > .btn-try:active, .title-pricing-1.opt-title-2 > .try > .btn-try.active {
  background: #c3604b;
  box-shadow: none;
}

@media (max-width: 991px) {
  /* 991px */
  .title-pricing-1 {
    margin-top: 40px;
  }
  .title-pricing-1 > h4 {
    float: left;
    margin-top: 0px;
    margin-bottom: 70px;
  }
  .title-pricing-1 > .try {
    position: absolute;
    top: -7px;
    right: 15px;
    float: left;
  }

  .content-pricing-1 > .sm-hidden {
    display: none;
  }
  .content-pricing-1 .content > .row {
    padding: 30px;
    text-align: center;
  }
  .content-pricing-1 .content > .row > .sub-title {
    display: inline;
  }
  .content-pricing-1 .content > .row.align-left {
    padding-left: 30px;
    text-align: center;
  }
  .content-pricing-1 .content > .row.title {
    text-align: center;
    padding-left: 30px;
  }
  .content-pricing-1 .content > .row.empty {
    display: none;
  }
}
@media (max-width: 767px) {
  /* 766px */
  .title-pricing-1 {
    text-align: center;
    padding: 0px;
  }
  .title-pricing-1 > h4 {
    width: 100%;
    clear: both;
    margin: 0px auto 30px;
  }
  .title-pricing-1 > .try {
    position: static;
    clear: both;
    width: 100%;
    margin-bottom: 50px;
  }
  .title-pricing-1 > .try > .btn-try {
    margin-left: auto;
    margin-right: auto;
  }

  .content-pricing-1 .content {
    margin-bottom: 80px;
  }
  .content-pricing-1 .content.padding-adjustment {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.content-pricing-2 {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 20px;
}
.content-pricing-2 > .icon {
  margin-bottom: 43px;
}
.content-pricing-2 > .title {
  margin-bottom: 5px;
}
.content-pricing-2 > .price {
  margin-bottom: 33px;
}
.content-pricing-2 > .items > ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 38px;
}
.content-pricing-2 > .items > ul > li {
  padding: 4px 0;
  font-size: 16px;
}
.content-pricing-2.padding-first {
  margin-right: -15px;
}
.content-pricing-2.featured-no-padding, .content-pricing-2.featured-extra-padding, .content-pricing-2.featured-overlap {
  margin-top: -30px;
  padding: 80px 0;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
.content-pricing-2.featured-no-padding {
  margin-left: -15px;
  margin-right: -15px;
}
.content-pricing-2.featured-extra-padding {
  margin-left: -13px;
  margin-right: -13px;
}
.content-pricing-2.featured-overlap {
  margin-left: -17px;
  margin-right: -17px;
}
.content-pricing-2.padding-last {
  margin-left: -15px;
}
.content-pricing-2.opt-1 {
  background: #f8f8f8;
}
.content-pricing-2.opt-1.bg-outline {
  border: 2px solid transparent;
}
.content-pricing-2.opt-1 > .icon > i {
  color: #c8d1e1;
}
.content-pricing-2.opt-1 > .title {
  color: #5f6f77;
}
.content-pricing-2.opt-1 > .price {
  color: #8d9db6;
}
.content-pricing-2.opt-1 > .items {
  color: #aab5c6;
}
.content-pricing-2.opt-1-featured {
  background: #ff6b57;
}
.content-pricing-2.opt-1-featured.bg-outline {
  border: 2px solid transparent;
}
.content-pricing-2.opt-1-featured > .icon > i {
  color: #ffb1a7;
}
.content-pricing-2.opt-1-featured > .title {
  color: #ffffff;
}
.content-pricing-2.opt-1-featured > .price {
  color: #ffd5cf;
}
.content-pricing-2.opt-1-featured > .items {
  color: #ffd5cf;
}
.content-pricing-2.opt-2 {
  background: #3e4265;
}
.content-pricing-2.opt-2.bg-outline {
  border: 2px solid transparent;
}
.content-pricing-2.opt-2 > .icon > i {
  color: #505477;
}
.content-pricing-2.opt-2 > .title {
  color: #ffffff;
}
.content-pricing-2.opt-2 > .price {
  color: #969ab9;
}
.content-pricing-2.opt-2 > .items {
  color: #969ab9;
}
.content-pricing-2.opt-2-featured {
  background: #414567;
}
.content-pricing-2.opt-2-featured.bg-outline {
  border: 2px solid transparent;
}
.content-pricing-2.opt-2-featured > .icon > i {
  color: #ff6b57;
}
.content-pricing-2.opt-2-featured > .title {
  color: #ffffff;
}
.content-pricing-2.opt-2-featured > .price {
  color: #22afd7;
}
.content-pricing-2.opt-2-featured > .items {
  color: #969ab9;
}
.content-pricing-2.opt-3 {
  background: #ffffff;
}
.content-pricing-2.opt-3.bg-outline {
  border: 2px solid #dce2e7;
}
.content-pricing-2.opt-3 > .icon > i {
  color: #c8d1e1;
}
.content-pricing-2.opt-3 > .title {
  color: #5f6f77;
}
.content-pricing-2.opt-3 > .price {
  color: #8d9db6;
}
.content-pricing-2.opt-3 > .items {
  color: #aab5c6;
}
.content-pricing-2.opt-3-featured {
  background: #ffffff;
}
.content-pricing-2.opt-3-featured.bg-outline {
  border: 2px solid #53b0bb;
}
.content-pricing-2.opt-3-featured > .icon > i {
  color: #53b0bb;
}
.content-pricing-2.opt-3-featured > .title {
  color: #5f6f77;
}
.content-pricing-2.opt-3-featured > .price {
  color: #8d9db6;
}
.content-pricing-2.opt-3-featured > .items {
  color: #aab5c6;
}
.content-pricing-2.opt-4 {
  background: rgba(255, 255, 255, 0.05);
}
.content-pricing-2.opt-4.bg-outline {
  border: 2px solid transparent;
}
.content-pricing-2.opt-4 > .icon > i {
  color: #808ca4;
}
.content-pricing-2.opt-4 > .title {
  color: #ffffff;
}
.content-pricing-2.opt-4 > .price {
  color: #b5bdcc;
}
.content-pricing-2.opt-4 > .items {
  color: #b5bdcc;
}
.content-pricing-2.opt-4-featured {
  background: rgba(255, 255, 255, 0.07);
}
.content-pricing-2.opt-4-featured.bg-outline {
  border: 2px solid transparent;
}
.content-pricing-2.opt-4-featured > .icon > i {
  color: #22afd7;
}
.content-pricing-2.opt-4-featured > .title {
  color: #ffffff;
}
.content-pricing-2.opt-4-featured > .price {
  color: #b5bdcc;
}
.content-pricing-2.opt-4-featured > .items {
  color: #b5bdcc;
}
.content-pricing-2.opt-5 {
  background: #fafafa;
}
.content-pricing-2.opt-5.bg-outline {
  border: 2px solid #fafafa;
}
.content-pricing-2.opt-5 > .icon > i {
  color: #8d98a3;
}
.content-pricing-2.opt-5 > .title {
  color: #3d4e5e;
}
.content-pricing-2.opt-5 > .price {
  color: #8d98a3;
}
.content-pricing-2.opt-5 > .items {
  color: #afb6bc;
}
.content-pricing-2.opt-5-featured {
  background: #22272c;
}
.content-pricing-2.opt-5-featured.bg-outline {
  border: 2px solid #2a333c;
}
.content-pricing-2.opt-5-featured > .icon > i {
  color: #30363b;
}
.content-pricing-2.opt-5-featured > .title {
  color: #fbfefe;
}
.content-pricing-2.opt-5-featured > .price {
  color: #525960;
}
.content-pricing-2.opt-5-featured > .items {
  color: #525960;
}

.title-pricing-2 > h4 {
  margin: 15px 0;
}
.title-pricing-2 > p {
  margin-bottom: 100px;
}
.title-pricing-2.opt-title-1 > h4 {
  color: #455055;
}
.title-pricing-2.opt-title-1 > h4 > span {
  color: #22afd7;
}
.title-pricing-2.opt-title-1 > p {
  color: #a0b0b8;
}
.title-pricing-2.opt-title-2 > h4 {
  color: #fbfefe;
}
.title-pricing-2.opt-title-2 > h4 > span {
  color: #22afd7;
}
.title-pricing-2.opt-title-2 > p {
  color: #969ab9;
}
.title-pricing-2.opt-title-3 > h4 {
  color: #455055;
}
.title-pricing-2.opt-title-3 > h4 > span {
  color: #53b0bb;
}
.title-pricing-2.opt-title-3 > p {
  color: #a0b0b8;
}
.title-pricing-2.opt-title-4 > h4 {
  color: #ffffff;
}
.title-pricing-2.opt-title-4 > h4 > span {
  color: #ffffff;
}
.title-pricing-2.opt-title-4 > p {
  color: #b5bdcc;
}
.title-pricing-2.opt-title-5 > h4 {
  color: #3d4e5e;
}
.title-pricing-2.opt-title-5 > h4 > span {
  color: #3d4e5e;
}
.title-pricing-2.opt-title-5 > p {
  color: #a0b0b8;
}

@media (max-width: 991px) {
  /* 991px */
  .content-pricing-2.padding-first {
    margin-right: -15px;
    margin-top: 0px;
  }
  .content-pricing-2.featured-no-padding, .content-pricing-2.featured-extra-padding, .content-pricing-2.featured-overlap {
    border-radius: 0px;
    margin: 0px 0px 0px -10px;
    padding: 50px 0;
  }
  .content-pricing-2.featured-overlap {
    padding: 52px 0;
  }
  .content-pricing-2.padding-last {
    margin-left: 0px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  /* 766px */
  .content-pricing-2.padding-first {
    margin: 0px;
  }
  .content-pricing-2.featured-no-padding, .content-pricing-2.featured-extra-padding, .content-pricing-2.featured-overlap {
    margin-top: 5px;
    margin-left: 0px;
    border-radius: 0px;
    padding: 50px 0;
  }
  .content-pricing-2.padding-last {
    margin-left: 0px;
    margin-top: 5px;
  }
}
.content-product-1 {
  padding: 0;
  margin: 0;
  width: 100%;
}
.content-product-1 .row {
  position: relative;
}
.content-product-1 .row .media > img {
  width: 100%;
}
.content-product-1 .row .body {
  padding: 80px 0 20px 20px;
}
.content-product-1 .row .body > .row {
  padding: 0 0 0 40px;
}
.content-product-1 .row .body > .row > li {
  width: 50%;
  display: inline-block;
  list-style: none;
  float: left;
  padding: 0 50px 0 0;
  margin-bottom: 35px;
}
.content-product-1 .row .body > .row > li:last-child {
  padding: 0 0 0 50px;
}
.content-product-1 .row .body > .row > li > h4 {
  font-size: 20px;
  color: #666;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.content-product-1 .row .body > .row > li > p {
  color: #5c6873;
  font-weight: 300;
}
.content-product-1 .row .body > .btn {
  display: block;
  margin: 0 auto 60px auto;
  clear: both;
}

@media (max-width: 991px) {
  /* 991px */
  .content-product-1 .row .media > img {
    width: 40%;
    margin: 0 auto;
    display: block;
  }
  .content-product-1 .row .body {
    padding: 30px 0 10px;
  }
  .content-product-1 .row .body > .row {
    padding: 0;
  }
  .content-product-1 .row .body > .row > li {
    width: 100%;
    margin: 40px 0;
    float: none;
  }
  .content-product-1 .row .body > .row > li:last-child {
    padding: 0;
  }
}
.content-contact-1 {
  padding: 0;
  margin: 0;
  width: 100%;
}
.content-contact-1:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.content-contact-1:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.content-contact-1 > .row .body {
  position: relative;
  z-index: 100;
  background: #ffffff;
  margin: 40px 0;
  padding: 40px 30px;
}
.content-contact-1 > .row .body > .section {
  margin-bottom: 15px;
  text-align: right;
}
.content-contact-1 > .row .body > .section > h3 {
  font-size: 18px;
  color: #666;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
.content-contact-1 > .row .body > .section > p {
  font-size: 16px;
  line-height: 24px;
  color: #7f8c97;
  font-weight: 300;
}
.content-contact-1 > .row .body > .section > p,
.content-contact-1 > .row .body > .section > .content-iconlist-1 {
  margin-top: 20px;
}

.content-contact-1-gmap {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 991px) {
  /* 991px */
  .content-contact-1-gmap {
    display: block;
    position: static;
    width: 100%;
    height: 300px !important;
  }

  .content-contact-1 > .row > div {
    width: 100%;
  }
  .content-contact-1 > .row > div .body {
    position: static;
    display: block;
    padding: 30px 20px 10px 20px;
    background: #fafafa;
    margin: 0;
    text-align: left;
  }
  .content-contact-1 > .row > div .body:before, .content-contact-1 > .row > div .body:after {
    content: " ";
    display: table;
  }
  .content-contact-1 > .row > div .body:after {
    clear: both;
  }
}
.content-feedback-1 {
  padding: 0;
  margin: 0;
  width: 100%;
}
.content-feedback-1 > .row > div .content-title-1 > .line-left {
  margin-bottom: 30px;
}
.content-feedback-1 > .row > div .content-title-1 > p {
  margin-bottom: 30px;
  font-weight: 300;
}
.content-feedback-1 > .row > div > .container {
  background-size: auto;
  padding: 30px;
  margin: 0 30px 60px 0;
}
.content-feedback-1 > .row > div > .container > .inverse > h3 {
  color: #ffffff;
}
.content-feedback-1 > .row > div > .container > .inverse > .line-left {
  background-color: #ffffff;
}
.content-feedback-1 > .row > div > .container > .inverse > p {
  color: #ffffff;
}
.content-feedback-1 > .row > div > .container:last-child {
  margin-bottom: 0;
}
.content-feedback-1 > .row > div > .container:last-child p {
  margin-bottom: 0;
}
.content-feedback-1 > .row > div > .contact {
  margin-left: 30px;
}
.content-feedback-1 > .row > div form {
  margin-bottom: 20px;
}
.content-feedback-1 > .row > div form .input-group {
  width: 340px;
}
.content-feedback-1 .input-group {
  border: 0;
}
.content-feedback-1 .input-group .input-group-addon,
.content-feedback-1 .input-group .btn {
  border: 0;
}
.content-feedback-1.option-2 {
  padding: 60px 0;
}
.content-feedback-1.option-2 > .content-title-1 > h3 {
  margin-left: -18px;
}
.content-feedback-1.option-2 > .content-title-1 > .left {
  margin-bottom: 0;
  left: -7.5px;
  background-color: #ffffff;
}
.content-feedback-1.option-2 > .content-title-1 > .right {
  display: block;
  text-align: center;
  position: relative;
  left: 7.5px;
  top: -3px;
}
.content-feedback-1.option-2 > .content-title-1 > .line-center {
  position: relative;
  display: block;
  text-align: center;
  width: 15px;
}
.content-feedback-1.option-2 > .content-title-1 > p {
  margin-left: 18px;
}
.content-feedback-1.option-2 > .content-title-1 > p > span {
  color: #7f8b96;
}

@media (max-width: 991px) {
  /* 991px */
  .content-feedback-1 > .row > div > .container {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .content-feedback-1 > .row > div > .contact {
    padding: 40px 30px 0 30px;
    margin: 0;
  }
  .content-feedback-1 > .row > div form .input-group {
    width: 100%;
  }
  .content-feedback-1.option-2 > .row > div > .contact {
    padding: 30px;
    margin-top: 40px;
    background-color: #ffffff;
  }
}
.content-recent-posts-1 {
  padding: 0;
  margin: 0;
}
.content-recent-posts-1 > li {
  padding: 15px;
  list-style: none;
  border: 1px solid #eeeeee;
  border-bottom: 0;
}
.content-recent-posts-1 > li:last-child {
  border-bottom: 1px solid #eeeeee;
}
.content-recent-posts-1 > li > .image {
  width: 60px;
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.content-recent-posts-1 > li > .post {
  padding: 5px 0;
}
.content-recent-posts-1 > li > .post .title {
  font-weight: 400;
}
.content-recent-posts-1 > li > .post .date {
  font-size: 15px;
  color: #5c6873;
}
.content-recent-posts-1 > li:before, .content-recent-posts-1 > li:after {
  content: " ";
  display: table;
}
.content-recent-posts-1 > li:after {
  clear: both;
}

.content-blog-post-1:before, .content-blog-post-1:after {
  content: " ";
  display: table;
}
.content-blog-post-1:after {
  clear: both;
}
.content-blog-post-1 .title {
  font-size: 30px;
  color: #666;
  font-weight: 300;
  margin: 30px 0 20px 0;
}
.content-blog-post-1 .desc {
  font-size: 17px;
  color: #5c6873;
  font-weight: 300;
  margin: 0px 0 30px 0;
}
.content-blog-post-1 .c-panel {
  padding: 5px 10px;
  border: 1px solid #eeeeee;
}
.content-blog-post-1 .c-panel:before, .content-blog-post-1 .c-panel:after {
  content: " ";
  display: table;
}
.content-blog-post-1 .c-panel:after {
  clear: both;
}
.content-blog-post-1 .c-panel .author,
.content-blog-post-1 .c-panel .date,
.content-blog-post-1 .c-panel .comments {
  float: left;
  display: inline-block;
  font-size: 14px;
  color: #5c6873;
  font-weight: 400;
  margin: 6px 10px 3px 0;
}
.content-blog-post-1 .c-panel .comments {
  float: right;
}
.content-blog-post-1 .c-panel .comments i {
  position: relative;
  top: 2px;
  color: #8f9ba6;
}
.content-blog-post-1 .c-panel .tags {
  padding: 0;
  margin: 3px 0px 5px 0;
  float: right;
  display: inline-block;
}
.content-blog-post-1 .c-panel .tags > li {
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  list-style: none;
  padding: 2px 6px 1px 6px;
  margin: 0 2px;
}
.content-blog-post-1 .c-panel .tags > li:last-child {
  margin-right: 0;
}
.content-blog-post-1 .c-panel .author {
  display: inline-block;
}
.content-blog-post-1 .comments {
  margin: 40px 0;
}
.content-blog-post-1 .comments .comment-list {
  margin-bottom: 60px;
}
.content-blog-post-1 .comments .comment-list .media {
  margin-bottom: 30px;
}
.content-blog-post-1 .comments .comment-list .media .media-body > .media:last-child {
  margin-bottom: 0;
}
.content-blog-post-1 .comments .comment-list .media-object {
  height: 50px;
  width: 50px;
  border-radius: 50px !important;
}
.content-blog-post-1 .comments .comment-list .media-heading > a {
  text-transform: uppercase;
}
.content-blog-post-1 .comments .comment-list .media-heading > .date {
  text-transform: uppercase;
  font-size: 16px;
}

.content-blog-post-1-list {
  padding-right: 30px;
}
.content-blog-post-1-list:before, .content-blog-post-1-list:after {
  content: " ";
  display: table;
}
.content-blog-post-1-list:after {
  clear: both;
}
.content-blog-post-1-list .content-blog-post-1 {
  margin-bottom: 80px;
}
.content-blog-post-1-list .pagination {
  text-align: center;
}

.content-blog-post-1-view {
  padding-right: 30px;
}
.content-blog-post-1-view:before, .content-blog-post-1-view:after {
  content: " ";
  display: table;
}
.content-blog-post-1-view:after {
  clear: both;
}
.content-blog-post-1-view .navigation {
  text-align: center;
}

.content-blog-post-card-1 .body {
  padding: 20px 0;
}
.content-blog-post-card-1 .body .title {
  font-size: 19px;
  font-weight: 500;
  color: #666;
  margin-bottom: 10px;
}
.content-blog-post-card-1 .body .author {
  font-size: 14px;
  font-weight: 400;
  color: #5c6873;
  margin-bottom: 10px;
}
.content-blog-post-card-1 .body .c-panel {
  padding: 5px 0;
  border-top: 1px solid #eeeeee;
}
.content-blog-post-card-1 .body .c-panel:before, .content-blog-post-card-1 .body .c-panel:after {
  content: " ";
  display: table;
}
.content-blog-post-card-1 .body .c-panel:after {
  clear: both;
}
.content-blog-post-card-1 .body .c-panel .comments {
/*  float: left;*/
  display: inline-block;
  font-size: 15px;
  color: #5c6873;
  font-weight: 400;
  margin: 6px 10px 3px 0;
}
.content-blog-post-card-1 .body .c-panel .comments i {
  position: relative;
  top: 2px;
  color: #8f9ba6;
}
.content-blog-post-card-1 .body .c-panel .tags {
  padding: 0;
  margin: 3px 0px 5px 0;
  float: right;
  display: inline-block;
}
.content-blog-post-card-1 .body .c-panel .tags > li {
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  list-style: none;
  padding: 2px 6px 1px 6px;
  margin: 0 2px;
}
.content-blog-post-card-1 .body .c-panel .tags > li:last-child {
  margin-right: 0;
}
.content-blog-post-card-1 .body .c-panel .author {
  display: inline-block;
}
.content-blog-post-card-1 .body p {
  display: block;
  clear: both;
  padding: 10px 0 0 0;
  color: #5c6873;
}
.content-blog-post-card-1.option-2 .body {
  padding: 20px 15px;
  background: #fff;
  height:200px;
}
.content-blog-post-card-1.option-2 .body p {
  padding-bottom: 0;
}
.content-blog-post-card-1.bordered {
  border: 1px solid #eeeeee;
}

.content-blog-post-card-1-grid {
  padding-right: 40px;
}
.content-blog-post-card-1-grid .content-blog-post-card-1 {
  margin-bottom: 30px;
}
.content-blog-post-card-1-grid .pagination {
  margin-top: 30px;
  text-align: center;
}

.content-blog-post-card-1-slider .content-label {
  padding: 6px 10px 2px 10px;
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 10;
}
.content-blog-post-card-1-slider .owl-controls {
  margin-top: 60px;
}

.content-counter-1 > .row > div {
  text-align: center;
}
.content-counter-1 > .row > div > .title {
  font-weight: 300;
  font-size: 20px;
  color: #666;
  margin: 20px 0 15px 0;
}
.content-counter-1 > .row > div > .counter {
  font-size: 45px;
  font-weight: 300;
  color: #a5ce39;
  margin: 10px auto 30px auto;
  background-color: #fff;
  width: 200px;
  height: 200px;
  padding: 65px 0;
  display: block;
  border-radius: 200px;
  border: 1px solid transparent;
}
.content-counter-1 > .row > div > .counter.bordered {
  border: 4px solid transparent;
  background: none;
}
.content-counter-1 > .row > div > .content {
  color: #5c6873;
  padding: 0 30px;
}

@media (max-width: 991px) {
  /* 991px */
  .content-counter-1 > .row > div > .title {
    margin-top: 5px;
  }
  .content-counter-1 > .row > div > .first {
    margin-top: 0;
  }
  .content-counter-1 > .row > div > .content {
    margin-bottom: 60px;
  }
}
.content-feature-1 {
  padding-right: 40px;
}
.content-feature-1 > h4 {
  font-size: 18px;
  color: #666;
  margin-top: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.content-feature-1 p {
  font-size: 18px;
  color: #5c6873;
}
.content-feature-1 > h3 {
  font-size: 30px;
  color: #666;
  font-weight: 500;
  margin: 30px 0 25px 0;
}

@media (max-width: 991px) {
  /* 991px */
  .content-feature-1 {
    padding-right: 20px;
  }
}
.content-feature-2 {
  padding: 20px 10px;
/*  margin-bottom: 20px;*/
/*  background: #ffffff;*/
}
.content-feature-2 .icon-wrapper {
  width: 70px;
  height: 70px;
/*  padding: 10px 0 10px 0;*/
  float: left;
  margin-right:15px;
  background-color: #a5cf19;
}
.content-feature-2 .icon-wrapper img{height: 70px; }
.content-feature-2 .img-wrapper {
  width: 70px;
  height: 70px;
/*  padding: 10px 0 10px 0;*/
  float: left;
  margin-right:15px;
}
.content-feature-2 .img-wrapper img { min-height: 70px; }
.content-feature-2 .icon-wrapper > .content-line-icon {
  width: 60px;
  height: 60px;
  float: left;
}
h3.titulo_serv { font-size:16px; font-weight:300; }
.content-feature-2 .icon-wrapper > .content-line-icon_v {
  width: 70px;
  height: 70px;
  float: left;
  font-size:50px; line-height:50px; background-color:#a5ce39; color:#fff;
  padding:10px;
}
.content-feature-2 h3.title {
  font-size: 16px;
  color: #666;
  margin-top: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.content-feature-2 p {
  font-size: 17px;
  color: #5c6873;
  font-weight: 300;
  padding-left: 85px;
  margin: 0;
}
.content-feature-2.option-2 {
  cursor: pointer;
  padding: 20px 0;
}
.content-feature-2.option-2 .icon-wrapper {
  background: none;
  padding: 15px;
  border: 1px solid #eeeeee;
}
.content-feature-2.option-2 .icon-wrapper > .content-line-icon {
  width: 40px;
  height: 40px;
  float: left;
}
.content-feature-2.option-2:hover .icon-wrapper {
  border: 0;
}
.content-feature-2.option-2:hover .icon-wrapper > .content-line-icon {
  background-image: url(../img/content/line-icons/white.png);
}

.content-feature-2-grid .content-v-center {
  margin-bottom: 20px;
}

.content-feature-3 {
  padding: 0;
  margin-bottom: 70px;
  text-align: center;
}
.content-feature-3 > p {
  color: #ffffff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  padding: 40px;
  margin: 0;
}
.content-feature-3 > .btn {
  margin-top: 5px;
}

.content-feature-3-grid {
  text-align: center;
}
.content-feature-3-grid > .title {
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 40px;
  margin: 100px auto 20px auto;
  display: inline-block;
}

@media (max-width: 991px) {
  /* 991px */
  .content-feature-3 {
    margin-bottom: 40px;
  }
  .content-feature-3 > p {
    padding: 20px;
  }
  .content-feature-3 > .btn {
    margin-top: 5px;
  }

  .content-feature-3-grid > .title {
    margin: 70px auto 10px auto;
  }
}
.content-feature-4 .content-area {
  width: 40%;
}
.content-feature-4 .feature-bg {
  width: 60%;
}
.content-feature-4 .feature-bg,
.content-feature-4 .content-area {
  height: 750px;
  margin-bottom: -750px;
}
.content-feature-4 .content-left {
  float: left;
}
.content-feature-4 .content-left.semi-circle {
  border-top-right-radius: 35% 50%;
  border-bottom-right-radius: 35% 50%;
}
.content-feature-4 .content-left.diagonal {
  border-right: 200px solid;
  border-top: 750px solid transparent;
}
.content-feature-4 .content-left.arrow {
  border-right: 200px solid;
  border-top: 375px solid transparent;
  border-bottom: 375px solid transparent;
}
.content-feature-4 .content-right {
  float: right;
}
.content-feature-4 .content-right.semi-circle {
  border-top-left-radius: 35% 50%;
  border-bottom-left-radius: 35% 50%;
}
.content-feature-4 .content-right.diagonal {
  border-left: 200px solid;
  border-top: 750px solid transparent;
}
.content-feature-4 .content-right.arrow {
  border-left: 200px solid;
  border-top: 375px solid transparent;
  border-bottom: 375px solid transparent;
}
.content-feature-4 .feature-content {
  padding: 0;
  width: 30%;
}
.content-feature-4 .feature-content.left {
  float: left;
}
.content-feature-4 .feature-content.right {
  float: right;
}
.content-feature-4 .feature-content .content-v-center {
  height: 750px;
}

@media (max-width: 991px) {
  /* 991px */
  .content-feature-4 {
    height: auto;
    margin-bottom: 0;
  }
  .content-feature-4 .content-area {
    width: 0px;
  }
  .content-feature-4 .feature-bg {
    width: 100%;
    height: 350px;
    margin-bottom: -350px;
  }
  .content-feature-4 .content-left {
    float: left;
  }
  .content-feature-4 .content-left.semi-circle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .content-feature-4 .content-left.diagonal {
    border-right: 0;
    border-top: 0;
  }
  .content-feature-4 .content-left.arrow {
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
  }
  .content-feature-4 .content-right {
    float: right;
  }
  .content-feature-4 .content-right.semi-circle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .content-feature-4 .content-right.diagonal {
    border-left: 0;
    border-top: 0;
  }
  .content-feature-4 .content-right.arrow {
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
  }
  .content-feature-4 .feature-content {
    padding: 60px 0;
    height: auto;
    width: 100%;
  }
  .content-feature-4 .feature-content > .content-v-center {
    height: auto;
    padding-top: 350px;
  }
  .content-feature-4 .feature-content.left {
    float: left;
  }
  .content-feature-4 .feature-content.right {
    float: right;
  }
}
.content-feature-5 .content-title-1 {
  margin-top: 25px;
}
.content-feature-5 .text {
  position: relative;
  background-color: #ffffff;
  width: 40%;
  padding: 25px;
  z-index: 1;
}
.content-feature-5 .photo {
  position: absolute;
  top: 0;
  right: 65px;
}

@media (max-width: 1199px) {
  /* 991px */
  .content-feature-5 .content-title-1 {
    margin: 0;
  }
  .content-feature-5 .text {
    position: static;
    width: 100%;
    z-index: auto;
  }
  .content-feature-5 .photo {
    position: static;
    margin: 20px 0px;
  }
}
.content-person-1 .body {
  padding: 20px 0;
}
.content-person-1 .body .head .name {
  display: inline-block;
  float: left;
  font-size: 20px;
  font-weight: 400;
  color: #666;
}
.content-person-1 .body .head .socials {
  display: inline-block;
  float: right;
  list-style: none;
  padding: 0;
  margin: 4px 0 0 0;
}
.content-person-1 .body .head .socials > li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.content-person-1 .body .head .socials > li > a:hover {
  text-decoration: none;
}
.content-person-1 .body .head .socials > li > a > i {
  color: #a3aeb9;
  padding: 4px;
  font-size: 16px;
  border-radius: 100%;
}
.content-person-1 .body .head .socials > li > a > i:hover {
  color: #fff;
}
.content-person-1 .body .position {
  display: block;
  clear: both;
  margin-top: 0px;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #7a838e;
}
.content-person-1 .body p {
  display: block;
  clear: both;
  padding: 10px 0 0 0;
  color: #5c6873;
}
.content-person-1.option-2 .body {
  padding: 30px;
  background: #fff;
}
.content-person-1.option-2 .body p {
  padding-bottom: 0;
}
.content-person-1.bordered {
  border: 1px solid #eeeeee;
  padding: 20px;
}
.content-person-1.shadow {
  box-shadow: 0px 3px 18px -5px rgba(0, 0, 0, 0.3);
}

.content-person-1-slider .owl-controls {
  margin-top: 20px;
}

.content-client-logos-1 {
  padding-left: 20px;
}
.content-client-logos-1 .logos {
  padding-left: 20px;
}
.content-client-logos-1 .logos .row > div {
  padding: 0;
}
.content-client-logos-1 .logo {
  display: block;
  overflow: hidden;
}
.content-client-logos-1 .logo-1 {
  border-right: 1px solid #edeff0;
  border-bottom: 1px solid #edeff0;
}
.content-client-logos-1 .logo-2 {
  border-right: 1px solid #edeff0;
  border-bottom: 1px solid #edeff0;
}
.content-client-logos-1 .logo-3 {
  border-bottom: 1px solid #edeff0;
}
.content-client-logos-1 .logo-4 {
  border-right: 1px solid #edeff0;
}
.content-client-logos-1 .logo-5 {
  border-right: 1px solid #edeff0;
}
.content-client-logos-1 .img-pos {
  position: relative;
  left: 50%;
  margin-left: -90px;
}

@media (max-width: 1199px) {
  /* <= 1199px */
  .content-client-logos-1 .logo-2 {
    border-right: 1px solid #edeff0;
    border-bottom: 1px solid #edeff0;
  }
  .content-client-logos-1 .logo-3 {
    border-right: none;
    border-bottom: 1px solid #edeff0;
  }
  .content-client-logos-1 .logo-4 {
    border-right: 1px solid #edeff0;
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  /* <= 991px */
  .content-client-logos-1 .logos .logo-2 {
    border-right: none;
    border-bottom: 1px solid #edeff0;
  }
  .content-client-logos-1 .logos .logo-3 {
    border-right: 1px solid #edeff0;
    border-bottom: 1px solid #edeff0;
  }
  .content-client-logos-1 .logos .logo-4 {
    border-right: none;
    border-bottom: 1px solid #edeff0;
  }
}
@media (max-width: 768px) {
  /* >= 768px */
  .content-client-logos-1 .logo-2 {
    border-right: none;
    border-bottom: 1px solid #edeff0;
  }
  .content-client-logos-1 .logo-3 {
    border-bottom: 1px solid #edeff0;
    border-right: 1px solid #edeff0;
  }
  .content-client-logos-1 .logo-4 {
    border-right: none;
    border-bottom: 1px solid #edeff0;
  }
}
@media (max-width: 767px) {
  /* <= 767px */
  .content-client-logos-1 {
    padding: 0;
    margin-top: 40px;
  }
  .content-client-logos-1 .logos {
    padding: 0;
  }
  .content-client-logos-1 .logo-2 {
    border-right: 1px solid #edeff0;
    border-bottom: 1px solid #edeff0;
  }
  .content-client-logos-1 .logo-3 {
    border-bottom: 1px solid #edeff0;
    border-right: none;
  }
  .content-client-logos-1 .logo-4 {
    border-right: 1px solid #edeff0;
    border-bottom: none;
  }
}
@media (max-width: 480px) {
  /* >= 480px */
  .content-client-logos-1 .logo-2 {
    border-right: none;
    border-bottom: 1px solid #edeff0;
  }
  .content-client-logos-1 .logo-3 {
    border-right: 1px solid #edeff0;
    border-bottom: 1px solid #edeff0;
  }
  .content-client-logos-1 .logo-4 {
    border-right: none;
    border-bottom: 1px solid #edeff0;
  }
}
.content-client-logos-slider-1 .item img {
  max-width: 230px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.2s;
}
.content-client-logos-slider-1 .item img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.2s;
}

.content-subscribe-form-1 {
  padding: 5px 0 13px 0;
}
.content-subscribe-form-1 .title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 10px;
}
.content-subscribe-form-1 .body {
  color: #6a7887;
}
.content-subscribe-form-1 form {
  padding-top: 30px;
}
.content-subscribe-form-1 .input-group > .form-control {
  color: #6f7b89;
  font-size: 17px;
  font-weight: 300;
  border-radius: 0;
  box-shadow: none;
  border-color: #41464c;
  background: transparent;
  padding: 8px 16px;
}
.content-subscribe-form-1 .input-group > .form-control::-moz-placeholder {
  color: #58626d;
}
.content-subscribe-form-1 .input-group > .form-control:-moz-placeholder {
  color: #58626d;
}
.content-subscribe-form-1 .input-group > .form-control:-ms-input-placeholder {
  color: #58626d;
}

.content-subscribe-form-1 .input-group > .form-control::-webkit-input-placeholder {
  color: #58626d;
}
.content-subscribe-form-1 .input-group > .form-control:focus {
  box-shadow: none;
  border-color: #474f59;
}
.content-subscribe-form-1 .input-group .btn {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0;
  border: 0;
}
.content-subscribe-form-1.subscribe-form-light .title {
  color: #666;
}
.content-subscribe-form-1.subscribe-form-light .body {
  color: #5c6873;
}
.content-subscribe-form-1.subscribe-form-light .input-group > .form-control {
  background: #ffffff;
  color: #5c6873;
  border-color: transparent;
}
.content-subscribe-form-1.subscribe-form-light .input-group > .form-control::-moz-placeholder {
  color: #73828f;
}
.content-subscribe-form-1.subscribe-form-light .input-group > .form-control:-moz-placeholder {
  color: #73828f;
}
.content-subscribe-form-1.subscribe-form-light .input-group > .form-control:-ms-input-placeholder {
  color: #73828f;
}
.content-subscribe-form-1.subscribe-form-light .input-group > .form-control::-webkit-input-placeholder {
  color: #73828f;
}
.content-subscribe-form-1.subscribe-form-light .input-group > .form-control:focus {
  border-color: transparent;
}

@media (max-width: 991px) {
  /* 991px */
}

.content-tab-1 .nav-tabs > li {
    float: none !important;
    margin-bottom: -1px;
}
.content-tab-1 .nav,
.content-tab-1 .nav.nav-justified {
  border: 0;
  border-bottom: 3px solid none;
}
.content-tab-1 .nav > li > a,
.content-tab-1 .nav.nav-justified > li > a {
  color: #666;
  border: 0;
  border-bottom: 3px solid none;
  display:block;
}
.content-tab-1 .nav > li:hover, .content-tab-1 .nav > li:focus, .content-tab-1 .nav > li:active, .content-tab-1 .nav > li.active,
.content-tab-1 .nav.nav-justified > li:hover,
.content-tab-1 .nav.nav-justified > li:focus,
.content-tab-1 .nav.nav-justified > li:active,
.content-tab-1 .nav.nav-justified > li.active {
  background: none;
}
.content-tab-1 .nav > li:hover > a, .content-tab-1 .nav > li:focus > a, .content-tab-1 .nav > li:active > a, .content-tab-1 .nav > li.active > a,
.content-tab-1 .nav.nav-justified > li:hover > a,
.content-tab-1 .nav.nav-justified > li:focus > a,
.content-tab-1 .nav.nav-justified > li:active > a,
.content-tab-1 .nav.nav-justified > li.active > a {
  background: none;
  transition: none;
  border: 0;
  border-bottom: 3px solid #a5ce39;
}
.content-tab-1 .nav.tabs-left,
.content-tab-1 .nav.nav-justified.tabs-left {
  border: 0;
  border-right: 1px solid #eeeeee;
}
.content-tab-1 .nav.tabs-left > li > a,
.content-tab-1 .nav.nav-justified.tabs-left > li > a {
  border: 0;
  border-right: 3px solid transparent;
}
.content-tab-1 .nav.tabs-left > li:hover, .content-tab-1 .nav.tabs-left > li:focus, .content-tab-1 .nav.tabs-left > li:active, .content-tab-1 .nav.tabs-left > li.active,
.content-tab-1 .nav.nav-justified.tabs-left > li:hover,
.content-tab-1 .nav.nav-justified.tabs-left > li:focus,
.content-tab-1 .nav.nav-justified.tabs-left > li:active,
.content-tab-1 .nav.nav-justified.tabs-left > li.active {
  background: #f7f7f7;
}
.content-tab-1 .nav.tabs-left > li:hover > a, .content-tab-1 .nav.tabs-left > li:focus > a, .content-tab-1 .nav.tabs-left > li:active > a, .content-tab-1 .nav.tabs-left > li.active > a,
.content-tab-1 .nav.nav-justified.tabs-left > li:hover > a,
.content-tab-1 .nav.nav-justified.tabs-left > li:focus > a,
.content-tab-1 .nav.nav-justified.tabs-left > li:active > a,
.content-tab-1 .nav.nav-justified.tabs-left > li.active > a {
  border-radius: 0;
  background: none;
  transition: none;
  border: 0;
  border-right: 3px solid #a5ce39;
}
.content-tab-1 .nav.tabs-left > li:last-child > a,
.content-tab-1 .nav.nav-justified.tabs-left > li:last-child > a {
  border-bottom: 0;
}
.content-tab-1 .nav.tabs-right,
.content-tab-1 .nav.nav-justified.tabs-right {
  border: 0;
  border-left: 1px solid #eeeeee;
}
.content-tab-1 .nav.tabs-right > li > a,
.content-tab-1 .nav.nav-justified.tabs-right > li > a {
  border: 0;
  border-left: 3px solid transparent;
}
.content-tab-1 .nav.tabs-right > li:hover, .content-tab-1 .nav.tabs-right > li:focus, .content-tab-1 .nav.tabs-right > li:active, .content-tab-1 .nav.tabs-right > li.active,
.content-tab-1 .nav.nav-justified.tabs-right > li:hover,
.content-tab-1 .nav.nav-justified.tabs-right > li:focus,
.content-tab-1 .nav.nav-justified.tabs-right > li:active,
.content-tab-1 .nav.nav-justified.tabs-right > li.active {
  background: #f7f7f7;
}
.content-tab-1 .nav.tabs-right > li:hover > a, .content-tab-1 .nav.tabs-right > li:focus > a, .content-tab-1 .nav.tabs-right > li:active > a, .content-tab-1 .nav.tabs-right > li.active > a,
.content-tab-1 .nav.nav-justified.tabs-right > li:hover > a,
.content-tab-1 .nav.nav-justified.tabs-right > li:focus > a,
.content-tab-1 .nav.nav-justified.tabs-right > li:active > a,
.content-tab-1 .nav.nav-justified.tabs-right > li.active > a {
  border-radius: 0;
  background: none;
  transition: none;
  border: 0;
  border-left: 3px solid #a5ce39;
}
.content-tab-1 .nav.tabs-right > li:last-child > a,
.content-tab-1 .nav.nav-justified.tabs-right > li:last-child > a {
  border-bottom: 0;
}
.content-tab-1 .nav.tabs-below,
.content-tab-1 .nav.nav-justified.tabs-below {
  border: 0;
  border-top: 0;
}
.content-tab-1 .nav.tabs-below > li > a,
.content-tab-1 .nav.nav-justified.tabs-below > li > a {
  border: 0;
  border-top: 3px solid transparent;
}
.content-tab-1 .nav.tabs-below > li:hover, .content-tab-1 .nav.tabs-below > li:focus, .content-tab-1 .nav.tabs-below > li:active, .content-tab-1 .nav.tabs-below > li.active,
.content-tab-1 .nav.nav-justified.tabs-below > li:hover,
.content-tab-1 .nav.nav-justified.tabs-below > li:focus,
.content-tab-1 .nav.nav-justified.tabs-below > li:active,
.content-tab-1 .nav.nav-justified.tabs-below > li.active {
  background: none;
}
.content-tab-1 .nav.tabs-below > li:hover > a, .content-tab-1 .nav.tabs-below > li:focus > a, .content-tab-1 .nav.tabs-below > li:active > a, .content-tab-1 .nav.tabs-below > li.active > a,
.content-tab-1 .nav.nav-justified.tabs-below > li:hover > a,
.content-tab-1 .nav.nav-justified.tabs-below > li:focus > a,
.content-tab-1 .nav.nav-justified.tabs-below > li:active > a,
.content-tab-1 .nav.nav-justified.tabs-below > li.active > a {
  border-radius: 0;
  background: none;
  transition: none;
  border: 0;
  border-top: 3px solid #a5ce39;
}
.content-tab-1 .tab-content {
  padding: 0;
}
.content-tab-1 .tab-content.bordered {
  border: 1px solid #eeeeee;
}
.content-tab-1 .tab-content.left-bordered {
  border-left: 1px solid #eeeeee;
}
.content-tab-1 .tab-content.right-bordered {
  border-right: 1px solid #eeeeee;
}
.content-tab-1 .tab-content.padding-sm {
  padding: 5px;
}
.content-tab-1 .tab-content.padding {
  padding: 15px;
}
.content-tab-1 .tab-content.padding-lg {
  padding: 30px;
}


.content-step-1 {
  text-align: center;
  padding-bottom: 20px;
}
.content-step-1 > .icon {
  padding-bottom: 30px;
}
.content-step-1 > .icon > .hr {
  display: inline-block;
}
.content-step-1 > .icon > .hr:before, .content-step-1 > .icon > .hr:after {
  border-top: 1px solid black;
  display: block;
  height: 1px;
  content: " ";
  width: 38%;
  position: absolute;
  left: 0;
  top: 2.2em;
}
.content-step-1 > .icon > .hr:after {
  right: 0;
  left: auto;
}
.content-step-1 > .icon > .hr.hr-first:before {
  width: 34%;
  left: 4%;
}
.content-step-1 > .icon > .hr.hr-last:after {
  width: 34%;
  right: 4%;
}
.content-step-1 > .icon > .hr > i {
  font-size: 4.2em;
}
.content-step-1 > .title {
  margin-top: 20px;
}
.content-step-1 > .description {
  padding: 0px 60px;
  margin: 20px 0 30px 0;
}
.content-step-1.opt-1 > .icon {
  color: #7d90b0;
}
.content-step-1.opt-1 > .icon > .hr:before, .content-step-1.opt-1 > .icon > .hr:after {
  border-color: #919191;
}
.content-step-1.opt-1 > .description {
  color: #5c6873;
}

.title-step-1 > h4 {
  margin: 15px 0;
}
.title-step-1 > p {
  margin-bottom: 68px;
}
.title-step-1.opt-title-1 > h4 {
  color: #455055;
}
.title-step-1.opt-title-1 > h4 > span {
  color: #455055;
}
.title-step-1.opt-title-1 > p {
  color: #a0b0b8;
}

@media (max-width: 991px) {
  /* 991px */
  .content-step-1 {
    padding-bottom: 60px;
  }
  .content-step-1 > .icon > .hr:after {
    width: 34%;
    right: 4%;
  }
  .content-step-1 > .icon > .hr.hr-first:after {
    width: 38%;
    right: 0;
    left: auto;
  }
  .content-step-1 > .icon > .hr.hr-last:before {
    width: 41%;
    left: 2%;
  }
  .content-step-1 > .icon > .hr.hr-last:after {
    width: 42%;
    right: 2%;
  }
}
@media (max-width: 767px) {
  /* 766px */
  .content-step-1 {
    padding-bottom: 60px;
  }
  .content-step-1 > .icon > .hr:before {
    width: 34%;
    left: 4%;
  }
  .content-step-1 > .icon > .hr.hr-first:after {
    width: 35%;
    right: 4%;
  }
  .content-step-1 > .icon > .hr.hr-last:before {
    width: 35%;
    left: 4%;
  }
  .content-step-1 > .icon > .hr.hr-last:after {
    width: 35%;
    right: 4%;
  }
  .content-step-1 > .explore {
    padding-bottom: 60px;
  }
}

/*style
ul, menu, dir {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}*/

/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
body {
	color: #797979;
	font-family: 'Open Sans', sans-serif;
	padding: 0px !important;
	margin: 0px !important;
	font-size:13px;
}
* {
	margin:0
}
a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
}

::selection {
 background: #a5ce39;
 color: #fff;
}
::-moz-selection {
 background: #a5ce39;
 color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
a {
	color: #444e67;
}
a:hover {
	color: #a5ce39;
}
p {
	line-height: 22px
}
/*.cbp-caption-activeWrap {
   background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0!important;
}*/
.btn-primary {
	background-color: #a5ce39;
	border-color: #a5ce39;
	color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #90a343;
	border-color: #90a343;
	color: #FFFFFF;
}
/* Default Gallery */
.right-side {
	float: right;
}
.left-side {
	float:left;
}
/* Topbar */
.px-top-bar {
	background-color:#90a343
}
.px-top-bar .left-side {
	padding:10px 0 0 0;
}
.px-top-bar {
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1001;
}
.top-nav a {
	font-size: 12px;
	line-height: 15px;
	overflow: hidden;
	display:inline-block;
	padding:0 11px 0 0;
	cursor:pointer;
}
/*.top-nav a:first-child{ padding:0 11px 0 0; }*/
.top-nav a:first-child:after {
	display: none;
}
.top-nav ul li {
	list-style: none;
	float: left;
	padding: 0 10px;
	position: relative;
}
.top-nav ul li:after {
	background: #fff;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 2px;
	margin: -1px 0 0;
	-webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.3);
}
.top-nav a {
	color: #fff;
}
.top-nav a:hover {
	color: #A5CE39;
}
/* Topbar Social Media */
.px-top-bar .social-media {
	display: inline-block;
	vertical-align: middle;
	padding: 12px 0;
}
.px-top-bar .social-media li {
	list-style: none;
	float: left;
	line-height: 16px;
	margin: 0 19px 0 0;
}
.px-top-bar .social-media a:hover i {
	color: #fff;
}
.px-top-bar .social-media i {
	font-size: 15px;
	line-height: 15px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
/* Language Nav */
.px-top-bar #lang_sel_list {
	display: inline-block;
	vertical-align: middle;
	height: auto !important;
	font-size: 11px;
	line-height: 12px;
	margin: 0;/*border-left:1px solid rgba(0,0,0,0.1);
	border-right:1px solid rgba(0,0,0,0.1);*/
}
.px-top-bar #lang_sel_list>ul>li {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 1px 8px !important;
	position: relative;
	float: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	border-left:1px solid rgba(0, 0, 0, 0.1);
}
.px-top-bar #lang_sel_list>ul>li:last-child {
	border-right:1px solid rgba(0, 0, 0, 0.1);
}
.px-top-bar #lang_sel_list img.iclflag {
	top: -1px;
	margin: 0 5px 0 0;
}
.px-top-bar #lang_sel_list a.lang_sel_sel:hover, .px-top-bar #lang_sel_list a:hover {
	color: #fff;
}
.px-top-bar #lang_sel_list a.lang_sel_sel, .px-top-bar #lang_sel_list>ul>li a {
	color: #fff;
	background: none !important;
	padding: 4px 8px;
}
.px-top-bar #lang_sel_list a.lang_sel_sel {
	position: relative;
	padding: 4px 34px 4px 8px;
}
.px-top-bar #lang_sel_list a.lang_sel_sel:after {
	position: absolute;
	right: 9px;
	top:50%;
	margin: -8px 0 0;
	content: '\f078';
	font-family: 'FontAwesome';
	width: 14px;
	height: 14px;
	background: rgba(55, 48, 40, 0.3);
	border-radius: 14px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	text-shadow: none;
	line-height: 14px;
}
.px-top-bar #lang_sel_list>ul>li:hover ul {
	opacity: 1;
	visibility: visible;
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.px-top-bar #lang_sel_list ul ul {
	position: absolute;
	left: 0;
	top:100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	/*padding: 8px 0 0 !important;*/
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.17);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.17);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-moz-transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
}
.px-top-bar #lang_sel_list ul ul li:first-child {
	border-top:none;
}
.px-top-bar #lang_sel_list ul ul li {
	background: #fff;
	display: block;
	float: none;
	font-size: 12px;
	line-height: 15px;
	border-top:1px solid #f2f2f2;
	text-shadow: none;
}
.px-top-bar #lang_sel_list ul ul li a {
	color: #686868;
	padding: 10px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.px-top-bar #lang_sel_list ul ul li a:hover {
	color: #686868;
	background: rgba(0, 0, 0, 0.2) !important;
}
/*header*/

.header-frontend .navbar {
	margin-bottom: 0;
}
.logo {
	width:100%;
	max-width:300px;
	height:auto
}
.navbar-default {
	border: none;
}
.navbar-brand {
	color: #bcc0cd;
	font-size: 30px;
	font-weight: 100;
	line-height: 30px;
	margin-top:20px;
	padding: 0 0 0 15px;
}
.navbar-brand span {
	color: #f25f5b;
}
.header-frontend .navbar-collapse ul.navbar-nav {
	float: right;
	margin-right: 0;
}
.header-frontend .navbar-default {
	background-color: #fff;
}
.header-frontend .nav li a, .header-frontend .nav li.active ul.dropdown-menu li a {
	color: #999;
	font-size: 14px;
	font-weight: 600;
	background: none;
	text-transform:uppercase;
}
.header-frontend .nav li a:hover, .header-frontend .nav li a:focus, .header-frontend .nav li.active a, .header-frontend .nav li.active a:hover, .header-frontend .nav li a.dropdown-toggle:hover, .header-frontend .nav li a.dropdown-toggle:focus, .header-frontend .nav li.active ul.dropdown-menu li a:hover, .header-frontend .nav li.active ul.dropdown-menu li.active a {
	color: #a5ce39;
	background-color: transparent;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.header-frontend .navbar-default .navbar-nav > .open > a, .header-frontend .navbar-default .navbar-nav > .open > a:hover, .header-frontend .navbar-default .navbar-nav > .open > a:focus {
	color: #a5ce39;
	background-color: transparent;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.header-frontend .navbar {
	min-height: 100px;
}
.header-frontend .navbar-nav > li {
	padding-bottom: 30px;
	padding-top: 30px;
}
.header-frontend .navbar-nav > li > a {
	padding-bottom: 6px;
	padding-top: 5px;
	margin-left: 2px;
	line-height: 30px;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.dropdown-menu li a:hover {
	color: #fff !important;
}
.header-frontend .nav .caret {
	border-bottom-color: #999;
	border-top-color: #999;
}
.dropdown-menu {
	box-shadow: none;
	border-radius: 0;
}
.header-frontend .nav li .dropdown-menu {
	padding: 0;
}
.header-frontend .nav li .dropdown-menu li a {
	line-height: 28px;
	padding: 3px 12px;
}
/*search*/

.search {
	margin-top: 3px;
	width: 20px;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
	border: 1px solid #fff;
	box-shadow: none;
	background: url("../img/search-icon.jpg") no-repeat 10px 8px;
	padding:0 5px 0 35px;
	color: #fff;
}
.search:focus {
	margin-top: 3px;
	width: 180px;
	border: 1px solid #eaeaea;
	box-shadow: none;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
	color: #c8c8c8;
	font-weight: 300;
	margin-left: 10px;
}
/*homepage features*/

.feature-head {
	padding: 50px 0;
}
.feature-head h1 {
	color: #475168;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 0;
	font-family: 'Montserrat', sans-serif;
}
.feature-head p {
	color: #8a8b8b;
	font-size: 18px;
	font-weight: 300;
}
.f-box {
	background: #f4f4f4;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	min-height: 210px;
	margin-bottom: 20px;
	transition-duration: 500ms;
	transition-property: width, background;
	transition-timing-function: ease;
	-webkit-transition-duration: 500ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
}
.f-box i {
	font-size: 50px;
	line-height: normal;
	margin-top: 40px;
	display: block;
	color: #a5ce39;
}
.f-box:hover, .f-box.active {
	background: #a5ce39;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	min-height: 210px;
	margin-bottom: 20px;
	transition-duration: 500ms;
	transition-property: width, background;
	transition-timing-function: ease;
	-webkit-transition-duration: 500ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
}
.f-box:hover i, .f-box.active i {
	font-size: 50px;
	line-height: normal;
	margin-top: 40px;
	display: block;
	color: #fff;
}
.f-box:hover h2, .f-box.active h2 {
	color: #fff;
}
.f-box h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.f-text {
	font-size: 14px;
	font-weight: 300;
}
/*quote*/

.quote {
	margin: 70px 0;
	display: inline-block;
	width: 100%;
}
.quote-info {
	background: #475168;
	padding: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	min-height: 72px;
}
.quote-info h1 {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.quote-info p {
	color: #9eb3c4;
	font-weight: 300;
	margin: 0;
}
.purchase-btn {
	width: 100%;
	line-height: 75px;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.accordion {
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}
/*tabs*/

.tab {
	background: #f4f4f4;
}
.tab .nav > li > a {
	padding: 18px 15px;
}
.tab-bg-dark-navy-blue {
	background:#6f6f6f;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	padding: 0;
}
.tab-bg-dark-navy-blue .nav > li > a:hover, .tab-bg-dark-navy-blue .nav > li > a:focus {
	background-color: #f4f4f4;
	text-decoration: none;
}
.panel-heading .nav > li > a, .panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li.active > a:focus {
	border-width: 0;
	border-radius: 0;
}
.panel-heading .nav > li > a {
	color: #fff;
}
.panel-heading .nav > li.active > a, .panel-heading .nav > li > a:hover {
	color: #6f6f6f;
	background: #f4f4f4;
}
.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
	border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
}
.tab .nav-tabs.nav-justified > li {
	border-right: 1px solid #f4f4f4;
}
.tab .nav-tabs.nav-justified > li:last-child {
	border-right: none;
}
.p-head {
	color: #a5ce39;
	font-size: 14px;
	font-weight: 400;
}
.cmt-head {
	font-size: 14px;
	font-weight: 400;
}
.p-thumb img {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 50px;
	width: 50px;
}
/*testimonial*/

.about-testimonial ul li {
	list-style: none;
}
.about-testimonial {
	margin:20px 0 0 0;
	position: relative;
}
ul.about-flex-slides {
	margin-left: 0;
}
.flex-direction-nav {
	position: absolute;
	right: 10px;
	top: 30px;
	width: 70px;
}
.flex-direction-nav li {
	display: inline-block;
	width: 12px;
}
.flex-direction-nav li a {
	outline: none;
}
.flex-direction-nav li a i {
	color: #cccccc;
}
.flex-control-paging {
	display: none;
}
.about-testimonial .about-testimonial-image {
	float: left;
	margin: 0 15px;
	position: relative;
}
.about-testimonial .about-testimonial-image img {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	height: 100px !important;
	width: 100px !important;
}
.about-flexslider .about-flex-slides img {
	display: block;
	width: 100%;
}
.about-testimonial a.about-testimonial-author {
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 11px;
	margin: 30px 0 8px 0;
	color: #504946;
	font-weight: 300;
}
.about-testimonial .about-testimonial-company {
	display: block;
	font-size: 13px;
	line-height: 14px;
	color: #ababab;
	font-weight: 300;
}
.about-testimonial.boxed-style .about-testimonial-content {
	background-color: #e9e9e9;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.about-testimonial .about-testimonial-content {
	margin-top: 55px;
	padding: 20px;
	position: relative;
}
.about-testimonial .about-testimonial-content p {
	line-height: 20px;
	margin: 0;
}
.about-testimonial.boxed-style .about-testimonial-content:before {
	background-color: #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-color: #f5f5f5;
	border-image: none;
	border-style: none;
	top: -7px;
	content: "";
	display: block;
	height: 14px;
	left: 60px;
	position: absolute;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 15px;
	display:none\0/;
	_display:none;
}
/*----image hove----*/
.view {
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #fff;
}
.view .mask, .view .content {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.view img {
	display: block;
	position: relative;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 16px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 5px 0 0 0;
}
.view p {
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center;
	margin-bottom: 10px;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
}
.view a.info:hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.view-tenth img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.view-tenth .mask {
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.view-tenth h2 {
	background: transparent;
	margin: 0px 10px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	color: #333;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.view-tenth p {
	color: #333;
	line-height: normal;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.view-tenth a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.view-tenth:hover img {
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-o-transform: scale(5);
	-ms-transform: scale(5);
	transform: scale(5);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=.5);
	opacity: .5;
}
.view-tenth:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-tenth:hover h2, .view-tenth:hover p, .view-tenth:hover a.info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/*imageview icon hover*/

[data-zlname] {
 position: relative;
 overflow: hidden;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
/*IMGS IN CONTAINER*/
[data-zlname] > img {
 display: block;
 max-width: 100%;
}
/*POP UP ELEMENTS*/
[data-zlname] [data-zl-popup] {
 position: absolute;
 display: block;
 padding: 1px;
 height: 40px;
 width: 40px;
 background: #323231;
 color: #fff;
 overflow: hidden;
 display: none;
 text-align: center;
}
/*OVERLAY*/
/*classic*/
[data-zl-overlay] {
 top: 0;
 left: 0;
 position: absolute;
 width: 100%;
 height: 100%;
 display: none;
 padding: inherit;
}
/*four*/
[data-zl-ovzoom0], [data-zl-ovzoom1], [data-zl-ovzoom2], [data-zl-ovzoom3] {
 position: absolute;
 width: 25%;
 height: 100%;
}
/*rolling*/
[data-zl-ovrolling] {
 position: absolute;
 display: none;
 width: 100%;
 height: 100%;
}
/*double*/
[data-zl-ovdouble0], [data-zl-ovdouble1] {
 position: absolute;
 display: none;
}

/*-------*/

[data-zlname = reverse-effect] [data-zl-popup = link] {
 background: rgba(256, 256, 256, 1);
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
}
 [data-zlname = reverse-effect] [data-zl-popup = link2] {
 background: rgba(256, 256, 256, 1);
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -o-border-radius: 50%;
}
[data-zlname = reverse-effect] [data-zl-popup = link]:hover, [data-zlname = reverse-effect] [data-zl-popup = link2]:hover {
	opacity: .5;
}
.mask a i {
	color: #242424 !important;
	font-size: 16px;
	line-height: 40px;
}
.r-work {
	color: #475168;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}
.bx-wrapper {
	margin-bottom: 120px;
}
.breadcrumbs {
	background: #475268;
	color: #fff;
	padding: 45px 0;
	margin-bottom: 40px;
}
.breadcrumb {
	margin-bottom: 0;
	background: none;
}
.breadcrumb li a {
	color: #a5ce39;
}
.breadcrumb li.active {
	color: #fff;
}
.breadcrumbs h1 {
	font-size: 24px;
	font-weight: 600;
	margin: 3px 0 0;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
/*contact*/

.contact-map {
	margin-top: -40px;
	margin-bottom: 40px;
}
.contact-form {
	margin-bottom: 20px;
}
.address h4 {
	color: #475168;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}
/*about us*/

.about-us img {
	width: 100%;
}
.carousel-control.left, .carousel-control.right {
	background: none;
}
.carousel-control {
	background: #000000 !important;
	bottom: 40%;
	color: #FFFFFF;
	font-size: 20px;
	left: 0;
	line-height: 48px;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	top: 40%;
	width: 10%;
}
.carousel-control:hover {
	background: rgba(212, 108, 94, .8) !important;
	color: #FFFFFF;
	/*opacity: 0.6;*/
    text-decoration: none;
}
.carousel-control:hover, .carousel-control:focus {
	opacity: 0.6;
}
.carousel-caption {
	background: rgba(0, 0, 0, 0.6);
	padding-bottom: 0px;
	bottom: 0;
	color: #FFFFFF;
	left: 0 !important;
	padding-bottom: 5px;
	padding-top: 10px;
	position: absolute;
	right: 0 !important;
	text-align: center;
	text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	z-index: 10;
}
.about h3 {
	/*text-transform: uppercase;*/
    color: #475168;
	font-family: 'Montserrat', sans-serif;
	margin-top: 0;
}
.icon-wrap {
	font-size: 2em;
	height: 60px;
	width: 60px;
	float: left;
	line-height: 60px;
	text-align: center;
	color: #fff;
	margin-right: 30px;
}
.ico-bg {
	background: #f37d6c;
}
.round {
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.content h3, .media h3 {
	margin-top: 0;
	color: #475168;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}
.media h3 {
	margin-top:20px;
}
.media-body h4 {
	font-size: 16px;
	color: #475168;
}
.hiring, .services {
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}
.hiring {
	margin-top: 60px;
}
.gray-box {
	background: #f2f2f2;
	padding: 60px 0;
}
.progress {
	background-color: #E1E1E1;
}
.flexslider {
	background: none;
	border: none;
}
.about-skill-meter .sr-only {
	position: static !important;
	line-height: 29px;
}
.about-skill-meter .progress-bar {
	text-align: left;
	padding-left: 10px;
}
.about-skill-meter .progress {
	height: 30px;
	box-shadow: none;
	line-height: 30px;
}
.about-skill-meter .progress-bar-danger {
	background-color: #f37d6c;
	box-shadow: none;
}
.skills {
	margin-bottom: 25px;
	color: #47506a;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}
/*team*/

.person {
	margin-bottom: 10px;
}
.person img {
	width: 210px;
	height: 210px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.team-social-link {
	display: block;
	margin: 10px 0 20px 0;
}
.team-social-link a {
	display: inline-block !important;
	color: #cac8c7;
	font-size: 20px;
	margin: 0 8px;
}
.team-social-link a:hover {
	color: #f37c6b;
}
.person-info h4, .person-info h4 a {
	color: #f37c6b;
	font-weight: 300;
	margin-bottom: 5px;
}
.mtop30 {
	margin-top: 30px;
}
/*typography*/

.highlight-1 {
	background: #9CCE44;
	color: #FFFFFF;
}
.highlight-2 {
	background: #242424;
	color: #FFFFFF;
}
.highlight-3 {
	background: #F2C600;
	color: #242424;
}
.dropcap {
	background-color: #666666;
	color: #FFFFFF;
	float: left;
	font-size: 30px;
	line-height: 30px;
	margin: 4px 8px 0 0;
	padding: 5px 10px;
	text-align: center;
}
.dropcap2 {
	background-color: #666666;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #FFFFFF;
	float: left;
	font-size: 35px;
	height: 41px;
	line-height: 25px;
	margin: 3px 8px 0 0;
	padding: 10px;
	text-align: center;
}
/*buttons*/

.btn-row {
	margin-bottom: 30px;
}
/*blog*/

.blog-item {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dashed #ddd;
}
.date-wrap, .comnt-wrap {
	margin-bottom: 20px;
}
.date-wrap span, .comnt-wrap span {
	display: block;
	padding: 10px 0;
	text-align: center;
}
.date-wrap .date {
	font-size:30px;
	font-weight: 300;
	background: #a5ce39;
	color: #fff;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.date-wrap .month {
	font-size:16px;
	font-weight: 300;
	background: #f6f5f0;
	color: #a19fa2;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}
.comnt-wrap .comnt-ico {
	background: #efeee9;
	color: #a0a0a0;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	font-size: 20px;
}
.comnt-wrap .value {
	background: #f6f5f0;
	color: #a0a0a0;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
}
.blog-img img {
	width: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.blog-item h1, .blog-item h1 a {
	font-size:25px;
	color: #a5ce39;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}
.blog-item h1 {
	margin-bottom: 20px;
	line-height: 35px;
}
.blog-item h1 a:hover {
	text-decoration: underline;
}
.shate-view {
	margin-top:20px;
}
.shate-view ul li {
	margin-bottom: 5px;
}
.blog-side-item h3 {
	margin-top: 30px;
	color: #475268;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}
.blog-side-item ul li {
	margin-bottom: 5px;
	border-bottom:1px solid #efefef;
	line-height: 35px;
}
.blog-side-item ul li a {
	display: inline-block;
	width: 100%;
}
.media p {
	line-height: normal;
}
ul.tag {
	display: inline-block;
	width: 100%;
}
ul.tag li {
	float: left;
	margin: 10px 10px 0 0;
	border-bottom: none;
}
ul.tag li a {
	border: 1px solid #e8e8e8;
	padding: 0 10px;
	border-radius:4px;
	-webkit-border-radius:4px;
}
.media img.media-object {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	height: 80px;
	width: 80px;
}
/*footer*/

.footer {
	background: #90A343;
	color: #fff;
	padding: 50px 0 0px 0;
	/*    margin-top: 50px;*/
    display: inline-block;
	width: 100%;
	font-weight: 300;
}
.footer h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 0;
	/*   margin-bottom: 20px;*/
    font-family: 'Montserrat', sans-serif;
	color:#fff;
}
.footer h2, .footer h5 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 0;
	/*   margin-bottom: 20px;*/
    font-family: 'Montserrat', sans-serif;
	color:#fff;
}
.footer address a {
	color: #fff;
}
.footer address p {
	margin:3px 0;
	line-height:normal;
}
.footer h4 {
	color: #fff;
	font-size:14px;
	font-weight:400;
}
.footer_info {
	background-color:#fff;
	color:#797979;
	padding:10px 0;
	margin-top:20px
}
.footer_info .site_map {
	margin:10px 0 15px 0
}
.logo_certi_cof div {
	float:right;
	margin-right:10px;
}
.footer_info .site_map a {
	display:inline-block;
	padding:0 5px;
	border-right:1px solid #efefef;
}
.footer_info .site_map a:last-child {
	border-right:0px solid #efefef;
}
.footer_info .site_map a:first-child {
	padding-left:0 !important
}
.footer ul.links {margin-left:-40px !important
}
.footer .links > li {
	list-style: outside none none;
	padding:3px 0px;
/*border-bottom: 1px solid #394047;*/}
.footer .links > li > a {
	color:#fff;
}
.footer .links > li > a:hover {
	text-decoration:underline;
	color:#fff;
}
.socials {
	/*float: right;*/
  list-style: none;
	padding: 0;
	margin: 0;
}
.socials > li {
	display: inline-block;
	margin-right:5px;
}
.socials > li > a > i {
	display: inline-block;
	padding: 10px;
	background: #007bb5;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.socials > li > a:hover > i {
	background:rgba(0, 123, 181, 0.3);
	color: #fff;
}
.socials > li > a i.fa-google-plus {
	background:#DB4437 !important;
	color: #fff;
}
.socials > li > a:hover i.fa-google-plus {
	background:rgba(219, 68, 55, 0.3);
	color: #fff;
}
.socials {
	list-style: outside none none;
	padding: 0px;
	margin: 0px;
}
/*slider css*/

.main-slider {
	background: #efefef;
	color: #fff;
	z-index: 1;
	position: relative;
	overflow:hidden;
}
.slider-colored {
	z-index: 1;
	position: relative;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}
.slide_title {
	font-weight: 300;
	color:#fff;
	text-transform: uppercase;
	font-size:25px;
	font-family: 'Montserrat', sans-serif;
}
.slide_subtitle {
	font-family: 'Open Sans';
	font-weight: 400;
	padding: 5px;
	color:#fff;
	text-transform: uppercase;
	font-size:18px;
}
.slide_list_item {
	font-family: 'Open Sans';
	font-weight: 400;
	padding: 5px;
	color:#fff;
	text-transform: uppercase;
	font-size:14px;
}
.slide_desc {
	color:#fff;
	font-size:14px;
	line-height:24px;
	font-weight: lighter;
}
.slide_desc_bordered {
	border-left: 3px solid #ddd !important;
	padding-left: 5px;
}
.slide_btn {
	font-family: 'Open Sans';
	font-weight: 300;
	background:#a5ce39;
	padding:15px 20px;
	color:#fff;
	font-size:14px;
	text-transform: uppercase;
	cursor:pointer;
}
.slide_btn:hover, .slide_btn:focus {
	font-family: 'Open Sans';
	font-weight: 300;
	background: #e77368;
	padding:15px 20px;
	color:#fff;
	font-size:14px;
	text-transform: uppercase;
	cursor:pointer;
}
.dark-text {
	color: #797d87;
}
.yellow-txt {
	color: #ffe582;
}
/*recent work*/

.bx-controls-direction a {
	background-color: #eee !important;
	padding: 20px 35px;
	border-radius: 5px !important;
	margin-left: 5px !important;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.bx-controls-direction a:hover {
	background-color:#a5ce39 !important;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover {
	left: 43%;
	background-position: 25px 8px;
}
.bx-wrapper .bx-next, .bx-wrapper .bx-next:hover {
	background-position: 22px 8px;
}
/*property*/

.property {
	padding: 50px 0;
	margin-bottom: 30px;
}
.gray-bg {
	background: #f4f4f4;
}
.property h1 {
	color: #666;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
}
a.btn-purchase {
	background: #475168;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 40px;
	margin-top: 30px;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
a.btn-purchase:hover, a.btn-purchase:focus {
	background: #a5ce39;
	color: #fff;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
/* Start: Recommended Isotope styles */

/* Isotope Filtering */

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/*Isotope CSS3 transitions */

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/*disabling Isotope CSS3 transitions */

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/*parallax*/

.parallax1 {
	background: url("../img/flat_parallax.jpg") no-repeat fixed 0 0;
	background-size:cover;
	width: 100%;
	min-height: 400px;
}
.parallax1 h1 {
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	line-height: 40px;
	margin-top: 160px;
}
/*----*/

.mbot50 {
	margin-bottom: 50px;
}
/*--select language--*/
#lang_sel {
	height:32px;
	position:relative;
	font-family: verdana, arial, sans-serif;
	display: inline-block;
}
/* hack to correct IE5.5 faulty box model */
* html #lang_sel {
	width:12em;
	width:12em;
}
/* remove all the bullets, borders and padding from the default list styling */
#lang_sel ul, #lang_sel li {
	padding:0 !important;
	margin:0 !important;
	list-style-type:none !important;
}
#lang_sel li:before {
	content:'' !important;
}
#lang_sel ul ul {
	width:149px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#lang_sel li {
	float:left;
	width:149px;
	position:relative;
}
/* style the links for the top level */
#lang_sel a, #lang_sel a:visited {
	display:block;
	font-size:11px;
	text-decoration:none !important;
	color:#444444;
	border:1px solid #cdcdcd;
	background:#fff;
	padding-left:10px;
	line-height:24px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #lang_sel a, * html #lang_sel a:visited {
	width:149px;
	w\idth:138px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#lang_sel ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0;
	width:149px;
	border-top:1px solid #cdcdcd;
}
/* another hack for IE5.5 */
* html #lang_sel ul ul {
	top:18px;
	t\op:19px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
#lang_sel table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the second level links */
#lang_sel ul ul a, #lang_sel ul ul a:visited {
	background:#ffffff;
	color:#444444;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	border-width:0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html #lang_sel ul ul a, * html #lang_sel ul ul a:visited {
	width:150px;
	width:128px;
}
/* style the top level hover */
#lang_sel a:hover, #lang_sel ul ul a:hover {
	color:#000;
	background:#eee;
}
#lang_sel :hover > a, #lang_sel ul ul :hover > a {
	color:#000;
	background:#eee;
}
#lang_sel a.lang_sel_sel {
	background:url(../img/nav-arrow-down.html) #fff right no-repeat;
	color:#444;
}
#lang_sel a.lang_sel_sel:hover {
	text-decoration: none;
	color:#000;
}
/* make the second level visible when hover on first level list OR link */
#lang_sel ul li:hover ul, #lang_sel ul a:hover ul {
	visibility:visible;
}
#lang_sel img.iclflag {
	width:18px;
	height:12px;
	position: relative;
	top: 1px;
}
#lang_sel_footer {
	margin: 0;
	padding: 7px;
	text-align: center;
	font: 11px Verdana, sans-serif;
	min-height: 15px;
	clear: both;
	background-color: #fff;
	border: 1px solid #cdcdcd;
}
#lang_sel_footer ul {
	list-style: none;
	margin:0;
	padding:0;
}
#lang_sel_footer ul li img {
	position: relative;
	top: 1px;
	width: 18px;
	height: 12px;
}
#lang_sel_footer ul li {
	display:inline;
	margin:0 1px 0 0;
	padding:0;
	white-space: nowrap;
	line-height: 25px;
}
#lang_sel_footer ul li a, #lang_sel_footer ul li a:visited {
	text-decoration: none;
	padding: 5px 10px;
}
#lang_sel_footer ul li a:hover, #lang_sel_footer ul li a:active {
}
#wpml_credit_footer {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
}
#lang_sel_list {
	height:32px;
	position:relative;
	z-index:99;
	font-family: verdana, arial, sans-serif;
}
#lang_sel_list.lang_sel_list_vertical {
	width:149px;
}
/* hack to correct IE5.5 faulty box model */
* html #lang_sel_list {
	width:12em;
	width:12em;
}
/* remove all the bullets, borders and padding from the default list styling */
#lang_sel_list ul, #lang_sel_list li {
	padding:0 !important;
	margin:0 !important;
	list-style-type:none !important;
}
#lang_sel_list li:before {
	content:'' !important;
}
#lang_sel_list ul.lang_sel_list_vertical {
	width:149px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#lang_sel_list li {
	float:left;
	position:relative;
}
#lang_sel_list.lang_sel_list_vertical li {
	width:149px;
}
/* style the links for the top level */
#lang_sel_list a, #lang_sel_list a:visited {
	display:block;
	font-size:11px;
	text-decoration:none !important;
	color:#444444;
	background:#fff;
	line-height:18px;
	padding-left:5px;
}
#lang_sel_list.lang_sel_list_vertical a, #lang_sel_list.lang_sel_list_vertical a:visited {
	border: 1px solid #cdcdcd;
	border-top-width: 0;
	padding-left:10px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #lang_sel_list a, * html #lang_sel_list a:visited {
	width:149px;
	width:138px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#lang_sel_list.lang_sel_list_vertical ul {/*visibility:hidden;position:absolute;*/
	height:0;
	top:19px;
	left:0;
	border-top:1px solid #cdcdcd;
}
/* another hack for IE5.5 */
* html #lang_sel_list ul {
	top:18px;
	top:19px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
#lang_sel_list table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the second level links */
#lang_sel_list ul a, #lang_sel_list_list ul a:visited {
	background:#ffffff;
	color:#444444;
	height:auto;
	line-height:1em;
}
#lang_sel_list.lang_sel_list_vertical ul a, #lang_sel_list_list ul a:visited {
	padding:3px 10px;
}
/* yet another hack for IE5.5 */
* html #lang_sel_list ul a, * html #lang_sel_list ul a:visited {
	width:150px;
	width:128px;
}
#lang_sel_list a.lang_sel_sel {
	background-image: none;
	color:#444;
}
#lang_sel_list a.lang_sel_sel:hover {
	text-decoration: none;
	color:#000;
}
/* make the second level visible when hover on first level list OR link */
#lang_sel_list ul li:hover ul, #lang_sel_list ul a:hover ul {
	visibility:visible;
}
#lang_sel_list img.iclflag {
	width:18px;
	height:12px;
	position: relative;
	top: 1px;
}
#lang_sel.icl_rtl {
	text-align:right;
	direction: rtl;
}
#lang_sel.icl_rtl .lang_sel_sel {
	padding-right:14px;
}
/* reset menu img definitions */
.menu-item-language img.iclflag {
	height:12px !important;
	width:18px !important;
	margin-bottom:0 !important;
	margin-right:4px;
}
/*ICONS AREAS*/

.icon_cert-btn {
	border: 1px solid #eeeeee;
	color: #a5ce39;
	display: inline-block;
	font-family: "di_fonts";
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	height: 44px;
	line-height: 1;
	padding-top: 11px;
	position: relative;
	text-align: center;
	transition: background 0s ease 0s, color 0.3s ease 0s;
	width: 44px;
}
.bg-parent-hover:hover .bg-on-parent-hover {
	background: #a5ce39 !important;
}

/*responsive*/
@media (max-width: 1191px) {
	.container { width:100%} }

@media (min-width: 768px) and (max-width: 980px) {
}
 @media (max-width: 768px) {
 .navbar-toggle {
 margin-top: 12px;
}
 .header-frontend .navbar-collapse ul.navbar-nav {
 float: none;
 margin-left: 0;
}

 .header-frontend .navbar-nav > li {
 padding: 0;
 margin-bottom: 2px;
}
 .header-frontend .nav li ul.dropdown-menu li a {
 margin-left: 0px;
 color: #999!important;;
}
 .header-frontend .nav li .dropdown-menu li a:hover, .header-frontend .nav li .dropdown-menu li.active a {
 color: #fff !important;
}
 .navbar-header {
 float: none;
 text-align: center;
 width: 100%;
 margin: 10px 0;
}
 .navbar-brand {
 float: none;
}
}
 @media (max-width: 480px) {
 .header-frontend .navbar {
 min-height: 60px;
}
 .navbar-toggle {
 margin-right: -10px;
}
 .header-frontend .nav li .dropdown-menu li a:hover {
 color: #a5ce39 !important;
}
 .navbar-brand {
 margin-top: 10px !important;
 float: left !important;
}
 @media (max-width:320px) {
}
