/* COMMON */
html,body {
  width:100%;
  height: 100%;
}

body,html {
  color: #2e130a;
  font-family: 'Play', sans-serif;
  font-weight: normal;
  font-size: 16px;
  background: #fff !important;
}


/* ELEMENTS */
.hidden {
  display: none;
}

.empty {
  color: #666;
}

input,select,button {
  font-size: 100%;
  outline: none;
  font-family: Arial, sans-serif;
}

.clr {
  clear: both;
  content: "";
  display: block;
}


/* LINKS */
a, a:link, a:visited, a:active {
  color: #d14942;
  text-decoration: none;
  outline: none;
  padding-bottom: 0px;
  border-bottom: 1px solid #cccccc;
}

a:hover, a:focus {
  color: #d14942;
  text-decoration: none;
  outline: none;
  border-bottom: none;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
  background: none !important;
  box-shadow: none !important;
  border: none;
  color: #2e130a !important;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0px;
    font-weight: bold;
    border: none !important;
    line-height: 25px;
text-decoration: underline dashed;
}

a.btn-primary {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}

.btn-primary:hover {
  color: #ff5e01 !important;
    text-decoration: none;
    background: none;
}

a.btn-primary {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}


/* HEADERS */
H1, H2, H3, H4 {
  font-weight: bold;
  color: #FF620B;
}

H1 {
  font-size: 20px;
  padding: 20px 0px 15px;
}

H2 {
  font-size: 18px;
  padding: 20px 0px 15px;
}

H3 {
  font-size: 15px;
  padding: 20px 0px 15px;
}

H4 {
  font-size: 12px;
  padding: 20px 0px 15px;
}


/* LIST */
li ul, li ol {
  margin-top: 0.5em;
}

ul {
  list-style-type: none;
}

li {
  margin: 10px 0 5px 15px;
  padding: 0;
}

ul li {
  padding: 0;
  //padding-left: 4px;
}

ol li {
  margin-left:2.3em;
}

ul>li>* {
  text-indent: 0;
}


/* NAVIGATION */
.navigation {
    font-size: 12px;
    margin-right: 270px;
    padding: 25px 0 30px;
}
.navigation a {
    color: #414141;
}
.navigation a:hover {
    border-color: #ffb6ac;
    color: #eb5e4a;
}
.navigation span {
    background: rgba(0, 0, 0, 0) url("../img/nav-arrow.png") no-repeat scroll left 5px;
    padding: 0 12px 0 14px;
}
.navigation span:first-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0 12px 0 0;
}


/* CONTENT LIST */
.page-content ul li {
  margin: 10px 0 5px 15px;
  padding: 0 0 0 17px;
  position: relative;
}

.page-content ul li:before {
  background-color: #4e9fd3;  /*Цвет полоски*/
  content: "";
  height: 1px;  /*Высота полоски*/
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 6px;
  width: 10px;  /*Ширина полоски*/
}


/* TABLE */
#page table {
  width: 100%;
  background: #deeffa;
  margin: 20px 0px 20px;
}

#page table th {
  padding: 5px;
  text-align: center;
  border-left: 1px solid #91c2e2;
  color: #ffffff;
}

#page table th:first-child {
  border-left: none;
}

#page table td {
  padding: 5px 10px;
  border: 1px solid #91c2e2;
}

#page table td:first-child {

}

#page table tr:nth-child(even) {
  background-color: #ffffff;
}

#page table thead tr td {
  color: #666666;
  font-weight: bold;
  background: #ffffff;
  padding: 15px 10px;
}


/* HEADER */
.header {
  margin-top: 20px !important;
  margin-bottom: 0px !important;
  padding: 0px !important;
  border: none !important;
}

header .mnav {
  margin: 0px 0 30px 0;
  padding: 0;
  min-height: 25px;
}

header .mnav li {
  margin: 0 0 0 0;
  padding: 0;
  float: left;
}

header .mnav li a,
header .mnav li button {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: normal!important;
  color: #2e130a;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: underline;
  text-decoration-style: dotted !important;
}

header .mnav li a:hover,
header .mnav li button:hover {
  color: #ff5e01;
  text-decoration: none !important;
}

header .h-tell {
  font-size: 23px;
  font-weight: bold;
  color: #ff5e01;
  line-height: 25px;
  margin: 10px 0 30px 0;
  padding: 0;
  min-height: 25px; 
  float: left;
}

header .feedback {
  text-align: right;
}

header .feedback a,
header .feedback a:link,
header .feedback a:focus,
header .feedback a:visited {
  background: #ff5e01;
  border-radius: 50px;
  border-bottom: 3px solid #a8450c;
  padding: 5px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  position: relative;
  top: -5px;
}

header .feedback a:hover {
  background: #ff7417;
  border-radius: 50px;
  border-bottom: 3px solid #d9580d;
  padding: 5px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}

.logo-mob {
  display: none;
}


/* MAINPAGE TOP SLIDER */
.mp-slider {
  background: url(../img/bg.png) repeat-x center top;
  max-height: 429px;
  overflow: hidden;
}

.mp-slider>.container {
  background: url(../img/bg-2.png) no-repeat left top;
  background-size: 100%;
  max-height: 429px;
}

/* Fade Slider CSS */
.carousel .item {
  -webkit-transition: 1s ease-in-out opacity; 
  -moz-transition: 1s ease-in-out opacity;
  -o-transition: 1s ease-in-out opacity;
  transition: 1s ease-in-out opacity;
  left: 0 !important;
}

.carousel .next.left,
.carousel .prev.right {
  opacity: 1;
  z-index: 1;
}
.carousel .active.left,
.carousel .active.right {
  opacity: 0;
  z-index: 2;
}      
.carousel .carousel-control {
  z-index: 1000;
  outline:none;
}

.slider-icon {
  display: block;
    min-height: 130px;
}

.slider-icon a {
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    text-decoration: none;
    border: none;
}

.slider-icon img {
  width: 100px;
  float: left;
  margin-right: 20px;
}

.slider-icon a p {
  display: inline-block;
    margin-top: 25px;
}

.slider-icon a:hover p {
  text-decoration: underline;
}

.calc-head div {
    display: inline;
  }

.carousel-inner {
  max-height: 429px;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
  height: 100%;
  color: #fff;
  border: none;
  text-decoration: none;
}

.carousel-indicators {
  display: none;
}


/* УСЛУГИ */
#mp-service {
  background: #e6e6e6;
  padding: 30px 0px;
}

#mp-service .row>div{
  background: #fff;
}

#mp-service .blk-title {
  margin: 0px;
  padding: 30px 0px 30px;
    width: 100%;
    font-size: 30px; 
    color: #2e130a;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
}

#mp-service .row img {
  border: 5px solid #e6e6e6;
  margin-bottom: 30px;
}

.mp-service ul {
  display: inline-block;
    margin: 0;
    padding: 40px 40px 30px;
}

.mp-service ul li {
  float: left;
    margin: 10px 0;
    padding: 0;
    width: 50%;
}

.mp-service ul li a {
  border: none;
  line-height: 20px;
  font-size: 17px;
  color: #212121; 
}

.mp-service ul li a:hover {
  color: #d24a43;
}

.mp-service ul li a span {
  font-size: 15px;
  margin-right: 5px;
  color: #d24a43;
}

.plusi {
  margin: 0 0 0 20px;
  padding: 0;
}

.plusi li {
  font-size:20px;
  margin: 0 0 20px 0;
  padding: 0;
}

.plusi li span {
  display: block;
  font-size: 27px;
  font-weight: bold;
  color: #ff5e01;
}

.plusi-02 {
  margin: 0 0 10px 20px;
  padding: 0;
  display: inline-block;
}

.plusi-02 li {
  font-size:25px;
  margin: 0 0 50px 100px;
  padding: 0;
}

.plusi-02 .icon-01,
.plusi-02 .icon-02,
.plusi-02 .icon-03,
.plusi-02 .icon-04,
.plusi-02 .icon-05,
.plusi-02 .icon-06,
.plusi-02 .icon-07,
.plusi-02 .icon-08,
.plusi-02 .icon-09 {
  display: inline-block;
    height: 80px;
    left: 30px;
    position: absolute;
    width: 80px;
}

.plusi-02 .icon-01 {
  background: url(../img/sprite.png) no-repeat center -460px;
}

.plusi-02 .icon-02 {
  background: url(../img/sprite.png) no-repeat center -580px;
}

.plusi-02 .icon-03 {
  background: url(../img/sprite.png) no-repeat center -675px;
}

.plusi-02 .icon-04 {
  background: url(../img/sprite.png) no-repeat center -780px;
}

.plusi-02 .icon-05 {
  background: url(../img/sprite.png) no-repeat center -890px;
}

.plusi-02 .icon-06 {
  background: url(../img/sprite.png) no-repeat center 10px;
}

.plusi-02 .icon-07 {
  background: url(../img/sprite.png) no-repeat center -110px;
}

.plusi-02 .icon-08 {
  background: url(../img/sprite.png) no-repeat center -230px;
}

.plusi-02 .icon-09 {
  background: url(../img/sprite.png) no-repeat center -340px;
}


/* ПОПУЛЯРНЫЕ ТОВАРЫ */
#main-slider {
  padding-bottom: 40px;
  background: #d9d9d9;
}

.foto-title {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    padding: 30px 0 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
}

#main-slider .slick-arrow {
    background: #ff5e01 !important;
    border: medium none !important;
    border-radius: 50px;
    box-shadow: none !important;
    color: #fff !important;
    height: auto !important;
    padding: 5px !important;
    text-decoration: none !important;
    width: auto !important;
}

#main-slider .slick-dots {
  display: none;
}

/* КАЛЬКУЛЯТОР */
#mp-calc {
  background: #2e130a;
  padding: 30px 0px;
}

#mp-calc .calcbg {
  background: #fff;
}

#mp-calc .calc-title {
  margin: 0px;
  padding: 0px 0px 30px;
    width: 100%;
    font-size: 30px; 
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
}

.calculator {
  padding-top: 40px;
}

.calc-check {
  margin-top: 10px;
  font-size: 30px;
  color: #ff5e01;
}

.calc-check span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #2e130a;
  margin-bottom: 30px;
}

#boks1,
#boks2,
#boks3,
#boks4 {
    display: inline-block;
    width: 100%;
}

.calc-head {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 25px;
}

.slidik {
  background: #f2f2f2;
  padding: 20px 10px 5px;
}

.srok {
    font-weight: bold;
    margin-bottom: 5px;
    color: #ff5e01 !important;
    font-size: 30px;
}

.plata label {
  font-weight: normal;
    margin: 0px;
    font-size: 20px;
    color: #2e130a;
}

.plata .calc-check {
  padding: 0;
  margin: 0;
}

#slider-range-min {
  margin-top: 30px;
  max-width: 400px;
}

.ui-widget-header {
  background: #ff5e01 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: #ff5e01 !important;
  border-radius: 50%;
  border-color: #fff !important;
  cursor: grab !important;
}

.shina,
.shina:hover,
.shina:active,
.shina:focus {
  background: #ff5e01 !important;
  border-radius: 50px;
  color: #fff !important;
text-decoration: underline dashed;
}

.riski {
  padding-left: 55px;
  padding-top: 10px;
  color: #45aa30;
  font-size: 15px;
  font-weight: bold;

}

.riski span {
  padding-left: 75px;
}

.riski div {
  display: inline-block;
  padding-left: 170px;
}

.calculator .price {
    font-weight: bold;
    font-size: 25px;
}

.calculator .price b {
  color: #ff5e01 !important;
}

.calculator .price .price-val {
    font-weight: bold;
    color: #ff5e01 !important;
    font-size: 30px;
}

.calculator .btn-link {
  background: #ff5e01;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  border-radius: 50px;
  border-bottom: 3px solid #a8450c;
  padding: 10px 35px;
  margin: 20px 0px;
}

.feedback .btn-link {
  background: #ff5e01;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 50px;
  border-bottom: 3px solid #a8450c;
  padding: 10px 20px;
}

.modal-content .btn-link {
  background: #ff5e01;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  border-bottom: 3px solid #a8450c;
  padding: 10px 25px;
  margin-bottom: 30px;
}

.ui-slider-handle {
  padding: 15px;
    top: -11px !important;
}

.regular .slick-slide img {
  border: 5px solid #fff;
}


/* footer */
#footer {
  background: #ff5e01;
  padding: 50px 0 30px 0;
  color: #fff;
}

#footer img {
  margin-bottom: 30px;
  display: block;
}

.ftell {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
  display: inline-block;
}

.yamaps>div {
  border: 5px solid #fff;
}

.cal-box label,
.cal-box input {
    cursor: pointer;
    outline: medium none !important;
}

input:required {
    box-shadow:none;
    outline:none;
}

::-webkit-input-placeholder {color: #fff;}
:-moz-placeholder {color: #fff;}
::-moz-placeholder {color: #fff;}
:-ms-input-placeholder {color: #fff;}
::-ms-input-placeholder {color: #fff;}
:placeholder-shown {color: #fff;}



    * {
      box-sizing: border-box;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
        color: black;
    }



@media screen and (max-width: 768px) { /* начало мобильных стилей */

  .header .mnav li {
    padding: 0 15px;
    margin: 0px;
    text-align: center;
  }

  .btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:visited,
  header .mnav li a {
    font-size: 15px;
    text-align: center;
    z-index: 100;
    position: relative;
  }

  #mp-service .blk-title {
    font-size: 23px;
    line-height: 30px;
  }

  #mp-service {
    padding: 0px !important;
  }

  .headerslider {
    display: none !important;
  }

  .h-tell {
    text-align: center;
    font-weight: 25px;
  }

  .plusi {
    margin: 0px;
  }

  .plusi li {
    font-size: 15px;
    margin: 0 0 10px;
    text-align: center;
  }

  .plusi li span {
    font-size: 25px;
    text-align: center;
  }

  #mp-service .row img {
    margin-top: 20px;
  }

  #mp-calc .calc-title {
    font-size: 23px;
    line-height: 30px;
  }

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

  .cal-box .col-md-4 {
      display: table-cell;
      margin: 0;
      padding: 0 10px;
      text-align: center !important;
  }

  .calc-bx-image img {
    width: 100%;
  }

  .calc-check span {
    font-size: 15px;
  }

  .plata .calc-check {
    text-align: left !important;
  }

  .calc-head {
    font-size: 18px;
  }

  .calculator .price {
    font-size: 18px;
  }

  .plusi-02 li {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 53px 100px;
    padding: 0;
    position: relative;
    width: 250px;
    text-align: left;
  }

  .plusi-02 {
    display: inline-block;
    margin: 0px;
    padding: 0;
  }

  .plusi-02 .icon-01, .plusi-02 .icon-02, .plusi-02 .icon-03, .plusi-02 .icon-04, .plusi-02 .icon-05, .plusi-02 .icon-06, .plusi-02 .icon-07, .plusi-02 .icon-08, .plusi-02 .icon-09 {
    left: -90px;
  }

  .foto-title {
    font-size: 23px;
    line-height: 30px;
  }

  .ftell,
  .ftell a,
  a .ftell {
    color: #fff !important;
  }

  .srok input {
    width: 50px !important;
  }

  .calculator .price .price-val {
    font-size: 22px;
  }

  #boks1, #boks2, #boks3 {
    width: 20px;
    text-align: left !important;
    height: 20px;
    float: left;
    margin-left: 30px;
    margin-top: 10px;
  }

  #main-slider .slick-arrow {
    display: none !important;
  }

  .riski {
    padding-left: 65px;
    padding-bottom:: 20px;
  }

  .riski span {
    padding-left: 40px;
  }

.riski div {
    padding-left: 120px;
}

  .cal-box .calc-check input {
    width: 100%;
    text-align: center;
  }

  .cal-box .calc-check label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 60%;
    text-align: left !important;
  }

  .srok input {
    width: 70px !important;
  }

  .calculator .btn-link {
    margin-top:20px;
  }

  #footer .col-md-6 {
    text-align:center;
  }

  #footer .col-md-6 img {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    padding: 0px 50px;
  }

  .header .feedback {
    text-align: center !important;
    margin-bottom: 30px;
  }

  #slider-range-min {
  margin: 20px auto 5px;
  max-width: 300px;
  }

  #m-shina .table-striped td {
  font-size: 15px !important;
  }

  #m-shina p {
    font-size: 20px !important;
  }

  #m-shina h2 {
    font-size: 25px !important;
    padding: 5px 0px; 
  }

  .header .container {
    padding: 0px;
  }

  .header .h-tell {
  width:100%;
  text-align: center;
  }

  .logo-mob {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 !important;
    margin-bottom: 30px;
  }

  .header .mnav li a, 
  .header .mnav li button {
    padding: 5px 15px !important;
  }

  .header .mnav li {
    padding: 0 5px !important;
  }

  .header .mnav li {
    text-align: center;
    display: inline-block;
    float: none;
  } 

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

  .slidik {
    text-align: center;
  }

  .sliderbar {
    text-align: center;
  }

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

  .calc-head div {
    display: inline-block;
  }

  .plusi-02 {
    width: 350px;
    margin: 0px;
  }

  .plusi-02 img {
    margin: 0px 0 30px 0!important;
  }

  .udobno {
    text-align: center !important;
  }

} /* конец мобильных стилей */



@media screen and (max-width: 600px) { /* начало мобильных стилей */

  .header .mnav li {
    padding: 0 15px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .header .mnav {
    margin-bottom: 0px;
  }

  .calculator .btn-link {
    font-size: 20px;
    padding: 10px 25px;
  } 
  
  .calculator .price {
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
    padding: 0 10px;
  }

  .calc-head {
    text-align: center;
    font-size: 20px;
  }

  .calculator .price .price-val {
    font-size: 30px;
    text-align: center;
  } 

   .calculator .price div {
    display: inline-block;
    width: 100%;
  }

  .srok input {
    width: 70px !important;
  }

  .calc-check span {
    font-size: 13px;
  }

  .riski {
    padding: 0px 0 0px 55px;
    max-width: 300px;
    margin: 0 auto;
  }

  .riski span {
    padding-left: 30px;
  }

  .riski div {
    padding-left: 90px;
  }

  #slider-range-min {
  margin: 30px auto 15px;
  max-width: 250px;
  }

  .main-hrani {
  border: none !important;
  margin-top: 30px;
  padding: 0px !important;
  }

  .main-hrani img {
  padding: 30px 0px !important;
  }

  #mp-service {
    margin: 0px !important;
    padding: 0px !important;
  }

  .row-mob {
    margin: 0 !important; 
  }

  #m-price .table > thead > tr > th, 
  #m-price .table > tbody > tr > th, 
  #m-price .table > tfoot > tr > th {
    font-size: 16px !important;
    font-weight: normal !important;
  }

  #m-price .table > thead > tr > td, 
  #m-price .table > tbody > tr > td, 
  #m-price .table > tfoot > tr > td {
    font-weight: normal !important;
  }

  #m-price .table-striped > tbody > tr:nth-of-type(2n+1) td,
  #m-price .table td, #m-shina .table td {
    font-weight: normal !important;
    font-size: 16px !important;
  }

  #m-price p {
    font-weight: normal !important;
    font-size: 16px !important;
  }

  #m-price h2 {
    font-size: 16px !important;
  }

  #m-price .table img {
    width: 100% !important;
  }


} /* конец мобильных стилей */


@media screen and (max-width: 400px) {

  .riski {
    padding-left: 50px;
  }

  .riski div {
    padding-left: 95px;
  }

}


#m-shina .table > thead > tr > th, 
#m-shina .table > tbody > tr > th, 
#m-shina .table > tfoot > tr > th {
  background: #ff620b;
  color: #fff;
  font-size: 20px;
}

#m-shina .table > thead > tr > td, 
#m-shina .table > tbody > tr > td, 
#m-shina .table > tfoot > tr > td {
  background: #fff;
  color: #000;
  font-size: 20px;
}

#m-shina .table td {
  border-left: 1px solid #e5e5e5;
}

#m-shina .table td:first-child {
  border-left: none;
}

#m-shina .table-striped > tbody > tr:nth-of-type(2n+1) td {
  background: #ff620b;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
#m-shina p {
  font-weight: bold;
  font-size: 20px;
}

#m-shina h2 {
  font-size: 25px;
}

#m-shina .table {

}


#m-price .table > thead > tr > th, 
#m-price .table > tbody > tr > th, 
#m-price .table > tfoot > tr > th {
  background: #ff620b;
  color: #fff;
  font-size: 20px;
}

#m-price .table > thead > tr > td, 
#m-price .table > tbody > tr > td, 
#m-price .table > tfoot > tr > td {
  background: #fff;
  color: #000;
  font-size: 20px;
}

#m-price .table td {
  border-left: 1px solid #e5e5e5;
}

#m-price .table td,
#m-shina .table td {
 width: 10%;
}

#m-price .table td:first-child {
  border-left: none;
}

#m-price .table-striped > tbody > tr:nth-of-type(2n+1) td {
  background: #ff620b;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

#m-price .piceble > tbody > tr:nth-of-type(2n+1) td {
  background: #fff;
  color: #2e130a;
  font-weight: normal;
  font-size: 20px;
}

#m-price p {
  font-weight: bold;
  font-size: 20px;
}

#m-price h2 {
  font-size: 25px;
  color: #2e130a;
}

#m-price .table {
  margin-bottom: 0;
}

.tbl-txt {

}

.tbl-txt td {
  background: #fff !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: normal !important;
}

.main-hrani {
  border: 3px solid #ff5e01;
  margin-top: 30px;
}


.main-hrani img {
  padding: 30px 15px;
}

.ico.i-ins {
    background-image: url("http://cdn.primamedia.ru/media/img/soc-insta.svg");
}
.ico {
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center;
}
.i-fb, .i-ins, .i-ma, .i-od, .i-per, .i-tw, .i-vk, .i-yt {
    display: inline-block;
    height: 50px;
    position: relative;
    text-indent: -9000px;
    width: 50px;
    float: left;
    left: -10px;
}

.ftell a {
    border: medium none;
    display: inline-block;
    float: left;
    margin-right: 50px;
    color: #fff;
}

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

.ftell a p {
   display: inline-block;
   padding-top: 3px;
   font-weight: normal;
   text-decoration: underline;
}

.ftell p {
    display: inline-block;
    padding-top: 3px;
}

#form1 {
  text-align: center;
}