﻿
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?7vfwjk');
  src:  url('../fonts/icomoon.eot?7vfwjk#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?7vfwjk') format('truetype'),
    url('../fonts/icomoon.woff?7vfwjk') format('woff'),
    url('../fonts/icomoon.svg?7vfwjk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-m-analytics:before {
  content: "\e916";
}
.icon-m-distribution:before {
  content: "\e917";
}
.icon-m-faq:before {
  content: "\e918";
}
.icon-m-fax-alt:before {
  content: "\e919";
}
.icon-m-marker-alt:before {
  content: "\e948";
}
.icon-m-outreach:before {
  content: "\e91b";
}
.icon-m-payments:before {
  content: "\e91c";
}
.icon-m-support:before {
  content: "\e91d";
}
.icon-m-phone-alt:before {
  content: "\e942";
}
.icon-m-earth:before {
  content: "\e915";
}
.icon-m-calendar-alt:before {
  content: "\e90f";
}
.icon-m-comment-alt:before {
  content: "\e910";
}
.icon-m-comment:before {
  content: "\e911";
}
.icon-m-list-alt:before {
  content: "\e912";
}
.icon-m-user:before {
  content: "\e913";
}
.icon-m-e-mail:before {
  content: "\e90b";
}
.icon-m-fax:before {
  content: "\e90c";
}
.icon-m-phone:before {
  content: "\e90d";
}
.icon-m-play:before {
  content: "\e900";
}
.icon-m-business:before {
  content: "\e902";
}
.icon-m-health:before {
  content: "\e903";
}
.icon-m-humanities:before {
  content: "\e904";
}
.icon-m-language:before {
  content: "\e972";
}
.icon-m-lifestyle:before {
  content: "\e906";
}
.icon-m-math:before {
  content: "\e908";
}
.icon-m-people:before {
  content: "\e99b";
}
.icon-m-science:before {
  content: "\e909";
}
.icon-m-study:before {
  content: "\e903";
}
.icon-m-technology:before {
  content: "\e90a";
}
.icon-m-marketing:before {
  content: "\e907";
}
.icon-m-location:before {
  content: "\e90e";
}

.page_banner img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 10;
    display: none;
}
.page_banner {
	width: 100%;
	position: relative;
    padding-top: 90px;
}
.page_banner img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 10;
	display: none;
}
.page_banner img.pcimg {
	display: block;
}

@media screen and (max-width: 1020px) {

.mtbanner {
	padding-top: 60px;
}

}
 @media screen and (max-width: 767px) {
.page_banner img {
	display: block;
}
.page_banner img.pcimg {
	display: none;
}
.page_banner .text {
	top: 45%;
}
}