
body {
    font-size:12px;
    font-family: 'Terminal Dosis', sans-serif;
}


/*=-=-=-===-=-==-=-=-=-* HEADER [START]*/


.menuItem{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    text-decoration:none;
    display: inline-block;
    margin:15px 5px;
    color:white;
}
.menuItem:hover{
    color:#999;
}

.navItem.menuItem{
     padding:0px 15px;
     margin:15px 0px;
     line-height:15px;
     border-left:2px solid #888; 
}


/*=-=-=-===-=-==-=-=-=-* HEADER [END]*/

/*=-=-=-===-=-==-=-=-=-* Animations[START]*/
.baloon a {
    background: none repeat scroll 0 0 transparent;

    display: block;
    font-family: 'Terminal Dosis',sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 8px 20px;
    padding: 43px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
}
.hpLabel{
    display: inline-block;
    height:80px;
    font-family: 'Flavors', cursive;
    font-size:34px;
    width:240px;
    text-align: center;
    line-height:80px;
    background: url(../images/labels_center.png) no-repeat left;
    text-decoration: none;

}

.hpLabel.selected{
    font-size:40px;
    color:white;
}

.hpLabel:hover{
    color:white;
}

/*=-=-=-===-=-==-=-=-=-* About[START]*/

.aboutLabel{
    display: inline-block;
    height:80px;
    font-family: 'Flavors', cursive;
    font-size:34px;
    width:209px;
    text-align: center;
    
    line-height:80px;
    background: url(../images/labels_center.png) no-repeat left;
    cursor:pointer;
}
.aboutLabel.selected,
.aboutLabel:hover{
    /*    font-size:40px;*/
    color:white;
}
#aboutStage{
    width:980px;
    overflow:hidden;
    position:relative;
    height:600px
}
.aboutSlider{
    width:10000px;
    position: absolute;
}
.aboutSlide{
    width:980px;
    float:left;
    overflow:hidden;
    margin-right:60px;
    text-align: justify;
    font-family: 'Terminal Dosis', sans-serif;
    font-size:18px;
    color: #231f20;
    font-weight: normal;
}

.aboutColumn{
    width:286px;
}
.aboutColumn h3{
    font-family: 'Flavors', cursive;
    color:#114a5a;
    font-size:54px;
    font-weight: normal;
    margin:30px 0px;
}

.aboutColumnContent h4{
    font-size:24px;
    margin:0;
    padding:0;
    display: inline-block;
        
}
.aboutColumnContent p{
    display: inline;
}
.aboutColumnContent{
    overflow:hidden;

}

/* -=-=-===-=-==-=-=-=-* About[END]*/
/* -=-=-===-=-==-=-=-=-* Contact[START]*/
.contactTitle{
    font-family: 'Flavors', cursive;
    color:#114a5a;
    font-size:54px;
    font-weight: normal;
    margin:30px 0px;
    text-align: center;
}
.contactText{
    text-align: center;
    font-family: 'Terminal Dosis', sans-serif;
    font-size:20px;
    font-weight: bold;
    color:#114a5a;
}
.contactMap{
    /*    position:absolute;*/
    width:394px;
    height:200px;
}

.contactBubble{
    position:absolute;
    width:355px;
    height:164px;
    top:45px;
    margin-left:-58px;
    font-family: 'Terminal Dosis', sans-serif;
    font-size:15px;
    background: url(../images/contact_bubble.png) no-repeat center center;
}

.contactDetails{
    margin:36px 0px 0px 30px
}

.formField{
    clear:both;
    margin-top:20px;
}

.formField label{
    font-family: 'Terminal Dosis', sans-serif;
    font-size:16px;
    color:#114a5a;
    display:inline-block;
    width:80px;
    text-align:right;
    font-weight: bold;
    float:left;
    padding:0px 5px;
}
.formField textarea,
.formField input{
    font-family: 'Terminal Dosis', sans-serif;
    font-size: 16px;
    color:#114a5a;
    width:380px;
    border:2px solid #789291;
    background:url(../images/input_bg.jpg) repeat center center white;
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,.4);
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.4);
    box-shadow: 2px 2px 5px rgba(0,0,0,.4);

}
.formField textarea{
    height:100px;
}
#formFeedback {
    font-size: 20px;
    font-weight: bold;
    left: 50%;
    margin-left: -270px;
    position: absolute;
    top: 540px;
    color:#114A5A;
}
/* -=-=-===-=-==-=-=-=-* Contact[END]*/
/* -=-=-===-=-==-=-=-=-* Footer[START]*/
#footer{
    position:absolute;
    bottom:0;
    width:100%;
    z-index:0;
}
.footerColumn{

    margin-top:45px;
    min-height:180px;
    float:left;
    margin-left:30px;
    color:white;
    font-family: 'Terminal Dosis', sans-serif;
    font-size:14px;

}
.footerColumn a{
    text-decoration: none;
    color:white
}
.footerColumn a:hover{
    color:#999;
}
/* -=-=-===-=-==-=-=-=-* Footer[END]*/
/* -=-=-===-=-==-=-=-=-* Inner[START]*/

#innerHolder{
    background-color:#FFF;
    position:absolute;
    width:100%;
    top:0px;
    font-size:12px;
    padding-bottom:340px;
}

h1{
    font-size: 48px;
}

.clientWrapper{
    color:black;
    margin-top:-50px;

}
.projectWrapper{
    background: url(../images/dashed.png) repeat-x center 50px #FFF;

    font-size:16px;
    margin-bottom:50px;
}
.projectWrapper h2{
    font-size:36px;
    font-weight:normal;
    margin:0 0 20px 0;
    padding:0;
}
.imgCaption{
    margin:10px 0px; 

}

.InnerPageHeader{
    overflow: hidden;
    height:320px;
    padding-top:30px;

}
.InnerPageHeader .animes{
    position:absolute;
    background: url(../images/bg.jpg) repeat center 00px #FFF;
    height:200px;
    width:100%;
    overflow: hidden;
}
.baloon.Inner{
    position:absolute;
    width:131px;
    height:231px;
    cursor:pointer;
    float:left;
}
.BaloonsSlider{
    width:900px;
    margin-right:10px;
    overflow: hidden;
    float:left;
    position:relative;
    height:320px;
    padding-top: 30px;
    z-index:3002;
}
.arrowBT{
    display:block;
    width:34px;
    height:33px;
    background-repeat:no-repeat;
    background-position: center top;
    float:left;
    margin-top:100px;
}
.arrowBT:hover{
    background-position: center bottom;
}
.arrowBT.left{background-image:url(../images/arr_left.png)}
.arrowBT.right{background-image:url(../images/arr_right.png)}
.BaloonsSliderInner{
    width:10000px;
    position:relative;
}

/* -=-=-===-=-==-=-=-=-* Inner[END]*/

