@charset "utf-8";
/* Styling for DMC_Shortcode/app_tiles.php*/

.app_tile_description
{
	font-family : Lucida Sans Unicode;
	font-size : 10px;
	letter-spacing : -0.4px;
	color : #3E3E3E;
	color : rgb(62, 62, 62);
	text-align:left;
	margin: 0px 5px 0px 5px;
	line-height:14px;
	padding-top:3px;
}

.app_tile_img_horiz {

    float:right;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
	margin-left: auto;
    margin-right: auto;
	min-width:113px;
	max-height:75px;
	
}

.app_tile_img_vert {

    float:right;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
	margin-left: auto;
    margin-right: auto;
    max-width:75px;
	min-height:113px;
}


/* img Grow */
.app_tile_img_vert:hover, .app_tile_img_horiz:hover,
.app_tile_img_vert:focus, .app_tile_img_horiz:focus,
.app_tile_img_vert:active, .app_tile_img_horiz:active {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  
}


.app_tile_img_mask_horiz {
	
	float:right;
	-moz-image: url(../media/roundcorner_box_horiz.svg);
	mask-image: url(../media/roundcorner_box_horiz.svg);
    -webkit-mask-image: url(../media/roundcorner_box_horiz.svg);


}

.app_tile_img_shadow_horiz {
	float:right;
	width:113px;
	height:75px;
	margin:3px 8px 0px 5px;
	border-radius: 10px;
	-moz-box-shadow : 2px 2px 2px rgba(35, 31, 32, 0.75);
	-webkit-box-shadow : 2px 2px 2px rgba(35, 31, 32, 0.75);
	box-shadow : 2px 2px 2px rgba(35, 31, 32, 0.75);
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#231F20') ;
	border: 1.5px solid #5D5D5D;
	overflow:hidden;

}

.app_tile_img_mask_vert {
	
	float:right;
	-moz-image: url(../media/roundcorner_box_vert.svg);
	mask-image: url(../media/roundcorner_box_vert.svg);
    -webkit-mask-image: url(../media/roundcorner_box_vert.svg);
	

}

.app_tile_img_shadow_vert {
	float:right;
	width:75px;
	height:113px;
	margin:3px 8px 0px 5px;
	border-radius: 10px;
	-moz-box-shadow : 2px 2px 2px rgba(35, 31, 32, 0.75);
	-webkit-box-shadow : 2px 2px 2px rgba(35, 31, 32, 0.75);
	box-shadow : 2px 2px 2px rgba(35, 31, 32, 0.75);
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#231F20') ;
	border: 1.5px solid #5D5D5D;
	overflow:hidden;

}

.app_tile_header
{
  font-family : Lucida Sans Unicode;
  font-size : 17px;
  letter-spacing : -0.72px;
/*  color : #DCDDB8;
  color : rgb(220, 221, 184);*/
  text-align:center;
  line-height:28px;
  -webkit-text-stroke-width: 0.1px;
	-webkit-text-stroke-color: #5c5c5c; /* horizontal-offset vertical-offset 'blur' colour */
	color: #E7E7E7;
	text-shadow: -1px -1px 0 #5c5c5c, 1.5px 1.5px 1.5px #000000;
/*  background:url(../../../themes/cyclefix-child/images/app-tile-header-green.gif);*/

   background : -moz-linear-gradient(50% 100% 90deg,rgba(109, 110, 113, 1) 0%,rgba(111, 112, 115, 1) 31.26%,rgba(117, 119, 122, 1) 42.52%,rgba(129, 130, 133, 1) 50.52%,rgba(145, 147, 150, 1) 56.97%,rgba(147, 149, 152, 1) 57.53%,rgba(146, 148, 151, 1) 57.66%,rgba(125, 126, 129, 1) 61.62%,rgba(108, 110, 112, 1) 66.23%,rgba(97, 98, 100, 1) 71.91%,rgba(90, 91, 93, 1) 79.73%,rgba(88, 89, 91, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(109, 110, 113, 1) 0%, rgba(111, 112, 115, 1) 31.26%, rgba(117, 119, 122, 1) 42.52%, rgba(129, 130, 133, 1) 50.52%, rgba(145, 147, 150, 1) 56.97%, rgba(147, 149, 152, 1) 57.53%, rgba(146, 148, 151, 1) 57.66%, rgba(125, 126, 129, 1) 61.62%, rgba(108, 110, 112, 1) 66.23%, rgba(97, 98, 100, 1) 71.91%, rgba(90, 91, 93, 1) 79.73%, rgba(88, 89, 91, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(109, 110, 113, 1) ),color-stop(0.3126,rgba(111, 112, 115, 1) ),color-stop(0.4252,rgba(117, 119, 122, 1) ),color-stop(0.5052,rgba(129, 130, 133, 1) ),color-stop(0.5697,rgba(145, 147, 150, 1) ),color-stop(0.5753,rgba(147, 149, 152, 1) ),color-stop(0.5766,rgba(146, 148, 151, 1) ),color-stop(0.6162,rgba(125, 126, 129, 1) ),color-stop(0.6623,rgba(108, 110, 112, 1) ),color-stop(0.7191,rgba(97, 98, 100, 1) ),color-stop(0.7973,rgba(90, 91, 93, 1) ),color-stop(1,rgba(88, 89, 91, 1) ));
  background : -o-linear-gradient(90deg, rgba(109, 110, 113, 1) 0%, rgba(111, 112, 115, 1) 31.26%, rgba(117, 119, 122, 1) 42.52%, rgba(129, 130, 133, 1) 50.52%, rgba(145, 147, 150, 1) 56.97%, rgba(147, 149, 152, 1) 57.53%, rgba(146, 148, 151, 1) 57.66%, rgba(125, 126, 129, 1) 61.62%, rgba(108, 110, 112, 1) 66.23%, rgba(97, 98, 100, 1) 71.91%, rgba(90, 91, 93, 1) 79.73%, rgba(88, 89, 91, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(109, 110, 113, 1) 0%, rgba(111, 112, 115, 1) 31.26%, rgba(117, 119, 122, 1) 42.52%, rgba(129, 130, 133, 1) 50.52%, rgba(145, 147, 150, 1) 56.97%, rgba(147, 149, 152, 1) 57.53%, rgba(146, 148, 151, 1) 57.66%, rgba(125, 126, 129, 1) 61.62%, rgba(108, 110, 112, 1) 66.23%, rgba(97, 98, 100, 1) 71.91%, rgba(90, 91, 93, 1) 79.73%, rgba(88, 89, 91, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D6E71', endColorstr='#58595B' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(109, 110, 113, 1) 0%, rgba(111, 112, 115, 1) 31.26%, rgba(117, 119, 122, 1) 42.52%, rgba(129, 130, 133, 1) 50.52%, rgba(145, 147, 150, 1) 56.97%, rgba(147, 149, 152, 1) 57.53%, rgba(146, 148, 151, 1) 57.66%, rgba(125, 126, 129, 1) 61.62%, rgba(108, 110, 112, 1) 66.23%, rgba(97, 98, 100, 1) 71.91%, rgba(90, 91, 93, 1) 79.73%, rgba(88, 89, 91, 1) 100%);
  border-style : Solid;
  border-color : #58595B;
  border-color : rgba(88, 89, 91, 1);
  border-width : 1px;
  border-radius : 7px;
  -moz-border-radius : 7px;
  -webkit-border-radius : 7px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58595B',endColorstr='#6D6E71' , GradientType=0);
  
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#231F20') ;
  box-shadow : 2px 2px 2px rgba(35, 31, 32, 0.75);
  
  
    width : 265px;
  height : 28px;
  padding:2px;
  margin:6px 8px 5px 8px; 

  /* Header Grow */
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.app_tile_header:hover, .app_tile_header:focus, .app_tile_header:active {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#231F20') ;
  box-shadow : 2px 2px 4px rgba(35, 31, 32, 0.75);
}


.app_tile
{
 
  margin:1%;
  padding:2px;
  background : -moz-linear-gradient(50% 0% -90deg,rgba(212, 212, 212, 1) 0%,rgba(237, 237, 237, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(212, 212, 212, 1) 0%, rgba(237, 237, 237, 1) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(212, 212, 212, 1) ),color-stop(1,rgba(237, 237, 237, 1) ));
  background : -o-linear-gradient(-90deg, rgba(212, 212, 212, 1) 0%, rgba(237, 237, 237, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(212, 212, 212, 1) 0%, rgba(237, 237, 237, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4D4D4', endColorstr='#EDEDED' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(212, 212, 212, 1) 0%, rgba(237, 237, 237, 1) 100%);
   width : 285px;
  height : 220px;
   -moz-border-radius : 15px;
  -webkit-border-radius : 15px;
   border-radius : 15px;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=4, OffY=4, Color='#231F20') progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4D4D4',endColorstr='#EDEDED' , GradientType=0);
  border:1.5px solid #C6C6C6;
  /* Float Shadow */
    display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  
}

.app_tile:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.app_tile:hover, .app_tile:focus, .app_tile:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
  cursor:pointer;
}

.app_tile:hover:before, .app_tile:focus:before, .app_tile:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

div.app_tile a {
	
	text-decoration:none;
	
}
#app_tile_container {
    text-align: center;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;


}

#app_tile_container:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
