@import url(../../../css);
@import url(../../../css-1);
@import url(../../../css-2);
/*
	font-family: 'Roboto Slab', serif;
	font-family: 'Open Sans', sans-serif;
*/

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

body {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #fff;
	line-height: 24px;
	margin: 0px;
}

/* Heading Typo */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	color: #333333;
	font-family: 'Roboto Slab', serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	margin: 0px 0px 10px 0px;
}

h1 {
	font-size: 62px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 18px;
}

/* Paragraph Typo */
p {
	letter-spacing: 0.2px;
	line-height: 28px;
	color: #000000;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;

}

.font-style{
	letter-spacing: 0.2px;
	line-height: 28px;
	color: #000000;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 11px;
}

.mt-11{
	margin-top: 11px;
}



p a {
	color: #fff;
}

/* Link Typo */
a {
	color: #000;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}

/* HTML-5 Element Typo */
header,
detail,
article,
aside,
hgroup,
nav,
section,
figure,
figcaption,
footer {
	display: block;
}

audio,
video,
canvas {
	float: left;
	width: 100%;
}

/* UL Typo */
ul,
ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ol {
	list-style: decimal;
}

li {
	margin: 0px;
	list-style: none;
	color: #999999;
}

li>ul,
li>ol {
	margin: 0 0 0 20px;
}

li ol li:last-child,
li ul li:last-child {
	margin-bottom: 0px;
}

/* Figure Element Typo */
img {
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

/* Clear Typo */
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/* Defaul Elment Typo */
strong {
	color: #777777;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 10px;
	clear: both;
	display: inline-block;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* IFrame Typo */
iframe {
	border: none;
	width: 100%;
}

/* Form Input Typo */
fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

label {
	color: #fff;
	display: block;
	font-weight: 400;
	margin-bottom: 10px;
}

select {
	border: 1px solid #d2d2d2;
	color: #666666;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	height: 40px;
	padding: 8px 12px;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

button {
	border: none;
	font-size: 16px;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	color: #2b2b2b;
	font-weight: 400;
	line-height: 1.5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
	/* Removing the inner shadow, rounded corners on iOS inputs */
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	height: 44px;
	line-height: 20px;
	outline: none;
	padding: 4px 10px;
	vertical-align: middle;
}

form p {
	float: left;
	position: relative;
	width: 100%;
}

form p span i {
	color: #474747;
	left: 16px;
	position: absolute;
	top: 13px;
}

/* ThemeUnit Style's */
.fullsection {
	width: 100%;
	padding: 0px;
}

.fullsection .row {
	margin: 0px;
}

.fullsection [class*="col-md-"] {
	padding: 0px;
}

.full-content {
	width: 100%;
	float: left;
	padding: 0px;
}

.full-content .row {
	margin: 0px;
}

.thememargin {
	margin: 0px 0px 30px 0px;
}

.kd-pagesection {
	float: left;
	width: 100%;
}

/*Table Typo*/
table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;

}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
	padding: 15px;
}

td {
	border-width: 0 1px 1px 0;
	padding: 15px;
}

/* Place Holder Typo */
::-webkit-input-placeholder {
	color: #;
}

:-moz-placeholder {
	color: #;
	opacity: 1;
}

::-moz-placeholder {
	color: #;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #;
}

.kode-newslatter ::-webkit-input-placeholder {
	color: #b5b5b5;
}

.kode-newslatter :-moz-placeholder {
	color: #b5b5b5;
	opacity: 1;
}

.kode-newslatter ::-moz-placeholder {
	color: #b5b5b5;
	opacity: 1;
}

.kode-newslatter :-ms-input-placeholder {
	color: #b5b5b5;
}


/*
	==============================================================
			WordPress Typo Element
	==============================================================	*/

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p>embed,
p>iframe,
p>object,
span>embed,
span>iframe,
span>object {
	margin-bottom: 0;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}


/* Selection Typo */
::selection {
	background: #58c333;
	color: #ffffff;
}

::-webkit-selection {
	background: #58c333;
	color: #ffffff;
}

background: #3399ff;

::-moz-selection {
	color: #ffffff;
}

.circle {
	color: #000000;
	list-style: circle;
	margin: 5px 40px;
	margin-right: 0px;
	margin-top: 5px;
}
.number {
	color: #000000;
	list-style: auto;
	margin: 5px 40px;
	margin-right: 0px;
	margin-top: 5px;
}

strong {
	color: #000;
}

.mt-20 {
	margin-top: 20px;
}

.mr-20{
	/* margin-left: 30px!important; */
	/* margin-right: 20px!important; */
}