/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* --------------------------------------------- */
/* 			 Popdown Plugin Styling              */
/* --------------------------------------------- */
/* The dark transparent background */
#popdown-opacity {
    background: url(../images/blend-bg.png) repeat;
}
#pozvonim-button a.btn {     padding: 0px 12px; color :#fff ; }
#pozvonim-button  .pozvonim-button-border-inner{
    border: 1px solid #BA1817 !important;
}
#pozvonim-button:hover .pozvonim-button-border-inner {
    border: 1px solid #BA1817 !important;
    width: 90px  !important;
    height: 90px !important;
    left: 33px !important;
    top: 33px !important;
}
#pozvonim-button { /*bottom: 50px;*/
bottom: 0;
                   right: 10px;}
#pozvonim-button  .pozvonim-button-wrapper {   width: 150px; height: 150px;  }
#pozvonim-button .pozvonim-button-border-inner {  width: 70px;
                                                  height: 70px; }
#pozvonim-button .pozvonim-button-border-inner  a span {    width: 90px;
                                                            height: 90px;
                                                            color: #ffffff;
                                                            font-size: 15px; }
#pozvonim-button  .pozvonim-button-phone { width: 70px;
                                           height: 70px;
                                           background-color: #BA1817; }
#pozvonim-button  .pozvonim-button-phone i {  font-size: 35px;
                                              color: #ffffff;
                                              width: 70px;
                                              height: 70px; }
#pozvonim-button .pozvonim-button-border-inner  a {   width: 90px;
                                                      height: 90px;
                                                      color: #ffffff;
                                                      font-size: 15px; }
#pozvonim-button .pozvonim-button-text { width: 90px;
                                         height: 90px;
                                         background-color: #BA1817 !important; }
/* The white dialog itself */
#popdown-dialog {
    background-color: #000000;
    opacity: 0.9;
    border-radius: 10px;
}
#popdown-dialog .body {
    padding: 30px;
}
/* The dialog loading indicator */
.popdown-loading {
    padding: 20px;
   // background: url(../img/popdown-loading.gif) no-repeat center center;
}
/* Added to dialog when loading is complete */
/* --------------------------------------------- */
/* 			 Your Styling Styling                */
/* --------------------------------------------- */
/*.popdown-content {     margin-top: 40px;
}*/
.popdown-content .body input[type="radio"] { width: 17px;
                                             height: 17px; }
.popdown-content .body .titre span{
    
   font-size: 17px;
    line-height: 20px;
    padding: 1px 11px;
    text-align: center;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, "pragmatica-web", Arial, sans-serif; 
}
.popdown-content .body .titre {
 margin-bottom: 5px;
  
}
div.popdown-content header h2 {
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    font-size: 16px;
    text-align: left;
    padding: 15px 10px;
    font-weight: 400;
    font-family: "Helvetica Neue", Helvetica, "pragmatica-web", Arial, sans-serif;
    color: #464646;
}
div.popdown-content section.body {
    padding: 20px;
    text-align: left;
}
div.popdown-content section.body h3 {
    font-size: 33px;
    line-height: 36px;
    font-weight: 300;
   
    text-align: center;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, "pragmatica-web", Arial, sans-serif;
}
.info-time { 
    display: inline;
    width: 50%;
    float: left;
      margin-bottom: -15px;
    text-align: left;
}
.info-time p {   
    font-size: 17px !important;
    line-height: 26px;
    color: #fff !important;
    font-family: "Helvetica Neue", Helvetica, "pragmatica-web", Arial, sans-serif;
}
#info_from , #info_to {   
    font-size: 17px;
    line-height: 26px;
    width: 51%;
    
    /* margin-right: 20px; */
    padding: 5px 15px;
    border: none;
    border-radius: 5px;
    font-family: "Helvetica Neue", Helvetica, "pragmatica-web", Arial, sans-serif;
}
.info_plagefrom {     font-size: 20px;
                      line-height: 26px;
                      /* margin: 0 0 15px; */
                      padding: 5px 15px;
                      /* text-align: center; */
                      color: #fff;
                      font-family: "Helvetica Neue", Helvetica, "pragmatica-web", Arial, sans-serif; }
#info_message { 
    padding-left: 33px !important;
    height: 90px;
    width: 100%;
    border: none;
    border-radius: 5px;
    outline: none;
     padding: 8px 15px 0px 15px;
    font-size: 17px;
    line-height: 22px;
    color: #000000 !important;
    position: relative;
    box-sizing: border-box;
    padding-left: 45px !important;

}
#info_name ,#info_phone ,#info_email  {     
    margin-bottom: 10px;
    height: 35px;
    width: 100%;
    border: none;
    border-radius: 5px;
    outline: none;
    box-sizing: border-box;
    padding: 0px 15px 0px 15px;
    font-size: 17px;
    line-height: 22px;
    color: #000000 !important;
    position: relative;
    box-sizing: border-box; 
    padding-left: 45px !important ; }
div.popdown-content section.body h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 15px;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, "pragmatica-web", Arial, sans-serif;
}
div.popdown-content footer button:hover {
         font-weight: bold;
}
div.popdown-content section.body h4.infoplage {    padding: 0;
                                                       font-size: 17px;
    text-align: left;}
div.popdown-content section.body p {
    font-size: 16px;
    color: #B3B3B1;
}
div.popdown-content footer {
    padding: 0px 20px 20px 0;
    text-align: center;

}
div.popdown-content footer button {
    font-family: "Helvetica Neue", Helvetica, "pragmatica-web", Arial, sans-serif;
    margin: 0;
    padding: 0;
    padding: 10px 30px;
    background-color: #98C03C;
    border: none;
    font-size: 12px;
    cursor: pointer;
    outline: none;
    color: #000;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
}

/* endof div.popdown-content*/#pozvonim-button  .pozvonim-button-phone