/*
 Author: Boris Biserov Delev
 Web: www.studiox.bg
 Date: 2010.01.07
 Comment : We are great. I most :P

 Legend:
    [1] Global
    [2] Master elements
        - wrapper
        - header
        - footer
    [3] Pages elements
*/


/*
 * Global
 */

/* dsf */

body, html {
    height: 100%;
    
    background-color: #F6F6F6;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #000;
}

html {
    overflow-y: scroll;
}

a {
    color: #000;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

input,
textarea,
select,
button {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
}

input,
textarea,
select {
    padding: 4px 3px;
    outline: none;
    vertical-align: middle;
    color: #000;
}

textarea {
    resize: vertical;
}

input[type=checkbox],
input[type=radio] {
    cursor: pointer;
}

/*
 * Master elements
 */

#wrapper {
    width: 100%;
    min-width: 990px;
    min-height: 100%;
    background-repeat: no-repeat;
}

#navigation {
    background: black;
    text-align: right;
    line-height: 21px;
}

    #navigation a {
        margin-left: 10px;
        
        font-size: 10px;
        text-decoration: none;
        text-transform: uppercase;

        color: white;
    }
        #navigation a:hover {
            text-decoration: underline;
        }
        #navigation a.current {
            text-decoration: line-through;
        }

.wrapper {
    padding: 0 20px;
}

#header {
    overflow: hidden;
    
    border-bottom: 1px solid #7B7B7B;
}

    #header h1 {
        float: left;
        overflow: hidden;
        height: 120px;

        background-position: 0 0;
        background-repeat: no-repeat;
    }

        #header h1 a {
            overflow: hidden;
        }

        #header ul {
            float: right;
            overflow: hidden;
            padding-top: 18px;
        }

            #header ul li {
                float: left;
                width: 180px;
                margin: 0 0 0 15px;
            }


            #header ul a {
                display: block;
                font-size: 11px;
                text-decoration: none;
            }
                #header ul a:hover {
                    text-decoration: underline;
                }

            #header ul h6 {
                display: block;
                overflow: hidden;
                margin: 0 0 5px 0;
            }

                #header ul h6 a {
                    float: left;
                    height: 23px;
                    padding: 7px 0 0 35px;
                    background: url(../images/live/images.png) no-repeat 0 0;
                    text-decoration: none;
                    font-size: 16px;
                }
                    #header ul h6 a:hover { text-decoration: none; }
                    #header ul h6.blog a { padding-left: 27px; background-position: -200px 0; }
                    #header ul h6.article a { padding-left: 40px; background-position: -400px 0; }

#content {
    position: relative;
    padding-bottom: 20px;
}

#footer {
    overflow: hidden;
    padding: 20px 0;

    border-top: 1px solid #7B7B7B;

    font-size: 11px;
}

    #footer address {
        float: left;
        width: 200px;
        margin-right: 30px;
    }

        #footer address em
        {
            display: block;
            color: #808080;
        }

    #footer div {
        float: left;
        width: 530px;
        color: black;
    }


/*
 * Page elements
 */

#menu {
    overflow: hidden;
    padding: 20px 0;
}

    #menu li {
        float: left;
        margin: 0 15px 0 0;
    }
        #menu li:hover, #menu li.current {
            background: url(../images/live/images.png) repeat-x -30px -179px;
        }

    #menu a {
        display: block;
        overflow: hidden;
        width: 133px;
        height: 24px;

        background: url(../images/live/images.png) no-repeat -25px -140px;
        text-indent: -9999px;
        text-transform: uppercase;
    }
        #menu a.all-projects { width: 126px; background-position: -172px -140px; }
        #menu a.clients { width: 65px; background-position: -311px -140px; }
        #menu a.about { width: 51px; background-position: -392px -140px; }
        #menu a.online { width: 108px; background-position: -459px -140px; }

        .en-US #menu a { width: 144px; background-position: -25px -107px; }
        .en-US #menu a.all-projects { width: 102px; background-position: -184px -107px; }
        .en-US #menu a.clients { width: 59px; background-position: -299px -107px; }
        .en-US #menu a.about { width: 71px; background-position: -372px -107px; }
        .en-US #menu a.online { width: 116px; background-position: -457px -107px; }

#filter {
    position: absolute;
    top: 22px;
    right: 0;

    font-size: 10px;
}

    #filter a {
        overflow: hidden;
        display: block;
        width: 220px;

        background: #181818;
        border-bottom: 1px solid white;

        text-transform: uppercase;
        text-decoration: none;
        color: white;
        cursor: pointer;
    }

    #filter em {
        float: left;
        padding: 2px 5px;
    }

    #filter span {
        float: right;
        overflow: hidden;
        width: 17px;
        height: 17px;

        background: url(../images/live/images.png) no-repeat -58px -35px;
        text-indent: -9999px;
        border-left: 1px solid white;
    }
        #filter span.opened {
            background-position: -88px -35px;
        }

    #filter ul {
        display: none;
        width: 220px;
        padding: 0 0;
        background: #181818;
    }

    #filter li {
    }

        #filter li a {
            width: 210px;
            padding: 3px 5px;

            border: none;
        }
        #filter li a:hover {
            background: #353535;
            color: #AEAEAE;
        }
        #filter li.selected a {
            color: #AEAEAE;
        }

#projects {
    /* overflow: hidden; */
}

    #projects li {
        position: relative;
        float: left;
        width: 250px;
        height: 320px;
        margin: 0 20px 0 0;
    }
        #projects li.last {
            margin: 0;
        }
        #projects li.visible {
            display: block;
        }
        #projects li.hidden {
            display: none;
        }
        #projects li.biggest {
            
        }

    #projects strong {
        position: absolute;
        top: -10px;
        right: -10px;
        width: 45px;
        height: 35px;
        padding: 10px 0 0 0;

        background: url(../images/live/images.png) no-repeat -1px -40px;

        font-size: 15px;
        font-style: italic;
        text-align: center;
        text-transform: lowercase;
    }

    #projects li a {
        text-decoration: none;
    }

    #projects h5 {
        padding: 3px 10px;
        font-size: 14px;
        font-weight: bold;
    }

        #projects em a {
            padding: 0 0 0 10px;
            font-size: 10px;
            text-transform: uppercase;
            color: #484848;
        }

    #projects img {
        border: 10px solid white;
    }
    
    #projects .video_player {
        border: 10px solid white;
    }

        #projects a span {
            display: none;
            position: absolute;
            top: 10px;
            left: 10px;

            width: 0;
            height: 0;
            background: url(../images/live/bg-projects-li-hover.png) no-repeat center center;
            cursor: pointer;
        }
            #projects .video a span {
                background-image: url(../images/live/bg-projects-li-video-hover.png);
            }
        
        #projects a del {
            position: absolute;
            top: 10px;
            left: 10px;
            
            width: 0;
            height: 0;
            background: url(../images/live/btn-play.png) no-repeat center center;
            cursor: pointer;
            z-index: 2;
        }


.navigation {
    display: block;
    overflow: hidden;
    width: 950px;
}
    .navigation.top {
        position: absolute;
        top: 22px;
        left: 800px;
        width: 150px;
    }

    .navigation.projects {
        top: 90px;
    }

    .navigation a {
        overflow: hidden;
        float: right;
        width: 25px;
        height: 20px;
        margin: 0 0 0 2px;

        background: url(../images/live/images.png) no-repeat -1px -216px;
        text-indent: -9999px;
    }
        .navigation a:hover { opacity: 0.7; }
        .navigation a.next { width: 40px; background-position: -115px -216px; }
        .navigation a.prev { width: 40px; background-position: -51px -216px; }
        .navigation a.disable { opacity: 0.3; cursor: default; }
        


#description {
    width: 950px;
}

    #description .box {
        overflow: hidden;
        padding: 20px 15px;
        margin-bottom: 1px;
        
        /*background: white;*/
    }

    #description .box .summary {
        float: left;
        width: 740px;
    }

    #description .box .share {
        float: right;
        overflow: hidden;
        width: 90px;
        text-align: center;
    }

    #description h2 {
        font-size: 24px;
    }

        #description h2 a {
            padding-right: 20px;
            background: url(../images/live/images.png) no-repeat right -242px;
            text-decoration: none;
        }

    #description .lnk {
        display: block;

        font-style: italic;
        font-size: 11px;
        color: #A5A5A5;
    }

    #description .visit {
        display: block;
        width: 90px;
        height: 90px;
        margin: 0 auto 10px auto;
        overflow: hidden;

        background: url(../images/live/images.png) no-repeat -95px -310px;

        text-indent: -9999px;
    }
        #description span.visit {
            background-position: -95px -500px;
        }
        #description span.demo {
            background-position: -95px -405px;
        }
        .en-US #description .visit { background-position: 0 -310px; }
        .en-US #description span.visit { background-position: 0 -500px; }
        .en-US #description span.demo { background-position: 0 -405px; }

    #description h3 {
        font-size: 14px;
        color: #4D4D4D;
    }

    #description h4 {
        padding-bottom: 10px;
        font-size: 24px;
    }

        #description .images li {
            position: relative;
            padding: 0 0 20px 0;
        }
            #description .images li.browser {
                padding: 59px 0 20px 0;
                background: url(../images/live/browser.png) no-repeat 0 0;
            }

        #description .images img {
            padding: 0 0 16px 0;
        }

        #description .images span {
            display: block;
            overflow: hidden;
            height: 13px;

            background: url(../images/live/images.png) repeat-x 0 -280px;
            text-indent: -9999px;
        }


.columns {
    overflow: hidden;
}

    .columns .primary {
        overflow: hidden;
        position: relative;
    }

    .columns .primary .close,
    a.btn-close {
        overflow: hidden;
        position: absolute;
        width: 28px;
        height: 27px;
        top: 45px;
        right: 10px;

        background: url(../images/live/images.png) no-repeat -326px -726px;
        text-indent: -9999px;
    }
        a.btn-close {
            top: 90px;
        }

    .columns .links {
        float: right;
        position: relative;
        width: 400px;
        height: 509px;
        margin: 0 0 0 50px;

        background: url(../images/live/images.png) no-repeat 0 -2230px;
    }

        .columns .links a {
            position: absolute;
            overflow: hidden;
            width: 18px;
            height: 15px;

            top: 112px;
            left: 17px;
            
            background: url(../images/live/images.png) no-repeat -232px -329px;
            text-indent: -9999px;
        }
            .columns .links a:hover { background-position: -272px -329px; }

            .en-US .columns .links a {
                width: 36px;
                height: 32px;
                top: 26px;
                left: 56px;
                background-position: -230px -495px;
            }
                .en-US .columns .links a:hover {
                    background-position: -290px -495px;
                }


            .columns .links a.news { 
                left: 41px;
                top: 34px;
                width: 64px;
                height: 16px;
                background-position: -316px -328px;
            }
                .columns .links a.news:hover { background-position: -406px -328px; }
                .en-US .columns .links a.news {
                    width: 40px;
                    height: 14px;
                    left: 346px;
                    top: 421px;
                    
                    background-position: -478px -504px;
                }
                    .en-US .columns .links a.news:hover { background-position: -548px -504px; }
                
            .columns .links a.blog {
                left: 349px;
                top: 420px;
                width: 36px;
                height: 14px;
                background-position: -495px -328px;
            }
                .columns .links a.blog:hover { background-position: -555px -328px; }
                .en-US .columns .links a.blog {
                    top: 114px;
                    left: 10px;
                    
                    width: 31px;
                    height: 12px;

                    background-position: -356px -505px;
                }
                    .en-US .columns .links a.blog:hover { background-position: -416px -505px; }

            .columns .links a.contacts {
                left: 69px;
                top: 220px;
                width: 266px;
                height: 56px;
                background-position: -231px -359px;
            }
                .columns .links a.contacts:hover { background-position: -231px -417px; }
                .en-US .columns .links a.contacts {
                    left: 38px;
                    top: 220px;
                    
                    width: 328px;
                    height: 56px;
                    
                    background-position: -227px -536px;
                }
                    .en-US .columns .links a.contacts:hover { background-position: -227px -595px; }


            .columns .links a.projects {
                left: 80px;
                top: 215px;
                width: 241px;
                height: 61px;
                background-position: -358px -935px;
            }
                .columns .links a.projects:hover { background-position: -358px -1022px; }
                .en-US .columns .links a.projects {
                    left: 65px;
                    top: 215px;

                    width: 280px;
                    height: 61px;

                    background-position: -319px -765px;
                }
                    .en-US .columns .links a.projects:hover { background-position: -319px -845px; }


            .columns .links a.articles {
                left: 40px;
                top: 33px;
                width: 65px;
                height: 18px;
                background-position: -231px -666px;
            }
                .columns .links a.articles:hover { background-position: -331px -666px; }
                .en-US .columns .links a.articles {
                    width: 49px;
                    height: 11px;
                    left: 342px;
                    top: 422px;

                    background-position: -424px -670px;
                }
                    .en-US .columns .links a.articles:hover { background-position: -499px -670px; }

    .columns .navigation {
        width: auto;
    }


#more_info {
    clear: both;
    margin: 30px 0 0 0;
    padding: 10px 0 0 0;
    
    border-top: 1px solid #7B7B7B;
}

    #more_info ul {
        overflow: hidden;
    }

    #more_info li {
        float: left;
        width: 30%;
        margin-right: 3%;
    }

    #more_info h4 {
        padding: 0 0 10px 0;
        font-size: 16px;
    }

    #more_info a {
       text-decoration: none;
    }
        #more_info a:hover {
           text-decoration: underline;
        }

#clients {
    overflow: hidden;
    padding: 15px 0;
}

    #clients li {
        float: left;
        margin: 0 3px 12px 0;
    }

    #clients h5 {
        display: none;
    }

/* Headers */
.title {
    overflow: hidden;
    width: 276px;
    height: 85px;
    margin: 10px 0 15px 0;

    background: url(../images/live/images.png) no-repeat 0 -1769px;
    text-indent: -9999px;
}
    .en-US .title {
        width: 195px;
        background-position: 0 -1123px;
    }

    .title.articles {
        width: 245px;
        background-position: 0 -1905px;
    }
        .en-US .title.articles {
            width: 290px;
            background-position: 0 -1255px;
        }

    .title.archive {
        width: 207px;
        background-position: 0 -2129px;
    }
        .en-US .title.archive {
            width: 261px;
            background-position: 0 -2021px;
        }

    .title.clients {
        width: 295px;
        background-position: -303px -2021px;
    }
        .en-US .title.clients {
            width: 260px;
            background-position: -303px -2129px;
        }

    .title.about {
        width: 250px;
        background-position: 0 -1376px;
    }
        .en-US .title.about {
            width: 255px;
            background-position: 0 -726px;
        }

    .title.services {
        width: 242px;
        background-position: 0 -1497px;
    }
        .en-US .title.services {
            width: 299px;
            background-position: 0 -847px;
        }

    .title.team {
        width: 172px;
        background-position: 0 -1635px;
    }
        .en-US .title.team {
            width: 328px;
            background-position: 0 -985px;
        }

    .title.request {
        width: 378px;
        background-position: 0 -2775px;
    }
        .en-US .title.request {
            width: 534px;
            background-position: 0 -2882px;
        }

    .title.contacts {
        width: 336px;
        background-position: 0 -3087px;
    }
        .en-US .title.contacts {
            width: 345px;
            background-position: 0 -2985px;
        }


/* Forms */
#form {
    padding-bottom: 10px;
}

    #form legend {
        display: none;
    }

    #form li {
        padding-bottom: 13px;
    }

    #form li input,
    #form li textarea {
        width: 95%;
        padding: 7px 10px;

        border: 1px solid #CDCDCD;
        font-size: 13px;
    }

    #form li textarea {
        height: 60px;
    }

    #form li.file {
        overflow: hidden;
        padding-bottom: 7px;
    }

    #form li.file strong {
        width: 50%;
        float: left;
        padding: 7px 10px;
        margin-right: 5px;
        background: white;
        border: 1px solid #CDCDCD;
        color: #A8A8A8;
    }

    #form li.file object {
        float: left;
    }

    #form li.file .uploadifyQueue {
        clear: both;
        padding: 5px 0;
    }

    #form #filter {
        position: relative;
        top: auto;
        left: auto;
    }

        #form #filter ul {
            position: absolute;
            overflow: hidden;
            width: 95%;
            padding: 5px 0 0 0;
            
            border: 1px solid #CDCDCD;
            border-top: none;
            background: white;
        }

        #form #filter a {
            width: 95%;
            padding: 7px 10px;
            background: white;
            border: 1px solid #CDCDCD;
            color: #2F2F2F;
            text-transform: none;
            font-size: 13px;
        }

        #form #filter ul a {
            display: block;
            width: auto;
            padding: 7px 10px;
            color: black;
            border: none;
        }
            #form #filter ul a:hover {
                background: #E4E4E4;
                color: #666;
            }

            #form #filter ul li.selected a {
                color: #999;
            }

        #form #filter ul li {
            padding: 0;
        }

        #form #filter span {
            border: none;
            background-position: -141px -40px;
        }

    #form button {
        padding: 0 7px;
        border: none;
        color: white;
        cursor: pointer;
        background: black;
        text-transform: uppercase;
        font-size: 14px;
    }

    #form button span {
        display: block;
        overflow: hidden;
        width: 61px;
        height: 28px;
        background: url(../images/live/images.png) no-repeat -358px -1112px;
        text-indent: -9999px;
    }
        .en-US #form button span {
            width: 37px;
            background-position: -438px -1112px;
        }


#googlemap {
    padding: 3px 0 3px 25px;
    background: url(../images/live/images.png) no-repeat -576px -50px;
    line-height: 22px;
    text-decoration: none;
    text-transform: uppercase;
}

/* Team */
#team {
    overflow: hidden;
    clear: both;
    margin: 40px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px solid #7B7B7B;
}

    #team ul {
        overflow: hidden;
    }

    #team li {
        float: left;
        width: 108px;
        height: 140px;
        margin: 0 20px 10px 0;
        
        text-align: center;
    }

/* List */
#list {
    overflow: hidden;
    padding: 30px 0 20px 0;
}

    #list ul {
        position: relative;
    }

        #list ul li {
            overflow: hidden;
            padding-bottom: 20px;
        }

        #list ul .preview {
            float: left;
            padding: 0 10px 10px 0;
        }

        #list ul h3 {
            padding-bottom: 7px;
        }

            #list ul h3 a {
                font-size: 16px;
                text-decoration: none;
            }
                #list ul h3 a:hover {
                    text-decoration: underline;
                }


/* Go TOP button */
#button-gotop {
    display: none;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background: url(../images/live/arrow.png) no-repeat center center;
    text-indent: -9999px;
}

/* Text boxes */
.text {
    line-height: 18px;
    overflow: hidden;
    color: #333;
}

    .text a {
        color: #333;
        text-decoration: underline;
    }
        .text a:hover {
            text-decoration: none;
        }

    .text strong {
        font-weight: bold;
    }

    .text em {
        font-style: italic;
    }

    .text ul,
    .text ol {
        padding: 3px 0 3px 5px;
    }

        .text ol li {
            list-style: decimal;
            list-style-position: inside;
        }

        .text ul li {
            list-style: disc;
            list-style-position: inside;
            padding: 0 0 7px 13px;
        }

    .text p {
        padding-bottom: 7px;
    }

    .text h1,
    .text h2,
    .text h3,
    .text h4,
    .text h5,
    .text h6 {
        line-height: normal;
        font-size: 14px;
        padding-bottom: 15px;
        color: black;
    }

    .text h1 {
    }

    .text h2 {
        font-size: 26px;
    }

    .text h3 {
    }

    .text h4 {
    }

    .text h5 {
    }

    .text h6 {
    }

    .text .preview {
        float: left;
        overflow: hidden;
        padding: 0 20px 20px 0;
    }
