@font-face {
    font-family: 'apex_newmedium';
    src: url('apex_new_-_medium-webfont.eot');
    src: url('apex_new_-_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('apex_new_-_medium-webfont.woff') format('woff'),
         url('apex_new_-_medium-webfont.ttf') format('truetype'),
         url('apex_new_-_medium-webfont.svg#apex_newmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'apex_newbook';
    src: url('apex_new_-_book-webfont.eot');
    src: url('apex_new_-_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('apex_new_-_book-webfont.woff') format('woff'),
         url('apex_new_-_book-webfont.ttf') format('truetype'),
         url('apex_new_-_book-webfont.svg#apex_newbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

p{
	line-height: 1.2em;
	font-family: 'apex_newbook';
}
h5{
	font-family: 'apex_newmedium';
	line-height:0.9em;
}

div.orbit-container
{
  height: 100%; /* Your own height */
  width: 100%; /* Your own width */
}

.orbit-slides-container
{
  height: 100% !important; /* Your own height */
}
.orbit-timer{

}
a{
	text-decoration: none;
	color:#000;
}
a:hover{
	color: #000;
}

li.orbit-item-1{
	background-image: url(../img/Img4_casa1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 100%;
}
li.orbit-item-2{
	background-image: url(../img/img11_casa2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 100%;
}
li.orbit-item-3{
	background-image: url(../img/img12_casa3.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 100%;
}
li.orbit-item-4{
	background-image: url(../img/img14_casa4.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 100%;
}

.wraper{
	/*background-image: url(../img/Img4_casa1.jpg);
	background-size: cover;*/
	width: 100%;
	height:100%;
	background-repeat: no-repeat;
	overflow: hidden;
}

.img1{

	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: 100%;
}

.img2{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 540px;
}
.img3{
	position: absolute;
	left: 130px;
	top: 30px;
	width: 25%;
}
.img4{
	position: absolute;
	width: 40%;
	bottom: 85px;
	margin-left: 10px;
	cursor: pointer;
}
.text_contact{
	position: absolute;
	right:50px;
	bottom: 30px;
	text-align: left;
	border-left: solid 1px; 

}
.text_contact p{
	line-height: 1.5em;
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
}
.text{
	position: absolute;
	width: 12%;
	left:15px;
	bottom: 25px;
	text-align: left;
	max-height: 682px;
	min-width: 114px;
}

.issuu_wraper{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,1);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#issuu{
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,1);
	position: absolute;
	top:0;
	left:10%;
}
.close_issuu{
	font-family: 'apex_newbook';
	cursor:pointer;
	font-size: 30px;
	position: absolute;
	top: 10%;
	left:5%;
	z-index: 1000;
	color:#fff;
}



@media screen and (max-width:1025px ) and (min-width: 767px){
	.text{
		bottom:10px;
		width:16%;
		-webkit-transition: all 0.5s ease;
	  	-moz-transition: all 0.5s ease;
	  	-o-transition: all 0.5s ease;
	  	transition: all 0.5s ease;
	}
	.img3{
		left:100px;
		top:20px;
		-webkit-transition: all 0.5s ease;
	  	-moz-transition: all 0.5s ease;
	  	-o-transition: all 0.5s ease;
	  	transition: all 0.5s ease;
	}
}
@media screen and (max-width:768px ){
	.text{
		bottom:10px;
		width:22%;
		-webkit-transition: all 0.5s ease;
	  	-moz-transition: all 0.5s ease;
	  	-o-transition: all 0.5s ease;
	  	transition: all 0.5s ease;
	}	
	.img3{
		width: 50%;
		left:80px;
		top:0px;
		-webkit-transition: all 0.5s ease;
	  	-moz-transition: all 0.5s ease;
	  	-o-transition: all 0.5s ease;
	  	transition: all 0.5s ease;
	}
}

