/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#phone-iPhone {
	background-position: 0px 30px;
	width: 460px;
	height: 820px;
	border: 1px solid #000;
	overflow: visible;
}

#slider-wrapper {
    width:320px;
    height:670px;
    margin: 161px 0px 0px 51px;
}

#slider {
	margin: 0px 0px 0px 0px;
	position:relative;
	height: 656px;
  padding: 0px;
	background:url('../../images/loading.gif') no-repeat 50% 40%;
	overflow: visible;
}

#slider img {
	display:none;
}

#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:relative;
	left: 360px;
	top: -10px;
	width: 30px;
}

.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	float:left;
}

.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-controlNav a:hover {
	background-position: 0px -44px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../../images/arrows-blk.png) no-repeat;
	text-indent:-9999px;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right: 5px;
	top: 240px;
}

a.nivo-prevNav {
	left: 5px;
	top: 240px;
}

.nivo-caption {
  text-align: center;
	width: 320px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

 @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape){ 
  /* For landscape iPad layouts */
 

body {
		font-size: 15px;
} 

#content-project .column01{
	position: relative;
	float: left;
}

#phone-iPhone {
	background-position: 0px 14px;
	width: 460px;
	height: 820px;
	overflow: hidden;
}

#slider {
	margin: -14px 0px 0px 0px;
	width: 400px;
	height: 510px;
	overflow: visible;
	background-position: 40% 40%;
}

.nivo-controlNav {
	left: 360px;
	top: -10px;
	z-index: 10;
	width: 30px;
}

.nivo-caption {
	background: none;
	visibility: hidden;
}

a.nivo-prevNav {
	left: 5px;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right: 85px;
	top: 240px;
	
}

#footer-project {
	width: 700px;
	margin-top: 0px;
	padding-top: 0px;
}
  
  
  }
  
 @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) { 
  /* For portrait iPad layouts */

body {
	font-size: 18px;
	width: 768px;
	overflow: hidden;
	margin: 0px;
} 

#header {
	width: 758px;
}

#content-project {
	width: 758px;
}

.column02 {
	float: left;
	width: 460px;
	margin-left: 40px;
	margin-right: 0px;
	top: 0px;
}

.column01 {
	position: relative;
	float: left;
	margin-right: 0px;
	margin-left: 20px;
}

#main #pages{
	margin-top: 20px;
	margin: 0px;
}

.breadCrumb {
	z-index: 3000;
	width: 455px;
	font-size: 18px;
	position: relative;
	top: -14px;
}

#footer-project {
	width: 430px;
	margin-left: 240px;
} 

#phone-iPhone {
	background-position: 0px 14px;
	width: 460px;
	height: 820px;
	border: 1px solid black;
	overflow: hidden;
	position: relative;
	top: -9px; 
}

#slider {
	margin: -14px 0px 0px 0px;
	width: 400px;
	height: 510px;
	overflow: visible;
	background-position: 40% 45%;
}

.nivo-caption {
  display: none;
  font-size: 1px;
  color: #000;
  background: none;
}

a.nivo-nextNav {
	right: 85px;
	top: 230px;
}


a.nivo-prevNav {
	top: 230px;
}

  
  
  }