/*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{
  content: '';
  display: block;
  position: absolute;
}
.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{
  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;
}
.mb50{
	margin-bottom: 50px !important;
}
.mb60{
	margin-bottom: 60px !important;
}
.mb70{
	margin-bottom: 70px !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*/

/*Effects*/
.ease-out{
	transition: all .2s ease-out .2s;
}