/* Marvellousland - by Spanlogic, Allen - 23/12/2013 */

html,
body {
  height: 100% !important;
}

@font-face {
    font-family: 'MyriadProCondensed';
    src: url('../fonts/myriadpro-cond.eot');
    src: url('../fonts/myriadpro-cond.eot') format('embedded-opentype'),
         url('../fonts/myriadpro-cond.woff') format('woff'),
         url('../fonts/myriadpro-cond.ttf') format('truetype'),
         url('../fonts/myriadpro-cond.svg#MyriadProCondensed') format('svg');
}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/myriadpro-regular.eot');
    src: url('../fonts/myriadpro-regular.eot') format('embedded-opentype'),
         url('../fonts/myriadpro-regular.woff') format('woff'),
         url('../fonts/myriadpro-regular.ttf') format('truetype'),
         url('../fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

p {
    font-size:0.8em !important;
    /*font-family: "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif;*/
    letter-spacing: 1px;
    /*font-family: 'bebas_neueregular';*/
}

h2 {
    font-size:1.6em;
    font-family: 'MyriadProCondensed';
}

#wrap {
  min-height: 100% !important;
  height: auto !important;
  margin: 0 auto -60px auto;
  padding: 0 0 60px 0;
}

#wrap > .container {
  padding: 40px 15px 0;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#000; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:100px;
    padding:10px 0 0 0;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../image/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
    color:#ccc;
    text-align:center;
    font-size:0.8em;
}

.container .text-muted {
  margin: 20px 0;
}

div#socials {
    width:120px;
    position:absolute;
    left:60px;
    top:40px;
    z-index:999;
}

div#socials ul li {
    list-style-type:none;
    padding:0;
    margin:0 8px 0 0;
    float:left;
}

div#socials ul li a {
    display:block;
    width:30px;
    height:30px;
}

div#logo {
    width:297px;
    z-index:999;
    position:absolute;
    /*left:40%;*/
    left:60px;
    top:40px;
}

.minilogo {
    width:200px;
}

.navbar-brand {
padding: 11px 15px 4px 15px;
}

div#navi {
    position:absolute;
    right:60px;
    top:40px;
    width:500px;
    z-index:999;
}

div#navi ul li {
    padding:0;
    margin:0;
    list-style-type:none;
    float:left;
	display:inline-block;
	padding:4px 0;
	margin:30px -80px 0 10px;
    /*margin:40px -80px 0 0;*/
    width:145px;
    text-align:left;
	border-bottom:1px solid rgba(255, 255, 255, .3);
   

-webkit-transform: rotate(-50deg);


-moz-transform: rotate(-50deg);


-ms-transform: rotate(-50deg);


-o-transform: rotate(-50deg);

/* Internet Explorer */
/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}

div#navi ul li:hover {
	border-bottom:1px solid rgba(255, 255, 255, 1);
}

div#navi ul li ul li:hover {
	border-bottom:0px solid rgba(255, 255, 255, 1);
}

div#navi ul li ul {
	display:none;
	width:220px;
	overflow:hidden;
	position:absolute;
	/*right:110px;*/
	right:40%;
	top:33px;
	z-index:999;
	border-top:1px solid #fff;
}

/*div#navi ul li:hover ul {
	width:140px;
	display:block;
	overflow:hidden;
	position:absolute;
	right:100px;
	z-index:999;
}
*/
div#navi ul li ul li {
    padding:0;
    margin:0;
    list-style-type:none;
    float:left;
	margin:0;
    padding:0 0 0 0;
    width:220px;
	display:block;
	clear:both;
    text-align:right;
    border-bottom:0px solid white;
   
/* Safari */
-webkit-transform: rotate(0deg);

/* Firefox */
-moz-transform: rotate(0deg);

/* IE */
-ms-transform: rotate(0deg);

/* Opera */
-o-transform: rotate(0deg);

/* Internet Explorer */
/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}

div#navi ul li a {
    text-decoration:none;
    color:#fff;
    font-family: 'MyriadProCondensed';
    font-size:1.3em;
    text-shadow: 0px 1px 9px rgba(17, 17, 17, 0.8);
	display:block;
}

div#navi ul li ul li a {
    text-decoration:none;
    color:#fff;
    font-family: 'MyriadProCondensed';
    font-size:1.3em;
	display:inline-block;
	padding:10px 60px 0 0;
    text-shadow: 0px 1px 9px rgba(17, 17, 17, 0.8);
}


div.property, div.lineage, div.news, div.contact, div.futureproject, div.provenrecord, div.team, div.promise, div.goodrun {
    width:100%;
    height:100%;
    z-index:2;
    position:absolute;
    left:-100%;
    color:#fff;
    float: left;
    top:0;
}

div.property {
    background: url(../image/background/property.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    overflow:hidden;
}

div.lineage {
    background: url(../image/background/proven.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    overflow:hidden;
}

div.carrier {
    position:relative;
    height:100%;
}

p.customquote {
    font-size:1.2em !important;
}

ul.customlist li {
    list-style-type:none;
    margin:10px 0 0 0;
    padding:0 0 0 39px;
    background:url(../image/imgbullet01.png) no-repeat 15px 2px;
}

div.floatmenu {
    background:url(../image/imgblack.png) repeat;
    width:180px;
    padding:40px 0 30px 40px;
    position:absolute;
    left:-180px;
    top:0;
}

div.floatmenu ul li a {
    font-size:1.6em !important;
    color:#fff !important;
    font-family: 'MyriadProCondensed' !important;
    opacity:0.5;
}

div.floatmenu ul li {
    list-style-type:none;
    margin:0 0 10px 0;
}

div.floatmenu ul li a:hover, div.floatmenu ul li a.current {
    opacity:1;
    text-decoration:none !important;
}

ul.customgallery {
    margin:0 -8px 0 0;
}

ul.customgallery li {
    list-style-type:none;
    float:left;
    margin:0 10px 10px 0;
}

ul.customgallery li img {
    width:190px;
}

div.fixframe {
    height:80%;
    overflow:auto;
    margin:20px 0 0 0;
    padding:0 20px 0 0;
}

div.proinfo {
    display:none;
    width:100%;
    height:100%;
}

div.lineage .ln01, div.lineage .ln02, div.lineage .ln03, div.lineage .ln04 {
    width:25%;
    height:100%;
    float:left;
    position:absolute;
    /*cursor:pointer;*/
}

div.property .ln01, div.property .ln02, div.property .ln03, div.property .ln04, div.property .ln05 {
    width:25%;
    height:100%;
    float:left;
    position:absolute;
    cursor:pointer;
}

div.lnheading {
    font-size:3.2em;
    color:white;
    font-family: 'MyriadProCondensed';
    text-shadow: 0px 2px 6px rgba(17, 17, 17, 0.8);
    display:block;
    text-align:center;
    width:100%;
    opacity:1;
    bottom:10%;
    padding:0 0 20px 0;
    position:absolute;
}

div.lnheading img {
    display:block;
    width:142px;
    margin:0 auto;
}

   .newlabel {
    display:none;
    }

div.reflect {
    width:100%;
    height:100%;
    /*border:2px solid #db3b3b*/
}

div.customcontainer {
    display:none;
}

.floatlogo {
    position:absolute;
    bottom:35px;
    left:30px;
    z-index:9999;
    width:150px;
}

.taglogo {
    position:absolute;
    bottom:60px;
    float:left;
    margin:0 0 0 30px;
    z-index:9999;
    width:140px;
}

div.customclose {
    width:18px;
    height:18px;
    background:url(../image/imgcross.png) no-repeat;
    float:right;
    clear:both;
    cursor:pointer;
}

div.customcontainer2 h1 {
    font-size:3.2em;
    color:white;
    font-family: 'MyriadProCondensed';
   /* text-shadow: 0px 2px 2px rgba(17, 17, 17, 0.4);*/
    margin:0 0 20px 0;
    color:#e0e0e0;
}

div.customcontainer2 p {
    font-size:0.8em;
}

div.customcontainer2 {
    width:800px;
    overflow:hidden;
    /*padding:40px 60px 40px 60px;*/
    padding:0 60px 0 0;
    position:absolute;
    left:13%;
    top:220px;
    opacity:1;
    /*background:url(../image/imgblack.png) repeat;*/
    z-index:0;
    display:none;
}

div.lineage .ln01 .customcontainer h1, div.lineage .ln02 .customcontainer h1, div.lineage .ln03 .customcontainer h1, div.lineage .ln04 .customcontainer h1 {
    font-size:3.2em;
    font-family: 'MyriadProCondensed';
   /* text-shadow: 0px 2px 2px rgba(17, 17, 17, 0.4);*/
    margin:0 0 10px 0;
    color:#e0e0e0;
}

div.property .ln01 .customcontainer h1, div.property .ln02 .customcontainer h1, div.property .ln03 .customcontainer h1, div.property .ln04 .customcontainer h1, div.property .ln05 .customcontainer h1 {
    font-size:3.2em;
    font-family: 'MyriadProCondensed';
   /* text-shadow: 0px 2px 2px rgba(17, 17, 17, 0.4);*/
    margin:0 0 10px 0;
    color:#e0e0e0;
}

div.property .ln01 .customcontainer h2, div.property .ln02 .customcontainer h2, div.property .ln03 .customcontainer h2, div.property .ln04 .customcontainer h2, div.property .ln05 .customcontainer h2 {
    margin:0 0 15px 0;
    padding:0;
}


div.lineage .ln01 .customcontainer h1 b, div.lineage .ln02 .customcontainer h1 b, div.lineage .ln03 .customcontainer h1 b, div.lineage .ln04 .customcontainer h1 b {
    color:#fff;
}

div.property .ln01 .customcontainer h1 b, div.property .ln02 .customcontainer h1 b, div.property .ln03 .customcontainer h1 b, div.property .ln04 .customcontainer h1 b, div.property .ln05 .customcontainer h1 b {
    color:#fff;
}

div.lineage .ln01 .customcontainer p, div.lineage .ln02 .customcontainer p, div.lineage .ln03 .customcontainer p, div.lineage .ln04 .customcontainer p {
    font-size:0.8em;
}

div.property .ln01 .customcontainer p, div.property .ln02 .customcontainer p, div.property .ln03 .customcontainer p, div.property .ln04 .customcontainer p, div.property .ln05 .customcontainer p {
    font-size:0.8em;
}

.opened {
/*  border:5px solid white;*/
}

div.lineage .ln01 {
    /*background: url(../image/background/light.jpg) no-repeat center center fixed; */
    background: url(../image/background/light-bak2.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    left:0%;
    z-index:999;
}

div.lineage .ln02 {
    /*background: url(../image/background/air.jpg) no-repeat center center fixed; */
    background: url(../image/background/air-bak2.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    left:25%;
}

div.lineage .ln03 {
    /*background: url(../image/background/space.jpg) no-repeat center center fixed; */
    background: url(../image/background/space-bak2.jpg) no-repeat center center fixed ;
    left:50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

div.lineage .ln04 {
     /*background: url(../image/background/timeless.jpg) no-repeat center center fixed; */
    background: url(../image/background/timeless-bak2.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    left:75%;
}

div.lineage .ln01 .tagline {
    position:absolute;
    width:80%;
    bottom:220px;
    left:40px;
}

div.lineage .ln02 .tagline {
    position:absolute;
    width:80%;
    top:60px;
    right:40px;
    text-align:right;
}

div.lineage .ln03 .tagline {
    position:absolute;
    width:80%;
    bottom:220px;
    left:40px;
}

div.lineage .ln04 .tagline {
    position:absolute;
    width:80%;
    bottom:340px;
    left:40px;
}

div.lineage .ln01 .tagline h1, div.lineage .ln02 .tagline h1, div.lineage .ln03 .tagline h1, div.lineage .ln04 .tagline h1 {
    color:#eb282f;
    font-size:2.3em;
    font-family: 'Century Gothic';
    line-height:1.35em;
    letter-spacing:-1px;
}

div.lineage .ln01 .tagline p, div.lineage .ln02 .tagline p, div.lineage .ln03 .tagline p, div.lineage .ln04 .tagline p {
    color:#333;
}

div.lineage .ln01 .tagline img, div.lineage .ln02 .tagline img, div.lineage .ln03 .tagline img, div.lineage .ln04 .tagline img {
    width:180px;
}

div.lineage .ln01 .customcontainer {
    width:500px;
    padding:40px 60px 40px 60px;
    position:absolute;
    right:15%;
    top:250px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
    z-index:0;
}

div.lineage .ln02 .customcontainer {
    width:500px;
    padding:40px 60px 40px 60px;
    position:absolute;
    right:15%;
    top:250px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
    z-index:0;
}

div.lineage .ln03 .customcontainer {
    width:500px;
    padding:40px 60px 40px 60px;
    position:absolute;
    left:15%;
    top:250px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
    z-index:0;
}

div.lineage .ln04 .customcontainer {
    width:500px;
    padding:40px 60px 40px 60px;
    position:absolute;
    left:15%;
    top:250px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
    z-index:0;
}

/*--property elements--*/

div.property .ln01 {
    background: url(../image/background/quattrobold.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    left:0%;
    z-index:999
}

div.property .ln02 {
    background: url(../image/background/quattrozen.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    left:25%;
    
}

div.property .ln03 {
    background: url(../image/background/verona32.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    left:50%;
}

div.property .ln04 {
     background: url(../image/background/primera6.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    left:75%;
}

div.property .ln05 {
     background: url(../image/background/quattrolight.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    left:80%;
}

div.property .ln01 .customcontainer {
    width:750px;
    padding:40px 60px 40px 60px;
    position:absolute;
    right:80px;
    top:190px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
    height:60%;
}

div.property .ln02 .customcontainer {
    width:750px;
    padding:40px 60px 40px 60px;
    position:absolute;
    left:260px;
    top:180px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
    height:60%;
}

div.property .ln03 .customcontainer {
    width:750px;
    padding:40px 60px 40px 60px;
    position:absolute;
    right:80px;
    top:180px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
    height:60%;
}

div.property .ln04 .customcontainer {
    width:750px;
    padding:40px 60px 40px 60px;
    position:absolute;
    left:260px;
    top:180px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
    height:60%;
}

div.property .ln05 .customcontainer {
    width:750px;
    padding:40px 60px 40px 60px;
    position:absolute;
    left:260px;
    top:180px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
    height:60%;
}

.prjlogo {
    margin-bottom:10px;
}

div.promise {
    background: url(../image/background/promise.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
}

div.promise .customcontainer {
    width:48%;
    padding:10px 40px 30px 40px;
    position:absolute;
    left:80px;
    top:185px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
    z-index:0;
    /*height:60%;*/
}

div.promise .customcontainer h1{
    color:#e0e0e0;
}

div.promise .customcontainer p{
    font-size:0.8em;
    color:#fff
}


div.promise .customcontainer .fixframe {
 overflow-y:auto;
 margin:0 0 30px 0;
}

div.promise  div.proinfo {
    display:none;
    min-height:100%;
    height:auto;
   /* width:760px;
	height:458px;*/
}

div.promise  div.floatmenu {
    background:none;
    width:180px;
    padding:22px 40px 30px 0;
    position:absolute;
    left:-180px;
    top:0;
}

div.promise  div.floatmenu ul li {
	border-bottom:1px solid rgba(255, 255, 255, .3);
}

div.promise  div.floatmenu ul li a {
	display:block;
}

div.team {
    background: url(../image/background/team.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.team .customcontainer {
    width:60%;
    padding:20px 60px 20px 60px;
    position:absolute;
    left:260px;
    top:175px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
    z-index:0;
	height:64%;
}

div.team .customcontainer h1{
    color:#e0e0e0;
}

div.team .customcontainer p{
    font-size:0.8em;
    color:#fff;
}

div.team div.fixframe {
    height:55%;
    overflow:auto;
    margin:30px 0 0 0;
    padding:0 20px 0 0;
}

div.team div.proinfo {
    display:none;
    width:100%;
    height:100%;
}

div.team h3 {
    margin:0 0 20px 0;
    padding:0 0 10px 0;
    border-bottom:1px solid rgba(255, 255, 255, .3);
}

div.team  div.floatmenu {
    background:url(../image/imgblack.png) repeat;
    width:180px;
    padding:40px 0 30px 40px;
    position:absolute;
    left:-180px;
    top:0;
}

div.teamlist {
    width:50%;
    float:left;
    display:inline-block;
    margin:0 0 20px 0;
}

div.teamlist p {
    color:#ccc;
}

div.teamlist p b {
    color:#fff;
    font-size:1.1em;
}

div.goodrun {
    background: url(../image/background/goodrun.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
}

div.goodrun .customcontainer {
    width:48%;
    padding:10px 40px 30px 40px;
    position:absolute;
    left:80px;
    top:185px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
    z-index:0;
/*    height:60%;*/
}

div.goodrun .customcontainer h1{
    color:#e0e0e0;
}

div.goodrun .customcontainer p{
    font-size:0.8em;
    color:#fff
}

div.news {
    background: url(../image/background/news.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
}

div.news .customcontainer {
    width:48%;
   padding:40px 60px 40px 60px;
  /* padding:0 60px 0 0;*/
    position:absolute;
    left:80px;
    top:185px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
    z-index:0;
    height:60%;
}

div.news .customcontainer .fixframe {
 overflow-y:auto;
}

div.news .customcontainer h1{
    font-size:3.2em;
    font-family: 'MyriadProCondensed';
   /* text-shadow: 0px 2px 2px rgba(17, 17, 17, 0.4);*/
    margin:0 0 10px 0;
    color:#e0e0e0;
}

div.news .customcontainer p{
    font-size:0.8em;
    color:#fff
}

div.newsentry {
    margin:0 0 45px 0;
    clear:both;
    display:block;
}

div.newstitle {
    width:85%;
    display:inline;
    float:left;
    font-weight:bold;
    font-size:1em;
    text-shadow: 0px 1px 2px rgba(17, 17, 17, 0.6);
}

div.newsdate {
    width:14%;
    display:inline;
    float:right;
    margin:0 0 0 1%;
    font-size:0.8em;
    text-align:right;
    text-shadow: 0px 1px 2px rgba(17, 17, 17, 0.6);
}

div.newscontent {
    margin:8px 0 0 0;
    padding:8px 0 0 0;
    border-top:1px solid rgba(255, 255, 255, .3);
}

div.newscontent img {
    width:180px;
}

div.contact {
    background: url(../image/background/air2.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
}

div#contactframe {
    width:100%%;
    float:left;
    display:inline;
}

div#map {
    width:100%;
    float:left;
    display:inline;
    margin:0 0 0 1%;
    text-align:left;
}

div.eqframe {
    width:100%;
    display:inline;
    float:left;
    margin:0 1% 0 0;
}

#ctl05_UpdatePanel1 {
width:100% !important;
}

table.tbenquiry 
{
	width: 100%;
}
table.tbenquiry td {
	padding:0px 0px 10px 0px;
}
table.tbenquiry .txtbox {
	width:98%;
	border:none;
	font-size: 0.8em;
	padding:9px 5px;
	color:#333;
}
table.tbenquiry .txtboxname {
	width:75%;
	border:none;
	font-size: 0.8em;
	padding:9px 5px;
	color:#333;
	margin-left: 1%;
    margin-right:2%;
    float:right;
}
table.tbenquiry .txtarea {
	width:98%;
	height:125px;
	border:none;
	font-size: 0.8em;
	padding:4px;
	color:#333;
	font-family:Arial;
}
table.tbenquiry textarea.txtadd {
	width:98%;
	height:70px;
	border:none;
	font-size: 0.8em;
	padding:4px;
	color:#333;
	font-family:Arial;
}

.my-skinnable-select select {
  width:20%;
  font-size: 0.8em;
  border: none; padding:9px 7px 9px 0; float:left; display:inline;
}

div.contact .customcontainer {
    width:60%;
   /* padding:40px 60px 40px 60px;*/
   padding:0 60px 0 0;
    position:absolute;
    left:260px;
    top:175px;
    opacity:0;
    /*background:url(../image/imgblack.png) repeat;*/
    z-index:0;
    height:65%;
}

div.contact .customcontainer h1 b{
    color:#fff;
}

div.contact .customcontainer p{
    font-size:0.8em;
}

div.contact  div.fixframe {
    overflow:hidden;
    padding:10px 0 0 0;
	/*width:760px;
	height:458px;*/
}

div.contact  div.proinfo {
    display:none;
    min-height:100%;
    height:auto;
   /* width:760px;
	height:458px;*/
}

div.contact  div.floatmenu {
    background:none;
    width:180px;
    padding:22px 40px 30px 0;
    position:absolute;
    left:-180px;
    top:0;
}

div.contact  div.floatmenu ul li {
	border-bottom:1px solid rgba(255, 255, 255, .3);
}

div.contact  div.floatmenu ul li a {
	display:block;
}

div.futureproject {
    background: url(../image/background/quattro-regency-bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
}

div.futureproject .customcontainer {
/*    width:60%;
    padding:40px 60px 40px 60px;
    position:absolute;
    left:260px;
    top:175px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
    z-index:0;
    height:auto;*/
    
    width:750px;
    padding:40px 60px 40px 60px;
    position:absolute;
    left:260px;
    top:180px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
   /* height:60%;*/
    
     height:55%;
    
}

div.futureproject  div.fixframe {
    overflow:hidden;
    padding:10px 0 0 0;
}

div.futureproject  div.proinfo {
    display:none;
    min-height:100%;
    height:auto;
}

div.futureproject .customcontainer h1 b{
    color:#fff;
}

div.futureproject .customcontainer p{
    font-size:0.8em;
}

div.provenrecord {
    background: url(../image/background/lineage.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
}

div.provenrecord .customcontainer {
    width:60%;
   /* padding:40px 60px 40px 60px;*/
   padding:0 60px 0 0 ;
    position:absolute;
    left:260px;
    top:175px;
    opacity:0;
    /*background:url(../image/imgblack.png) repeat;*/
    z-index:0;
    height:68%;
}

div.provenrecord .customcontainer h1 b{
    color:#fff;
}

div.provenrecord .customcontainer p{
    font-size:0.8em;
}

div.provenrecord  div.fixframe {
    overflow:hidden;
    padding:10px 0 0 0;
}

div.provenrecord  div.proinfo {
    display:none;
    min-height:100%;
    height:auto;
}

div.provenrecord  div.proinfo img {
    width:78%;
}

div.provenrecord  div.floatmenu {
    background:none;
    width:180px;
    padding:22px 40px 30px 0;
    position:absolute;
    left:-180px;
    top:0;
}

div.provenrecord  div.floatmenu ul li {
	border-bottom:1px solid rgba(255, 255, 255, .3);
}

div.provenrecord  div.floatmenu ul li a {
	display:block;
}

.tracks01 {
    width:760px;
}

#footer {
  height: 60px;
    font-size:0.8em;
    color:#fff;
    text-align:center;
	width:100%;
	position:absolute;
	bottom:0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
    z-index:999;
    position:relative;
}

#footer .spanlink01 {
    color:#fff;
}

#footer .spanlink02 a {
    color:#fff;
}

/*Mobile View*/
@media (max-width: 768px) {

    div#logo{
        display:none;
    }
    
    div#navi {
        display:none;
    }
    
    
    #footer > .container {
        background:#000;
        height:100%;        
}
    
      div.futureproject {
        overflow:auto !important;
        padding:0 0 80px 0;
    }
    
    div.futureproject .customcontainer {
    width:90%;
    padding:30px 60px 40px 60px;
    margin:80px auto 0 auto;
    position:relative;
    left:0;
    top:0;
    opacity:0;
    z-index:0;
    height:auto;
    }
    
    div.futureproject  div.floatmenu {
    background:none;
    width:180px;
    padding:22px 40px 0 0;
    position:relative;
    left:0;
    top:0;
}
    
    div.futureproject  div.proinfo {
    display:none;
}
    
    div.futureproject  div.fixframe {
    padding:0;
    display:block;
}
    
     div.provenrecord {
        overflow:auto !important;
        padding:0 0 80px 0;
    }
    
    div.provenrecord .customcontainer {
    padding:30px 40px 0 40px;
    margin:80px auto 0 auto;
    position:relative;
    width:90%;
    height:auto;
    display:block;
    opacity:0;
    top:0;
    left:0;
    overflow:hidden;
    }
    
    div.provenrecord  div.floatmenu {
    background:none;
    width:180px;
    padding:22px 40px 0 0;
    position:relative;
    left:0;
    top:0;
}
    
    div.provenrecord  div.proinfo img {
        width:100%;
    }
    
    div.promise {
    overflow:auto !important;
    padding:0 0 80px 0;
    background: url(../image/background/promise.jpg) no-repeat center center fixed; 
}
    
    div.promise .customcontainer h1{
    color:#e0e0e0;
}

div.promise .customcontainer p{
    font-size:0.8em;
    color:#fff
}

div.promise .customcontainer {
 padding:10px 40px 30px 40px;
    margin:80px auto 0 auto;
    position:relative;
    width:90%;
    height:auto;
    display:block;
    opacity:0;
    top:0;
    left:0;
    overflow:auto;
}
    
    div.goodrun {
    overflow:auto !important;
    padding:0 0 80px 0;
    background: url(../image/background/goodrun.jpg) no-repeat center center fixed; 
}
    
    div.goodrun .customcontainer h1{
    color:#e0e0e0;
}

div.goodrun .customcontainer p{
    font-size:0.8em;
    color:#fff
}

div.goodrun .customcontainer {
 padding:10px 40px 30px 40px;
    margin:80px auto 0 auto;
    position:relative;
    width:90%;
    height:auto;
    display:block;
    opacity:0;
    top:0;
    left:0;
    overflow:auto;
}
    
    div.team {
    background: url(../image/background/team.jpg) no-repeat center center fixed; 
    overflow:auto !important;
    padding:0 0 80px 0;
}

div.team .customcontainer {
    width:90%;
   padding:30px 60px 40px 60px;
         margin:80px auto 0 auto;
    position:relative;
    left:0;
    top:0;
    opacity:0;
    z-index:0;
    height:auto;
}
    
     div.team  div.floatmenu {
    background:none;
    width:180px;
    padding:22px 40px 20px 0;
    position:relative;
    left:0;
    top:0;
}
    
    div.team  div.proinfo {
    display:none;
}
    
    div.team  div.fixframe {
    padding:0;
    display:block;
}
    
    div.teamlist {
    width:100%;
    float:left;
    display:block;
    margin:0 0 20px 0;
}

     div.news {
        overflow:auto !important;
        padding:0 0 80px 0;
        background: url(../image/background/news.jpg) no-repeat fixed;
    }
    
    div.news .customcontainer {
    padding:30px 40px 30px 40px;
    margin:80px auto 0 auto;
    position:relative;
    width:90%;
    height:auto;
    display:block;
    opacity:0;
    top:0;
    left:0;
    overflow:auto;
    }
    
    div.news div.fixframe {
    padding:0;
    display:block;
    height:100%;
    overflow:hidden !important;
}
    
    div.newstitle {
    width:75%;
}

div.newsdate {
    width:24%;
}
    
    div.contact {
        overflow:auto !important;
        padding:0 0 80px 0;
    }
    
    div.contact .customcontainer {
    padding:30px 40px 0 40px;
    margin:50px 0 0 0;
    position:relative;
    width:100%;
    height:auto;
    display:block;
    opacity:0;
    top:0;
    left:0;
    overflow:hidden;
    }
    
    div.contact  div.floatmenu {
    background:none;
    width:180px;
    padding:22px 40px 0 0;
    position:relative;
    left:0;
    top:0;
}
    
    div#contactframe {
        width:100%;
        display:block;
        clear:both;
        margin:0 0 10px 0;
    }
    
    div.contact  div.proinfo {
    display:none;
}
    
    div.contact  div.fixframe {
    padding:0;
    display:block;
}
    
    div.eqframe {
    width:100%;
    display:block;
    clear:both;
    margin:0;
}
    
     div.lineage {
        overflow:auto !important;
        padding:0 0 40px 0;
    }
    
    div.lineage .ln01, div.lineage .ln02, div.lineage .ln03, div.lineage .ln04 {
    width:100%;
    height:300px;
    display:block;
    position:relative;
}
    
    div.lineage .ln01 {
    background: url(../image/background/light.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    left:0;
    z-index:999;
}

div.lineage .ln02 {
    background: url(../image/background/air.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    left:0;
}

div.lineage .ln03 {
    background: url(../image/background/space.jpg) no-repeat top right; 
    left:0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

div.lineage .ln04 {
    background: url(../image/background/timeless.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    left:0;
}
    
    div.lineage .ln01 .customcontainer h1, div.lineage .ln02 .customcontainer h1, div.lineage .ln03 .customcontainer h1, div.lineage .ln04 .customcontainer h1 {
    font-size:2.6em;
}

div.lineage .ln01 .tagline {
    position:absolute;
    width:80%;
    top:50px;
    left:10%;
    text-align:left;
}

div.lineage .ln02 .tagline {
    position:absolute;
    width:80%;
    top:30px;
    left:10%;
    text-align:left;
}

div.lineage .ln03 .tagline {
    position:absolute;
    width:80%;
    top:30px;
    left:10%;
    text-align:left;
}

div.lineage .ln04 .tagline {
    position:absolute;
    width:80%;
    top:30px;
    left:10%;
    text-align:left;
}

div.lineage .ln01 .tagline h1, div.lineage .ln02 .tagline h1, div.lineage .ln03 .tagline h1, div.lineage .ln04 .tagline h1 {
    color:#820f12;
    font-size:2.3em;
    font-family: 'Century Gothic';
    line-height:1.35em;
    letter-spacing:-1px;
}

div.lineage .ln01 .tagline p, div.lineage .ln02 .tagline p, div.lineage .ln03 .tagline p, div.lineage .ln04 .tagline p {
    color:#333;
}

div.lineage .ln01 .tagline img, div.lineage .ln02 .tagline img, div.lineage .ln03 .tagline img, div.lineage .ln04 .tagline img {
    width:180px;
}

div.lineage .ln01 .taglogo {
    position:absolute;
    bottom:20px;
    margin:0 0 0 10%;
    z-index:90;
    width:120px;
}
    
    div.lineage .ln02 .taglogo {
    position:absolute;
    bottom:20px;
    margin:0 0 0 70%;
    z-index:90;
    width:120px;
}
    
    div.lineage .ln03 .taglogo {
    position:absolute;
    bottom:20px;
    margin:0 0 0 10%;
        z-index:90;
    width:120px;
}
    
    div.lineage .ln04 .taglogo {
    position:absolute;
    bottom:20px;
    margin:0 0 0 70%;
        z-index:90;
    width:120px;
        display:block;
}
    
    div.customclose {
    width:18px;
    height:18px;
    background:url(../image/imgcross.png) no-repeat;
    float:right;
    clear:both;
    cursor:pointer;
}
    
      div.lineage .ln01 .customcontainer {
    width:90%;
    padding:40px;
    position:absolute;
    left:5%;
    top:80px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
        overflow:hidden;
        z-index:99;
    }

    
    div.lineage .ln02 .customcontainer, div.lineage .ln03 .customcontainer, div.lineage .ln04 .customcontainer {
    width:90%;
    padding:40px;
    position:absolute;
    left:5%;
    top:60px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
        overflow:hidden;
        z-index:99;
    }
    
    .scrollingtag {
    height:120px;
    overflow:auto;
    }
    
    
    div.property {
    background: url(../image/background/property.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    overflow:auto;
	padding:0 0 40px 0;
}

div.property .ln01, div.property .ln02, div.property .ln03, div.property .ln04, div.property .ln05 {
    width:100%;
    height:300px;
	display:block;
	position:relative;
    cursor:pointer;
}

div.property .ln01 {
    background: url(../image/background/quattrobold.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    left:0%;
}

div.property .ln02 {
    background: url(../image/background/quattrozen.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    left:0%;
    
}

div.property .ln03 {
    background: url(../image/background/verona32.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    left:0%;
}

div.property .ln04 {
     background: url(../image/background/primera6.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    left:0%;
}

div.property .ln05 {
     background: url(../image/background/quattrolight.jpg) no-repeat center center; 
    left:0%;
}

div.property .ln01 .customcontainer {
    width:90%;
    padding:40px;
    position:absolute;
    left:5%;
    top:70px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
	overflow:auto;
    z-index:99;
    height:350px;
}

div.property .ln02 .customcontainer {
    width:90%;
    padding:40px;
    position:absolute;
    left:5%;
    top:60px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
	overflow:auto;
    z-index:99;
    height:350px;
}

div.property .ln03 .customcontainer {
    width:90%;
    padding:40px;
    position:absolute;
    left:5%;
    top:60px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
	overflow:auto;
    z-index:99;
    height:350px;
}

div.property .ln04 .customcontainer {
    width:90%;
    padding:40px;
    position:absolute;
    left:5%;
    top:60px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
	overflow:auto;
    z-index:99;
    height:350px;
}

div.property .ln05 .customcontainer {
    width:90%;
    padding:40px;
    position:absolute;
    left:5%;
    top:60px;
    opacity:0;
    background:url(../image/imgblack.png) repeat;
	overflow:auto;
    z-index:99;
    height:350px;
}
    
    div.property .ln01 .customcontainer h1, div.property .ln02 .customcontainer h1, div.property .ln03 .customcontainer h1, div.property .ln04 .customcontainer h1, div.property .ln05 .customcontainer h1 {
    font-size:2.6em;
}
    
        div.property  div.floatmenu {
    background:none;
    width:180px;
    padding:22px 40px 0 0;
    position:relative;
    left:0;
    top:0;
}
    
    
    div.property  div.proinfo {
    display:none;
        height:100%;
        overflow:hidden;
}
    
    div.property  div.fixframe {
    padding:0;
    display:block;
        min-height:100%;
        height:auto;
        overflow:hidden;
}
    
    div.property div.lnheading {
    font-size:3.2em;
    color:white;
    font-family: 'MyriadProCondensed';
    text-shadow: 0px 2px 2px rgba(17, 17, 17, 0.4);
    display:block;
    text-align:left;
    width:100%;
    opacity:1 !important;
    bottom:10%;
    padding:0 0 20px 20px;
    position:absolute;
}
    
    .floatlogo {
        display:none;
}
    
    div.lnheading img {
        display:none
}
    
    .newlabel {
        position:absolute;
        right:0;
        top:0;
        display:block;
    }
    
}


