.clear {
    clear: both;
    height: 0px;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}
.pm0, ul, ol, ul li, ol li{
    margin: 0px;
    padding: 0px;
}
ul, ol{
    list-style-type: none;
}

.row,
.row>*,
.container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row>*{
	position: relative;
}


.row.gutter-30{
	margin-left: -15px;
	margin-right: -15px;
}
.row.gutter-30 > *{
	padding-left: 15px;
	padding-right: 15px;
}

.row.gutter-32{
	margin-left: -16px;
	margin-right: -16px;
}
.row.gutter-32 > *{
	padding-left: 16px;
	padding-right: 16px;
}

.row.gutter-40{
	margin-left: -20px;
	margin-right: -20px;
}
.row.gutter-40 > *{
	padding-left: 20px;
	padding-right: 20px;
}

.container_main{
    padding: 0 20px;
}

/*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*/


/*Text*/
.text-little,
.text-little *{
    font-size: 13px !important;
    line-height: 17px !important;
}
.text-small,
.text-small *{
    font-size: 14px !important;
    line-height: 18px !important;
}
.text-medium,
.text-medium *{
    font-size: 16px !important;
    line-height: 22px !important;
}
.text-large{
    font-size: 20px !important;
    line-height: 26px !important;
}
.text-greatest{
    font-size: 24px !important;
    line-height: 28px !important;
}
/*End text*/


/*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;
}


/*General*/
.capitalize {
  text-transform: capitalize !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.underline,
.underline-child a{
	text-decoration: underline;
}
.nounderline {
  text-decoration: none !important;
}
.finger, input[type="submit"], input[type="reset"]{
  cursor: pointer;
}
.relative{
  position: relative;
}
.inline{
  display: inline;
}
.inline-block{
  display: inline-block;
}
.after:after,
.before:before{
  position: absolute;
  content: '';
  display: block;
}
.m0{
	margin: 0 !important;
}
.pd0{
	padding: 0 !important;
}
.overflow-hidden{
	overflow: hidden;
}
/*End General*/


/*Text*/
.fz0{
	font-size: 0;
}
.lh0{
	line-height: 0;
}
.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
.text-top{
	vertical-align: top;
}
.text-middle{
	vertical-align: middle;
}
.text-baseline{
	vertical-align: baseline;
}
.text-bottom{
	vertical-align: bottom;
}
.lh30{
	line-height: 30px;
}
.lh50{
	line-height: 50px;
}
.content-vert-align{
	position: relative;
}
.content-vert-align:before{
	content: ' ';
	height: 100%;
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
}
.content-vert-align>*{
	vertical-align: middle;
	max-width: 99%;
}
/*End text*/



/*Grid*/
.col-wrap{
  padding: 0 10px;
}
.tile-2, .tile-3, .tile-4{
  font-size: 0;
  position: relative;
  margin: 0 -10px 0;
  padding: 0;
}
.tile-2>li, .tile-3>li, .tile-4>li{
  vertical-align: top;
  display: inline-block;
  margin-bottom: 10px;
  //display: inline;
  //zoom: 1;
}
.tile-2>li{
  width: 50%;
}
.tile-3>li{
  width: 33.3%;
}
.tile-4>li{
  width: 25%;
}
.full{
  width: 100%;
}
.full-max{
  max-width: 100%;
}
.w95{
  width: 95%;
}
.two-thirds{
  width: 66.6%;
}
.w60{
  width: 60%;
}
.half,
.w50{
  width: 50%;
}
.w40{
  width: 40%;
}
.third{
  width: 33.3%;
}
.w30{
  width: 30%;
}
.quarter{
  width: 25%;
}
/*End Grid*/


/*Paddings*/
.pt15{
    padding-top: 15px;
}
.pt30{
    padding-top: 30px;
}
.pd10{
	padding: 10px;
}
.pd15{
	padding: 15px;
}
.pd20{
	padding: 20px;
}
.pd30{
	padding: 30px;
}
.pd40{
	padding: 40px;
}
.pd0-10{
	padding:0 10px;
}
.pd0-30{
	padding:0 30px;
}
.pd10-20{
	padding: 10px 20px;
}
.pd15-20{
	padding: 15px 20px;
}
.pd15-30{
	padding: 15px 30px;
}
.pd5-0{
	padding: 5px 0;
}
.pd10-0{
	padding: 10px 0;
}
.pd15-0{
	padding: 15px 0;
}
.pd20-0{
	padding: 20px 0;
}
.pd40-0{
	padding: 40px 0;
}
.pd0-20{
    padding: 0 20px;
}
.pd0-25{
	padding:0 25px;
}
.pd0-40{
	padding: 0 40px;
}
.pd0-60{
    padding: 0 60px;
}
.pd0-90{
    padding: 0 90px;
}
.pd30-0{
	padding: 30px 0;
}
.pd30-20{
	padding: 30px 20px;
}
.pd20-30{
    padding: 20px 30px;
}
.pd30-40{
    padding: 30px 40px;
}
.pr20{
	padding-right: 20px;
}
.pr50{
	padding-right: 50px;
}
.pl20{
	padding-left: 20px;
}
.pl25{
	padding-left: 25px;
}
/*End paddings*/


/*Margins*/
.mt0{
	margin-top: 0 !important;
}
.mt3{
	margin-top: 3px !important;
}
.mt5{
	margin-top: 5px !important;
}
.mt10{
	margin-top: 10px !important;
}
.mt15{
	margin-top: 15px !important;
}
.mt20{
	margin-top: 20px !important;
}
.mt30{
	margin-top: 30px !important;
}
.mt40{
	margin-top: 40px !important;
}
.mt50{
	margin-top: 50px !important;
}
.mt60{
	margin-top: 60px !important;
}
.mb0{
	margin-bottom: 0 !important;
}
.mb5{
	margin-bottom: 5px !important;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb12{
	margin-bottom: 12px !important;
}
.mb13{
	margin-bottom: 13px !important;
}
.mb15{
	margin-bottom: 15px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb35{
	margin-bottom: 35px !important;
}
.mb40{
	margin-bottom: 40px !important;
}
.mb45{
	margin-bottom: 45px !important;
}
.mb50{
	margin-bottom: 50px !important;
}
.mb60{
	margin-bottom: 60px !important;
}
.mb70{
	margin-bottom: 70px !important;
}
.mb80{
	margin-bottom: 80px !important;
}
.mb90{
	margin-bottom: 90px !important;
}
.mb140{
	margin-bottom: 140px !important;
}
.mr3{
	margin-right: 3px;
}
.mr5{
	margin-right: 5px;
}
.mr10{
	margin-right: 10px;
}
.mr15{
	margin-right: 15px;
}
.mr20{
	margin-right: 20px;
}
.mr30{
	margin-right: 30px;
}
.mr40{
	margin-right: 40px;
}
.ml5{
	margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left: 15px;
}
.ml20{
	margin-left: 20px;
}
.ml30{
	margin-left: 30px;
}
/*End Margins*/


/*Height*/
.h200{
	height: 200px;
}

/*End Height*/


/*Width PX*/
.w60-max{
	max-width: 60px;
}
.w100-max{
	max-width: 100px;
}
/*End Width PX*/




/*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*/
