@charset "utf-8";
/* CSS Document */

body{
	/*font: normal 14px/normal Arial,Helvetica,sans-serif;*/
}

img {
width:100%;
}

/* .textImageShadow {
    background: url("../../../assets/images/bgTextShadow.png") no-repeat scroll center center / 100% 100% transparent;
    margin: 5% auto 0;
    min-height: 400px;
    position: relative;	
    width: 100%;
} */

.textImageShadow {
    /*background: url("../../../assets/images/bgTextShadow.png") no-repeat center center;
	background-size:auto 100%;*/
    /*min-height: 400px; */
    /*margin: 15px auto 0;*/
	margin:0 auto;
    position: relative;
    width: 100%;
    /*background-color: #bcbcbc;*/
}

.textImageMain {
   /*margin: 0 auto;
    min-height: 400px; 
    padding: 2%;
    width: 86%;
	background: url(../../../assets/images/bgTextShadow.png) no-repeat center center;*/
	background-size: auto 100%;
    margin: 0 auto;
    max-width: 1024px;
	}
	
#imageHolder{
	padding: 2.3% 30px 0;	
	/*border: 2px solid red;*/
	width:100%;
	margin:0 auto;
	height:100%;
}
.linkHolder{
	position:absolute;
	display:none;
	opacity:0.5;
	width:110px;
	height:30px;
	background: #000;
	z-index: 100;
}

#outPopUp{
     position:absolute;
     width:300px;
     height:300px;
     z-index:15;
     top:50%;
     left:50%;
     margin:-150px 0 0 -150px;
     background:red;
}

.txtHolder{
	position: absolute;
	top: 20px;
	left: 20px;
}


@media only screen and (min-device-width : 800px) and (max-device-width : 1280px) and (device-aspect-ratio : 8/5) and (-webkit-min-device-pixel-ratio : 1.33) and (orientation : landscape){
.textImageMain {
    max-width:600px;
	margin:80px auto 0;
	}
 
}


 @media screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){

}