﻿/*[public]*/
.title-page {
    color: #333;
    font-size: 22px;
    font-family: 'roya';
    font-weight: 700 !important;
    margin: 40px 0 40px !important;
    padding: 0;
}

h2, h3 {
    color: #333;
    font-size: 20px;
    font-family: 'roya';
    font-weight: 700 !important;
    padding: 0;
}

.img-header-page {
    margin-top: -21px !important;
}

.page {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*[home-services]*/
.home-services {
    display: block;
    height: 260px;
    border: 1px solid #d8dfe1;
    position: relative;
    color: #a1abaf;
    background: #fff url(../img/icons.png) no-repeat center 0;
    -moz-transition: border-color ease 0.5s;
    -o-transition: border-color ease 0.5s;
    -webkit-transition: border-color ease 0.5s;
    transition: border-color ease 0.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    border-radius: 3px;
    width:100%;
    margin-bottom:30px;
}

    .home-services:hover {
        border-color: #a1abaf;
        color: #858d90;
    }

    .home-services span {
        display: block;
        position: absolute;
        text-align: center;
        bottom: 40px;
        width: 100%;
        font-family: 'roya';
        font-weight: 700;
        font-size: 21px;
    }


    .home-services .soon {
        font-family:Tahoma;
        font-size:12px;
        font-weight:normal;
        bottom:25px;
    }

.home-services-1,
.home-services-2,
.home-services-3 {
    margin-bottom: 30px;
}

.home-services-1 {
    background-position: center 0;
}

.home-services-2 {
    background-position: center -1000px;
}

.home-services-3 {
    background-position: center -500px;
}

.home-services-4 {
    background-position: center -250px;
}

.home-services-5 {
    background-position: center -750px;
}

.home-services-6 {
    background-position: center -1250px;
}

/*[site-design]*/
.site-design {
    display: block;
    height: 130px;
    min-height: 130px;
    border: 1px solid #d8dfe1;
    position: relative;
    color: #a1abaf;
    background: #fff url(../img/icons-site-design.png) no-repeat center 0;
    -moz-transition: border-color ease 0.5s;
    -o-transition: border-color ease 0.5s;
    -webkit-transition: border-color ease 0.5s;
    transition: border-color ease 0.5s;
    border-radius: 3px;
margin-bottom:30px;
}

.site-design-1,
.site-design-2,
.site-design-3 {
    margin-bottom: 30px;
}

.site-design:hover {
    border-color: #a1abaf;
    color: #858d90;
}

.site-design span {
    display: block;
    position: absolute;
    text-align: center;
    bottom: 10px;
    width: 60%;
    margin: 0 20%;
}

.site-design-1 {
    background-position: center 0;
}

.site-design-2 {
    background-position: center -100px;
}

.site-design-3 {
    background-position: center -200px;
}

.site-design-4 {
    background-position: center -300px;
}

.site-design-5 {
    background-position: center -400px;
}

.site-design-6 {
    background-position: center -500px;
}

.site-design-7 {
    background-position: center -600px;
}

.site-design-8 {
    background-position: center -700px;
}

.site-design-9 {
    background-position: center -800px;
}

.site-design-10 {
    background-position: center -900px;
}

.site-design-11 {
    background-position: center -1000px;
}

.site-design-12 {
    background-position: center -1100px;
}

.site-design-page h2 {
    margin-bottom: 20px;
}

.site-design-page h3 {
    margin-top: 40px;
    margin-bottom: 30px;
}

.site-design-page p {
    text-align: justify;
}

.site-design-page .item-feautres {
    background-color: #f5f5f5;
    margin-bottom: 15px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
    color: #666;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 3px;
}

    .site-design-page .item-feautres i {
        color: #888;
    }

/*[page-customers]*/
.page-customers .thumbnail {
    min-height: 200px;
    padding: 0;
    border: none;
    border-radius: 2px;
    overflow: hidden;
    outline: none;
}

    .page-customers .thumbnail:hover img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0%);
    }

    .page-customers .thumbnail img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    }

    .page-customers .thumbnail .item-detail span {
        display: block;
        color: #333;
    }


/*[about-team]*/

.page-about .thumbnail {
    min-height: 200px;
    padding: 0;
    border: none;
    border-radius: 0px;
    overflow: hidden;
    outline: none;
    padding-bottom: 10px;
}

    .page-about .thumbnail img {
        margin-bottom: 10px;
        border-radius: 3px;
        border: 1px solid #ddd;
    }

    .page-about .thumbnail .item-detail span {
        display: block;
        color: #333;
    }



/*[widget]*/
.widget {
    border-right: 1px solid #eee;
    padding-bottom: 30px;
}

    .widget .widget-header {
        color: #333;
        font-size: 18px;
        font-family: 'roya';
        font-weight: 700 !important;
        padding: 0px;
        margin-bottom: 5px;
        margin-top: 18px;
        padding-right: 10px;
    }

    .widget .widget-content ul {
        list-style: none;
        margin: 10px 0 0 0;
        padding: 0;
    }

        .widget .widget-content ul li {
            border-bottom: 1px dotted #ddd;
            padding: 2px 0;
        }

            .widget .widget-content ul li a {
                display: block;
                height: 30px;
                line-height: 26px;
                padding-right: 10px;
                outline: none;
                -moz-transition: all ease 0.5s;
                -o-transition: all ease 0.5s;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
                color: #1192c1;
            }

            .widget .widget-content ul li:first-child {
                border-top: 1px dotted #ddd;
            }


            .widget .widget-content ul li.active a {
                position: relative;
                padding-right: 20px;
            }

                .widget .widget-content ul li.active a:before {
                    content: "";
                    display: inline-block;
                    width: 17px;
                    height: 35px;
                    position: absolute;
                    right: -1px;
                    top: -2px;
                    z-index: 1000;
                    background: url(../img/active-list.png) no-repeat 0 0;
                }

/*[customers]*/
.breadcrumb {
    margin-bottom: 20px;
    border-radius: 2px;
}

    .breadcrumb a {
        color: #1192c1;
    }
    .breadcrumb > li
    {
        display:inline;
    }

/*[job]*/
.page-job .well {
    box-shadow: none;
    border: none;
    padding-top: 2px !important;
}

    .page-job .well h2 {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

.page-job .btn {
    background-color: #1192c1;
    border-color: #1192c1;
    color: #fff;
    outline: none !important;
}

    .page-job .btn:hover {
        background-color: #1192c1;
    }
