@font-face {
  font-family: 'tw-font';
  src:
    url('tw-font/tw-font.ttf') format('truetype'),
    url('tw-font/tw-font.woff') format('woff'),
    url('tw-font/tw-font.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  speak: none;
}

[class^="tw-icon-"], [class*=" tw-icon-"],
[class^="tw-logo"], [class*=" tw-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'tw-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: text-top;
  width: 1em;


  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tw-logo:before, /* for main tn logo*/
.tw-logo:after, /* for main tn logo*/
.tw-logo i:before,  /* for main tn logo*/
.tw-icon:before,
.tw-icon:after,
.tw-icon span:before,
.tw-icon span:after,
.tw-icon b:before,
.tw-icon b:after,
.tw-icon i:before,
.tw-icon i:after,
[class^="tw-icon-"]:before,
[class^="tw-icon-"]:after,
[class^="tw-icon-"] span:before,
[class^="tw-icon-"] span:after,
[class^="tw-icon-"] b:before,
[class^="tw-icon-"] b:after,
[class^="tw-icon-"] i:before,
[class^="tw-icon-"] i:after {
  /* transition */
/*  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out;
  -ms-transition: color 0.2s ease-out, background 0.2s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out;*/
  display: block;
  position: absolute;
  white-space: normal;
  top: 0;
  left: 0;
  text-indent: 0;
  font-size: 1em;
  font-family: 'tw-font';
  font-weight: 400 !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  /* screenreaders */
  speak: none;
  width: 100%;
}



/* =========================
 TW LOGO 
============================*/
 

.tw-logo-full:before {
  content: "\e904";
}
.tw-logo:before { 
  content: "\e94f"; /*logo bullets*/
  color: #003f2d;
}
.tw-logo i:before { /*logo icon*/
  content: "\e950";
  color: #9d7d4f;
}
.tw-logo:after { 
  content: "\e951"; /*logo text*/
  color: #00461c;
}




/* =========================
vendor Icons
============================*/


.tw-icon-person-circle:before { 
  content: '\e81b'; 
}
 
.tw-icon-folder-open:before { 
  content: '\e800'; 
} 

.tw-icon-clock:before { 
  content: '\e801'; 
}

.tw-icon-check-circle:before { 
  content: '\e81a'; 
} 

.tw-icon-question-mark:before { 
  content: "\e819"; 
}
.tw-icon-envelope-o:before {
  content: "\e906";
}
.tw-icon-phone:before {
  content: "\e907";
}
.tw-icon-bars:before {
  content: "\e909";
}
.tw-icon-navicon:before {
  content: "\e909";
}
.tw-icon-reorder:before {
  content: "\e909";
}
.tw-icon-angle-down:before {
  content: "\e90a";
}
.tw-icon-angle-up:before {
  content: "\e90b";
}
.tw-icon-angle-right:before {
  content: "\e90c";
}
.tw-icon-angle-left:before {
  content: "\e90d";
}
.tw-icon-yelp:before {
  content: "\e90e";
}
.tw-icon-google-plus:before {
  content: "\e90f";
}
.tw-icon-google:before {
  content: "\e910";
}
.tw-icon-twitter:before {
  content: "\e911";
}
.tw-icon-linkedin:before {
  content: "\e912";
}
.tw-icon-facebook:before {
  content: "\e913";
}
.tw-icon-facebook-f:before {
  content: "\e913";
}
.tw-icon-star-o:before {
  content: "\e914";
}
.tw-icon-star-half-empty:before {
  content: "\e908";
}
.tw-icon-star-half-full:before {
  content: "\e908";
}
.tw-icon-star-half-o:before {
  content: "\e908";
}
.tw-icon-star:before {
  content: "\e915";
}
.tw-icon-search:before {
  content: "\e905";
}


/* =========================
custom TW Icons
============================*/


.tw-icon-calendar:before {
  content: "\e900";
}
.tw-icon-globe:before {
  content: "\e901";
}
.tw-icon-people:before {
  content: "\e902";
}
.tw-icon-sold-sign:before {
  content: "\e903";
}
