    
@font-face {
    font-family: 't-light';
    src:url('../css/fonts/tungstenrounded-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 't-book';
    src: url('../../css/fonts/tungstenrounded-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 't-bold';
    src: url('../css/fonts/tungstenrounded-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: '-t-black';
    src:url('../css/fonts/tungstenrounded-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 't-semi';
    src: url('css/fonts/tungstenrounded-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 't-medium';
    src: url('css/fonts/tungstenrounded-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'webfontregular';
    src: url('../fonts/diamonds.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


[class^="icon-diamond-"]:before, [class*=" icon-diamond-"]:before {
    font-family: "webfontregular" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-diamond-round:before, .icon-diamond-Round:before {
    content: "\61";
}

.icon-diamond-princess:before, .icon-diamond-Princess:before {
    content: "\62";
}

.icon-diamond-cushion:before, .icon-diamond-Cushion:before {
    content: "\6c";
}

.icon-diamond-oval:before, .icon-diamond-Oval:before {
    content: "\6f";
}

.icon-diamond-emerald:before, .icon-diamond-Emerald:before {
    content: "\6d";
}

.icon-diamond-heart:before, .icon-diamond-Heart:before {
    content: "\71";
}

.icon-diamond-pear:before, .icon-diamond-Pear:before {
    content: "\70";
}

.icon-diamond-marquise:before, .icon-diamond-Marquise:before {
    content: "\6e";
}

.icon-diamond-asscher:before, .icon-diamond-Asscher:before {
    content: "\63";
}

.icon-diamond-radiant:before, .icon-diamond-Radiant:before {
    content: "\67";
}

.icon-diamond-bag:before{content:"\68"}
.icon-diamond-bag-o:before{content:"\69"}
.icon-diamond-bag-o-s:before{content:"\6a"}
.icon-diamond-side:before {
    content: "\6b"
}
.icon-diamond-close:before {
    content: "\64"
}
.icon-diamond-close-circle-fill:before {
    content: "\65"
}
.icon-diamond-close-circle:before {
    content: "\66"
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}