.simple-modal {
	width: 100%;
	right: 0;
	bottom: 0;
	position: relative;
	position: fixed !important;
	margin: 0;
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	background-color: #232425;
	z-index: 99999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

@media only screen and (max-width: 767px) { 
.simple-modal {

  clear:both;
  float:left;
  width: 98%;
 position: fixed !important;
  margin: 0 0px 10px 5px !important;
  color: #808080;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #F5F5F5;
  border: 1px solid #EAEEFA;
  border: 1px solid rgba(234, 238, 250, 0.6);
  z-index: 99999;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;

}


.simple-modal .simple-modal-body h1 {
	margin: 0;
  color: #e22e1e !Important;
  font-size: 18px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 36px;
}

}

.simple-modal .simple-modal-header {
  padding: 5px 15px;
  margin: 0;
  border-bottom: 1px solid #EEEEEE;
}

.logo_cookies {
	background-image: url(/templates/default/images/basic/logo_cookies.png);
	background-repeat: no-repeat;
	height: 89px;
	width: 100px;
	position: absolute;	
	right:70px;
	margin-top:-69px;
}

.simple-modal .simple-modal-header h1 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 36px;
  margin:0;
  
}
.simple-modal a.close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 10px;
  text-decoration: none;
}
.simple-modal a.close:hover {
  color: #444;
}
.simple-modal .simple-modal-body {
  padding: 15px 0px;
  /* Extra style */

}

.simple-modal .simple-modal-body h1 {
	 margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 36px;
  letter-spacing:normal !important;
}

.simple-modal .simple-modal-body div.contents {
  overflow: hidden;
}
.simple-modal .simple-modal-body p {
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  line-height: 18px;
  margin: 0;
}
@media only screen and (max-width: 767px) { 
.simple-modal .simple-modal-body p {
	font-size: 12px;
	color:#4A4A60;
}
}
.simple-modal .simple-modal-body p img {
  display: block;
  margin: 0 auto 10px auto;
}
.simple-modal .simple-modal-footer {
  display: block;
  zoom: 1;
  padding-bottom: 10px;
  text-align: center;
}
.simple-modal .simple-modal-footer a.btn {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  padding: 5px 14px 6px;
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid transparent;
  -webkit-transition: 0.2s linear all;
  -moz-transition: 0.2s linear all;
  transition: 0.2s linear all;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.simple-modal .simple-modal-footer a.btn.primary {
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
  background-repeat: repeat-x;
  margin-right: 15px;
}


.simple-modal .simple-modal-footer a.btn.primary.red {
	background-color: #b9479b !important;
	color: #ffffff !important;
}

.simple-modal .simple-modal-footer a.btn.primary.red:hover {
	background-color: #94387A !Important;
	border: solid 1px #ffffff !important;
}

.simple-modal .simple-modal-footer a.btn.primary:hover {
  border: 1px solid #444;
  background-color: #444;
}
.simple-modal .simple-modal-footer a.btn.secondary {
  padding: 5px 2px 6px;
}
.simple-modal .simple-modal-footer a.btn.secondary:hover {
  color: #999;
}




@media only screen and (max-width: 767px) { 
.simple-modal .simple-modal-footer a.btn.primary {
  clear:left;
  width:100%;
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
  background-repeat: repeat-x;
  margin-right: 15px;
  margin-bottom:2px;
}
}
.simple-modal .simple-modal-footer a.btn.primary:hover {
  border: 1px solid #444;
  background-color: #444;
}
.simple-modal .simple-modal-footer a.btn.secondary {
  padding: 5px 2px 6px;
}
.simple-modal .simple-modal-footer a.btn.secondary:hover {
  color: #999;
}
/* Draggable style */
.simple-modal.draggable .simple-modal-header:hover {
  cursor: move;
  background-color: #f8f8f8;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
/* Loading style */
.simple-modal.loading .simple-modal-body {
  min-height: 60px;
 /* background: transparent url("../images/loader.gif") no-repeat center center; */
}
.simple-modal.loading .simple-modal-body div.contents {
  display: none;
}
.simple-modal.loading .close, .simple-modal.loading .simple-modal-header, .simple-modal.loading .simple-modal-footer {
  display: none;
}
/* Hide header */
.simple-modal.hide-header .simple-modal-header {
  display: none;
}
/* Hide header */
.simple-modal.hide-footer .simple-modal-footer {
  display: none;
}


.cookie {
	background-image: url(../images/cookie.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 111px;
	width: 160px;
	margin-top: -50px;
	margin-left: 50px;
	position: absolute;	
}

@media only screen and (max-width: 1199px) { 
.cookie {
	margin-top: -50px;
	margin-left: 10px;
	left: 20px;
	background-size: 100% 100%;
}
}

@media only screen and (max-width: 991px) { 
.cookie {
	margin-top: -30px;
	margin-left: 0;
	left: 10px;
	width: 100px;
	height: 69px;
	background-size: 100% 100%;
}
}