﻿body 
{
    background-color:White;
}
.tran
{
    position:fixed;
    margin:0;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background-color:#000;
    z-index:9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /*filter:alpha(Opacity:0.8);*/
    -moz-opacity:0.8;
    -khtml-opacity:0.8;
    opacity: 0.91;
    filter: alpha(opacity=80);
}
/*.popupGal
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    
    background-color:#71A0EA;
    border-radius:10px;
    left:55%;
    margin:-150px 0 0 -180px;

    padding:30px;
    position:fixed;
    top:40%;
    width:auto;
    height:auto;
    *width:auto;
    *height:auto;
    z-index:9999;
}*/
.popupGal {
    background-color: #E5E7EA;
    border-radius: 10px;
   /* height: 229px; width: 263px;*/
     top: 40%;
    margin: -150px 0 0 -180px;
    padding: 7px;
    position: fixed;
   left: 55%;
    height:auto;
    width:auto;
    *height:auto;
    *width:auto;
    z-index: 9999;
}
.cust_popup
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    
    background-color:White;
    border-radius:10px;
    left:42%;
    margin:-150px 0 0 -180px;

    padding:30px;
    position:fixed;
    top:32%;
    width:567px;
    height:433px;
    z-index:9999;
}
/**+html .popup
{
     background-color:#71A0EA;
    border-radius:10px;
    left:42%;
    margin:-150px 0 0 -180px;

    padding:0px;
    position:fixed;
    top:28%;
    width:572px;
    height:525px;
    z-index:9999;
}*/

.marketPopUp
{
    background-color:#71A0EA;
    border-radius:10px;
    left:53%;
    margin:-150px 0 0 -180px;
    padding:30px;
    position:fixed;
    top:40%;
    width:310px;
    height:400px;
    z-index:9999999;
}
.modal-box-r .marketPopUpClose:hover
{
    background-color: #ee4e1e;
    color: #fff;
}
.modal-box-r .marketPopUpClose
{
    background-color:#b0aaaa;
    color:#736000;
}
.popup1
{
   background-color:#71A0EA;
   border-radius:10px;
   left:53%;
   margin:-150px 0 0 -180px;
   
   padding:30px;
   position:fixed;
   top:40%;
   width:310px;
   height:400px;
   z-index:9999;
}

.popup2 {
    background-color: #F7F8F9;
    border-radius: 10px;
    height: auto;
    left: 53%;
    margin: -200px 0 0 -416px;
    padding: 30px;
    position: absolute;
    top: 40%;
    width: 800px;
    z-index: 9999;
}

.okPopUp
{
    background-color:#71A0EA;
   border-radius:10px;
   left:42%;
   margin:-150px 0 0 -180px;
   
   padding:30px;
   position:fixed;
   top:40%;
   width:520px;
   height:140px;
   z-index:9999;
    }
/*.popUpGalClose
{
    background-color:#b0aaaa;
    border:4px;
    -webkit-border-radius:24px;
    border-radius:24px;
    color:#736000;
    display:block;
    font-size:20px;
    height:40px;
    line-height:40px;
    /*position:absolute;
    right: -10px;
    text-align:center;
    top:-9px;
    width:40px;
}*/
.popUpGalClose {
    background-color: #E5E7EA;
    border: 4px none;
    border-radius: 9px;
    color: #EE4E1E;
    display: block;
    font-size: 14px;
    height: 31px
    line-height: 32px;
    right: -10px;                                       
    text-align: center;
    top: -9px;
    width: 73px;
    margin-left: 178px;
    padding:3px;
}
.popUpGalClose:hover
{
    background-color:#ee4e1e;
    color:#fff;
}

 @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);	

/*html {
  border-top: 5px solid #fff;
  background: #58DDAF;
  color: #2a2a2a;
}

html, body {
  margin: 0;
  padding: 0;
 font-family: 'Open Sans';
}

h1 {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
*/