@media only screen and (max-width: 599px) {
	.col-xs-6 { 
		width: 50%;
		margin-left: 0;
	}
}

/***** B O X *****/
.box {
	position: relative;
	width: 90%;
	height:	150px;
	background:	#fff;
	margin: 15px 5%;
	padding: 45px 20px;
}
h3 {
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.7);
}
/***** Effect 1 *****/
.effect1 { box-shadow: 0 10px 6px -6px #777; }
/***** Effect 2 *****/
.effect2 { position: relative; }
.effect2:before, .effect2:after {
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	box-shadow: 0 15px 10px #777;
	transform: rotate(-3deg);
	z-index: -1;
}
.effect2:after {
	right: 10px;
	left: auto;
	transform: rotate(3deg);
}
/***** Effect 3 *****/
.effect3 { position: relative; }
.effect3:before {
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	box-shadow: 0 15px 10px #777;
	transform: rotate(-3deg);
	z-index: -1;
}
/***** Effect 4 *****/
.effect4 { position: relative; }
.effect4:after {
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	background: #777;
	box-shadow: 0 15px 10px #777;
	transform: rotate(3deg);
	z-index: -1;
}
/***** Effect 5 *****/
.effect5 { position: relative; }
.effect5:before, .effect5:after {
	position: absolute;
	bottom: 25px;
	left: 10px;
	top: 80%;
	width: 50%;
	background: #777;
	content: "";
	box-shadow: 0 35px 20px #777;
	transform: rotate(-8deg);
	z-index: -1;
}
.effect5:after {
	right: 10px;
	left: auto;
	transform: rotate(8deg);
}
/***** Effect 6 *****/
.effect6 {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	content: "";
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
	border-radius: 100px / 10px;
	z-index: -1;
}
.effect6:after {
	right: 10px;
	left: auto;
	transform: skew(8deg) rotate(3deg);
}
/***** Effect 7 *****/
.effect7 {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
	content: "";
	box-shadow:  0 0 20px rgba(0,0,0,0.8);
	border-radius:100px / 10px;
	z-index: -1;
}
.effect7:after {
	right: 10px;
	left: auto;
	transform: skew(8deg) rotate(3deg);
}
/***** Effect 8 *****/
.effect8 {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before, .effect8:after {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;
	right: 0;
	content: "";
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
	border-radius: 100px / 10px;
	z-index: -1;
}
.effect8:after {
	right: 10px;
	left: auto;
	transform:skew(8deg) rotate(3deg);
}
/***** Effect 9 *****/
.effect9 {
	border: 0;
	border-top: 1px solid #eee;
	border-radius: 6px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3), 0 2px 20px rgba(0, 0, 0, 0.094) inset, 0 -1px 7px rgba(0, 0, 0, 0.1);
}
/***** Effect 10 *****/
.effect10 {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect10:before, .effect10:after {
	content: "";
	position: absolute;
	bottom: 15px;
	height: 20%;
	left: 10px;
	max-width: 300px;
	width: 50%;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	transform: rotate(-3deg);
	z-index: -2;
}
.effect10:after {
	left: auto;
	right: 10px;
	transform: rotate(3deg);
}
/***** Effect 11 *****/
.effect11 {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect11:before, .effect11:after {
	position: absolute;
	content: "";
	z-index: -2;
}
.effect11:before {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/***** Effect 12 *****/
.effect12 {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect12:before, .effect12:after {
	position: absolute;
	content: "";
	z-index: -2;
}
.effect12:before {
	bottom: 0;
	left: 10px;
	right: 10px;
	top: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
	border-radius: 100px / 10px;
}
/***** Effect 13 *****/
.effect13 {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect13:before, .effect13:after {
	position: absolute;
	content: "";
	z-index: -2;
}
.effect13:before {
	bottom: 10px;
	left: 0;
	right: 0;
	top: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
	border-radius: 10px / 100px;
}
/***** Effect 14 *****/
.effect14 { position: relative; }
.effect14, .effect14:before, .effect14:after {
	background-color: #fff;
	border: 1px solid silver;
	box-shadow: inset 0 0 20px rgba(0,0,0,0.1), 1px 1px 3px rgba(0,0,0,0.2);
}
.effect14:before, .effect14:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: rotateZ(3.5deg);
	z-index: -1;
}
.effect14:after { transform: rotateZ(-3.5deg); }
/***** Effect 15 *****/
.effect15 {
	border: 1px solid #c0c0c0;
	box-shadow:
 1px 1px 0 rgba(0, 0, 0, 0.1),  2px 2px 0 rgba(255, 255, 255, 1.0),  3px 3px 0 rgba(0, 0, 0, 0.125),  4px 4px 0 rgba(255, 255, 255, 1.0),  5px 5px 0 rgba(0, 0, 0, 0.15);
}
/***** Effect 16 *****/
.effect16 { box-shadow: inset 3px 3px 4px rgba(0,0,0,0.5); }
/***** Effect 17 *****/
.effect17 { box-shadow: inset 0 0 4px 4px rgba(0,0,0,0.5); }
/***** Effect 18 *****/
.effect18 {
	position: relative;
	box-shadow: 0 0 5px #777;
}
.effect18:before, .effect18:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 10%;
	height: 50%;
	top: 7px;
	background: #999;
	/*box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);*/
	box-shadow: 0 0 7px 5px #999;
	transform: rotate(-3deg);
	z-index: -1;
}
.effect18:after {
	right: 0;
	left: auto;
	transform: rotate(3deg);
}
/***** Effect 19 *****/
.effect19 {
	background: #f7f7f7;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
	border-radius: 4px;
}
.effect19:hover {
	background: #fafafa;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f7f7f7));
	background: -moz-linear-gradient(100% 100% 90deg, #f7f7f7, #fff);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
	border-radius: 4px;
}
/***** Effect 20 *****/
.effect20 { box-shadow: 10px 0px 15px -5px rgba(0,0,0,0.25), -10px 0px 15px -5px rgba(0,0,0,0.25); }
/***** Effect 21 *****/
.effect21:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	z-index: -1;
}
/***** Effect 22 *****/
.effect22:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-filter: blur(3px);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, transparent));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
	background: gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, transparent));
	background: linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
	z-index: -1;
}
/***** Effect 23 *****/
.effect23:before { 
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background-clip: padding-box;
	pointer-events: none;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	z-index: -2;
}
.effect23:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background-clip: padding-box;
	pointer-events: none;
	box-sizing: border-box;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
	z-index: -2;
}
/* Effect 23 */
.shadow-btn:active:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background-clip: padding-box;
	pointer-events: none;
	box-sizing: border-box;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: -2;
}
.shadow-btn:active:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background-clip: padding-box;
	pointer-events: none;
	box-sizing: border-box;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: -2;
}

/***** Effect 24 *****/
.effect24:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background-clip: padding-box;
	pointer-events: none;
	box-sizing: border-box;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	z-index: -2;
}
.effect24:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background-clip: padding-box;
	pointer-events: none;
	box-sizing: border-box;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
	z-index: -2;
}

/***** Effect 25 *****/
.effect25:before { 
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background-clip: padding-box;
	pointer-events: none;
	box-sizing: border-box;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
	z-index: -2;
}
.effect25:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background-clip: padding-box;
	pointer-events: none;
	box-sizing: border-box;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: -2;
}

/***** Effect 26 *****/
.effect26:before { 
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background-clip: padding-box;
	pointer-events: none;
	box-sizing: border-box;
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
	z-index: -2;
}
.effect26:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background-clip: padding-box;
	pointer-events: none;
	box-sizing: border-box;
	box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19);
	z-index: -2;
}

/***** Effect 27 *****/
.effect27:before { 
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background-clip: padding-box;
	pointer-events: none;
	box-sizing: border-box;
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22);
	z-index: -2;
}
.effect27:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background-clip: padding-box;
	pointer-events: none;
	box-sizing: border-box;
	box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21);
	z-index: -2;
}

/***** Effect 28 *****/
.effect28:before { 
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background-clip: padding-box;
	pointer-events: none;
	box-sizing: border-box;
	box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2);
	z-index: -2;
}
.effect28:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background-clip: padding-box;
	pointer-events: none;
	box-sizing: border-box;
	box-shadow: 0 40px 77px 0 rgba(0, 0, 0, 0.22);
	z-index: -2;
}
.z-depth-1 { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
.z-depth-1-half { box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
.z-depth-2 { box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
.z-depth-3 { box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }
.z-depth-4 { box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }
.z-depth-5 { box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }
.layered-4 {
	box-shadow: 0 1px 1px rgba(0,0,0,0.15), 
              0 2px 2px rgba(0,0,0,0.15), 
              0 4px 4px rgba(0,0,0,0.15), 
              0 8px 8px rgba(0,0,0,0.15);	
}
.layered-5 {
	box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
              0 2px 2px rgba(0,0,0,0.12), 
              0 4px 4px rgba(0,0,0,0.12), 
              0 8px 8px rgba(0,0,0,0.12),
              0 16px 16px rgba(0,0,0,0.12);	
}
.layered-6 {
	box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
              0 2px 2px rgba(0,0,0,0.11), 
              0 4px 4px rgba(0,0,0,0.11), 
              0 8px 8px rgba(0,0,0,0.11), 
              0 16px 16px rgba(0,0,0,0.11), 
              0 32px 32px rgba(0,0,0,0.11);
}
.shadow-sharp {
	box-shadow: 0 1px 1px rgba(0,0,0,0.25), 
              0 2px 2px rgba(0,0,0,0.20), 
              0 4px 4px rgba(0,0,0,0.15), 
              0 8px 8px rgba(0,0,0,0.10),
              0 16px 16px rgba(0,0,0,0.05);
}
.shadow-diffuse {
	box-shadow: 0 1px 1px rgba(0,0,0,0.08), 
                0 2px 2px rgba(0,0,0,0.12), 
                0 4px 4px rgba(0,0,0,0.16), 
                0 8px 8px rgba(0,0,0,0.20);
}
.shadow-dreamy {
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
}
.shadow-shorter {
	box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
              0 2px 2px rgba(0,0,0,0.11), 
              0 4px 4px rgba(0,0,0,0.11), 
              0 6px 8px rgba(0,0,0,0.11),
              0 8px 16px rgba(0,0,0,0.11);
}
.shadow-longer {
	box-shadow: 0 2px 1px rgba(0,0,0,0.09), 
              0 4px 2px rgba(0,0,0,0.09), 
              0 8px 4px rgba(0,0,0,0.09), 
              0 16px 8px rgba(0,0,0,0.09),
              0 32px 16px rgba(0,0,0,0.09);
}
