@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/a-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700|Righteous);

/*=========================================================
						MAIN STYLES
=========================================================*/
html {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 60px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 100px;
  }
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 25px;
  font-weight: 400;
  color: #727b77;
  background: #20bfd4;
  -webkit-text-size-adjust: none;
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  body {
    font-size: 15px;
  }
}

h1, .heading-1, h2, .heading-2, h3, .heading-3, h4, .heading-4, h5, .heading-5, h6, .heading-6 {
  color: #20bfd4;
}
h1 a:hover, .heading-1 a:hover, h2 a:hover, .heading-2 a:hover, h3 a:hover, .heading-3 a:hover, h4 a:hover, .heading-4 a:hover, h5 a:hover, .heading-5 a:hover, h6 a:hover, .heading-6 a:hover {
  color: #6c439a;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1, .heading-1 {
  font-size: 40px;
  line-height: 1;
}
h1.big, .heading-1.big {
  font-size: 56px;
}

h2, .heading-2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  text-transform: none;
}
h2.small, .heading-2.small {
  font-size: 15px;
}

h3, .heading-3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
}

h4, .heading-4 {
  font-size: 22px;
  line-height: 1.5;
  text-transform: uppercase;
}

h5, .heading-5 {
  font-size: 20px;
}

h6, .heading-6 {
  font-size: 18px;
  line-height: 1.38889;
}

@media (min-width: 768px) {
  h1, .heading-1 {
    font-size: 62px;
  }
  h1.big, .heading-1.big {
    font-size: 100px;
  }

  h2, .heading-2 {
    font-size: 52px;
  }

  h3, .heading-3 {
    font-size: 42px;
  }

  h4, .heading-4 {
    font-size: 28px;
  }

  h5, .heading-5 {
    font-size: 24px;
  }

  h6, .heading-6 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  h1, .heading-1 {
    font-size: 42px;
  }
  h1.big, .heading-1.big {
    font-size: 180px;
  }

  h2, .heading-2 {
    font-size: 30px;
  }

  h3, .heading-3 {
    font-size: 25px;
  }

  h4, .heading-4 {
    font-size: 20px;
  }

  h5, .heading-5 {
    font-size: 18px;
  }

  h6, .heading-6 {
    font-size: 15px;
  }
}
p a:hover {
  text-decoration: none;
  color: #6c439a;
}
/* Style all font awesome icons */
.fa {
  padding: 10px;
  font-size: 30px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  border-radius: 20%;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}

/* Linkedin */
.fa-linkedin {
  background: #127cb3;
  color: white;
}

a {
  font: inherit;
  color: #3186c1;
  text-decoration: none;
  transition: .4s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"],
a[href^="mailto:"],{
  color: #3186c1;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}

hr {
  display: inline-block;
  width: 80px;
  border: none;
  border-bottom: 2px solid #20bfd4;
}

.bold, strong {
  font-weight: 700;
}

.normal {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 100;
}

[class*='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;
}

/*=========================================================
						HELP CLASSES
=========================================================*/
.circle {
  border-radius: 50%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }
}
/*==================     Colors    ======================*/
.bg-primary {
  background: #20bfd4;
}

.bg-secondary {
  background: #20bfd4;
}

.bg-color-1 {
  background: #dbf7fb;
}

.bg-primary, .bg-secondary, .bg-color-1 {
  color: #fff;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6, .bg-color-1 h1, .bg-color-1 h2, .bg-color-1 h3, .bg-color-1 h4, .bg-color-1 h5, .bg-color-1 h6 {
  color: inherit;
}

.primary-color {
  color: #20bfd4;
}

.secondary-color {
  color: #20bfd4;
}

.color-1 {
  color: #3186c1;
}

/*=========================================================
						MAIN LAYOUT
=========================================================*/
* + .btn {
  margin-top: 50px;
}

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

* + hr {
  margin-top: 14px;
}

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

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

* + p {
  margin-top: 22px;
}

* + .marked-list {
  margin-top: 15px;
}

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

* + .flex-list {
  margin-top: 80px;
}
@media (min-width: 768px) {
  * + .flex-list {
    margin-top: 94px;
  }
}

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

* + .terms-list-1 {
  margin-top: 30px;
}

h3[class^="icon-"] + p {
  margin-top: 32px;
}

h3 + img {
  margin-top: 30px;
}

h6 + p {
  margin-top: 2px;
}

p + p {
  margin-top: 10px;
}

p + h6 {
  margin-top: 32px;
}

* + .offset-0 {
  margin-top: 0;
}
* + .offset-1 {
  margin-top: 20px;
}
* + .offset-2 {
  margin-top: 43px;
}
* + .offset-3 {
  margin-top: 50px;
}
* + .offset-4 {
  margin-top: 25px;
}
* + .offset-5 {
  margin-top: -12px;
}

hr + h4 {
  margin-top: 20px;
}

.marked-lisr + p {
  margin-top: 16px;
}

@media (min-width: 992px) {
  .mg-add {
    margin-top: 12px;
  }
}

/*=========================================================
						COMPONENTS
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand a:hover {
  color: inherit;
}

.brand {
  padding-left: 43px;
  position: relative;
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  color: #20bfd4;
}


/*==================    Buttons    ======================*/
.btn {
  color: #fff;
  background: #3186c1;
  display: inline-block;
  min-width: 2.88889em;
  height: 2.83333em;
  line-height: 1.2;
  padding: 0.77778em 3.33333em 0.83333em;
  text-align: center;
  font-size: 0.24948rem;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 0.2079rem;
  }
}
@media screen and (min-width: 992px) {
  .btn {
    font-size: 0.189rem;
  }
}
@media screen and (min-width: 1200px) {
  .btn {
    font-size: 0.18rem;
  }
}
.btn:hover {
  background: #0e76bd;
}
.btn:active {
  background: #6c439a;
}

.link {
  display: inline-block;
  text-decoration: none;
}
.link:hover {
  text-decoration: none;
  background: #000;
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  text-align: center;
}

.icon-xs {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 10px;
}

.icon-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}

.icon-md {
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
}

.icon-lg {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 22px;
}

.icon-primary {
  color: #ffffff;
  background: #3186c1;
  border-radius: 3px;
}

a.icon:hover {
  background: #20bfd4;
}

.icon-1:before,
.icon-2:before,
.icon-3:before,
.icon-4:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 6px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-1:before {
  background-image: url(../images/page-1_icon1.png);
}

.icon-2:before {
  background-image: url(../images/page-1_icon2.png);
}

.icon-3:before {
  background-image: url(../images/page-1_icon3.png);
}

.icon-4:before {
  background-image: url(../images/page-1_icon4.png);
}

h3[class^="icon"]:before {
  margin-right: 8px;
}

/*==================     Media     ======================*/
.box {
  margin-top: 34px;
}
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box__aside {
  float: left;
}
.box__aside img {
  margin-top: 4px;
}
.box__body {
  overflow: hidden;
  padding-left: 30px;
}
.box__body * + .link {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .box__aside, .box__body {
    float: none;
    display: block;
    text-align: center;
    padding-left: 0;
  }
  .box__aside {
    margin-bottom: 30px;
  }
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 6px;
}

/*==================   Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 50px 0;
}
.flex-list li {
  display: table-cell;
}
.flex-list li a:hover {
  opacity: .5;
}
.flex-list li img {
  max-width: 140px;
}
@media (max-width: 767px) {
  .flex-list {
    text-align: center;
  }
  .flex-list, .flex-list li {
    display: block;
  }
  .flex-list li + li {
    margin-top: 20px;
  }
}

/*==================   Terms List   ======================*/
.terms-list dt + dd {
  margin-top: 10px;
}
.terms-list dd + dt {
  margin-top: 30px;
}
.terms-list + a {
  display: inline-block;
  margin-top: 25px;
  text-decoration: none;
  color: #727b77;
}
.terms-list + a:hover {
  color: #6c439a;
}

.terms-list-1 dt, .terms-list-1 dd {
  display: inline-block;
}
.terms-list-1 + .terms-list-1 {
  margin-top: 16px;
}

/*================     Event Post     ====================*/
.event-post {
  overflow: hidden;
  position: relative;
}
.event-post .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 38px 24px;
  text-align: left;
  background: #dbf7fb;
  transition: 0.3s all ease;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.event-post:hover .overlay {
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.event-post .link {
  display: inline-block;
  color: #3186c1;
  text-decoration: none;
}
.event-post .link:hover:before {
  margin-right: 20px;
}
.event-post .link:before {
  content: "\f041";
  font-family: "FontAwesome";
  margin-right: 10px;
  transition: .3s all ease;
}
.event-post img {
  width: 100%;
}
@media (max-width: 1199px) {
  .event-post .overlay {
    bottom: -1px;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    background: #dbf7fb;
    padding: 10px 10px;
  }
  .event-post .overlay * + p {
    margin-top: 6px;
  }
}
@media (max-width: 991px) {
  .event-post .overlay {
    position: static;
  }
}

/*================        List        ====================*/
.list {
  list-style: none;
}
.list li {
  position: relative;
  padding-left: 60px;
}
.list li + li {
  margin-top: 25px;
}
.list .time {
  position: absolute;
  top: 0;
  left: 0;
  color: #3186c1;
}
.list .time:after {
  content: " -";
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 20px;
}
.marked-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #3186c1;
  border-radius: 50%;
}
.marked-list li + li {
  margin-top: 10px;
}
.marked-list a:hover {
  color: #6c439a;
}

/*================        Thumb       ====================*/
.thumb_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  transition: 0.5s all ease;
}
.thumb_overlay:before {
  content: "\f0da";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  padding-left: 4px;
  font-family: "FontAwesome";
  font-size: 30px;
  text-align: center;
  color: #3186c1;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  transition: 0.5s all ease;
}
.thumb_overlay:hover {
  background: rgba(0, 0, 0, 0.05);
}
.thumb_overlay:hover:before {
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.3);
}

/*==================   Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.flex-list li {
  display: table-cell;
}
@media (max-width: 767px) {
  .flex-list, .flex-list li {
    display: block;
  }
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  text-align: left;
}
.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;
}
@media (min-width: 992px) {
  .sf-menu > li + li {
    margin-left: 12px;
  }
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  position: relative;
  color: #20bfd4;
  font-weight: 700;
}
.sf-menu > li > a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-bottom: 2px solid #3186c1;
  opacity: 0;
  transition: .3s all ease;
  -ms-transform: translateY(250%);
  -webkit-transform: translateY(250%);
  transform: translateY(250%);
}
.sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after {
  opacity: 1;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.sf-menu > li.active > a:after {
  opacity: 1;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 170px;
  margin-top: 20px;
  padding: 32px 0 38px;
  background: #20bfd4;
  z-index: 2;
}

.sf-menu ul > li {
  position: relative;
  padding: 5px 27px;
  line-height: 1;
}
.sf-menu ul > li > a {
  color: #fff;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #3186c1;
}

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 170px;
  margin-top: -32px;
  padding: 32px 0 38px;
  line-height: 1;
  background: #3186c1;
  z-index: 4;
}
.sf-menu ul ul:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 5px;
  border-color: transparent transparent transparent #3186c1;
}

.sf-menu ul ul > li > a {
  color: #20bfd4;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #3186c1;
}

@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;
  transition: .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: #3186c1;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -ms-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -ms-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: #3186c1;
}
.rd-mobilemenu_ul a:hover {
  background: #3186c1;
  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%;
  transition: .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: #3186c1;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -ms-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: #20bfd4;
  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: #3186c1;
  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;
  transition: all .3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: all .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: #3186c1;
  backface-visibility: hidden;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -ms-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;
    font-color: #3186c1;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  padding: 20px 0;
  background: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.isStuck .sf-menu > li + li {
  margin-left: 20px;
}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #3186c1;
  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: #6c439a;
  text-decoration: none;
}

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

/*==================  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 h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6,
.parallax p,
.parallax .link {
  color: #fff;
}
.parallax hr {
  border-color: #fff;
}

/*========================================================
					 HEADER  Section
=========================================================*/
header.header {
  position: relative;
  padding: 44px 0;
  text-align: center;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 992px) {
  header.header .brand + .nav {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  header.header .brand {
    float: left;
  }
  header.header .nav {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  header.header .nav {
    padding-right: 100px;
  }
}
header.header:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  border-bottom: 2px solid #dfdfdf;
}

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

/*==================      Well     ======================*/
.well-1 {
  padding-top: 60px;
  padding-bottom: 82px;
}
.well-2 {
  padding-top: 75px;
  padding-bottom: 94px;
}
.well--inset-1 {
  padding-bottom: 46px;
}
.well--inset-2 {
  padding-bottom: 93px;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer.footer {
  padding-top: 68px;
  padding-bottom: 32px;
  background: #20bfd4;
  color: #fff;
}
footer.footer h1, footer.footer h2, footer.footer h3, footer.footer h4, footer.footer h5, footer.footer h6, footer.footer nav {
  color: #fff;
}
footer.footer .contact-info a {
  display: block;
}
footer.footer .contact-info a:hover {
  color: #6c439a;
}
footer.footer .contact-info a + a {
  margin-top: 22px;
}
footer.footer .copyright {
  margin-top: 75px;
}
footer.footer .copyright span:first-child {
  color: #fff;
}
footer.footer .copyright a:hover {
  color: #fff;
}
footer.footer nav ul {
  display: none;
  margin-top: 6px;
  line-height: 20px;
}
@media (min-width: 768px) {
  footer.footer nav ul {
    display: inline-block;
  }
}
footer.footer nav ul li:hover, footer.footer nav ul li.active {
  color: #3186c1;
}
footer.footer .inline-list {
  margin-top: 7px;
}
footer.footer .inline-list li + li {
  margin-left: 1px;
}
