/**
  * Newsletter Popup for PrestaShop by COTOKO.com
  * Version: 1.9.5 -- 16 October 2013
  * Author: Sergio Quiñonez
  * copyright 2011-2013 COTOKO.com™
  *
  * More info: http://www.prestacheap.com/items/6/Newsletter-Popup.html
  *
  **/

  .reveal-modal-bg { 
    position: fixed; 
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 9998;
    display: none;
    top: 0;
    left: 0; 
  }

  .reveal-modal {
    visibility: hidden;
    top: 75px; 
    left: 50%;
    margin-left: -577px;
    width: 1154px;
    height: 400px;
    background: url('../img/popup-image.jpg') no-repeat center;
    -webkit-background-size: cover; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    z-index: 9999999999;
    padding: 5px 25px 25px 0px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
    font-size: 12px;
    color: #4b4b4b;
  }

  .reveal-modal hr{ border-bottom: 2px solid black; width:70%; margin-top:-10px; margin-left: 0px;}

  .reveal-modal.small 		{ width: 200px; margin-left: -140px;}
  .reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
  .reveal-modal.large 		{ width: 600px; margin-left: -340px;}
  .reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
  .reveal-modal a 			{ color: #4b4b4b; cursor: pointer; }
  .reveal-modal h1 , h2 , h4 {
    font-family: "Helvetica ,Arial , sans-serif";
    text-align: left;
    background: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #1d1d1c;
    margin-left:100px;
    margin-bottom:10px;
  }

  .reveal-modal h4 { margin-top:35px;}
  #popup-news h4{
    text-align: center;
    margin-left: 0px;
    font-family: Ubuntu;
    font-size: 17px;
    font-weight: 100;
	letter-spacing: 2px;
  }
  #popup-news p{
  	text-align: center;
    margin-left: 0px;
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: 100;
    color: #000000;
    font-style: normal;
  }
  #pop-news{
    margin-top: 10px !important;
    font-family: Vidaloka !important;
    font-size: 34px !important;
  }

  .reveal-modal img {
   clear: both;
   float: left;
   margin-right: 20px;
 }

 .reveal-modal p {
   text-align: left;
   margin-left: 100px;
   font-style: italic;
   margin-bottom: 40px;
 }

 .reveal-modal .line-div {
   height: 10px;
   margin-top: 20px;
   background: url(../img/line-horizontal.png) repeat-x;
   margin-bottom: 15px;
 }

 .reveal-modal form input {
    margin-left: 60px;
    background-color: #f6f3f1;
    padding: 12px;
    font-size: 13px;
    border: none;
    width: 453px;
    font-weight: 200;
    letter-spacing: 1px;
    font-style: italic;
 }

 .reveal-modal form .terms {
 }

 .reveal-modal form .terms a {
  margin-right: 5px;
  float: right;
}

.reveal-modal form .terms input {
  background: none;
  padding: 1px;
  border: none;
  float: right;
  width: auto;
  height: auto;
}

.reveal-modal form .result {
  float: left;
  display: table;
  height: 32px;
  width: 390px;
  margin-top: 25px;
  bottom: 25px;
  text-align: left;
}

.reveal-modal .label-email{
  margin-left: 100px;
}

.reveal-modal form .result .load-result {
  float: left;
  width: 40px;
}

.reveal-modal form .result .msg-result {
  width: 350px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}

.reveal-modal form button {
  margin-top: 20px;
  margin-left: 186px;
}

.reveal-modal form .blue:hover {
 text-decoration: none;
}

.reveal-modal form .active { background-position: 0 50px !important; }

.reveal-modal form .blue {
 font-family: Arial;
 color: #000000;
 font-size: 14px;
 background: white;
 padding: 9px 20px 10px 20px;
 border: solid 1px black;
 width : 200px;
 height: 52px;
}

.reveal-modal form .notshowagain {
 clear:both;
 text-align: left;
 margin-top: 75px;
}

.reveal-modal form .notshowagain input {
 height: auto;
 width: auto;
 background: none;
 border: 0;
 border-radius: 0;
 padding: 0;
 margin: 0;
 margin-right:5px;
 vertical-align: top;
}

.reveal-modal .close-reveal-modal {
 width: 31px;
 height: 31px;
 background:url(../img/croix.svg) no-repeat center;
 background-color: white;
 background-size: 14px 14px;
 font-size: 22px;
 line-height: .5;
 position: absolute;
 top: 5px;
 right: 6px;
 color: #aaa;
 text-shadow: 0 -1px 1px rbga(0,0,0,.6);
 font-weight: bold;
 cursor: pointer;
 opacity: 1;
}


.reveal-modal .back-reveal-modal {
 width: 27px;
 height: 27px;
 background:url(../img/btn-back.png);
 font-size: 22px;
 line-height: .5;
 position: absolute;
 top: 8px;
 right: 11px;
 color: #aaa;
 text-shadow: 0 -1px 1px rbga(0,0,0,.6);
 font-weight: bold;
 cursor: pointer;
}
.reveal-modal .back-reveal-modal:hover {
 background-position:0 27px;
}

.reveal-modal .popup-terms {
  height: 200px;
}

/* Scrollbar */
/* Styles specific to this particular page */
.scroll-pane
{
  width: 97%;
  max-height: 200px;
  overflow: auto;
  border: 1px solid #ccc;
  padding: 5px;
  background: white;
}

.ok{
  max-width: 200px;
  color:green;

}

.err{
 max-width: 200px;
 color:red;
}

#popup-news{
    width: 565px;
    float: left;
    height: 389px;
}

#newsletterpopup_form .notification_er{
  font-family: Ubuntu;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
}
#newsletterpopup_form .result{
  margin-top: 0 !important;
}
#newsletterpopup_form .err{
  max-width: 500px !important;
  padding-left: 22px;
}

#ctk_btnSubmit{
    font-family: Ubuntu;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
}

#ctk_btnSubmit:hover{
      background-color: #f6f3f1;
}


@media screen and (max-width: 1200px){
  .reveal-modal{
    background: white;
    width:565px;
    left: 50%;
    margin-left: -290px;
  }
  .reveal-modal .close-reveal-modal{width:30px; height:30px; background-size: 30px 30px;}
}

@media screen and (max-width: 700px){
  .reveal-modal{
    background: white;
    width: 400px;
    left: 50%;
    margin-left: -210px;
  }

  #popup-news{ width:400px;}
  .reveal-modal form input{ width:300px; }
  .reveal-modal form button {margin-left: 105px;}
  .reveal-modal .close-reveal-modal{width:40px; height:40px; background-size: 40px 40px;}
}
