@charset "UTF-8";
@import url(animate.css);
@import url(beach-icons.css);
@import url(//fonts.googleapis.com/css?family=Cabin:400,700|Arizonia|Open+Sans:300italic,400,300,600,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #fff;
  color: #adadad;
  font: 300 19px/32px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h1 {
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-family: 'Arizonia', cursive; }

h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  color: #78cea1;
  margin-top: 80px; }
  h2 + * {
    margin-top: 40px; }
  h2.mod1 {
	font-size: 37px;
	line-height: 48px;
	font-weight: bold;
}
    h2.mod1 + * {
	margin-top: 15px;
	color: #000000;
	text-align: left;
}
  h2.mod2 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    color: #444444; }
    h2.mod2 + * {
      margin-top: 25px; }

h3 {
  font-size: 25px;
  line-height: 27px;
  color: #5c6062; }
  h3 + * {
    margin-top: 30px; }
  h3.mod1 {
    font-family: 'Cabin', sans-serif;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase; }

p + h3 {
  margin-top: 45px; }

h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700; }
  h4.iconed {
    position: relative;
    padding: 15px 0 15px 115px;
    color: #78c9ce; }
    h4.iconed + * {
      margin-top: 35px; }
    h4.iconed .beach-icons {
      position: absolute;
      left: -25px;
      top: 0;
      display: inline-block;
      font-size: 130px;
      line-height: 75px; }

h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #78cea1; }
  h5 + * {
    margin-top: 10px; }

h6 {
  color: #78cea1; }

h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #636363; }

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; }

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: 40px;
	color: #000000;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name {
    overflow: hidden; }

/*==================  Backgrounds  ======================*/
.bg1 {
  background: #f7f7f7; }

.bg2 {
  background: #fafafa; }

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  padding: 10px 25px;
  color: #4a4a4a; }
  .btn:hover {
    background: #78c9ce;
    border-color: #78c9ce;
    color: #fff; }
  .btn:active {
    background: #53bac0; }

* + .btn {
  margin-top: 40px; }

.bc1 .btn {
  background: #78cea1;
  border-color: #78cea1; }
.bc1:before {
  background: #78cea1; }

.bc2 .btn {
  background: #78c9ce;
  border-color: #78c9ce; }
.bc2:before {
  background: #78c9ce; }

.bc3 .btn {
  background: #789cce;
  border-color: #789cce; }
.bc3:before {
  background: #789cce; }

.bc4 .btn {
  background: #9d8ad5;
  border-color: #9d8ad5; }
.bc4:before {
  background: #9d8ad5; }

.bc1 .btn, .bc2 .btn, .bc3 .btn, .bc4 .btn {
  color: #fff; }
  .bc1 .btn:hover, .bc2 .btn:hover, .bc3 .btn:hover, .bc4 .btn:hover {
    background: transparent;
    border-color: #e8e8e8;
    color: #4e4e4e; }
  .bc1 .btn:active, .bc2 .btn:active, .bc3 .btn:active, .bc4 .btn:active {
    background: #e6e6e6; }

.btn2 {
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 17px 40px;
  border: 1px solid #fff; }
  .btn2:hover {
    background: #fff;
    color: #5fcb92; }
  .btn2:active {
    background: #e6e6e6; }
  @media (max-width: 767px) {
    .btn2 {
      padding: 10px 20px; } }

* + .btn2 {
  margin-top: 60px; }
  @media (max-width: 979px) {
    * + .btn2 {
      margin-top: 20px; } }

.btn3 {
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  background: #46bcec;
  color: #FFF;
  font-size: 24px;
  line-height: 42px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px; }
  .btn3 .fa {
    font-size: 22px;
    line-height: 42px; }
  .btn3:hover {
    background: #5fcb92; }
  .btn3:active {
    background: #3dba78; }

p + .btn3 {
  margin-top: 40px; }

/*==================      Box      ======================*/
.box {
  font-size: 16px;
  line-height: 24px;
  color: #9c9c9c;
  font-weight: 400;
  text-align: center;
  max-width: 270px;
  margin: 0 auto; }
  .box:before, .box:after {
    display: table;
    content: "";
    line-height: 0; }
  .box:after {
    clear: both; }
  .box * + .btn {
    margin-top: 35px; }
  .box .circle {
    width: 268px;
    height: 268px;
    margin-bottom: 45px;
    background: #fff; }
    .box .circle h3 {
      padding: 80px 65px 0;
      text-align: left; }
    @media (max-width: 1199px) and (min-width: 980px) {
      .box .circle {
        width: 218px;
        height: 218px; }
        .box .circle h3 {
          font-size: 24px;
          line-height: 30px;
          padding: 70px 50px 0; } }
    @media (max-width: 979px) and (min-width: 768px) {
      .box .circle {
        width: 170px;
        height: 170px; }
        .box .circle h3 {
          font-size: 20px;
          line-height: 26px;
          padding: 50px 40px 0;
          color: #404040; } }

.box2 {
  text-align: left; }
  .box2_cnt {
    margin-top: 25px; }
  .box2 img {
    width: 100%; }

.box3 {
  font-size: 16px;
  line-height: 24px;
  color: #9c9c9c; }
  .box3-top {
    padding: 20px 35px;
    color: #fff;
    margin-bottom: 35px; }
  .box3.bc1 .box3-top {
    background: #78cea1; }
  .box3.bc2 .box3-top {
    background: #78c9ce; }
  .box3.bc3 .box3-top {
    background: #789cce; }
  .box3.bc4 .box3-top {
    background: #9d8ad5; }
  .box3_cnt {
    padding-left: 120px; }
    @media (max-width: 979px) {
      .box3_cnt {
        padding-left: 0; } }

/*==================  Lists  ======================*/
.index-list {
  counter-reset: li; }
  .index-list .box {
    padding-top: 25px; }
  .index-list li {
    position: relative; }
    .index-list li:before {
      content: counter(li,decimal-leading-zero) ".";
      counter-increment: li;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 75px;
      height: 75px;
      border-radius: 50%;
      text-align: center;
      font-size: 24px;
      line-height: 75px;
      font-weight: 700;
      color: #fff; }
      @media (max-width: 767px) and (min-width: 480px) {
        .index-list li:before {
          left: 90px; } }
    @media (min-width: 768px) {
      .index-list li.mc:before {
        left: 15%; } }
    .index-list li.bc1 a.circle:hover {
      background: #78cea1; }
    .index-list li.bc2 a.circle:hover {
      background: #78c9ce; }
    .index-list li.bc3 a.circle:hover {
      background: #789cce; }
    .index-list li.bc4 a.circle:hover {
      background: #9d8ad5; }
  .index-list a.circle:hover {
    color: #fff; }
    .index-list a.circle:hover h3, .index-list a.circle:hover h4, .index-list a.circle:hover h5 {
      color: #fff; }

.index-list1 {
  counter-reset: li; }
  .index-list1 li {
    position: relative; }
    .index-list1 li:before {
      content: counter(li,decimal-leading-zero) ".";
      counter-increment: li;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 75px;
      height: 75px;
      border-radius: 50%;
      text-align: center;
      font-size: 24px;
      line-height: 75px;
      font-weight: 700;
      color: #fff; }
      @media (max-width: 979px) {
        .index-list1 li:before {
          position: static;
          margin-bottom: 20px; } }

.social-list li {
  display: inline-block; }
  .social-list li .fa {
    font-size: 15px;
    line-height: 40px; }
  .social-list li a {
    color: #636363;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    text-align: center; }
    .social-list li a:hover {
      color: #5fcb92;
      border-color: #5fcb92; }
  .social-list li + li {
    margin-left: 2px; }

/*==================  Blockquote  ======================*/
.quote {
  text-align: center;
  font-size: 16px;
  line-height: 30px; }
  .quote-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 50px;
    color: #78cea1; }
  .quote-text {
    position: relative; }
    .quote-text:before {
      content: '“';
      display: inline-block;
      margin-right: 10px;
      font-size: 36px;
      line-height: 30px;
      font-weight: 600;
      color: #78cea1;
      vertical-align: top; }

/*==================  Address  ======================*/
.addr {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #616161; }

/*==================  SVG overlay  ======================*/
.cover-block {
  position: relative; }
  .cover-block.empty {
    height: 345px; }
    @media (max-width: 979px) {
      .cover-block.empty {
        height: 85px; } }
  .cover-block .container {
    position: relative;
    z-index: 11; }
  .cover-block .cover {
    position: absolute;
    left: 0;
    z-index: 10;
    overflow: hidden;
    width: 100%;
    height: 345px; }
    @media (max-width: 1199px) and (min-width: 980px) {
      .cover-block .cover {
        height: 240px; } }
    @media (max-width: 979px) {
      .cover-block .cover {
        display: none; } }
    .cover-block .cover path {
      fill: #ffffff; }
    .cover-block .cover_1 {
      bottom: 0; }
    .cover-block .cover_2 {
      bottom: 0; }
      .cover-block .cover_2 path {
        fill: #fafafa; }
    .cover-block .cover_3 {
      top: 0; }
      .cover-block .cover_3 path {
        fill: #fafafa; }
    .cover-block .cover_4 {
      top: 0;
      margin-top: 85px; }
      .cover-block .cover_4 path {
        fill: #fff; }
      @media (max-width: 1199px) and (min-width: 980px) {
        .cover-block .cover_4 {
          height: 345px; } }

/*==================      Vide     ======================*/
.bg-block {
  background: #fff;
  padding: 130px 0 110px; }

.bg-block_content {
  position: relative;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  text-align: center; }
  .bg-block_content h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
    margin-top: 0;
    color: #fff;
    text-transform: uppercase; }
    @media (max-width: 979px) {
      .bg-block_content h2 {
        font-size: 30px;
        line-height: 34px; } }
    .bg-block_content h2 span {
      display: block;
      font-weight: 700;
      font-size: 80px;
      line-height: 60px;
      margin-bottom: 20px; }
      @media (max-width: 979px) {
        .bg-block_content h2 span {
          font-size: 50px;
          line-height: 50px; } }
  .bg-block_content .btn {
    border-color: #fff;
    color: #fff; }
    .bg-block_content .btn:hover {
      background: #fff;
      color: #4a4a4a; }
    .bg-block_content .btn:active {
      background: #e6e6e6; }

/*========================   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: 50px; }
      @media (max-width: 979px) and (min-width: 768px) {
        .sf-menu > li + li {
          margin-left: 25px; } }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  color: #FFF;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #aaf1c8; }
.sf-menu > li.active > a {
  color: #aaf1c8; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 30px;
  margin-left: -52px;
  min-width: 105px;
  padding: 20px 25px 15px;
  background: #4ca384;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul {
  font-size: 14px;
  line-height: 30px;
  text-align: center; }
  .sf-menu ul > li {
    position: relative;
    border-bottom: 1px dashed #65b095;
    padding: 3px 0; }
    .sf-menu ul > li:last-child {
      border-bottom: none; }
    .sf-menu ul > li > a {
      color: #FFF; }
    .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
      color: #aaf1c8; }

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 25px;
  background: #fff;
  padding: 10px 20px 10px;
  min-width: 40px;
  margin-top: 20px;
  z-index: 4;
  text-align: left;
  border: 1px solid #4ca384; }

.sf-menu ul ul > li {
  border-bottom: 1px dashed #dedede; }
  .sf-menu ul ul > li:last-child {
    border-bottom: none; }
  .sf-menu ul ul > li > a {
    color: #6a6a6a; }
  .sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
    color: #429e8f; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 80%;
    margin-left: -3px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

.sf-menu > li > ul:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -5px;
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #4ca384; }

@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: 0;
  width: 240px;
  padding: 20px 0;
  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: 9px 25px 11px; }
    .rd-mobilemenu_ul a:hover {
      background: #5fcb92;
      color: #FFF; }
  .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;
  margin: 0;
  padding: 0; }

.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:before, .rd-mobilepanel_toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .rd-mobilepanel_toggle.active span {
    transition: background .3s 0s ease;
    background: transparent; }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      -webkit-transition-delay: 0s, 0.3s;
      transition-delay: 0s, 0.3s; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

@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  ======================*/
.stuck_container {
  padding: 10px 0; }

.isStuck {
  background: #257165;
  z-index: 999;
  border-bottom: 1px solid #333333; }
  .isStuck .sf-menu ul {
    margin-top: 20px; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  background: #5fcb92;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #9c9c9c;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: transparent; }
    .thumb_overlay:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 30px "FontAwesome";
      line-height: 30px;
      margin-top: -15px;
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
      zoom: 1; }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }
  .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

/*==================  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; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #257165;
  padding: 40px 0 35px; }
  header .brand {
    float: left;
    margin: 0 20px; }
    @media (max-width: 979px) and (min-width: 768px) {
      header .brand {
        margin: 0; } }
  header .nav {
    float: right;
    margin-top: 5px; }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; } }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff; }

.tc {
  text-align: center; }

.circle {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #e5e5e5; }

.circle-img {
  display: inline-block;
  border-radius: 50%; }

.bb {
  border-bottom: 1px solid #ebebeb; }

.link1 {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #6ab8a7; }
  .link1:hover {
    text-decoration: underline; }

.terms .link1 {
  margin-top: 35px; }

.text1 {
  font-size: 18px;
  line-height: 24px;
  color: #8e8e8e; }

.mb1 {
  margin-bottom: 70px; }

.mb2 {
  margin-bottom: 50px; }

.color1 {
  color: #78cea1; }

.color2 {
  color: #78c9ce; }

.color3 {
  color: #789cce; }

.color4 {
  color: #9d8ad5; }

time {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700; }

.mt {
  margin-top: 125px; }

.pb {
  padding-bottom: 130px; }

/*==================      Well     ======================*/
.well1 {
  padding-bottom: 85px; }

.well2 {
  padding-bottom: 100px; }

.well3 {
  padding-top: 110px;
  padding-bottom: 113px; }

.well4 {
  padding-bottom: 250px; }
  @media (max-width: 979px) {
    .well4 {
      padding-bottom: 85px; } }

.well5 {
  padding-top: 90px; }
  @media (max-width: 979px) {
    .well5 {
      padding-top: 0; } }

.well6 {
  padding-bottom: 170px; }
  @media (max-width: 979px) {
    .well6 {
      padding-bottom: 85px; } }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #fff;
  position: relative; }
  footer .social-list {
    margin-bottom: 70px; }
  footer .addr {
    margin-bottom: 10px; }
  footer .copy {
    margin-top: 40px;
    color: #777777;
    font-size: 14px;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase; }

.contact-block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center; }
  @media (max-width: 979px) {
    .contact-block {
      background: #fff;
      position: static; } }


@media (max-width: 1023px){
  .ytiframe {
  width: 100%;
  margin: 10px 0;
}
}