/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 8, 2016 */



@font-face {
    font-family: 'gotham_blackregular';
    src: url('ufonts.com_gotham-black-webfont.eot');
    src: url('ufonts.com_gotham-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('ufonts.com_gotham-black-webfont.woff2') format('woff2'),
         url('ufonts.com_gotham-black-webfont.woff') format('woff'),
         url('ufonts.com_gotham-black-webfont.ttf') format('truetype'),
         url('ufonts.com_gotham-black-webfont.svg#gotham_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 6, 2016 */



@font-face {
    font-family: 'proximasansregularregular';
    src: url('ufonts.com_proximasansregular.eot');
    src: url('ufonts.com_proximasansregular.eot?#iefix') format('embedded-opentype'),
         url('ufonts.com_proximasansregular.woff2') format('woff2'),
         url('ufonts.com_proximasansregular.woff') format('woff'),
         url('ufonts.com_proximasansregular.ttf') format('truetype'),
         url('ufonts.com_proximasansregular.svg#proximasansregularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}





/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}