@font-face {
  font-family: 'NexaBold';
  src: url('NexaBold.eot?#iefix') format('embedded-opentype'),  url('NexaBold.otf')  format('opentype'),
         url('NexaBold.woff') format('woff'), url('NexaBold.ttf')  format('truetype'), url('NexaBold.svg#NexaBold') format('svg');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'NexaLight';
  src: url('NexaLight.eot?#iefix') format('embedded-opentype'),  url('NexaLight.otf')  format('opentype'),
         url('NexaLight.woff') format('woff'), url('NexaLight.ttf')  format('truetype'), url('NexaLight.svg#NexaLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadPro-Regular.otf')  format('opentype'),
         url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf')  format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}



body
{
    font-family: 'MyriadPro-Regular' !important;
  
    color: #fff;
}
h1,h2,h3,h4,h5,h6
{
    font-family: 'MyriadPro-Regular' !important;
}
a,p,span
{
    font-family: 'MyriadPro-Regular' !important;
    
}
.paddinglr0
{
    padding: 0px;
}

.fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }
    .hide {
        display: none !important;
    }
@media(min-width: 768px) and (max-width: 992px)
    {
        .center_768
        {
            text-align: center !important;
        }
        .logo
        {
            width: 30% !important;
        }
        .nav_bar li 
        {
            margin: 1% 0 !important;
        }
    }






    