/** {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
}

a {
  text-decoration: none;
}
*/
/*body {
  background: url(http://freeimagescollection.com/images/backgrounds/beautiful-background-blur-sunlight-thru-plants-f5.jpg);
  background-size: cover;
  background-position: center;
  background-attachment:fixed;
  width: 100%;
}*/
div.article{
  position:relative;
  width:600px;
  height:auto;
  margin-left:auto;
  margin-right:auto;
}
div.article p, div.article p{
margin-top:8px;
}
/*#darkBack {
  width: 100%;
  height: auto;
}*/

.popUp {
  position: fixed;
  width: 300px;
  height: 200px;
  background: rgba(236, 240, 241,1);
  border: 7px solid #fff;
  bottom: 0;
  margin-left: -700px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 9999;
}



.new span{
  background: #fff;
  position: absolute;
  color: #d19710;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -5px;
}

.teltext span{
  background: #fff;
  position: absolute;
  color: #d19710;
  padding: -5px -5px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -5px;
}


.new_tel span{
/*  background: #fff;
  position: absolute;
  color: #1c8dc4;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -5px;*/
  margin-left:50px;
  font-weight: 600;
  color: yellow;
}

.popUp .close_tel {
  color: #464646;
  right: 8px;
  top: 0px;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
  z-index: 9999;

}

.popUp p{
  font-size: 17px;
  color: #464646;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
  padding: 0 5px;
  margin-bottom: 10px;
}

.poptext{
font-weight:600;padding-left:10px;
margin-top: 35;
padding:5px;
}


/*#body {
  height: 100%;
  background: #eee;
}*/

a.button{
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  position: absolute;
  width: 120px;
  font-size: 15px;
  color: #fff;
  border-bottom: 2px solid #18729f;
  background: #1c8dc4;
  border-radius: 4px;
  padding: 8px 0;
}

.plus_tel{
  position: fixed;
  color: #fff;
  bottom: 0;
  font-size: 25px;
  margin-left: -370px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
  z-index: 9999;
}

.plus_tel span{
  position: absolute;
  margin-top: 23px;
}

.plus_tel .teltext{
  position: absolute;
  margin-top: 0px;
  width: 270px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  left:15px;
  top:5px;
}



.plus_tel span i{
  color: yellow;
}

.plus_tel::after{
  content: '';
  display: block;
  display: relative;
  /*border-top: 55px solid transparent;*/
  /*border-bottom: 55px solid transparent;*/
  /*border: 50px solid #1c8dc4;*/
  width: 270px;
  height: 50px;
  background-color:#679d3d;
  border: 5px solid #679d3d;
  /*border-radius: 0.2em 0.2em 0 0; */
}

.total_r{
    color: #ffd400;
    font-weight: 600;
    font-size: 18px;
    float: left;
}

/*@media all and (max-width: 900px){
  .popUp{
    margin-left: -425px;
  }
  .plus_tel{
    margin-left: 0px;
  }
}*/

