@font-face {
    font-family: 'AvenirLT-Book';
    src: url('../fonts/AvenirLT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLT-Book.woff') format('woff'),
        url('../fonts/AvenirLT-Book.ttf')  format('truetype'),
        url('../fonts/AvenirLT-Book.svg#AvenirLT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff'),
        url('../fonts/HelveticaNeue-Bold.ttf')  format('truetype'),
        url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*-----------------GlOBAL CSS-----------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

.clearfix{
    clear:both;
}
.wrapper{
    width:100%;
    margin:0 auto;
}
/*=============Header styling======================*/
.header{
    height:85px;
    width:100%;
    margin:0;
    padding:0;
    background-color:#d7060e;
}
.logo_area{
    float:left;
    width:250px;
    height:100%;
    margin-left: 100px
}
.logo_area img{
    width:223px;
    height:85px
}
/*=============content styling======================*/
.content_cont{
    width:100%;
    display:block;
    padding:15px 0 0;
    background:url(../images/BgImg.jpg) no-repeat ;
    background-size:100%;
    position: fixed;
    height: 100%;
}
.cont_heading{
    width:100%;
    text-align:center;
    display:none;
}
.lower_content{
    display: block;
    float: left;
    margin: 10% 20% 0;
    /*width: 23%;*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cont_heading h1{
    font-family: 'Arial';
    font-size:50px;
    color:#d7060e;
    text-transform:uppercase;
    text-shadow: 2px 2px #FFF;
}
.cont_left {
    background: none repeat scroll 0 0 rgba(80, 77, 83, 0.5);
    border: 8px outset #120000;
    border-radius: 16px;
    float: left;
    height: auto;
    padding: 20px;
    text-align: center;
    /*width: 70%;*/
}

.cont_right{
    width:50%;
    float:right;
    text-align:center;
    height: 425px;
    position:relative;
}
.right_content{
    left: 33%;
    position: absolute;
    top: 43%;
}
.cont_right p{
    font-family: 'AvenirLT-Book';
    font-size:28px;
    color:#d7060e;
}
.cont_right p span{
    font-size:48px;
    color:#a81f43;
    font-family: 'HelveticaNeue-Bold';
}
.contact_form{
    position:relative;
}
.contact_form h2{
    font-family: 'AvenirLT-Book';
    font-size:27px;
    color:#fff;
    margin-bottom:14px;
    font-weight: bold;
}
.contact_form p input[type="text"]{
    font-family: 'Arial';
    font-size:14px;
    color:#d7060e;
    border: 2px solid #444;
}
.contact_form p input[type="text"]{
    margin-bottom:25px;
    padding: 7px 6px 7px 4px;
}
.contact_form p input[type="submit"]{
    margin-bottom:25px;
    padding: 7px 85px;
    border:none;
    background-color:#d7060e;
    color:#FFF;
    border-radius:8px;
    font-family: 'Arial';
    font-size:20px;
    cursor:pointer;
}

::-webkit-input-placeholder {
    font-size: 14px;
    color: #666;
    font-weight: bold;
}
:-moz-placeholder { /* older Firefox*/
    font-size:14px;
    color: #0d0000;
    font-weight: bold;
}
::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
    color: #0d0000;
    font-weight: bold;
}
:-ms-input-placeholder {
    font-size: 14px;
    color: #0d0000;
    font-weight: bold;
}
/*=============content styling======================*/
.footer{
    height:55px;
    width:100%;
    margin:0;
    padding:0;
    background-color:#d7060e;
}
.footer_statement{
    float:left;
    width:76%;
}
.footer_statement p{
    margin-right: 115px;
    margin-top: 27px;
    text-align: right;
    font-family: 'Arial';
    font-size:12px;
    color:#FFF;
}
/*.footer_logo_area{
    float:left;
    width:30%;
    margin-left: -110px;
}*/
.footer_logo_area img{
    width:100px;
    margin-top: 13px;
}
.imgg{
    padding-top: 17px;
}
.footerlogin{
    width:100%;
    margin:0;
    padding:0;
    background-color:#d7060e;
    height:62px;
}
.footerlogin .wrapper{
    width: 100%;
}
.footerlogin .wrapper .footer_statement{
    width: 300px;
    text-align: center;
    float: none;
    margin: 0 auto;
    position: relative;
}
.footerlogin .wrapper .footer_statement p{
    margin:0px;
    width: auto;
    line-height: 50px;
    text-align: left;
}
.footerlogin .wrapper .footer_statement .footer_logo_area{
    float: left;
    width: auto;
    margin: 0;
    top: 2px;
    right: 0px;
    position: absolute;
}
.contact_form .ui-inputtext{
    box-shadow: 0 !important;
}
.ui-state-default{
    box-shadow: 0px;
}
.aux{
    margin-bottom: 10px;
}
/*.ui-layout-unit .ui-layout-unit-content, .ui-layout-unit{padding: 0!important;}*/
.footerloginhome{
    width:100%;
    margin:0;
    padding:0;
    background-color:#d7060e;
    position: absolute;
    bottom: 0
}
.footerloginhome .wrapper{
    width: 100%;
}
.footerloginhome .wrapper .footer_statement{
    width: 300px;
    text-align: center;
    float: none;
    margin: 0 auto;
    position: relative;
}
.footerloginhome .wrapper .footer_statement p{
    margin:5px;
    width: auto;
    line-height: 50px;
    text-align: left;
}
.footerloginhome .wrapper .footer_statement .footer_logo_area{
    float: left;
    width: auto;
    margin: 0;
    top: 2px;
    right: 0px;
    position: absolute;
}






@media screen and (max-width: 800px) {
    .headernew {
        display:none;
        height: 0px !important;
        width: 0px !important;
    }
    .footerlogin {
        display:none !important;
        height: 0px !important;
        width: 0px !important;
    }
    .agent{
        display:none !important;
        height: 0px !important;
        width: 0px !important;
    }
    #top{
        display:none !important;
        height: 0px !important;
        width: 0px !important;
    }
    #right{
        display:none !important;
        height: 0px !important;
        width: 0px !important;
    }
    #bottom{
        display:none !important;
        height: 0px !important;
        width: 0px !important;
    }
    .agent{
        display:none !important;
        height: 0px !important;
        width: 0px !important;
    }
    #inCallButtonPanel{
        display:none !important;
        height: 0px !important;
        width: 0px !important;
    }
    #inCallParticipantsPanel{
        display:none !important;
        height: 0px !important;
        width: 0px !important;
    }
    #inCallChatContainer{
        display:none !important;
        height: 0px !important;
        width: 0px !important;
    }
    #inCallContainer{
        margin-left: -370px !important;
        background-color: #fff;
        border: none;
        box-shadow: none;
    }
    #center{
        border: none;
    }
}
.spinner {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height:100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
#helper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 48%;
    height: 70%;
    background: #FB9B47 none repeat scroll 0% 0%;
    color: #FB9B47;
    font-weight: 300;
    margin-top: 1%;
    margin-left: 24%;
}

.ui-growl-title{
    font-family: 'AvenirLT-Book';
}
.loginfield{
    width: 250px;padding-top: 9px;font-family: 'AvenirLT-Book'; border: 2px solid #444;-webkit-text-fill-color: #333;
}
.loginsubmit{
    background:#d7060e !important; color:#FFF;font-family: 'AvenirLT-Book';font-weight: normal;border: 0px;
}