/* Table of Content */
/* -------------------- */
/* 1. Imports & Clears */
/* 2. Reset */
/* 3. General */
/* 4. Header Block */
/* 5. Full Width Content Block */
/* 6. Content Block */
/* 7. Team Block */
/* 8. Quote Block */
/* 9. Width Content Block */
/* 10. Contact Block */
/* 11. Width Content Left Block */
/* 12. Purchase Block */
/* 13. Gallery Block */
/* 14. Nivo Slider Block */
/* 15. Footer Block */
/* 16. Quote Form */
/* -------------------- */
/* 1. Imports & Clears */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Abril+Fatface&subset=latin,latin-ext);
.page .container:after, header ul.menu:after, .header ul.menu:after, .blog-page div:after, .team .image:after, .gallery ul:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden; }

/*
$color: #544655;
$color-var: #29192c;
$color-secondary: #b1b963;
*/
/*
$color: #3a4153;
$color-var: #081329;
$color-secondary: #b1b963;
*/
/*
$color: #e9a68c;
$color-var: #d45221;
$color-secondary: #71bd96;
*/
/*
$color: #a7d5b9;
$color-var: #4daf7c;
$color-secondary: #544655;
*/
/*
$color: #e28796;
$color-var: #c61331;
$color-secondary: #b1b963;
*/
/*
$color: #8dd4c4;
$color-var: #1cad90;
$color-secondary: #3a4153;
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* 2. Reset */
body, h1, h2, h3, h4, h5, h6, ul, li, form, div, p, ol, button, hr, blockquote {
  margin: 0;
  padding: 0; }

article, figure, footer, header, nav, section, details, summary {
  display: block; }

/* 3. General */
html {
  background: #fffbf9; }

body {
  font: 14px "Open Sans", sans-serif;
  text-align: center;
  color: #666; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Abril Fatface", cursive;
  color: #010101; }

h1, h2, h3 {
  margin-bottom: 30px;
  line-height: 1.1em; }

h2 {
  font-size: 3.42857em; }

div {
  width: auto;
  height: auto;
  margin: 0 auto; }

a {
  outline: none;
  color: #a7d5b9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.5s ease-in-out; }

.page .container {
  width: 100%;
  max-width: 960px; }

/* Header Block */
header .container, .header .container {
  padding: 26px 0;
  position: relative; }
  @media all and (max-width: 1100px) {
    header .container, .header .container {
      padding: 40px 0;
      width: 98%; } }
  @media all and (max-width: 1000px) {
    header .container, .header .container {
      width: 96%; } }
	  
header h1, .header h1 {
  float: left;
  margin: 0;
  font-size: 1.71429em;
  text-transform: uppercase;
  letter-spacing: .3em; }
  header h1 a, .header h1 a {
    position: absolute;
    text-decoration: none;
    z-index: 20;
    color: #fffbf9; }
    header h1 a:hover, .header h1 a:hover {
      opacity: .9; }
    @media all and (max-width: 1100px) {
      header h1 a, .header h1 a {
        color: #010101; } }
header ul.menu, .header ul.menu {
  list-style-type: none;
  float: right;
  width: auto;
  position: relative; }
  header ul.menu ul, .header ul.menu ul {
    position: absolute;
    left: 50%;
    margin-left: -95px;
    z-index: 100;
    padding-top: 9px;
    background: top center url("../images/submenu.png") no-repeat;
    display: none; }
    header ul.menu ul li, .header ul.menu ul li {
      float: none;
      background-color: rgba(16, 161, 214, 0.8);
      margin-right: 0; }
      header ul.menu ul li:hover, .header ul.menu ul li:hover {
        background-color: #10a1d6; }
      header ul.menu ul li a, .header ul.menu ul li a {
        display: block;
        width: 190px;
        text-transform: capitalize;
        color: #fff;
        font-family: "Open Sans", sans-serif;
        padding: 10px 0; }
        header ul.menu ul li a:hover, .header ul.menu ul li a:hover {
          color: #fff; }
  header ul.menu li, .header ul.menu li {
    float: left;
    margin-right: 10px;
    position: relative; }
    header ul.menu li:hover ul, .header ul.menu li:hover ul {
      display: block;
      list-style-type: none; }
    header ul.menu li:last-of-type, .header ul.menu li:last-of-type {
      margin-right: 0; }
    header ul.menu li a, .header ul.menu li a {
      text-decoration: none;
      color: #010101;
      text-transform: uppercase;
      font-family: "Abril Fatface", cursive;
      line-height: 26px; }
      header ul.menu li a:hover, .header ul.menu li a:hover {
        color: #88cee8; }
header .diagonal, .header .diagonal {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 580px; }
  @media all and (max-width: 1100px) {
    header .diagonal, .header .diagonal {
      display: none; } }

.slicknav_menu {
  display: none; }

.header .slicknav_menu {
  background: none;
  padding: 0;
  float: right; }
  .header .slicknav_menu .slicknav_btn {
    background: none;
    margin: 0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box; }
  .header .slicknav_menu .slicknav_icon-bar {
    -webkit-box-shadow: 0 1px 0 #10a1d6;
    -moz-box-shadow: 0 1px 0 #10a1d6;
    box-shadow: 0 1px 0 #10a1d6; }
.header .slicknav_nav a {
  color: #10a1d6;
  margin: 2px 0;
  text-align: right;
  font-family: "Abril Fatface", cursive;
  font-size: 1em;
  text-transform: uppercase; }
  .header .slicknav_nav a:hover {
    background: none; }

@media all and (max-width: 800px) {
  .header .menu {
    display: none; }

  .slicknav_menu {
    display: block; } }
/* Full Width Content Block */
.fwidth-content {
  padding: 66px 0;
  text-align: left; }
  @media all and (max-width: 1100px) {
    .fwidth-content .container {
      width: 98%; } }
  @media all and (max-width: 800px) {
    .fwidth-content .container {
      width: 96%; } }
  .fwidth-content h2 {
    font-size: 5.14286em;
    margin-bottom: 10px; }
    @media all and (max-width: 1100px) {
      .fwidth-content h2 {
        font-size: 4.42857em; } }
    @media all and (max-width: 800px) {
      .fwidth-content h2 {
        font-size: 3.71429em; } }
  .fwidth-content h3 {
    font-size: 1.42857em;
    font-family: "Open Sans", sans-serif;
    color: #666; }
    @media all and (max-width: 1100px) {
      .fwidth-content h3 {
        font-size: 1.28571em; } }
    @media all and (max-width: 800px) {
      .fwidth-content h3 {
        font-size: 1.14286em; } }
  .fwidth-content p {
    line-height: 1.6; }

.faq h2, .blog-page h2 {
  font-size: 3.42857em;
  margin-bottom: 30px; }
  @media all and (max-width: 1100px) {
    .faq h2, .blog-page h2 {
      font-size: 2.71429em; } }
  @media all and (max-width: 800px) {
    .faq h2, .blog-page h2 {
      font-size: 2em; } }

.blog-page div {
  margin-bottom: 40px; }
.blog-page h2 {
  margin-bottom: 10px; }
.blog-page p:first-of-type {
  font-size: 1.42857em;
  font-weight: 300;
  margin-bottom: 30px; }

.blog-page p {
  margin-bottom: 20px; }
.blog-page img {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px; }

/* Content Block */
.content {
  padding: 66px 0;
  text-align: left; }
  @media all and (max-width: 1100px) {
    .content .container {
      width: 98%; } }
  @media all and (max-width: 800px) {
    .content .container {
      width: 96%; } }
  .content h2 {
    margin-bottom: 80px; }
  .content h3 {
    color: #10a1d6;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 40px; }
  .content .block {
    float: left;
    width: 29.16667%;
    margin-right: 6.25%;
    margin-bottom: 30px; }
    .content .block:nth-child(3n+4) {
      margin-right: 0; }
    .content .block p {
      font-size: 1.42857em; }
      .content .block p:first-of-type {
        margin-bottom: 30px; }
      .content .block p em {
        font-size: 14px;
        color: #88cee8; }

/* Team Block */
.team {
  padding: 66px 0;
  text-align: left; }
  @media all and (max-width: 1100px) {
    .team .container {
      width: 98%; } }
  @media all and (max-width: 800px) {
    .team .container {
      width: 96%; } }
  .team h2 {
    margin-bottom: 80px; }
  .team h3 {
    color: #10a1d6;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 10px; }
  .team ul {
    list-style-type: none;
    margin-bottom: 20px; }
    .team ul li {
      color: #88cee8;
      font-style: italic; }
      .team ul li i {
        color: #a7d5b9; }
  .team .block {
    float: right;
    overflow: hidden;
    width: 29.16667%;
    margin-right: 6.25%;
    margin-bottom: 30px; }
    .team .block:nth-child(3n+4) {
      margin-right: 0; }
    @media all and (max-width: 780px) {
      .team .block {
        float: none;
        width: 100%; } }
  .team .image {
    margin-bottom: 20px;
    position: relative; }
    .team .image img {
      float: left; }
  .team .social {
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px; }
    .team .social a {
      width: 40px;
      height: 40px;
      float: left;
      text-align: center;
      line-height: 40px;
      color: #fffbf9;
      background-color: #88cee8;
      margin-right: 2px; }
      .team .social a:hover {
        background-color: #10a1d6; }

/* Quote Block */
.quote {
  background-color: #10a1d6;
  padding: 60px 0; }
  @media all and (max-width: 1100px) {
    .quote {
      padding: 50px 0; } }
  @media all and (max-width: 800px) {
    .quote {
      padding: 40px 0; } }
  @media all and (max-width: 1100px) {
    .quote .container {
      width: 98%; } }
  @media all and (max-width: 800px) {
    .quote .container {
      width: 96%; } }
  .quote a {
    color: #a7d5b9;
    border: 2px solid #a7d5b9;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 100px;
    float: right; }
    @media all and (max-width: 800px) {
      .quote a {
        float: left; } }
    .quote a:hover {
      color: #fffbf9;
      background-color: #a7d5b9; }
  .quote p {
    float: left;
    width: 60%;
    text-align: left;
    font-weight: bold;
    font-weight: 600;
    text-transform: uppercase;
    color: #fffbf9;
    line-height: 24px; }
    @media all and (max-width: 800px) {
      .quote p {
        float: none;
        width: 100%;
        margin-bottom: 40px; } }
    .quote p em {
      font-weight: normal;
      text-transform: none;
      font-style: normal;
      color: #88cee8; }
    .quote p span {
      color: #a7d5b9; }

/* Width Content Block */
.width-content {
  padding: 140px 0;
  text-align: left;
  background: #10a1d6 url("../images/image01.jpg") top center no-repeat;
  color: #fffbf9;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media all and (max-width: 1100px) {
    .width-content .container {
      width: 98%; } }
  @media all and (max-width: 800px) {
    .width-content .container {
      width: 96%; } }
  .width-content h2 {
    color: #fffbf9;
    margin-bottom: 40px; }
  .width-content .article {
    float: left;
    width: 78.125%; }
    @media all and (max-width: 780px) {
      .width-content .article {
        float: none;
        width: 96%;
        margin-bottom: 20px; } }
    .width-content .article p {
      line-height: 1.5; }
    .width-content .article p:first-of-type {
      font-size: 1.42857em;
      font-weight: 300;
      margin-bottom: 30px; }
  .width-content .sidebar {
    float: right;
    width: 14.58333%;
    text-align: center; }
    @media all and (max-width: 780px) {
      .width-content .sidebar {
        float: none;
        width: 96%; } }
    .width-content .sidebar p {
      text-transform: uppercase;
      font-weight: bold;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(102, 102, 102, 0.3); }
      .width-content .sidebar p .fa {
        margin-bottom: 20px; }
      .width-content .sidebar p:last-child {
        border-bottom: none; }

/* Contact Block */
.contact {
  text-align: left;
  background-color: #88cee8;
  color: #fffbf9;
  z-index: 20;
  position: relative; }
  .contact .container {
    max-width: 100%;
    background: url("../images/image06.jpg") top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .contact h2, .contact h3, .contact h4, .contact h5 {
    color: #fffbf9; }
  .contact h2 {
    margin-bottom: 50px;
    margin-top: 80px; }
  .contact h3, .contact h4, .contact h5 {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold; }
  .contact p {
    margin-bottom: 20px;
    line-height: 1.8; }
  .contact .block {
    float: right;
    width: 72.22222%;
    padding: 0 80px; }
    @media all and (max-width: 800px) {
      .contact .block {
        float: none;
        width: 100%;
        padding: 40px; } }
  .contact .map {
    float: left;
    width: 27.77778%;
    height: 760px; }
    @media all and (max-width: 800px) {
      .contact .map {
        float: none;
        width: 100%;
        height: 350px; } }
  .contact input, .contact textarea, .contact button {
    background: transparent;
    color: #fffbf9; }
  .contact input, .contact textarea {
    border: 1px solid rgba(136, 206, 232, 0.8);
    max-width: 750px; }
    .contact input:hover, .contact textarea:hover {
      border: 1px solid rgba(136, 206, 232, 0.4); }
    .contact input:focus, .contact textarea:focus {
      border: 1px solid rgba(136, 206, 232, 0.6); }

.contact input, .contact textarea, .contact button, .quote-form input, .quote-form textarea, .quote-form button {
  display: block;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px; }
.contact input, .contact textarea, .quote-form input, .quote-form textarea {
  width: 100%;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.contact p.error, .contact p.message, .quote-form p.error, .quote-form p.message {
  text-transform: none;
  font-size: 1em;
  margin: 0; }
.contact button, .quote-form button {
  border: 3px solid #a7d5b9;
  color: #a7d5b9;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 50px;
  letter-spacing: .03em;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .contact button:hover, .quote-form button:hover {
    background-color: #a7d5b9;
    color: #fffbf9; }

@media all and (max-width: 800px) {
  #testimonials .block {
    float: none;
    width: 100%;
    margin: 0;
    margin: 0 0 30px; } }
#testimonials .block p {
  font-size: 1em;
  margin-bottom: 10px; }

/* Width Content Left Block */
.services {
  text-align: left;
  padding: 100px 0;
  background: #88cee8 url("../images/image05.jpg") top center no-repeat;
  color: #fffbf9;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media all and (max-width: 1100px) {
    .services {
      padding: 80px 0; } }
  @media all and (max-width: 800px) {
    .services {
      padding: 40px 0; } }
  @media all and (max-width: 1100px) {
    .services .container {
      width: 98%; } }
  @media all and (max-width: 800px) {
    .services .container {
      width: 96%; } }
  .services h3 {
    color: #fffbf9;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold; }
  .services .block {
    float: left;
    width: 29.16667%;
    margin-right: 6.25%; }
    .services .block:nth-child(3n+3) {
      margin-right: 0; }
    @media all and (max-width: 1000px) {
      .services .block {
        width: 100%;
        float: none;
        margin-right: 0; } }
    @media all and (max-width: 800px) {
      .services .block {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 6.25%; } }
    .services .block img {
      margin-bottom: 30px; }

.width-content-left {
  padding: 120px 0;
  text-align: left; }
  @media all and (max-width: 1100px) {
    .width-content-left .container {
      width: 98%; } }
  @media all and (max-width: 800px) {
    .width-content-left .container {
      width: 96%; } }
  .width-content-left .article {
    float: right;
    width: 78.125%; }
    @media all and (max-width: 780px) {
      .width-content-left .article {
        float: none;
        width: 96%;
        margin-bottom: 20px; } }
    .width-content-left .article p {
      margin-bottom: 40px; }
    .width-content-left .article p:first-of-type {
      font-size: 1.42857em;
      font-weight: 300;
      margin-bottom: 30px; }
    .width-content-left .article ul {
      list-style-type: none; }
      .width-content-left .article ul li {
        line-height: 1.8; }
        .width-content-left .article ul li i {
          color: #a7d5b9;
          margin-right: 30px; }
        .width-content-left .article ul li:first-of-type {
          text-transform: uppercase;
          font-weight: bold;
          margin-left: 40px;
          color: #a7d5b9; }
  .width-content-left .sidebar {
    float: left;
    width: 14.58333%;
    text-align: center;
    color: #010101; }
    @media all and (max-width: 780px) {
      .width-content-left .sidebar {
        float: none;
        width: 96%; } }
    .width-content-left .sidebar p {
      text-transform: uppercase;
      font-weight: bold;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(102, 102, 102, 0.3); }
      .width-content-left .sidebar p .fa {
        margin-bottom: 20px; }
      .width-content-left .sidebar p:last-child {
        border-bottom: none; }

/* Purchase Block */
.purchase {
  background-color: #10a1d6;
  padding: 60px 0; }
  @media all and (max-width: 1100px) {
    .purchase .container {
      width: 98%; } }
  @media all and (max-width: 800px) {
    .purchase .container {
      width: 96%; } }
  .purchase a {
    color: #a7d5b9;
    border: 2px solid #a7d5b9;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 100px;
    float: right; }
    .purchase a:hover {
      color: #fffbf9;
      background-color: #a7d5b9; }

/* Gallery Block */
.gallery, .gallery-2 {
  text-align: left; }
  .gallery h2, .gallery-2 h2 {
    margin-bottom: 40px; }
  @media all and (max-width: 1100px) {
    .gallery .container, .gallery-2 .container {
      width: 98%; } }
  @media all and (max-width: 800px) {
    .gallery .container, .gallery-2 .container {
      width: 96%; } }

.gallery .grid {
  background-color: #10a1d6; }
.gallery .grid-item {
  width: 27.86885%;
  overflow: hidden; }
  .gallery .grid-item img {
    width: 100%; }
  .gallery .grid-item a:hover span {
    display: block; }
  .gallery .grid-item span {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(167, 213, 185, 0.8);
    width: 100%;
    height: 100%;
    padding: 30px 25px;
    color: #fffbf9;
    display: none; }
    .gallery .grid-item span i {
      margin-bottom: 20px; }
    .gallery .grid-item span p {
      margin-bottom: 10px; }
.gallery .grid-item--width2 {
  width: 55.7377%; }
.gallery .grid-item--width3 {
  width: 16.39344%; }
.gallery .grid-item--width4 {
  width: 44.2623%; }
.gallery img {
  float: left; }
.gallery ul {
  list-style: none;
  margin-bottom: 40px; }
  .gallery ul li {
    float: left;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: bold; }
    .gallery ul li a {
      color: #88cee8;
      text-decoration: none; }
      .gallery ul li a:hover {
        color: #a7d5b9; }

.gallery-2 {
  margin-bottom: 50px; }
  .gallery-2 ul {
    list-style-type: none; }
    .gallery-2 ul li {
      float: left;
      width: 33.333%;
      overflow: hidden;
      margin: 0;
      padding-right: 2.5%;
      padding-bottom: 2.5%; }
      .gallery-2 ul li img {
        float: left;
        width: 100%;
        height: auto; }

/* Nivo Slider Block */
.theme-default .nivoSlider {
  margin-bottom: 0; }

/* Footer Block */
footer, .footer {
  padding: 66px 0;
  text-align: left;
  color: #88cee8;
  text-transform: uppercase;
  font-weight: bold; }
  @media all and (max-width: 1100px) {
    footer, .footer {
      padding: 50px 0; } }
  @media all and (max-width: 800px) {
    footer, .footer {
      padding: 40px 0; } }
  @media all and (max-width: 1100px) {
    footer .container, .footer .container {
      width: 98%; } }
  @media all and (max-width: 800px) {
    footer .container, .footer .container {
      width: 96%; } }

/* Quote Form */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(136, 206, 232, 0.9);
  z-index: 9999; }

.quote-form {
  padding: 60px 46px;
  width: 60%;
  height: auto;
  max-height: 90%;
  overflow-y: scroll;
  max-width: 650px;
  outline: 5px solid rgba(255, 255, 255, 0.5);
  background-color: #fff;
  text-align: center;
  margin-top: 2.5%;
  position: relative;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); }
  .quote-form h3 {
    font-size: 3.42857em;
    margin-bottom: 30px;
    text-align: left; }
  .quote-form p {
    font-size: 1.42857em;
    font-weight: 300;
    margin-bottom: 15px;
    text-align: left; }
    @media all and (max-width: 980px) {
      .quote-form p {
        font-size: 1.28571em; } }
    @media all and (max-width: 640px) {
      .quote-form p {
        font-size: 1.14286em; } }
  .quote-form input, .quote-form textarea, .quote-form select {
    border: 1px solid #b2b2b2; }
    .quote-form input.error, .quote-form textarea.error, .quote-form select.error {
      border: 3px solid #f8b2b2; }
    .quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus {
      border: 1px solid #544756;
      background-color: #f6f5f6; }
  .quote-form button {
    margin-top: 40px;
    background-color: #fff;
    display: inline-block; }

.close-quote-form {
  position: absolute;
  top: 20px;
  right: 20px; }
  .close-quote-form:hover {
    opacity: .6; }

dl dt {
  font-size: 1.42857em;
  font-weight: 300; }
  dl dt i {
    margin-right: 10px;
    color: #a7d5b9; }
dl dd {
  margin: 0; }
dl dt, dl dd {
  margin-bottom: 20px; }

/*# sourceMappingURL=style.css.map */


.formnote {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    display: inline-block;
    background: #10a1d6;
    max-width: 300px;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 20px;
	display: none;
    z-index: 999999;
cursor:pointer;

}
.formsuccess{
    background: #6ebf5c;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 50px;
    max-width: 600px;
    font-size: 22px;
    box-shadow: 0 0 5px #213c1c;
    border: 1px solid #3e862e;
}
.formerror{
    background: #ce6363;
}

