


/*-----------------------------------------------------------------------------------*/
/*	1.	presentation
/*----------------------------------------------------------------------------------*/

.p_head{
	/*margin:0 0 58px 40px;
	margin: 30px auto 20px;
	display:block;*/
}

.p_head .title {
	color:#000;
	font-size:60px;
	line-height:95px;
	font-weight:bold;
	display:block;
	float: left;
	margin:30px 0 20px;
}

.p_btn {
	color:#fff;
	background-color:#000;
	font-size:20px;
	line-height:20px;
	padding:2px 20px 7px 20px;
	text-decoration:none;
	border:2px solid #000;
	display:block;
	float:left;
	
	-moz-transition:all 100ms ease 0s;
  	-o-transition:all 100ms ease 0s;
  	-webkit-transition:all 100ms ease 0s;
  	transition:all 100ms ease 0s;
}

.p_btn:hover {
	color:#000;
	background-color:transparent;
	border:2px solid #000;
	
	-moz-transition:all 300ms ease 0s;
  	-o-transition:all 100ms ease 0s;
  	-webkit-transition:all 100ms ease 0s;
  	transition:all 100ms ease 0s;
}

.skip_link {
	font-size:30px;
	color:#000;
	padding:5px 30px 15px 10px;
	margin:70px 0 0 10px;
	background: transparent url(../graphics/portfolio/skip.png) no-repeat center right;
	text-decoration:none;
	display:block;
	float:left;
	
	
	-moz-transition:all 300ms ease 0s;
  	-o-transition:all 300ms ease 0s;
  	-webkit-transition:all 300ms ease 0s;
  	transition:all 300ms ease 0s;
}
.skip_link:hover {
	color:#9c9c9c;
}
.color_panel {
	float:right;
	margin-top:30px;
}
.color_panel .title {
	font-size:67px;
	margin-bottom:22px;
	line-height:67px;
	display:block;
}
.color_panel .color_btn{
	display:block;
	padding:0 0 10px 35px;
	font-size:17px;
	color:#000;
	text-transform:capitalize;
	text-decoration:none;
	margin-bottom:7px;
}
.color_panel .color_btn:hover {
	color:#7d7d7d;
}


.color_panel .p_btn {
	display:block;
}

.imac {
	background: transparent url(../images/imac.png) no-repeat;
	width:750px;
	height:690px;
	float:left;
	position:relative;
}


.imac_white {
	position:absolute;
	height:500px;
	width:100%;
	top:0px;
	right:0px;
	background: transparent url(../graphics/portfolio/imacwhite.png) no-repeat;
}

.imac .imac_frame {
	overflow:hidden;
	width:687px;
	height:411px;
	margin:30px;
	position:relative;
}
.imac .imac_frame .theme_color{
	position:absolute;
	top:0;
	right:0;
	/*height:740px;*/
	width:100%;

	-moz-transition:top 4500ms ease 0s;
  	-o-transition:top 4500ms ease 0s;
  	-webkit-transition:top 4500ms ease 0s;
  	transition:top 4500ms ease 0s;
}

.imac .imac_frame .theme_color a{
    display:block;
    width:100%;
    height:100%;
    position:relative;
    z-index:1000;
}

.imac .imac_frame:hover  .theme_animate{
	/*top:-130%;*/
	right:0;
}

/* imac background */


.current_color{
	display:block !important;
}

.imac .imac_frame .imac_reflection {
	position:absolute;
	background: transparent url(../graphics/portfolio/imac_reflection940.png) center right no-repeat;
	z-index:500;
	width:100%;
	height:100%;
	top: 1px;
}

.ipad {
	position:absolute;
	background: transparent url(../graphics/portfolio/ipad940.png) no-repeat;
	bottom:0px;
	left:-216px;
	height:432px;
	width:292px;
	z-index:999;
}

.ipad_white {
	position:absolute;
	height:423px;
	width:100%;
	top:0px;
	right:0px;
	background: transparent url(../graphics/portfolio/ipadwhite940.png) no-repeat;
	z-index:700;
}


.ipad .ipad_frame {
	overflow:hidden;
	width:233px;
	height:311px;
	/*margin:39px;*/
	margin:31px 0 0 29px;
	position:relative;
	z-index:600;
	background-color:#fff;
}

.ipad .ipad_frame .theme_color{
	position:absolute;
	top:0;
	right:0;
	height:454px;
	width:100%;

	-moz-transition:top 2000ms ease 0s;
  	-o-transition:top 2000ms ease 0s;
  	-webkit-transition:top 2000ms ease 0s;
  	transition:top 2000ms ease 0s;
}

.ipad .ipad_frame .theme_color a{
    display:block;
    width:100%;
    height:100%;
    position:relative;
    z-index:1000;
}

.ipad:hover .ipad_frame .ipad_animate {
	top:-43%;
	right:0;
}

/* ipad background */




.ipad .ipad_frame .ipad_reflection {
	position:absolute;
	background: transparent url(../graphics/portfolio/ipad_reflection940.png) center right no-repeat;
	z-index:500;
	width:100%;
	height:100%;
}
.opacity0{
	-moz-transition:all 500ms ease 0s;
	-o-transition:all 500ms ease 0s;
	-webkit-transition:all 500ms ease 0s;
	transition:all 500ms ease 0s
	
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.0);
	filter:alpha(opacity=0.0);
}

.opacity80{
	display:block !important;
	-moz-transition:all 500ms ease 0s;
	-o-transition:all 500ms ease 0s;
	-webkit-transition:all 500ms ease 0s;
	transition:all 500ms ease 0s
	
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.80);
	filter:alpha(opacity=0.80);	
}

.ipad_frame_overlay {
	height:100%;
	width:100%;
	background: #fff;
	top:0;
	left:0;
	height:100%;
	position:absolute;
	
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.80);
	filter:alpha(opacity=0.80);
	
	-moz-transition:all 500ms ease 0s;
	-o-transition:all 500ms ease 0s;
	-webkit-transition:all 500ms ease 0s;
	transition:all 500ms ease 0s;
}


@media only screen and (max-width: 1200px){
	.imac {
		
	}
}

@media only screen and (max-width: 940px){
	.imac {
		
	}
}

@media only screen and (max-width: 850px){
	.imac {
		display: none;
	}
}

@media only screen and (min-width: 851px){
	#subpage_portfoliov2 .mobile {
		display: none;
	}
}
