﻿@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    color: #CCC;
    background: #fff;
}

.portfolio-area, .portfolio-content {
    width: 100%;
    padding-left: 0;
}

.title-page {
    font-size: 40px;
    margin: 50px 0 60px;
    color: #151515;
}

.goto {
    float: right;
    width: 130px;
    margin: -80px 30px 0 0;
}

.contact_b {
    color: #000;
    font-weight: 400;
    line-height: 21px;
}

.portfolio-categ {
    margin-bottom: 30px;
}

    .portfolio-categ li {
        display: inline;
        margin-right: 10px;
    }

.image-block {
    display: block;
    position: relative;
}

    .image-block img {
        border: 1px solid #d5d5d5;
        border-radius: 4px;
        background: #FFF;
        padding: 3px;
    }

        .image-block img:hover {
            border: 1px solid #128ee0;
            box-shadow: 0 0 5px #128ee0;
        }

.portfolio-area li {
    float: left;
    margin: 0 -12px 20px 0;
    overflow: hidden;
    width: 245px;
    padding: 5px;
}

.home-portfolio-text {
    margin-top: 10px;
}

li.active a {
    text-decoration: underline;
}

#fullResImage {
    width: 500px;
}

.city_view {
    margin: 0;
    list-style-type: none;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    font-size: 13px;
    padding: 0;
}

.auto_search {
    background-color: #fff;
    color: #000;
    padding: 5px;
    border-bottom: 1px solid #dbdbdb;
}

.auto_search1 {
    padding: 5px;
    background-color: rgba(20,105,190,.95);
    color: #fff;
}

.mod-menu__social {
    display: table;
    float: right;
}

.facebook {
    float: right;
    width: 300px;
    height: 44px;
}

ul.social li {
    margin: 0 0 0 3px;
    float: right;
}

.social li {
    display: inline;
}

ul.social li a:hover {
    opacity: .5;
    filter: alpha(opacity=50);
}

ul.social li a {
    width: 33px;
    height: 33px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: 9999px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.social li a {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.twitter {
    background: url(../images/twitter1.png);
}

.google {
    background: url(../images/google.png);
}

.face {
    background: url(../images/facebook1.png);
}

.blog {
    background: url(../images/blogger.png);
}
.btn1 {
    height: 28px;
    width: 96px;
    font-size: 12px;
    color: #fff;
    display: block;
    float: right;
    background-color: #09f;
    text-align: center;
    line-height: 28px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #0f8cff;
    margin-top: 20px;
    text-decoration: none;
}

.caption {
    float: left;
    width: 232px;
    margin-left: -7px;
    position: absolute;
    height: 27px;
    margin-top: -28px;
    background-color: #636363;
    text-align: center;
    padding-top: 8px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

    .caption > a {
        text-decoration: none;
        color: #fff;
        font-size: 13px;
    }

.product_main_block:hover {
    border: 1px solid #128ee0;
}

    .product_main_block:hover > .caption {
        background-color: #128ee0;
    }

.product_main_block {
    border: 1px solid #dad8d8;
    width: 96.5%;
    height: auto;
    float: left;
    margin: 6px;
    padding: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.menuuu, .menuuu a, .menuuu li, .menuuu ul {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
}

.product_block {
    float: left;
    width: 98%;
    padding: 5px 5px 18px;
    height: auto;
    border: 0 solid;
    border-bottom: 1px solid;
    margin-bottom: 12px;
}

.product_img {
    border: 1px solid;
    float: left;
    width: 200px;
    padding: 3px;
    height: 139px;
    margin-right: 10px;
}

.menuuu {
    display: table;
    background-color: #128ee0;
    width: 1015px;
}

.contact_left {
    border: 1px solid #e4dfdf;
    float: left;
    width: 548px;
    border-radius: 7px;
    height: auto;
    padding: 10px;
    background: url(../images/mod_box.png);
}

.contact_right {
    border: 1px solid #e4dfdf;
    float: left;
    width: 336px;
    background: url(../images/mod_box.png);
    height: auto;
    padding: 10px;
    border-radius: 7px;
    margin-left: 11px;
}

.menuuu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
}

    .menuuu li a {
        display: block;
        padding: 0 14px;
        margin: 6px 0;
        line-height: 28px;
        text-decoration: none;
        border-right: 1px solid #48a4f8;
        border-right-style: dashed;
        font-family: Helvetica,Arial,sans-serif;
        font-weight: 700;
        font-size: 13px;
        color: #c8edff;
        -webkit-transition: color .2s ease-in-out;
        -moz-transition: color .2s ease-in-out;
        -o-transition: color .2s ease-in-out;
        -ms-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out;
    }

    .menuuu li:first-child a {
        border-left: none;
    }

    .menuuu li:last-child a {
        border-right: none;
    }

    .menuuu li:hover > a {
        color: #fff;
    }

.menuuu ul {
    position: absolute;
    top: 40px;
    left: 0;
    opacity: 0;
    background: #128ee0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}

.menuuu li:hover > ul {
    opacity: 1;
}

.menuuu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}

.menuuu li:hover > ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
}

.menuuu ul li a {
    width: 153px;
    padding: 4px 0 4px 10px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #48a4f8;
}

.menuuu ul li:last-child a {
    border: none;
}

.menu_block {
    height: auto;
    background-color: #128ee0;
    margin: auto;
    width: 100%;
}

.menu_block_under {
    width: 1015px;
    height: 40px;
    margin: auto;
}

.top {
    height: 30px;
    width: 100%;
    border-top: 1px #128ee0 solid;
    background: url(images/tp.jpg) repeat-x;
}

.top_ar {
    height: 30px;
    width: 1020px;
    margin: auto;
}

.top_area {
    height: 115px;
    width: 100%;
    background-color: #fff;
}

.top1 {
    height: 115px;
    width: 1020px;
    margin: auto;
}

.menu {
    height: 90px;
    width: 615px;
    float: right;
}

.p {
    height: 30px;
    width: 250px;
    float: left;
}

    .p ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .p ul li {
            float: left;
            font-size: 12px;
            margin: 0 10px;
            line-height: 30px;
        }

            .p ul li a {
                color: #666;
                text-decoration: none;
            }

                .p ul li a:hover {
                    color: #fff;
                    text-decoration: overline;
                }

.facebook_right {
    float: right;
    width: 454px;
    height: 113px;
}

.search_box {
    width: 224px;
    padding: 6px 32px 6px 6px;
    border-radius: 4px;
    border: 1px solid #cacaca;
    margin-top: 15px;
}

.sitemapp {
    padding-top: 7px;
    float: left;
    width: 1020px;
    margin: auto;
    height: 24px;
}

.table_th {
    color: #474242;
    text-align: left;
}

.table_td1 {
    color: #474242;
}

.sitemap_link, .sitemapp a {
    color: #128ee0;
    text-decoration: none;
}

.sitemapp strong {
    color: gray;
}

.slide {
    height: 360px;
    width: 1020px;
    margin: auto;
    padding-top: 10px;
}

.text_area {
    height: 307px;
    width: 1020px;
    margin: auto;
}

.box1 {
    height: 283px;
    width: 211px;
    float: left;
    border: 1px solid #CCC;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px #e7e7e7;
    -webkit-box-shadow: 5px 5px 5px #e7e7e7;
    box-shadow: 5px 5px 5px #e7e7e7;
    padding: 0 15px;
}

.box2 {
    height: 283px;
    width: 211px;
    float: left;
    margin: 0 15px;
    border: 1px solid #CCC;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px #e7e7e7;
    -webkit-box-shadow: 5px 5px 5px #e7e7e7;
    box-shadow: 5px 5px 5px #e7e7e7;
    padding: 0 15px;
}

.box3 {
    height: 283px;
    width: 211px;
    float: left;
    border: 1px solid #CCC;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px #e7e7e7;
    -webkit-box-shadow: 5px 5px 5px #e7e7e7;
    box-shadow: 5px 5px 5px #e7e7e7;
    padding: 0 15px;
}

.readmore {
    text-decoration: none;
    float: right;
    color: #128ee0;
}

.box_header {
    height: 39px;
    margin-left: -16px;
    margin-right: -16px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background-color: #128ee0;
}

.span {
    font-size: 18px;
    font-family: Tahoma,Geneva,sans-serif;
    display: block;
    text-align: center;
    color: #666;
}

.span1 {
    font-size: 18px;
    font-family: Tahoma,Geneva,sans-serif;
    display: block;
    color: #666;
    margin: 5px 0 0 10px;
}

.span11 {
    font-size: 18px;
    font-family: Tahoma,Geneva,sans-serif;
    display: block;
    color: #666;
    margin: 5px 0 10px 10px;
}

.para {
    font-size: 13px;
    color: #666;
    line-height: 18px;
    text-align: justify;
}

.footer_ul {
    list-style-type: none;
    margin: 18px 0 0 -42px;
    display: table;
    width: 1020px;
}

    .footer_ul li {
        float: left;
    }

        .footer_ul li a {
            color: #fff;
            text-decoration: none;
            padding: 0 12px;
        }

.botom {
    height: 50px;
    width: 100%;
    background-color: #6f6e6e;
}

.about_area {
    height: auto;
    display: table;
    width: 1020px;
    margin: auto auto 19px;
}

.abnout_l {
    height: auto;
    width: 730px;
    float: left;
    margin-left: 11px;
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px #e7e7e7;
    -webkit-box-shadow: 5px 5px 5px #e7e7e7;
    box-shadow: 5px 5px 5px #e7e7e7;
    padding: 0 15px;
}

.abnout_r {
    height: 283px;
    width: 211px;
    float: left;
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px #e7e7e7;
    -webkit-box-shadow: 5px 5px 5px #e7e7e7;
    box-shadow: 5px 5px 5px #e7e7e7;
    padding: 0 15px;
}

    .abnout_r ul {
        margin: 0;
        padding: 0;
    }

        .abnout_r ul li {
            list-style-position: inside;
            font-size: 16px;
            padding: 5px;
            list-style-image: url(../images/cats_arrows.png);
        }

            .abnout_r ul li a {
                font-size: 14px;
                color: #666;
                width: 60px;
                text-decoration: none;
            }

                .abnout_r ul li a:hover {
                    color: #000;
                }

.chekbox {
    height: 10px;
    width: 1020px;
    margin: auto;
    padding-bottom: 20px;
}

.home_left {
    float: left;
    height: auto;
    width: 245px;
}

.home_right {
    float: left;
    height: auto;
    display: table;
    width: 733px;
}

.boximg {
    height: 9px;
    width: 1020px;
    margin: auto;
    background: url(../images/checkbox.png);
}

.client {
    height: auto;
    padding-bottom: 10px;
    width: 736px;
    margin: auto auto auto -4px;
}

.client_area {
    height: 200px;
    width: 100%;
    margin: auto;
    background: #FFF;
}

.btn {
    height: 30px;
    width: 96px;
    background: url(../images/menu.jpg) repeat-x;
    font-size: 15px;
    color: #fff;
    display: block;
    float: right;
    text-align: center;
    line-height: 30px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #a80303;
    margin-top: 20px;
}
