﻿
@font-face {
    font-family: 'sans';
    src: url(/fonts/IRANSansWeb.eot);
    src: url(/fonts/IRANSansWeb.eot#iefix) format("embedded-opentype"),url(/fonts/IRANSansWeb.woff2) format("woff2"),url(/fonts/IRANSansWeb.woff) format("woff"),url(/fonts/IRANSansWeb.ttf) format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: 'Bsans';
    src: url(/fonts/IRANSansWeb_Medium.eot);
    src: url(/fonts/IRANSansWeb_Medium.eot#iefix) format("embedded-opentype"),url(/fonts/IRANSansWeb_Medium.woff2) format("woff2"),url(/fonts/IRANSansWeb_Medium.woff) format("woff"),url(/fonts/IRANSansWeb_Medium.ttf) format("truetype");
    font-weight: bold;
}
.promo_banner
{
    margin: 10px auto;
    padding-top:30px;
}
.promo_banner img
{
    max-width: 100%;

}
.promo_box_container
{
    margin: 0 auto 0 auto;
    padding: 30px 0 10px 0 !important;
    overflow: hidden;
    /*background-color: #EBEBEB;*/
    color:#fff !important;
}
.el_box
{
	/*border: 1px solid #ac7a1a;*/
    border: 1px solid #808080;
	/*margin:0 auto 20px 10px;*/
	/*background-color:#dc9e25;*/
    background-color:#fff;
	border-radius:5px;
    float:right;
    margin-bottom:30px !important;
}
    .el_box.tall {
        min-height: 440px;
        position: relative;
    }
.el_box .txt
{
	
}
.el_box .txt p
{
    color:#121212 !important;
    font:normal 1.2em/26px sans;
    height:120px !important;
}
.el_box .txt h3
{
    margin-top:20px !important;
    color:#ff0000 !important;
    min-height:20px !important;
    font-size:1.5em;
}
.el_box .pay
{
	
}
.el_box .select
{
    
}
.el_box select
{
    
    background-color: #fff;
    color:#000;
    border: 1px solid #666;
}
.el_box .global-price span
{
	color: #ff0000;
	display:block;
    font:normal 20px/22px sans;
}
.el_box .global-price small
{
	color: #000;
	text-decoration: line-through;
    font:normal 12px/22px sans;
}
.sign-btn
{
    background: rgba(0, 0, 0, 0) linear-gradient(#006d55, #024d3c 70%) repeat scroll 0 0 !important;
    border: 1px solid #024d3c !important;
}
.pro-cmt {
    font-size: 1.3em;
    display: block;
    color: #fff;
    line-height: 1.8em;
    margin-bottom: 50px;
    text-align: center;
}
@media (max-width: 767px) {
    .el_box .txt
    {
        margin-bottom:50px !important;
    }
}