/* web system [CLOSED CODE v2.3] */

@import url('https://fonts.googleapis.com/css?family=Mukta+Malar:300,400,700&subset=latin-ext');

@import url('https://fonts.googleapis.com/css?family=Vampiro+One&subset=latin-ext');

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700&subset=latin-ext');

.themeFontReadings{font-family:'Mukta Malar',sans-serif}

.themeFontAlternative{font-family:'Vampiro One',sans-serif}

.themeFontTitles{font-family:'Titillium Web',sans-serif}

.themeFontSmall{font-size:12px}

.themeFontMedium{font-size:14px}

.themeFontLarge{font-size:18px}

@media screen and (min-width: 600px) {
	
	.themeFontSmall{font-size:12px}
	
	.themeFontMedium{font-size:14px}
	
	.themeFontLarge{font-size:18px}
    
}
@media screen and (min-width: 992px) {
	
	.themeFontSmall{font-size:14px}
	
	.themeFontMedium{font-size:18px}
	
	.themeFontLarge{font-size:26px}
  
}

.themeBackgroundColorLight{background-color:rgba(255,255,255,1);color:rgba(70,70,70,1)}

.themeBackgroundColorLightless{background-color:rgba(245,245,245,1);color:rgba(70,70,70,1)}

.themeBackgroundColorLightleast{background-color:rgba(225,215,145,1);color:rgba(50,70,50,1)}

.themeBackgroundColorDark{background-color:rgba(223,205,45,1);color:rgba(255,255,255,1)}

.themeBackgroundColorDarker{background-color:rgba(116,116,116,1);color:rgba(245,245,245,1)}

.themeBackgroundColorDarkest{background-color:rgba(70,70,70,1);color:rgba(245,245,245,1)}

.themeHidden{display:none}

.themeBody{}

.themeCursorPointer{cursor:pointer}

.themeWindowHeightAuto100{height:0px;overflow-y:scroll}

.themeBitContainerFirst{margin-top:16px;margin-bottom:64px}

/* web system */