/*  .block */
.block
{
    position: relative;
}
.block .title
{
    position: relative;
    width: 100%;
    height: 93px;
    background: transparent url(../images/img-ray-gray.svg) no-repeat;
    background-size: 40px 80px;
    margin: 0;
    padding: 0 0 10px 0;
}
.block .title span
{
    position: absolute;
}
.block .title .stat-number
{
    top: 0px;
    left: 0px;
    font-size: 80px;
    line-height: 60px;
}
.block .title .stat-label
{
    bottom: 0px;
    left: 0px;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 32px;
}
.block .title.tradeshow
{
    background-position: 100px top;
}
.block .title.country
{
    background-position: 150px top;
}
.block .title.country .stat-number
{
    letter-spacing: 0px;
}
.block .title.country .stat-label
{
    left: 18px;
    letter-spacing: 0px;
}
.block .title.years
{
    background-position: 100px top;
}
.block .chapo
{
    font-size: 16px;
    line-height: 19px;
}
.block .summary
{
    font-size: 14px;
    line-height: 17px;
}
.block .readmore
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
/* .block-our-trade-show */
.block-our-trade-show
{
    text-transform: uppercase;
    padding: 12px 15px;
    overflow: hidden;
}
.block-our-trade-show h2
{
    margin: 0;
    padding: 0;
    line-height: 16px;
}
.block-our-trade-show .part1
{
    font-size: 18px;
    display: block;
    padding-top: 4px;
}
.block-our-trade-show .part2
{
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
}
.block-our-trade-show form
{
    margin: 10px 0 10px 0;
    box-shadow: rgb(70, 54, 116) -1px 1px,
    rgb(70, 54, 116) -2px 2px,
    rgb(70, 54, 116) -3px 3px,
    rgb(70, 54, 116) -4px 4px,
    rgb(70, 54, 116) -5px 5px,
    rgb(70, 54, 116) -6px 6px,
    rgb(70, 54, 116) -7px 7px,
    rgb(70, 54, 116) -8px 8px,

    rgb(70, 54, 116) -9px 9px,
    rgb(70, 54, 116) -10px 10px,
    rgb(70, 54, 116) -11px 11px,
    rgb(70, 54, 116) -12px 12px,
    rgb(70, 54, 116) -13px 13px,

    rgb(70, 54, 116) -14px 14px,
    rgb(70, 54, 116) -15px 15px,
    rgb(70, 54, 116) -16px 16px,
    rgb(70, 54, 116) -17px 17px,
    rgb(70, 54, 116) -18px 18px,
    rgb(70, 54, 116) -19px 19px,
    rgb(70, 54, 116) -20px 20px,
    rgb(70, 54, 116) -21px 21px,
    rgb(70, 54, 116) -22px 22px,
    rgb(70, 54, 116) -23px 23px,
    rgb(70, 54, 116) -24px 24px,
    rgb(70, 54, 116) -25px 25px,
    rgb(70, 54, 116) -26px 26px,
    rgb(70, 54, 116) -27px 27px,
    rgb(70, 54, 116) -28px 28px,
    rgb(70, 54, 116) -29px 29px,
    rgb(70, 54, 116) -30px 30px,
    rgb(70, 54, 116) -31px 31px,
    rgb(70, 54, 116) -32px 32px,
    rgb(70, 54, 116) -33px 33px,
    rgb(70, 54, 116) -34px 34px,
    rgb(70, 54, 116) -35px 35px,
    rgb(70, 54, 116) -36px 36px,
    rgb(70, 54, 116) -37px 37px,
    rgb(70, 54, 116) -38px 38px,
    rgb(70, 54, 116) -39px 39px,
    rgb(70, 54, 116) -40px 40px;

}
.block-our-trade-show a
{
    font-size: 9px;
    color: #ffffff;
}
.block-our-trade-show .input-group .input-group-btn .btn
{
    border: 0px;
    border-left: 1px solid #b3a8d0;
    color: #5f499b;
    background-color: #d0c7e2;
    padding: 0px 8px;
    font-size: 12px;
    line-height: 24px;
}
.block-our-trade-show .input-group .form-control
{
    text-transform: uppercase;
    height: 24px;
    line-height: 24px;
    padding: 4px;
    font-size: 12px;
    color: #333333;
    border: 0px;
}

/* .block-french-trade-show */
.block-french-trade-show
{
    text-transform: uppercase;
    position: relative;
    width: 100%;
    height: 100%
}
.block-french-trade-show a
{
    color: #ffffff;
}
.block-french-trade-show h2
{
    display: inline-block;
    margin: 0;
    padding: 10px 0 0 140px;
}
.block-french-trade-show img
{
    position: absolute;
}
.block-french-trade-show img.star
{
    left: 0;
    bottom: 0;
}
.block-french-trade-show img.button
{
    right: 0;
}
.block-french-trade-show .part1
{
    font-size: 16px;
    line-height: 16px;
}
.block-french-trade-show .part2
{
    font-size: 33px;
    line-height: 38px;
    font-weight: bold;
    display: block;
    width: 80%;
}
/*.modal-dialog*/
.modal-dialog
{
    width: 55%;
}
