@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff'), url('../fonts/opensans-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/opensans-extrabold-webfont.eot');
    src: url('../fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-extrabold-webfont.woff2') format('woff2'), url('../fonts/opensans-extrabold-webfont.woff') format('woff'), url('../fonts/opensans-extrabold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans-light-webfont.woff') format('woff'), url('../fonts/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* font -family */

.os-l {
    font-family: 'open_sanslight';
}

.os-r {
    font-family: 'open_sansregular';
}

.os-sb {
    font-family: 'open_sanssemibold';
}

.os-b {
    font-family: 'open_sansbold';
}


/* End font -family */


/* Font Size */

.fs-9 {
    font-size: 9px;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 15px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 17px;
}

.fs-28 {
    font-size: 20px;
}

.fs-20-14 {
    font-size: 14px;
}

.fs-36 {
    font-size: 36px;
}


/* End Font Size */


/* font weight */

.font-wt-600 {
    font-weight: 600;
}


/* font-weight */


/* Font Color */

.white {
    color: #fff;
}

.black {
    color: #000;
}

.bordeaux {
    color: #411616;
}

.burnt-sienna {
    color: #E8644C;
}

.burnt-sienna:hover {
    color: #E8644C;
}

.sunset-orange {
    color: #FF5038;
}

.sunset-orange:hover {
    color: #FF5038;
}

.light-grey {
    color: #afafaf;
}

.grey {
    color: #BCBCBC;
}

.grey-2 {
    color: #707070;
}

.grey-2:hover {
    color: #707070;
}

.grey-3 {
    color: #C4C4C4;
}

.grey-3:hover {
    color: #C4C4C4;
}

.grey-dark {
    color: #979797;
}

.dark-gray {
    color: #b4b4b4;
}

.green {
    color: #14C176;
}

.completed-green {
    color: #32B829;
}

.like {
    color: #001848;
}

.like:hover {
    color: #001848;
}
.slide{
	padding-left: 35px;
    font-size: 14px;
    font-weight: bold;
}


/* End Font Color */