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

#slider-wrapper {
    width:946px;
    height:556px;
    margin: 71px 0px 0px 73px;
}

#slider {
	margin: 0px 0px 0px 0px;
	position:relative;
	height: 726px; /*determines location of caption */
  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: -100px;
	top: 0px;
	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: 260px;
	
}

a.nivo-prevNav {
	left: 5px;
	top: 260px;
}

.nivo-caption {
  text-align: center;
	width: 946px;
}

iframe,
.mrd,
iframe#ipad-landscape,
iframe#ipad-portrait,
#android-landscape,
#android-portrait {
	display: none;
}

/*====================*/
/*=== 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;
		width: 1024px;
		height: 670px;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		position: fixed;
} 

#header,
#logoTop,
#device-xoom,
.column01,
.breadCrumb,
#footer-project,
#android-landscape,
#android-portrait {
	display: none;
}

iframe {
	display: block;
	z-index: 100;
}

#ipad-landscape {
	display: block;
	width: 1024px;
	z-index: 100;
}

#ipad-portrait {
	display: none;
}

#content-project,
.column02 {
	margin: 0px;
	padding: 0px;
}

#slider,
#slider-wrapper {
	height: 602px;
	overflow: hidden;
}

.mrd {
	z-index: 1000;
	font-size:11px;
	letter-spacing: .1em;
	bottom: 10px;
	width: 19em;
}

  }
 @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;
		height: 1024px;
		z-index: 1000;
} 

#header,
#logoTop,
#device-xoom,
.column01,
.breadCrumb,
#footer-project,
#android-landscape,
#android-portrait {
	display: none;
}


iframe {
	display: block;
	height: 1024px;
	width: 680px;
	z-index: 100;
	position: absolute;
	top: 0px; left: 80px;
}

#ipad-landscape {
	display: none;
}

#ipad-portrait {
	display: block;
	width: 768px;
	height: 1024px;
	z-index: 100;
	position: absolute;
	top: 0px; left: 0px;
}

#content-project,
.column02 {
	margin: 0px;
	padding: 0px;
}
  
.mrd {
	display: block;
	z-index: 1000;
	font-size:11px;
	letter-spacing: .1em;
	padding-bottom: 10px;
	width: 19em;
}
  }
  
  
  
@media only screen and (min-device-width: 1025px) and (max-device-width: 1920px) and (orientation:landscape) and (-webkit-device-pixel-ratio: 1.5){ 
  /* for high-density Android tablets in landscape mode */
body {
		font-size: 15px;
		margin: 0px;
		padding: 0px;
} 

#header,
#logoTop,
#device-xoom,
.column01,
.breadCrumb,
#footer-project,
#ipad-landscape,
#ipad-portrait,
#android-portrait {
	display: none;
}

iframe {
	display: block;
	z-index: 100;
	width: 100%;
	height: 810px;
}

#android-landscape {
	display: block;
	width: 1280px;
	height: 800px;
	z-index: 100;
	margin: 0 auto;
}

#content-project,
.column02 {
	margin: 0px;
	padding: 0px;
}

#slider,
#slider-wrapper {
	height: 602px;
	overflow: hidden;
}

.mrd {
	z-index: 1000;
	font-size:11px;
	letter-spacing: .1em;
	bottom: 10px;
	width: 19em;
}

}


 @media only screen and (min-device-width: 1025px) and (max-device-width: 1920px) and (orientation:portrait) and (-webkit-device-pixel-ratio: 1.5) { 
  /* for high-density Android tablets in portrait mode */
body {
		font-size: 18px;
		width: 800px;
		height: 1280px;
		z-index: 1000;
} 

#header,
#logoTop,
#device-xoom,
.column01,
.breadCrumb,
#footer-project,
#ipad-landscape,
#ipad-portrait,
#android-landscape {
	display: none;
}


iframe {
	display: block;
	height: 1280px;
	width: 800px;
	z-index: 100;
	position: absolute;
	top: 0px; left: 0px;
}

#android-portrait {
	display: block;
	width: 800px;
	height: 1280px;
	z-index: 100;
	position: absolute;
	top: 0px; left: 0px;
}

#content-project,
.column02 {
	margin: 0px;
	padding: 0px;
}
  
.mrd {
	display: block;
	z-index: 1000;
	font-size:11px;
	letter-spacing: .1em;
	padding-bottom: 10px;
	width: 19em;
}
  }