.row,
.row>div,
.container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


figure{
	margin: 0;
}

.clear{
	clear: both;
	height: 0px;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.pm0{
	margin: 0px;
	padding: 0px;
}

.finger,
input[type="submit"],
input[type="reset"],
a.btn,
.close{
	cursor: pointer;
}

.relative{
	position: relative;
}

.hidden {
	display: none;
}

.inline_block{
	display: inline-block;
}

.top_line{
	border-top: 1px solid #e1e1e1;
}
.bottom_line{
	border-bottom: 1px solid #e1e1e1;
}


/*Widths*/
.full-max,
.full_max{
	max-width: 100%;
}
.full{
	width: 100%;
}
.w70{
	width: 70%;
}
.two_thirds{
	width: 66.6%;
}
.w60{
	width: 60%;
}
.w50,
.half{
	width: 50%;
}
.w40{
	width: 40% !important;
}
.w35{
	width: 35%;
}
.third{
	width: 33.3%;
}
.w30{
	width: 30%;
}
.quarter{
	width: 25%;
}
.w20{
	width: 20%;
}
.w15{
	width: 15%;
}
/*End widths*/


/*Text*/
.hyphenate{
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
}
.uppercase {
	text-transform: uppercase;
}
.nounderline {
	text-decoration: none;
}
.lh20{
	line-height: 20px;
}
.fz0{
	font-size: 0;
}
.text-small,
.text_small{
	font-size: 12px;
}
/*End text*/


/*Table*/
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}


/*Paddings*/
.pd20-0{
	padding: 20px 0;
}
.pd0-10{
	padding: 0 10px;
}
.pd0-20{
	padding: 0 20px;
}
.pd10-0{
	padding: 10px 0;
}
.pd10-20{
	padding: 10px 20px;
}
.pd0-30{
	padding: 0 30px;
}
.pd20{
	padding: 20px;
}
/*End paddings*/


/*Margins*/
.mt0{
	margin-top: 0 !important;
}
.mb0{
	margin-bottom: 0 !important;
}
.mt5{
	margin-top: 5px !important;
}
.mb3{
	margin-bottom: 3px !important;
}
.mb5{
	margin-bottom: 5px !important;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb15{
	margin-bottom: 15px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb25{
	margin-bottom: 25px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb40{
	margin-bottom: 40px !important;
}
.mb45{
	margin-bottom: 45px !important;
}
.mb50{
	margin-bottom: 50px !important;
}
.mr5{
	margin-right: 5px;
}
.mr10{
	margin-right: 10px;
}
.mr15{
	margin-right: 15px;
}
.mr20{
	margin-right: 20px;
}
.ml5{
	margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml20{
	margin-left: 20px;
}
/*End margins*/



/*Vertical Align*/
.content-vert-align{
	position: relative;
}
.content-vert-align:before{
	content: '';
	height: 100%;
	width: 0;
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
}
.content-vert-align>*{
	vertical-align: middle;
	max-width: 99%;
}
/*END Vertical Align*/


/*Overflow*/
.overflow-x-scroll{
	overflow-x: auto;
}
.overflow-auto {
	overflow: auto !important;
}
.overflow,
.overflow-hidden {
	overflow: hidden !important;
}
/*END Overflow*/


/*Text align*/
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-justify{
	text-align: justify;
}
/*Text align*/


/*Vertical align*/
.text_baseline,
.align-baseline {
	vertical-align: baseline !important;
}
.text_top,
.align-top {
	vertical-align: top !important;
}
.text_middle,
.align-middle {
	vertical-align: middle !important;
}
.text_bottom,
.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}
/*Vertical align*/


/*Float*/
.pull-left,
.float-left {
	float: left !important;
}
.pull-right,
.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}
/*END Float*/


/*Flex*/
.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}


/*DEFAULT MEDIAQUERIES*/
/*SM*/
@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}
	.float-sm-right {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}

	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}
/*MD*/
@media (min-width: 768px) {
	.md-w15{
		width: 15%;
	}
	.md-w30{
		width: 30%;
	}
	.md-w35{
		width: 35%;
	}
	.md-w50{
		width: 50%;
	}
	.md-w70{
		width: 70%;
	}

	.float-md-left {
		float: left !important;
	}
	.float-md-right {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}

	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}
/*LG*/
@media (min-width: 992px) {
	.lg-w15{
		width: 15%;
	}
	.lg-w25{
		width: 25%;
	}
	.lg-w30{
		width: 30%;
	}
	.lg-w35{
		width: 35%;
	}
	.lg-w50{
		width: 50%;
	}
	.lg-w70{
		width: 70%;
	}

	.float-lg-left {
		float: left !important;
	}
	.float-lg-right {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}

	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}
/*XL*/
@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}
	.float-xl-right {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}

	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}
/*END DEFAULT MEDIAQUERIES*/