/*
 * Copyright inpleworks, Co.
 * Ver 1.3.2
 * 2016-03-05
*/


/* All Device
-------------------------------------- */  
h1.h1 {
	font-weight: 700;
}
h2.h2 {
	font-weight: 600;
}
h3.h3 {
	font-weight: 600;
}
h4.h4 {
	font-weight: 400;
}
h5.h5 {
	font-weight: 300;
}
h6.h6 {
  	font-weight: 200;
}
h1.h1 {
  	font-size: 48px;
}
h2.h2 {
  	font-size: 36px;
}
h3.h3 {
  	font-size: 28px;
}
h4.h4 {
  	font-size: 24px;
}
h5.h5 {
  	font-size: 17px;
}
h6.h6 {
  	font-size: 16px;
}
h1.h1 small,
h2.h2 small,
h3.h3 small {
  	font-size: 65%;
}
h4.h4 small,
h5.h5 small,
h6.h6 small {
  	font-size: 75%;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}

.float-left { 
	float:left; 
}
.float-right { 
	float:right;
}
.float-none {
	float: none;
}

.overflow-hidden { 
	overflow: hidden; 
}
span.hidden {
	visibility: hidden;
	font-size: 0;
	text-indent: -99999em;
}

.display-block {
	display: block;
}

ul.ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.ul li {
	margin: 0;
	padding: 0;
}

/* font-size */
.fs-11 {
	font-size: 11px;
}
.fs-12 {
	font-size: 12px;
}
.fs-13 {
	font-size: 13px;
}
.fs-14 { 
	font-size: 14px;
}
.fs-16 { 
	font-size: 16px; 
}
.fs-18 { 
	font-size: 18px;
}
.fs-20 { 
	font-size: 20px; 
}
.fs-24 { 
	font-size: 24px; 
}
.fs-26 { 
	font-size: 26px; 
}
.fs-28 { 
	font-size: 28px; 
}
.fs-30 { 
	font-size: 30px; 
}


/* margin top */
.mg-t0 {
	margin-top: 0px;
}
.mg-t5 {
	margin-top: 5px;
}
.mg-t10 {
	margin-top: 10px;
}
.mg-t15 {
	margin-top: 15px;
}
.mg-t20 {
	margin-top: 20px;
}
.mg-t30 {
	margin-top: 30px;
}
.mg-t40 {
	margin-top: 40px;
}
.mg-t50 {
	margin-top: 50px;
}
.mg-t60 {
	margin-top: 60px;
}
.mg-t70 {
	margin-top: 70px;
}
.mg-t80 {
	margin-top: 80px;
}
.mg-t90 {
	margin-top: 90px;
}
/* margin bottom */
.mg-b0 {
	margin-bottom: 0px;
}
.mg-b5 {
	margin-bottom: 5px;
}
.mg-b10 {
	margin-bottom: 10px;
}
.mg-b15 {
	margin-bottom: 15px;
}
.mg-b20 {
	margin-bottom: 20px;
}
.mg-b30 {
	margin-bottom: 30px;
}
.mg-b40 {
	margin-bottom: 40px;
}
.mg-b50 {
	margin-bottom: 40px;
}
.mg-b60 {
	margin-bottom: 60px;
}
.mg-b70 {
	margin-bottom: 70px;
}
.mg-b80 {
	margin-bottom: 80px;
}
.mg-b90 {
	margin-bottom: 90px;
}
/* margin left */
.mg-l0 {
	margin-left: 0px;
}
.mg-l5 {
	margin-left: 5px;
}
.mg-l10 {
	margin-left: 10px;
}
.mg-l15 {
	margin-left: 15px;
}
.mg-l20 {
	margin-left: 20px;
}
.mg-l30 {
	margin-left: 30px;
}
.mg-l40 {
	margin-left: 40px;
}
.mg-l50 {
	margin-left: 50px;
}
.mg-l60 {
	margin-left: 60px;
}
.mg-l70 {
	margin-left: 70px;
}
.mg-l80 {
	margin-left: 80px;
}
.mg-l90 {
	margin-left: 90px;
}
/* margin right */
.mg-r0 {
	margin-right: 0px;
}
.mg-r5 {
	margin-right: 5px;
}
.mg-r10 {
	margin-right: 10px;
}
.mg-r15 {
	margin-right: 15px;
}
.mg-r20 {
	margin-right: 20px;
}
.mg-r30 {
	margin-right: 30px;
}
.mg-r40 {
	margin-right: 40px;
}
.mg-r50 {
	margin-right: 50px;
}
.mg-r60 {
	margin-right: 60px;
}
.mg-r70 {
	margin-right: 70px;
}
.mg-r80 {
	margin-right: 80px;
}
.mg-r90 {
	margin-right: 90px;
}

/* padding */
.pd-0 {
	padding: 0px !important;
}
.pd-5 {
	padding: 5px;
}
.pd-10 {
	padding: 10px;
}
.pd-15 {
	padding: 15px;
}
.pd-20 {
	padding: 20px;
}
.pd-30 {
	padding: 30px;
}
.pd-40 {
	padding: 40px;
}
.pd-50 {
	padding: 50px;
}
.pd-60 {
	padding: 60px;
}
.pd-70 {
	padding: 70px;
}
.pd-80 {
	padding: 80px;
}
.pd-90 {
	padding: 90px;
}

/* padding top */
.pd-t0 {
	padding-top: 0;
}
.pd-t5 {
	padding-top: 5px;
}
.pd-t10 {
	padding-top: 10px;
}
.pd-t15 {
	padding-top: 15px;
}
.pd-t20 {
	padding-top: 20px;
}
.pd-t30 {
	padding-top: 30px;
}
.pd-t40 {
	padding-top: 40px;
}
.pd-t50 {
	padding-top: 50px;
}
.pd-t60 {
	padding-top: 60px;
}
.pd-t70 {
	padding-top: 70px;
}
.pd-t80 {
	padding-top: 80px;
}
.pd-t90 {
	padding-top: 90px;
}

/* padding bottom */
.pd-b0 {
	padding-bottom: 0px;
}
.pd-b5 {
	padding-bottom: 5px;
}
.pd-b10 {
	padding-bottom: 10px;
}
.pd-b15 {
	padding-bottom: 15px;
}
.pd-b20 {
	padding-bottom: 20px;
}
.pd-b30 {
	padding-bottom: 30px;
}
.pd-b40 {
	padding-bottom: 40px;
}
.pd-b50 {
	padding-bottom: 50px;
}
.pd-b60 {
	padding-bottom: 60px;
}
.pd-b70 {
	padding-bottom: 70px;
}
.pd-b80 {
	padding-bottom: 80px;
}
.pd-b90 {
	padding-bottom: 90px;
}

/* padding left */
.pd-l0 {
	padding-left: 0px;
}
.pd-l5 {
	padding-left: 5px;
}
.pd-l10 {
	padding-left: 10px;
}
.pd-l15 {
	padding-left: 15px;
}
.pd-l20 {
	padding-left: 20px;
}
.pd-l30 {
	padding-left: 30px;
}
.pd-l40 {
	padding-left: 40px;
}
.pd-l50 {
	padding-left: 50px;
}
.pd-l60 {
	padding-left: 60px;
}
.pd-l70 {
	padding-left: 70px;
}
.pd-l80 {
	padding-left: 80px;
}
.pd-l90 {
	padding-left: 90px;
}

/* padding right */
.pd-r0 {
	padding-right: 0px;
}
.pd-r10 {
	padding-right: 10px;
}
.pd-r15 {
	padding-right: 15px;
}
.pd-r20 {
	padding-right: 20px;
}
.pd-r30 {
	padding-right: 30px;
}
.pd-r40 {
	padding-right: 40px;
}
.pd-r50 {
	padding-right: 50px;
}
.pd-r60 {
	padding-right: 60px;
}
.pd-r70 {
	padding-right: 70px;
}
.pd-r80 {
	padding-right: 80px;
}
.pd-r90 {
	padding-right: 90px;
}

/* border */
.bd0 {
	border: 0 !important;
}
.bd-l0 {
	border-left: 0 !important;
}
.bd-r0 {
	border-right: 0 !important;
}
.bd1-e1 {
	border: 1px solid #e1e1e1;
}
.bd-t1-e1 {
	border-top: 1px solid #e1e1e1;
}
.bd-b1-e1 {
	border-bottom: 1px solid #e1e1e1;
}
.bd-l1-e1 {
	border-left: 1px solid #e1e1e1;
}
.bd-r1-e1 {
	border-right: 1px solid #e1e1e1;
}
.bd1-d1 {
	border: 1px solid #d1d1d1;
}
.bd-t1-d1 {
	border-top: 1px solid #d1d1d1;
}
.bd-b1-d1 {
	border-bottom: 1px solid #d1d1d1;
}
.bd1-c1 {
	border: 1px solid #c1c1c1;
}
.bd-t1-c1 {
	border-top: 1px solid #c1c1c1;
}
.bd-b1-c1 {
	border-bottom: 1px solid #c1c1c1;
}


/* radius */
.r2 { 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
}
.r3 { 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
}
.r5 { 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
}
.r50 { 
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	border-radius: 50%; 
}


/* shadow */
.box-shadow {
	box-shadow:0 15px 20px 2px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 15px 20px 2px rgba(0,0,0,.3);
}
.text-shadow {
	text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.6);
}


.checkered {
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	background-size: 50px 50px; /* Controls the size of the stripes */
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #555), color-stop(.25, transparent), to(transparent)),
	-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #555), color-stop(.25, transparent), to(transparent)),
	-webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #555)),
	-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #555));
	background-image: -moz-linear-gradient(45deg, #555 25%, transparent 25%, transparent),
	-moz-linear-gradient(-45deg, #555 25%, transparent 25%, transparent),
	-moz-linear-gradient(45deg, transparent 75%, #555 75%),
	-moz-linear-gradient(-45deg, transparent 75%, #555 75%);
	background-image: -o-linear-gradient(45deg, #555 25%, transparent 25%, transparent),
	-o-linear-gradient(-45deg, #555 25%, transparent 25%, transparent),
	-o-linear-gradient(45deg, transparent 75%, #555 75%),
	-o-linear-gradient(-45deg, transparent 75%, #555 75%);
	background-image: linear-gradient(45deg, #555 25%, transparent 25%, transparent),
	linear-gradient(-45deg, #555 25%, transparent 25%, transparent),
	linear-gradient(45deg, transparent 75%, #555 75%),
	linear-gradient(-45deg, transparent 75%, #555 75%);
}

