/* 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 */



@font-face {
    font-family: ProximaNovaRegular;
    src: url("ProximaNovaRegular.otf") format("opentype");
}
@font-face {
    font-family: ProximaNovaLight;
    src: url("ProximaNovaLight.otf") format("opentype");
}
@font-face {
    font-family: ProximaNovaBold;
    src: url("ProximaNovaBold.otf") format("opentype");
}

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: "ProximaNovaRegular";
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, b, strong, div .slideshow_caption h2 {
	font-family: "ProximaNovaRegular" !important;
	text-transform: none !important;
	font-weight: 300 !important;
}
/*
	font-family: "ProximaNovaBold";
*/



/*
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 */

}