html {
  position: relative;
  min-height: 100%;
}
.mbr-v-middle {
  display: table;
  width: 100%;
}
.mbr-v-middle > div {
  display: table-cell;
  float: none;
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: middle;
}
.mbr-overlay {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: #222;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mbr-overlay.black {
  background: #000;
}
.mbr-overlay.blue {
  background: #146591;
}
.mbr-overlay.red {
  background: #c42a2a;
}
.mbr-overlay.white {
  background: #fff;
}
.mbr-overlay.yellow {
  background: #757500;
}
.mbr-overlay.darker {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mbr-overlay.dark {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.mbr-overlay.light {
  opacity: 0.35;
  filter: alpha(opacity=35);
}
.mbr-overlay.lighter {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.mbr-overlay.transparent {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mbr-fullscreen {
  width: 100%;
 
 }

 .mbr-fullscreen2 {
  width: 100%;
  height: 610px;
  }
.mbr-parallax-background {
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.mbr-hidden-scrollbar .mbr-parallax-background {
  background-size: auto 130%;
}
.mbr-social-likes {
  line-height: 69px;
  margin-top: -14px;
  min-height: 69px;
}
.mbr-social-likes .btn {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block !important;
  font-size: 29px;
  line-height: 0;
  margin: 0 10px 0 0 !important;
  padding: 0;
  position: relative;
  text-align: center;
  top: 6px;
}
.mbr-social-likes .socicon {
  line-height: 56px;
}
.mbr-social-likes .social-likes__counter {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #3c3c3c;
  border-radius: 23px;
  font-size: 12px;
  height: 23px;
  letter-spacing: 0;
  line-height: 21px;
  min-width: 23px;
  padding: 0 5px;
  position: absolute;
  right: -7px;
  text-align: center;
  text-transform: none;
  top: -7px;
}
.mbr-social-likes .social-likes__counter_empty {
  display: none !important;
}
.mbr-social-likes.square .btn {
  border-radius: 0;
}
.mbr-social-likes.square .social-likes__counter {
  right: -9px;
  top: -9px;
}
.mbr-social-likes.square-counters .social-likes__counter {
  border-radius: 0;
}
.mbr-social-likes.style-1 .btn:hover {
  background: #252525 !important;
}
.mbr-social-likes.style-1 .btn:hover .social-likes__counter {
  background: #f97352;
}
.mbr-social-likes.style-2 .btn {
  background: #252525;
}
.mbr-social-likes.style-2 .btn .social-likes__counter {
  background: #f97352;
}
.mbr-social-likes.style-2 .btn:hover .social-likes__counter {
  background: #3c3c3c;
}
@media (max-width: 767px) {
  .msgbox-1 .mbr-social-likes {
    margin-top: 12px;
  }
}
.msgbox-1.black .mbr-social-likes .social-likes__counter,
.msgbox-1.red .mbr-social-likes .social-likes__counter {
  background: #252525;
}
.msgbox-1.black .mbr-social-likes .btn:hover,
.msgbox-1.red .mbr-social-likes .btn:hover {
  color: #fff;
}
.msgbox-1.black .mbr-social-likes .btn:hover .social-likes__counter,
.msgbox-1.red .mbr-social-likes .btn:hover .social-likes__counter {
  color: #fff;
}
.msgbox-1.black .mbr-social-likes.style-2 .btn .social-likes__counter,
.msgbox-1.red .mbr-social-likes.style-2 .btn .social-likes__counter {
  background: #f97352;
}
.msgbox-1.black .mbr-social-likes.style-2 .btn:hover .social-likes__counter,
.msgbox-1.red .mbr-social-likes.style-2 .btn:hover .social-likes__counter {
  background: #252525;
}
.msgbox-1.red .mbr-social-likes .btn:hover .social-likes__counter {
  background: #fff;
  color: #252525;
}
.msgbox-1.red .mbr-social-likes.style-2 .btn .social-likes__counter {
  background: #fff;
  color: #252525;
}
.msgbox-1.red .mbr-social-likes.style-2 .btn:hover .social-likes__counter {
  color: #fff;
}
.mbr-nav-toggle {
  display: none;
}
.menu-1 {
  -webkit-transition: background 0.5s cubic-bezier(0.7, 0.01, 0.3, 1) 0.15s;
  -o-transition: background 0.5s cubic-bezier(0.7, 0.01, 0.3, 1) 0.15s;
  transition: background 0.5s cubic-bezier(0.7, 0.01, 0.3, 1) 0.15s;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.menu-1 .container {
  padding: 0;
}
.menu-1 .row > div {
  height: 50px;
}
.menu-1 .brand {
  float: left;
  width: 30%;
}
.menu-1 nav {
  float: right;
  width: 70%;
}
.menu-1 .brand {
  position: relative;
}
.menu-1 .brand a {
  font-size: 21px;
  font-weight: bold;
  line-height: 72px;
  text-transform: uppercase;
}
.menu-1 .brand a:hover {
  text-decoration: none;
}
.menu-1 .brand a img {
  height: 60%;
  position: relative;
  top: 5px;
  vertical-align: top;
  margin-right: 5px;
}
.menu-1 .brand .mbr-nav-toggle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Glyphicons Halflings";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 15px;
  cursor: pointer;
}
.menu-1 .brand .mbr-nav-toggle:before {
  content: "\e236";
}
.menu-1 .brand .mbr-nav-toggle:focus {
  outline: none;
}
.menu-1 nav {
  position: relative;
  top: 22px;
  vertical-align: top;
}
.menu-1 nav li a {
  font-size: 14px;
  line-height: 22px;
}
.menu-1 .brand a {
  color: #777777;
}
.menu-1 .brand .mbr-nav-toggle {
  color: #4c6972;
}
.menu-1 nav li a,
.menu-1 nav li a:hover,
.menu-1 nav li a:focus {
  color: #4c6972;
}
.menu-1 nav li a:after {
  background: #4c6972;
}
.menu-1.inverse .brand a {
  color: #253345;
}
.menu-1.inverse .brand .mbr-nav-toggle {
  color: #253345;
}
.menu-1.inverse nav li a,
.menu-1.inverse nav li a:hover,
.menu-1.inverse nav li a:focus {
  color: #ffffff;
}
.menu-1.inverse nav li a:after {
  background: #ffffff;
}
.menu-1.static {
  background-color: #fff;
  position: relative;
}
.menu-1.static .brand a {
  color: #4c6972;
}
.menu-1.static .brand .mbr-nav-toggle {
  color: #4c6972;
}
.menu-1.static nav li a,
.menu-1.static nav li a:hover,
.menu-1.static nav li a:focus {
  color: #4c6972;
}
.menu-1.static nav li a:after {
  background: #f97352;
}
.menu-1.static.black,
.menu-1.is-fixed.black {
  background-color: #444444;
}
.menu-1.static.black .brand a,
.menu-1.is-fixed.black .brand a {
  color: #eeeeee;
}
.menu-1.static.black .brand .mbr-nav-toggle,
.menu-1.is-fixed.black .brand .mbr-nav-toggle {
  color: #eeeeee;
}
.menu-1.static.black nav li a,
.menu-1.static.black nav li a:hover,
.menu-1.static.black nav li a:focus,
.menu-1.is-fixed.black nav li a,
.menu-1.is-fixed.black nav li a:hover,
.menu-1.is-fixed.black nav li a:focus {
  color: #eeeeee;
}
.menu-1.static.black nav li a:after,
.menu-1.is-fixed.black nav li a:after {
  background: #f97352;
}
.menu-1.static.mbr-fixed-top {
  position: absolute;
}
.menu-1.static.mbr-fixed-top + * {
  top: 93px;
  margin-bottom: 93px;
}
.menu-1.is-fixed {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed !important;
  top: 0;
  -webkit-animation: menu-1 0.6s cubic-bezier(0.7, 0.01, 0.3, 1) 0s;
  -o-animation: menu-1 0.6s cubic-bezier(0.7, 0.01, 0.3, 1) 0s;
  animation: menu-1 0.6s cubic-bezier(0.7, 0.01, 0.3, 1) 0s;
}
.menu-1.is-fixed .brand a {
  color: #4c6972;
}
.menu-1.is-fixed .brand .mbr-nav-toggle {
  color: #4c6972;
}
.menu-1.is-fixed nav li a,
.menu-1.is-fixed nav li a:hover,
.menu-1.is-fixed nav li a:focus {
  color: #4c6972;
}
.menu-1.is-fixed nav li a:after {
  background: #f97352;
}
@-webkit-keyframes menu-1 {
  from {
    top: -93px;
  }
  to {
    top: 0;
  }
}
@-o-keyframes menu-1 {
  from {
    top: -93px;
  }
  to {
    top: 0;
  }
}
@keyframes menu-1 {
  from {
    top: -93px;
  }
  to {
    top: 0;
  }
}
.menu-1.is-fixed.black {
  background-color: rgba(68, 68, 68, 0.95);
}
.menu-1.is-fixed.static {
  background-color: #fff;
}
.menu-1.is-fixed.static.black {
  background-color: #444444;
}
.menu-1.collapsed .brand,
.menu-1.nav-collapsed .brand {
  width: 100%;
}
.menu-1.collapsed nav,
.menu-1.nav-collapsed nav {
  display: none;
}
.menu-1.collapsed .mbr-nav-toggle,
.menu-1.nav-collapsed .mbr-nav-toggle {
  display: block !important;
}
.menu-1.mbr-nav-visible {
  position: absolute !important;
}
.menu-1.mbr-nav-visible .brand .mbr-nav-toggle {
  z-index: 2;
  color: #fff;
}
.menu-1.mbr-nav-visible .brand .mbr-nav-toggle:before {
  content: "\e014";
}
.menu-1.mbr-nav-visible nav {
  top: 0;
  left: 0;
  display: table;
  position: fixed;
  background-color: rgba(76, 105, 114, 0.9);
  width: 100%;
  -webkit-animation: menu-1-nav 0.3s linear 0s;
  -o-animation: menu-1-nav 0.3s linear 0s;
  animation: menu-1-nav 0.3s linear 0s;
}
@-webkit-keyframes menu-1-nav {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes menu-1-nav {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes menu-1-nav {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.menu-1.mbr-nav-visible nav ul {
  display: table-cell;
  float: none !important;
  position: relative;
  top: -27px;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 480px) {
  .menu-1.mbr-nav-visible nav ul {
    top: -22px;
  }
}
.menu-1.mbr-nav-visible nav ul li {
  display: block;
  float: none;
  text-align: center;
}
.menu-1.mbr-nav-visible nav ul li a {
  border: 2px solid transparent;
  color: #fff !important;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 48px;
  padding-left: 30px;
  padding-right: 30px;
}
.menu-1.mbr-nav-visible nav ul li a:hover {
  border-color: #fff;
  color: #fff !important;
}
.menu-1.mbr-nav-visible nav ul li a:after {
  display: none;
}
@media (max-width: 480px) {
  .menu-1.mbr-nav-visible nav ul li a {
    font-size: 20px;
    line-height: 34px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.menu-1.mbr-nav-visible nav ul li.active a {
  border-color: transparent;
  color: rgba(255, 255, 255, 0.6) !important;
  cursor: default;
}
.menu-1.mbr-nav-visible nav ul li:last-of-type:after {
  width: 36px;
  height: 3px;
  background: #fff;
  content: "";
  display: block;
  left: 50%;
  margin-left: -18px;
  position: relative;
  top: 25px;
}
@media (max-width: 480px) {
  .menu-1.mbr-nav-visible nav ul li:last-of-type:after {
    top: 20px;
  }
}
.menu-1.mbr-nav-visible.black nav {
  background: rgba(249, 115, 82, 0.95);
}
.content-1 {
  padding: 0 20px;
  text-align: center;
}
.content-1 .container {
  padding: 20px 0 20px;
}
.content-1 h2 {
  line-height: 48px;
  margin: 0;
  padding: 20px 0 27px;
}
.content-1 p {
  color: #777;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 0;
  padding-bottom: 6px;
  padding-top: 37px;
  position: relative;
  text-align: left;
}
.content-1 p:before {
  width: 36px;
  height: 3px;
  background: #252525;
  content: "";
  left: 50%;
  margin-left: -18px;
  position: absolute;
  top: 0;
}
.content-1 .group {
  margin-top: 0;
  padding: 31px 0 10px;
}
.content-1 .group .btn + .btn {
  margin-left: 10px;
}
@media (max-width: 530px) {
  .content-1 .group .btn {
    display: block;
  }
  .content-1 .group .btn + .btn {
    margin: 10px 0 0;
  }
}
.content-1 .row > div {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .content-1.left {
    text-align: left;
  }
  .content-1.left .row > div {
    margin-left: 0;
  }
  .content-1.left p:before {
    left: 0;
    margin-left: 0;
  }
}
.content-1.black,
.content-1.red {
  background: #3c3c3c;
  color: #fff;
}
.content-1.black p,
.content-1.red p {
  color: #bbb;
}
.content-1.black p:before,
.content-1.red p:before {
  background: #fff;
}
.content-1.black .btn-default,
.content-1.red .btn-default {
  border-color: #fff;
  color: #fff;
}
.content-1.black .btn-default:hover,
.content-1.black .btn-default:focus,
.content-1.black .btn-default.focus,
.content-1.black .btn-default:active,
.content-1.black .btn-default.active,
.open > .dropdown-toggle.content-1.black .btn-default,
.content-1.red .btn-default:hover,
.content-1.red .btn-default:focus,
.content-1.red .btn-default.focus,
.content-1.red .btn-default:active,
.content-1.red .btn-default.active,
.open > .dropdown-toggle.content-1.red .btn-default {
  background-color: #fff;
  border-color: #fff;
  color: #252525;
}
.content-1.red {
  background: #fa7f61;
}
.content-1.red ::-moz-selection {
  background: #252525;
}
.content-1.red ::selection {
  background: #252525;
}
.content-1.red p {
  color: #fff;
}
.content-1.gray {
  background: #f0f0f0;
  border-top: 1px solid #e5e5e5;
}
.content-1.gray .container {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .content-1.extended {
    padding: 0 5px;
  }
}
.content-1.extended .container {
  padding: 20px 0;
}
.content-1.extended.gray .container {
  padding-top: 20px;
}
.content-1.extended .group {
  padding-bottom: 0;
}
.content-1.extended h2 {
  margin-top: -35px;
}
@media (min-width: 768px) {
  .content-1.extended .row {
    display: table;
    margin: 0;
    table-layout: fixed;
    width: 100%;
  }
  .content-1.extended .row > div {
    display: table-cell;
    float: none;
    padding-left: 0;
    padding-right: 41px;
    text-align: center;
    vertical-align: middle;
  }
  .content-1.extended .row > div.img {
    vertical-align: top;
  }
  .content-1.extended h2 {
    left: 6px;
    margin-top: -35px !important;
    position: relative;
    text-align: center;
  }
  .content-1.extended p {
    text-align: left;
  }
  .content-1.extended p:before {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .content-1.extended .group .btn {
    display: block;
  }
  .content-1.extended .group .btn + .btn {
    margin: 10px 0 0;
  }
}
.content-1.extended .img {
  padding-bottom: 16px;
}
.content-1.extended .img iframe {
  width: 100% !important;
}
.content-1.extended .img img {
  max-width: 100%;
}
.content-1.extended .img + div h2 {
  margin-top: 0;
}
.content-1.extended .img + div p {
  text-align: left;
}
@media (min-width: 768px) {
  .content-1.extended .img {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 41px !important;
  }
  .content-1.extended .img img,
  .content-1.extended .img iframe {
    float: right;
  }
  .content-1.extended .img + div {
    padding: 0 0 0 15px;
    text-align: left;
  }
  .content-1.extended .img + div h2 {
    left: -1px;
    text-align: left;
  }
  .content-1.extended .img + div p:before {
    left: 0;
    right: auto;
  }
}
.content-1.extended div + .img {
  padding: 51px 15px 0 15px;
}
@media (min-width: 768px) {
  .content-1.extended div + .img {
    padding: 0 0 0 15px !important;
  }
  .content-1.extended div + .img img,
  .content-1.extended div + .img iframe {
    float: left;
  }
}
@media (min-width: 768px) {
  .content-1.extended.left .row > div {
    text-align: left;
  }
  .content-1.extended.left .row > div h2 {
    left: -1px;
    text-align: left;
  }
  .content-1.extended.left .row > div p {
    text-align: left;
  }
  .content-1.extended.left .row > div p:before {
    left: 0;
    right: auto;
    margin-left: 0;
  }
  .content-1.extended.center .row > div {
    text-align: center;
  }
  .content-1.extended.center .row > div h2 {
    left: 0;
    text-align: center;
  }
  .content-1.extended.center .row > div p {
    text-align: left;
  }
  .content-1.extended.center .row > div p:before {
    left: 50%;
    margin-left: -18px;
  }
  .content-1.extended.right .row > div {
    text-align: right;
  }
  .content-1.extended.right .row > div h2 {
    left: 6px;
    text-align: right;
  }
  .content-1.extended.right .row > div p {
    text-align: right;
  }
  .content-1.extended.right .row > div p:before {
    left: auto;
    right: 0;
    margin-left: 0;
  }
}
.msgbox-1 {
  padding: 0 20px;
}
.msgbox-1 .container {
  padding: 41px 0 41px;
}
@media (max-width: 767px) {
  .msgbox-1 .container {
    padding: 68px 0 93px;
    text-align: center;
  }
}
.msgbox-1 h1,
.msgbox-1 h2 {
  letter-spacing: 4px;
  line-height: 33px;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .msgbox-1 h1,
  .msgbox-1 h2 {
    margin-bottom: 0;
    line-height: 48px;
  }
}
.msgbox-1 p {
  color: #777;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 0;
  padding-bottom: 13px;
  padding-top: 28px;
  text-align: left;
}
@media (max-width: 767px) {
  .msgbox-1 p {
    padding-bottom: 10px;
    padding-top: 26px;
  }
  .msgbox-1 p:before {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 36px;
    height: 3px;
    background: #252525;
    content: "";
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .msgbox-1 .btn {
    margin-top: 26px;
  }
}
@media (max-width: 480px) {
  .msgbox-1 .btn {
    display: block;
  }
}
.msgbox-1.black,
.msgbox-1.red {
  background: #3c3c3c;
  color: #fff;
}
.msgbox-1.black h1:after,
.msgbox-1.black h2:after,
.msgbox-1.red h1:after,
.msgbox-1.red h2:after {
  background: #fff;
}
.msgbox-1.black p,
.msgbox-1.red p {
  color: #bbb;
}
.msgbox-1.black p:before,
.msgbox-1.red p:before {
  background: #fff;
}
.msgbox-1.black .btn-default,
.msgbox-1.red .btn-default {
  border-color: #fff;
  color: #fff;
}
.msgbox-1.black .btn-default:hover,
.msgbox-1.black .btn-default:focus,
.msgbox-1.black .btn-default.focus,
.msgbox-1.black .btn-default:active,
.msgbox-1.black .btn-default.active,
.open > .dropdown-toggle.msgbox-1.black .btn-default,
.msgbox-1.red .btn-default:hover,
.msgbox-1.red .btn-default:focus,
.msgbox-1.red .btn-default.focus,
.msgbox-1.red .btn-default:active,
.msgbox-1.red .btn-default.active,
.open > .dropdown-toggle.msgbox-1.red .btn-default {
  background-color: #fff;
  border-color: #fff;
  color: #252525;
}
.msgbox-1.red {
  background: #fa7f61;
}
.msgbox-1.red ::-moz-selection {
  background: #252525;
}
.msgbox-1.red ::selection {
  background: #252525;
}
.msgbox-1.red p {
  color: #fff;
}
.msgbox-1.gray {
  background: #f0f0f0;
  border-top: 1px solid #e5e5e5;
}
.msgbox-1.gray .container {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .msgbox-1.gray .container {
    padding-top: 67px;
  }
}
.hero-1 {
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  table-layout: fixed;
}
.hero-1 .container {
  padding: 0;
  position: relative;
  z-index: 2;
}
.hero-1 .row .hero {
  color: #252525;
}
.hero-1 .row .hero h1,
.hero-1 .row .hero h2 {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 17px;
}
@media (max-width: 480px) {
  .hero-1 .row .hero h1,
  .hero-1 .row .hero h2 {
    font-size: 37px;
  }
}
.hero-1 .row .hero p {
  font-size: 21px;
}
@media (max-width: 480px) {
  .hero-1 .row .hero p {
    font-size: 19px;
  }
}
.hero-1 .row .group {
  margin-top: 23px;
}
.hero-1 .row .group .btn + .btn {
  margin-left: 10px;
}
@media (max-width: 480px) {
  .hero-1 .row .group .btn {
    display: block;
  }
  .hero-1 .row .group .btn + .btn {
    margin: 10px 0 0;
  }
}
@media (max-width: 767px) {
  .hero-1 .row {
    text-align: center;
  }
}
.hero-1.center {
  text-align: center;
}
.hero-1.center .container {
  width: 100% !important;
}
.hero-1.center .row > div {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hero-1.inverse {
  background-color: #3c3c3c;
}
.hero-1.inverse .row .hero {
  color: #fff;
}
.hero-1.inverse .row .btn-default {
  border-color: #fff;
  color: #fff;
}
.hero-1.inverse .row .btn-default:hover,
.hero-1.inverse .row .btn-default:focus,
.hero-1.inverse .row .btn-default.focus,
.hero-1.inverse .row .btn-default:active,
.hero-1.inverse .row .btn-default.active,
.open > .dropdown-toggle.hero-1.inverse .row .btn-default {
  background-color: #fff;
  border-color: #fff;
  color: #252525;
}
.content-2 {
  overflow: hidden;
  padding: 71px 20px 70px;
}
.content-2.col-4 .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-2.col-4 .row > div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .content-2.col-4 .row > div {
    float: left;
    width: 25%;
  }
}
.content-2.col-3 .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-2.col-3 .row > div {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .content-2.col-3 {
    padding-top: 64px;
  }
  .content-2.col-3 .thumbnail h3 {
    margin-top: 4px;
  }
  .content-2.col-3 .thumbnail p + p {
    margin-top: 37px;
  }
}
.content-2.col-2 .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-2.col-2 .row > div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .content-2.col-2 {
    padding-top: 48px;
  }
  .content-2.col-2 .thumbnail > img {
    width: 100%;
    max-width: 300px;
  }
  .content-2.col-2 .thumbnail h3 {
    margin-top: -14px;
    margin-bottom: 20px;
    font-size: 25px;
    letter-spacing: 6px;
    line-height: 48px;
  }
  .content-2.col-2 .thumbnail p {
    font-size: 17px;
    line-height: 27px;
  }
  .content-2.col-2 .thumbnail .btn {
    padding: 16px 27px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  .content-2 {
    padding: 0 20px;
  }
  .content-2 .row > div:nth-child(2n) {
    background: #f0f0f0;
    border-top: 1px solid #e5e5e5;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-2.col-4 {
    padding: 64px 20px 70px;
  }
  .content-2.col-4 .row > div + div + div {
    margin-top: 39px;
  }
  .content-2.col-4 .thumbnail h3 {
    margin-top: 4px;
    margin-bottom: 32px;
  }
  .content-2.col-4 .thumbnail p + p {
    margin-top: 37px;
  }
  .content-2.col-3 {
    padding-top: 73px;
  }
  .content-2.col-3 .thumbnail h3 {
    margin-top: 12px;
    margin-bottom: 33px;
  }
  .content-2.col-3 .thumbnail p + p {
    margin-top: 36px;
  }
  .content-2.col-2 {
    padding-top: 64px;
  }
  .content-2.col-2 .thumbnail h3 {
    margin-top: 4px;
    margin-bottom: 33px;
  }
  .content-2.col-2 .thumbnail p + p {
    margin-top: 36px;
  }
}
.content-2 .container {
  padding: 0;
}
.content-2 .row {
  margin-left: -24px;
  margin-right: -24px;
}
.content-2 .thumbnail {
  background: none;
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .content-2 .thumbnail {
    padding-top: 52px;
    padding-bottom: 70px;
    margin-bottom: 0;
  }
}
.content-2 .thumbnail > img {
  max-width: 90%;
}
@media (max-width: 767px) {
  .content-2 .thumbnail > img {
    width: 100%;
    max-width: 300px;
  }
}
.content-2 .thumbnail h3 {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 32px;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .content-2 .thumbnail h3 {
    font-size: 25px;
    letter-spacing: 6px;
    line-height: 48px;
    margin-bottom: 20px;
    margin-top: -14px;
  }
}
.content-2 .thumbnail p {
  color: #999;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
.content-2 .thumbnail p + p {
  margin-top: 37px;
  margin-bottom: 14px;
  text-align: center;
}
@media (max-width: 767px) {
  .content-2 .thumbnail p {
    font-size: 17px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .content-2 .thumbnail .btn {
    padding: 16px 27px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media (max-width: 480px) {
  .content-2 .thumbnail .btn {
    display: block;
  }
}
.pricing-table-1 {
  background: #f0f0f0;
  border-top: 1px solid #e5e5e5;
  padding: 99px 0 67px;
}
.pricing-table-1 .container {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.pricing-table-1.col-4 .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .pricing-table-1.col-4 .row > div {
    float: left;
    width: 25%;
  }
}
.pricing-table-1.col-3 .container {
  max-width: 750px;
}
.pricing-table-1.col-3 .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .pricing-table-1.col-3 .row > div {
    float: left;
    width: 33.33333333%;
  }
}
.pricing-table-1.col-2 .container {
  max-width: 600px;
}
.pricing-table-1.col-2 .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .pricing-table-1.col-2 .row > div {
    float: left;
    width: 50%;
  }
}
.pricing-table-1 .plan {
  -webkit-box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
  box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
  background: #fff;
  color: #484f5a;
  margin-right: 1px;
  padding-bottom: 41px;
  text-align: center;
}
.pricing-table-1 .plan h3 {
  background: #323b44;
  border-radius: 7px 7px 0 0;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
  padding: 18px 0 19px;
  position: relative;
  top: -7px;
}
.pricing-table-1 .plan p {
  margin-bottom: 0;
}
.pricing-table-1 .plan .price {
  font-size: 80px;
  letter-spacing: 1px;
  padding: 7px 0 0;
}
.pricing-table-1 .plan .price small {
  color: #aaa;
  display: block;
  font-size: 13px;
  margin-top: -11px;
  padding-bottom: 19px;
}
.pricing-table-1 .plan .price strong {
  font-weight: normal;
  left: -10px;
  position: relative;
}
.pricing-table-1 .plan .price sup {
  display: inline-block;
  font-size: 32px;
  margin: 58px 0 0 -4px;
  position: relative;
  vertical-align: top;
  width: 25px;
}
.pricing-table-1 .plan .price:after {
  background: #eee;
  content: "";
  display: block;
  height: 1px;
  margin: 20px auto 0;
  width: 80%;
}
.pricing-table-1 .plan ul {
  font-size: 14px;
  list-style: none;
  margin: 36px 0 35px;
  padding-left: 0;
}
.pricing-table-1 .plan ul li {
  margin-bottom: 12px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .pricing-table-1 .plan .price {
    font-size: 120px;
    line-height: 142px;
  }
  .pricing-table-1 .plan .price small {
    font-size: 16px;
    margin-top: -1px;
    padding-bottom: 18px;
    line-height: 23px;
  }
  .pricing-table-1 .plan .price sup {
    font-size: 36px;
    margin: 77px 0 0 -4px;
  }
  .pricing-table-1 .plan ul {
    font-size: 16px;
    margin-top: 35px;
  }
  .pricing-table-1 .plan .btn {
    padding: 16px 27px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.pricing-table-1 .favorite {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.35);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.35);
  margin-left: -5px;
  margin-right: -5px;
  padding-bottom: 54px;
  position: relative;
  top: -13px;
  z-index: 2;
}
.pricing-table-1 .favorite h3 {
  background: #f97352;
}
.pricing-table-1 .favorite .price {
  padding-top: 20px;
}
.pricing-table-1 .favorite .price strong {
  left: -8px;
}
.pricing-table-1 .green h3 {
  background: #7ac673;
}
.pricing-table-1 .blue h3 {
  background: #27aae0;
}
.pricing-table-1 .orange h3 {
  background: #faaf40;
}
@media (max-width: 767px) {
  .pricing-table-1 {
    padding: 30px 20px 10px 20px;
  }
  .pricing-table-1 .plan {
    margin-bottom: 20px;
  }
  .pricing-table-1 .favorite {
    margin-left: 0;
    margin-right: 0;
    top: 0;
  }
}
body {
  margin-bottom: 93px;
}
body .footer-1 {
  background-color: #444444;
  bottom: 0;
  height: 93px;
  padding: 0 20px;
  position: absolute;
  width: 100%;
}
body .footer-1 .container {
  padding: 0;
}
body .footer-1 p {
  color: #9c9c9c;
  font-size: 13px;
  line-height: 93px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 1px;
}
@media (max-width: 767px) {
  body .footer-1 p {
    text-align: center;
  }
}
