/*-----------------------------------------------------*/
/*           1.Default Font Family 
/*-----------------------------------------------------*/

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

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

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

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

@font-face {
  font-family: 'myriadpro';
  font-display: auto;
  src: url('../../common/fonts/myriadpro.ttf') format('truetype');
}

@font-face {
  font-family: 'Myriad Pro';
  font-display: auto;
  src: url('../../common/fonts/myriadpro.eot');
  src: url('../../common/fonts/myriadpro.ttf') format('truetype');
}

@font-face {
  font-family: 'Myriad Pro';
  font-display: auto;
  src: url('../../common/fonts/myriadpro.eot');
  src: url('../../common/fonts/myriadpro.ttf') format('truetype');
}

@font-face {
  font-family: 'Myriad Pro';
  font-display: auto;
  src: url('../../common/fonts/myriadpro.eot');
  src: url('../../common/fonts/myriadpro.ttf') format('truetype');
}

body {
  font-family: 'Myriad Pro';
  overflow-x: hidden;
  overflow-y: auto;
}
  body::-webkit-scrollbar {
    width: 15px;
    height: 15px;
  }

  ::-webkit-scrollbar {
    width: 4px;
    height: 15px;
  }

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #808080 ;
}
/*#f68c31*/


html, body {
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Myriad Pro';
}

a, button, input {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

a {
  color: #fd8336;
}

  a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: #72afd2;
  }

/*li {
  list-style: none;
}*/

