/** --------- **/
/*  WEB FONTS  */
/** --------- **/

/* Bradley Hand */

@font-face {
    font-family: 'bradley-hand';
    src: url('../fonts/Bradley-Hand-Bold.eot');
    src: url('../fonts/Bradley-Hand-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Bradley-Hand-Bold.woff') format('woff'), url('../fonts/Bradley-Hand-Bold.ttf') format('truetype'), url('../fonts/Bradley-Hand-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* Open Sans */

@font-face {
    font-family: 'open-sans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open-sans-bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'open-sans-bold-italic';
    src: url('../fonts/OpenSans-BoldItalic.eot');
    src: url('../fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-BoldItalic.woff2') format('woff2'), url('../fonts/OpenSans-BoldItalic.woff') format('woff'), url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-BoldItalic.svg#open_sansbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'open-sans-italic';
    src: url('../fonts/OpenSans-Italic.eot');
    src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic.woff2') format('woff2'), url('../fonts/OpenSans-Italic.woff') format('woff'), url('../fonts/OpenSans-Italic.ttf') format('truetype'), url('../fonts/OpenSans-Italic.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

/* Rockwell */

@font-face {
    font-family: 'rockwell';
    src: url('../fonts/Rockwell-Bold.eot');
    src: url('../fonts/Rockwell-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Rockwell-Bold.woff') format('woff'), url('../fonts/Rockwell-Bold.ttf') format('truetype'), url('../fonts/Rockwell-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* Cando iconset */

@font-face {
    font-family: 'cando-icons';
    src: url('../fonts/CandoIcons.eot');
    src: url('../fonts/CandoIcons.eot?#iefix') format('embedded-opentype'), url('../fonts/CandoIcons.woff') format('woff'), url('../fonts/CandoIcons.ttf') format('truetype'), url('../fonts/CandoIcons.svg?#CandoIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ci {
    font-family: 'cando-icons', serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ci-chat:before {
    content: "\e600";
}

.ci-inspiration:before {
    content: "\e601";
}

.ci-marker:before {
    content: "\e602";
}

.ci-products:before {
    content: "\e603";
}

.ci-help:before {
    content: "\e604";
}

.ci-tools:before {
    content: "\e605";
}

.ci-download:before {
    content: "\e606";
}

/* Cando mobile iconset */

@font-face {
    font-family: 'CandoIconsMobile';
    src:  url('../fonts/CandoIconsMobile.eot?vt1ksl');
    src:  url('../fonts/CandoIconsMobile.eot?vt1ksl#iefix') format('embedded-opentype'),
    url('../fonts/CandoIconsMobile.ttf?vt1ksl') format('truetype'),
    url('../fonts/CandoIconsMobile.woff?vt1ksl') format('woff'),
    url('../fonts/CandoIconsMobile.svg?vt1ksl#CandoIconsMobile') format('svg');
    font-weight: normal;
    font-style: normal;
}

.cim {
    font-family: 'CandoIconsMobile' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cim-2x{
    font-size: 24px;
}

.cim-3x{
    font-size: 33px;
}

.cim-close:before{
    content: "\e900";
}

/** ---------- **/
/*  TYPOGRAPHY  */
/** ---------- **/

.ccm-page {
    color: #666;
    font-family: open-sans, sans-serif;
}

.ccm-page .tooltip, .ccm-page .popover {
    font-family: open-sans, sans-serif;
}

.ccm-page li a {
    color: #666;
}
.ccm-page .block li a {
    color: #f19001;
}
.ccm-page .product-detail li a {
    color: #f19001;
}

.ccm-page a {
    color: #f19001;
}

.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4 {
    margin-top: 0;
}

.ccm-page h1 {
    color: #f19001;
    font-size: 40px;
    font-weight: normal;
    line-height: 52px;
}

.ccm-page h2 {
    color: black;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.ccm-page h3 {
    color: black;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
}

.ccm-page .block h2{
    color: black;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
}
.ccm-page .block.footer-teaser h3{
    color: black;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}
.ccm-page .block.footer-newsletter-teaser h3{
    color: black;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

@media (max-width: 767px) {
    .ccm-page h1 { font-size: 30px; line-height: normal;}
    .ccm-page h2 { font-size: 20px; line-height: normal;}
    .ccm-page h3 { font-size: 18px; line-height: normal;}
    .ccm-page .block.footer-teaser h3,
    .ccm-page .block.footer-newsletter-teaser h3 { font-size: 30px; line-height: normal;}
}