@charset "UTF-8";
@import url(animate.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300);
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #fff;
  color: #8e8e8e;
  font: 400 18px/26px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none; }

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

h1 {
  color: #ffbcc6;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 26px; }

h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
  color: #383838; }
  @media (max-width: 1199px) {
    h2 {
      font-size: 50px; } }
  @media (max-width: 479px) {
    h2 {
      font-size: 40px;
      line-height: 50px; } }

h3 {
  color: #303030;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 48px;
  font-weight: 700; }
  h3.mod1 {
    text-transform: none; }

h4 {
  font-size: 30px;
  line-height: 32px;
  color: #373737; }
  h4.mod1 {
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    color: #00a99d; }

h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #535353; }

h6 {
  font-weight: 700;
  text-transform: uppercase;
  color: #373737; }

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #f22240; }

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

time {
  display: block; }

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; }
  a[href^="tel:"]:hover,
  a[href^="callto:"]:hover {
    text-decoration: underline; }

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
=========================================================*/
h2 + * {
  margin-top: 25px; }

h3 + * {
  margin-top: 40px; }

h3.mod1 + * {
  margin-top: 30px; }

h4 + * {
  margin-top: 30px; }

h5 + * {
  margin-top: 60px; }

h6 + * {
  margin-top: 10px; }

* + h6 {
  margin-top: 25px; }

* + .btn {
  margin-top: 40px; }

* + .btn1 {
  margin-top: 25px; }

* + .btn2 {
  margin-top: 70px; }

* + .btn3 {
  margin-top: 50px; }

.list1 + .btn {
  margin-left: 135px;
  margin-top: 40px; }

.row + .row {
  margin-top: 30px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  margin-top: 70px;
  margin-bottom: 70px;
  display: inline-block; }
  .brand_name {
    overflow: hidden; }
    .brand_name a {
      display: block;
      padding: 34px 34px 34px 34px;
      background: #f22240; }
      .brand_name a:before, .brand_name a:after {
        display: table;
        content: "";
        line-height: 0; }
      .brand_name a:after {
        clear: both; }
      @media (max-width: 479px) {
        .brand_name a {
          padding: 15px 15px 10px 15px; } }
    .brand_name .logo {
      float: left;
      margin-right: 17px; }
    .brand_name .logo_text {
      display: block;
      float: left; }
      .brand_name .logo_text span {
        display: block;
        color: #fff;
        font-size: 34px;
        line-height: 30px; }

/*==================  Backgrounds  ======================*/
.bg1 {
  background: #00a99d; }

.bg2 {
  background: #ddd; }

.bg3 {
  background: #f22240; }

.bg1, .bg3 {
  color: #fff; }
  .bg1 h2, .bg1 h3, .bg1 h4, .bg1 h5, .bg1 h6, .bg3 h2, .bg3 h3, .bg3 h4, .bg3 h5, .bg3 h6 {
    color: #fff; }

/*==================     Icons     ======================*/
.fl-fill {
  font-size: 55px;
  line-height: 55px; }

/*==================    Buttons    ======================*/
.btn, .btn1, .btn2, .btn3 {
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 31px;
  font-weight: 600;
  padding: 10px 25px;
  background: #00a99d; }
  .btn:hover, .btn1:hover, .btn2:hover, .btn3:hover {
    background: #b5b5b5; }
  .btn:active, .btn1:active, .btn2:active, .btn3:active {
    background: #9c9c9c; }

.btn1 {
  background: #b5b5b5; }
  .btn1:hover {
    background: #f22240; }
  .btn1:active {
    background: #d40d29; }

.btn2 {
  background: #fff;
  color: #303030; }

.btn3 {
  background: #fff;
  color: #373737;
  border: 1px solid #dbdbdb; }
  .btn3:hover {
    background: #dbdbdb;
    color: #373737; }
  .btn3:active {
    background: #c2c2c2; }

/*==================      Box      ======================*/
.box {
  font-size: 16px;
  line-height: 26px; }
  .box:before, .box:after {
    display: table;
    content: "";
    line-height: 0; }
  .box:after {
    clear: both; }
  .box_aside {
    float: left;
    margin-right: 45px; }
    .box_aside a {
      color: #bcbcbc; }
      .box_aside a:hover {
        color: #f22240; }
    @media (max-width: 979px) {
      .box_aside {
        float: none;
        margin-right: 0; }
        .box_aside + * {
          margin-top: 25px; } }
  .box_cnt__no-flow {
    overflow: hidden; }
  .box h5 + * {
    margin-top: 20px; }

.box2:before, .box2:after {
  display: table;
  content: "";
  line-height: 0; }
.box2:after {
  clear: both; }
.box2_aside {
  float: left;
  margin-right: 20px; }
  @media (max-width: 479px) {
    .box2_aside {
      float: none;
      margin-right: 0; }
      .box2_aside + * {
        margin-top: 25px; } }
.box2_aside2 {
  float: left;
  margin-right: 30px; }
  .box2_aside2 img {
    margin-top: 5px; }
  @media (max-width: 1199px) {
    .box2_aside2 {
      float: none;
      margin-right: 0; }
      .box2_aside2 + * {
        margin-top: 25px; } }
.box2_aside3 {
  float: left;
  margin-right: 10px; }
.box2_cnt__no-flow {
  overflow: hidden; }
.box2 .fa {
  font-size: 26px;
  line-height: 26px;
  color: #373737; }

.box3 img + * {
  margin-top: 20px; }
.box3 + .box3 {
  margin-top: 70px; }

/*==================      Lists      ======================*/
.list1 li + li {
  margin-top: 35px;
  padding-top: 40px;
  border-top: 1px solid #f3f3f3; }

.list2 li + li {
  margin-top: 4px;
  padding-top: 3px;
  border-top: 1px solid #e7e7e7; }
.list2 li:before, .list2 li:after {
  display: table;
  content: "";
  line-height: 0; }
.list2 li:after {
  clear: both; }
.list2_aside {
  float: right;
  margin-left: 5px; }
.list2_cnt__no-flow {
  overflow: hidden; }

.index-list, .index-list2 {
  counter-reset: li; }
  .index-list li:before, .index-list2 li:before, .index-list li:after, .index-list2 li:after {
    display: table;
    content: "";
    line-height: 0; }
  .index-list li:after, .index-list2 li:after {
    clear: both; }
  .index-list li:before, .index-list2 li:before {
    content: counter(li,decimal-leading-zero);
    counter-increment: li;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #303030;
    color: #fff;
    font-size: 36px;
    line-height: 70px;
    font-weight: 700;
    text-align: center;
    float: left;
    margin-right: 25px; }
    @media (max-width: 979px) {
      .index-list li:before, .index-list2 li:before {
        float: none;
        margin-right: 0;
        margin-bottom: 25px; } }
  .index-list li > div, .index-list2 li > div {
    overflow: hidden; }

.index-list li + li {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #f3f3f3; }

.index-list2 li:before {
  background: #bcbcbc; }

.marked-list li {
  position: relative;
  padding-left: 25px; }
  .marked-list li:before {
    content: '\f0a9';
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 26px; }
  .marked-list li + li {
    margin-top: 6px; }

@media (min-width: 768px) {
  .social-list {
    text-align: center; } }
.social-list li {
  display: inline-block; }
  .social-list li a {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 56px;
    background: transparent;
    border: 1px solid #fff; }
    .social-list li a:hover {
      background: #fff;
      color: #00a99d; }
    .social-list li a:active {
      background: #e6e6e6; }
    @media (max-width: 979px) {
      .social-list li a {
        width: 46px;
        height: 46px;
        line-height: 46px; } }
  .social-list li + li {
    margin-left: 10px; }
    @media (max-width: 979px) {
      .social-list li + li {
        margin-left: 0; } }

/*========================   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: 1px; }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  color: #FFF;
  font-size: 18px;
  line-height: 38px;
  padding: 40px 35px 35px; }
  @media (max-width: 979px) and (min-width: 768px) {
    .sf-menu > li > a {
      padding: 20px 35px 20px; } }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  background: #00a99d; }
.sf-menu > li.active > a {
  background: #00a99d; }

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

.sf-menu ul > li {
  text-align: center;
  position: relative; }
  .sf-menu ul > li + li {
    border-top: 1px dashed #f66d81; }
  .sf-menu ul > li > a {
    color: #FFF;
    font-size: 16px;
    line-height: 35px; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #fffba9; }

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  background: #424242;
  width: 110px;
  margin-top: 20px;
  margin-left: 27px;
  padding: 15px 21px;
  z-index: 4; }

.sf-menu ul ul > li {
  text-align: left; }
  .sf-menu ul ul > li + li {
    border-top: 1px dashed #606060; }
  .sf-menu ul ul > li > a {
    color: #FFF; }
  .sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
    color: #939393; }

.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: #f22240;
      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: #535353;
  z-index: 999;
  border-bottom: 1px solid #333333; }
  .isStuck .sf-menu > li > a {
    padding: 15px 35px 15px; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 70px;
  height: 70px;
  font-size: 34px;
  line-height: 65px;
  color: #00a99d;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #00a99d;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #00a99d;
    border: 1px solid #fff;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .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_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }
  .parallax_1 {
    padding-top: 115px;
    padding-bottom: 95px; }
  .parallax_2 {
    padding-top: 175px; }
  .parallax_3 {
    padding-top: 120px;
    padding-bottom: 130px;
    color: #fff; }
    .parallax_3 h2 {
      color: #fff; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #fff no-repeat url(../images/bg1.jpg) top center;
  background-size: cover;
  position: relative; }
  @media (max-width: 767px) {
    header {
      text-align: center; } }
  header .nav {
    background: rgba(53, 53, 53, 0.33); }

.stuck_container_abs {
  position: absolute;
  bottom: 0; }

.main-brand {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }
  .main-brand .brand {
    margin-top: 96px;
    margin-bottom: 0; }
    @media (max-width: 1199px) and (min-width: 980px) {
      .main-brand .brand {
        margin-top: 30px; } }
    @media (max-width: 979px) {
      .main-brand .brand {
        margin-top: 10px; } }

.main-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0; }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff; }

.tc {
  text-align: center; }

.secondary {
  color: #00a99d; }

.circle {
  border-radius: 50%;
  background: #303030;
  width: 114px;
  height: 114px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }
  .circle time {
    padding-top: 15px;
    font-size: 48px;
    line-height: 48px; }
    .circle time span {
      display: block;
      font-size: 30px;
      line-height: 30px; }

.circle_sm {
  border-radius: 50%;
  display: inline-block;
  background: #bcbcbc;
  width: 53px;
  height: 53px;
  text-align: center;
  color: #fff;
  line-height: 53px;
  font-size: 20px; }

.banner {
  position: relative;
  padding: 80px 80px 75px 95px; }
  @media (max-width: 767px) {
    .banner {
      padding: 30px 50px; } }
  @media (max-width: 479px) {
    .banner {
      padding: 30px; } }
  .banner .link-circle {
    display: block;
    position: absolute;
    right: 80px;
    bottom: 55px; }
    @media (max-width: 767px) {
      .banner .link-circle {
        position: static;
        margin-top: 30px; } }

.link-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-size: 50px;
  line-height: 130px;
  color: #f22240; }
  @media (max-width: 1199px) {
    .link-circle {
      width: 80px;
      height: 80px;
      line-height: 80px; } }
  .link-circle:hover {
    background: #ffbcc6; }
  .link-circle:active {
    background: #ffa3b0; }

.text2 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300; }
  * + .text2 {
    margin-top: 50px; }

.line1 {
  width: 100%;
  height: 1px;
  background: #f3f3f3;
  margin-top: 45px;
  margin-bottom: 55px; }

.line2 {
  width: 100%;
  height: 1px;
  background: #f3f3f3;
  margin-top: 38px;
  margin-bottom: 32px; }

.terms {
  padding-top: 125px;
  padding-bottom: 125px; }
  .terms h5 + h6 {
    margin-top: 60px; }
  .terms p + h6 {
    margin-top: 37px; }

* + .policy-link {
  margin-top: 27px; }

.link1 {
  color: #f22240; }

.addr2 dt, .addr2 dd {
  display: inline-block; }
.addr2 dt {
  min-width: 100px; }

/*==================      Well     ======================*/
.well1 {
  padding-top: 85px; }

.well2 {
  padding-top: 115px;
  padding-bottom: 120px; }

.well3 {
  padding-top: 130px;
  padding-bottom: 120px; }

.well4 {
  padding-top: 95px;
  padding-bottom: 95px; }

.well5 {
  padding: 50px 0; }

.well6 {
  padding-top: 65px;
  padding-bottom: 110px; }

.well7 {
  padding-top: 95px;
  padding-bottom: 75px; }

.well8 {
  padding-top: 155px;
  padding-bottom: 95px; }
  @media (max-width: 1199px) {
    .well8 {
      padding-top: 65px; } }

.well9 {
  padding-top: 65px;
  padding-bottom: 90px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #fff;
  color: #fff; }
  footer .addr {
    font-size: 18px;
    line-height: 28px; }
  footer .copy {
    margin-top: 15px; }
    footer .copy a {
      white-space: nowrap; }
