@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------
    [Divided list]
----------------------------------------------------*/
.divided li:not(:first-child){
	border-right: 1px solid #000;
	line-height: 2rem;
	padding-right: 0.8rem;
}

/*--------------------------------------------------------------------------------------
    [Background Colors]
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
    [Red]
----------------------------------------------------*/
.bg-red-50 {
	background: #ffebee !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-red-100 {
	background: #ffcdd2 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-red-200 {
	background: #ef9a9a !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-red-300 {
	background: #e57373 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-red-400 {
	background: #ef5350 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-red-500 {
	background: #f44336 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-red-600 {
	background: #e53935 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-red-700 {
	background: #d32f2f !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-red-800 {
	background: #c62828 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-red-900 {
	background: #b71c1c !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-red-a100 {
	background: #ff8a80 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-red-a200 {
	background: #ff5252 !important;
	color: white !important;
}
.bg-red-a400 {
	background: #ff1744 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-red-a700 {
	background: #d50000 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
/*--------------------------------------------------
    [Pink]
----------------------------------------------------*/
.bg-pink-50 {
	background: #fce4ec !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-pink-100 {
	background: #f8bbd0 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-pink-200 {
	background: #f48fb1 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-pink-300 {
	background: #f06292 !important;
	color: white !important;
}
.bg-pink-400 {
	background: #ec407a !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-pink-500 {
	background: #e91e63 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-pink-600 {
	background: #d81b60 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-pink-700 {
	background: #c2185b !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-pink-800 {
	background: #ad1457 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-pink-900 {
	background: #880e4f !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-pink-a100 {
	background: #ff80ab !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-pink-a200 {
	background: #ff4081 !important;
	color: white !important;
}
.bg-pink-a400 {
	background: #f50057 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-pink-a700 {
	background: #c51162 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
/*--------------------------------------------------
    [Purple]
----------------------------------------------------*/
.bg-purple-50 {
	background: #f3e5f5 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-purple-100 {
	background: #e1bee7 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-purple-200 {
	background: #ce93d8 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-purple-300 {
	background: #ba68c8 !important;
	color: white !important;
}
.bg-purple-400 {
	background: #ab47bc !important;
	color: white !important;
}
.bg-purple-500 {
	background: #9c27b0 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-purple-600 {
	background: #8e24aa !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-purple-700 {
	background: #7b1fa2 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-purple-800 {
	background: #6a1b9a !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-purple-900 {
	background: #4a148c !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-purple-a100 {
	background: #ea80fc !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-purple-a200 {
	background: #e040fb !important;
	color: white !important;
}
.bg-purple-a400 {
	background: #d500f9 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-purple-a700 {
	background: #aa00ff !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
/*--------------------------------------------------
    [Deep Purple]
----------------------------------------------------*/
.bg-deep-purple-50 {
	background: #ede7f6 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-purple-100 {
	background: #d1c4e9 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-purple-200 {
	background: #b39ddb !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-purple-300 {
	background: #9575cd !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-400 {
	background: #7e57c2 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-500 {
	background: #673ab7 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-600 {
	background: #5e35b1 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-700 {
	background: #512da8 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-800 {
	background: #4527a0 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-900 {
	background: #311b92 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-a100 {
	background: #b388ff !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-purple-a200 {
	background: #7c4dff !important;
	color: white !important;
}
.bg-deep-purple-a400 {
	background: #651fff !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-a700 {
	background: #6200ea !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
/*--------------------------------------------------
    [Indigo]
----------------------------------------------------*/
.bg-indigo-50 {
	background: #e8eaf6 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-indigo-100 {
	background: #c5cae9 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-indigo-200 {
	background: #9fa8da !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-indigo-300 {
	background: #7986cb !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-400 {
	background: #5c6bc0 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-500 {
	background: #3f51b5 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-600 {
	background: #3949ab !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-700 {
	background: #303f9f !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-800 {
	background: #283593 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-900 {
	background: #1a237e !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-a100 {
	background: #8c9eff !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-indigo-a200 {
	background: #536dfe !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-a400 {
	background: #3d5afe !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-a700 {
	background: #304ffe !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
/*--------------------------------------------------
    [Blue]
----------------------------------------------------*/
.bg-blue-50 {
	background: #e3f2fd !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-100 {
	background: #bbdefb !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-200 {
	background: #90caf9 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-300 {
	background: #64b5f6 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-400 {
	background: #42a5f5 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-500 {
	background: #2196f3 !important;
	color: white !important;
}
.bg-blue-600 {
	background: #1e88e5 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-700 {
	background: #1976d2 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-800 {
	background: #1565c0 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-900 {
	background: #0d47a1 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-a100 {
	background: #82b1ff !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-a200 {
	background: #448aff !important;
	color: white !important;
}
.bg-blue-a400 {
	background: #2979ff !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-a700 {
	background: #2962ff !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
/*--------------------------------------------------
    [Light Blue]
----------------------------------------------------*/
.bg-light-blue-50 {
	background: #e1f5fe !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-100 {
	background: #b3e5fc !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-200 {
	background: #81d4fa !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-300 {
	background: #4fc3f7 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-400 {
	background: #29b6f6 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-500 {
	background: #03a9f4 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-600 {
	background: #039be5 !important;
	color: white !important;
}
.bg-light-blue-700 {
	background: #0288d1 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-light-blue-800 {
	background: #0277bd !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-light-blue-900 {
	background: #01579b !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-light-blue-a100 {
	background: #80d8ff !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-a200 {
	background: #40c4ff !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-a400 {
	background: #00b0ff !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-a700 {
	background: #0091ea !important;
	color: white !important;
}
/*--------------------------------------------------
    [Cyan]
----------------------------------------------------*/
.bg-cyan-50 {
	background: #e0f7fa !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-100 {
	background: #b2ebf2 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-200 {
	background: #80deea !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-300 {
	background: #4dd0e1 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-400 {
	background: #26c6da !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-500 {
	background: #00bcd4 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-600 {
	background: #00acc1 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-700 {
	background: #0097a7 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-cyan-800 {
	background: #00838f !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-cyan-900 {
	background: #006064 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-cyan-a100 {
	background: #84ffff !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-a200 {
	background: #18ffff !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-a400 {
	background: #00e5ff !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-a700 {
	background: #00b8d4 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
/*--------------------------------------------------
    [Teal]
----------------------------------------------------*/
.bg-teal-50 {
	background: #e0f2f1 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-100 {
	background: #b2dfdb !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-200 {
	background: #80cbc4 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-300 {
	background: #4db6ac !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-400 {
	background: #26a69a !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-500 {
	background: #009688 !important;
	color: white !important;
}
.bg-teal-600 {
	background: #00897b !important;
	color: white !important;
}
.bg-teal-700 {
	background: #00796b !important;
	color: white !important;
}
.bg-teal-800 {
	background: #00695c !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-teal-900 {
	background: #004d40 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-teal-a100 {
	background: #a7ffeb !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-a200 {
	background: #64ffda !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-a400 {
	background: #1de9b6 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-a700 {
	background: #00bfa5 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
/*--------------------------------------------------
    [Green]
----------------------------------------------------*/
.bg-green-50 {
	background: #e8f5e9 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-100 {
	background: #c8e6c9 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-200 {
	background: #a5d6a7 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-300 {
	background: #81c784 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-400 {
	background: #66bb6a !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-500 {
	background: #4caf50 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-600 {
	background: #43a047 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-green-700 {
	background: #388e3c !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-green-800 {
	background: #2e7d32 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-green-900 {
	background: #1b5e20 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-green-a100 {
	background: #b9f6ca !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-a200 {
	background: #69f0ae !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-a400 {
	background: #00e676 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-a700 {
	background: #00c853 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
/*--------------------------------------------------
    [bg-light Green]
----------------------------------------------------*/
.bg-light-green-50 {
	background: #f1f8e9 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-100 {
	background: #dcedc8 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-200 {
	background: #c5e1a5 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-300 {
	background: #aed581 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-400 {
	background: #9ccc65 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-500 {
	background: #8bc34a !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-600 {
	background: #7cb342 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-700 {
	background: #689f38 !important;
	color: white !important;
}
.bg-light-green-800 {
	background: #558b2f !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-light-green-900 {
	background: #33691e !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-light-green-a100 {
	background: #ccff90 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-a200 {
	background: #b2ff59 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-a400 {
	background: #76ff03 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-a700 {
	background: #64dd17 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
/*--------------------------------------------------
    [Lime]
----------------------------------------------------*/
.bg-lime-50 {
	background: #f9fbe7 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-100 {
	background: #f0f4c3 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-200 {
	background: #e6ee9c !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-300 {
	background: #dce775 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-400 {
	background: #d4e157 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-500 {
	background: #cddc39 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-600 {
	background: #c0ca33 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-700 {
	background: #afb42b !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-800 {
	background: #9e9d24 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-900 {
	background: #827717 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-lime-a100 {
	background: #f4ff81 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-a200 {
	background: #eeff41 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-a400 {
	background: #c6ff00 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-a700 {
	background: #aeea00 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
/*--------------------------------------------------
    [Yellow]
----------------------------------------------------*/
.bg-yellow-50 {
	background: #fffde7 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-100 {
	background: #fff9c4 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-200 {
	background: #fff59d !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-300 {
	background: #fff176 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-400 {
	background: #ffee58 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-500 {
	background: #ffeb3b !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-600 {
	background: #fdd835 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-700 {
	background: #fbc02d !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-800 {
	background: #f9a825 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-900 {
	background: #f57f17 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-a100 {
	background: #ffff8d !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-a200 {
	background: #ffff00 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-a400 {
	background: #ffea00 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-a700 {
	background: #ffd600 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
/*--------------------------------------------------
    [Amber]
----------------------------------------------------*/
.bg-amber-50 {
	background: #fff8e1 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-100 {
	background: #ffecb3 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-200 {
	background: #ffe082 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-300 {
	background: #ffd54f !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-400 {
	background: #ffca28 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-500 {
	background: #ffc107 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-600 {
	background: #ffb300 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-700 {
	background: #ffa000 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-800 {
	background: #ff8f00 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-900 {
	background: #ff6f00 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-a100 {
	background: #ffe57f !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-a200 {
	background: #ffd740 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-a400 {
	background: #ffc400 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-a700 {
	background: #ffab00 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
/*--------------------------------------------------
    [Orange]
----------------------------------------------------*/
.bg-orange-50 {
	background: #fff3e0 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-100 {
	background: #ffe0b2 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-200 {
	background: #ffcc80 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-300 {
	background: #ffb74d !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-400 {
	background: #ffa726 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-500 {
	background: #ff9800 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-600 {
	background: #fb8c00 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-700 {
	background: #f57c00 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-800 {
	background: #ef6c00 !important;
	color: white !important;
}
.bg-orange-900 {
	background: #e65100 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-orange-a100 {
	background: #ffd180 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-a200 {
	background: #ffab40 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-a400 {
	background: #ff9100 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-a700 {
	background: #ff6d00 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
/*--------------------------------------------------
    [bg-deep Orange]
----------------------------------------------------*/
.bg-deep-orange-50 {
	background: #fbe9e7 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-orange-100 {
	background: #ffccbc !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-orange-200 {
	background: #ffab91 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-orange-300 {
	background: #ff8a65 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-orange-400 {
	background: #ff7043 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-orange-500 {
	background: #ff5722 !important;
	color: white !important;
}
.bg-deep-orange-600 {
	background: #f4511e !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-orange-700 {
	background: #e64a19 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-orange-800 {
	background: #d84315 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-orange-900 {
	background: #bf360c !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-orange-a100 {
	background: #ff9e80 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-orange-a200 {
	background: #ff6e40 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-orange-a400 {
	background: #ff3d00 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-orange-a700 {
	background: #dd2c00 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
/*--------------------------------------------------
    [Brown]
----------------------------------------------------*/
.bg-brown-50 {
	background: #efebe9 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-brown-100 {
	background: #d7ccc8 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-brown-200 {
	background: #bcaaa4 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-brown-300 {
	background: #a1887f !important;
	color: white !important;
}
.bg-brown-400 {
	background: #8d6e63 !important;
	color: rgba(255, 255, 255, 0.87) !important;

}
.bg-brown-500 {
	background: #795548 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-brown-600 {
	background: #6d4c41 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-brown-700 {
	background: #5d4037 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-brown-800 {
	background: #4e342e !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-brown-900 {
	background: #3e2723 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
/*--------------------------------------------------
    [Grey]
----------------------------------------------------*/
.bg-grey-50 {
	background: #fafafa !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-100 {
	background: #f5f5f5 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-200 {
	background: #eeeeee !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-300 {
	background: #e0e0e0 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-400 {
	background: #bdbdbd !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-500 {
	background: #9e9e9e !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-600 {
	background: #757575 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-grey-700 {
	background: #616161 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-grey-800 {
	background: #424242 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-grey-900 {
	background: #212121 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
/*--------------------------------------------------
    [Grey Hover]
----------------------------------------------------*/
.bg-grey-50-hover:hover {
	background: #fafafa !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-100-hover:hover {
	background: #f5f5f5 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-200-hover:hover {
	background: #eeeeee !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-300-hover:hover {
	background: #e0e0e0 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-400-hover:hover {
	background: #bdbdbd !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-500-hover:hover {
	background: #9e9e9e !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-600-hover:hover {
	background: #757575 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-grey-700-hover:hover {
	background: #616161 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-grey-800-hover:hover {
	background: #424242 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-grey-900-hover:hover {
	background: #212121 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
/*--------------------------------------------------
    [Blue Grey]
----------------------------------------------------*/
.bg-blue-grey-50 {
	background: #eceff1 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-grey-100 {
	background: #cfd8dc !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-grey-200 {
	background: #b0bec5 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-grey-300 {
	background: #90a4ae !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-grey-400 {
	background: #78909c !important;
	color: white !important;
}
.bg-blue-grey-500 {
	background: #607d8b !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-grey-600 {
	background: #546e7a !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-grey-700 {
	background: #455a64 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-grey-800 {
	background: #37474f !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-grey-900 {
	background: #263238 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
/*--------------------------------------------------
    [Gold, Black & White]
----------------------------------------------------*/
.bg-gold {
	background: #bf9361 !important;
	color: white !important;
}
.bg-black {
	background: #000000 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-white {
	background: #ffffff !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-transparent{
	background-color: transparent !important;
}

/*------------------------------------------------------------------
    [Colors]
------------------------------------------------------------------*/
/*======= Red ===========*/
.red-50 {
	color: #ffebee !important;
}
.red-100 {
	color: #ffcdd2 !important;
}
.red-200 {
	color: #ef9a9a !important;
}
.red-300 {
	color: #e57373 !important;
}
.red-400 {
	color: #ef5350 !important;
}
.red-500 {
	color: #f44336 !important;
}
.red-600 {
	color: #e53935 !important;
}
.red-700 {
	color: #d32f2f !important;
}
.red-800 {
	color: #c62828 !important;
}
.red-900 {
	color: #b71c1c !important;
}
.red-a100 {
	color: #ff8a80 !important;
}
.red-a200 {
	color: #ff5252 !important;
}
.red-a400 {
	color: #ff1744 !important;
}
.red-a700 {
	color: #d50000 !important;
}

/*============== Pink ===========*/
.pink-50 {
	color: #fce4ec !important;
}
.pink-100 {
	color: #f8bbd0 !important;
}
.pink-200 {
	color: #f48fb1 !important;
}
.pink-300 {
	color: #f06292 !important;
}
.pink-400 {
	color: #ec407a !important;
}
.pink-500 {
	color: #e91e63 !important;
}
.pink-600 {
	color: #d81b60 !important;
}
.pink-700 {
	color: #c2185b !important;
}
.pink-800 {
	color: #ad1457 !important;
}
.pink-900 {
	color: #880e4f !important;
}
.pink-a100 {
	color: #ff80ab !important;
}
.pink-a200 {
	color: #ff4081 !important;
}
.pink-a400 {
	color: #f50057 !important;
}
.pink-a700 {
	color: #c51162 !important;
}

/*======= Purple ===========*/

.purple-50 {
	color: #f3e5f5 !important;
}
.purple-100 {
	color: #e1bee7 !important;
}
.purple-200 {
	color: #ce93d8 !important;
}
.purple-300 {
	color: #ba68c8 !important;
}
.purple-400 {
	color: #ab47bc !important;
}
.purple-500 {
	color: #9c27b0 !important;
}
.purple-600 {
	color: #8e24aa !important;
}
.purple-700 {
	color: #7b1fa2 !important;
}
.purple-800 {
	color: #6a1b9a !important;
}
.purple-900 {
	color: #4a148c !important;
}
.purple-a100 {
	color: #ea80fc !important;
}
.purple-a200 {
	color: #e040fb !important;
}
.purple-a400 {
	color: #d500f9 !important;
}
.purple-a700 {
	color: #aa00ff !important;
}

/*======= Deep Purple ===========*/

.deep-purple-50 {
	color: #ede7f6 !important;
}
.deep-purple-100 {
	color: #d1c4e9 !important;
}
.deep-purple-200 {
	color: #b39ddb !important;
}
.deep-purple-300 {
	color: #9575cd !important;
}
.deep-purple-400 {
	color: #7e57c2 !important;
}
.deep-purple-500 {
	color: #673ab7 !important;
}
.deep-purple-600 {
	color: #5e35b1 !important;
}
.deep-purple-700 {
	color: #512da8 !important;
}
.deep-purple-800 {
	color: #4527a0 !important;
}
.deep-purple-900 {
	color: #311b92 !important;
}
.deep-purple-a100 {
	color: #b388ff !important;
}
.deep-purple-a200 {
	color: #7c4dff !important;
}
.deep-purple-a400 {
	color: #651fff !important;
}
.deep-purple-a700 {
	color: #6200ea !important;
}

/*======= Indigo ===========*/

.indigo-50 {
	color: #e8eaf6 !important;
}
.indigo-100 {
	color: #c5cae9 !important;
}
.indigo-200 {
	color: #9fa8da !important;
}
.indigo-300 {
	color: #7986cb !important;
}
.indigo-400 {
	color: #5c6bc0 !important;
}
.indigo-500 {
	color: #3f51b5 !important;
}
.indigo-600 {
	color: #3949ab !important;
}
.indigo-700 {
	color: #303f9f !important;
}
.indigo-800 {
	color: #283593 !important;
}
.indigo-900 {
	color: #1a237e !important;
}
.indigo-a100 {
	color: #8c9eff !important;
}
.indigo-a200 {
	color: #536dfe !important;
}
.indigo-a400 {
	color: #3d5afe !important;
}
.indigo-a700 {
	color: #304ffe !important;
}

/*======= Blue ===========*/

.blue-50 {
	color: #e3f2fd !important;
}
.blue-100 {
	color: #bbdefb !important;
}
.blue-200 {
	color: #90caf9 !important;
}
.blue-300 {
	color: #64b5f6 !important;
}
.blue-400 {
	color: #42a5f5 !important;
}
.blue-500 {
	color: #2196f3 !important;
}
.blue-600 {
	color: #1e88e5 !important;
}
.blue-700 {
	color: #1976d2 !important;
}
.blue-800 {
	color: #1565c0 !important;
}
.blue-900 {
	color: #0d47a1 !important;
}
.blue-a100 {
	color: #82b1ff !important;
}
.blue-a200 {
	color: #448aff !important;
}
.blue-a400 {
	color: #2979ff !important;
}
.blue-a700 {
	color: #2962ff !important;
}

/*======= Light Blue ===========*/

.light-blue-50 {
	color: #e1f5fe !important;
}
.light-blue-100 {
	color: #b3e5fc !important;
}
.light-blue-200 {
	color: #81d4fa !important;
}
.light-blue-300 {
	color: #4fc3f7 !important;
}
.light-blue-400 {
	color: #29b6f6 !important;
}
.light-blue-500 {
	color: #03a9f4 !important;
}
.light-blue-600 {
	color: #039be5 !important;
}
.light-blue-700 {
	color: #0288d1 !important;
}
.light-blue-800 {
	color: #0277bd !important;
}
.light-blue-900 {
	color: #01579b !important;
}
.light-blue-a100 {
	color: #80d8ff !important;
}
.light-blue-a200 {
	color: #40c4ff !important;
}
.light-blue-a400 {
	color: #00b0ff !important;
}
.light-blue-a700 {
	color: #0091ea !important;
}

/*======= Cyan ===========*/

.cyan-50 {
	color: #e0f7fa !important;
}
.cyan-100 {
	color: #b2ebf2 !important;
}
.cyan-200 {
	color: #80deea !important;
}
.cyan-300 {
	color: #4dd0e1 !important;
}
.cyan-400 {
	color: #26c6da !important;
}
.cyan-500 {
	color: #00bcd4 !important;
}
.cyan-600 {
	color: #00acc1 !important;
}
.cyan-700 {
	color: #0097a7 !important;
}
.cyan-800 {
	color: #00838f !important;
}
.cyan-900 {
	color: #006064 !important;
}
.cyan-a100 {
	color: #84ffff !important;
}
.cyan-a200 {
	color: #18ffff !important;
}
.cyan-a400 {
	color: #00e5ff !important;
}
.cyan-a700 {
	color: #00b8d4 !important;
}

/*======= Teal ===========*/

.teal-50 {
	color: #e0f2f1 !important;
}
.teal-100 {
	color: #b2dfdb !important;
}
.teal-200 {
	color: #80cbc4 !important;
}
.teal-300 {
	color: #4db6ac !important;
}
.teal-400 {
	color: #26a69a !important;
}
.teal-500 {
	color: #009688 !important;
}
.teal-600 {
	color: #00897b !important;
}
.teal-700 {
	color: #00796b !important;
}
.teal-800 {
	color: #00695c !important;
}
.teal-900 {
	color: #004d40 !important;
}
.teal-a100 {
	color: #a7ffeb !important;
}
.teal-a200 {
	color: #64ffda !important;
}
.teal-a400 {
	color: #1de9b6 !important;
}
.teal-a700 {
	color: #00bfa5 !important;
}

/*======= Green ===========*/

.green-50 {
	color: #e8f5e9 !important;
}
.green-100 {
	color: #c8e6c9 !important;
}
.green-200 {
	color: #a5d6a7 !important;
}
.green-300 {
	color: #81c784 !important;
}
.green-400 {
	color: #66bb6a !important;
}
.green-500 {
	color: #4caf50 !important;
}
.green-600 {
	color: #43a047 !important;
}
.green-700 {
	color: #388e3c !important;
}
.green-800 {
	color: #2e7d32 !important;
}
.green-900 {
	color: #1b5e20 !important;
}
.green-a100 {
	color: #b9f6ca !important;
}
.green-a200 {
	color: #69f0ae !important;
}
.green-a400 {
	color: #00e676 !important;
}
.green-a700 {
	color: #00c853 !important;
}

/*======= Light Green ===========*/

.light-green-50 {
	color: #f1f8e9 !important;
}
.light-green-100 {
	color: #dcedc8 !important;
}
.light-green-200 {
	color: #c5e1a5 !important;
}
.light-green-300 {
	color: #aed581 !important;
}
.light-green-400 {
	color: #9ccc65 !important;
}
.light-green-500 {
	color: #8bc34a !important;
}
.light-green-600 {
	color: #7cb342 !important;
}
.light-green-700 {
	color: #689f38 !important;
}
.light-green-800 {
	color: #558b2f !important;
}
.light-green-900 {
	color: #33691e !important;
}
.light-green-a100 {
	color: #ccff90 !important;
}
.light-green-a200 {
	color: #b2ff59 !important;
}
.light-green-a400 {
	color: #76ff03 !important;
}
.light-green-a700 {
	color: #64dd17 !important;
}

/*======= Lime ===========*/

.lime-50 {
	color: #f9fbe7 !important;
}
.lime-100 {
	color: #f0f4c3 !important;
}
.lime-200 {
	color: #e6ee9c !important;
}
.lime-300 {
	color: #dce775 !important;
}
.lime-400 {
	color: #d4e157 !important;
}
.lime-500 {
	color: #cddc39 !important;
}
.lime-600 {
	color: #c0ca33 !important;
}
.lime-700 {
	color: #afb42b !important;
}
.lime-800 {
	color: #9e9d24 !important;
}
.lime-900 {
	color: #827717 !important;
}
.lime-a100 {
	color: #f4ff81 !important;
}
.lime-a200 {
	color: #eeff41 !important;
}
.lime-a400 {
	color: #c6ff00 !important;
}
.lime-a700 {
	color: #aeea00 !important;
}

/*======= Yellow ===========*/

.yellow-50 {
	color: #fffde7 !important;
}
.yellow-100 {
	color: #fff9c4 !important;
}
.yellow-200 {
	color: #fff59d !important;
}
.yellow-300 {
	color: #fff176 !important;
}
.yellow-400 {
	color: #ffee58 !important;
}
.yellow-500 {
	color: #ffeb3b !important;
}
.yellow-600 {
	color: #fdd835 !important;
}
.yellow-700 {
	color: #fbc02d !important;
}
.yellow-800 {
	color: #f9a825 !important;
}
.yellow-900 {
	color: #f57f17 !important;
}
.yellow-a100 {
	color: #ffff8d !important;
}
.yellow-a200 {
	color: #ffff00 !important;
}
.yellow-a400 {
	color: #ffea00 !important;
}
.yellow-a700 {
	color: #ffd600 !important;
}

/*================= Amber ================*/

.amber-50 {
	color: #fff8e1 !important;
}
.amber-100 {
	color: #ffecb3 !important;
}
.amber-200 {
	color: #ffe082 !important;
}
.amber-300 {
	color: #ffd54f !important;
}
.amber-400 {
	color: #ffca28 !important;
}
.amber-500 {
	color: #ffc107 !important;
}
.amber-600 {
	color: #ffb300 !important;
}
.amber-700 {
	color: #ffa000 !important;
}
.amber-800 {
	color: #ff8f00 !important;
}
.amber-900 {
	color: #ff6f00 !important;
}
.amber-a100 {
	color: #ffe57f !important;
}
.amber-a200 {
	color: #ffd740 !important;
}
.amber-a400 {
	color: #ffc400 !important;
}
.amber-a700 {
	color: #ffab00 !important;
}

/*================= Orange ================*/

.orange-50 {
	color: #fff3e0 !important;
}
.orange-100 {
	color: #ffe0b2 !important;
}
.orange-200 {
	color: #ffcc80 !important;
}
.orange-300 {
	color: #ffb74d !important;
}
.orange-400 {
	color: #ffa726 !important;
}
.orange-500 {
	color: #ff9800 !important;
}
.orange-600 {
	color: #fb8c00 !important;
}
.orange-700 {
	color: #f57c00 !important;
}
.orange-800 {
	color: #ef6c00 !important;
}
.orange-900 {
	color: #e65100 !important;
}
.orange-a100 {
	color: #ffd180 !important;
}
.orange-a200 {
	color: #ffab40 !important;
}
.orange-a400 {
	color: #ff9100 !important;
}
.orange-a700 {
	color: #ff6d00 !important;
}

/*================= Deep Orange ================*/

.deep-orange-50 {
	color: #fbe9e7 !important;
}
.deep-orange-100 {
	color: #ffccbc !important;
}
.deep-orange-200 {
	color: #ffab91 !important;
}
.deep-orange-300 {
	color: #ff8a65 !important;
}
.deep-orange-400 {
	color: #ff7043 !important;
}
.deep-orange-500 {
	color: #ff5722 !important;
}
.deep-orange-600 {
	color: #f4511e !important;
}
.deep-orange-700 {
	color: #e64a19 !important;
}
.deep-orange-800 {
	color: #d84315 !important;
}
.deep-orange-900 {
	color: #bf360c !important;
}
.deep-orange-a100 {
	color: #ff9e80 !important;
}
.deep-orange-a200 {
	color: #ff6e40 !important;
}
.deep-orange-a400 {
	color: #ff3d00 !important;
}
.deep-orange-a700 {
	color: #dd2c00 !important;
}

/*================= Brown ================*/

.brown-50 {
	color: #efebe9 !important;
}
.brown-100 {
	color: #d7ccc8 !important;
}
.brown-200 {
	color: #bcaaa4 !important;
}
.brown-300 {
	color: #a1887f !important;
}
.brown-400 {
	color: #8d6e63 !important;
}
.brown-500 {
	color: #795548 !important;
}
.brown-600 {
	color: #6d4c41 !important;
}
.brown-700 {
	color: #5d4037 !important;
}
.brown-800 {
	color: #4e342e !important;
}
.brown-900 {
	color: #3e2723 !important;
}

/*================= Grey ================*/

.grey-50 {
	color: #fafafa !important;
}
.grey-100 {
	color: #f5f5f5 !important;
}
.grey-200 {
	color: #eeeeee !important;
}
.grey-300 {
	color: #e0e0e0 !important;
}
.grey-400 {
	color: #bdbdbd !important;
}
.grey-500 {
	color: #9e9e9e !important;
}
.grey-600 {
	color: #757575 !important;
}
.grey-700 {
	color: #616161 !important;
}
.grey-800 {
	color: #424242 !important;
}
.grey-900 {
	color: #212121 !important;
}

/*================= Blue Grey ================*/

.blue-grey-50 {
	color: #eceff1 !important;
}
.blue-grey-100 {
	color: #cfd8dc !important;
}
.blue-grey-200 {
	color: #b0bec5 !important;
}
.blue-grey-300 {
	color: #90a4ae !important;
}
.blue-grey-400 {
	color: #78909c !important;
}
.blue-grey-500 {
	color: #607d8b !important;
}
.blue-grey-600 {
	color: #546e7a !important;
}
.blue-grey-700 {
	color: #455a64 !important;
}
.blue-grey-800 {
	color: #37474f !important;
}
.blue-grey-900 {
	color: #263238 !important;
}

/*================= Gold, Black & White ================*/
.gold{
	color: #bf9361 !important;
}
.black {
	color: #000000 !important;
}
.white {
	color: #ffffff !important;	
}

/*--------------------------------------------------
    [Border]
----------------------------------------------------*/
.border-0 {
  border:none;
}
.border-1 {
  border: 1px solid rgba(34, 36, 38, 0.15);
}

.border-2 {
  border: 2px solid rgba(34, 36, 38, 0.15);
}

.border-top-1 {
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

.border-top-2 {
  border-top: 2px solid rgba(34, 36, 38, 0.15);
}

.border-top-3 {
  border-top: 3px solid rgba(34, 36, 38, 0.15);
}

.border-top-4 {
  border-top: 4px solid rgba(34, 36, 38, 0.15);
}

.border-top-5 {
  border-top: 5px solid rgba(34, 36, 38, 0.15) !important;
}
.border-top-8 {
  border-top: 8px solid rgba(34, 36, 38, 0.15) !important;
}

.border-bottom-1 {
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}
.border-bottom-2 {
  border-bottom: 2px solid rgba(34, 36, 38, 0.15);
}

.border-bottom-3 {
  border-bottom: 3px solid rgba(34, 36, 38, 0.15);
}

.border-bottom-4 {
  border-bottom: 4px solid rgba(34, 36, 38, 0.15);
}

.border-bottom-5 {
  border-bottom: 5px solid rgba(34, 36, 38, 0.15);
}

.border-bottom-8 {
  border-bottom: 8px solid rgba(34, 36, 38, 0.15) !important;
}

/*------------------------------------------------------------------
    [Border Colors]
------------------------------------------------------------------*/
.brd-red-50 {
	border-color: #ffebee !important;
}
.brd-red-100 {
	border-color: #ffcdd2 !important;
}
.brd-red-200 {
	border-color: #ef9a9a !important;
}
.brd-red-300 {
	border-color: #e57373 !important;
}
.brd-red-400 {
	border-color: #ef5350 !important;
}
.brd-red-500 {
	border-color: #f44336 !important;
}
.brd-red-600 {
	border-color: #e53935 !important;
}
.brd-red-700 {
	border-color: #d32f2f !important;
}
.brd-red-800 {
	border-color: #c62828 !important;
}
.brd-red-900 {
	border-color: #b71c1c !important;
}
.brd-red-a100 {
	border-color: #ff8a80 !important;
}
.brd-red-a200 {
	border-color: #ff5252 !important;
}
.brd-red-a400 {
	border-color: #ff1744 !important;
}
.brd-red-a700 {
	border-color: #d50000 !important;
}
/*--------------------------------------------------
    [Pink]
----------------------------------------------------*/
.brd-pink-50 {
	border-color: #fce4ec !important;
}
.brd-pink-100 {
	border-color: #f8bbd0 !important;
}
.brd-pink-200 {
	border-color: #f48fb1 !important;
}
.brd-pink-300 {
	border-color: #f06292 !important;
}
.brd-pink-400 {
	border-color: #ec407a !important;
}
.brd-pink-500 {
	border-color: #e91e63 !important;
}
.brd-pink-600 {
	border-color: #d81b60 !important;
}
.brd-pink-700 {
	border-color: #c2185b !important;
}
.brd-pink-800 {
	border-color: #ad1457 !important;
}
.brd-pink-900 {
	border-color: #880e4f !important;
}
.brd-pink-a100 {
	border-color: #ff80ab !important;
}
.brd-pink-a200 {
	border-color: #ff4081 !important;
}
.brd-pink-a400 {
	border-color: #f50057 !important;
}
.brd-pink-a700 {
	border-color: #c51162 !important;
}
/*--------------------------------------------------
    [Purple]
----------------------------------------------------*/
.brd-purple-50 {
	border-color: #f3e5f5 !important;
}
.brd-purple-100 {
	border-color: #e1bee7 !important;
}
.brd-purple-200 {
	border-color: #ce93d8 !important;
}
.brd-purple-300 {
	border-color: #ba68c8 !important;
}
.brd-purple-400 {
	border-color: #ab47bc;
}
.brd-purple-500 {
	border-color: #9c27b0 !important;
}
.brd-purple-600 {
	border-color: #8e24aa !important;
}
.brd-purple-700 {
	border-color: #7b1fa2 !important;
}
.brd-purple-800 {
	border-color: #6a1b9a !important;
}
.brd-purple-900 {
	border-color: #4a148c !important;
}
.brd-purple-a100 {
	border-color: #ea80fc !important;
}
.brd-purple-a200 {
	border-color: #e040fb !important;
}
.brd-purple-a400 {
	border-color: #d500f9 !important;
}
.brd-purple-a700 {
	border-color: #aa00ff !important;
}
/*--------------------------------------------------
    [Deep Purple]
----------------------------------------------------*/
.brd-deep-purple-50 {
	border-color: #ede7f6 !important;
}
.brd-deep-purple-100 {
	border-color: #d1c4e9 !important;
}
.brd-deep-purple-200 {
	border-color: #b39ddb !important;
}
.brd-deep-purple-300 {
	border-color: #9575cd !important;
}
.brd-deep-purple-400 {
	border-color: #7e57c2 !important;
}
.brd-deep-purple-500 {
	border-color: #673ab7 !important;
}
.brd-deep-purple-600 {
	border-color: #5e35b1 !important;
}
.brd-deep-purple-700 {
	border-color: #512da8 !important;
}
.brd-deep-purple-800 {
	border-color: #4527a0 !important;
}
.brd-deep-purple-900 {
	border-color: #311b92 !important;
}
.brd-deep-purple-a100 {
	border-color: #b388ff !important;
}
.brd-deep-purple-a200 {
	border-color: #7c4dff !important;
}
.brd-deep-purple-a400 {
	border-color: #651fff !important;
}
.brd-deep-purple-a700 {
	border-color: #6200ea !important;
}
/*--------------------------------------------------
    [Indigo]
----------------------------------------------------*/
.brd-indigo-50 {
	border-color: #e8eaf6 !important;
}
.brd-indigo-100 {
	border-color: #c5cae9 !important;
}
.brd-indigo-200 {
	border-color: #9fa8da !important;
}
.brd-indigo-300 {
	border-color: #7986cb !important;
}
.brd-indigo-400 {
	border-color: #5c6bc0 !important;
}
.brd-indigo-500 {
	border-color: #3f51b5 !important;
}
.brd-indigo-600 {
	border-color: #3949ab !important;
}
.brd-indigo-700 {
	border-color: #303f9f !important;
}
.brd-indigo-800 {
	border-color: #283593 !important;
}
.brd-indigo-900 {
	border-color: #1a237e !important;
}
.brd-indigo-a100 {
	border-color: #8c9eff !important;
}
.brd-indigo-a200 {
	border-color: #536dfe !important;
}
.brd-indigo-a400 {
	border-color: #3d5afe !important;
}
.brd-indigo-a700 {
	border-color: #304ffe !important;
}
/*--------------------------------------------------
    [Blue]
----------------------------------------------------*/
.brd-blue-50 {
	border-color: #e3f2fd !important;
}
.brd-blue-100 {
	border-color: #bbdefb !important;
}
.brd-blue-200 {
	border-color: #90caf9 !important;
}
.brd-blue-300 {
	border-color: #64b5f6 !important;
}
.brd-blue-400 {
	border-color: #42a5f5 !important;
}
.brd-blue-500 {
	border-color: #2196f3 !important;
}
.brd-blue-600 {
	border-color: #1e88e5 !important;
}
.brd-blue-700 {
	border-color: #1976d2 !important;
}
.brd-blue-800 {
	border-color: #1565c0 !important;
}
.brd-blue-900 {
	border-color: #0d47a1 !important;
}
.brd-blue-a100 {
	border-color: #82b1ff !important;
}
.brd-blue-a200 {
	border-color: #448aff !important;
}
.brd-blue-a400 {
	border-color: #2979ff !important;
}
.brd-blue-a700 {
	border-color: #2962ff !important;
}
/*--------------------------------------------------
    [Light Blue]
----------------------------------------------------*/
.brd-light-blue-50 {
	border-color: #e1f5fe !important;
}
.brd-light-blue-100 {
	border-color: #b3e5fc !important;
}
.brd-light-blue-200 {
	border-color: #81d4fa !important;
}
.brd-light-blue-300 {
	border-color: #4fc3f7 !important;
}
.brd-light-blue-400 {
	border-color: #29b6f6 !important;
}
.brd-light-blue-500 {
	border-color: #03a9f4 !important;
}
.brd-light-blue-600 {
	border-color: #039be5 !important;
}
.brd-light-blue-700 {
	border-color: #0288d1 !important;
}
.brd-light-blue-800 {
	border-color: #0277bd !important;
}
.brd-light-blue-900 {
	border-color: #01579b !important;
}
.brd-light-blue-a100 {
	border-color: #80d8ff !important;
}
.brd-light-blue-a200 {
	border-color: #40c4ff !important;
}
.brd-light-blue-a400 {
	border-color: #00b0ff !important;
}
.brd-light-blue-a700 {
	border-color: #0091ea !important;
}
/*--------------------------------------------------
    [Cyan]
----------------------------------------------------*/
.brd-cyan-50 {
	border-color: #e0f7fa !important;
}
.brd-cyan-100 {
	border-color: #b2ebf2 !important;
}
.brd-cyan-200 {
	border-color: #80deea !important;
}
.brd-cyan-300 {
	border-color: #4dd0e1 !important;
}
.brd-cyan-400 {
	border-color: #26c6da !important;
}
.brd-cyan-500 {
	border-color: #00bcd4 !important;
}
.brd-cyan-600 {
	border-color: #00acc1 !important;
}
.brd-cyan-700 {
	border-color: #0097a7 !important;
}
.brd-cyan-800 {
	border-color: #00838f !important;
}
.brd-cyan-900 {
	border-color: #006064 !important;
}
.brd-cyan-a100 {
	border-color: #84ffff !important;
}
.brd-cyan-a200 {
	border-color: #18ffff !important;
}
.brd-cyan-a400 {
	border-color: #00e5ff !important;
}
.brd-cyan-a700 {
	border-color: #00b8d4 !important;
}
/*--------------------------------------------------
    [Teal]
----------------------------------------------------*/
.brd-teal-50 {
	border-color: #e0f2f1 !important;
}
.brd-teal-100 {
	border-color: #b2dfdb !important;
}
.brd-teal-200 {
	border-color: #80cbc4 !important;
}
.brd-teal-300 {
	border-color: #4db6ac !important;
}
.brd-teal-400 {
	border-color: #26a69a !important;
}
.brd-teal-500 {
	border-color: #009688 !important;
}
.brd-teal-600 {
	border-color: #00897b !important;
}
.brd-teal-700 {
	border-color: #00796b !important;
}
.brd-teal-800 {
	border-color: #00695c !important;
}
.brd-teal-900 {
	border-color: #004d40 !important;
}
.brd-teal-a100 {
	border-color: #a7ffeb !important;
}
.brd-teal-a200 {
	border-color: #64ffda !important;
}
.brd-teal-a400 {
	border-color: #1de9b6 !important;
}
.brd-teal-a700 {
	border-color: #00bfa5 !important;
}
/*--------------------------------------------------
    [Green]
----------------------------------------------------*/
.brd-green-50 {
	border-color: #e8f5e9 !important;
}
.brd-green-100 {
	border-color: #c8e6c9 !important;
}
.brd-green-200 {
	border-color: #a5d6a7 !important;
}
.brd-green-300 {
	border-color: #81c784 !important;
}
.brd-green-400 {
	border-color: #66bb6a !important;
}
.brd-green-500 {
	border-color: #4caf50 !important;
}
.brd-green-600 {
	border-color: #43a047 !important;
}
.brd-green-700 {
	border-color: #388e3c !important;
}
.brd-green-800 {
	border-color: #2e7d32 !important;
}
.brd-green-900 {
	border-color: #1b5e20 !important;
}
.brd-green-a100 {
	border-color: #b9f6ca !important;
}
.brd-green-a200 {
	border-color: #69f0ae !important;
}
.brd-green-a400 {
	border-color: #00e676 !important;
}
.brd-green-a700 {
	border-color: #00c853 !important;
}
/*--------------------------------------------------
    [brd-light Green]
----------------------------------------------------*/
.brd-light-green-50 {
	border-color: #f1f8e9 !important;
}
.brd-light-green-100 {
	border-color: #dcedc8 !important;
}
.brd-light-green-200 {
	border-color: #c5e1a5 !important;
}
.brd-light-green-300 {
	border-color: #aed581 !important;
}
.brd-light-green-400 {
	border-color: #9ccc65 !important;
}
.brd-light-green-500 {
	border-color: #8bc34a !important;
}
.brd-light-green-600 {
	border-color: #7cb342 !important;
}
.brd-light-green-700 {
	border-color: #689f38 !important;
}
.brd-light-green-800 {
	border-color: #558b2f !important;
}
.brd-light-green-900 {
	border-color: #33691e !important;
}
.brd-light-green-a100 {
	border-color: #ccff90 !important;
}
.brd-light-green-a200 {
	border-color: #b2ff59 !important;
}
.brd-light-green-a400 {
	border-color: #76ff03 !important;
}
.brd-light-green-a700 {
	border-color: #64dd17 !important;
}
/*--------------------------------------------------
    [Lime]
----------------------------------------------------*/
.brd-lime-50 {
	border-color: #f9fbe7 !important;
}
.brd-lime-100 {
	border-color: #f0f4c3 !important;
}
.brd-lime-200 {
	border-color: #e6ee9c !important;
}
.brd-lime-300 {
	border-color: #dce775 !important;
}
.brd-lime-400 {
	border-color: #d4e157 !important;
}
.brd-lime-500 {
	border-color: #cddc39 !important;
}
.brd-lime-600 {
	border-color: #c0ca33 !important;
}
.brd-lime-700 {
	border-color: #afb42b !important;
}
.brd-lime-800 {
	border-color: #9e9d24 !important;
}
.brd-lime-900 {
	border-color: #827717 !important;
}
.brd-lime-a100 {
	border-color: #f4ff81 !important;
}
.brd-lime-a200 {
	border-color: #eeff41 !important;
}
.brd-lime-a400 {
	border-color: #c6ff00 !important;
}
.brd-lime-a700 {
	border-color: #aeea00 !important;
}
/*--------------------------------------------------
    [Yellow]
----------------------------------------------------*/
.brd-yellow-50 {
	border-color: #fffde7 !important;
}
.brd-yellow-100 {
	border-color: #fff9c4 !important;
}
.brd-yellow-200 {
	border-color: #fff59d !important;
}
.brd-yellow-300 {
	border-color: #fff176 !important;
}
.brd-yellow-400 {
	border-color: #ffee58 !important;
}
.brd-yellow-500 {
	border-color: #ffeb3b !important;
}
.brd-yellow-600 {
	border-color: #fdd835 !important;
}
.brd-yellow-700 {
	border-color: #fbc02d !important;
}
.brd-yellow-800 {
	border-color: #f9a825 !important;
}
.brd-yellow-900 {
	border-color: #f57f17 !important;
}
.brd-yellow-a100 {
	border-color: #ffff8d !important;
}
.brd-yellow-a200 {
	border-color: #ffff00 !important;
}
.brd-yellow-a400 {
	border-color: #ffea00 !important;
}
.brd-yellow-a700 {
	border-color: #ffd600 !important;
}
/*--------------------------------------------------
    [Amber]
----------------------------------------------------*/
.brd-amber-50 {
	border-color: #fff8e1 !important;
}
.brd-amber-100 {
	border-color: #ffecb3 !important;
}
.brd-amber-200 {
	border-color: #ffe082 !important;
}
.brd-amber-300 {
	border-color: #ffd54f !important;
}
.brd-amber-400 {
	border-color: #ffca28 !important;
}
.brd-amber-500 {
	border-color: #ffc107 !important;
}
.brd-amber-600 {
	border-color: #ffb300 !important;
}
.brd-amber-700 {
	border-color: #ffa000 !important;
}
.brd-amber-800 {
	border-color: #ff8f00 !important;
}
.brd-amber-900 {
	border-color: #ff6f00 !important;
}
.brd-amber-a100 {
	border-color: #ffe57f !important;
}
.brd-amber-a200 {
	border-color: #ffd740 !important;
}
.brd-amber-a400 {
	border-color: #ffc400 !important;
}
.brd-amber-a700 {
	border-color: #ffab00 !important;
}
/*--------------------------------------------------
    [Orange]
----------------------------------------------------*/
.brd-orange-50 {
	border-color: #fff3e0 !important;
}
.brd-orange-100 {
	border-color: #ffe0b2 !important;
}
.brd-orange-200 {
	border-color: #ffcc80 !important;
}
.brd-orange-300 {
	border-color: #ffb74d !important;
}
.brd-orange-400 {
	border-color: #ffa726 !important;
}
.brd-orange-500 {
	border-color: #ff9800 !important;
}
.brd-orange-600 {
	border-color: #fb8c00 !important;
}
.brd-orange-700 {
	border-color: #f57c00 !important;
}
.brd-orange-800 {
	border-color: #ef6c00 !important;
}
.brd-orange-900 {
	border-color: #e65100 !important;
}
.brd-orange-a100 {
	border-color: #ffd180 !important;
}
.brd-orange-a200 {
	border-color: #ffab40 !important;
}
.brd-orange-a400 {
	border-color: #ff9100 !important;
}
.brd-orange-a700 {
	border-color: #ff6d00 !important;
}
/*--------------------------------------------------
    [brd-deep Orange]
----------------------------------------------------*/
.brd-deep-orange-50 {
	border-color: #fbe9e7 !important;
}
.brd-deep-orange-100 {
	border-color: #ffccbc !important;
}
.brd-deep-orange-200 {
	border-color: #ffab91 !important;
}
.brd-deep-orange-300 {
	border-color: #ff8a65 !important;
}
.brd-deep-orange-400 {
	border-color: #ff7043 !important;
}
.brd-deep-orange-500 {
	border-color: #ff5722 !important;
}
.brd-deep-orange-600 {
	border-color: #f4511e !important;
}
.brd-deep-orange-700 {
	border-color: #e64a19 !important;
}
.brd-deep-orange-800 {
	border-color: #d84315 !important;
}
.brd-deep-orange-900 {
	border-color: #bf360c !important;
}
.brd-deep-orange-a100 {
	border-color: #ff9e80 !important;
}
.brd-deep-orange-a200 {
	border-color: #ff6e40 !important;
}
.brd-deep-orange-a400 {
	border-color: #ff3d00 !important;
}
.brd-deep-orange-a700 {
	border-color: #dd2c00 !important;
}
/*--------------------------------------------------
    [Brown]
----------------------------------------------------*/
.brd-brown-50 {
	border-color: #efebe9 !important;
}
.brd-brown-100 {
	border-color: #d7ccc8 !important;
}
.brd-brown-200 {
	border-color: #bcaaa4 !important;
}
.brd-brown-300 {
	border-color: #a1887f !important;
}
.brd-brown-400 {
	border-color: #8d6e63 !important;
}
.brd-brown-500 {
	border-color: #795548 !important;
}
.brd-brown-600 {
	border-color: #6d4c41 !important;
}
.brd-brown-700 {
	border-color: #5d4037 !important;
}
.brd-brown-800 {
	border-color: #4e342e !important;
}
.brd-brown-900 {
	border-color: #3e2723 !important;
}
/*--------------------------------------------------
    [Grey]
----------------------------------------------------*/
.brd-grey-50 {
	border-color: #fafafa !important;
}
.brd-grey-100 {
	border-color: #f5f5f5 !important;
}
.brd-grey-200 {
	border-color: #eeeeee !important;
}
.brd-grey-300 {
	border-color: #e0e0e0 !important;
}
.brd-grey-400 {
	border-color: #bdbdbd !important;
}
.brd-grey-500 {
	border-color: #9e9e9e !important;
}
.brd-grey-600 {
	border-color: #757575 !important;
}
.brd-grey-700 {
	border-color: #616161 !important;
}
.brd-grey-800 {
	border-color: #424242 !important;
}
.brd-grey-900 {
	border-color: #212121 !important;
}
/*--------------------------------------------------
    [Blue Grey]
----------------------------------------------------*/
.brd-blue-grey-50 {
	border-color: #eceff1 !important;
}
.brd-blue-grey-100 {
	border-color: #cfd8dc !important;
}
.brd-blue-grey-200 {
	border-color: #b0bec5 !important;
}
.brd-blue-grey-300 {
	border-color: #90a4ae !important;
}
.brd-blue-grey-400 {
	border-color: #78909c !important;
}
.brd-blue-grey-500 {
	border-color: #607d8b !important;
}
.brd-blue-grey-600 {
	border-color: #546e7a !important;
}
.brd-blue-grey-700 {
	border-color: #455a64 !important;
}
.brd-blue-grey-800 {
	border-color: #37474f !important;
}
.brd-blue-grey-900 {
	border-color: #263238 !important;
}
/*--------------------------------------------------
    [Black & White]
----------------------------------------------------*/
.brd-gold{
	border-color: #bf9361 !important;
}
.brd-black {
	border-color: #000000 !important;
}
.brd-white {
	border-color: #ffffff !important;
}

/*--------------------------------------------------
    [Outline]
----------------------------------------------------*/
.outline{
	outline: rgba(0, 0, 0, 0.87) solid thin;
}

/*======== Outline Offset ========*/

.outline-offset-1{
	outline-offset: 1px;
}
.outline-offset-2{
	outline-offset: 2px;
}
.outline-offset-3{
	outline-offset: 3px;
}
.outline-offset-4{
	outline-offset: 4px;
}
.outline-offset-5{
	outline-offset: 5px;
}
.outline-offset-6{
	outline-offset: 6px;
}
.outline-offset-7{
	outline-offset: 7px;
}
.outline-offset-8{
	outline-offset: 8px;
}
.outline-offset-9{
	outline-offset: 9px;
}
.outline-offset-10{
	outline-offset: 10px;
}
.outline-offset-11{
	outline-offset: 11px;
}
.outline-offset-12{
	outline-offset: 12px;
}
.outline-offset-13{
	outline-offset: 13px;
}
.outline-offset-14{
	outline-offset: 14px;
}
.outline-offset-15{
	outline-offset: 15px;
}

/*======== Outline Style ========*/
.outline-thick{
	outline-width: thick !important;
}
.outline-medium{
	outline-width: medium !important;
}
.outline-thin{
	outline-width: thin !important;
}

/*------------------------------------------------------------------
    [Outline Colors]
------------------------------------------------------------------*/
.outline-red-50 {
	outline-color: #ffebee !important;
}
.outline-red-100 {
	outline-color: #ffcdd2 !important;
}
.outline-red-200 {
	outline-color: #ef9a9a !important;
}
.outline-red-300 {
	outline-color: #e57373 !important;
}
.outline-red-400 {
	outline-color: #ef5350 !important;
}
.outline-red-500 {
	outline-color: #f44336 !important;
}
.outline-red-600 {
	outline-color: #e53935 !important;
}
.outline-red-700 {
	outline-color: #d32f2f !important;
}
.outline-red-800 {
	outline-color: #c62828 !important;
}
.outline-red-900 {
	outline-color: #b71c1c !important;
}
.outline-red-a100 {
	outline-color: #ff8a80 !important;
}
.outline-red-a200 {
	outline-color: #ff5252 !important;
}
.outline-red-a400 {
	outline-color: #ff1744 !important;
}
.outline-red-a700 {
	outline-color: #d50000 !important;
}
/*--------------------------------------------------
    [Pink]
----------------------------------------------------*/
.outline-pink-50 {
	outline-color: #fce4ec !important;
}
.outline-pink-100 {
	outline-color: #f8bbd0 !important;
}
.outline-pink-200 {
	outline-color: #f48fb1 !important;
}
.outline-pink-300 {
	outline-color: #f06292 !important;
}
.outline-pink-400 {
	outline-color: #ec407a !important;
}
.outline-pink-500 {
	outline-color: #e91e63 !important;
}
.outline-pink-600 {
	outline-color: #d81b60 !important;
}
.outline-pink-700 {
	outline-color: #c2185b !important;
}
.outline-pink-800 {
	outline-color: #ad1457 !important;
}
.outline-pink-900 {
	outline-color: #880e4f !important;
}
.outline-pink-a100 {
	outline-color: #ff80ab !important;
}
.outline-pink-a200 {
	outline-color: #ff4081 !important;
}
.outline-pink-a400 {
	outline-color: #f50057 !important;
}
.outline-pink-a700 {
	outline-color: #c51162 !important;
}
/*--------------------------------------------------
    [Purple]
----------------------------------------------------*/
.outline-purple-50 {
	outline-color: #f3e5f5 !important;
}
.outline-purple-100 {
	outline-color: #e1bee7 !important;
}
.outline-purple-200 {
	outline-color: #ce93d8 !important;
}
.outline-purple-300 {
	outline-color: #ba68c8 !important;
}
.outline-purple-400 {
	outline-color: #ab47bc;
}
.outline-purple-500 {
	outline-color: #9c27b0 !important;
}
.outline-purple-600 {
	outline-color: #8e24aa !important;
}
.outline-purple-700 {
	outline-color: #7b1fa2 !important;
}
.outline-purple-800 {
	outline-color: #6a1b9a !important;
}
.outline-purple-900 {
	outline-color: #4a148c !important;
}
.outline-purple-a100 {
	outline-color: #ea80fc !important;
}
.outline-purple-a200 {
	outline-color: #e040fb !important;
}
.outline-purple-a400 {
	outline-color: #d500f9 !important;
}
.outline-purple-a700 {
	outline-color: #aa00ff !important;
}
/*--------------------------------------------------
    [Deep Purple]
----------------------------------------------------*/
.outline-deep-purple-50 {
	outline-color: #ede7f6 !important;
}
.outline-deep-purple-100 {
	outline-color: #d1c4e9 !important;
}
.outline-deep-purple-200 {
	outline-color: #b39ddb !important;
}
.outline-deep-purple-300 {
	outline-color: #9575cd !important;
}
.outline-deep-purple-400 {
	outline-color: #7e57c2 !important;
}
.outline-deep-purple-500 {
	outline-color: #673ab7 !important;
}
.outline-deep-purple-600 {
	outline-color: #5e35b1 !important;
}
.outline-deep-purple-700 {
	outline-color: #512da8 !important;
}
.outline-deep-purple-800 {
	outline-color: #4527a0 !important;
}
.outline-deep-purple-900 {
	outline-color: #311b92 !important;
}
.outline-deep-purple-a100 {
	outline-color: #b388ff !important;
}
.outline-deep-purple-a200 {
	outline-color: #7c4dff !important;
}
.outline-deep-purple-a400 {
	outline-color: #651fff !important;
}
.outline-deep-purple-a700 {
	outline-color: #6200ea !important;
}
/*--------------------------------------------------
    [Indigo]

----------------------------------------------------*/
.outline-indigo-50 {
	outline-color: #e8eaf6 !important;
}
.outline-indigo-100 {
	outline-color: #c5cae9 !important;
}
.outline-indigo-200 {
	outline-color: #9fa8da !important;
}
.outline-indigo-300 {
	outline-color: #7986cb !important;
}
.outline-indigo-400 {
	outline-color: #5c6bc0 !important;
}
.outline-indigo-500 {
	outline-color: #3f51b5 !important;
}
.outline-indigo-600 {
	outline-color: #3949ab !important;
}
.outline-indigo-700 {
	outline-color: #303f9f !important;
}
.outline-indigo-800 {
	outline-color: #283593 !important;
}
.outline-indigo-900 {
	outline-color: #1a237e !important;
}
.outline-indigo-a100 {
	outline-color: #8c9eff !important;
}
.outline-indigo-a200 {
	outline-color: #536dfe !important;
}
.outline-indigo-a400 {
	outline-color: #3d5afe !important;
}
.outline-indigo-a700 {
	outline-color: #304ffe !important;
}
/*--------------------------------------------------
    [Blue]
----------------------------------------------------*/
.outline-blue-50 {
	outline-color: #e3f2fd !important;
}
.outline-blue-100 {
	outline-color: #bbdefb !important;
}
.outline-blue-200 {
	outline-color: #90caf9 !important;
}
.outline-blue-300 {
	outline-color: #64b5f6 !important;
}
.outline-blue-400 {
	outline-color: #42a5f5 !important;
}
.outline-blue-500 {
	outline-color: #2196f3 !important;
}
.outline-blue-600 {
	outline-color: #1e88e5 !important;
}
.outline-blue-700 {
	outline-color: #1976d2 !important;
}
.outline-blue-800 {
	outline-color: #1565c0 !important;
}
.outline-blue-900 {
	outline-color: #0d47a1 !important;
}
.outline-blue-a100 {
	outline-color: #82b1ff !important;
}
.outline-blue-a200 {
	outline-color: #448aff !important;
}
.outline-blue-a400 {
	outline-color: #2979ff !important;
}
.outline-blue-a700 {
	outline-color: #2962ff !important;
}
/*--------------------------------------------------
    [Light Blue]
----------------------------------------------------*/
.outline-light-blue-50 {
	outline-color: #e1f5fe !important;
}
.outline-light-blue-100 {
	outline-color: #b3e5fc !important;
}
.outline-light-blue-200 {
	outline-color: #81d4fa !important;
}
.outline-light-blue-300 {
	outline-color: #4fc3f7 !important;
}
.outline-light-blue-400 {
	outline-color: #29b6f6 !important;
}
.outline-light-blue-500 {
	outline-color: #03a9f4 !important;
}
.outline-light-blue-600 {
	outline-color: #039be5 !important;
}
.outline-light-blue-700 {
	outline-color: #0288d1 !important;
}
.outline-light-blue-800 {
	outline-color: #0277bd !important;
}
.outline-light-blue-900 {
	outline-color: #01579b !important;
}
.outline-light-blue-a100 {
	outline-color: #80d8ff !important;
}
.outline-light-blue-a200 {
	outline-color: #40c4ff !important;
}
.outline-light-blue-a400 {
	outline-color: #00b0ff !important;
}
.outline-light-blue-a700 {
	outline-color: #0091ea !important;
}
/*--------------------------------------------------
    [Cyan]
----------------------------------------------------*/
.outline-cyan-50 {
	outline-color: #e0f7fa !important;
}
.outline-cyan-100 {
	outline-color: #b2ebf2 !important;
}
.outline-cyan-200 {
	outline-color: #80deea !important;
}
.outline-cyan-300 {
	outline-color: #4dd0e1 !important;
}
.outline-cyan-400 {
	outline-color: #26c6da !important;
}
.outline-cyan-500 {
	outline-color: #00bcd4 !important;
}
.outline-cyan-600 {
	outline-color: #00acc1 !important;
}
.outline-cyan-700 {
	outline-color: #0097a7 !important;
}
.outline-cyan-800 {
	outline-color: #00838f !important;
}
.outline-cyan-900 {
	outline-color: #006064 !important;
}
.outline-cyan-a100 {
	outline-color: #84ffff !important;
}
.outline-cyan-a200 {
	outline-color: #18ffff !important;
}
.outline-cyan-a400 {
	outline-color: #00e5ff !important;
}
.outline-cyan-a700 {
	outline-color: #00b8d4 !important;
}
/*--------------------------------------------------
    [Teal]
----------------------------------------------------*/
.outline-teal-50 {
	outline-color: #e0f2f1 !important;
}
.outline-teal-100 {
	outline-color: #b2dfdb !important;
}
.outline-teal-200 {
	outline-color: #80cbc4 !important;
}
.outline-teal-300 {
	outline-color: #4db6ac !important;
}
.outline-teal-400 {
	outline-color: #26a69a !important;
}
.outline-teal-500 {
	outline-color: #009688 !important;
}
.outline-teal-600 {
	outline-color: #00897b !important;
}
.outline-teal-700 {
	outline-color: #00796b !important;
}
.outline-teal-800 {
	outline-color: #00695c !important;
}
.outline-teal-900 {
	outline-color: #004d40 !important;
}
.outline-teal-a100 {
	outline-color: #a7ffeb !important;
}
.outline-teal-a200 {
	outline-color: #64ffda !important;
}
.outline-teal-a400 {
	outline-color: #1de9b6 !important;
}
.outline-teal-a700 {
	outline-color: #00bfa5 !important;
}
/*--------------------------------------------------
    [Green]
----------------------------------------------------*/
.outline-green-50 {
	outline-color: #e8f5e9 !important;
}
.outline-green-100 {
	outline-color: #c8e6c9 !important;
}
.outline-green-200 {
	outline-color: #a5d6a7 !important;
}
.outline-green-300 {
	outline-color: #81c784 !important;
}
.outline-green-400 {
	outline-color: #66bb6a !important;
}
.outline-green-500 {
	outline-color: #4caf50 !important;
}
.outline-green-600 {
	outline-color: #43a047 !important;
}
.outline-green-700 {
	outline-color: #388e3c !important;
}
.outline-green-800 {
	outline-color: #2e7d32 !important;
}
.outline-green-900 {
	outline-color: #1b5e20 !important;
}
.outline-green-a100 {
	outline-color: #b9f6ca !important;
}
.outline-green-a200 {
	outline-color: #69f0ae !important;
}
.outline-green-a400 {
	outline-color: #00e676 !important;
}
.outline-green-a700 {
	outline-color: #00c853 !important;
}
/*--------------------------------------------------
    [outline-light Green]
----------------------------------------------------*/
.outline-light-green-50 {
	outline-color: #f1f8e9 !important;
}
.outline-light-green-100 {
	outline-color: #dcedc8 !important;
}
.outline-light-green-200 {
	outline-color: #c5e1a5 !important;
}
.outline-light-green-300 {
	outline-color: #aed581 !important;
}
.outline-light-green-400 {
	outline-color: #9ccc65 !important;
}
.outline-light-green-500 {
	outline-color: #8bc34a !important;
}
.outline-light-green-600 {
	outline-color: #7cb342 !important;
}
.outline-light-green-700 {
	outline-color: #689f38 !important;
}
.outline-light-green-800 {
	outline-color: #558b2f !important;
}
.outline-light-green-900 {
	outline-color: #33691e !important;
}
.outline-light-green-a100 {
	outline-color: #ccff90 !important;
}
.outline-light-green-a200 {
	outline-color: #b2ff59 !important;
}
.outline-light-green-a400 {
	outline-color: #76ff03 !important;
}
.outline-light-green-a700 {
	outline-color: #64dd17 !important;
}
/*--------------------------------------------------
    [Lime]
----------------------------------------------------*/
.outline-lime-50 {
	outline-color: #f9fbe7 !important;
}
.outline-lime-100 {
	outline-color: #f0f4c3 !important;
}
.outline-lime-200 {
	outline-color: #e6ee9c !important;
}
.outline-lime-300 {
	outline-color: #dce775 !important;
}
.outline-lime-400 {
	outline-color: #d4e157 !important;
}
.outline-lime-500 {
	outline-color: #cddc39 !important;
}
.outline-lime-600 {
	outline-color: #c0ca33 !important;
}
.outline-lime-700 {
	outline-color: #afb42b !important;
}
.outline-lime-800 {
	outline-color: #9e9d24 !important;
}
.outline-lime-900 {
	outline-color: #827717 !important;
}
.outline-lime-a100 {
	outline-color: #f4ff81 !important;
}
.outline-lime-a200 {
	outline-color: #eeff41 !important;
}
.outline-lime-a400 {
	outline-color: #c6ff00 !important;
}
.outline-lime-a700 {
	outline-color: #aeea00 !important;
}
/*--------------------------------------------------
    [Yellow]
----------------------------------------------------*/
.outline-yellow-50 {
	outline-color: #fffde7 !important;
}
.outline-yellow-100 {
	outline-color: #fff9c4 !important;
}
.outline-yellow-200 {
	outline-color: #fff59d !important;
}
.outline-yellow-300 {
	outline-color: #fff176 !important;
}
.outline-yellow-400 {
	outline-color: #ffee58 !important;
}
.outline-yellow-500 {
	outline-color: #ffeb3b !important;
}
.outline-yellow-600 {
	outline-color: #fdd835 !important;
}
.outline-yellow-700 {
	outline-color: #fbc02d !important;
}
.outline-yellow-800 {
	outline-color: #f9a825 !important;
}
.outline-yellow-900 {
	outline-color: #f57f17 !important;
}
.outline-yellow-a100 {
	outline-color: #ffff8d !important;
}
.outline-yellow-a200 {
	outline-color: #ffff00 !important;
}
.outline-yellow-a400 {
	outline-color: #ffea00 !important;
}
.outline-yellow-a700 {
	outline-color: #ffd600 !important;
}
/*--------------------------------------------------
    [Amber]
----------------------------------------------------*/
.outline-amber-50 {
	outline-color: #fff8e1 !important;
}
.outline-amber-100 {
	outline-color: #ffecb3 !important;
}
.outline-amber-200 {
	outline-color: #ffe082 !important;
}
.outline-amber-300 {
	outline-color: #ffd54f !important;
}
.outline-amber-400 {
	outline-color: #ffca28 !important;
}
.outline-amber-500 {
	outline-color: #ffc107 !important;
}
.outline-amber-600 {
	outline-color: #ffb300 !important;
}
.outline-amber-700 {
	outline-color: #ffa000 !important;
}
.outline-amber-800 {
	outline-color: #ff8f00 !important;
}
.outline-amber-900 {
	outline-color: #ff6f00 !important;
}
.outline-amber-a100 {
	outline-color: #ffe57f !important;
}
.outline-amber-a200 {
	outline-color: #ffd740 !important;
}
.outline-amber-a400 {
	outline-color: #ffc400 !important;
}
.outline-amber-a700 {
	outline-color: #ffab00 !important;
}
/*--------------------------------------------------
    [Orange]
----------------------------------------------------*/
.outline-orange-50 {
	outline-color: #fff3e0 !important;
}
.outline-orange-100 {
	outline-color: #ffe0b2 !important;
}
.outline-orange-200 {
	outline-color: #ffcc80 !important;
}
.outline-orange-300 {
	outline-color: #ffb74d !important;
}
.outline-orange-400 {
	outline-color: #ffa726 !important;
}
.outline-orange-500 {
	outline-color: #ff9800 !important;
}
.outline-orange-600 {
	outline-color: #fb8c00 !important;
}
.outline-orange-700 {
	outline-color: #f57c00 !important;
}
.outline-orange-800 {
	outline-color: #ef6c00 !important;
}
.outline-orange-900 {
	outline-color: #e65100 !important;
}
.outline-orange-a100 {
	outline-color: #ffd180 !important;
}
.outline-orange-a200 {
	outline-color: #ffab40 !important;
}
.outline-orange-a400 {
	outline-color: #ff9100 !important;
}
.outline-orange-a700 {
	outline-color: #ff6d00 !important;
}
/*--------------------------------------------------
    [outline-deep Orange]
----------------------------------------------------*/
.outline-deep-orange-50 {
	outline-color: #fbe9e7 !important;
}
.outline-deep-orange-100 {
	outline-color: #ffccbc !important;
}
.outline-deep-orange-200 {
	outline-color: #ffab91 !important;
}
.outline-deep-orange-300 {
	outline-color: #ff8a65 !important;
}
.outline-deep-orange-400 {
	outline-color: #ff7043 !important;
}
.outline-deep-orange-500 {
	outline-color: #ff5722 !important;
}
.outline-deep-orange-600 {
	outline-color: #f4511e !important;
}
.outline-deep-orange-700 {
	outline-color: #e64a19 !important;
}
.outline-deep-orange-800 {
	outline-color: #d84315 !important;
}
.outline-deep-orange-900 {
	outline-color: #bf360c !important;
}
.outline-deep-orange-a100 {
	outline-color: #ff9e80 !important;
}
.outline-deep-orange-a200 {
	outline-color: #ff6e40 !important;
}
.outline-deep-orange-a400 {
	outline-color: #ff3d00 !important;
}
.outline-deep-orange-a700 {
	outline-color: #dd2c00 !important;
}
/*--------------------------------------------------
    [Brown]
----------------------------------------------------*/
.outline-brown-50 {
	outline-color: #efebe9 !important;
}
.outline-brown-100 {
	outline-color: #d7ccc8 !important;
}
.outline-brown-200 {
	outline-color: #bcaaa4 !important;
}
.outline-brown-300 {
	outline-color: #a1887f !important;
}
.outline-brown-400 {
	outline-color: #8d6e63 !important;
}
.outline-brown-500 {
	outline-color: #795548 !important;
}
.outline-brown-600 {
	outline-color: #6d4c41 !important;
}
.outline-brown-700 {
	outline-color: #5d4037 !important;
}
.outline-brown-800 {
	outline-color: #4e342e !important;
}
.outline-brown-900 {
	outline-color: #3e2723 !important;
}
/*--------------------------------------------------
    [Grey]
----------------------------------------------------*/
.outline-grey-50 {
	outline-color: #fafafa !important;
}
.outline-grey-100 {
	outline-color: #f5f5f5 !important;
}
.outline-grey-200 {
	outline-color: #eeeeee !important;
}
.outline-grey-300 {
	outline-color: #e0e0e0 !important;
}
.outline-grey-400 {
	outline-color: #bdbdbd !important;
}
.outline-grey-500 {
	outline-color: #9e9e9e !important;
}
.outline-grey-600 {
	outline-color: #757575 !important;
}
.outline-grey-700 {
	outline-color: #616161 !important;
}
.outline-grey-800 {
	outline-color: #424242 !important;
}
.outline-grey-900 {
	outline-color: #212121 !important;
}
/*--------------------------------------------------
    [Blue Grey]
----------------------------------------------------*/
.outline-blue-grey-50 {
	outline-color: #eceff1 !important;
}
.outline-blue-grey-100 {
	outline-color: #cfd8dc !important;
}
.outline-blue-grey-200 {
	outline-color: #b0bec5 !important;
}
.outline-blue-grey-300 {
	outline-color: #90a4ae !important;
}
.outline-blue-grey-400 {
	outline-color: #78909c !important;
}
.outline-blue-grey-500 {
	outline-color: #607d8b !important;
}
.outline-blue-grey-600 {
	outline-color: #546e7a !important;
}
.outline-blue-grey-700 {
	outline-color: #455a64 !important;
}
.outline-blue-grey-800 {
	outline-color: #37474f !important;
}
.outline-blue-grey-900 {
	outline-color: #263238 !important;
}
/*--------------------------------------------------
    [Black & White]
----------------------------------------------------*/
.outline-gold{
	outline-color: #bf9361 !important;
}
.outline-black {
	outline-color: #000000 !important;
}
.outline-white {
	outline-color: #ffffff !important;
}

/*--------------------------------------------------
    [Box Shadows]
----------------------------------------------------*/
.shadow-2dp, .shadow-hover-2dp:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.shadow-3dp, .shadow-hover-3dp:hover {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12); }

.shadow-4dp, .shadow-hover-4dp:hover {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

.shadow-6dp, .shadow-hover-6dp:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }

.shadow-8dp, .shadow-hover-8dp:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }

.shadow-16dp, .shadow-hover-16dp:hover {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }

.shadow-24dp, .shadow-hover-24dp:hover {
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2); 
}

/*--------------------------------------------------
    [Full Width Container]
----------------------------------------------------*/
.full-width-container {
  position: relative;
  padding: 0;
  margin: 0;
}

.full-width-container:before, .full-width-container:after {
  content: " ";
  display: table;
}

.full-width-container:after {
  clear: both;
}

/*--------------------------------------------------
    [Container Extra Small]
----------------------------------------------------*/
.container-xs {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-xs:before, .container-xs:after {
  content: " ";
  display: table;
}

.container-xs:after {
  clear: both;
}

/* Media Queries below 768px */
@media (min-width: 768px) {
  .container-xs {
    width: 750px;
  }
}

/*--------------------------------------------------
    [Container Small]
----------------------------------------------------*/
.container-sm {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-sm:before, .container-sm:after {
  content: " ";
  display: table;
}

.container-sm:after {
  clear: both;
}

/* Media Queries below 768px */
@media (min-width: 768px) {
  .container-sm {
    width: 750px;
  }
}

/* Media Queries below 1200px */
@media (min-width: 1200px) {
  .container-sm {
    width: 970px;
  }
}

/*--------------------------------------------------
    [Position]
----------------------------------------------------*/
.position-r {
  position: relative;
}

.position-a {
  position: absolute;
}

.position-s {
  position: static;
}

.position-i {
  position: inherit;
}

/*--------------------------------------------------
    [Overflow]
----------------------------------------------------*/
.overflow-h {
  overflow: hidden !important;
}

.overflow-a {
  overflow: auto !important;
}

.overflow-i {
  overflow: inherit !important;
}

/*--------------------------------------------------
    [Height]
----------------------------------------------------*/
.min-h-5 {
  min-height: 5vh !important;
}
.min-h-10 {
  min-height: 10vh !important;
}
.min-h-25 {
  min-height: 25vh !important;
}
.min-h-35 {
  min-height: 35vh !important;
}
.min-h-50 {
  min-height: 50vh !important;
}
.min-h-75 {
  min-height: 75vh !important;
}
.min-h-100 {
  min-height: 100vh !important;
}
/*------------------------------------------------------------------
    [Height below 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  	.min-h-md-5 {
	  min-height: 5vh !important;
	}
	.min-h-md-10 {
	  min-height: 10vh !important;
	}
	.min-h-md-25 {
	  min-height: 25vh !important;
	}
	.min-h-md-35 {
	  min-height: 35vh !important;
	}
	.min-h-md-50 {
	  min-height: 50vh !important;
	}
	.min-h-md-75 {
	  min-height: 75vh !important;
	}
	.min-h-md-100 {
	  min-height: 100vh !important;
	}
}

/*------------------------------------------------------------------
    [Height below 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
	.min-h-sm-5 {
	  min-height: 5vh !important;
	}
	.min-h-sm-10 {
	  min-height: 10vh !important;
	}
	.min-h-sm-25 {
	  min-height: 25vh !important;
	}
	.min-h-sm-35 {
	  min-height: 35vh !important;
	}
	.min-h-sm-50 {
	  min-height: 50vh !important;
	}
	.min-h-sm-75 {
	  min-height: 75vh !important;
	}
	.min-h-sm-100 {
	  min-height: 100vh !important;
	}
}

/*------------------------------------------------------------------
    [Height below 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
	.min-h-xs-5 {
	  min-height: 5vh !important;
	}
	.min-h-xs-10 {
	  min-height: 10vh !important;
	}
	.min-h-xs-25 {
	  min-height: 25vh !important;
	}
	.min-h-xs-35 {
	  min-height: 35vh !important;
	}
	.min-h-xs-50 {
	  min-height: 50vh !important;
	}
	.min-h-xs-75 {
	  min-height: 75vh !important;
	}
	.min-h-xs-100 {
	  min-height: 100vh !important;
	}
}

/*--------------------------------------------------
    [Height]
----------------------------------------------------*/
.max-h-5 {
  max-height: 5vh !important;
}
.max-h-10 {
  max-height: 10vh !important;
}
.max-h-15 {
  max-height: 15vh !important;
}
.max-h-20 {
  max-height: 20vh !important;
}
.max-h-25 {
  max-height: 25vh !important;
}
.max-h-35 {
  max-height: 35vh !important;
}
.max-h-40 {
  max-height: 40vh !important;
}
.max-h-45 {
  max-height: 45vh !important;
}
.max-h-50 {
  max-height: 50vh !important;
}
.max-h-60 {
  max-height: 60vh !important;
}
.max-h-70 {
  max-height: 70vh !important;
}
.max-h-75 {
  max-height: 75vh !important;
}
.max-h-100 {
  max-height: 100vh !important;
}
/*------------------------------------------------------------------
    [Height below 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  	.max-h-md-5 {
	  max-height: 5vh !important;
	}
	.max-h-md-10 {
	  max-height: 10vh !important;
	}
	.max-h-md-15 {
	  max-height: 15vh !important;
	}
	.max-h-md-20 {
	  max-height: 20vh !important;
	}
	.max-h-md-25 {
	  max-height: 25vh !important;
	}
	.max-h-md-35 {
	  max-height: 35vh !important;
	}
	.max-h-md-50 {
	  max-height: 50vh !important;
	}
	.max-h-md-75 {
	  max-height: 75vh !important;
	}
	.max-h-md-100 {
	  max-height: 100vh !important;
	}
}

/*------------------------------------------------------------------
    [Height below 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
	.max-h-sm-5 {
	  max-height: 5vh !important;
	}
	.max-h-sm-10 {
	  max-height: 10vh !important;
	}
	.max-h-sm-15 {
	  max-height: 15vh !important;
	}
	.max-h-sm-20 {
	  max-height: 20vh !important;
	}
	.max-h-sm-25 {
	  max-height: 25vh !important;
	}
	.max-h-sm-35 {
	  max-height: 35vh !important;
	}
	.max-h-sm-50 {
	  max-height: 50vh !important;
	}
	.max-h-sm-75 {
	  max-height: 75vh !important;
	}
	.max-h-sm-100 {
	  max-height: 100vh !important;
	}
}

/*------------------------------------------------------------------
    [Height below 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
	.max-h-xs-5 {
	  max-height: 5vh !important;
	}
	.max-h-xs-10 {
	  max-height: 10vh !important;
	}
	.max-h-xs-15 {
	  max-height: 15vh !important;
	}
	.max-h-xs-20 {
	  max-height: 20vh !important;
	}
	.max-h-xs-25 {
	  max-height: 25vh !important;
	}
	.max-h-xs-35 {
	  max-height: 35vh !important;
	}
	.max-h-xs-50 {
	  max-height: 50vh !important;
	}
	.max-h-xs-75 {
	  max-height: 75vh !important;
	}
	.max-h-xs-100 {
	  max-height: 100vh !important;
	}
}

/*--------------------------------------------------
    [Spacing]
----------------------------------------------------*/
.m-o-1 {
  margin: -0.25rem -0.25rem !important;
}

.mt-o-1 {
  margin-top: -0.25rem !important;
}

.mr-o-1 {
  margin-right: -0.25rem !important;
}

.mb-o-1 {
  margin-bottom: -0.25rem !important;
}

.ml-o-1 {
  margin-left: -0.25rem !important;
}

.mx-o-1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.my-o-1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.m-o-2 {
  margin: -0.5rem -0.5rem !important;
}

.mt-o-2 {
  margin-top: -0.5rem !important;
}

.mr-o-2 {
  margin-right: -0.5rem !important;
}

.mb-o-2 {
  margin-bottom: -0.5rem !important;
}

.ml-o-2 {
  margin-left: -0.5rem !important;
}

.mx-o-2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.my-o-2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.m-o-3 {
  margin: -1rem -1rem !important;
}

.mt-o-3 {
  margin-top: -1rem !important;
}

.mr-o-3 {
  margin-right: -1rem !important;
}

.mb-o-3 {
  margin-bottom: 1rem !important;
}

.ml-o-3 {
  margin-left: -1rem !important;
}

.mx-3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.my-o-3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.m-o-4 {
  margin: -1.5rem -1.5rem !important;
}

.mt-o-4 {
  margin-top: -1.5rem !important;
}

.mr-o-4 {
  margin-right: -1.5rem !important;
}

.mb-o-4 {
  margin-bottom: -1.5rem !important;
}

.ml-o-4 {
  margin-left: -1.5rem !important;
}

.mx-o-4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.my-o-4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.m-o-5 {
  margin: -3rem -3rem !important;
}

.mt-o-5 {
  margin-top: -3rem !important;
}

.mr-o-5 {
  margin-right: -3rem !important;
}

.mb-o-5 {
  margin-bottom: -3rem !important;
}

.ml-o-5 {
  margin-left: 3rem !important;
}

.mx-o-5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.my-o-5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

@media (min-width: 576px) {
  .m-o-sm-1 {
    margin: -0.25rem -0.25rem !important;
  }
  .mt-o-sm-1 {
    margin-top: -0.25rem !important;
  }
  .mr-o-sm-1 {
    margin-right: -0.25rem !important;
  }
  .mb-o-sm-1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-o-sm-1 {
    margin-left: -0.25rem !important;
  }
  .mx-o-sm-1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .my-o-sm-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .m-o-sm-2 {
    margin: -0.5rem -0.5rem !important;
  }
  .mt-o-sm-2 {
    margin-top: -0.5rem !important;
  }
  .mr-o-sm-2 {
    margin-right: -0.5rem !important;
  }
  .mb-o-sm-2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-o-sm-2 {
    margin-left: -0.5rem !important;
  }
  .mx-o-sm-2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .my-o-sm-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .m-o-sm-3 {
    margin: -1rem -1rem !important;
  }
  .mt-o-sm-3 {
    margin-top: -1rem !important;
  }
  .mr-o-sm-3 {
    margin-right: -1rem !important;
  }
  .mb-o-sm-3 {
    margin-bottom: -1rem !important;
  }
  .ml-o-sm-3 {
    margin-left: -1rem !important;
  }
  .mx-o-sm-3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .my-o-sm-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .m-o-sm-4 {
    margin: -1.5rem -1.5rem !important;
  }
  .mt-o-sm-4 {
    margin-top: -1.5rem !important;
  }
  .mr-o-sm-4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-o-sm-4 {
    margin-left: -1.5rem !important;
  }
  .mx-o-sm-4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .my-o-sm-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .m-o-sm-5 {
    margin: -3rem -3rem !important;
  }
  .mt-o-sm-5 {
    margin-top: -3rem !important;
  }
  .mr-o-sm-5 {
    margin-right: -3rem !important;
  }
  .mb-o-sm-5 {
    margin-bottom: -3rem !important;
  }
  .ml-o-sm-5 {
    margin-left: -3rem !important;
  }
  .mx-o-sm-5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-o-sm-5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
}

@media (min-width: 768px) {
  .m-o-md-1 {
    margin: -0.25rem -0.25rem !important;
  }
  .mt-o-md-1 {
    margin-top: -0.25rem !important;
  }
  .mr-o-md-1 {
    margin-right: -0.25rem !important;
  }
  .mb-o-md-1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-o-md-1 {
    margin-left: -0.25rem !important;
  }
  .mx-o-md-1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .my-o-md-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .m-o-md-2 {
    margin: -0.5rem -0.5rem !important;
  }
  .mt-o-md-2 {
    margin-top: -0.5rem !important;
  }
  .mr-o-md-2 {
    margin-right: -0.5rem !important;
  }
  .mb-o-md-2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-o-md-2 {
    margin-left: -0.5rem !important;
  }
  .mx-o-md-2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .my-o-md-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .m-o-md-3 {
    margin: -1rem -1rem !important;
  }
  .mt-o-md-3 {
    margin-top: -1rem !important;
  }
  .mr-o-md-3 {
    margin-right: -1rem !important;
  }
  .mb-o-md-3 {
    margin-bottom: -1rem !important;
  }
  .ml-o-md-3 {
    margin-left: -1rem !important;
  }
  .mx-o-md-3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .my-o-md-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .m-o-md-4 {
    margin: -1.5rem -1.5rem !important;
  }
  .mt-o-md-4 {
    margin-top: -1.5rem !important;
  }
  .mr-o-md-4 {
    margin-right: -1.5rem !important;
  }
  .mb-o-md-4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-o-md-4 {
    margin-left: -1.5rem !important;
  }
  .mx-o-md-4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .my-o-md-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .m-o-md-5 {
    margin: -3rem -3rem !important;
  }
  .mt-o-md-5 {
    margin-top: -3rem !important;
  }
  .mr-o-md-5 {
    margin-right: -3rem !important;
  }
  .mb-o-md-5 {
    margin-bottom: -3rem !important;
  }
  .ml-o-md-5 {
    margin-left: -3rem !important;
  }
  .mx-o-md-5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-o-md-5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
}

@media (min-width: 992px) {
  .m-o-lg-1 {
    margin: -0.25rem -0.25rem !important;
  }
  .mt-o-lg-1 {
    margin-top: -0.25rem !important;
  }
  .mr-o-lg-1 {
    margin-right: -0.25rem !important;
  }
  .mb-o-lg-1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-o-lg-1 {
    margin-left: -0.25rem !important;
  }
  .mx-o-lg-1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .my-o-lg-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .m-o-lg-2 {
    margin: -0.5rem -0.5rem !important;
  }
  .mt-o-lg-2 {
    margin-top: -0.5rem !important;
  }
  .mr-o-lg-2 {
    margin-right: -0.5rem !important;
  }
  .mb-o-lg-2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-o-lg-2 {
    margin-left: -0.5rem !important;
  }
  .mx-o-lg-2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .my-o-lg-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .m-o-lg-3 {
    margin: -1rem -1rem !important;
  }
  .mt-o-lg-3 {
    margin-top: -1rem !important;
  }
  .mr-o-lg-3 {
    margin-right: -1rem !important;
  }
  .mb-o-lg-3 {
    margin-bottom: -1rem !important;
  }
  .ml-o-lg-3 {
    margin-left: -1rem !important;
  }
  .mx-o-lg-3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .my-o-lg-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .m-o-lg-4 {
    margin: -1.5rem -1.5rem !important;
  }
  .mt-o-lg-4 {
    margin-top: -1.5rem !important;
  }
  .mr-o-lg-4 {
    margin-right: -1.5rem !important;
  }
  .mb-o-lg-4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-o-lg-4 {
    margin-left: -1.5rem !important;
  }
  .mx-o-lg-4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .my-o-lg-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .m-o-lg-5 {
    margin: -3rem -3rem !important;
  }
  .mt-o-lg-5 {
    margin-top: -3rem !important;
  }
  .mr-o-lg-5 {
    margin-right: -3rem !important;
  }
  .mb-o-lg-5 {
    margin-bottom: -3rem !important;
  }
  .ml-o-lg-5 {
    margin-left: -3rem !important;
  }
  .mx-o-lg-5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-o-lg-5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
}

@media (min-width: 1200px) {
  .m-o-xl-1 {
    margin: -0.25rem -0.25rem !important;
  }
  .mt-o-xl-1 {
    margin-top: -0.25rem !important;
  }
  .mr-o-xl-1 {
    margin-right: -0.25rem !important;
  }
  .mb-o-xl-1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-o-xl-1 {
    margin-left: -0.25rem !important;
  }
  .mx-o-xl-1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .my-o-xl-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .m-o-xl-2 {
    margin: -0.5rem -0.5rem !important;
  }
  .mt-o-xl-2 {
    margin-top: -0.5rem !important;
  }
  .mr-o-xl-2 {
    margin-right: -0.5rem !important;
  }
  .mb-o-xl-2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-o-xl-2 {
    margin-left: -0.5rem !important;
  }
  .mx-o-xl-2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .my-o-xl-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .m-o-xl-3 {
    margin: -1rem -1rem !important;
  }
  .mt-o-xl-3 {
    margin-top: -1rem !important;
  }
  .mr-o-xl-3 {
    margin-right: -1rem !important;
  }
  .mb-o-xl-3 {
    margin-bottom: -1rem !important;
  }
  .ml-o-xl-3 {
    margin-left: -1rem !important;
  }
  .mx-o-xl-3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .my-o-xl-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .m-o-xl-4 {
    margin: -1.5rem -1.5rem !important;
  }
  .mt-o-xl-4 {
    margin-top: -1.5rem !important;
  }
  .mr-o-xl-4 {
    margin-right: -1.5rem !important;
  }
  .mb-o-xl-4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-o-xl-4 {
    margin-left: -1.5rem !important;
  }
  .mx-o-xl-4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .my-o-xl-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .m-o-xl-5 {
    margin: -3rem -3rem !important;
  }
  .mt-o-xl-5 {
    margin-top: -3rem !important;
  }
  .mr-o-xl-5 {
    margin-right: -3rem !important;
  }
  .mb-o-xl-5 {
    margin-bottom: -3rem !important;
  }
  .ml-o-xl-5 {
    margin-left: -3rem !important;
  }
  .mx-o-xl-5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-o-xl-5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
}

/*--------------------------------------------------
    [Font Sizes]
----------------------------------------------------*/
.font-size-10 {
  font-size: 10px !important;
}
.font-size-11 {
  font-size: 11px !important;
}
.font-size-12 {
  font-size: 12px !important;
}
.font-size-13 {
  font-size: 13px !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-15 {
  font-size: 15px !important;
}
.font-size-16 {
  font-size: 16px !important;
}
.font-size-18 {
  font-size: 18px !important;
}
.font-size-20 {
  font-size: 20px !important;
}
.font-size-22 {
  font-size: 22px !important;
}
.font-size-24 {
  font-size: 24px !important;
}
.font-size-26 {
  font-size: 26px !important;
}
.font-size-28 {
  font-size: 28px !important;
}
.font-size-30 {
  font-size: 30px !important;
}
.font-size-32 {
  font-size: 32px !important;
}
.font-size-34 {
  font-size: 34px !important;
}
.font-size-36 {
  font-size: 36px !important;
}
.font-size-50 {
  font-size: 50px !important;
}
.font-size-60 {
  font-size: 60px !important;
}
.font-size-70 {
  font-size: 70px !important;
}
.font-size-100 {
  font-size: 100px !important;
}

/*------------------------------------------------------------------
    [Font Sizes under 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-font-size-10 {
    font-size: 10px !important;
  }
  .md-font-size-11 {
    font-size: 11px !important;
  }
  .md-font-size-12 {
    font-size: 12px !important;
  }
  .md-font-size-13 {
    font-size: 13px !important;
  }
  .md-font-size-14 {
    font-size: 14px !important;
  }
  .md-font-size-15 {
    font-size: 15px !important;
  }
  .md-font-size-16 {
    font-size: 16px !important;
  }
  .md-font-size-18 {
    font-size: 18px !important;
  }
  .md-font-size-20 {
    font-size: 20px !important;
  }
  .md-font-size-22 {
    font-size: 22px !important;
  }
  .md-font-size-24 {
    font-size: 24px !important;
  }
  .md-font-size-26 {
    font-size: 26px !important;
  }
  .md-font-size-28 {
    font-size: 28px !important;
  }
  .md-font-size-30 {
    font-size: 30px !important;
  }
  .md-font-size-32 {
    font-size: 32px !important;
  }
  .md-font-size-34 {
    font-size: 34px !important;
  }
  .md-font-size-36 {
    font-size: 36px !important;
  }
  .md-font-size-50 {
    font-size: 50px !important;
  }
  .md-font-size-60 {
    font-size: 60px !important;
  }
  .md-font-size-70 {
    font-size: 70px !important;
  }
  .md-font-size-100 {
    font-size: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Font Sizes under 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-font-size-10 {
    font-size: 10px !important;
  }
  .sm-font-size-11 {
    font-size: 11px !important;
  }
  .sm-font-size-12 {
    font-size: 12px !important;
  }
  .sm-font-size-13 {
    font-size: 13px !important;
  }
  .sm-font-size-14 {
    font-size: 14px !important;
  }
  .sm-font-size-15 {
    font-size: 15px !important;
  }
  .sm-font-size-16 {
    font-size: 16px !important;
  }
  .sm-font-size-18 {
    font-size: 18px !important;
  }
  .sm-font-size-20 {
    font-size: 20px !important;
  }
  .sm-font-size-22 {
    font-size: 22px !important;
  }
  .sm-font-size-24 {
    font-size: 24px !important;
  }
  .sm-font-size-26 {
    font-size: 26px !important;
  }
  .sm-font-size-28 {
    font-size: 28px !important;
  }
  .sm-font-size-30 {
    font-size: 30px !important;
  }
  .sm-font-size-32 {
    font-size: 32px !important;
  }
  .sm-font-size-34 {
    font-size: 34px !important;
  }
  .sm-font-size-36 {
    font-size: 36px !important;
  }
  .sm-font-size-50 {
    font-size: 50px !important;
  }
  .sm-font-size-60 {
    font-size: 60px !important;
  }
  .sm-font-size-70 {
    font-size: 70px !important;
  }
  .sm-font-size-100 {
    font-size: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Font Sizes under 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-font-size-10 {
    font-size: 10px !important;
  }
  .xs-font-size-11 {
    font-size: 11px !important;
  }
  .xs-font-size-12 {
    font-size: 12px !important;
  }
  .xs-font-size-13 {
    font-size: 13px !important;
  }
  .xs-font-size-14 {
    font-size: 14px !important;
  }
  .xs-font-size-15 {
    font-size: 15px !important;
  }
  .xs-font-size-16 {
    font-size: 16px !important;
  }
  .xs-font-size-18 {
    font-size: 18px !important;
  }
  .xs-font-size-20 {
    font-size: 20px !important;
  }
  .xs-font-size-22 {
    font-size: 22px !important;
  }
  .xs-font-size-24 {
    font-size: 24px !important;
  }
  .xs-font-size-26 {
    font-size: 26px !important;
  }
  .xs-font-size-28 {
    font-size: 28px !important;
  }
  .xs-font-size-30 {
    font-size: 30px !important;
  }
  .xs-font-size-32 {
    font-size: 32px !important;
  }
  .xs-font-size-34 {
    font-size: 34px !important;
  }
  .xs-font-size-36 {
    font-size: 36px !important;
  }
  .xs-font-size-50 {
    font-size: 50px !important;
  }
  .xs-font-size-60 {
    font-size: 60px !important;
  }
  .xs-font-size-70 {
    font-size: 70px !important;
  }
  .xs-font-size-100 {
    font-size: 100px !important;
  }
}

/*--------------------------------------------------
    [Font Weight]
----------------------------------------------------*/
.fweight-200 {
  font-weight: 200 !important;
}

.fweight-300 {
  font-weight: 300 !important;
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-500 {
  font-weight: 500 !important;
}

.fweight-600 {
  font-weight: 600 !important;
}

.fweight-700 {
  font-weight: 700 !important;
}

.fweight-900 {
  font-weight: 900 !important;
}

/*--------------------------------------------------
    [Border radius]
----------------------------------------------------*/
.radius-0 {
  border-radius: 0 !important;
}

.radius-1 {
  border-radius: 0.1rem !important;
}

.radius-2 {
  border-radius: 0.2rem !important;
}

.radius-3 {
  border-radius: 0.3rem !important;
}

.radius-4 {
  border-radius: 0.4rem !important;
}

.radius-5 {
  border-radius: 0.5rem !important;
}

.radius-6 {
  border-radius: 0.6rem !important;
}

.radius-7 {
  border-radius: 0.7rem !important;
}

.radius-8 {
  border-radius: 0.8rem !important;
}

.radius-9 {
  border-radius: 0.9rem !important;
}

.radius-10 {
  border-radius: 1rem !important;
}

/*--------------------------------------------------
    [Border Top Left Radius]
----------------------------------------------------*/
.radius-t-l-0 {
  border-top-left-radius: 0 !important;
}

.radius-t-l-3 {
  border-top-left-radius: 3px !important;
}

.radius-t-l-5 {
  border-top-left-radius: 5px !important;
}

.radius-t-l-6 {
  border-top-left-radius: 6px !important;
}

.radius-t-l-7 {
  border-top-left-radius: 7px !important;
}

.radius-t-l-8 {
  border-top-left-radius: 8px !important;
}

.radius-t-l-9 {
  border-top-left-radius: 9px !important;
}

.radius-t-l-10 {
  border-top-left-radius: 10px !important;
}

.radius-t-l-20 {
  border-top-left-radius: 20px !important;
}

.radius-t-l-30 {
  border-top-left-radius: 30px !important;
}

.radius-t-l-40 {
  border-top-left-radius: 40px !important;
}

.radius-t-l-50 {
  border-top-left-radius: 50px !important;
}

/*--------------------------------------------------
    [Border Top Right Radius]
----------------------------------------------------*/
.radius-t-r-0 {
  border-top-right-radius: 0 !important;
}

.radius-t-r-3 {
  border-top-right-radius: 3px !important;
}

.radius-t-r-5 {
  border-top-right-radius: 5px !important;
}

.radius-t-r-6 {
  border-top-right-radius: 6px !important;
}

.radius-t-r-7 {
  border-top-right-radius: 7px !important;
}

.radius-t-r-8 {
  border-top-right-radius: 8px !important;
}

.radius-t-r-9 {
  border-top-right-radius: 9px !important;
}

.radius-t-r-10 {
  border-top-right-radius: 10px !important;
}

.radius-t-r-20 {
  border-top-right-radius: 20px !important;
}

.radius-t-r-30 {
  border-top-right-radius: 30px !important;
}

.radius-t-r-40 {
  border-top-right-radius: 40px !important;
}

.radius-t-r-50 {
  border-top-right-radius: 50px !important;
}

/*--------------------------------------------------
    [Border Bottom Left Radius]
----------------------------------------------------*/
.radius-b-l-0 {
  border-bottom-left-radius: 0 !important;
}

.radius-b-l-3 {
  border-bottom-left-radius: 3px !important;
}

.radius-b-l-5 {
  border-bottom-left-radius: 5px !important;
}

.radius-b-l-6 {
  border-bottom-left-radius: 6px !important;
}

.radius-b-l-7 {
  border-bottom-left-radius: 7px !important;
}

.radius-b-l-8 {
  border-bottom-left-radius: 8px !important;
}

.radius-b-l-9 {
  border-bottom-left-radius: 9px !important;
}

.radius-b-l-10 {
  border-bottom-left-radius: 10px !important;
}

.radius-b-l-20 {
  border-bottom-left-radius: 20px !important;
}

.radius-b-l-30 {
  border-bottom-left-radius: 30px !important;
}

.radius-b-l-40 {
  border-bottom-left-radius: 40px !important;
}

.radius-b-l-50 {
  border-bottom-left-radius: 50px !important;
}

/*--------------------------------------------------
    [Border Bottom Right Radius]
----------------------------------------------------*/
.radius-b-r-0 {
  border-bottom-right-radius: 0 !important;
}

.radius-b-r-3 {
  border-bottom-right-radius: 3px !important;
}

.radius-b-r-5 {
  border-bottom-right-radius: 5px !important;
}

.radius-b-r-6 {
  border-bottom-right-radius: 6px !important;
}

.radius-b-r-7 {
  border-bottom-right-radius: 7px !important;
}

.radius-b-r-8 {
  border-bottom-right-radius: 8px !important;
}

.radius-b-r-9 {
  border-bottom-right-radius: 9px !important;
}

.radius-b-r-10 {
  border-bottom-right-radius: 10px !important;
}

.radius-b-r-20 {
  border-bottom-right-radius: 20px !important;
}

.radius-b-r-30 {
  border-bottom-right-radius: 30px !important;
}

.radius-b-r-40 {
  border-bottom-right-radius: 40px !important;
}

.radius-b-r-50 {
  border-bottom-right-radius: 50px !important;
}

/*--------------------------------------------------
    [Border radius Pseudo :before, :after]
----------------------------------------------------*/
.radius-ba-0:before, .radius-ba-0:after {
  border-radius: 0 !important;
}

.radius-ba-3:before, .radius-ba-3:after {
  border-radius: 3px !important;
}

.radius-ba-5:before, .radius-ba-5:after {
  border-radius: 5px !important;
}

.radius-ba-6:before, .radius-ba-6:after {
  border-radius: 6px !important;
}

.radius-ba-7:before, .radius-ba-7:after {
  border-radius: 7px !important;
}

.radius-ba-8:before, .radius-ba-8:after {
  border-radius: 8px !important;
}

.radius-ba-9:before, .radius-ba-9:after {
  border-radius: 9px !important;
}

.radius-ba-10:before, .radius-ba-10:after {
  border-radius: 10px !important;
}

.radius-ba-20:before, .radius-ba-20:after {
  border-radius: 20px !important;
}

.radius-ba-30:before, .radius-ba-30:after {
  border-radius: 30px !important;
}

.radius-ba-40:before, .radius-ba-40:after {
  border-radius: 40px !important;
}

.radius-ba-50:before, .radius-ba-50:after {
  border-radius: 50px !important;
}

.radius-ba-circle:before, .radius-ba-circle:after {
  border-radius: 50% !important;
}

/*--------------------------------------------------
    [Border radius Pseudo :before]
----------------------------------------------------*/
.radius-b-0:before {
  border-radius: 0 !important;
}

.radius-b-3:before {
  border-radius: 3px !important;
}

.radius-b-5:before {
  border-radius: 5px !important;
}

.radius-b-6:before {
  border-radius: 6px !important;
}

.radius-b-7:before {
  border-radius: 7px !important;
}

.radius-b-8:before {
  border-radius: 8px !important;
}

.radius-b-9:before {
  border-radius: 9px !important;
}

.radius-b-10:before {
  border-radius: 10px !important;
}

.radius-b-20:before {
  border-radius: 20px !important;
}

.radius-b-30:before {
  border-radius: 30px !important;
}

.radius-b-40:before {
  border-radius: 40px !important;
}

.radius-b-50:before {
  border-radius: 50px !important;
}

.radius-b-circle:before {
  border-radius: 50% !important;
}

/*--------------------------------------------------
    [Border radius Pseudo :after]
----------------------------------------------------*/
.radius-a-0:after {
  border-radius: 0 !important;
}

.radius-a-3:after {
  border-radius: 3px !important;
}

.radius-a-5:after {
  border-radius: 5px !important;
}

.radius-a-6:after {
  border-radius: 6px !important;
}

.radius-a-7:after {
  border-radius: 7px !important;
}

.radius-a-8:after {
  border-radius: 8px !important;
}

.radius-a-9:after {
  border-radius: 9px !important;
}

.radius-a-10:after {
  border-radius: 10px !important;
}

.radius-a-20:after {
  border-radius: 20px !important;
}

.radius-a-30:after {
  border-radius: 30px !important;
}

.radius-a-40:after {
  border-radius: 40px !important;
}

.radius-a-50:after {
  border-radius: 50px !important;
}

.radius-a-circle:after {
  border-radius: 50% !important;
}

/********************
	Data Overlay
*********************/
[data-overlay-dark],
[data-overlay-light],
[data-overlay-color] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container,
[data-overlay-color] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before,
[data-overlay-color]:before,
[data-overlay-dark] .parallax:before,
[data-overlay-light] .parallax:before,
[data-overlay-color] .parallax:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before,
[data-overlay-dark] .parallax:before {
    background: #000
}

[data-overlay-light]:before,
[data-overlay-light] .parallax:before {
    background: #fff
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before,
[data-overlay-color="0"]:before {
    opacity: 0
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before,
[data-overlay-color="1"]:before {
    opacity: .1
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before,
[data-overlay-color="2"]:before {
    opacity: .2
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before,
[data-overlay-color="3"]:before {
    opacity: .3
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before,
[data-overlay-color="4"]:before {
    opacity: .4
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before,
[data-overlay-color="5"]:before {
    opacity: .5
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before,
[data-overlay-color="6"]:before {
    opacity: .6
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before,
[data-overlay-color="7"]:before {
    opacity: .7
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before,
[data-overlay-color="8"]:before {
    opacity: .8
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
    opacity: .9
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before,
[data-overlay-color="10"]:before {
    opacity: 1
}

[data-overlay-dark="0"] .parallax:before,
[data-overlay-light="0"] .parallax:before,
[data-overlay-color="0"] .parallax:before {
    opacity: 0
}

[data-overlay-dark="1"] .parallax:before,
[data-overlay-light="1"] .parallax:before,
[data-overlay-color="1"] .parallax:before {
    opacity: .1
}

[data-overlay-dark="2"] .parallax:before,
[data-overlay-light="2"] .parallax:before,
[data-overlay-color="2"] .v-slider .slide:before {
    opacity: .2
}

[data-overlay-dark="3"] .parallax:before,
[data-overlay-light="3"] .parallax:before,
[data-overlay-color="3"] .parallax:before {
    opacity: .3
}

[data-overlay-dark="4"] .parallax:before,
[data-overlay-light="4"] .parallax:before,
[data-overlay-color="4"] .parallax:before {
    opacity: .4
}

[data-overlay-dark="5"] .parallax:before,
[data-overlay-light="5"] .parallax:before,
[data-overlay-color="5"] .parallax:before {
    opacity: .5
}

[data-overlay-dark="6"] .parallax:before,
[data-overlay-light="6"] .parallax:before,
[data-overlay-color="6"] .parallax:before {
    opacity: .6
}

[data-overlay-dark="7"] .parallax:before,
[data-overlay-light="7"] .parallax:before,
[data-overlay-color="7"] .parallax:before {
    opacity: .7
}

[data-overlay-dark="8"] .parallax:before,
[data-overlay-light="8"] .parallax:before,
[data-overlay-color="8"] .parallax:before {
    opacity: .8
}

[data-overlay-dark="9"] .parallax:before,
[data-overlay-light="9"] .parallax:before,
[data-overlay-color="9"] .parallax:before {
    opacity: .9
}

[data-overlay-dark="10"] .parallax:before,
[data-overlay-light="10"] .parallax:before,
[data-overlay-color="10"] .parallax:before {
    opacity: 1
}