﻿#PageBreadCrumps    {display:none;}
#GridRight  {display: none;}
#GridPage   {width:100%;padding:0;}
@media (max-width: 1400px)
{
    #SiteContainer   {max-width:980px; margin:0 auto;}
}

.home_text {
    text-align: center;
    margin-bottom: 3%;
    float: right;
    width: 100%;
}
.home_text h2 {
    font-size: 200%;
    border-bottom: 1px solid;
    color: #333;
}
.home_title {
    float: none;
    margin: auto;
}
.home_text p {
    float: right;
    width: 100%;
    margin-top: 1%;
    font-size: 120%;
    color: #404042;
}
@media(max-width:767px) {
    .home_title{width:100%;}
    }
/*------------------------------------*\
    #modal
\*------------------------------------*/

.modal-header {border:none;}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
    background: none;
    box-shadow: 0px 0px 0px;
    border: none;
}


.modal-body iframe {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}
.close {opacity:1;color:#fff;}
.close:hover, .close:focus {color:#fff;opacity:1;}
.video-img {
        background-image: url('../../../000frames/site/images/Michel_Video_play.jpg');
    background-size: cover;
    position: absolute;
    left: 0;
    HEIGHT: 100%;
    background-position: center;
}

        .IronArcTextDiv {padding:10px 35px 15px 0px;}
        #videoBlock { background: #D2D4C6; min-height: 250px; margin-bottom: 45px; }
        .pTitle     {position: relative; clear:both; width: 100%; font-size: 40px; color: #54554E; padding:10px 0;top:5px;}
        .pDesc      {max-width: 75%;}
        .IronArclogo {width: 35%; position: absolute; top: 60px; right: 5%;}

        @media(max-width:767px){
            .video-img {
                    position: relative;HEIGHT: 330px;
            }
            .IronArcTextDiv {padding:10px 15px 15px 0px;}

            .pTitle {font-size:35px;text-align:center;}
                .pDesc         {max-width: 100%;}
                .IronArclogo    {width: 33%; position: RELATIVE; top: 15%; right: 5%; MARGIN-TOP: 70PX; }
        }
        @media(min-width:320px) and (max-width:450px) {
                        .pTitle {font-size:25px;text-align:center;}
        }
                @media(min-width:768px) and (max-width:980px) {
                        .pTitle {font-size:30px;top: 20px; margin-bottom: 20px;}
        }