@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=Open+Sans:300,400,600,700,800|Montserrat);
@import url(fl-chapps.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #333;
  font: 400 20px/34px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h2 {
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
h2 span {
  margin-top: 24px;
  display: block;
  font-size: 35px;
  color: #4c4c4c;
}
@media (max-width: 479px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 36px;
  line-height: 45px;
  text-transform: uppercase;
  color: #4c4c4c;
}
h3 span {
  display: block;
  margin-top: 2px;
  font-size: 22px;
  font-weight: 300;
}

h4 {
  font-size: 30px;
  line-height: 45px;
  color: #4c4c4c;
}

h5 {
  font-size: 24px;
  line-height: 45px;
}

h6 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

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

p {
  color: #959595;
}

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;
}

.center {
  text-align: center;
}

@media (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
}

/*=======================================================
                       Main Layout
=========================================================*/
* + .off1 {
  margin-top: 94px;
}

h3 + h5 {
  margin-top: 5px;
}

h3 + .list {
  margin-top: 64px;
}

h5 + table {
  margin-top: 79px;
}

.list + p {
  margin-top: 61px;
}

h3 + form {
  margin-top: 59px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  text-transform: uppercase;
}
.brand_name {
  display: inline-block;
  padding-top: 6px;
  overflow: hidden;
  font-size: 55px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #555555;
}
.brand_name [class^="fa-"] {
  display: inline-block;
  margin-top: -6px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  font-size: 36px;
  text-align: center;
  color: #fff;
  background: #82ca9c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
}
.brand_slogan {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  margin-left: 24px;
  margin-top: 19px;
  color: #5a5a5a;
}
@media (max-width: 767px) {
  .brand_slogan {
    margin-left: 0;
  }
}

/*==================     Banner    ======================*/
.banner {
  -moz-transform: translateX(-75%);
  -ms-transform: translateX(-75%);
  -o-transform: translateX(-75%);
  -webkit-transform: translateX(-75%);
  transform: translateX(-75%);
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 40px 48px;
  font-size: 55px;
  color: #fff;
  background: #b78c9c;
}
@media (max-width: 767px) {
  .banner {
    font-size: 36px;
    padding: 20px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #82ca9c;
}
.bg-primary h3,
.bg-primary h5 {
  color: #fff;
}

.bg-secondary {
  background: #b78c9c;
}
.bg-secondary h3,
.bg-secondary h5 {
  color: #fff;
}

.bg-color {
  background: #f6f6f6;
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-pinterest,
.fa-rss {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 15px;
  text-align: center;
  border: 1px solid #fffcc7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.fa-facebook:before,
.fa-twitter:before,
.fa-google-plus:before,
.fa-pinterest:before,
.fa-rss:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.icon {
  display: inline-block;
  width: 268px;
  height: 268px;
  line-height: 268px;
  font-size: 80px;
  color: #fff;
  background: #82b8ca;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .icon {
    width: 236px;
    height: 236px;
    line-height: 236px;
  }
}

.list li:first-child .icon {
  background: #82a0ca;
}
.list li:last-child .icon {
  background: #beca82;
}

/*==================  Marked List  ======================*/
.marked-list {
  padding-top: 65px;
}
.marked-list li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}
.marked-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  background: url(../images/marker.png) center no-repeat;
}
.marked-list li + li {
  margin-top: 11px;
}
.marked-list a:hover {
  color: #82ca9c;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .marked-list {
    padding-top: 0;
  }
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  width: 106px;
  padding: 18px 10px 20px;
  font-size: 17px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #82ca9c;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn:hover {
  background: #b78c9c;
  -webkit-box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.2);
}
.btn:active {
  background: #a36d81;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*================    Background Image   ================*/
.bg-img {
  background: #82ca9c;
  position: relative;
  overflow: hidden;
}
.bg-img > .img {
  position: absolute;
  top: 0;
  right: 0;
  left: 41.76%;
  bottom: 0;
  overflow: hidden;
}
.bg-img > .img img {
  height: 100%;
  max-width: none;
}
@media (max-width: 767px) {
  .bg-img > .img {
    display: none;
  }
}

.bg-img2 {
  position: relative;
  overflow: hidden;
}
.bg-img2 > .img {
  position: absolute;
  right: 57.179487179487179487179487179487%;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.bg-img2 > .img img {
  width: 100%;
  max-width: none;
}
@media (max-width: 767px) {
  .bg-img2 > .img {
    position: static;
  }
}
.bg-img2 p {
  font-size: 18px;
  line-height: 30px;
}
.bg-img2 h5 {
  line-height: 30px;
  margin-top: 12px;
}
.bg-img2 h2 + h5 {
  margin-top: 17px;
}
.bg-img2 h5 + p {
  margin-top: 26px;
}
@media (max-width: 767px) {
  .bg-img2.ins1 {
    padding-bottom: 0;
  }
}

/*================          Table        ================*/
table {
  border: 1px solid #fff;
}
table td {
  padding: 54px 20px 45px;
  color: #fff;
  border: 1px solid #fff;
}
table p {
  margin-top: 6px;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}
table h6 + p {
  margin-top: 17px;
}
@media (max-width: 767px) {
  table td {
    display: block;
  }
}

/*================           List        ================*/
.list .icon + * {
  margin-top: 33px;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: -1px;
}
.inline-list a:hover {
  color: #b78c9c;
  border-color: #b78c9c;
}

/*================        Article       ================*/
article time {
  font-weight: 700;
  font-size: 60px;
  padding-bottom: 36px;
  border-bottom: 5px solid #52c7d3;
}
article time span {
  display: block;
  margin-top: 16px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
}
article p {
  padding: 0 30px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
article time + h6 {
  margin-top: 34px;
}
article h6 + p {
  margin-top: 18px;
}
article:first-child time {
  border-color: #becc79;
}
article:last-child time {
  border-color: #52d3b7;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #4c4c4c;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #b78c9c;
  text-decoration: none;
  -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);
}

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

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax h3,
.parallax h5,
.parallax h6,
.parallax p,
.parallax time {
  color: #fff;
}
.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;
}

.parallax2 {
  text-align: right;
}
.parallax2 h2 {
  font-size: 58px;
  font-weight: 800;
  line-height: 68px;
  letter-spacing: -0.5px;
  color: #4c4c4c;
}
.parallax2 h5 {
  line-height: 34px;
  color: #4c4c4c;
}
.parallax2 h2 + h5 {
  margin-top: 30px;
}
.parallax2 * + .btn {
  margin-top: 34px;
}
@media (max-width: 767px) {
  .parallax2 .parallax_image {
    background-position: top left;
  }
}

.primary {
  color: #82ca9c;
}

.secondary {
  color: #b78c9c;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  padding-top: 44px;
  padding-bottom: 44px;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
}

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

/*==================      Well     ======================*/
.well {
  padding-top: 75px;
  padding-bottom: 126px;
}

.well1 {
  padding-top: 137px;
  padding-bottom: 230px;
}

.well2 {
  padding-top: 97px;
  padding-bottom: 131px;
}

.well3 {
  padding-top: 111px;
  padding-bottom: 126px;
}

.well4 {
  padding-top: 127px;
  padding-bottom: 96px;
}

.ins1 {
  padding-bottom: 131px;
}

.ins2 {
  padding-bottom: 65px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  color: #fff;
}
footer > section:first-child {
  padding-top: 88px;
  padding-bottom: 81px;
  background: #beca82;
  border-bottom: 1px solid #82ca9c;
}
footer > section:first-child a[href^="mailto:"] {
  margin-top: 8px;
  display: inline-block;
  color: #fffcc7;
}
footer > section:first-child a[href^="mailto:"]:hover {
  color: #b78c9c;
}
footer .inline-list {
  margin-top: 32px;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}

.copyright {
  margin-top: 36px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: right;
}
@media (max-width: 767px) {
  .copyright {
    text-align: center;
  }
}
