/*Page Deal*/
#wrap_deal
{
    min-height:100px;    
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
#choose_deal
{
    font-size:14pt;
    text-align:center;    
}
#formnotifydeal
{
	width: 98%;
	max-width: 400px;
	min-height: 160px;
	background: #fff;
	border: 1px solid #ccc;
	position: fixed;
	top: 30%;
	left: 50%;
	margin-left: -200px;
	padding: 10px;
	text-align: center;
	box-shadow: 2px 2px 5px #666;
	z-index: 9999999999999999999999;
	display: none;
}
#formnotifycontentdeal
{
	font-size: 12pt;
	color: #666;
	margin-top: 30px;
}
#formnotifyokdeal
{
	margin: 0px auto;
	margin-top: 20px;
	width: 100px;
	height: 35px;
	line-height: 35px;
	color: #000;
	background: #df811e;
	cursor: pointer;
}
#formnotifyokdeal:hover
{
	background: #be3024;
}
.dealrow
{
	text-align: left;
	color:#fff;
}
.bg_deal
{
    max-width: 650px;
    width: 100%;
    margin:auto;
    padding-bottom:20px; 
    border-bottom:1px solid #888;
}
.deal_banner
{
    width:100%;
    padding-top:40px; 
}
.deal_banner img
{
    width:100%;   
}
#deal_title_group
{
	font-size: 20pt;
	overflow: hidden;
	color: #fff;
	clear:both;
	text-align:center;
	line-height:40px;
	text-transform:uppercase;
	width:100%;
}
.deal_content
{
    max-width: 650px;
    width: 100%;
    background: #fff;
    color: #000;
}
.deal_salon_name
{
    max-width: 648px;
    width:100%;
    height:auto;
    border:1px solid #888;
    font-size:20pt;
    text-align:center;
    line-height:50px;
}
.deal_box_salon
{
    width:100%;
    height:auto;
    overflow:hidden;    
}
.deal_box_salon_l
{
    max-width: 280px;
    width:100%;
    height:auto;
    min-height:140px;
    float:left;
    border:1px solid #888;   
    border-right:none;
    border-top:none; 
    font-size:14pt;
    text-align:right;
    line-height:23px;
    padding:22px;
}
.deal_box_salon_r
{
    max-width: 279px;
    width:100%;
    height:auto;
    min-height:140px;
    float:left;
    border:1px solid #888;    
    border-top:none; 
    font-size:14pt;
    text-align:left;
    line-height:23px;
    padding:22px;
}
.buybuttondeal
{
    width: 100%;
    max-width: 100px;
    background: #a61e22;
    border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0px auto;
    height: 35px;
    line-height: 35px;
    opacity:1.0;
    border:none;
} 
.deal_button
{
    text-align:center;
    margin-top:20px;
    padding-bottom:20px;
}
.btn_close 
{
    background:#8fc400;
	color:#fff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
	cursor: pointer;
	opacity:1.0;
    border:none;
}
.btn_close:hover 
{
	opacity:0.7;
}
.btn_close:active 
{
	position:relative;
	top:1px;
}

.textboxdeal
{
	width: 93%;
	height: 25px;
	border: 1px solid #cccccc;
}
/*Page Deal*/
	
	
/*Deal New*/
#boxinformation
{
    width: 100%;
    height:100%;
    position: fixed;
    top: 40px;
    left: 0px;
    z-index: 99999999;
    overflow: hidden;
    background: rgba(0,0,0,0.5); 
    display:none; 
}
#information
{
    width:100%;
    max-width:670px;
    background: rgba(0,0,0,0.9); 
    height: auto;
    overflow: hidden;
    margin: auto;
    padding:10px;
}
#loadspinner
{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    padding-top:250px;
    left:0px;
    overflow:hidden;
    display:none;
    z-index:999999999999999999;
    background:rgba(0,0,0,0.5);
}
#img_loader
{
    width:28px;
    height:28px;
    margin:0px auto;
}
#img_loader img
{
    width:28px;
    height:28px;
}
.form_deal
{
    padding:10px;    
}
#banner_signup_deal
{
    width:650px;
    margin:0px auto;
    text-align:center;
}
#banner_signup_deal img
{
    width:100%;
}
#title_signup_deal
{
    text-align:center;
    font-size: 25pt;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-top:5px;
    line-height:20px;
}
#box_restrictions_deal
{
    width:100%;
    height:auto;
    text-align:left;   
    font-size:16pt;
    line-height:25px;
    color:#fff;
    margin-top:5px;
}
#restrictions_deal
{
    color:#999;    
}
#box_serial_deal
{
    width:100%;
    height:auto;
    text-align:left;   
    line-height:25px;
    font-size:16pt;
    color:#4099d3;
    margin-top:5px;
}
#serial_deal
{
    color:#999;   
}
.deal_fill
{
    text-align:left;
    color:#fff;
    font-weight: bold;
    font-size:14pt;
    padding-top:5px;
    padding-bottom:10px;
    font-family: 'Open Sans', sans-serif;
}
.show_error
{
    color:#ff0000; 
    height:14px; 
    line-height:25px; 
    width:100%;
    display:none;
    font-size:13pt;
}
.row_deal
{
    color:#fff;    
    font-size:14pt;
    line-height:25px;
    margin-bottom:5px;
}

/*Deal New*/


@media screen and (max-width: 1368px)
{
    #information
    {
        width:96%;    
    }
}


@media screen and (max-width: 1024px)
{
    #information
    {
        width:90%;    
    }
}

@media screen and (max-width: 900px)
{
    #information
    {
        width:96%;    
    }
}

@media screen and (max-width: 700px)
{
    #information
    {
        width:96%;    
    }
    #banner_signup_deal
    {
        width:96%;    
    }
    .bg_deal
    {
        max-width: 90%;
        width: 90%;
    }
    .deal_content 
    {
        max-width: 100%;
    }
    .deal_salon_name 
    {
        max-width: 97%;
        margin:auto;
    }
    .deal_box_salon 
    {
        width: 98%;
        margin:auto;
    }
    .deal_box_salon_l 
    {
        max-width: 99%;
        margin:auto;
        text-align:center;
        padding:20px 0px 20px 0px;
        border-right:1px solid #888;
        float:none;
        min-height:50px;
    }
    .deal_box_salon_r
    {
        max-width: 99%;
        margin:auto;
        text-align:center;
        padding:20px 0px 20px 0px;
        float:none;
        min-height:50px;
    }
    #deal
    {
        height:auto;
        font-weight:normal;
        font-size:12pt;
    }
    .btngetdeal
    {
        display:none;    
    }
    .btngetdealmb
    {
        display:block;    
    }
    .textboxdeal
    {
	    width: 100%;
	    height: 20px;
    }
}


@media screen and (max-width: 500px)
{
    #information
    {
        width:90%;
        margin:auto;    
    }
    #title_signup_deal
    {
        font-size: 20pt;
        line-height:25px;
    }
    #box_restrictions_deal
    { 
        font-size:14pt;
        line-height:25px;
    }
    #box_serial_deal
    {
        line-height:25px;
        font-size:14pt;
    }
    .show_error
    {
        line-height:25px; 
        font-size:12pt;
    }
    .row_deal
    {   
        font-size:13pt;
        line-height:25px;
    }
}