/*================
Mobile First START
================*/
/*~~~~~~~~~~~~~~~~
Custom tags START
~~~~~~~~~~~~~~~~*/
/*----------------
box tags START
----------------*/
.boxTagsDL {
  position: relative;
  box-sizing: border-box;
  width: 100%;
	clear: both;
  }

.boxTags {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  }

.boxTags_Content {
  position: relative;
  box-sizing: border-box;
  }

.boxTags_Link {
  white-space: nowrap;
	display: inline-block;
	margin-right: 4px;
  }

.boxTags_Icon {
  /*display: none;*/
  }

.boxDL_Link {
  vertical-align: top;
  }

.boxDL_Desc {
  padding-left: 20px;
  padding-right: 6px;
  }

/*.boxDL_Spacer {
  height: 0px;
  }*/
/*----------------
box tags END
----------------*/
/*~~~~~~~~~~~~~~~~
Custom tags END
~~~~~~~~~~~~~~~~*/
/*================
Mobile First END
================*/

/*================
Intermediate START
================*/
@media only screen and (min-width: 500px) {
  }
/*================
Intermediate END
================*/

/*================
Desktop 570 START
================*/
@media only screen and (min-width: 570px) {
	.boxTags_Link {
		margin-right: 6px;
		}

  }
/*================
Desktop 570 END
================*/

/*================
Desktop 800 START
================*/
@media only screen and (min-width: 800px) {
  }
/*================
Desktop 800 END
================*/
