/* 
    Document   : style
    Created on : Mar 28, 2013, 10:29:22 AM
    Author     : Sigit Noviandi
    Description: Greenview Apartment website default styles 
*/
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
html,body {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
input{
    border:1px solid #b0b0b0;
    padding:3px 5px 4px;
    color:#979797;
    width:190px;
}
address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

/*-----------------------GENERAL STYLES------------------------*/
body{
    background: #000;
    color: #fff;
    font-family: Helvetica LightCond;
    font-size: 1em;
    overflow: hidden;
}

.showgrid{
    border: 1px solid red;
}

.row-fluid {
    position: relative;
}

a{
    color: #fff;
}

a:hover{
    color: #bade0f;
    text-decoration: none;
}

.left{
    display: block;
    float: left;
    height: auto;
    width: auto;
}

/*---------------------------FONT---------------------------------*/

@font-face { font-family: Helvetica ThinCond; src: url('../fonts/helvetica-neue/HelveticaNeueLT-ThinCond.TTF'); } 
@font-face { font-family: Helvetica LightCond; src: url('../fonts/helvetica-neue/HelveticaNeueLT-LightCond.TTF'); } 
@font-face { font-family: Helvetica Light; src: url('../fonts/helvetica-neue/HelveticaNeueLT-Light.TTF'); } 


/*---------------------------SLIDESHOW------------------------------*/
.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow:after { 
    content: '';
    background: transparent; 
}

.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(../img/home1.jpg);
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../img/home2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../img/home3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../img/home4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../img/home5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../img/home6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
8% { opacity: 1;
     -webkit-animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
8% { opacity: 1;
     -moz-animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
8% { opacity: 1;
     -o-animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
8% { opacity: 1;
     -ms-animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
8% { opacity: 1;
     animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
    opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}

/*---------------------------STATIC BACKGROUND-----------------------------*/
body.facilities{
    background: url(../img/facilities.jpg) no-repeat top center;
    background-size: cover;
}

body.rates{
    background: url(../img/rates.jpg) no-repeat top center;
    background-size: cover;
}

body.location{
    background: url(../img/location.jpg) no-repeat top center;
    background-size: cover;
}

body.contact{
    background: url(../img/contact.jpg) no-repeat top center;
    background-size: cover;
}

/*---------------------------NAVIGATION-----------------------------*/

#navigation {
    background: rgba( 0, 0, 0, 0.7 );
    height: auto;
    text-align: center;
}

#navigation h1 a{
    display: block;
    margin: 10% auto;
    margin-bottom: 15%;
    height: auto;
    width: 87%;
}

#navigation h1 a img.logo{
    width: 100%;
}

#navigation #main-menu a{
    color: #FFF;
    display: block;
    font-family: Helvetica LightCond;
    font-size: 18px;
    margin: 10% 0px 10% 0px;
    text-transform: uppercase;
}

#navigation #main-menu a.current-page{
    color: #bade0f;
}

#navigation #main-menu a:hover{
    color: #bade0f;
    text-decoration: none;
}

/*------------------MAIN TEXT-----------------*/
.main-text{
    text-align: right;
}

.main-text.left{
    text-align: left;
}

.main-text .main-text-content{
    padding-right: 2%;
}

.main-text.left .main-text-content{
    padding: 0 0 0 2%;
}

.main-text h1{
    background: rgba( 0, 0, 0, 0.7 );
    color: #bade0f;
    display: inline-block;
    font-family: Helvetica LightCond;
    font-size: 100px;
    font-weight: bold;
    line-height: 90px;
    padding: 0 0.5% 0 0.3%;
    margin-bottom: 0.7%;
    text-align: right;
    text-transform: uppercase;
    width: auto;
}

.main-text.left h1{
    text-align: left;
}

.main-text h1:before,
.main-text h1:after{
    content: ' '
}

.main-text p{
    font-family: Helvetica LightCond;
    font-size: 39px;
    line-height: 39px;
    text-transform: uppercase;
}

.main-text span{
    background: rgba( 0, 0, 0, 0.7 );
    display: inline-block;
    padding: 0 0.3% 0 0.3%;
    margin-top: 0.3%;
    
}

/*------------------CONTENT BOX---------------*/
.content-box{
    background: rgba( 0, 0, 0, 0.7 );
    color: #fff;
    font-family: Helvetica Light;
    font-size: 14px;
    float: left;
    height: auto;
    line-height: 22px;
    padding: 0.6% 1% 0.6% 1%;
    margin-right: 1%;
    width: 22%;
}

.content-box.wider{
    width: 24%;
}

.content-box p{
    margin: 0 0 4% 0;
}

.content-box h3{
    color: #bade0f;
    font-size: 16px;
    line-height: normal;
    margin: 7% 0 1% 0;
}

.content-box h3.first{
    margin-top: 0;
}

.content-box ul li{
    margin-left: 7%;
}

.content-box ul li a{
    color: #bade0f;
    font-size: 16px;
}

.content-box span.left{
    float: left;
    height: auto;
    width: auto;
}

.content-box span.label{
    background: none;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 25%;
}

.content-box span.value{
    white-space: normal;
    width: 70%;
    word-wrap: break-word;
}

.content-box input.text,
.content-box textarea.text{
    background: url(../img/border_left.png) no-repeat bottom left;
    border: 0px none;
    border-bottom: 1px solid #bade0f;
    border-radius: 0px;
    color: #fff;
    width: 93%;
}

.content-box input.text:focus,
.content-box textarea.text:focus{
    background: none;
    border: 1px solid #bade0f;
    box-shadow: none;    
}

.content-box textarea.text{
    padding: 5px;
}

.content-box div.notif{
    color: #bade0f;
    text-align: center;
}

/*------------------FOOTER-------------------*/
.footer{
    background: #000;
    bottom:0;
    font-family: Helvetica LightCond;
    font-size: 12px;
    line-height: normal;
    position: fixed; 
    text-align: center;
    text-transform: uppercase;
}

.footer a{
    color: #bade0f;
}



