 /*Fonts
//////////////////////////////////////////////////// */
@font-face {
  font-family: 'GothamCnd-Medium';
  src: url('./fonts/GothamCnd-Medium.ttf') format('truetype'),
       url('./fonts/GothamCnd-Medium.woff') format('woff'),
       url('./fonts/GothamCnd-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamCnd-Bold';
  src: url('./fonts/GothamCnd-Bold.ttf') format('truetype'),
       url('./fonts/GothamCnd-Bold.woff') format('woff'),
       url('./fonts/GothamCnd-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Haettenschweiler';
  src: url('./fonts/Haettenschweiler.ttf') format('truetype'),
       url('./fonts/Haettenschweiler.woff') format('woff'),
       url('./fonts/Haettenschweiler.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HaveHeartTwo';
  src: url('./fonts/HaveHeartTwo.ttf') format('truetype'),
       url('./fonts/HaveHeartTwo.woff') format('woff'),
       url('./fonts/HaveHeartTwo.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icons';
  src:  url('./fonts/icons.woff2') format('woff2'),
        url('./fonts/icons.woff') format('woff'), 
        url('./fonts/icons.ttf')  format('truetype'),
        url('./fonts/icons.svg#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}



/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('./fonts/icons.svg#icons') format('svg');
  }
}
 
  [class^="icon-"]:before, 
  [class*=" icon-"]:before  {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
       
    /* fix buttons height, for twitter bootstrap */
    line-height: 24px;
   
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /*margin-left: .2em;*/
   
    /* you can be more comfortable with increased icons size */
    font-size: 24px; 

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 
}

 
[class^="icon-"].xxbig-icon:before, 
[class*=" icon-"].xxbig-icon:before {
    font-size: 48px;
    line-height: 48px;
}

[class^="icon-"].xbig-icon:before, 
[class*=" icon-"].xbig-icon:before {
    font-size: 44px;
    line-height: 44px;
}

[class^="icon-"].big-icon:before, 
[class*=" icon-"].big-icon:before {
    font-size: 38px;
    line-height: 38px;
}

[class^="icon-"].med-icon:before, 
[class*=" icon-"].med-icon:before {
    font-size: 32px;
    line-height: 32px;
}

[class^="icon-"].small-icon:before, 
[class*=" icon-"].small-icon:before {
    font-size: 27px;
    line-height: 27px;
}

[class^="icon-"].xsmall-icon:before, 
[class*=" icon-"].xsmall-icon:before {
    font-size: 21px;
    line-height: 21px;
}

[class^="icon-"].xxsmall-icon:before, 
[class*=" icon-"].xxsmall-icon:before {
    font-size: 15px;
    line-height: 15px;
}

[class^="icon-"].tiny-icon:before, 
[class*=" icon-"].tiny-icon:before {
    font-size: 12px;
    line-height: 12px;
}

.icon-arrow-right-cir:before { content: '\e801'; }
.icon-arrow-up-cir:before { content: '\e804'; }
.icon-asterisk-cir:before { content: '\e805'; }
.icon-arrow-down-cir:before { content: '\e806'; }
.icon-arrow-left-cir:before { content: '\e808'; }
.icon-calendar:before { content: '\e80a'; }
.icon-check-cir:before { content: '\e80b'; }
.icon-check:before { content: '\e80c'; }
.icon-calendar-cir:before { content: '\e80d'; }
.icon-cross-cir:before { content: '\e80e'; }
.icon-cir:before { content: '\e80f'; }
.icon-forbidden:before { content: '\e810'; }
.icon-eye-cir:before { content: '\e811'; }
.icon-exclamation:before { content: '\e812'; }
.icon-eye:before { content: '\e813'; }
.icon-hand:before { content: '\e814'; }
.icon-exclamation-cir:before { content: '\e817'; }
.icon-instagram:before { content: '\e818'; }
.icon-hand-cir:before { content: '\e819'; }
.icon-plus-cir:before { content: '\e81a'; }
.icon-minus-cir:before { content: '\e81b'; }
.icon-pause:before { content: '\e81c'; }
.icon-question:before { content: '\e81e'; }
.icon-pause-cir:before { content: '\e81f'; }
.icon-play-cir:before { content: '\e820'; }
.icon-settings:before { content: '\e822'; }
.icon-star-cir:before { content: '\e823'; }
.icon-question-cir:before { content: '\e824'; }
.icon-zoom-cir:before { content: '\e825'; }
.icon-star:before { content: '\e827'; }
.icon-user-cir:before { content: '\e828'; }
.icon-settings-cir:before { content: '\e829'; }
.icon-twitter:before { content: '\e82a'; }
.icon-user:before { content: '\e82b'; }
.icon-zoom:before { content: '\e82c'; }
.icon-arrow-down:before { content: '\e82d'; }
.icon-play:before { content: '\e82e'; }
.icon-plus:before { content: '\e82f'; }
.icon-arrow-right:before { content: '\e830'; }
.icon-minus:before { content: '\e831'; }
.icon-cross:before { content: '\e832'; }
.icon-arrow-left:before { content: '\e833'; }
.icon-arrow-up:before { content: '\e834'; }
.icon-asterisk:before { content: '\e835'; }
.icon-sw:before { content: '\e836'; }

