/* nunito-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 300;
    src: url('../Fonts/nunito-v25-latin-300.eot'); /* IE9 Compat Modes */
    src: url('../Fonts/nunito-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Fonts/nunito-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../Fonts/nunito-v25-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../Fonts/nunito-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../Fonts/nunito-v25-latin-300.svg#Nunito') format('svg'); /* Legacy iOS */
}

/* nunito-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/nunito-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../Fonts/nunito-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Fonts/nunito-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../Fonts/nunito-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../Fonts/nunito-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../Fonts/nunito-v25-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
}

/* nunito-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    src: url('../Fonts/nunito-v25-latin-600.eot'); /* IE9 Compat Modes */
    src: url('../Fonts/nunito-v25-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Fonts/nunito-v25-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../Fonts/nunito-v25-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../Fonts/nunito-v25-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../Fonts/nunito-v25-latin-600.svg#Nunito') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Futura PT';
    src: url("../Fonts/FuturaPT-Light.eot");
    src: url("../Fonts/FuturaPT-Light.eot?#iefix") format("embedded-opentype"),
    url("../Fonts/FuturaPT-Light.woff2") format("woff2"),
    url("../Fonts/FuturaPT-Light.ttf") format("truetype"),
    url("../Fonts/FuturaPT-Light.svg#FuturaPT-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url("../Fonts/FuturaPT-Book.eot");
    src: url("../Fonts/FuturaPT-Book.eot?#iefix") format("embedded-opentype"),
    url("../Fonts/FuturaPT-Book.woff2") format("woff2"),
    url("../Fonts/FuturaPT-Book.ttf") format("truetype"),
    url("../Fonts/FuturaPT-Book.svg#FuturaPT-Book") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT Condensed';
    src: url('../Fonts/futuraptcondbook.eot');
    src: url('../Fonts/futuraptcondbook.eot?#iefix') format('embedded-opentype'),
    url('../Fonts/futuraptcondbook.woff2') format('woff2'),
    url('../Fonts/futuraptcondbook.woff') format('woff'),
    url('../Fonts/futuraptcondbook.ttf') format('truetype'),
    url('../Fonts/futuraptcondbook.svg#futura_pt_condbook') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Futura PT Condensed';
    src: url('../Fonts/futuraptcondensedlight.eot');
    src: url('../Fonts/futuraptcondensedlight.eot?#iefix') format('embedded-opentype'),
    url('../Fonts/futuraptcondensedlight.woff2') format('woff2'),
    url('../Fonts/futuraptcondensedlight.woff') format('woff'),
    url('../Fonts/futuraptcondensedlight.ttf') format('truetype'),
    url('../Fonts/futuraptcondensedlight.svg#futuralight_condensed') format('svg');
    font-weight: 300;
    font-style: normal;

}

/* MainMenu Settings*/
.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    width: 300px;
}

.dropdown-menu {
    font-size: 1em;
}