@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

/* DEFAULT TEMPLATE & EDITOR STYLES */
body, html {
	background-color: #fff;
	box-sizing: border-box;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

body *,
body *:before,
body *:after {
	box-sizing: inherit;
}

body {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	letter-spacing: 0,5px;
	line-height: 18px;
	margin: 0;
	outline: none;
	padding: 0;
}

sup, sub {
	font-size: 10px;
	line-height: 10px;
}

/* TABLE STYLES */

table, table td, table th {
	border-collapse: collapse;
	border: 1px solid #ddd;
	text-align: left;
	vertical-align: top;
}

.colortable {
	width: 100%;
}

	.colortable td,
	.colortable th {
		border-bottom: 1px solid #ddd;
		padding: 2px 10px 2px 0px;
	}

	.colortable td.label,
	.colortable th.label {
		background-color: #eee;
		border-bottom: 1px solid #fff;
		width: 100px;
	}

/* DEFAULT LIST STYLES */

ul li {
	list-style-position: outside;
	list-style-type: square;
}

ol li {
	list-style-position: outside;
	list-style-type: decimal;
}

ul {
	margin-left: 15px;
}

ol {
	margin-left: 25px;
}

/* P */
#tpl_content p, .divider {
	margin: 0px 0px 10px 0px;
	display: block;
}

/* LINK STYLES */
a {
	color: #774f96;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

p {
	font-size: 12px;
	text-align: left !important;
}

.nextlink {
	padding-left: 10px;
	background-image: url(../image/web/link/next2_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 15px;
	color: #3ad1a7;
}
.nextlink:hover {
	color: #999;
}
.morelink {
	padding-right: 10px;
	background-image: url(../image/web/link/more2_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	display: inline-block;
	color: #3ad1a7;
}
.morelink:hover {
	color: #999;
}
.prevlink {
	padding-left: 10px;
	background-image: url(../image/web/link/prev2_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	display: inline-block;
	color: #3ad1a7;
}
.prevlink:hover {
	color: #999;
}


/* BACKGROUND COLORS */

.backwh,
.backb1,
.backg1,
.backg2,
.backg3,
.back-yellow,
.back-purple,
.back-green {
	float: left;
	width: 100%;
}

.backwh {
	background-color: #FFF;
}

.backb1 {
	background-color: #774f96;
}

.backg1 {
	background-color: #666;
}

.backg2 {
	background-color: #eee;
}

.backg3 {
	background-color: #555;
}

.back-yellow {
	background-color: #efe36b;
}

.back-purple {
	background-color: #774f96;
}

.back-green {
	background-color: #3ad1a7;
}


/* TEXT STYLES */
.texttiny, .texttiny * {
	font-size: 11px;
	line-height: 14px;
}


/* IMAGE STYLES */

img {
	border-width: 0px;
	height: auto;
	margin: 0px;
	max-width: 100%;
	padding: 0px;
	width: auto;
}

.imageleft {
	display: block;
	margin-bottom: 20px;
}

@media(min-width: 768px) {
	.imageleft {
		float: left; 
		margin-right: 20px;
	}
}

.imageright {
	display: block;
	margin-bottom: 20px;
}

@media(min-width: 768px) {
	.imageright {
		float: right;
		margin-left: 20px;
	}
}

.imagecenter {
	margin-left: 0;
	margin-right: 0;
	vertical-align: middle;
	margin-bottom: 10px;
}

/* EDITOR STYLES */
h1, h2, h3, h4, h5, div.title {
	display: block;
}
h1, div.title, h1 *, div.title * {
	font-size: 31px;
	font-weight: normal;
	line-height: 31px;
	text-transform: uppercase;
}
h1, div.title {
	margin-bottom: 10px;
}
h2, h2 * {
	font-size: 17px;
	font-weight: bold;
	line-height: 17px;
}
h2 {
	margin-bottom: 10px;
}
h3, h3 * {
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
}
h3 {
	margin-bottom: 7px;
}
.tpl_boxed {
	padding: 13px 15px;
	border: 1px solid #ddd;
}