@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:400,400italic,300,700italic);
@import url(//fonts.googleapis.com/css?family=Cabin:600);
@import url(//fonts.googleapis.com/css?family=Montserrat);
@import url(//fonts.googleapis.com/css?family=Mr+De+Haviland);
@import url(fl-fill-round-icons.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #595959;
  font: 400 25px/37px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none; 
background: url(../images/content.png);}

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

h2, h3, h4, h5, h6 {
  color: #182220; }

h1 {
  font: 400 160px/120px "Mr De Haviland", sans-serif;
  color: #F52484; }
  h1 span {
    font-size: 45px;
    font-family: "Montserrat", sans-serif;
    color: #182220; }

h2 {
  font: 400 48px/48px "Montserrat", sans-serif;
  text-align: center;
  color: #182220; }

h3 {
  font: 400 30px/48px "Montserrat", sans-serif; }

h4 {
  font: 400 24px/30px "Montserrat", sans-serif;
  font-style: italic; }

h5 {
  font: 600 18px/20px "Cabin", sans-serif; }

h3 a:hover, h5 a:hover {
  color: #8AC840; }
h3 a:active, h5 a:active {
  color: #70a530; }

h1 span, h2, h3, h4, h5, .privacy {
  text-transform: uppercase; }

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

address {
  font: 400 18px/26px "Open Sans", sans-serif;
  color: dimgray;
  position: relative;
  padding-left: 72px;
  padding-right: 60px;
  text-transform: uppercase; }
  address:before {
    position: absolute;
    content: '\e01c';
    font-size: 52px;
    line-height: 52px;
    font-family: 'fl-fill-round-icons';
    color: #182220;
    top: 0;
    left: 0; }

/*=======================================================
                       Main Layout
=========================================================*/
.brand + .row {
  margin-top: 233px; }

h2 + p {
  margin-top: 57px; }

.row__off, img + h5 {
  margin-top: 47px; }

.row__off-1 {
  margin-top: 12px; }

.row__off-2 {
  margin-top: 68px; }

h3 + p {
  margin-top: 20px; }

* + .float-box {
  margin-top: 88px; }

h5 + .social, img + p {
  margin-top: 25px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: block; }
  .brand_name {
    text-align: right; 
font: 400 160px/120px "Mr De Haviland", sans-serif;
  color: #F52484; }

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #d8dcde; }

.bg-secondary {
  background: #f6f8f9; }

/*==================     Colors     ======================*/
.primary {
  color: #9d9d9d; }

.secondary {
  color: #000; }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font: 400 28px/30px "Montserrat", sans-serif;
  color: #FFF;
  background: #73a635;
  text-transform: uppercase;
  padding: 22px 45px 23px 50px;
  letter-spacing: -1px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
  .btn:hover {
    background: #182220; }
  .btn:active {
    background: #030404; }

.btn-lg {
  display: inline-block;
  background: #8AC840;
  font: 400 30px/30px "Montserrat", sans-serif;
  color: #FFF;
  padding: 29px 10px;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .btn-lg:hover {
    background: #F52484; }
  .btn-lg:active {
    background: #dc0a6a; }

/*==================      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; }

/*==================      Center      ======================*/
.center {
  text-align: center; }

/*==================     ToTop     ======================*/
.toTop {
  font-size: 52px;
  line-height: 53px;
  color: #F52484;
  position: fixed;
  right: 40px;
  bottom: 60px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:before {
    display: inline-block;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .toTop:hover {
    color: #595959;
    text-decoration: none; }

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

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; 
height: 130px;
width: 130px;

}
  .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:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 0; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    text-align: center;
    z-index: 1; }
    .thumb_overlay a {
      display: inline-block;
      font-size: 80px;
      line-height: 80px;
      font-family: 'fl-fill-round-icons';
      color: #FFF; }
      .thumb_overlay a:hover {
        opacity: 0.75; }
      .thumb_overlay a + a {
        margin-left: 27px; }
  .thumb:hover:after {
    background: rgba(245, 36, 132, 0.75); }
    .lt-ie9 .thumb:hover:after {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFF52484', endColorstr='#BFF52484')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFF52484', endColorstr='#BFF52484');
      zoom: 1; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    visibility: visible; }
  .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); }
  @media (max-width: 979px) {
    .thumb_overlay a {
      font-size: 60px;
      line-height: 60px; } }

/*==================  RD wellT    ======================*/
.parallaxT {
  position: relative;
  overflow: hidden; }
  .parallaxT h2, .parallaxT p {
    color: #FFF; }
  .parallaxT p {
    font-weight: 300; }
  .parallaxT h2 + p {
    margin-top: 24px; }
  .parallaxT_image, .parallaxT_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallaxT_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallaxT_pattern {
    background-repeat: repeat; }
  .parallaxT_cnt {
    position: relative; }

/*========================================================
                     HEADER  Section
=========================================================*/
header .brand:before, header .brand:after {
  display: table;
  content: "";
  line-height: 0; }
header .brand:after {
  clear: both; }
header .brand_name {
  float: right; }

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

/*==================      Well     ======================*/
.wellT {
  padding: 415px 0 66px; }
  .wellT__off {
    padding-top: 110px; }

.wellT-1 {
  padding: 98px 0 141px; }

.wellT-2 {
  padding: 88px 0 69px; }

.wellT-3 {
  padding: 58px 0 94px; }

.wellT-4 {
  padding: 130px 0 484px; }

.wellT-5 {
  padding-top: 98px; }

.wellT-6 {
  padding: 105px 0 150px; }

.wellT-7 {
  padding: 40px 0 60px; }

/*==================      Indent     ======================*/
.indent {
  padding: 0 40px; }

/*==================     Title Wrap    ======================*/
.block {
  position: relative; }
  .block:before {
    position: absolute;
    content: '';
    box-shadow: 5px -9px 9px 0 rgba(0, 0, 0, 0.43);
    bottom: 2px;
    width: 10px;
    top: 0;
    left: 100%;
    margin-left: -10px;
    margin-top: 10px; }
  .block_overlay {
    position: relative;
    background: url("../images/page-1_img03.png") no-repeat center;
    background-size: cover;
    height: 100%;
    text-align: center;
    margin-top: -16px; }
    .block_overlay p {
      font-size: 14px;
      line-height: 24px;
      text-transform: uppercase;
      padding: 46px 40px 52px 40px; }

/*==================     Mark List    ======================*/
.mark-list {
  text-align: center;
  padding: 54px 50px 70px 50px;
  border: solid 1px #d2d2d2; }
  .mark-list h3 {
    margin-top: 50px; }
  .mark-list p {
    font-size: 20px;
    line-height: 30px;
    font-style: italic; }
  .mark-list:before {
    font-size: 150px;
    line-height: 150px; }

.mark-primary-1:before {
  color: #f52484; }

.mark-primary:before {
  color: #6fd7aa; }

.mark-secondary:before {
  color: #182220; }

/*==================     Float Box    ======================*/
.float-box:before, .float-box:after {
  display: table;
  content: "";
  line-height: 0; }
.float-box:after {
  clear: both; }
.float-box .thumb {
  float: left;
  width: 33.333%; 
  height: 350px;
}

/*==================    Img wrap    ======================*/
.img-wr {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

/*==================    Social    ======================*/
.social > li {
  display: inline-block; }
  .social > li a {
    display: inline-block;
    font-size: 17px;
    line-height: 17px;
    color: #c4c4c4; }
    .social > li a:hover {
      color: #8AC840; }
    .social > li a:active {
      color: #70a530; }
  .social > li + li {
    margin-left: 26px; }

.social__md > li a {
  font-size: 22px;
  line-height: 22px;
  color: #454545; }
.social__md > li + li {
  margin-left: 18px; }

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
  text-align: center; }
  .index-list li h4 {
    color: #FFF;
    letter-spacing: -1.8px;
    margin-top: 30px; }
  .index-list li:before {
    content: counter(li,decimal-leading-zero) ".";
    counter-increment: li;
    display: inline-block;
    font: 400 55px/237px "Montserrat", sans-serif;
    color: #FFF;
    width: 237px;
    height: 237px;
    background: rgba(111, 215, 170, 0.24);
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .index-list li:hover:before {
    background: #6fd7aa; }
  .index-list li.col-:nth-child(12n + 13),
  .index-list li.col-:nth-child(6n + 7),
  .index-list li.col-:nth-child(4n + 5),
  .index-list li.col-:nth-child(3n + 4),
  .index-list li.col-:nth-child(2n + 3) {
    clear: left; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer .social__md {
  padding-left: 90px; }
footer .mail {
  padding-left: 17px; }
footer .social__md, footer .privacy {
  margin-top: 17px; }
footer:before, footer:after {
  display: table;
  content: "";
  line-height: 0; }
footer:after {
  clear: both; }
footer .privacy {
  float: right; }

/*==================   Mail  ======================*/
.mail {
  font-size: 30px;
  line-height: 52px;
  color: #182220; }
  .mail:hover {
    color: #8AC840; }
  .mail:active {
    color: #70a530; }

/*==================   Privacy  ======================*/
.privacy {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #5e5e5e; }

#main{
width: 100%;
    border-bottom: 1px solid;
    m
}
.texts
{ 
  display: inline;
  padding-bottom: 25px;
  word-wrap:break-word;

}
/*========================================================
                     RESPONSIVE
=========================================================*/
@media (max-width: 1199px) {
  h4 {
    font-size: 22px;
    line-height: 28px; }

  .indent {
    padding: 0; }

  .block_overlay p {
    padding: 35px 40px 34px; }

  .mark-list {
    padding: 54px 10px 70px; }

  address {
    padding-right: 0; }

  footer .social__md {
    padding-left: 10px;
    margin-top: 0; }
  footer .privacy {
    font-size: 14px; } }
@media (max-width: 991px) {
  .block:before {
    bottom: 8px; }
  .block img {
    width: 100%; }
  .block_overlay p {
    padding: 62px 40px 73px; }

  .row__off {
    margin-top: 0; }

  .index-list li:before {
    width: 200px;
    height: 200px;
    line-height: 200px; }

  .center_media {
    text-align: center; }

  footer {
    text-align: center; }
    footer address {
      display: inline-block; }
      footer address:before {
        top: -10px; }
    footer .privacy {
      float: none;
      margin-top: 10px;
      padding-left: 20px; } }
@media (max-width: 767px) {
  p {
    font-size: 20px;
    line-height: 30px; }

  h1 {
    font-size: 90px;
    line-height: 65px; }
    h1 span {
      font-size: 70px; }

  h2 {
    font-size: 35px;
    line-height: 35px; }

  [class*='wellT'] {
    padding: 30px 0; }

  header .wellT {
    padding: 60px 0 80px; }

  .brand + .row, h2 + p, * + .float-box, .row__off-2 {
    margin-top: 30px; }

  .block:before {
    bottom: 4px; }
  .block_overlay {
    margin-left: -2px; }
    .block_overlay p {
      padding: 7% 3% 10%; }

  .float-box .thumb {
    width: 50%; } }
@media (max-width: 479px) {
  h4 {
    font-size: 20px;
    line-height: 24px; }

  .float-box .thumb {
    width: 100%; }

  footer address {
    padding-left: 55px; }

  .block_overlay p {
    line-height: 20px; } }

/*========================================================
                     CONTACT
=========================================================*/

input,textarea {
  padding: 10px;
  border: 1px solid #E5E5E5;
  width:400px;
  color: #999999;

}
.ComText {
  width: 900px;
  height: 150px;
  max-width: 808px;
  line-height: 18px;
}


input:hover, textarea:hover,
input:focus, textarea:focus {
  border-color: 1px solid #C9C9C9;
/*  */
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px; 
}



.cont:hover, .cont:focus
{
box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;

}


.form label {
  margin-left: 10px;
  color: #999999;
}

/* ===========================
   ====== Submit Button ====== 
   =========================== */

.submit input {
  width: 100px; 
  height: 40px;
  background-color: #474E69; 
  color: #FFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;   
  float: left;
}
.formLeft{

float:left;
width: 75%;

}
.socright{
float:right;

}


  @media (max-width: 767px) {
    .socright {
     padding-top: 50px;} 
  @media (max-width: 479px) {
    .socright {
      padding-top: 50px;} }}



.containerFooter
{
  background-color: #fff;
  font-size: 14px;
}


ul.downMenu li {
    display: inline; /* Отображать как строчный элемент */
    margin-right: 5px; /* Отступ слева */
    padding: 3px; /* Поля вокруг текста */
    float:right;
   }
.text-left{
  float: left;
  padding-left: 3%;
}
.text-right{
  padding-right: 3%;
}
.text-centr{
  float: center;  
}


/*=======================================================
                       FOOTER                       
=========================================================*/

.footer-distributed{
  background-color: #292c2f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;

  padding-top: 55px;
padding-bottom: 20px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
  width: 40%;
}

/* The company logo */

.footer-distributed h3{
  color:  #ffffff;
  font: normal 36px 'Cookie', cursive;
  margin: 0;
}

.footer-distributed h3 span{
  color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
  color:  #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  text-decoration: none;
  color:  inherit;
}

.footer-distributed .footer-company-name{
  color:  #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
  width: 35%;
}

.footer-distributed .footer-center i{
  background-color:  #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p{
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin:0;
}

.footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
}

.footer-distributed .footer-center p a{
  color:  #5383d3;
  text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
  width: 20%;
}

.footer-distributed .footer-company-about{
  line-height: 20px;
  color:  #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span{
  display: block;
  color:  #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons{
  margin-top: 25px;
}

.footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color:  #33383b;
  border-radius: 2px;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

  .footer-distributed{
    font: bold 14px sans-serif;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i{
    margin-left: 0;
  }

}

.delform{
  background-color: #fff;
  border: none;
  background: url(../images/content.png);
}/*
.bnt_add {
  margin-left: 50%;
  width: 130px;
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 13;
  -moz-border-radius: 13;
  border-radius: 13px;
  -webkit-box-shadow: 0px 1px 3px #474347;
  -moz-box-shadow: 0px 1px 3px #474347;
  box-shadow: 0px 1px 3px #474347;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 9px 20px 10px 20px;
  text-decoration: none;
}

.bnt_add:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
*/
.bnt_add {
  height: 50px;
  width: 100px;
  background-color: red;
}
/* Pages navigation */

#pagination {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 25px;
}
#pagination a {
    border: 1px solid #CCCCCC;
    padding: 5px 10px;
    font-family: arial;
    text-decoration: none;
    background: none repeat scroll 0 0 #EEEEEE;
    color: #222222;
}
#pagination a:hover {
    background-color: #FFFFFF;
}
a#active{
    background-color: #FFFFFF;
}
/********   video   .*************/
.grid{
width:100%; 
clear:both;
margin-left: 10%;
margin-top: 10px;
}
.line_video { 
        width:350px; 
        height:300px; 
        background:#f1f1f1; 
        float:left; 
        margin: 0 15px 15px 0; 
        }

        /*****gallery*****/
.pic{
        width:100%; 
        height:100%; 
        background:#f1f1f1; 
        float:left; 

        text-align:center;}
}



        /*****end gallery*****/
/*****TEST*****/



.form-group {
  margin-bottom: 10px;
  position: relative;
}
.form-input,
.form-textarea {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}
.form-input:focus,
.form-textarea:focus {
  outline: 0;
  border-color: #6ebbd8;
  box-shadow: 0 0 5px #6ebbd8;
}
.form-input_error,
.form-textarea_error {
  border-color: #e85656;
  box-shadow: 0 0 3px #e85656;
}
.form-input_success,
.form-textarea_success {
  border-color: #7dbf23;
  box-shadow: 0 0 3px #7dbf23;
}
label.error {
  width: 150px;
  display: block;
  padding-left: 10px;
  font-size: 12px;
  color: #e85656;
  position: absolute;
  left: 100%;
  top: 10px;
  z-index: 1;
}
.form-textarea {
  font-family: Arial, sans-serif;
  resize: vertical;
}
.form-btn {
  width: 100%;
  display: block;
  border: 0;
  padding: 10px;
  background-color: #39be6c;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.form-btn:hover {
  background-color: #33aa61;
  cursor: pointer;
}
.message {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #efa0a0;
  color: #cc5555;
  text-align: center;
  font-size: 14px;
}
.message:empty {
  display: none;
}
