
/*	GENERAL ELEMENTS
------------------------------------------*/

body {
    margin:0;
    padding:0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.grade {
    background: #333;
    background: url('linear-gradient.png') 0 0 repeat-x;
    background: -webkit-linear-gradient(#333, #111);
    background:    -moz-linear-gradient(#333, #111);
    background:     -ms-linear-gradient(#333, #111);
    background:      -o-linear-gradient(#333, #111);
    background:         linear-gradient(#333, #111);
}

.handle {
    display:block;
    background: url(../images/more-info-tab-sm.png) no-repeat;
    width:30px;
    height:130px;
    top: 200px;
    position:fixed;
    z-index:1;
}
.handle a {
    display:block;
    background:none;
    text-indent:-9999px;
}

@media only screen and (max-device-width: 480px) {
    .handle {
        visibility: hidden;
    }
    .handle a {
        visibility: hidden;
    }
}
#navblock {
    position:relative;
    height:50px;
    width:960px;
    background-image:url(http://www.sacdzn.com/images/15white.png);
    margin-top:20px;
}
#newsletter-text {
    position:absolute;
    top:0;
    right:45px;
    margin-top:5px;
}
#newsletter-plus {
    position:absolute;
    top:0;
    right:0;
    width:30px;
}
#centerblock {
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    display:block;
}
#titlebar {
    width: 1000px;
    height: 70px;
    position: relative;
    background: url("../images/titlebar_bg.png");
    text-align: left;
}
.divider1000 {
    width: 1000px;
    height: 1px;
    background: url("../images/line1.jpg");
}
.divider100 {
    width: 100%;
    height: 1px;
    background: url("../images/line1.jpg") -5px 0;
    margin: 15px 0 15px 0;
}
#maincontent {
    width:920px;
    background-color:#FFF;
    padding:30px 40px 60px 40px;
    overflow:hidden;
}
.page-block {
    width:100%;
    margin-bottom: 40px;
    overflow: hidden;
}
#left-col-small {
    float:left;
    display:block;
    overflow:hidden;
    width: 220px;
    padding-right:19px;
    border-right: solid 1px #DDD;
}
#right-col-big {
    float:left;
    display:block;
    overflow:hidden;
    width: 640px;
    padding-left:40px;
}

.one-third-col, .one-half-col, .full-col, .two-thirds-col {
    float:left;
    overflow: hidden;
    opacity: 30%;
    margin-left:30px;
}
.one-third-col {
    width: 285px;
}
.two-thirds-col {
    width: 605px;
}
.one-half-col {
    width: 445px;
}
.full-col {
    width: 100%;
    margin-left:0;
}
.first-col {
    margin-left:0;
}


/*	HOME FEATURED HEADER 
------------------------------------------*/

#featured {
    width: 920px;
    height: 410px;
    position: relative;
}
.featured_description {
    position:absolute;
    bottom:25px;
    width:250px;
    padding:20px;
    background-image:url('../images/80black.png');
    z-index:1;
}
#featured_dots {
    position:absolute;
    bottom:0;
    height:25px;
    width:290px;
    background-color:#000;
    z-index:1;
}

/*------------------ ANIMATED HEADER BUTTONS ------------------------*/

.learn_more_button {
    display:block;
    width:140px;
    height:27px;
    position:relative;
    text-align:left;
    background:url(../img/learn-more.jpg) no-repeat 0 -27px;
}
.learn_more_button a {
    display:block;
    width:100%;
    height:100%;
    background:url(../img/learn-more.jpg) no-repeat 0 0;
    text-indent:-9999px;
}
.learn_more_button a:hover {
    background-position:0 27px;
}
.launch_button {
    display:block;
    width:107px;
    height:27px;
    position:relative;
    text-align:left;
    background:url(../img/launch.jpg) no-repeat 0 -27px;
}
.launch_button a {
    display:block;
    width:100%;
    height:100%;
    background:url(../img/launch.jpg) no-repeat 0 0;
    text-indent:-9999px;
}
.launch_button a:hover {
    background-position:0 27px;
}
.contact_button {
    display:block;
    width:138px;
    height:27px;
    position:relative;
    text-align:left;
    background:url(../img/contact.jpg) no-repeat 0 -27px;
}
.contact_button a {
    display:block;
    width:100%;
    height:100%;
    background:url(../img/contact.jpg) no-repeat 0 0;
    text-indent:-9999px;
}
.contact_button a:hover {
    background-position:0 27px;
}


/*	FOOTER BAR
------------------------------------------*/

#footer {
    background-image: url('../images/footer_bg.png');
    background-repeat: no-repeat;
    position:relative;
/*height:85px;*/
    width:1000px;
    margin-top:4px;
    margin-bottom:40px;
    text-align:center;
}
#footer_left {
    width:630px;
    height:45px;
    float:left;
    padding:20px;
}
#footer_right {
    width:290px;
    height:40px;
    float:left;
    padding:25px 20px 20px 20px;
}
.social_facebook, .social_twitter, .social_linkedin, .social_youtube, .social_google {
    display:block;
    float:left;
    width:32px;
    height:32px;
    position:relative;
    margin-left:8px;
}
.social_facebook {
    background: url("../images/social-facebook.png") no-repeat 0 0;
    margin-left:0px;
}
.social_twitter {
    background: url("../images/social-twitter.png") no-repeat 0 0;
}
.social_linkedin {
    background: url("../images/social-linkedin.png") no-repeat 0 0;
}
.social_youtube {
    background: url("../images/social-youtube.png") no-repeat 0 0;
}
.social_google {
    background: url("../images/social-google.png") no-repeat 0 0;
}
.social_facebook:hover, .social_twitter:hover, .social_linkedin:hover, .social_youtube:hover, .social_google:hover { background-position: 0 -32px; }
.social_facebook span, .social_twitter span, .social_linkedin span, .social_youtube span, .social_google span { position: absolute; top: -999em; }



/* ------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------*/
/*  PAGE SPECIFIC STYLES, portfolio, contact etc. */
/* ------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------*/


/*  PORTFOLIO ELEMENTS
------------------------------------------*/

#portfolio-main {
    width:920px;
    height:540px;
    position:relative;
    display:block;
}
.custom-controls {
    width:920px;
    height:45px;
    position:relative;
    display:block;
    margin-bottom:10px;
    background: url("../images/portfolio/flex-nav-bg.jpg") no-repeat 0 0;
}
.flex-bttn {
    padding: 0px 20px 0px 20px;
    margin:0;
    float:left;
    background-color:#FFF;
    height:35px;
    font-family:'Maven Pro', 'Trebuchet MS', sans-serif;
    font-size:15px;
    font-weight:700;
    color:#000;
    line-height:35px;
    text-decoration:none;
    
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition-property: all 0.2s linear;
}
.flex-bttn:hover {
    color:#ae1900;
}
.flex-active {
    background-color:#EEE;
    color:#ae1900;
}

/*  PORTFOLIO THUMNAIL ELEMENTS
------------------------------------------*/

.port-thumb {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    width: 300px;
    height: 150px;
    margin: 10px 0 0 10px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: left;
}
.port-thumb .info{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    -pie-background: rgba(0,0,0,.8);
    position: absolute;
    top: 100%;
    left: 0;

    font-family: 'Maven Pro', 'Trebuchet MS', sans-serif;
    font-weight: 500;
    text-decoration: none;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    behavior: url(js/PIE.htc);
}
.port-thumb h2 {
    position: absolute;
    top: 26%;
    left: 7%;
    
    color: #FFF;
    font-size: 25px;
    line-height: 25px;
    text-decoration: none;
}
a {
    text-decoration: none;
}
.port-thumb .info p {
    position: absolute;
    top: 80%;
    left: 0;
    padding: 2% 0 0 7%;
    width: 100%;
    height: 18%;
    background: rgba(0,0,0,.5);
    -pie-background: rgba(0,0,0,.8);
    
    color: #FFF;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    behavior: url(js/PIE.htc);
}
.port-thumb:hover .info {
    top: 0;
    text-decoration: none;
}
.clm { 
     margin-left: 0;
}
