body{
	background-color: #F9EAD7;
    background: url(../images/1.GIF);
    background-repeat: no-repeat;
    background-size: cover;
    color:#cc0000;
}

@media (min-width:768px) {
    .modal-dialog {
      width: 1000px;
      height: auto;
      margin: 0 auto;
      margin-top: 20px;
    }
    .modal-header{
      display: none;}
    .modal-content {
      height: auto;
      min-height: 100%;
      border-radius: 0;
      padding: 0px;
    }
    .modal-sm {
        width: 300px
    }
    .modal-body {
      max-height: 619px!important;
    }
    .modal-body #img-preview img{
      height: 603px;
      width: 590px;
    }

}
#img-preview{
  height: 800px!important;
}

  /*#img-preview img{
        width: 100%;
    }
  */
    .img-op{
        display: none;
    }
    .modal-title{
        display: none;
    }
.popup{
  text-align: center;
}
.popup .img{
}
.popup .img:hover, .popup .img:hover{
  cursor: pointer;
  opacity: 0.6;
} 

.margin{
	margin-bottom: 35px;
}

a{
	color:pink;
}
 a:hover {
    color: #dd499a;
    text-decoration: none;
}
#cycler {
  width: 600px; 
  max-width: 100%; 
  margin:30px auto;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/preloader_1.gif) center no-repeat #fff;
}