@charset "utf-8";
/* CSS Tirolnet */


body, h1, h2, h3, h4, h5, h6, ul, li, ol, div, p, a, img {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    text-transform:none;
}


header, section, article, nav, footer, address, aside, dialog {
  font-variant:normal;
  font-style:normal;
    margin: 0;
    padding: 0; 
}

section {
  border:none;  
}


html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}


* { 
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}


.no-trans * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}


table, table td { 
    border:none;
    border-collapse:collapse;
}

a              { text-decoration: none;}
a:link         { text-decoration: none;}
a:visited      { text-decoration: none; }
a:hover        { text-decoration: none;}
a:active       { text-decoration: none;}



/** 02. Headings
 **************************************************************** **/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #cc1719;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-weight:400;
  line-height:1.2;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.5em;
  padding-bottom:15px;
}

h2 {
  font-size: 2em;
  color: #353535;
  padding-bottom:15px;
}

h3 {
  font-size: 1.7em;
  padding-bottom:15px;
}

h4 {
  font-size: 18px;
  letter-spacing: normal;
}

h5 {
  font-size: 14px;
  letter-spacing: normal;
}

h6 {
  font-size: 12px;
  letter-spacing: normal;
}

strong, b {
  font-weight:500;
}

.content-bodytext {
  text-align:justify;
}

.content-bodytext p {
  margin-bottom:20px;
}

.content-bodytext .red {
  color: #cc1719;
}

.content-bodytext .blue {
  color: #31418c;
}

.content-header {
  padding-left:15px;
  padding-right:15px;
}

/* Separators
---------------------------------- */
.separator {
  width: 100%;
  margin: 20px auto 35px;
  position: relative;
  height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.separator:after {
  height: 1px;
  background: #e8e8e8;
  background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  position: absolute;
  bottom: -1px;
  content: "";
  width: 100%;
  left: 0;
}



.content-slider-box {
  background:rgba(255,255,255, 0.8);
  padding-left:20px;
  padding-right:100px;
  padding-top:20px;
  padding-bottom:15px;
  margin-top:150px;
  max-width:1150px;
  float:right;
}


/** Sliders
 **************************************************************** **/



#slider h1 {
  font-size:85px;
  line-height:60px;
}

.content-slider-box h1 span{
  font-size:32px;
  line-height:30px;
}

.content-slider-box h1 span.big{
  font-size:35px;
  line-height:30px;
  font-weight:500;
  color:#303030;
  padding-left:0;
}

.sliderbox-height {
  height:450px !important;
  display:block;
}

.sliderbox-height {
  background-position:center bottom !important;
}

.sliderbox-height-auto {
  max-width:100%;
  width:100%;
  height:auto !important;
  display:block;
}

.sliderbox-height-auto img {
  max-width:100%;
  width:100%;
  height:auto !important;
}

.sliderbox-cover {
  background: no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:450px;
  width:100%;

}

.sliderbox-cover-right {
  background: no-repeat center right; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:450px;
  width:100%;

}






.sliderbox-height-big {
  max-width:100%;
  width:100%;
  height:855px !important;
  display:block;

  background: no-repeat left center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sliderbox-height-big-auto {
  max-width:100%;
  width:100%;
  height:auto;
  display:block;
}

.sliderbox-height-big-auto img {
  max-width:100%;
  width:100%;
  height:auto;
}


@media only screen and (max-width: 992px) {
  .sliderbox-cover {
    background: no-repeat center center; 
    height:250px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

  }

  .sliderbox-cover-right {
    background: no-repeat center center; 
    height:250px;
    background:80%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }


.content-team .team-img {
  float:left;
  width:140px;
  height: 189px;
  margin-right:20px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.content-team-box {
  padding-bottom: 15px;
}

.content-team {
  padding-bottom: 15px;
}

}







.content-body {
  padding-top:70px;
  padding-bottom:70px;
}

.content-toggle {
  padding-top:70px;
  padding-bottom:70px;
/*
  background:#f2f2f2;
  background:#f0f4f7;
*/

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9f0f3+0,e9f0f3+100&1+0,0+55,0+55 */
background: -moz-linear-gradient(top,  rgba(233,240,243,1) 0%, rgba(233,240,243,0) 55%, rgba(233,240,243,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(233,240,243,1) 0%,rgba(233,240,243,0) 55%,rgba(233,240,243,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(233,240,243,1) 0%,rgba(233,240,243,0) 55%,rgba(233,240,243,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f0f3', endColorstr='#00e9f0f3',GradientType=0 ); /* IE6-9 */

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdf8eb+0,fdf8eb+100&1+0,0+55,0+55 */
background: -moz-linear-gradient(top,  rgba(253,248,235,1) 0%, rgba(253,248,235,0) 55%, rgba(253,248,235,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(253,248,235,1) 0%,rgba(253,248,235,0) 55%,rgba(253,248,235,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(253,248,235,1) 0%,rgba(253,248,235,0) 55%,rgba(253,248,235,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf8eb', endColorstr='#00fdf8eb',GradientType=0 ); /* IE6-9 */

}

.toggle-box .toggle label{
  font-size: 1.10em;
}

.content-toggle .img-responsive{
  margin-top:10px;
}


.content-ico {
  padding-top:70px;
  padding-bottom:70px;
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdf8eb+0,fdf8eb+100&1+0,0+55,0+55 */
background: -moz-linear-gradient(top,  rgba(253,248,235,1) 0%, rgba(253,248,235,0) 55%, rgba(253,248,235,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(253,248,235,1) 0%,rgba(253,248,235,0) 55%,rgba(253,248,235,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(253,248,235,1) 0%,rgba(253,248,235,0) 55%,rgba(253,248,235,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf8eb', endColorstr='#00fdf8eb',GradientType=0 ); /* IE6-9 */



}

.content-ico .ico-box {
  margin-bottom:50px;
}

.content-ico .ico-box h3 {
  font-size: 1.3em;
  margin:0;
  padding:0;
}

.content-ico .ico-box a {
  color:#353535;
}

.content-ico .ico-box a:hover {
  color: #cc1719;
}


.content-footer {
  width:100%;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-weight:400;
}

.content-footer .list-inline li {
  list-style:none;
  font-size:18px;
  padding-right:10px;
  padding-left:10px;
}

.content-footer h6 {
  color: #cc1719 !important;
  font-size:20px;
  font-weight:400 !important;
  padding-top:20px;
}


@media only screen and (min-width: 992px) {
  .content-footer {
    position:fixed;
    bottom:0;
  }

  body #wrapper {
    padding-bottom:80px;
  }

  .content-footer h6 {
    padding-top:0;
  }



}



.content-verfuegbarkeit .owl-theme .owl-controls .owl-buttons div {
  color:#121212;
  background:#fff; 
  border:#fff 0px solid;
  width:35px !important;

  opacity:1; 
  filter: Alpha(Opacity=100);

  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      border-radius: 0;
        
}



.content-verfuegbarkeit .controlls-over .owl-controls .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  right:auto;
  left: -15px;
  zoom: 1;
  width: 36px;
  height: 36px;
  opacity: 0;
}

.content-verfuegbarkeit .controlls-over .owl-controls .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  left:auto;
  right: -15px;
  zoom: 1;
  width: 36px;
  height: 36px;
  opacity: 0;
}

.content-verfuegbarkeit .controlls-over .owl-controls {
    height:10px;
}




 
/**  40. Tabs
*************************************************** **/
.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover {
  border-color:transparent !important;
  background-color:transparent !important;
}

.nav-tabs a {
  color:#353535;
  font-weight:400;

  -webkit-border-radius: 3px !important;
     -moz-border-radius: 3px !important;
      border-radius: 3px !important;
}
.nav-tabs div > .active2 > a {
  color:#cc1719;
}

.nav-tabs div > .active > a:visited  {
  color:#000 !important;
}

.nav-tabs div > .active > a:active {
  color:#cc1719;
}


.nav-tabs div > .active > a:hover {
  color:#cc1719;
}

.nav-tabs div > .active > a:focus {
  color:#cc1719;
}


.nav-tabs.nav-justifiedd a {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
      border-radius: 0 !important;
}
section.dark .nav-tabs a {
  color:#fff;
}
section.dark .nav-tabs.nav-justified a {
  border-bottom-color:#666;
}
.tab-content {
  padding:15px 0;
}


/* clean Tabs */
.nav-tabs.nav-clean a {
  border:0 !important;
}
  .nav-tabs.nav-clean a:hover {
    background-color:transparent;
  }
.nav-tabs.nav-clean .active {
  margin-bottom:0;
}


section.dark .nav-tabs.nav-clean a,
section.dark .nav-tabs.nav-clean .active>a {
  color:#fff;
  background-color:transparent !important;
}


.nav-tabs>a {
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0;
}


.content-preise-bus {
  padding-top:15px;
}


.content-preise-bus h3.download {
  color: #cc1719;
  text-align: center;
  font-size:1.2em;
  padding-bottom:10px;
}

.content-preise-bus h3.download span {
  font-size:0.95em !important;
}

.content-preise-bus h3.upload {
  color: #14387f;
  text-align: center;
  font-size:1.2em;
  padding-bottom:10px;
  padding-top:40px;
}

.content-preise-bus h3.upload span {
  color: #14387f;
  font-size:0.95em !important;
}

.preis-liste {
  padding-top:40px;
}

.preis-liste .preise-owl {
  border: solid 1px #14387f;
}

.preis-liste .preise-owl li {
  color: #fff;
  font-size:1.1em;
  line-height:40px;
  font-weight:500;
  text-align: center;
  background: #14387f;
  border: solid 1px #14387f;
}

.owl-item .preise-owl {
  border: solid 1px #ccc;
  margin-right:5px;
}


.owl-item .preise-owl li {
  color: #353535;
  font-size:1.1em;
  line-height:40px;
  font-weight:400;
  text-align: center;
  border: solid 1px #ccc;
}

.owl-item .preise-owl li:first-child {
  color: #fff;
  font-size:1.1em;
  line-height:40px;
  font-weight:500;
  text-align: center;
  background: #cc1719;
  border:none;
}



.controlls-over .owl-controls .owl-prev {
    position: absolute;
    top: 100%;
    margin-top: -50px;
    right:auto;
    left: -13px;
    zoom: 1;
    width: 36px;
    height: 36px;
    opacity: 0;
  }

.controlls-over .owl-controls .owl-next {
    position: absolute;
    top: 100%;
    margin-top: -50px;
    left:auto;
    left: 70px;
    zoom: 1;
    width: 36px;
    height: 36px;
    opacity: 0;
}

.controlls-over .owl-controls {
    height:60px;
}


.owl-theme .owl-controls .owl-buttons div {
    color:#121212;
    background:#ccc; 
    border:#fff 1px solid;

    opacity:1; 
    filter: Alpha(Opacity=100);

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        border-radius: 3px;
  }


/* content-preise-privat Preise privat */
.price-box {
  width:100%;
  border: solid 3px #7bb0bb;
  background:#0096af;
  float:left;
  text-align:center;
  color:#fff;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  letter-spacing:0.02em;
  padding-top:15px;
  margin-bottom:20px;
}

.price-box h3 {
  font-size:1.15em;
  color:#fff;
  padding:0;
  margin:0;
}

.price-box h4 {
  font-size:1.9em;
  color:#fff;
  padding-bottom:20px;
}

.price-box h5 {
  font-size:3.5em;
  color:#fff;
}

.price-box p {
  font-size:1em;
  font-weight:200;
  letter-spacing:0.02em;
}

.price-bottom {
  background:#006e7d;
  margin-top:12px;
  padding-top:15px;
  padding-bottom:15px;
}

.price-bottom h6 {
  font-size:1.9em;
  color:#fff;
  padding-bottom:5px;
}

.price-bottom p {
  font-size:1em;
  font-weight:200;
  letter-spacing:0.02em;
}




/* content-preise-privat Preise Business */
.content-preise-business .price-box {
  width:100%;
  border: solid 3px #e07172;
  background:#cc1719;
  float:left;
  text-align:center;
  color:#fff;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  letter-spacing:0.02em;
  padding-top:15px;
}


.content-preise-business .price-bottom {
  background:#a21712;
  margin-top:12px;
  padding-top:15px;
  padding-bottom:15px;
}



/* https://www.w3schools.com/howto/howto_js_tabs.asp */
/* Style the tab */
.content-verfuegbarkeit .tab {
    overflow: hidden;
  border-bottom: 1px solid #ccc;
}

/* Style the links inside the tab */
.content-verfuegbarkeit .tab a {
    display: block;
    color: #353535;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    transition: 0.3s;
}

/* Change background color of links on hover */
.content-verfuegbarkeit .tab a:hover {
  color: #cc1719;
}

/* Create an active/current tablink class */
.content-verfuegbarkeit .tab a:focus, .content-verfuegbarkeit .tab .active {
  color: #cc1719;
}

/* Style the tab content */
.content-verfuegbarkeit .tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
 





.content-partner .ico-box {
  margin-bottom:15px;
  margin-top:25px;
}

.content-partner .ico-box h3 {
  font-size: 1.3em;
  margin:0;
  padding:0;
  margin-left:-10px;

}

.content-partner .ico-text {
  margin-left:-10px;
}

.content-partner .ico-box a {
  color:#353535;
}

.content-partner .ico-box a:hover {
  color: #cc1719;
}

.content-partner .ico-box a:active {
  color: #cc1719;
}

.content-partner .ico-box a:focus  {
  color: #cc1719;
}

.partner-box {
  text-align:center;
  color:#353535;
  padding:10px;
  background:#fff;
  width:93%;
  margin:auto;
  margin-bottom:30px;
}

.partner-box a {
  color:#353535;
}

.partner-box a:hover {
  color:#cc1719;
}

.m-bottm-50 {
  margin-bottom:50px;
}

.content-bodytext-agb h3 {
    color: #000;
    font-size: 1.3em;
    margin: 0;
    padding: 0;
}

.content-bodytext-agb p {
    color: #000;
    font-size: .85em;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    text-align: justify;
}


/* Animation  */
.hovereffect2 {
  width:100%;
  height:100%;
  float:left;
  overflow:hidden;
  position:relative;
  text-align:center;
  cursor:default;
}

.hovereffect2 .overlay {
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
  top:0;
  left:0;
  opacity:0;
  background-color:rgba(0,0,0,0.5);
  -webkit-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out
}

.hovereffect2 img {
  display:block;
  position:relative;
  -webkit-transition:all .4s linear;
  transition:all .4s linear;
}


.hovereffect2 a.info {
  text-decoration:none;
  display:inline-block;
  text-transform:uppercase;
  color:#fff;
  border:1px solid #fff;
  background-color:transparent;
  opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  margin:50px 0 0;
  padding:7px 14px;
}

.hovereffect2 a.info:hover {
  box-shadow:0 0 5px #fff;
}

.hovereffect2:hover img {
  -ms-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
}

.hovereffect2:hover .overlay {
  opacity:1;
  filter:alpha(opacity=100);
}

.hovereffect2:hover h2,.hovereffect:hover a.info {
  opacity:1;
  filter:alpha(opacity=100);
  -ms-transform:translatey(0);
  -webkit-transform:translatey(0);
  transform:translatey(0);
}

.hovereffect2:hover a.info {
  -webkit-transition-delay:.2s;
  transition-delay:.2s;
}


/** BOXEN  neu mit FLIP -------------------------------------*/
/* --Box Vorderseite ------- */
.box-flip .box1 {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border-radius:none !important;
}

/* boxen color */
.boxen-mynet, .boxen-tirolnet {
  background-color:#d81415 !important;
}

.boxen-mybackup {
  background-color:#55ab26 !important;
}

/* --Box Rueckseite ------- */
.box-flip .box2 {
  background-color: #c6c6c6;
  margin: 0 auto;
  display:table-cell;
  width:100%;
  vertical-align:middle;
  height:183px;  
}
/* --Box Rueckseite end------- */


/* --Title in Mitte ------- */
.box-title {
  display:table-cell;
  width:100%;
  vertical-align:middle;
  height:143px;
}

.box-flip h2{
  color:#fff !important;
  font-size:30px;
  margin:0;
  padding:0;
  text-align:center !important;
}

.box-flip h3{
  color:#000 !important;
  font-size:23px;
  margin:0;
  padding:0;
  text-align:center !important;
}



/* --Boxen mit Bild----- */
.box-img {
  width:100%;
  height:183px;
  background-color:transparent;
  border:1px solid #ccc;
  text-align:center;
  vertical-align: middle !important;
  display:table;
 
}

.box-img-cell {
  display:table-cell;
  width:100%;
  vertical-align:middle;
  height:183px;
}

.box-img img {
  max-width:95%;
  vertical-align:middle;
  margin:auto;
  height:auto;
}

/*==== 3 Boxen Ueberschrift=======*/
.boxflip-header h1 {
  padding:0;
  margin:0;
  padding-top:40px;
  color:#000;
  text-align:center;
  
}

.boxflip-header {
  padding-bottom:10px;
}
/** BOXEN  neu mit FLIP --end-----------------------------------*/

 .box-flip-row {
    margin-bottom:30px;
 }

.content-boxflip {
  margin-bottom:60px;
  text-align:center !important;
}

.sitemap-headline h2 {
  font-size:1.5em;
  padding:0;
  margin:0;
  padding-top:15px;
  padding-bottom:5px;
}

.csc-sitemap ul {
  list-style:none;
  margin-bottom:15px;
  
}

.fibertvbox-item {
  background:#cc1719;
  margin-bottom:3em;
  display:block;
  width:100%;
  float:left;
  clear:both;
  color:#fff !important;
  padding:2em;
}

.fibertvbox-item h3 {
  color:#fff !important;
}

.text-fibertv-big {
  font-size:1.15em;
  padding-bottom:3em;
}

.fibertvbox-item ul {
  list-style:none;
  display:-webkit-flex;display:-ms-flexbox;display:flex;
  -webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;
  -webkit-justify-content:space-between;-ms-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;      
}

.fibertvbox-item li {
  margin-bottom:0.5em;
}




/*------------Team-------------------*/
.content-team-box {
  padding-bottom: 40px;
}

.content-team {
  padding-bottom: 60px;
}

.content-team .team-img {
  float:left;
  width:140px;
  height: 189px;
  margin-right:20px;
  margin-left: 15px;
}


.content-team .team-body h3 {
  padding-bottom: 28px; 
  font-size:1.3em;
  line-height: 1.2em;
  color:#000;
  font-weight:400;
}

.content-team .team-body {
  padding-top: 28px; 
}

.content-team .team-body a, .content-team .team-body .icon-phone {
    font-family: 'Heebo', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #A94545;
}

.pt-pb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.team .pt-pb-80 {
    padding-top: 80px;
    padding-bottom: 30px;
}


.pt-pb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}


.icon-phone:before, .icon-mail:before, .icon-map-marker:before, .icon-fax:before {
  font-family:'FontAwesome';
  src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),
    url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight:normal;
  font-style:normal; 
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
     padding-right:5px;

}

.icon-phone:before{content:"\f095";}
.icon-mail:before{content:"\f003";}
.icon-map-marker:before{content:"\f041";}
.icon-fax:before{content:"\f1ac"}

.icon-fax{ text-decoration:none; cursor:default; color:#fff; font-weight:400 !important}
.icon-fax:hover{ text-decoration:none; cursor:default; color:#fff; font-weight:400 !important}


