/*
    brand new omedia.ge
    (c) 2012
*/


/*@import url(http://reset5.googlecode.com/hg/reset.min.css);*/
@font-face {
    font-family: 'RioniVera';
    src: url('fonts/bpg_rioni_vera-webfont.eot');
    src: url('fonts/bpg_rioni_vera-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bpg_rioni_vera-webfont.woff') format('woff'),
         url('fonts/bpg_rioni_vera-webfont.ttf') format('truetype'),
         url('fonts/bpg_rioni_vera-webfont.svg#RioniVera') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    background: #fbf5a1;
    font-family: Arial, Sylfaen, sans-serif;
    font-size: 14px;
    line-height: 140%;
    color: #18160e;
    min-width: 470px;
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
    .clearfix:after { clear: both; }
    .clearfix { zoom: 1; }

::selection {
    background: #db6523;
}

a {
    text-decoration: none;
    -webkit-transition: color .25s linear;
    transition: color .25s linear;
}
    a:hover {
        text-decoration: underline;
    }

.center {
    text-align: center;
}
.hidden {
    display: none;
}

.wrapper_body_clouds {
    background: url(../images/bg_clouds.jpg) repeat-x top center;
}
    .wrapper_body_objects {
        background: url(/images/bg_top_objects_new.png) no-repeat top center;
    }
    .wrapper_lang {
	    background: url(../images/curl_eng.png) no-repeat top right;
    }
    	.eng .wrapper_lang {
	    	background: url(../images/curl_geo.png) no-repeat top right;
    	}
    .wrapper_inner {
        min-height: 770px; /* was 800px */
        width: 900px;
        margin: 0 auto;
    }
    
.wrapper_footer_earth {
    background: url(../images/bg_earth.jpg) repeat-x bottom center;
}
    .wrapper_footer_objects {
        background: url(../images/bg_bottom_objects.png) no-repeat bottom center;
    }
    .wrapper_footer_objects.opened {
        background-position: top center;
    }
    .wrapper_footer {
        height: 391px;
        position: relative;
        width: 900px;
        margin: 0 auto;
    }
.wrapper_secret_water {
    background: url(../images/bg_water.jpg) repeat-x bottom center;
    display: none;
}
    .wrapper_secret_objects {
        background: url(../images/bg_secret_objects.png) no-repeat bottom center;
        height: 400px;
    }
#lang_link {
    position: absolute;
    top: 37px;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    text-indent: -5000px;
}





.header {
    position: relative;
    height: 152px;
}
    .header .logo {
        display: block;
        position: absolute;
        top: 25px; left: 7px;
        width: 121px;
    }
    .header .logo a {
        display: block;
        width: 101px;
        height: 102px;
        text-indent: -2000px;
        background: url(/images/logo_geo_new.png) no-repeat 0 0;
    }
        .eng .header .logo a {
            background-image: url(../images/logo_eng_new.png);
        }
        .header .logo a:hover {
            background-position: top right;
        }
        
    .header nav {
        position: absolute;
        top: 0; left: 123px;
        width: 790px;
        height: 180px;
        overflow: hidden;
    }
    	.header nav .mainmenu {
	    	width: 800px;
    	}
        .header nav .mainmenu li {
            float: left;
        }
            .header nav .mainmenu li a {
                display: block;
                line-height: 100px;
                font-size: 19px;
                text-shadow: 1px 1px 2px rgba(143,53,2,0.6);
                color: #fff;
                text-decoration: none;
                font-family: RioniVera, sans-serif;
                padding: 25px 14px 0;
                -webkit-transition: background-color .25s linear;
                transition: background-color .25s linear;
            }
                .header nav .mainmenu li a:hover,
                .header nav .mainmenu li.active a {
                    background-color: #db6523;
                    color: #fbf5a1;
                }
                .header nav section .mainmenu li a {
                    padding-top: 20px;
                    line-height: 85px;
                }
    .eng .header nav {
        left: 144px;
    }
        .eng .header nav .mainmenu li a {
            padding-left: 28px;
            padding-right: 28px;
        }
        
    .header nav .submenu {
        position: absolute;
        width: 760px;
        top: 115px;
        left: 0;
    }
        .header nav .submenu li {
            float: right;
        }
        .header nav .submenu li a {
            display: block;
            text-align: center;
            line-height: 37px;
            font-size: 15px;
            text-decoration: none;
            font-family: RioniVera, sans-serif;
            color: #fff;
            text-shadow: 1px 1px 2px rgba(143,53,2,0.6);
            padding: 0 15px;
            margin-right: 5px;
        }
            .header nav .submenu li:last-child a { border-right: 0 none; }            
        
        .header nav .submenu li a:hover,
        .header nav .submenu li.active a {
            background: url(../images/submenu_bg.png);
            color: #b0480e;
            text-shadow: none;
        }

.content {
    padding: 20px 20px 0;
}



.wrapper_footer .fb_like {
    position: absolute;
    top: 105px;
    opacity: .6;
    font-size: 26px;
}
    .wrapper_footer .fb_like:hover {
        opacity: .9;
    }
    .wrapper_footer .fb_like iframe {
        vertical-align: middle;
    }
    .wrapper_footer .fb_like a {
        vertical-align: baseline;
        color: #8f9728;
    }
        .wrapper_footer .fb_like a:hover {
            color: #db6523;
            text-decoration: none;
        }

.footer {
    position: absolute;
    width: 100%;
    bottom: 0; left: 0;
    color: #abb051;
    font-size: 12px;
}
    .footer small {
        display: block;
        font-size: 12px;
    }
    .footer a {
        color: #abb051;
        text-decoration: none;
    }
        .footer a:hover {
            text-decoration: underline;
        }
    .footer .left {
        float: left;
    }
    .footer .right {
        float: right;
        text-align: right;
        padding-bottom: 30px;
    }

    .footer #secret_opener {
        display: block;
        background: url(../images/andadasi.png) no-repeat top left;
        width: 20px;
        height: 10px;
        float: left;
        margin: 15px 0 0 100px;
        text-indent: -5000px;
        -moz-opacity: .20;
        filter: alpha(opacity=20);
        opacity: .20;
    }
        .footer #secret_opener:hover {
            -moz-opacity: 1;
            filter: alpha(opacity=100);
            opacity: 1;
        }



/*  404 */

.page404 .wrapper_body_objects {
    background: none;
}
.page404 .wrapper_footer_earth {
    display: none;
}
.page404 .header {
    display: none;
}

.page404 h1 {
    text-align: center;
    font-size: 370px;
    line-height: 100%;
    font-family: Consolas, "Courier New", monospace;
    font-weight: normal;
    color: #fbf5a1;
    opacity: 0.5;
}



.backlink {
    margin-top: -5px;
    margin-bottom: 10px;
}
    .backlink a {
        color: #db6523;
    }

h1 {
    font-family: RioniVera, sans-serif;
    font-weight: normal;
    font-size: 30px;
    line-height: 100%;
    color: #585C00;
    margin-bottom: 30px;
    position: relative;
}
    h1 .fb-like {
        top: -5px;
        position: absolute;
        right: 0;
    }
h2 {
    font-family: RioniVera, sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 100%;
    color: #585C00;
    margin-bottom: 10px;
}

.text_content p {
    margin-bottom: 20px;
    text-align: justify;
}
    .text_content a {
        color: #db6523;
    }
    
    
    

/*  home    */
.home_slider_container {
    margin-bottom: 30px;
    height: 350px;
    width: 860px;
    position: relative;
}
    .home_slider_container .home_slider {
        width: 100%;
        height: 350px;
        position: relative;
        overflow: hidden;
    }
    .home_slider_container .home_slider .items {
        width: 2000em;
        position: absolute;
        top: 0; left: 0;
    }
        .home_slider_container .slide {
            width: 860px;
            height: 350px;
            background-repeat: no-repeat;
            color: #fff;
            float: left;
            position: relative;
            cursor: default;
        }
        .home_slider_container .slide .title {
            font-family: RioniVera, sans-serif;
            font-weight: normal;
            font-size: 35px;
            line-height: 100%;
            display: block;
            width: 400px;
            padding: 30px 0 0 30px;
        }
        .home_slider_container .slide .body {
            font-size: 14px;
            line-height: 140%;
            width: 400px;
            display: block;
            padding: 30px 0 0 30px;
        }
        .home_slider_container .slide .actions {
            display: block;
            position: absolute;
            bottom: 27px; left: 27px;
            width: 700px;
        }
            .home_slider_container .slide .actions span {
                display: block;
                float: left;
                margin-right: 10px;
                padding-top: 6px;
            }
            .home_slider_container .slide .actions a {
                display: block;
                float: left;
                margin: 0 10px 0 0;
                padding: 6px 10px 9px;
                text-align: center;
                font-family: RioniVera, sans-serif;
                color: #473a18;
                font-size: 16px;
                text-shadow: -1px -1px 0 #eae488;
                background: #cbd262;
                border-radius: 5px;
                box-shadow: 0 0 3px rgba(0,0,0,0.5), 0 2px 3px rgba(0,0,0,0.5);
                background: -moz-linear-gradient(top,  #cbd262 0%, #d8a542 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbd262), color-stop(100%,#d8a542));
                background: -webkit-linear-gradient(top,  #cbd262 0%,#d8a542 100%);
                background: -o-linear-gradient(top,  #cbd262 0%,#d8a542 100%);
                background: -ms-linear-gradient(top,  #cbd262 0%,#d8a542 100%);
                background: linear-gradient(to bottom,  #cbd262 0%,#d8a542 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbd262', endColorstr='#d8a542',GradientType=0 );
            }
                .home_slider_container .slide .actions a:hover {
                    background: #efe457;
                    background: -moz-linear-gradient(top,  #efe457 0%, #feaf32 100%);
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efe457), color-stop(100%,#feaf32));
                    background: -webkit-linear-gradient(top,  #efe457 0%,#feaf32 100%);
                    background: -o-linear-gradient(top,  #efe457 0%,#feaf32 100%);
                    background: -ms-linear-gradient(top,  #efe457 0%,#feaf32 100%);
                    background: linear-gradient(to bottom,  #efe457 0%,#feaf32 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe457', endColorstr='#feaf32',GradientType=0 );
                    text-decoration: none;
                }
                .home_slider_container .slide .actions a:active {
                    box-shadow: 0 0 3px rgba(0,0,0,0.5), 0 1px 2px rgba(0,0,0,0.5);
                }
    

        .home_slider_container .slide-smb {
            background-image: url('../images/front-splash/smb.jpg?v=1');
            background-size: contain;
            position: relative;
        }
        .home_slider_container .slide-smb a {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            text-indent: -4000px;
        }
        
        .home_slider_container .slide-web {
            background-image: url(../images/front-splash/web.jpg);
        }
        .home_slider_container .slide-web .body,
        .home_slider_container .slide-web .actions { color: #652a0c; }
        
        .home_slider_container .slide-drupal {
            background-image: url(../images/front-splash/drupal.jpg);
        }
        .home_slider_container .slide-drupal .title { line-height: 130%; }
        .home_slider_container .slide-drupal .title span { font-size: 72px; }
        .home_slider_container .slide-drupal .body,
        .home_slider_container .slide-drupal .actions { color: #94cbff; }
        
        .home_slider_container .slide-mobile {
            background-image: url(../images/front-splash/mobile.jpg);
        }
        .home_slider_container .slide-mobile .title { width: 300px; }
        .home_slider_container .slide-mobile .body,
        .home_slider_container .slide-mobile .actions { color: #bbffbe; width: 300px; }
        
        .home_slider_container .slide-combox {
            background-image: url(../images/front-splash/combox.jpg);
        }
        .home_slider_container .slide-combox .title { height: 90px; text-indent: -2000em; }
        .home_slider_container .slide-combox .body { color: #0e3e69; }
        .home_slider_container .slide-combox .actions a {
            background: #7abcff;
            background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee));
            background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%);
            background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%);
            background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%);
            background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
            text-shadow: none;
            color: #1b324e;
        }
            .home_slider_container .slide-combox .actions a:hover,
            .home_slider_container .slide-combox .actions a:active { text-shadow: -1px -1px 0 #eae488; color: #473a18; }
        
        .home_slider_container .nav {
            display: block;
            width: 38px;
            height: 38px;
            position: absolute;
            top: 155px;
            background: url(../images/arrows_front.png) no-repeat 0 0;
            cursor: pointer;
        }
            .home_slider_container .nav.prev { left: -45px; background-position: 0 0; }
                .home_slider_container .nav.prev:hover { background-position: 0 -38px; }
                .home_slider_container .nav.prev:active { background-position: 0 -76px; }
            .home_slider_container .nav.next { right: -45px; background-position: -38px 0; }
                .home_slider_container .nav.next:hover { background-position: -38px -38px; }
                .home_slider_container .nav.next:active { background-position: -38px -76px; }


.home_jobs {
    background:rgba(237, 128, 46, 0.15);
    padding: 10px 10px 13px;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
    border-top:1px solid #ed802e;
    border-bottom:1px solid #ed802e;
    font-family: RioniVera, sans-serif;
    font-size: 17px;
}
    .home_jobs strong {
        font-weight: normal;
        color: #585C00;
    }
    .home_jobs a {
        color: #585C00;
        text-decoration: underline;
    }


.home_portfolio {
    width: 550px;
    float: left;
}
    .home_portfolio h2 {
        margin-bottom: 20px;
        margin-right: 16px;
        text-align: center;
    }
    .home_portfolio ul {
        list-style: none outside none;
    }
        .home_portfolio ul:hover li {
            opacity: 0.6;
        }
    .home_portfolio li {
        width: 259px;
        height: 120px;
        margin-right: 16px;
        float: left;
        text-align: center;
        font-size: 12px;
        line-height: 120%;
        -webkit-transition: opacity .3s ease-out;  
        -moz-transition: opacity .3s ease-out;  
        -o-transition: opacity .3s ease-out;  
        transition: opacity .3s ease-out;  
    }
        .home_portfolio li:hover {
            opacity: 1 !important;
        }
        .home_portfolio li a {
            color: #be4b0a;
        }
            .home_portfolio li a:hover {
                text-decoration: none;
                color: #aa3000;
            }
        .home_portfolio li img {
            display: block;
            padding-bottom: 5px;
        }
    .home_portfolio .full_link {
        color: #585C00;
    }


.home .home_social {
    float: right;
}
    .home .home_social .fb-like-box {
        background: #FCF8BF;
    }
    .home .home_social h2 {
        margin-bottom: 20px;
        text-align: center;
        color: #DB6523;
    }

.home .home_aside {
    float: right;
    width: 310px;
}
    .home .home_blog {
        padding: 7px 15px 15px;
        /*background: url(../images/bg_clouds.jpg) no-repeat -365px -230px;*/
        background: rgba(237, 128, 46, 0.15);
        overflow: hidden;
        height: 182px;
        margin-bottom: 13px;
        position: relative;
        color: #6e2b0e;
        border-top: 1px solid #ed802e;
    }
    .home .home_blog .cover {
        display: block;
        height: 50px;
        width: 100%;
        position: absolute;
        bottom: 0; left: 0;
        background: url(../images/home_blog_cover.png) repeat-x bottom left;
    }
    .home .home_blog h3 {
        margin-bottom: 8px;
        font-size: 18px;
        font-weight: normal;
        line-height: 130%;
        color: #aa3000;
    }
    .home .home_blog h3 a {
        color: #585C00;
    }
    
    .home .blog_h2 {
        margin-bottom: 0;
        font-size: 14px;
        text-align: center;
    }


.home .home_clients {
    
}
    .home .home_clients h2 {
        text-align: center;
        margin-bottom: 20px;
    }
    .home .home_clients ul {
        width: 310px;
        height: 142px;
        list-style: none outside none;
        position: relative;
        margin-top: -22px;
    }
    .home .home_clients ul li {
        position: absolute;
        top: 0; left: 0;
        text-align: center;
        width: 100%;
        display: none;
    }
    .home .home_clients ul li img {
        height: 130px;
    }





/*  portfolio   */
.portfolio {
    
}
    .portfolio_listing {
        list-style: none outside none;
        padding-top: 10px;
        margin: 0 -20px;
    }
    .portfolio_listing li {
        float: left;
        width: 33.333333%;
        padding-bottom: 20px;
        height: 140px;
        -webkit-transition: opacity .3s ease-out;  
        -moz-transition: opacity .3s ease-out;  
        -o-transition: opacity .3s ease-out;  
        transition: opacity .3s ease-out;  
    }
    .portfolio_listing:hover li {
	    opacity: 0.6;
    }
    .portfolio_listing li:hover {
	    opacity: 1 !important;
    }
        .portfolio_listing li a {
            display: block;
            padding: 20px 10px 10px 9px;
            text-align: center;
            color: #b18246;
            text-decoration: none;
            font-family: RioniVera, sans-serif;
        }
            .portfolio_listing li a:hover {
                color: #DB6523;
            }
            .portfolio_listing li a:hover img {
                
            }
        .portfolio_listing li a img {
            display: block;
            margin: 0 auto 5px;
            border: 1px solid #fbf5a1;
        }
            .portfolio_listing li a:hover img {
                border-color: #fff;
            }
        .portfolio_listing li a span {
            
        }
            .portfolio_listing li a:hover span {
                
            }
    
    .portfolio p.image {
        text-align: center;
        margin-top: 30px;
    }
        .portfolio p.image img {
            box-shadow: 0 0 5px rgba(0,0,0,0.5);
        }
        .portfolio img.noglow {
            box-shadow: none !important;
        }
        
        .portfolio p.image.two_imgs img {
            width: 46%;
            margin: 0 2%;
            float: left;
            display: block;
        }
        .portfolio p.image.three_imgs img {
            width: 31.33333333333333%;
            margin: 0 1%;
            float: left;
            display: block;
        }
    
    .portfolio header {
        text-align: center;
    }
    
    .portfolio .item-meta {
        background-color: #fcf6ca;
        background-repeat: no-repeat;
        background-position: right center;
        background-size: contain;
        padding: 20px;
        margin-left: 50px;
        margin-right: 50px;
        color: #868916;
        text-align: left;
        margin-bottom: 30px;
        position: relative;
    }
        .portfolio .item-meta .fb-like {
            position: absolute;
            top: 30px;
            right: 265px;
        }
        .portfolio .item-meta strong {
            display: block;
            padding-bottom: 3px;
            font-weight: normal;
        }
            .portfolio .item-meta strong a {
                font-weight: bold;
            }
    
    
    .portfolio-nav-top {
        position: relative;
        background: red;
    }
        .portfolio-nav-top a {
            display: block;
            position: absolute;
            width: 55px;
            height: 55px;
            top: -20px;
            background: url(../images/bg_top_objects.png) no-repeat 0 -500px;
            opacity: 0.7;
        }
            .portfolio-nav-top a:hover {
                background-position: center center;
                opacity: 1;
            }
        .portfolio-nav-top a span {
            display: block;
            width: 55px;
            height: 55px;
            text-indent: -5000em;
            background: url(../images/portfolio_arrows.png) no-repeat top left;
        }
        .portfolio-nav-top a.prev {
            left: -75px;
        }
        .portfolio-nav-top a.next {
            right: -75px;
        }
            .portfolio-nav-top a.next span {
                background-position: top right;
            }
    
    .portfolio-nav {
        text-align: center;
        font-size: 30px;
        margin-bottom: -20px;
        margin-top: 50px;
    }
        .portfolio-nav a {
            width: 50%;
            float: left;
            color: #909726;
            padding: 10px 0;
        }
            .portfolio-nav.single a {
                width: 100%;
            }
            .portfolio-nav a:hover {
                text-decoration: none;
                color: #db6523;
            }
        .portfolio-nav img {
            width: 100px;
            margin: 5px;
            vertical-align: middle;
            opacity: .7;
            -webkit-transition: opacity .25s linear;
        }
            .portfolio-nav a:hover img {
                opacity: 1;
            }

    .portfolio del {
        text-decoration: none;
    }


/*  portfolio slider    */
.portfolio_slider_container {
    width: 100%;
    margin-bottom: 30px;
}
    .portfolio_slider_container .portfolio_slider {
        width: 100%;
        height: 350px;
        position: relative;
        overflow: hidden;
        /*background: url(../images/portfolio-slider-bg-full.png) no-repeat top center;*/
    }
    .portfolio_slider_container .portfolio_slider_nav {
        text-align: center;
    }
        .portfolio_slider_container .portfolio_slider_nav li {
            display: inline-block;
            font-family: RioniVera, sans-serif;
            color: #fbf19d;
            padding: 6px 12px 8px 12px;
            cursor: pointer;
            margin: 0 2px;
            border-top: 1px solid #db6523;
            font-size: 15px;
            background: #db6523;
        }
        .portfolio_slider_container .portfolio_slider_nav li:hover,
        .portfolio_slider_container .portfolio_slider_nav li.current {
            background: #fcf9e6;
            color: #db6523;
            border-color: #db6523;
        }
    .portfolio_slider .items {
        width: 2000em;
        position: absolute;
        top: 0; left: 0;
    }
    .portfolio_slider .items .slide {
        width: 860px;
        height: 290px;
        float: left;
        text-align: center;
        padding-top: 20px;
    }
    .portfolio_slider .items .slide img {
        box-shadow: 0 0 5px rgba(0,0,0,0.5);
        cursor: pointer;
        max-width: 785px;
        height: auto;
    }
    .portfolio_slider .items .slide img.mobile {
        box-shadow: none !important;
        max-width: 380px;
    }



/*  portfolio iphone    */
.port_iphone {
    width: 342px;
    height: 746px;
    background: url(../images/iphone.png) no-repeat top left;
    margin: 0 auto 20px;
}
    .port_iphone_container {
        top: 104px;
        left: 29px;
        width: 284px;
        height: 503px;
        overflow: hidden;
        position: relative;
    }
    .port_iphone_content {
        position: absolute;
    }
    .port_iphone_content img {
        width: 100%;
        height: auto;
    }


/*  studio  */

.studio.about {
    background: url(../images/bg_about.png) no-repeat 723px 15px;
}
    .studio.about h1 .fb-like {
        right: 35px;
        top: 17px;
    }
    .studio.about .first {
        margin-right: 170px;
    }
    .studio.about .second {
        margin-right: 145px;
    }
    .studio.about .third {
        margin-right: 110px;
    }
    .studio.about .fourth {
        margin-right: 120px;
    }

.list-services {
    list-style: none outside none;
    font-family: RioniVera, sans-serif;
    margin-right: 120px;
    margin-bottom: 30px;
}
    .list-services li {
        float: left;
        width: 29.33333%;
        padding: 2% 2%;
        text-align: center;
        font-size: 18px;
        line-height: 150%;
        color: #DB6523;
    }


.studio.vision {
    background: url(../images/bg_vision.png) no-repeat 50% 160px;
}

.eng .studio.vision {
    line-height: 160%;
}

.vision .row {
    margin-top: 20px;
}
    .vision h2 {
        color: #DB6523;
    }
    .vision .row2 {
        margin-bottom: 20px;
    }
    .vision .cell {
        width: 33%;
    }
    .vision .cell.left {
        float: left;
    }
        .vision .cell.left p {
            text-align: left;
        }
    .vision .cell.right {
        float: right;
    }
        .vision .cell.right p,
        .vision .cell.right h2 {
            text-align: right;
        }

.studio.jobs {
    background: url(../images/bg_jobs.png) no-repeat 630px 15px;
}
    .studio.jobs h1 .fb-like {
        right: 25px;
    }
    .studio.jobs .first {
        margin-right: 250px;
    }
    .studio.jobs .second {
        margin-right: 270px;
    }
    .studio.jobs .third {
        margin-right: 170px;
    }
    .studio.jobs .list {
        margin-left: 40px;
        margin-bottom: 20px;
        list-style-type: circle;
        margin-top: -10px;
    }

    .studio.jobs .vacancy {
        background: #fcf8bf;
        margin-right: 270px;
        margin-bottom: 20px;
        font-size: 13px;
        padding: 15px 20px 1px 20px;
        margin-left: -20px;
        border-left: 0 none;
        color: #31301d;
    }
        .studio.jobs .vacancy p {
            text-align: left;
        }
        .studio.jobs .vacancy h2 span {
            color: #DB6523;
        }
        .studio.jobs .vacancy h2 {
            margin-bottom: 20px;
        }
    

/*  firsts  */
.firsts {

}
    .firsts .section {
    
    }
    .firsts .section h2 {
        color: #db5b13;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .firsts .section p {
        text-align: left;
    }
    .firsts .section img {
        display: block;
    }


    .firsts .drupal {
        margin-top: 50px;
    }
    .firsts .drupal img {
        float: left;
        margin-left: -33px;
    }
    .firsts .drupal h2,
    .firsts .drupal p {
        margin-left: 460px;
    }

    .firsts .html5 {
        margin-top: 0px;
    }
    .firsts .html5 img {
        float: right;
        margin-right: 90px;
        margin-top: -10px;
    }
    .firsts .html5 h2,
    .firsts .html5 p {
        margin-left: 30px;
        margin-right: 380px;
    }
    .firsts .html5 h2 {
        margin-top: 65px;
    }
    
    
    .firsts .facebook img {
        float: left;
        margin-left: 70px;
        margin-top: -60px;
    }
    .firsts .facebook h2,
    .firsts .facebook p {
        margin-left: 380px;
        margin-right: 50px;
    }
    .firsts .facebook h2 {
        margin-top: 70px;
    }
    
    .firsts .smm img {
        float: right;
        margin-right: 20px;
        margin-top: 10px;
    }
    .firsts .smm h2,
    .firsts .smm p {
        margin-left: 10px;
        margin-right: 510px;
    }
    .firsts .smm h2 {
        margin-top: 30px;
    }
    
    .firsts .ios img {
        float: left;
        margin-left: 20px;
        margin-top: -15px;
    }
    .firsts .ios h2,
    .firsts .ios p {
        margin-left: 430px;
        margin-right: 20px;
    }
    .firsts .ios h2 {
        margin-top: 100px;
    }
    
    .firsts .valid img {
        float: right;
        margin-right: 20px;
        margin-top: 0;
    }
    .firsts .valid h2,
    .firsts .valid p {
        margin-left: 20px;
        margin-right: 370px;
    }
    .firsts .valid h2 {
        margin-top: 55px;
    }


/*  contact */

.contact .working {
    margin-bottom: 20px;
}
.contact .talking {
    margin-bottom: 30px;
}
.contact #map {
    clear: both;
}
    .contact #map h2 {
        margin-bottom: 20px;
    }

.contact p {
    text-align: left;
}

.contact .working .coords {
    list-style: none outside none;
}
.contact .working .coords li {
    float: left;
}
    .contact .working .coords .phone {
        width: 40%;
    }
    .contact .working .coords .adr {
        width: 33%;
    }
    .contact .working .coords .btn-quote {
        width: 27%;
    }
    
    .contact .working .coords .wrap {
        margin: 0 20px 0 0;
        text-align: center;
        background: #fcf8bf;
        display: block;
        padding: 10px;
        height: 70px;
    }
    .contact .working .coords .phone {
        font-size: 28px;
        line-height: 130%;
    }
        .contact .working .coords .phone .tel {
            display: block;
        }
    .contact .working .coords .adr {
        font-size: 13px;
    }
        .contact .working .coords .adr .wrap {
            padding-top: 15px;
            height: 65px;
        }
        .contact .working .coords .adr .maplink {
            display: block;
            margin-top: 5px;
        }
        .contact .working .coords .adr .maplink:hover {
            text-decoration: none;
        }
        .contact .working .coords .adr .maplink:hover span {
            border-bottom: 1px dashed #db6523;
        }
    .contact .working .coords .btn-quote .wrap {
        margin-right: 0;
        padding-top: 5px;
        height: 75px;
        color: #db6523;
    }
        .contact .working .coords .btn-quote .wrap:hover {
            text-decoration: none;
            background-color: #fff;
        }
        .contact .working .coords .btn-quote .wrap img {
            display: block;
            padding-bottom: 5px;
            margin: 0 auto;
        }

.contact .talking .left {
    margin-right: 330px;
}
.contact .talking .right {
    float: right;
    width: 292px;
}
    .contact .talking .right iframe.fblikebox {
        background: #FCF8BF;
    }    

.contact .talking ul {
    list-style: none outside none;
}
    .contact .talking li {
        padding-left: 20px;
        line-height: 120%;
        margin-bottom: 10px;
    }
    .contact .talking li:before {
        content:"\2013";
        display: block;
        float: left;
        width: 20px;
        margin-left: -20px;
        color: #8f9728;
    } 



/*  brief   */
.briefform h2 {
    color: #DB6523;
    margin-bottom: 20px;
}
.briefform .left {
    width: 48%;
    float: left;
}
.briefform .right {
    width: 48%;
    float: right;
}
.briefform .inputwrap {

}
.briefform .label {
    display: block;
    padding-left: 2px;
    padding-bottom: 3px;
    margin-left: -25px;
}
.briefform .row {
    margin-bottom: 10px;
    padding-left: 25px;
}
.briefform .block {
    background: #FCF8BF;
    padding: 10px 20px 20px;
    border-top: 3px solid #DB6523;
}

.briefform .textinput {
    background: #fff;
    border: 1px solid #cdc868;
    font-size: 13px;
    padding: 7px 10px 10px;
    color: #716e39;
    width: 97%;
    font-family: Arial, Sylfaen, sans-serif;
}
    .briefform .textinput:focus {
        outline: none;
        border-color: #DB6523;
        color: #DB6523;
    }
    .briefform .left .textinput,
    .briefform .right .textinput {
        width: 95%;
    }


.briefform .withdesc .fields {
    display: block;
    float: left;
    width: 68%;
}
.briefform .desc {
    display: block;
    float: right;
    width: 30%;
    margin-top: 18px;
    font-size: 12px;
    color: #716e39;
}

.briefform .chck {
    float: left;
    padding: 5px;
    cursor: pointer;
    color: #716e39;
    margin-right: 15px;
    border: 1px solid #dad79e;
    background: #fcfae2;
    margin-top: 3px;
}
    .eng .briefform .chck {
        font-size: 13px;
    }
    .briefform .chck.checked {
        border-color: #cdc868;
        color: #504d11;
        background: #fff;
    }

.briefform .sitelist {
    margin-top: 15px;
}
    .briefform .sitelist ul {
        margin: 5px 0 0 0;
    }
    .briefform .sitelist li {
        padding-bottom: 5px;
    }
    .briefform .sitelist .num {
        float: left;
        display: block;
        width: 3%;
        color: #cdc868;
        font-size: 20px;
        padding-top: 10px;
    }
    .briefform .sitelist .url {
        float: left;
        display: block;
        width: 30%;
    }
        .briefform .sitelist .url .textinput {
            width: 92%;
        }
    .briefform .sitelist .why {
        float: right;
        display: block;
        width: 67%;
    }
    .briefform .sitelist .head {
        padding-bottom: 0;
    }
    .briefform .sitelist .head .url,
    .briefform .sitelist .head .why {
        font-size: 12px;
        color: #99953f;
    }
    .briefform .sitelist .head .url {
        margin-left: 3%;
    }

    .briefform .submit {
        border-top: 0 none;
        padding-left: 45px;
    }
        .briefform .submit input {
            padding: 7px 10px 10px 10px !important;
            background: #DB6523;
            border: 0 none;
            color: #FCF8BF;
            font-family: RioniVera, sans-serif;
            font-size: 18px;
            display: block;
            float: left;
            cursor: pointer;
            margin-left: 310px !important
        }
        .briefform .submit input:active {
            padding: 9px 8px 8px 12px !important;
        }
        .briefform .loading {
            width: 1px;
            height: 1px;
            margin-top: 8px;
            float: left;
            background: url(../images/loader.gif) no-repeat 50% 1px;
        }
            .briefform .loading.active {
                height: 20px;
                width: 50px;
            }

    .briefform .captcha-row {
        width: 100%;
    }
        .briefform .captcha-row .label {
            padding-bottom: 6px;
        }
        .briefform .captcha-row img {
            float: left;
        }
        .briefform .captcha-row .textinput {
            float: left;
            width: 80px;
            margin-left: 15px;
            margin-top: 20px;
        }
        .briefform .captcha-row .desc {
            float: left;
            width: auto;
            margin-left: 15px;
            margin-top: 26px;
        }
        .briefform .captcha-row .err {
            color: red;
        }
    
    .briefsent {
        text-align: center;
        font-size: 20px;
        line-height: 180%;
        color: #DB6523;
        padding-top: 50px;
        font-family: RioniVera, sans-serif;
        display: none;
    }
        .briefsent img {
            padding-left: 12px;
        }


/*  services    */
.bodyclass-services .header nav .submenu li a {
    padding: 0 8px;
}

.services-list {
    list-style: none outside none;
}
    .services-list li {
        width: 40%;
        float: left;
        text-align: center;
        font-size: 13px;
        line-height: 140%;
        margin-bottom: 35px;
        margin: 0 5% 40px;
        hyphens: none !important;
    }
        .services-list a {
            display: block;
            color: #18160E;
            -webkit-transition: color .3s ease-out;  
            -moz-transition: color .3s ease-out;  
            -o-transition: color .3s ease-out;  
            transition: color .3s ease-out;  
        }
            .services-list a:hover {
                color: #DB6523;
                text-decoration: none;
            }
        .services-list li img {
            display: block;
            margin: 0 auto 5px;
        }



.content.combox {
    background: #fff url(../images/bg_content_white_bottom.png) repeat-x bottom left;
}
.bodyclass-combox .header nav .submenu li a:hover, 
.bodyclass-combox .header nav .submenu li.active a {
    background: #fff;
}
.bodyclass-combox .header nav .submenu li.active a {
    color: #1476ca;
}


.content.social {
    background: #21526e url(../images/bg_content_social_bottom.png) repeat-x bottom left;
}
.bodyclass-social .header nav .submenu li a:hover, 
.bodyclass-social .header nav .submenu li.active a {
    background: #21526e;
}
.bodyclass-social .header nav .submenu li.active a {
    color: #c6d8de;
}



/*  clients */
.clients h1 {
    text-align: center;
    margin-bottom: 50px;
}
.clients h2 {
    color: #DB6523;
    text-align: center;
    border-top: 1px solid #eb6c1d;
}
    .eng .clients h2 {
        font-weight: normal !important;
    }
    .clients h2 span {
        width: auto;
        margin: -12px auto 0;
        display: block;
    }
        .clients h2 span span {
            background: #fbf5a1;
            padding: 0 15px;
            display: inline;
        }
        .clients h2.title_0 span span { background: #f8d882; }
        .clients h2.title_1 span span { background: #fbef9a; }

.clients ul {
    list-style: none outside none;
    margin: 0 -22px 25px -21px;
}
    .clients li {
        float: left;
        border-right: 1px solid #ebc577;
        width: 225px;
        height: 150px;
        margin-bottom: 10px;
    }
        .clients li.item_3,
        .clients li.item_7,
        .clients li.item_11,
        .clients li.item_15,
        .clients li.item_19,
        .clients li.item_23,
        .clients li.item_27 {
            border-right: 0 none;
        }
    .clients li img {
        display: block;
        transition: background-color linear 0.2s;
        -webkit-transition: background-color linear 0.2s;
        -moz-transition: background-color linear 0.2s;
        -o-transition: background-color linear 0.2s;
    }
        .clients li img:hover {
            background-color: #fff;
        }



/*  combox  */
.combox p {
    color: #002b41;
    hyphens: auto;
}
.combox h1 .fb-like {
    top: 26px;
    left: 290px;
}
.combox h2 {
    color: #1677cb;
    margin: 20px 0;
}
.combox header {
    height: 114px;
    background: url(../images/combox_header_bg.png) no-repeat;
    margin-bottom: 25px;
}
    .combox header h1,
    .combox header h2 {
        margin: 0;
        padding: 0;
    }
    .combox header .logo {
        float: left;
        padding-left: 30px;
        padding-top: 20px;
    }
        .combox header .logo img {
            display: block;
        }
    .combox header .info {
        float: right;
        width: 60%;
    }
        .combox header .info img {
            float: right;
            display: block;
            margin: -5px -7px 0 0;
        }
        .combox header .info strong {
            font-weight: normal;
            font-size: 22px;
            display: block;
            float: left;
            padding-top: 50px;
        }

.combox .first {
    margin-bottom: 20px;
    margin-top: 20px;
}
        
.combox .first .left {
    float: left;
    width: 48%;
}
.combox .first .right {
    float: right;
    width: 47%;
}

.combox_slider_container {
    margin-top: 20px;
    height: 274px;
    width: 870px;
    margin-left: -5px;
    background: url(../images/combox_slider_bg.png) no-repeat;
    position: relative;
}
    .combox_slider_container .combox_slider {
        width: 100%;
        height: 215px;
        position: relative;
        overflow: hidden;
        clear: both;
    }
    .combox_slider_container .combox_slider .items {
        width: 2000em;
        position: absolute;
        top: 0; left: 0;
        clear: both;
    }
        .combox_slider_container .combox_slider .slide {
            width: 870px;
            height: 215px;
            float: left;
            background-repeat: no-repeat;
            text-shadow: 1px 1px 0 #fff;
        }
        .combox_slider_container .combox_slider .slide-1 { background-image: url(../images/combox_slider_slide_1.png); }
        .combox_slider_container .combox_slider .slide-2 { background-image: url(../images/combox_slider_slide_2.png); }
        .combox_slider_container .combox_slider .slide-3 { background-image: url(../images/combox_slider_slide_3.png); }
        .combox_slider_container .combox_slider .slide-4 { background-image: url(../images/combox_slider_slide_4.png); }
        .combox_slider_container .combox_slider .slide-5 { background-image: url(../images/combox_slider_slide_5.png); }
        
        .combox_slider_container .combox_slider .slide h3 {
            margin: 20px 0 10px 50px;
            font-size: 30px;
            color: #1677cb;
            font-weight: normal;
            font-family: RioniVera, sans-serif;
            line-height: 100%;
        }
        .combox_slider_container .combox_slider .slide p {
            margin: 0 255px 0 50px;
            text-align: left;
            line-height: 130%;
        }
    
    .combox_slider_footer {
        
    }
        .combox_slider_footer ul {
            list-style: none outside none;
            background: url(../images/combox_slider_pointer.png) no-repeat 10% 0;
            height: 59px;
            -webkit-transition: background-position .5s ease;
        }
            .combox_slider_footer ul.on-0 { background-position: 10% 0; }
            .combox_slider_footer ul.on-1 { background-position: 30% 0; }
            .combox_slider_footer ul.on-2 { background-position: 50% 0; }
            .combox_slider_footer ul.on-3 { background-position: 70% 0; }
            .combox_slider_footer ul.on-4 { background-position: 90% 0; }
        .combox_slider_footer ul li {
            float: left;
            width: 174px;
            height: 59px;
            font-size: 18px;
            cursor: pointer;
            color: #cadee8;
            text-shadow: 1px 1px 1px #005079;
            font-family: RioniVera, sans-serif;
            -webkit-transition: color .2s linear;
            transition: color .2s linear;
        }
        .combox_slider_footer ul li:hover {
            color: #fff;
        }
        .combox_slider_footer ul li.current,
        .combox_slider_footer ul li.current:hover {
            color: #ffeaaa;
        }
            .combox_slider_footer ul li span {
                display: block;
                padding-left: 70px;
                line-height: 59px;
                white-space: nowrap;
            }
            .combox_slider_footer ul li.slide-5 span { padding-left: 61px; }
            .combox_slider_footer ul li.slide-4 span { padding-left: 70px; }
            .combox_slider_footer ul li.slide-3 span { padding-left: 72px; }
            .combox_slider_footer ul li.slide-2 span { padding-left: 80px; }
            .combox_slider_footer ul li.slide-1 span { padding-left: 74px; }
    
    .combox_slider_arrows span {
        display: block;
        width: 22px;
        height: 22px;
        background: url(../images/combox_slider_arrows.png) no-repeat top left;
        cursor: pointer;
        position: absolute;
        top: 89px;
    }
        .combox_slider_arrows span.prev {
            left: 14px;
            background-position: top right;
        }
        .combox_slider_arrows span.next {
            right: 14px;
        }
        .combox_slider_arrows span.prev:hover { background-position: bottom right; }
        .combox_slider_arrows span.next:hover { background-position: bottom left; }

.combox .sumup {
    margin-top: 10px;
    padding-top: 80px;
    background: url(../images/combox_sumup.png) no-repeat top center;
    font-size: 18px;
    color: #002b41;
    font-family: RioniVera, sans-serif;
    text-align: center;
    line-height: 150%;
}

.combox .benefits {
    border-top: 2px dashed #96b0bd;
    border-bottom: 2px dashed #96b0bd;
}   
    .combox .benefits p {
        margin-right: 300px;
    }
    .combox .benefits .right {
        display: block;
        float: right;
        margin-right: -10px;
    }
    .combox .benefits h2 {
        margin-right: 300px;
    }



.combox .calc {
    position: relative;
    margin-top: 30px;
}
.combox .calc h2 {
    margin-right: 160px;
}
.combox .calc .legend {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin: 20px 160px 20px 0;
}
    .combox .calc .legend img {
        vertical-align: middle;
    }
    .combox .calc .legend span {
        color: #ccc;
        margin: 0 10px;
    }

.combox .calc .list {
    margin-right: 160px;
    overflow: hidden;
    text-shadow: 1px 1px 0 #fff;
}
    .combox .calc .list li {
        background: #dcdcdc;
        box-shadow: 0 0 5px #909090;
        border-top: 1px solid #fff;
        padding: 10px 0 12px;
        color: #666;
        text-shadow: none;
    }
        .combox .calc .list li.label {
            font-family: RioniVera, sans-serif;
            font-size: 20px;
            color: #1677CB;
            background: #f3f3f3;
            padding: 15px 0 17px 10px;
        }
        .combox .calc .list li.active {
            background: #d8ecf3;
            color: #002b41;
            text-shadow: 1px 1px 1px #fff;
        }
        .combox .calc .list .onoff {
            width: 50px;
            float: left;
            display: block;
        }
            .combox .calc .list .onoff .checkbox {
                margin: 0 auto;
            }
        .combox .calc .list .title {
            float: left;
            width: 550px;
            padding-top: 5px;
            display: block;
        }
        .combox .calc .list .control {
            float: left;
            width: 100px;
            display: block;
            padding-top: 5px;
        }
            

.combox .calc .total {
    width: 225px;
    height: 364px;
    background: url(../images/combox_total.png) no-repeat top left;
    position: absolute;
    right: -35px;
    top: 50px;
}
    .combox .calc .total .total_inner {
        padding: 0 7px 0 18px;
        text-align: center;
        color: #9bc7de;
    }
    .combox .calc .total .numaffix {
        display: block;
        padding: 10px 0;
        font-size: 18px;
        font-family: RioniVera, sans-serif;
    }
        .combox .calc .total .suffix {
            padding-top: 13px;
        }
    .combox .calc .total .num {
        font-size: 60px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #fff;
        display: block;
        padding: 12px 0 18px;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    }
    .combox .calc .total_thanks {
        padding: 40px 10px 0;
        display: none;
    }
    .combox .calc .total_form {
        padding-top: 11px;
    }
    .combox .calc .total p {
        text-align: center;
        color: #9bc7de;
        line-height: 140%;
        font-size: 12px;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        padding-top: 4px;
        margin-bottom: 5px;
    }
    .combox .calc .total input {
        border: 0 none;
        width: 168px;
        background: #599fc3;
        padding: 5px 5px 8px;
        border-radius: 5px;
        text-align: center;
        border: 1px solid #004e76;
    }
        .combox .calc .total input:focus {
            background: #e3eff5;
            outline: 0 none;
        }
        .combox .calc .total input::-webkit-input-placeholder {
            color: #9bc7de;
        }
        .combox .calc .total input:-moz-placeholder {
            color: #9bc7de;
        }
        .combox .calc .total input:-ms-input-placeholder {
            color: #9bc7de;
        }
    
    .combox .calc .total .send {
        display: block;
        margin: 12px auto 0;
        width: 130px;
        padding: 6px 0 9px;
        text-align: center;
        font-family: RioniVera, sans-serif;
        color: #473a18;
        font-size: 16px;
        text-shadow: -1px -1px 0 #eae488;
        background: #cbd262;
        border-radius: 5px;
        box-shadow: 0 0 3px rgba(0,0,0,0.5), 0 2px 3px rgba(0,0,0,0.5);
        background: -moz-linear-gradient(top,  #cbd262 0%, #d8a542 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbd262), color-stop(100%,#d8a542));
        background: -webkit-linear-gradient(top,  #cbd262 0%,#d8a542 100%);
        background: -o-linear-gradient(top,  #cbd262 0%,#d8a542 100%);
        background: -ms-linear-gradient(top,  #cbd262 0%,#d8a542 100%);
        background: linear-gradient(to bottom,  #cbd262 0%,#d8a542 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbd262', endColorstr='#d8a542',GradientType=0 );
    }
        .combox .calc .total .send:hover {
            background: #efe457;
            background: -moz-linear-gradient(top,  #efe457 0%, #feaf32 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efe457), color-stop(100%,#feaf32));
            background: -webkit-linear-gradient(top,  #efe457 0%,#feaf32 100%);
            background: -o-linear-gradient(top,  #efe457 0%,#feaf32 100%);
            background: -ms-linear-gradient(top,  #efe457 0%,#feaf32 100%);
            background: linear-gradient(to bottom,  #efe457 0%,#feaf32 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe457', endColorstr='#feaf32',GradientType=0 );
            text-decoration: none;
        }
        .combox .calc .total .send:active {
            box-shadow: 0 0 3px rgba(0,0,0,0.5), 0 1px 2px rgba(0,0,0,0.5);
            margin-top: 14px;
        }


    .combox .calc .checkbox {
        display: block;
        width: 34px;
        height: 34px;
        background: url(../images/combox_checkboxes.png) no-repeat 0 0;
        cursor: pointer;
    }
        .combox .calc .checkbox:hover {
            background-position: 0 -34px;
        }
        .combox .calc .checkbox:active {
            background-position: 0 -68px;
        }
        .combox .calc .checkbox.on {
            background-position: -34px 0;
        }
        .combox .calc .checkbox.on:hover {
            background-position: -34px -34px;
        }
        .combox .calc .checkbox.on:active {
            background-position: -34px -68px;
        }
        
            .combox .calc .included .checkbox,
            .combox .calc .included .checkbox:hover,
            .combox .calc .included .checkbox:active,
            .combox .calc .included .checkbox.on:hover,
            .combox .calc .included .checkbox.on:active {
                background: url(../images/combox_checkbox_included.png) no-repeat 0 0;
                background-position: 0 0 !important;
                cursor: default;
            }
    
    .combox .final {
        font-size: 20px;
        color: #1677CB;
        text-align: center;
        margin-right: 160px;
        padding: 30px 0 80px;
    }



/*  social  */
.social p,
.social ul {
    color: #c6d8de;
    hyphens: auto;
}
.social h1 {
    color: #c6d8de;
}
.social .text_content {
    padding-bottom: 50px;
}
.social .text_content .pad {
    padding-left: 50%;
}
.social .text_content ul {
    padding-left: 50px;
    padding-bottom: 20px;
}



/*  drupal  */


.content.drupal {
    background: #24323c url(../images/bg_content_drupal_bottom.png) no-repeat bottom center;
}
    .content.drupal .drupal_wrapper {
        background: url(../images/page_bg_drupal.png) no-repeat top right;
        margin: -20px -20px 0;
        padding: 20px 20px 50px;
    }
.bodyclass-drupal .header nav .submenu li a:hover, 
.bodyclass-drupal .header nav .submenu li.active a {
    background: #24323c;
}
.bodyclass-drupal .header nav .submenu li.active a {
    color: #afbdc7;
}

.drupal_wrapper {
    color: #b8c6d0;
}
    .drupal_wrapper a {
        color: #8fc2e5;
    }
    .drupal_wrapper h1 {
        color: #fff; 
    }
    .drupal_wrapper p {
        text-align: left;
    }
    .drupal_wrapper p.first { margin-right: 430px; }
    .drupal_wrapper p.second { margin-right: 380px; }
    .drupal_wrapper p.third { margin-right: 250px; }

    .drupal_wrapper .highlight {
        padding: 20px 20px 5px;
        background: #314451;
        font-size: 17px;
        font-family: RioniVera, sans-serif;
        margin-bottom: 20px;
        color: #FBF5A1;
    }
        .eng .drupal_wrapper .highlight {
            font-style: italic;
        }
        .drupal_wrapper .highlight p {
            text-align: center;
            line-height: 150%;
        }
    
    .drupal_wrapper .showcase p {
        text-align: center;
        padding: 0 90px 20px;
    }
        .drupal_wrapper .showcase ul {
            list-style-type: none;
        }
        .drupal_wrapper .showcase li {
            width: 31.333333%;
            float: left;
            text-align: center;
            margin: 0 1%;
            font-size: 13px;
            height: 200px;
        }
        .drupal_wrapper .showcase li img {
            display: block;
            width: 210px;
            height: 130px;
            margin: 0 auto 10px;
            box-shadow: 0 2px 5px #1a232a, 0 0 0 #13191e;
            opacity: 0.7;
            -webkit-transition: box-shadow .2s linear, opacity .2s linear;
            -moz-transition: box-shadow .2s linear, opacity .2s linear;
            -o-transition: box-shadow .2s linear, opacity .2s linear;
            transition: box-shadow .2s linear, opacity .2s linear;
        }
        .drupal_wrapper .showcase li a {
            font-weight: bold;
            font-family: Helvetica, Arial, sans-serif;
            color: #516e83;
            display: block;
        }
            .drupal_wrapper .showcase li a:hover {
                color: #8fc2e5;
                text-decoration: none;
            }
            .drupal_wrapper .showcase li a:hover img {
                box-shadow: 0 2px 6px #13191e, 0 0px 8px #13191e;
                opacity: 1;
            }



/*  uc  */

.uc {
    background: url(../images/uc.png) no-repeat bottom center;
    min-height: 600px;
    margin: -80px -80px 0;
    padding: 80px 80px 0;
}



.om-soon {
  transition: all 0.2s;
  display: block;
  padding: 10px 10px 12px;
  text-align: center;
  background: #f4f4f4;
  font-weight: bold;
  color: #737373;
}
.om-soon:hover {
  background: #fff;
  text-decoration: none;
}






















