#backgroundPopup {
	z-index: 1;
	position: fixed;
	display: none;
	height: 100%;
	width: 100%;
	background: #000000;
	top: 0px;
	left: 0px
}
#toPopup {
	background: rgba(0, 0, 0, 0.8);
	border: 0 solid #ccc;
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 9999
}
div.loader {
	background: url("../img/loading.gif") no-repeat scroll 0 0 transparent;
	height: 32px;
	width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px
}
div.close {
	background: url("../img/closebox.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: inline-block;
	float: right;
	height: 30px;
	position: absolute;
	width: 30px;
	margin: auto;
	right: 5px;
	top: 5px;
	opacity: 1
}
#popup_content > img {
	width: 100%
}
span.ecs_tooltip {
	background: none repeat scroll 0 0 #000000;
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
	display: none;
	font-size: 11px;
	height: 16px;
	opacity: 0.7;
	padding: 4px 3px 2px 5px;
	position: absolute;
	right: -62px;
	text-align: center;
	top: -51px;
	width: 93px
}
span.arrow {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #000000;
	display: block;
	height: 1px;
	left: 40px;
	position: relative;
	top: 3px;
	width: 1px
}
.form-headh4 {
	border-bottom: 1px solid #ccc;
	padding: 6px 4px
}
.welcome-p {
	text-align: center;
	margin: 15px 0 2px;
	font-size: 12px
}
#popup_content img {
	width: 100%
}
div#popup_content {
	/*background: none repeat scroll 0 0 #999;*/
	margin: 10% auto;
	padding: 9px 9px 9px 9px;
	width: 650px
}
div#popup_content {
}
.welcome-form {
	display: inline-block;
	margin: 10px 15% 0;
	position: relative;
	width: 70%
}
.welcome-form input {
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 12px;
	padding: 6px 8px;
	color: #777;
	padding: 5px 8px
}
.welcome-form .comment-button {
	float: right
}
.welcome-form .buton {
	margin: 0 0 10px;
	color: #fff
}
@media (max-width: 1000px) {
div#popup_content {
	margin: 5% auto;
	width: 65%
}
.popup-link {
    top: -45px !important;	
}

}
@media (max-width: 700px) {
div#popup_content {
	width: 60%;
	margin: 10% auto
}
div.close {
	right: -4px;
	top: 29px
}
.popup-link {
	padding: 5px 20px !important;
    top: -41px !important;	
}
}
@media (min-width: 560px) and (max-width: 568px) {
div#popup_content {
	width: 66%;
	margin: 3% auto
}
div.close {
	right: 1px;
	top: -1px
}
}
@media (min-width: 1200px) and (max-width: 1280px) {
div#popup_content {
	margin: 9% auto;
	width: 760px
}
}
@media (min-width: 1290px) and (max-width: 1366px) {
div#popup_content {
	/*background: #999 none repeat scroll 0 0;*/
	margin: 7% auto;
	width: 650px
}
}
@media (min-width: 1680px) and (max-width: 1900px) {
div#popup_content {
	/*background: #999 none repeat scroll 0 0;*/
	margin: 11% auto;
	padding: 9px 9px 9px 9px;
	width: 946px
}
}
@media (min-width: 1920px) and (orientation: landscape){
div#popup_content {
    margin: 10% auto;
	width: 946px
}
}
@media (max-width: 550px) {
div#popup_content {
	width: 99%
}
}
@media (min-width:1600px) and (max-width:1700px) {
div#popup_content {
	margin: 8% auto !important
}
}
@media (min-width:1680px) and (max-width:1699px) {
div#popup_content {
	margin: 10% auto !important
}
}
@media (min-width: 768px) and (max-width: 1023px) {
div#popup_content {
	width: 85%;
	margin-top: 25%
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
div#popup_content {
	margin-top: 10%
}
}
@media (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
div#popup_content {
	width: 66%;
	margin: 10% auto
}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
.popup-link {
	padding: 3px 10px !important;
    top: -40px !important;
}
}
@media (min-width: 560px) and (max-width: 640px) {
div#popup_content {
	width: 66%;
	margin: 8% auto
}	
}
.popup-link {
    color: #fff;
    background: #333;
    position: relative;
    display: inline;
	padding: 8px 20px;
    top: -50px;
}
#popup_content img {
    border: 10px solid rgb(153, 153, 153);
}
.recent_new {
  color: #fff;
  animation: color-me-in 2s infinite; /* other keywords like "infinite alternate" can be useful here */
}

@keyframes color-me-in {
  /* You could think of as "step 1" */
  0% {
    color: #fff;
  }
  25% {
	color: #f3e4e3;
  }
  50% {
	 color: #d6706b;
  }
  75% {
	  color: #d84841;
  }
  /* You could think of as "step 2" */
  100% {
    color: #da251d;
  }
}