@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Righteous);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,300italic,400italic,500,500italic,700italic,700,900,900italic);
@import url(//fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #fff;
  font: 400 14px "Righteous", cursive;
  -webkit-text-size-adjust: none;
  background-color: #fff; }

img {
  max-width: 100%;
  height: auto;
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  text-align: center;
  opacity: 1; }

h1 {
  font-size: 72px;
  line-height: 82px; }

h2 {
  font-size: 45px;
  text-transform: uppercase;
  line-height: 0.74;
  letter-spacing: 6.5px; }

h3 {
  font-size: 20px; }

p {
  font-size: 14px;
  font-family: "Roboto", regular; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

/*=======================================================
                       Main Layout
=========================================================*/
.well {
  padding: 348px 0 105px; }

.well-1 {
  padding: 105px 0 105px; }

.well-2 {
  padding: 95px 0 57px; }

.well-3 {
  padding: 105px 0 80px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  background-color: #26c7fc;
  width: 169px;
  height: 166px;
  display: inline-block;
  text-align: center;
  border-bottom: 9px solid #fff;
  padding-top: 25px; }
  .brand h1 {
    color: #fff; }
  .brand h3 {
    text-transform: lowercase;
    font-family: "Lato", sans-serif; }

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #fff;
  height: 1080px; }

.bg-secondary {
  background-color: #26c7fc; }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  background: #26c7fc;
  position: relative;
  font: 400 20px/24px "Righteous", cursive;
  color: #fff;
  letter-spacing: 0.5px;
  padding: 13.5px 21px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .btn:hover {
    color: #2b2f31;
    background: #26c7fc;
    box-shadow: inset 0 5px 0 #fff; }

.btn-2 {
  display: inline-block; }

/*==================      Box      ======================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 30px; }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  color: #FFF; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #7B7A7A;
  background: #2b2f31; }
.sf-menu > li.active > a {
  color: #212121;
  background: #26c7fc; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 10px;
  padding: 10px 0 10px;
  background: #FFF;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul > li > a {
  color: #FFF;
  background: #2b2f31; }
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: #26c7fc; }

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4; }

.sf-menu ul ul > li > a {
  color: #FFF;
  background: #fff; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #26c7fc; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 62%;
    margin-left: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #26c7fc;
      color: #FFF; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #444;
  z-index: 999;
  border-bottom: 1px solid #333333; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #2b2f31;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #26c7fc;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
    .parallax_image::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: #000;
      opacity: 0.2; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: absolute;
  left: -7px;
  right: 0px;
  z-index: 999;
  text-align: center;
  top: 86px; }

/*========================================================
                     CONTENT  Section
=========================================================*/
main .parallax_cnt p {
  text-align: center;
  margin-top: 35px;
  font-family: "Roboto", regular;
  line-height: 1.42;
  font-weight: 500; }
main .parallax_cnt .center {
  text-align: center; }
  main .parallax_cnt .center .offset-1 {
    margin-top: 55px; }
    main .parallax_cnt .center .offset-1 .box {
      text-align: center; }
      main .parallax_cnt .center .offset-1 .box .box_header {
        font-size: 72px;
        color: #26c7fc; }
      main .parallax_cnt .center .offset-1 .box .box_header__mod1 {
        color: #fff; }
      main .parallax_cnt .center .offset-1 .box .box_cnt {
        font-family: "Lato", sans-serif;
        letter-spacing: 1px;
        margin-top: -6px;
        margin-right: -2px; }
        main .parallax_cnt .center .offset-1 .box .box_cnt h3 {
          line-height: 1.2; }
  main .parallax_cnt .center .offset-2 {
    margin-top: 95px;
    margin-bottom: 23px; }
    main .parallax_cnt .center .offset-2 .box-2 {
      line-height: 165px;
      width: 100%;
      background: rgba(38, 199, 252, 0.5);
      display: inline-block;
      text-transform: uppercase;
      padding-left: 135px;
      text-align: left;
      position: relative;
      padding-right: 5px; }
      main .parallax_cnt .center .offset-2 .box-2:hover {
        background: #26c7fc;
        color: #2b2f31;
        box-shadow: inset 0 9px 0 #fff; }
      main .parallax_cnt .center .offset-2 .box-2::before {
        content: attr(data-fl-icon);
        font: 400 72px/165px fl-bigmug-line;
        position: absolute;
        top: 0;
        left: 0;
        width: 135px;
        text-align: center; }
      main .parallax_cnt .center .offset-2 .box-2 span {
        display: inline-block;
        vertical-align: middle;
        opacity: 1;
        font: 500 20px/28px "Righteous", cursive;
        letter-spacing: 1.5px;
        left: -2px;
        position: relative; }
main h2 {
  margin-bottom: 34px; }
main ul {
  overflow: hidden; }
  main ul li {
    float: left;
    width: 33.33%; }
    main ul li .thumb {
      display: block;
      position: relative;
      overflow: hidden; }
      main ul li .thumb img {
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      main ul li .thumb .thumb_overlay {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        background: transparent none repeat scroll 0% 0%; }
        main ul li .thumb .thumb_overlay span {
          font: 400 48px/60px "Righteous", cursive;
          text-align: center;
          padding-left: 10px;
          padding-right: 10px;
          letter-spacing: 1.2px;
          position: absolute;
          top: 47%;
          left: 0;
          right: 0;
          transform: translateY(-50%); }
      main ul li .thumb:hover .thumb_overlay {
        opacity: 1;
        background: transparent linear-gradient(to bottom, rgba(38, 199, 252, 0.6), rgba(24, 24, 24, 0.6)) repeat scroll 0% 0%;
        box-shadow: inset 0 20px 0 #fff; }
      main ul li .thumb:hover img {
        transform: scale(1.2); }
main .well-1 .center {
  text-align: center; }
main .well-1 h2 {
  margin-bottom: 34px; }
main .well-1 h3 {
  margin-top: 90px;
  text-transform: uppercase;
  letter-spacing: 2px; }
main .well-1 p {
  padding-bottom: 29px;
  margin-left: 7%;
  margin-right: 7%;
  text-align: center;
  margin-top: 29px; }
main .well-1 .after-style {
  position: relative; }
  main .well-1 .after-style:after {
    content: '';
    width: 28px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
    background: #fff; }
main .well-1 .btn-2 h3 {
  margin-top: 18px;
  text-transform: lowercase;
  letter-spacing: 0.3px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  main .well-1 .btn-2 h3:hover {
    color: #26c7fc; }
main .well-1 .link-wrap {
  text-align: center;
  margin-top: 66px;
  font: 400 20px "Righteous", cursive;
  text-transform: uppercase;
  line-height: 1.8;
  letter-spacing: 1.5px; }
  main .well-1 .link-wrap a {
    color: #26c7fc; }
    main .well-1 .link-wrap a:hover {
      color: #fff; }
  main .well-1 .link-wrap span {
    color: #26c7fc;
    padding: 0 6px; }
main .well-1 .btn_wrap {
  margin-top: 31px; }
main .well-2 h2 {
  text-align: left;
  text-transform: none;
  letter-spacing: 2.3px;
  line-height: 60px; }
main .well-2 h3 {
  text-align: left;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 2px; }
main .well-2 .mg-add {
  margin-top: 25px; }
main .well-2 .mg-add1 {
  margin-top: 60px; }
main .well-2 .btn-2 {
  position: relative;
  padding-left: 20px;
  font: 20px "Righteous", cursive; }
main .well-2 a:hover {
  color: #2b2f31; }
main .well-2 a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 30px;
  background: #fff;
  pointer-events: none; }
main .well-3 h2 {
  text-transform: none;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 67px; }
main .well-3 blockquote {
  position: relative;
  overflow: hidden; }
  main .well-3 blockquote:before {
    position: absolute;
    content: '';
    background: transparent;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1; }
  main .well-3 blockquote:hover .overlay {
    opacity: 1; }
  main .well-3 blockquote:hover::before {
    background: transparent linear-gradient(to bottom, rgba(38, 199, 252, 0.6), rgba(24, 24, 24, 0.6)) repeat scroll 0% 0%;
    box-shadow: inset 0 20px 0 #fff; }
  main .well-3 blockquote img {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  main .well-3 blockquote:hover img {
    transform: scale(1.2); }
  main .well-3 blockquote .overlay {
    position: absolute;
    left: 0;
    top: 18%;
    right: 0;
    padding: 0 10px;
    opacity: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 2; }
    main .well-3 blockquote .overlay q {
      font-family: "Roboto", regular;
      display: block;
      position: relative;
      padding: 40px 0 55px; }
      main .well-3 blockquote .overlay q .before {
        top: 0;
        font: 700 72px/72px "Lato", sans-serif;
        position: absolute;
        left: 46%; }
      main .well-3 blockquote .overlay q .after {
        font: 700 72px/72px "Lato", sans-serif;
        position: absolute;
        left: 46%;
        bottom: -20px;
        transform: rotateY(180deg); }

footer {
  padding: 100px 0 145px;
  background-color: #2b2f31;
  font-family: "Roboto", regular; }
  footer .brand {
    background-color: #fff;
    width: 169px;
    height: 166px;
    color: #2b2f31;
    font-family: "Righteous", cursive; }
    footer .brand h1 {
      color: #2b2f31; }
  footer .contact-info {
    font-weight: 700; }
    footer .contact-info address {
      letter-spacing: 0.35px;
      margin-top: 5px;
      line-height: 1.4; }
    footer .contact-info .tel dd {
      font: 900 20px/30px "Lato", sans-serif;
      letter-spacing: 1px;
      top: -6px;
      position: relative; }
    footer .contact-info .email dt {
      float: left;
      padding-right: 5px; }
    footer .contact-info a:hover {
      color: #26c7fc; }
  footer .inline-list li {
    display: inline-block;
    font-size: 30px;
    margin-right: 18px; }
    footer .inline-list li:hover {
      color: #26c7fc; }

/*========================================================
                     RESPONSIVE
=========================================================*/
@media (max-width: 1199px) {
  main .well-3 blockquote .overlay
  q {
    font-size: 15px;
    padding: 30px 0 30px; }
    main .well-3 blockquote .overlay
    q br {
      display: none; }
    main .well-3 blockquote .overlay
    q .before {
      font-size: 30px;
      top: -10px; }
    main .well-3 blockquote .overlay
    q .after {
      font-size: 30px; }

  main ul li .thumb .thumb_overlay {
    opacity: 1;
    background: transparent linear-gradient(to bottom, rgba(38, 199, 252, 0.6), rgba(24, 24, 24, 0.6)) repeat scroll 0% 0%;
    border-right: 1px solid rgba(255, 255, 255, 0.2); } }
@media (max-width: 991px) {
  h2 {
    font-size: 35px;
    line-height: 40px; }

  p {
    font-size: 13px; }

  .text_style br {
    display: none; }

  main .parallax_cnt .center .offset-1 .box .box_header {
    font-size: 40px; }

  main .parallax_cnt .center .offset-1 .box .box_cnt h3 {
    font-size: 15px; }

  main .parallax_cnt .center .offset-2 .box-2 {
    padding-left: 90px; }
    main .parallax_cnt .center .offset-2 .box-2 span {
      font-size: 14px; }
    main .parallax_cnt .center .offset-2 .box-2::before {
      width: 100px;
      font-size: 50px; }

  main .well-1 .link-wrap br {
    display: none; }

  main .well-3 blockquote .overlay
  q {
    font-size: 12px;
    padding: 11px 5px 30px; }
    main .well-3 blockquote .overlay
    q br {
      display: none; }
    main .well-3 blockquote .overlay
    q .before {
      font-size: 20px;
      top: -31px; }
    main .well-3 blockquote .overlay
    q .after {
      font-size: 20px; }

  main ul li .thumb .thumb_overlay span {
    font-size: 35px;
    letter-spacing: 0.5px;
    line-height: 40px; }

  footer .inline-list li {
    font-size: 20px; } }
@media (max-width: 767px) {
  main .parallax_cnt .center .offset-2 .box-2 {
    padding-left: 135px;
    margin-bottom: 30px; }
    main .parallax_cnt .center .offset-2 .box-2 span {
      font-size: 20px; }
      main .parallax_cnt .center .offset-2 .box-2 span br {
        display: none; }

  main .well-1 .link-wrap {
    font-size: 24px; }

  main ul li {
    width: 100%;
    float: none; }

  footer ul {
    margin-left: 52%; } }
@media (max-width: 479px) {
  body {
    padding-top: 0; }

  header {
    top: 45px; }

  .box {
    margin-bottom: 25px; }

  .well {
    padding: 248px 0 105px; }

  h2 {
    font-size: 25px;
    line-height: 1.1; }

  main .well-1 .link-wrap {
    font-size: 14px; }

  main .well-1 h2 {
    font-size: 21px;
    margin-bottom: 5px; }

  main .well-2 h3 {
    font-size: 15px;
    line-height: 20px; }
  main .well-2 h2 {
    line-height: 30px; }

  main .well-3 blockquote .overlay q {
    font-size: 12px;
    padding: 37px 36px 30px; }
    main .well-3 blockquote .overlay q .before {
      font-size: 30px; }
    main .well-3 blockquote .overlay q .after {
      font-size: 30px; }

  footer .brand {
    margin-bottom: 15px; }
  footer ul {
    margin: 20px 0 30px; } }
