/*
Description: base.tpl styles
*/

@media only screen and (min-width: 320px) {
	html body {
		font-size: 15px;
		line-height: 25px;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
		-o-font-smoothing: antialiased;
		color: #676767;
	}
	body.cl-start #wrapper {
		overflow: hidden;
	}
	body > .container > .main-row {
		box-shadow: none;
	}
	body h2 {
		font-size: 32px;
		line-height: 32px;
		color: #444;
	}
	body h4 {
		font-size: 24px;
		line-height: 24px;
	}
	.container-fluid {
		max-width: 1245px;
	}
	#wrapper .container {
		overflow: initial;
		overflow: unset;
	}
	#wrapper #content {
		width: 100%;
		float: inherit;
	}
	#wrapper.sidebarLeft > .container {
		margin-top: 70px;
	}
}