*{padding:0; margin:0;}


/* BEGIN POPUP */
#popup {
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 2000;
    background:#ffffff;
    /* width:320px; */
    height: auto;
    min-height: 150px;
    padding:0;
	border-radius: 10px;
	    min-width: 30%;
}


#contact_form_info{
	
	    text-align: center;
		color:#000;
}
label {
    
    margin-bottom: 1px!important;
}


input::placeholder { font-size:14px;} 

input::placeholder:focus { color:#fff;} 

/* :focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent} */


::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}


    .popup_content{
        padding: 30px 20px 20px 20px;
		background-color: #fff;
    border-radius: 16px;
    }
	
	
        #popup h3{
            color:#560355;
            font-size: 18px;
            text-transform: uppercase;
            text-align: center;
        }
		
		
table.order_table {
    width:100%;
    text-align:center;
    border-collapse:collapse;
    border:0;
    margin-bottom:20px;
}
    table.order_table tr {
        border:0;
    }
        table.order_table td {
            padding:5px 7px;
            border-right: 1px solid #e7e7e7;
            background: #fff;
            border-bottom: 0;
        }
            table.order_table th {
                padding: 2px 4px;
                color: #424242;
                background: #cccccc;
                text-align: left;
                border-right: 1px solid #e7e7e7;
                font-weight: normal;
            }
                table.order_table th:nth-child(1),
                table.order_table td:nth-child(1){
                    width: 35px;
                    text-align: center;
                }
                table.order_table th:nth-child(2),
                table.order_table td:nth-child(2){
                    width: 440px;
                }
                table.order_table th:nth-child(3),
                table.order_table td:nth-child(3){
                    width: 80px;
                    text-align: center;
                }
                table.order_table th:nth-child(4),
                table.order_table td:nth-child(4){
                    width: 95px;
                    text-align: center;
                }
                table.order_table th:nth-child(5),
                table.order_table td:nth-child(5){
                    text-align: center;
                }
        #plus_order, #minus_order{
            color:#cccccc;
            font-size: 18px;
            cursor: pointer;
        }
            #qty_order{
                color: #424242;
                font-size: 16px;
            }

    .mscms_img{
        width: 130px;
        float: left;
        margin:5px 10px 5px 5px;
    }
        .mscms_header{
            color:#560355;
            font-size: 18px;
            text-transform: uppercase;
        }
        .mscms_about{
            color: #424242;
            font-size: 14px;
            float:left;
            text-align: left;
            margin-bottom: 10px;
        }

                .mscms_total{
                    display: block;
                    color:#424242;
                    font-size: 16px;
                   
                    width: 100%;
                    clear: both;
                    text-align: center;
                    margin-top:10px;
                    height: 35px;
                    line-height: 35px;
                }
                    .mscms_total > b{
                        color:#560355;
                    }

    .popup_header{
        background: #fff;
        height: 35px;
        line-height: 35px;
        font-size:16px;
           text-align: center;
        color:#424242;
      
        width: 100%;
		border-radius: 15px;
    }
 
.req{
	
	color:#de1313;
}
    .mscms_label{
        float: left;
        display: block;
        color:#7d7d7d;
        width: 100%;
		font-size: 15px;
		padding-left: 4px;
		margin-bottom: -3px!important;
    }
        .radio{
            width: 205px;
            float: left;
            margin-left:30px;
        }
        .radio.second{
            width:280px;
        }
		
		 #popup input[type=text]:focus {
			 border-radius: 10px;
		 }
		
    #popup input[type=text] {
        text-align:left;
        width:100%;  
		border-radius: 20px;
		background-color: #fff;
        padding:0 22px;
        height:33px;
         display:block; 
        margin:1px 0px;
        border:0px solid #eee;
        
        color:#000000;
        margin-bottom: 14px;
        font-family: Arial, Tahoma, sans-serif;
        font-size: 16px;
		box-shadow:0 3px 24px 0 rgba(0,0,0, .09);
		-moz-box-shadow: 0 3px 24px 0 rgba(0,0,0, .09);
-webkit-box-shadow:0 3px 24px 0 rgba(0,0,0, .09);
		
		
    }
        #popup textarea {
            text-align:left;
            width:545px;
            padding:10px 10px;
            display:block;
            margin:10px 0px;
            border:1px solid #eee;
            border-top-color:#ccd1d7;
            color:#000000;
            background:#ffffff;
            font-family: Arial, Tahoma, sans-serif;
            font-size: 12px;
            height: 80px;
        }
            #popup .button {
                font-size: 20px;
                box-sizing: border-box;
                background: #00963f;
                width: 200px;
                height: 50px;
                line-height: 50px;
                display: block;
                text-align: center;
                text-decoration: none;
                color: #ffffff;
                font-weight: bold;
                text-shadow: none;
                border-radius: 0;
                margin-left:235px;
            }
                #popup .button:hover {
                    background: #00ae3f;
                 }
                    #popup .button > .genericon{
                        font-size:22px;
                        line-height: 50px;
                    }

					
		
					
					
					
    #popup_close, #popup_video_close {
        display:block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 12px;
        height: 12px;
        background: url("../images/close.png") no-repeat center center;
        cursor: pointer;
        z-index: 2103;
    }
	
	

    #popup_close:hover , #popup_video_close:hover {
        opacity:0.7;
        transform: rotate(90deg);
        transition: all 0.5s ease-in-out 0s;
    }
	
	
#fade {
    display: none;
    background: #2c3e50;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .50;
    z-index: 1000;
}

    *html #fade {
        position: absolute;
    }
		
	
    *html #popup  {
        position: absolute;
    }
	
	
/* end popup */





/* BEGIN POPUP-2 */
#popup-2 {
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 2000;
    background:#ffffff;
    /* width:320px; */
    height: auto;
    min-height: 150px;
    padding:0;
	border-radius: 10px;
	    min-width: 30%;
}


#contact_form_info{
	
	    text-align: center;
		color:#000;
}
label {
    
    margin-bottom: 1px!important;
}


input::placeholder { font-size:14px;} 

input::placeholder:focus { color:#fff;} 

/* :focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent} */


::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}


    .popup_content-2{
        padding: 30px 20px 20px 20px;
		background-color: #fff;
    border-radius: 16px;
    }
	
	
        #popup-2 h3{
            color:#560355;
            font-size: 18px;
            text-transform: uppercase;
            text-align: center;
        }
		
		
table.order_table {
    width:100%;
    text-align:center;
    border-collapse:collapse;
    border:0;
    margin-bottom:20px;
}
    table.order_table tr {
        border:0;
    }
        table.order_table td {
            padding:5px 7px;
            border-right: 1px solid #e7e7e7;
            background: #fff;
            border-bottom: 0;
        }
            table.order_table th {
                padding: 2px 4px;
                color: #424242;
                background: #cccccc;
                text-align: left;
                border-right: 1px solid #e7e7e7;
                font-weight: normal;
            }
                table.order_table th:nth-child(1),
                table.order_table td:nth-child(1){
                    width: 35px;
                    text-align: center;
                }
                table.order_table th:nth-child(2),
                table.order_table td:nth-child(2){
                    width: 440px;
                }
                table.order_table th:nth-child(3),
                table.order_table td:nth-child(3){
                    width: 80px;
                    text-align: center;
                }
                table.order_table th:nth-child(4),
                table.order_table td:nth-child(4){
                    width: 95px;
                    text-align: center;
                }
                table.order_table th:nth-child(5),
                table.order_table td:nth-child(5){
                    text-align: center;
                }
        #plus_order, #minus_order{
            color:#cccccc;
            font-size: 18px;
            cursor: pointer;
        }
            #qty_order{
                color: #424242;
                font-size: 16px;
            }

    .mscms_img{
        width: 130px;
        float: left;
        margin:5px 10px 5px 5px;
    }
        .mscms_header{
            color:#560355;
            font-size: 18px;
            text-transform: uppercase;
        }
        .mscms_about{
            color: #424242;
            font-size: 14px;
            float:left;
            text-align: left;
            margin-bottom: 10px;
        }

                .mscms_total{
                    display: block;
                    color:#424242;
                    font-size: 16px;
                   
                    width: 100%;
                    clear: both;
                    text-align: center;
                    margin-top:10px;
                    height: 35px;
                    line-height: 35px;
                }
                    .mscms_total > b{
                        color:#560355;
                    }

    .popup_header-2{
        background: #fff;
        height: 35px;
        line-height: 35px;
        font-size:16px;
           text-align: center;
        color:#424242;
      
        width: 100%;
		border-radius: 15px;
    }
 
.req{
	
	color:#de1313;
}
    .mscms_label{
        float: left;
        display: block;
        color:#7d7d7d;
        width: 100%;
		font-size: 15px;
		padding-left: 4px;
		margin-bottom: -3px!important;
    }
        .radio{
            width: 205px;
            float: left;
            margin-left:30px;
        }
        .radio.second{
            width:280px;
        }
		
		 #popup-2 input[type=text]:focus {
			 border-radius: 10px;
		 }
		
    #popup-2 input[type=text] {
        text-align:left;
        width:100%;  
		border-radius: 20px;
		background-color: #fff;
        padding:0 22px;
        height:33px;
         display:block; 
        margin:1px 0px;
        border:0px solid #eee;
        
        color:#000000;
        margin-bottom: 14px;
        font-family: Arial, Tahoma, sans-serif;
        font-size: 16px;
		box-shadow:0 3px 24px 0 rgba(0,0,0, .09);
		-moz-box-shadow: 0 3px 24px 0 rgba(0,0,0, .09);
-webkit-box-shadow:0 3px 24px 0 rgba(0,0,0, .09);
		
		
    }
        #popup-2 textarea {
            text-align:left;
            width:545px;
            padding:10px 10px;
            display:block;
            margin:10px 0px;
            border:1px solid #eee;
            border-top-color:#ccd1d7;
            color:#000000;
            background:#ffffff;
            font-family: Arial, Tahoma, sans-serif;
            font-size: 12px;
            height: 80px;
        }
            #popup-2 .button {
                font-size: 20px;
                box-sizing: border-box;
                background: #00963f;
                width: 200px;
                height: 50px;
                line-height: 50px;
                display: block;
                text-align: center;
                text-decoration: none;
                color: #ffffff;
                font-weight: bold;
                text-shadow: none;
                border-radius: 0;
                margin-left:235px;
            }
                #popup-2 .button:hover {
                    background: #00ae3f;
                 }
                    #popup-2 .button > .genericon{
                        font-size:22px;
                        line-height: 50px;
                    }

					
		
					
					
					
    #popup_close-2, #popup_video_close {
        display:block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 12px;
        height: 12px;
        background: url("../images/close.png") no-repeat center center;
        cursor: pointer;
        z-index: 2103;
    }
	
	

    #popup_close-2:hover , #popup_video_close:hover {
        opacity:0.7;
        transform: rotate(90deg);
        transition: all 0.5s ease-in-out 0s;
    }
	
	
#fade-2 {
    display: none;
    background: #2c3e50;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .50;
    z-index: 1000;
}

    *html #fade-2 {
        position: absolute;
    }
		
	
    *html #popup-2  {
        position: absolute;
    }
	
	
/* end popup-2 */



/* BEGIN POPUP-3 */
#popup-3 {
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 2000;
    background:#ffffff;
    /* width:320px; */
    height: auto;
    min-height: 150px;
    padding:0;
	border-radius: 10px;
	    min-width: 30%;
}


#contact_form_info{
	
	    text-align: center;
		color:#000;
}
label {
    
    margin-bottom: 1px!important;
}


input::placeholder { font-size:14px;} 

input::placeholder:focus { color:#fff;} 

/* :focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent} */


::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}


    .popup_content-3{
        padding: 30px 20px 20px 20px;
		background-color: #fff;
    border-radius: 16px;
    }
	
	
        #popup-3 h3{
            color:#560355;
            font-size: 18px;
            text-transform: uppercase;
            text-align: center;
        }
		
		
table.order_table {
    width:100%;
    text-align:center;
    border-collapse:collapse;
    border:0;
    margin-bottom:20px;
}
    table.order_table tr {
        border:0;
    }
        table.order_table td {
            padding:5px 7px;
            border-right: 1px solid #e7e7e7;
            background: #fff;
            border-bottom: 0;
        }
            table.order_table th {
                padding: 2px 4px;
                color: #424242;
                background: #cccccc;
                text-align: left;
                border-right: 1px solid #e7e7e7;
                font-weight: normal;
            }
                table.order_table th:nth-child(1),
                table.order_table td:nth-child(1){
                    width: 35px;
                    text-align: center;
                }
                table.order_table th:nth-child(2),
                table.order_table td:nth-child(2){
                    width: 440px;
                }
                table.order_table th:nth-child(3),
                table.order_table td:nth-child(3){
                    width: 80px;
                    text-align: center;
                }
                table.order_table th:nth-child(4),
                table.order_table td:nth-child(4){
                    width: 95px;
                    text-align: center;
                }
                table.order_table th:nth-child(5),
                table.order_table td:nth-child(5){
                    text-align: center;
                }
        #plus_order, #minus_order{
            color:#cccccc;
            font-size: 18px;
            cursor: pointer;
        }
            #qty_order{
                color: #424242;
                font-size: 16px;
            }

    .mscms_img{
        width: 130px;
        float: left;
        margin:5px 10px 5px 5px;
    }
        .mscms_header{
            color:#560355;
            font-size: 18px;
            text-transform: uppercase;
        }
        .mscms_about{
            color: #424242;
            font-size: 14px;
            float:left;
            text-align: left;
            margin-bottom: 10px;
        }

                .mscms_total{
                    display: block;
                    color:#424242;
                    font-size: 16px;
                   
                    width: 100%;
                    clear: both;
                    text-align: center;
                    margin-top:10px;
                    height: 35px;
                    line-height: 35px;
                }
                    .mscms_total > b{
                        color:#560355;
                    }

    .popup_header-3{
        background: #fff;
        height: 35px;
        line-height: 35px;
        font-size:16px;
           text-align: center;
        color:#424242;
      
        width: 100%;
		border-radius: 15px;
    }
 
.req{
	
	color:#de1313;
}
    .mscms_label{
        float: left;
        display: block;
        color:#7d7d7d;
        width: 100%;
		font-size: 15px;
		padding-left: 4px;
		margin-bottom: -3px!important;
    }
        .radio{
            width: 205px;
            float: left;
            margin-left:30px;
        }
        .radio.second{
            width:280px;
        }
		
		 #popup-3 input[type=text]:focus {
			 border-radius: 10px;
		 }
		
    #popup-3 input[type=text] {
        text-align:left;
        width:100%;  
		border-radius: 20px;
		background-color: #fff;
        padding:0 22px;
        height:33px;
         display:block; 
        margin:1px 0px;
        border:0px solid #eee;
        
        color:#000000;
        margin-bottom: 14px;
        font-family: Arial, Tahoma, sans-serif;
        font-size: 16px;
		box-shadow:0 3px 24px 0 rgba(0,0,0, .09);
		-moz-box-shadow: 0 3px 24px 0 rgba(0,0,0, .09);
-webkit-box-shadow:0 3px 24px 0 rgba(0,0,0, .09);
		
		
    }
        #popup-3 textarea {
            text-align:left;
            width:545px;
            padding:10px 10px;
            display:block;
            margin:10px 0px;
            border:1px solid #eee;
            border-top-color:#ccd1d7;
            color:#000000;
            background:#ffffff;
            font-family: Arial, Tahoma, sans-serif;
            font-size: 12px;
            height: 80px;
        }
            #popup-3 .button {
                font-size: 20px;
                box-sizing: border-box;
                background: #00963f;
                width: 200px;
                height: 50px;
                line-height: 50px;
                display: block;
                text-align: center;
                text-decoration: none;
                color: #ffffff;
                font-weight: bold;
                text-shadow: none;
                border-radius: 0;
                margin-left:235px;
            }
                #popup-3 .button:hover {
                    background: #00ae3f;
                 }
                    #popup-3 .button > .genericon{
                        font-size:22px;
                        line-height: 50px;
                    }

					
		
					
					
					
    #popup_close-3, #popup_video_close {
        display:block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 12px;
        height: 12px;
        background: url("../images/close.png") no-repeat center center;
        cursor: pointer;
        z-index: 2103;
    }
	
	

    #popup_close-3:hover , #popup_video_close:hover {
        opacity:0.7;
        transform: rotate(90deg);
        transition: all 0.5s ease-in-out 0s;
    }
	
	
#fade-3 {
    display: none;
    background: #2c3e50;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .50;
    z-index: 1000;
}

    *html #fade-3 {
        position: absolute;
    }
		
	
    *html #popup-3  {
        position: absolute;
    }
	
	
/* end popup-3 */

/* BEGIN POPUP-4 */
#popup-4 {
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 2000;
    background:#ffffff;
    /* width:320px; */
    height: auto;
    min-height: 150px;
    padding:0;
	border-radius: 10px;
	    min-width: 30%;
}








    .popup_content-4{
        padding: 30px 20px 20px 20px;
		background-color: #fff;
    border-radius: 16px;
    }
	
	
        #popup-4 h3{
            color:#560355;
            font-size: 18px;
            text-transform: uppercase;
            text-align: center;
        }
		
		


    .popup_header-4{
        background: #fff;
        height: 35px;
        line-height: 35px;
        font-size:16px;
           text-align: center;
        color:#424242;
      
        width: 100%;
		border-radius: 15px;
    }
 

		
		 #popup-4 input[type=text]:focus {
			 border-radius: 10px;
		 }
		
    #popup-4 input[type=text] {
        text-align:left;
        width:100%;  
		border-radius: 20px;
		background-color: #fff;
        padding:0 22px;
        height:33px;
         display:block; 
        margin:1px 0px;
        border:0px solid #eee;
        
        color:#000000;
        margin-bottom: 14px;
        font-family: Arial, Tahoma, sans-serif;
        font-size: 16px;
		box-shadow:0 3px 24px 0 rgba(0,0,0, .09);
		-moz-box-shadow: 0 3px 24px 0 rgba(0,0,0, .09);
-webkit-box-shadow:0 3px 24px 0 rgba(0,0,0, .09);
		
		
    }
        #popup-4 textarea {
            text-align:left;
            width:545px;
            padding:10px 10px;
            display:block;
            margin:10px 0px;
            border:1px solid #eee;
            border-top-color:#ccd1d7;
            color:#000000;
            background:#ffffff;
            font-family: Arial, Tahoma, sans-serif;
            font-size: 12px;
            height: 80px;
        }
            #popup-4 .button {
                font-size: 20px;
                box-sizing: border-box;
                background: #00963f;
                width: 200px;
                height: 50px;
                line-height: 50px;
                display: block;
                text-align: center;
                text-decoration: none;
                color: #ffffff;
                font-weight: bold;
                text-shadow: none;
                border-radius: 0;
                margin-left:235px;
            }
                #popup-4 .button:hover {
                    background: #00ae3f;
                 }
                    #popup-4 .button > .genericon{
                        font-size:22px;
                        line-height: 50px;
                    }

					
		
					
					
					
    #popup_close-4, #popup_video_close {
        display:block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 12px;
        height: 12px;
        background: url("../images/close.png") no-repeat center center;
        cursor: pointer;
        z-index: 2103;
    }
	
	

    #popup_close-4:hover , #popup_video_close:hover {
        opacity:0.7;
        transform: rotate(90deg);
        transition: all 0.5s ease-in-out 0s;
    }
	
	
#fade-4 {
    display: none;
    background: #2c3e50;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .50;
    z-index: 1000;
}

    *html #fade-4 {
        position: absolute;
    }
		
	
    *html #popup-4  {
        position: absolute;
    }
	
	
/* end popup-4 */

/* BEGIN POPUP-4 */
#popup-5 {
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 2000;
    background:#ffffff;
    /* width:320px; */
    height: auto;
    min-height: 150px;
    padding:0;
	border-radius: 10px;
	    min-width: 30%;
}








    .popup_content-5{
        padding: 30px 20px 20px 20px;
		background-color: #fff;
    border-radius: 16px;
    }
	
	
        #popup-5 h3{
            color:#560355;
            font-size: 18px;
            text-transform: uppercase;
            text-align: center;
        }
		
		


    .popup_header-5{
        background: #fff;
        height: 35px;
        line-height: 35px;
        font-size:16px;
           text-align: center;
        color:#424242;
      
        width: 100%;
		border-radius: 15px;
    }
 

		
		 #popup-5 input[type=text]:focus {
			 border-radius: 10px;
		 }
		
    #popup-5 input[type=text] {
        text-align:left;
        width:100%;  
		border-radius: 20px;
		background-color: #fff;
        padding:0 22px;
        height:33px;
         display:block; 
        margin:1px 0px;
        border:0px solid #eee;
        
        color:#000000;
        margin-bottom: 14px;
        font-family: Arial, Tahoma, sans-serif;
        font-size: 16px;
		box-shadow:0 3px 24px 0 rgba(0,0,0, .09);
		-moz-box-shadow: 0 3px 24px 0 rgba(0,0,0, .09);
-webkit-box-shadow:0 3px 24px 0 rgba(0,0,0, .09);
		
		
    }
        #popup-5 textarea {
            text-align:left;
            width:545px;
            padding:10px 10px;
            display:block;
            margin:10px 0px;
            border:1px solid #eee;
            border-top-color:#ccd1d7;
            color:#000000;
            background:#ffffff;
            font-family: Arial, Tahoma, sans-serif;
            font-size: 12px;
            height: 80px;
        }
            #popup-5 .button {
                font-size: 20px;
                box-sizing: border-box;
                background: #00963f;
                width: 200px;
                height: 50px;
                line-height: 50px;
                display: block;
                text-align: center;
                text-decoration: none;
                color: #ffffff;
                font-weight: bold;
                text-shadow: none;
                border-radius: 0;
                margin-left:235px;
            }
                #popup-5 .button:hover {
                    background: #00ae3f;
                 }
                    #popup-5 .button > .genericon{
                        font-size:22px;
                        line-height: 50px;
                    }

					
		
					
					
					
    #popup_close-5, #popup_video_close {
        display:block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 12px;
        height: 12px;
        background: url("../images/close.png") no-repeat center center;
        cursor: pointer;
        z-index: 2103;
    }
	
	

    #popup_close-5:hover , #popup_video_close:hover {
        opacity:0.7;
        transform: rotate(90deg);
        transition: all 0.5s ease-in-out 0s;
    }
	
	
#fade-5 {
    display: none;
    background: #2c3e50;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .50;
    z-index: 1000;
}

    *html #fade-5 {
        position: absolute;
    }
		
	
    *html #popup-5  {
        position: absolute;
    }
	
	
/* end popup-5 */

