.left
{
	float: left;
}
.right
{
	float: right;
}
.text_right
{
	text-align: right;
}
.absolute
{
	position: absolute;
}
.relative
{
	position: relative;
}
.center
{
	text-align: center;	
}
.block
{
	display: block;
}
iframe
{
	width: 100%;
}
.line-height
{
	line-height: 0;
}
.background_fixed
{
	background-attachment: fixed;
	background-size: cover;
}
.shadow_apps
{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #000;
	-moz-opacity: 0.1;
	opacity:.55;
	filter: alpha(opacity=10);	/* For IE8 and earlier */
}
.shadow_portfolio:focus,
/*.shadow_portfolio:hover*/
{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	
	/*background-image:url(../images/zoom.png);
	z-index:55;
	overflow: hidden;
	*/
	
	-moz-opacity: 0.85;
	opacity:.85;
	filter: alpha(opacity=85);	/* For IE8 and earlier */
}

.shadow_portfolio .zoom,
/*a.preview img .zoom,*/
.preview .zoom
{
	/*background-color:rgba(242, 108, 79, 0.7) !important;*/
	background:url(../images/magnifier.png) no-repeat center;
	position:absolute;

	top:90px;
	bottom:90px;
	left:90px;
	right:90px;
/*	cursor:crosshair;*/
	opacity:0;
			
	
	}
	
.shadow_portfolio:hover .zoom,
.shadow_portfolio:focus .zoom,
/*a.preview img:hover .zoom,*/
.preview:hover .zoom,
.preview:focus .zoom
{

	opacity:1;
	

}




a.preview img
{
	
	opacity: 1;
	
	
	
/*	-webkit-box-shadow: inset 1px 1px 300px -21px rgba(0,0,0,1);
-moz-box-shadow: inset 1px 1px 300px -21px rgba(0,0,0,1);
box-shadow: inset 1px 1px 300px -21px rgba(0,0,0,1);*/
	
	visibility: visible;

	-webkit-filter:grayscale(0%);

	
		-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

a.preview img:hover,
a.preview img:focus
{
/*	-webkit-box-shadow: inset 1px 1px 300px -200px rgba(0,0,0,1);
-moz-box-shadow: inset 1px 1px 300px -200px rgba(0,0,0,1);
box-shadow: inset 1px 1px 300px -200px rgba(0,0,0,1);*/

	visibility: visible;

	-webkit-filter:grayscale(100%);

	
	
	opacity: 0.51;
	
	/*-webkit-transform: scale(0.97);
	-moz-transform: scale(0.97);
	-o-transform: scale(0.97);
	-ms-transform: scale(0.97);
	transform: scale(0.97);	*/
}








a.prelude img
{

	
	
	visibility: visible;
	-webkit-filter:saturate(100%);
	
		-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

a.prelude img:hover,
a.prelude img:focus
{
	
	
	visibility: visible;
	-webkit-filter:saturate(0%);
	
	
	opacity: 1;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}


.prelude .zoom
{
	/*background-color:rgba(242, 108, 79, 0.7) !important;*/
/*	background:url(../images/magnifier.png) no-repeat center;*/
	position:absolute;

	top:155px;
	bottom:100px;
	left:70px;
	right:70px;
	text-align:center;

	opacity:1;
	
	
	
	}
	

.prelude:hover .zoom,
.prelude:focus .zoom
{

	opacity:0.6;
/*	display:none;*/
	

}






.prelude .zoom .title {
	position: absolute;
	left: 25px;
	right: 25px;
	bottom:45%;
	overflow: hidden;
	text-align:center;

	font: 43px/1.10em 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight:300;
	font-weight:lighter;
	margin-bottom: 0px;
	color:#FFF;
}





ul.slides
{
	color: #FFFFFF;	
	border-color: #CCC1BD;
}
.ch-grid
{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.ch-grid:after,
.ch-item:before
{
	content: '';
    display: table;
}

.ch-grid:after
{
	clear: both;
}

.ch-grid li
{
	width: 280px;
	height: 280px;
	display: inline-block;
}
/* columns and margins
================================================== */
.m_top_15
{
	margin-top: 15px;
}
.m_top_35
{
	margin-top: 35px;
}
.m_top_45
{
	margin-top: 45px;
}
.m_top_60
{
	margin-top: 60px;
}

.m_top_90
{
	margin-top: 90px;
}

.m_top_100
{
	margin-top: 100px;
}

.m_top_125
{
	margin-top: 100px;
}

.m_top_145
{
	margin-top: 145px;
}
.m_top_155
{
	margin-top: 155px;
}
.m_top_175
{
	margin-top: 175px;
}
.m_top_185
{
	margin-top: 185px;
}

.m_top_200
{
	margin-top: 200px;
}

.m_top_250
{
	margin-top: 250px;
}


.m_top_295
{
	margin-top: 295px;
}

.m_bottom_5
{
	margin-bottom: 5px;
}
.m_bottom_20
{
	margin-bottom: 20px;
}
.m_bottom_30
{
	margin-bottom: 30px;
}

.m_bottom_50
{
	margin-bottom: 50px;
}

.m_bottom_70
{
	margin-bottom: 70px;
}
.m_bottom_90
{
	margin-bottom: 90px;
}
.m_bottom_100
{
	margin-bottom: 100px;
}
.m_bottom_130
{
	margin-bottom: 130px;
}
.m_bottom_175
{
	margin-bottom: 175px;
}
.m_bottom_190
{
	margin-bottom: 190px;
}
.m_bottom_200
{
	margin-bottom: 200px;
}

.width-0
{
	width: 0px;
}


.width_80
{
	width: 80%;
}
.width-25
{
	width: 25%;
}
.width-50
{
	width: 50%;
}
.width-75
{
	width: 75%;
}
.width-85
{
	width: 85%;
}
.width-100
{
	width: 100%;
}


.heigth-25
{
	height: 25px;
}


.heigth-50
{
	height: 50px;
}
.heigth-75
{
	height: 75px;
}



.heigth-100
{
	height: 100px;
}

.heigth-200
{
	height: 200px;
}


.bgclr_y
{
	background-color:#FC3;
	height:100px;
}

.margin-auto
{
	margin:auto;
}


.bgclr_k
{
	background-color:#000;
}
.bgclr_111
{
	background-color:#111;
}
.bgclr_brun
{
	background-color:#201912;
}

.bgclr_wit
{
	background-color:#FFF;
	height:100px;
}

.bgclr_444
{
	background-color:#382B20;
	
}

.clr_y
{
	color:#FC0;
}


a.button 
{
	font: 14px/1.94em 'Spinnaker', Helvetica, Arial, sans-serif;	
	letter-spacing: -0.02em;
	display: inline-block;
	color: #333;
	text-align: center;
	
	font-weight: 300;
	padding: 7px 30px;
	cursor: pointer;
	margin: 20px 2px;
	vertical-align: middle;

	text-decoration: none;
	float: right;
	
}
a.button:active
{
	position: relative;
	top: 1px;	
}

a.button.nextback 
{	
	background-color: #FC3;		
}

a.button.nextback:hover 
{
	background-color: #FFF;
}